brettbbb commited on
Commit
e727143
·
1 Parent(s): 3c7fc90

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_mc_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_mc_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: 4.0293
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
+ | 0.9129 | 1.0 | 70 | 1.6726 |
51
+ | 0.2315 | 2.0 | 140 | 2.3392 |
52
+ | 0.1771 | 3.0 | 210 | 2.4929 |
53
+ | 0.1428 | 4.0 | 280 | 2.6548 |
54
+ | 0.1106 | 5.0 | 350 | 2.6539 |
55
+ | 0.0592 | 6.0 | 420 | 2.8574 |
56
+ | 0.051 | 7.0 | 490 | 3.0477 |
57
+ | 0.0568 | 8.0 | 560 | 3.1988 |
58
+ | 0.0309 | 9.0 | 630 | 3.2646 |
59
+ | 0.0235 | 10.0 | 700 | 3.4138 |
60
+ | 0.0243 | 11.0 | 770 | 3.3431 |
61
+ | 0.0259 | 12.0 | 840 | 3.5628 |
62
+ | 0.0232 | 13.0 | 910 | 3.6910 |
63
+ | 0.0221 | 14.0 | 980 | 3.6820 |
64
+ | 0.0202 | 15.0 | 1050 | 3.8640 |
65
+ | 0.0181 | 16.0 | 1120 | 3.9228 |
66
+ | 0.0191 | 17.0 | 1190 | 3.9716 |
67
+ | 0.0184 | 18.0 | 1260 | 4.0096 |
68
+ | 0.0186 | 19.0 | 1330 | 4.0225 |
69
+ | 0.0165 | 20.0 | 1400 | 4.0293 |
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:48f7b97f356d686acaccc8cdcd6cd4010541179ee49598f5c16fa0c02a9ba446
3
+ size 160069834
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2bb6ce8b399c1f7640e53766e4f237e48a2a174cb1d007986ff652809d58334
3
  size 159967880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a608f28ec17b20b26b2d343f1323cc4c138a95d34ef4bb769322eb318200ba
3
  size 159967880
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.14371956892378096,
4
+ "train_runtime": 5352.5783,
5
+ "train_samples_per_second": 1.046,
6
+ "train_steps_per_second": 0.262
7
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.14371956892378096,
4
+ "train_runtime": 5352.5783,
5
+ "train_samples_per_second": 1.046,
6
+ "train_steps_per_second": 0.262
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff