lesso17 commited on
Commit
5fc9f72
·
verified ·
1 Parent(s): 1413449

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: EleutherAI/gpt-neo-125m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 080df56e-0c26-4dfe-8721-4e500be28a95
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <br>
18
+
19
+ # 080df56e-0c26-4dfe-8721-4e500be28a95
20
+
21
+ This model is a fine-tuned version of [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 2.2607
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 2
45
+ - seed: 170
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 8
48
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_steps: 50
51
+ - training_steps: 500
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | No log | 0.0002 | 1 | 2.4225 |
58
+ | 9.0492 | 0.0076 | 50 | 2.3960 |
59
+ | 9.8507 | 0.0151 | 100 | 2.3403 |
60
+ | 9.5135 | 0.0227 | 150 | 2.3134 |
61
+ | 9.2993 | 0.0302 | 200 | 2.2947 |
62
+ | 9.1432 | 0.0378 | 250 | 2.2810 |
63
+ | 9.3859 | 0.0453 | 300 | 2.2717 |
64
+ | 9.5146 | 0.0529 | 350 | 2.2661 |
65
+ | 8.8903 | 0.0604 | 400 | 2.2625 |
66
+ | 9.3279 | 0.0680 | 450 | 2.2614 |
67
+ | 9.336 | 0.0755 | 500 | 2.2607 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.13.2
73
+ - Transformers 4.46.0
74
+ - Pytorch 2.5.0+cu124
75
+ - Datasets 3.0.1
76
+ - Tokenizers 0.20.1