brettbbb commited on
Commit
ee6b711
1 Parent(s): 09dd027

End of training

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: llama_finetune_cs_20_cot
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # llama_finetune_cs_20_cot
14
+
15
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.3122
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0001
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
+ - lr_scheduler_warmup_steps: 5
43
+ - num_epochs: 20
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.5397 | 1.0 | 150 | 1.4682 |
51
+ | 1.2842 | 2.0 | 300 | 1.5033 |
52
+ | 1.0418 | 3.0 | 450 | 1.7145 |
53
+ | 0.3202 | 4.0 | 600 | 1.9554 |
54
+ | 0.3109 | 5.0 | 750 | 2.2233 |
55
+ | 0.3597 | 6.0 | 900 | 2.4190 |
56
+ | 0.1135 | 7.0 | 1050 | 2.4910 |
57
+ | 0.0863 | 8.0 | 1200 | 2.5746 |
58
+ | 0.1082 | 9.0 | 1350 | 2.6889 |
59
+ | 0.0757 | 10.0 | 1500 | 2.7235 |
60
+ | 0.0818 | 11.0 | 1650 | 2.8289 |
61
+ | 0.0698 | 12.0 | 1800 | 2.8434 |
62
+ | 0.0714 | 13.0 | 1950 | 2.7956 |
63
+ | 0.0779 | 14.0 | 2100 | 2.9733 |
64
+ | 0.067 | 15.0 | 2250 | 3.0476 |
65
+ | 0.065 | 16.0 | 2400 | 3.1342 |
66
+ | 0.067 | 17.0 | 2550 | 3.1901 |
67
+ | 0.0777 | 18.0 | 2700 | 3.2490 |
68
+ | 0.0647 | 19.0 | 2850 | 3.3113 |
69
+ | 0.0661 | 20.0 | 3000 | 3.3122 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.36.0.dev0
75
+ - Pytorch 2.1.0+cu121
76
+ - Datasets 2.13.1
77
+ - Tokenizers 0.14.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b631629997a9f7f13b8737181959de2dcdee03f5ecf49f6d6725fbe95980684d
3
+ size 160069834
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.2855387391100327,
4
+ "train_runtime": 5294.5765,
5
+ "train_samples_per_second": 2.266,
6
+ "train_steps_per_second": 0.567
7
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.2855387391100327,
4
+ "train_runtime": 5294.5765,
5
+ "train_samples_per_second": 2.266,
6
+ "train_steps_per_second": 0.567
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff