alexander-hm
commited on
End of training
Browse files- README.md +115 -0
- all_results.json +12 -0
- completed +0 -0
- eval_results.json +7 -0
- metrics.json +1 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: meta-llama/Llama-2-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
license: llama2
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: Llama-2-7b-hf_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 |
+
# Llama-2-7b-hf_alpaca-clean_l0.0002_64
|
16 |
+
|
17 |
+
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.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.6868
|
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.0346 | 0.0003 | 1 | 2.3927 |
|
54 |
+
| 1.9904 | 0.0590 | 187 | 1.5667 |
|
55 |
+
| 1.3058 | 0.1179 | 374 | 1.5624 |
|
56 |
+
| 1.0583 | 0.1769 | 561 | 1.5607 |
|
57 |
+
| 1.8361 | 0.2359 | 748 | 1.5273 |
|
58 |
+
| 1.7038 | 0.2949 | 935 | 1.5075 |
|
59 |
+
| 1.2223 | 0.3538 | 1122 | 1.5029 |
|
60 |
+
| 1.0661 | 0.4128 | 1309 | 1.5042 |
|
61 |
+
| 1.7942 | 0.4718 | 1496 | 1.4753 |
|
62 |
+
| 1.5587 | 0.5307 | 1683 | 1.4771 |
|
63 |
+
| 1.1685 | 0.5897 | 1870 | 1.4801 |
|
64 |
+
| 1.0578 | 0.6487 | 2057 | 1.4936 |
|
65 |
+
| 2.2233 | 0.7077 | 2244 | 1.4694 |
|
66 |
+
| 1.6078 | 0.7666 | 2431 | 1.4656 |
|
67 |
+
| 1.0611 | 0.8256 | 2618 | 1.4765 |
|
68 |
+
| 0.9979 | 0.8846 | 2805 | 1.4737 |
|
69 |
+
| 2.0584 | 0.9436 | 2992 | 1.4601 |
|
70 |
+
| 0.9627 | 1.0025 | 3179 | 1.4579 |
|
71 |
+
| 2.3813 | 1.0615 | 3366 | 1.4914 |
|
72 |
+
| 1.2986 | 1.1205 | 3553 | 1.4847 |
|
73 |
+
| 1.164 | 1.1794 | 3740 | 1.4857 |
|
74 |
+
| 0.9181 | 1.2384 | 3927 | 1.4967 |
|
75 |
+
| 1.7152 | 1.2974 | 4114 | 1.4807 |
|
76 |
+
| 1.0827 | 1.3564 | 4301 | 1.4828 |
|
77 |
+
| 0.9565 | 1.4153 | 4488 | 1.4858 |
|
78 |
+
| 1.0499 | 1.4743 | 4675 | 1.4932 |
|
79 |
+
| 1.838 | 1.5333 | 4862 | 1.4806 |
|
80 |
+
| 1.3075 | 1.5922 | 5049 | 1.4770 |
|
81 |
+
| 0.9147 | 1.6512 | 5236 | 1.4877 |
|
82 |
+
| 0.9353 | 1.7102 | 5423 | 1.4889 |
|
83 |
+
| 1.6525 | 1.7692 | 5610 | 1.4757 |
|
84 |
+
| 1.0597 | 1.8281 | 5797 | 1.4812 |
|
85 |
+
| 0.9384 | 1.8871 | 5984 | 1.4737 |
|
86 |
+
| 2.0972 | 1.9461 | 6171 | 1.4749 |
|
87 |
+
| 0.8698 | 2.0050 | 6358 | 1.4729 |
|
88 |
+
| 0.8746 | 2.0640 | 6545 | 1.6185 |
|
89 |
+
| 1.3664 | 2.1230 | 6732 | 1.5706 |
|
90 |
+
| 0.8976 | 2.1820 | 6919 | 1.5368 |
|
91 |
+
| 0.9512 | 2.2409 | 7106 | 1.5635 |
|
92 |
+
| 0.957 | 2.2999 | 7293 | 1.6088 |
|
93 |
+
| 1.1006 | 2.3589 | 7480 | 1.5504 |
|
94 |
+
| 1.1033 | 2.4178 | 7667 | 1.5426 |
|
95 |
+
| 0.9105 | 2.4768 | 7854 | 1.5907 |
|
96 |
+
| 1.0444 | 2.5358 | 8041 | 1.5730 |
|
97 |
+
| 1.3787 | 2.5948 | 8228 | 1.5404 |
|
98 |
+
| 0.9126 | 2.6537 | 8415 | 1.5434 |
|
99 |
+
| 0.8307 | 2.7127 | 8602 | 1.5716 |
|
100 |
+
| 1.5571 | 2.7717 | 8789 | 1.5673 |
|
101 |
+
| 1.1696 | 2.8307 | 8976 | 1.5473 |
|
102 |
+
| 0.9802 | 2.8896 | 9163 | 1.5524 |
|
103 |
+
| 0.8512 | 2.9486 | 9350 | 1.5740 |
|
104 |
+
| 0.6861 | 3.0076 | 9537 | 1.5948 |
|
105 |
+
| 0.8245 | 3.0665 | 9724 | 1.6846 |
|
106 |
+
| 1.2366 | 3.1255 | 9911 | 1.6969 |
|
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": 1.6868281364440918,
|
4 |
+
"eval_runtime": 1026.2341,
|
5 |
+
"eval_samples_per_second": 0.974,
|
6 |
+
"eval_steps_per_second": 0.974,
|
7 |
+
"total_flos": 1.1874856871438254e+18,
|
8 |
+
"train_loss": 1.2666936581730843,
|
9 |
+
"train_runtime": 546715.2921,
|
10 |
+
"train_samples_per_second": 0.293,
|
11 |
+
"train_steps_per_second": 0.018
|
12 |
+
}
|
completed
ADDED
File without changes
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.15357931251971,
|
3 |
+
"eval_loss": 1.6868281364440918,
|
4 |
+
"eval_runtime": 1026.2341,
|
5 |
+
"eval_samples_per_second": 0.974,
|
6 |
+
"eval_steps_per_second": 0.974
|
7 |
+
}
|
metrics.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"run_name": "meta-llama/Llama-2-7b-hf_alpaca-clean_l0.0002_64", "train_runtime": 546715.2921, "train_samples_per_second": 0.293, "train_steps_per_second": 0.018, "total_flos": 1.1874856871438254e+18, "train_loss": 1.2666936581730843, "epoch": 3.15357931251971, "eval_loss": 1.6868281364440918, "eval_runtime": 1026.2341, "eval_samples_per_second": 0.974, "eval_steps_per_second": 0.974}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.15357931251971,
|
3 |
+
"total_flos": 1.1874856871438254e+18,
|
4 |
+
"train_loss": 1.2666936581730843,
|
5 |
+
"train_runtime": 546715.2921,
|
6 |
+
"train_samples_per_second": 0.293,
|
7 |
+
"train_steps_per_second": 0.018
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|