DandinPower
commited on
Commit
•
f95c055
1
Parent(s):
8ab4347
End of training
Browse files- README.md +84 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
license: other
|
5 |
+
library_name: peft
|
6 |
+
tags:
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- nycu-112-2-deeplearning-hw2
|
10 |
+
- generated_from_trainer
|
11 |
+
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
12 |
+
datasets:
|
13 |
+
- DandinPower/ZH-Reading-Comprehension-Llama-Instruct
|
14 |
+
model-index:
|
15 |
+
- name: llama_3_8b_lora_completion_only
|
16 |
+
results: []
|
17 |
+
---
|
18 |
+
|
19 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
+
should probably proofread and complete it, then remove this comment. -->
|
21 |
+
|
22 |
+
# llama_3_8b_lora_completion_only
|
23 |
+
|
24 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the DandinPower/ZH-Reading-Comprehension-Llama-Instruct dataset.
|
25 |
+
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.0924
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 0.0001
|
46 |
+
- train_batch_size: 1
|
47 |
+
- eval_batch_size: 1
|
48 |
+
- seed: 42
|
49 |
+
- distributed_type: multi-GPU
|
50 |
+
- num_devices: 2
|
51 |
+
- gradient_accumulation_steps: 8
|
52 |
+
- total_train_batch_size: 16
|
53 |
+
- total_eval_batch_size: 2
|
54 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
55 |
+
- lr_scheduler_type: linear
|
56 |
+
- lr_scheduler_warmup_steps: 700
|
57 |
+
- num_epochs: 5.0
|
58 |
+
|
59 |
+
### Training results
|
60 |
+
|
61 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
62 |
+
|:-------------:|:------:|:----:|:---------------:|
|
63 |
+
| 0.105 | 0.3690 | 250 | 0.0762 |
|
64 |
+
| 0.0716 | 0.7380 | 500 | 0.0897 |
|
65 |
+
| 0.0652 | 1.1070 | 750 | 0.0832 |
|
66 |
+
| 0.061 | 1.4760 | 1000 | 0.0640 |
|
67 |
+
| 0.0373 | 1.8450 | 1250 | 0.0813 |
|
68 |
+
| 0.0344 | 2.2140 | 1500 | 0.0686 |
|
69 |
+
| 0.0207 | 2.5830 | 1750 | 0.0662 |
|
70 |
+
| 0.0351 | 2.9520 | 2000 | 0.0669 |
|
71 |
+
| 0.0028 | 3.3210 | 2250 | 0.0996 |
|
72 |
+
| 0.0101 | 3.6900 | 2500 | 0.0718 |
|
73 |
+
| 0.0044 | 4.0590 | 2750 | 0.0825 |
|
74 |
+
| 0.0123 | 4.4280 | 3000 | 0.0969 |
|
75 |
+
| 0.0031 | 4.7970 | 3250 | 0.0924 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- PEFT 0.10.0
|
81 |
+
- Transformers 4.40.0
|
82 |
+
- Pytorch 2.2.2+cu121
|
83 |
+
- Datasets 2.19.0
|
84 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54543312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f36b204cab96f669bc985dadc82533e0d8c695e1d6ad9b774cd723559c59a5f
|
3 |
size 54543312
|