End of training
Browse files
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: EleutherAI/polyglot-ko-1.3b
|
7 |
+
model-index:
|
8 |
+
- name: pretrain_wo-cot_w-asd
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# pretrain_wo-cot_w-asd
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [EleutherAI/polyglot-ko-1.3b](https://huggingface.co/EleutherAI/polyglot-ko-1.3b) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 9.5465
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 3e-05
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 2
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 8
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 11.1865 | 0.1290 | 1 | 11.1164 |
|
54 |
+
| 11.1109 | 0.2581 | 2 | 11.0354 |
|
55 |
+
| 11.0508 | 0.3871 | 3 | 10.9345 |
|
56 |
+
| 10.9774 | 0.5161 | 4 | 10.8247 |
|
57 |
+
| 10.8372 | 0.6452 | 5 | 10.7115 |
|
58 |
+
| 10.742 | 0.7742 | 6 | 10.5983 |
|
59 |
+
| 10.6067 | 0.9032 | 7 | 10.4797 |
|
60 |
+
| 10.5182 | 1.0323 | 8 | 10.3694 |
|
61 |
+
| 10.3704 | 1.1613 | 9 | 10.2614 |
|
62 |
+
| 10.2903 | 1.2903 | 10 | 10.1587 |
|
63 |
+
| 10.1627 | 1.4194 | 11 | 10.0626 |
|
64 |
+
| 10.1078 | 1.5484 | 12 | 9.9744 |
|
65 |
+
| 10.0265 | 1.6774 | 13 | 9.8932 |
|
66 |
+
| 9.9159 | 1.8065 | 14 | 9.8200 |
|
67 |
+
| 9.8432 | 1.9355 | 15 | 9.7532 |
|
68 |
+
| 9.7643 | 2.0645 | 16 | 9.6953 |
|
69 |
+
| 9.7308 | 2.1935 | 17 | 9.6462 |
|
70 |
+
| 9.6923 | 2.3226 | 18 | 9.6069 |
|
71 |
+
| 9.6348 | 2.4516 | 19 | 9.5776 |
|
72 |
+
| 9.5869 | 2.5806 | 20 | 9.5566 |
|
73 |
+
| 9.6044 | 2.7097 | 21 | 9.5465 |
|
74 |
+
|
75 |
+
|
76 |
+
### Framework versions
|
77 |
+
|
78 |
+
- PEFT 0.11.1
|
79 |
+
- Transformers 4.41.1
|
80 |
+
- Pytorch 2.3.0+cu121
|
81 |
+
- Datasets 2.19.1
|
82 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 516778712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b44a6edd6fda706875ff4a4646e9360265e956703c6053c069a45a183693d882
|
3 |
size 516778712
|
runs/Jul30_21-22-12_oem-WS-C621E-SAGE-Series/events.out.tfevents.1722342135.oem-WS-C621E-SAGE-Series.2700778.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcd80c80358dc8e3c2386b0b1a8adae98d72da8e2ff8be4f9e76caf17c730560
|
3 |
+
size 15363
|