alexander-hm commited on
Commit
aef4aa3
1 Parent(s): 4e3b66d

End of training

Browse files
Files changed (7) hide show
  1. README.md +115 -0
  2. all_results.json +12 -0
  3. completed +0 -0
  4. eval_results.json +7 -0
  5. metrics.json +1 -0
  6. train_results.json +8 -0
  7. trainer_state.json +0 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3-8B
3
+ library_name: peft
4
+ license: llama3
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Meta-Llama-3-8B_alpaca-clean_l0.0002_64
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
+ # Meta-Llama-3-8B_alpaca-clean_l0.0002_64
16
+
17
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.0132
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: 1
40
+ - eval_batch_size: 1
41
+ - seed: 0
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: constant
46
+ - lr_scheduler_warmup_ratio: 0.03
47
+ - training_steps: 10000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 1.1179 | 0.0003 | 1 | 2.6461 |
54
+ | 2.1519 | 0.0590 | 187 | 1.7584 |
55
+ | 1.4299 | 0.1179 | 374 | 1.7539 |
56
+ | 1.1554 | 0.1769 | 561 | 1.7082 |
57
+ | 2.086 | 0.2359 | 748 | 1.7446 |
58
+ | 1.76 | 0.2949 | 935 | 1.6987 |
59
+ | 1.305 | 0.3538 | 1122 | 1.6802 |
60
+ | 1.1828 | 0.4128 | 1309 | 1.6931 |
61
+ | 2.0012 | 0.4718 | 1496 | 1.6620 |
62
+ | 1.6794 | 0.5307 | 1683 | 1.6657 |
63
+ | 1.2777 | 0.5897 | 1870 | 1.6543 |
64
+ | 1.1958 | 0.6487 | 2057 | 1.6923 |
65
+ | 2.4625 | 0.7077 | 2244 | 1.6584 |
66
+ | 1.7427 | 0.7666 | 2431 | 1.6458 |
67
+ | 1.1636 | 0.8256 | 2618 | 1.6477 |
68
+ | 1.1374 | 0.8846 | 2805 | 1.6614 |
69
+ | 2.2849 | 0.9436 | 2992 | 1.6419 |
70
+ | 1.0011 | 1.0025 | 3179 | 1.6409 |
71
+ | 2.5839 | 1.0615 | 3366 | 1.7018 |
72
+ | 1.334 | 1.1205 | 3553 | 1.6859 |
73
+ | 1.1876 | 1.1794 | 3740 | 1.6755 |
74
+ | 0.9747 | 1.2384 | 3927 | 1.6887 |
75
+ | 2.0187 | 1.2974 | 4114 | 1.6922 |
76
+ | 1.0511 | 1.3564 | 4301 | 1.6827 |
77
+ | 1.0223 | 1.4153 | 4488 | 1.6729 |
78
+ | 1.1295 | 1.4743 | 4675 | 1.6849 |
79
+ | 2.0358 | 1.5333 | 4862 | 1.6879 |
80
+ | 1.3046 | 1.5922 | 5049 | 1.6772 |
81
+ | 1.0023 | 1.6512 | 5236 | 1.6774 |
82
+ | 1.0365 | 1.7102 | 5423 | 1.6905 |
83
+ | 1.8732 | 1.7692 | 5610 | 1.6834 |
84
+ | 1.0398 | 1.8281 | 5797 | 1.6690 |
85
+ | 1.0103 | 1.8871 | 5984 | 1.6662 |
86
+ | 2.3888 | 1.9461 | 6171 | 1.6739 |
87
+ | 0.7728 | 2.0050 | 6358 | 1.6986 |
88
+ | 0.8759 | 2.0640 | 6545 | 1.8575 |
89
+ | 1.3133 | 2.1230 | 6732 | 1.8525 |
90
+ | 0.8286 | 2.1820 | 6919 | 1.7958 |
91
+ | 0.9336 | 2.2409 | 7106 | 1.7920 |
92
+ | 1.0528 | 2.2999 | 7293 | 1.9157 |
93
+ | 1.1672 | 2.3589 | 7480 | 1.8295 |
94
+ | 0.9818 | 2.4178 | 7667 | 1.7832 |
95
+ | 0.92 | 2.4768 | 7854 | 1.7895 |
96
+ | 1.1814 | 2.5358 | 8041 | 1.8489 |
97
+ | 1.3869 | 2.5948 | 8228 | 1.8023 |
98
+ | 0.8245 | 2.6537 | 8415 | 1.7785 |
99
+ | 0.8234 | 2.7127 | 8602 | 1.7827 |
100
+ | 1.6518 | 2.7717 | 8789 | 1.8250 |
101
+ | 1.1769 | 2.8307 | 8976 | 1.8055 |
102
+ | 0.881 | 2.8896 | 9163 | 1.7741 |
103
+ | 0.8681 | 2.9486 | 9350 | 1.7973 |
104
+ | 0.5482 | 3.0076 | 9537 | 1.9381 |
105
+ | 0.6616 | 3.0665 | 9724 | 1.9542 |
106
+ | 1.4274 | 3.1255 | 9911 | 2.0250 |
107
+
108
+
109
+ ### Framework versions
110
+
111
+ - PEFT 0.12.1.dev0
112
+ - Transformers 4.45.0.dev0
113
+ - Pytorch 2.3.0+cu121
114
+ - Datasets 2.19.0
115
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.15357931251971,
3
+ "eval_loss": 2.013232469558716,
4
+ "eval_runtime": 148.4901,
5
+ "eval_samples_per_second": 6.734,
6
+ "eval_steps_per_second": 6.734,
7
+ "total_flos": 1.1687984226206024e+18,
8
+ "train_loss": 1.3553110431969166,
9
+ "train_runtime": 191744.1538,
10
+ "train_samples_per_second": 0.834,
11
+ "train_steps_per_second": 0.052
12
+ }
completed ADDED
File without changes
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.15357931251971,
3
+ "eval_loss": 2.013232469558716,
4
+ "eval_runtime": 148.4901,
5
+ "eval_samples_per_second": 6.734,
6
+ "eval_steps_per_second": 6.734
7
+ }
metrics.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"run_name": "meta-llama/Meta-Llama-3-8B_alpaca-clean_l0.0002_64", "train_runtime": 191744.1538, "train_samples_per_second": 0.834, "train_steps_per_second": 0.052, "total_flos": 1.1687984226206024e+18, "train_loss": 1.3553110431969166, "epoch": 3.15357931251971, "eval_loss": 2.013232469558716, "eval_runtime": 148.4901, "eval_samples_per_second": 6.734, "eval_steps_per_second": 6.734}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.15357931251971,
3
+ "total_flos": 1.1687984226206024e+18,
4
+ "train_loss": 1.3553110431969166,
5
+ "train_runtime": 191744.1538,
6
+ "train_samples_per_second": 0.834,
7
+ "train_steps_per_second": 0.052
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff