Antonilyin commited on
Commit
3a656e5
1 Parent(s): cdbdd7f

End of training

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: microsoft/phi-1_5
7
+ model-index:
8
+ - name: phi-1_5-finetuned-addition-v2
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
+ # phi-1_5-finetuned-addition-v2
16
+
17
+ This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.9705
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: 0.0002
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 64
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - training_steps: 1000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 4.4643 | 0.03 | 100 | 4.1741 |
51
+ | 4.1499 | 0.06 | 200 | 4.1183 |
52
+ | 4.1148 | 0.09 | 300 | 4.1006 |
53
+ | 4.0741 | 0.12 | 400 | 4.0455 |
54
+ | 4.0357 | 0.15 | 500 | 4.0199 |
55
+ | 4.0217 | 0.18 | 600 | 3.9980 |
56
+ | 3.9901 | 0.21 | 700 | 3.9866 |
57
+ | 3.9824 | 0.24 | 800 | 3.9775 |
58
+ | 3.9837 | 0.27 | 900 | 3.9710 |
59
+ | 3.9651 | 0.3 | 1000 | 3.9705 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.10.0
65
+ - Transformers 4.38.2
66
+ - Pytorch 2.2.1+cu121
67
+ - Datasets 2.18.0
68
+ - Tokenizers 0.15.2