brettbbb commited on
Commit
35c1078
1 Parent(s): 3d1da8f

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
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
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.0872
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.6881 | 1.0 | 150 | 1.6028 |
51
+ | 1.3532 | 2.0 | 300 | 1.6693 |
52
+ | 0.9084 | 3.0 | 450 | 1.8783 |
53
+ | 0.4352 | 4.0 | 600 | 2.0825 |
54
+ | 0.374 | 5.0 | 750 | 2.1988 |
55
+ | 0.2596 | 6.0 | 900 | 2.2869 |
56
+ | 0.2316 | 7.0 | 1050 | 2.3945 |
57
+ | 0.1754 | 8.0 | 1200 | 2.5528 |
58
+ | 0.1698 | 9.0 | 1350 | 2.6226 |
59
+ | 0.1371 | 10.0 | 1500 | 2.5997 |
60
+ | 0.1702 | 11.0 | 1650 | 2.7153 |
61
+ | 0.1391 | 12.0 | 1800 | 2.6888 |
62
+ | 0.1894 | 13.0 | 1950 | 2.7324 |
63
+ | 0.1504 | 14.0 | 2100 | 2.8534 |
64
+ | 0.132 | 15.0 | 2250 | 2.8804 |
65
+ | 0.1585 | 16.0 | 2400 | 2.9148 |
66
+ | 0.1497 | 17.0 | 2550 | 2.9550 |
67
+ | 0.1099 | 18.0 | 2700 | 3.0002 |
68
+ | 0.1321 | 19.0 | 2850 | 3.0532 |
69
+ | 0.11 | 20.0 | 3000 | 3.0872 |
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:ce6fcb9523a04c3e5220e71cba5e2b2200ae463f1027ef2af3158e28eb26043a
3
+ size 160069834
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.3553026157890757,
4
+ "train_runtime": 2958.1152,
5
+ "train_samples_per_second": 4.057,
6
+ "train_steps_per_second": 1.014
7
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.3553026157890757,
4
+ "train_runtime": 2958.1152,
5
+ "train_samples_per_second": 4.057,
6
+ "train_steps_per_second": 1.014
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff