DandinPower
commited on
Commit
•
58d9a19
1
Parent(s):
5160c6b
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: apache-2.0
|
5 |
+
library_name: peft
|
6 |
+
tags:
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- nycu-112-2-deeplearning-hw2
|
10 |
+
- generated_from_trainer
|
11 |
+
base_model: MediaTek-Research/Breeze-7B-Instruct-v1_0
|
12 |
+
datasets:
|
13 |
+
- DandinPower/ZH-Reading-Comprehension-Breeze-Instruct
|
14 |
+
model-index:
|
15 |
+
- name: breeze_7b_lora_completion_only_5_epochs
|
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 |
+
# breeze_7b_lora_completion_only_5_epochs
|
23 |
+
|
24 |
+
This model is a fine-tuned version of [MediaTek-Research/Breeze-7B-Instruct-v1_0](https://huggingface.co/MediaTek-Research/Breeze-7B-Instruct-v1_0) on the DandinPower/ZH-Reading-Comprehension-Breeze-Instruct dataset.
|
25 |
+
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.1658
|
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.1419 | 0.3690 | 250 | 0.1250 |
|
64 |
+
| 0.1404 | 0.7380 | 500 | 0.1611 |
|
65 |
+
| 0.1554 | 1.1070 | 750 | 0.1358 |
|
66 |
+
| 0.1426 | 1.4760 | 1000 | 0.1543 |
|
67 |
+
| 0.1194 | 1.8450 | 1250 | 0.1823 |
|
68 |
+
| 0.0865 | 2.2140 | 1500 | 0.1511 |
|
69 |
+
| 0.0728 | 2.5830 | 1750 | 0.1463 |
|
70 |
+
| 0.4116 | 2.9520 | 2000 | 0.1224 |
|
71 |
+
| 0.0405 | 3.3210 | 2250 | 0.1939 |
|
72 |
+
| 0.0573 | 3.6900 | 2500 | 0.1324 |
|
73 |
+
| 0.0237 | 4.0590 | 2750 | 0.1657 |
|
74 |
+
| 0.0208 | 4.4280 | 3000 | 0.1818 |
|
75 |
+
| 0.0111 | 4.7970 | 3250 | 0.1658 |
|
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:fa3578f76cf34238f18004194db0b4600cf2670f7cc3379eee71467245894a52
|
3 |
size 54543312
|