koshirowada commited on
Commit
09f9ff2
·
verified ·
1 Parent(s): 0043edc

End of training

Browse files
Files changed (2) hide show
  1. README.md +13 -47
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,13 +1,10 @@
1
  ---
2
- library_name: transformers
3
  base_model: EleutherAI/pythia-14m
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
  - name: pythia_14m_sft
8
  results: []
9
- datasets:
10
- - tatsu-lab/alpaca_farm
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 3.0709
21
 
22
  ## Model description
23
 
@@ -36,57 +33,26 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 2e-05
40
- - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
43
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
  - num_epochs: 3
46
- - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss |
51
- |:-------------:|:------:|:----:|:---------------:|
52
- | 3.5962 | 0.0889 | 100 | 3.4716 |
53
- | 3.4759 | 0.1778 | 200 | 3.4017 |
54
- | 3.4434 | 0.2667 | 300 | 3.3713 |
55
- | 3.3847 | 0.3556 | 400 | 3.3427 |
56
- | 3.359 | 0.4444 | 500 | 3.3186 |
57
- | 3.3447 | 0.5333 | 600 | 3.2899 |
58
- | 3.3099 | 0.6222 | 700 | 3.2654 |
59
- | 3.2775 | 0.7111 | 800 | 3.2482 |
60
- | 3.2512 | 0.8 | 900 | 3.2254 |
61
- | 3.2302 | 0.8889 | 1000 | 3.2151 |
62
- | 3.1752 | 0.9778 | 1100 | 3.1929 |
63
- | 3.1005 | 1.0667 | 1200 | 3.1916 |
64
- | 3.0798 | 1.1556 | 1300 | 3.1778 |
65
- | 3.073 | 1.2444 | 1400 | 3.1688 |
66
- | 3.1032 | 1.3333 | 1500 | 3.1707 |
67
- | 3.0417 | 1.4222 | 1600 | 3.1607 |
68
- | 3.075 | 1.5111 | 1700 | 3.1573 |
69
- | 3.0675 | 1.6 | 1800 | 3.1476 |
70
- | 3.0719 | 1.6889 | 1900 | 3.1424 |
71
- | 3.0469 | 1.7778 | 2000 | 3.1344 |
72
- | 3.0643 | 1.8667 | 2100 | 3.1257 |
73
- | 3.0375 | 1.9556 | 2200 | 3.1195 |
74
- | 2.9736 | 2.0444 | 2300 | 3.1130 |
75
- | 2.9915 | 2.1333 | 2400 | 3.1146 |
76
- | 2.9285 | 2.2222 | 2500 | 3.1061 |
77
- | 2.9535 | 2.3111 | 2600 | 3.0981 |
78
- | 2.9691 | 2.4 | 2700 | 3.0966 |
79
- | 2.9079 | 2.4889 | 2800 | 3.0889 |
80
- | 2.9216 | 2.5778 | 2900 | 3.0847 |
81
- | 2.924 | 2.6667 | 3000 | 3.0795 |
82
- | 2.9529 | 2.7556 | 3100 | 3.0775 |
83
- | 2.9375 | 2.8444 | 3200 | 3.0732 |
84
- | 2.8904 | 2.9333 | 3300 | 3.0709 |
85
 
86
 
87
  ### Framework versions
88
 
89
- - Transformers 4.46.2
90
- - Pytorch 2.5.1+cu121
91
- - Datasets 3.1.0
92
- - Tokenizers 0.20.3
 
1
  ---
 
2
  base_model: EleutherAI/pythia-14m
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
  - name: pythia_14m_sft
7
  results: []
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.5974
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 4
38
  - eval_batch_size: 8
39
  - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.6472 | 1.0 | 4750 | 2.9652 |
49
+ | 2.3754 | 2.0 | 9500 | 2.7470 |
50
+ | 1.9951 | 3.0 | 14250 | 2.5974 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.36.2
56
+ - Pytorch 2.2.2+cu121
57
+ - Datasets 2.18.0
58
+ - Tokenizers 0.15.2
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 0,
5
- "transformers_version": "4.46.2"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 0,
5
+ "transformers_version": "4.36.2"
6
  }