End of training
Browse files- README.md +77 -0
- adapter_model.bin +3 -0
- all_results.json +7 -0
- train_results.json +7 -0
- trainer_state.json +0 -0
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_race_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_race_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.4534
|
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.2478 | 1.0 | 150 | 1.4180 |
|
51 |
+
| 0.7183 | 2.0 | 300 | 1.4867 |
|
52 |
+
| 0.5553 | 3.0 | 450 | 1.6282 |
|
53 |
+
| 0.6139 | 4.0 | 600 | 1.8190 |
|
54 |
+
| 0.2089 | 5.0 | 750 | 1.9858 |
|
55 |
+
| 0.1597 | 6.0 | 900 | 2.1239 |
|
56 |
+
| 0.1706 | 7.0 | 1050 | 2.2716 |
|
57 |
+
| 0.1075 | 8.0 | 1200 | 2.4046 |
|
58 |
+
| 0.0903 | 9.0 | 1350 | 2.5014 |
|
59 |
+
| 0.0755 | 10.0 | 1500 | 2.5739 |
|
60 |
+
| 0.0686 | 11.0 | 1650 | 2.7048 |
|
61 |
+
| 0.0547 | 12.0 | 1800 | 2.6282 |
|
62 |
+
| 0.0495 | 13.0 | 1950 | 2.8231 |
|
63 |
+
| 0.0455 | 14.0 | 2100 | 3.0115 |
|
64 |
+
| 0.0415 | 15.0 | 2250 | 3.0576 |
|
65 |
+
| 0.0436 | 16.0 | 2400 | 3.2100 |
|
66 |
+
| 0.048 | 17.0 | 2550 | 3.3084 |
|
67 |
+
| 0.0396 | 18.0 | 2700 | 3.3839 |
|
68 |
+
| 0.0402 | 19.0 | 2850 | 3.4183 |
|
69 |
+
| 0.036 | 20.0 | 3000 | 3.4534 |
|
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:a20b71c384739f6be8b8b678f897f4e2c8536837c38ef79e9e72f3535650e111
|
3 |
+
size 160069834
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 20.0,
|
3 |
+
"train_loss": 0.2452797324322164,
|
4 |
+
"train_runtime": 6351.1677,
|
5 |
+
"train_samples_per_second": 1.889,
|
6 |
+
"train_steps_per_second": 0.472
|
7 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 20.0,
|
3 |
+
"train_loss": 0.2452797324322164,
|
4 |
+
"train_runtime": 6351.1677,
|
5 |
+
"train_samples_per_second": 1.889,
|
6 |
+
"train_steps_per_second": 0.472
|
7 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|