End of training
Browse files
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: kakaobrain/kogpt
|
7 |
+
model-index:
|
8 |
+
- name: pretrained-asd_wo-cot_w-asd_gpt
|
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 |
+
# pretrained-asd_wo-cot_w-asd_gpt
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [kakaobrain/kogpt](https://huggingface.co/kakaobrain/kogpt) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.5349
|
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: 1
|
40 |
+
- eval_batch_size: 1
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 8
|
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 |
+
| 10.3358 | 0.1290 | 1 | 10.3445 |
|
54 |
+
| 9.6433 | 0.2581 | 2 | 9.6464 |
|
55 |
+
| 8.9317 | 0.3871 | 3 | 8.9778 |
|
56 |
+
| 8.4529 | 0.5161 | 4 | 8.3759 |
|
57 |
+
| 7.8797 | 0.6452 | 5 | 8.3759 |
|
58 |
+
| 7.9183 | 0.7742 | 6 | 7.7919 |
|
59 |
+
| 7.3288 | 0.9032 | 7 | 7.2000 |
|
60 |
+
| 6.8404 | 1.0323 | 8 | 6.6658 |
|
61 |
+
| 6.1929 | 1.1613 | 9 | 6.1626 |
|
62 |
+
| 5.7018 | 1.2903 | 10 | 5.6848 |
|
63 |
+
| 5.3948 | 1.4194 | 11 | 5.2752 |
|
64 |
+
| 4.9769 | 1.5484 | 12 | 4.9355 |
|
65 |
+
| 4.7513 | 1.6774 | 13 | 4.6277 |
|
66 |
+
| 4.5139 | 1.8065 | 14 | 4.3709 |
|
67 |
+
| 4.1545 | 1.9355 | 15 | 4.1658 |
|
68 |
+
| 3.895 | 2.0645 | 16 | 3.9919 |
|
69 |
+
| 3.6844 | 2.1935 | 17 | 3.8500 |
|
70 |
+
| 3.6875 | 2.3226 | 18 | 3.7336 |
|
71 |
+
| 3.6514 | 2.4516 | 19 | 3.6427 |
|
72 |
+
| 3.4645 | 2.5806 | 20 | 3.5779 |
|
73 |
+
| 3.3493 | 2.7097 | 21 | 3.5349 |
|
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 66103768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a46e8424cf656fd3c25ed6e5f7a5e1218aa7e735125aff4456898c30ce5e9dc9
|
3 |
size 66103768
|
runs/Aug18_04-09-25_oem-WS-C621E-SAGE-Series/events.out.tfevents.1723921766.oem-WS-C621E-SAGE-Series.620773.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:fd933e5294a037c12035395404513f6caa004c55d958960c0cfb2173e5986f41
|
3 |
+
size 16111
|