End of training
Browse files- README.md +167 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
8 |
+
model-index:
|
9 |
+
- name: isafpr-llama3-lora
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
22 |
+
model_type: LlamaForCausalLM
|
23 |
+
tokenizer_type: AutoTokenizer
|
24 |
+
|
25 |
+
load_in_8bit: false
|
26 |
+
load_in_4bit: true
|
27 |
+
strict: false
|
28 |
+
|
29 |
+
data_seed: 42
|
30 |
+
seed: 42
|
31 |
+
|
32 |
+
datasets:
|
33 |
+
- path: data/isaf_press_releases_ft.jsonl
|
34 |
+
conversation: alpaca
|
35 |
+
type: sharegpt
|
36 |
+
dataset_prepared_path:
|
37 |
+
val_set_size: 0.05
|
38 |
+
output_dir: ./outputs/llama3/lora-out
|
39 |
+
hub_model_id: strickvl/isafpr-llama3-lora
|
40 |
+
|
41 |
+
sequence_len: 2048
|
42 |
+
sample_packing: true
|
43 |
+
eval_sample_packing: false
|
44 |
+
pad_to_sequence_len: true
|
45 |
+
|
46 |
+
adapter: lora
|
47 |
+
lora_model_dir:
|
48 |
+
lora_r: 32
|
49 |
+
lora_alpha: 16
|
50 |
+
lora_dropout: 0.05
|
51 |
+
lora_target_linear: true
|
52 |
+
lora_fan_in_fan_out:
|
53 |
+
lora_modules_to_save:
|
54 |
+
- embed_tokens
|
55 |
+
- lm_head
|
56 |
+
|
57 |
+
wandb_project: isaf_pr_ft
|
58 |
+
wandb_entity: strickvl
|
59 |
+
wandb_watch:
|
60 |
+
wandb_name:
|
61 |
+
wandb_log_model:
|
62 |
+
|
63 |
+
gradient_accumulation_steps: 4
|
64 |
+
micro_batch_size: 2
|
65 |
+
num_epochs: 4
|
66 |
+
optimizer: adamw_bnb_8bit
|
67 |
+
lr_scheduler: cosine
|
68 |
+
learning_rate: 0.0002
|
69 |
+
|
70 |
+
train_on_inputs: false
|
71 |
+
group_by_length: false
|
72 |
+
bf16: auto
|
73 |
+
fp16:
|
74 |
+
tf32: false
|
75 |
+
|
76 |
+
gradient_checkpointing: true
|
77 |
+
early_stopping_patience:
|
78 |
+
resume_from_checkpoint:
|
79 |
+
local_rank:
|
80 |
+
logging_steps: 1
|
81 |
+
xformers_attention:
|
82 |
+
flash_attention: true
|
83 |
+
s2_attention:
|
84 |
+
|
85 |
+
warmup_steps: 10
|
86 |
+
evals_per_epoch: 4
|
87 |
+
eval_table_size:
|
88 |
+
eval_max_new_tokens: 128
|
89 |
+
saves_per_epoch: 1
|
90 |
+
debug:
|
91 |
+
deepspeed:
|
92 |
+
weight_decay: 0.0
|
93 |
+
fsdp:
|
94 |
+
fsdp_config:
|
95 |
+
special_tokens:
|
96 |
+
pad_token: <|end_of_text|>
|
97 |
+
|
98 |
+
```
|
99 |
+
|
100 |
+
</details><br>
|
101 |
+
|
102 |
+
# isafpr-llama3-lora
|
103 |
+
|
104 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the None dataset.
|
105 |
+
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 0.0371
|
107 |
+
|
108 |
+
## Model description
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Intended uses & limitations
|
113 |
+
|
114 |
+
More information needed
|
115 |
+
|
116 |
+
## Training and evaluation data
|
117 |
+
|
118 |
+
More information needed
|
119 |
+
|
120 |
+
## Training procedure
|
121 |
+
|
122 |
+
### Training hyperparameters
|
123 |
+
|
124 |
+
The following hyperparameters were used during training:
|
125 |
+
- learning_rate: 0.0002
|
126 |
+
- train_batch_size: 2
|
127 |
+
- eval_batch_size: 2
|
128 |
+
- seed: 42
|
129 |
+
- distributed_type: multi-GPU
|
130 |
+
- num_devices: 2
|
131 |
+
- gradient_accumulation_steps: 4
|
132 |
+
- total_train_batch_size: 16
|
133 |
+
- total_eval_batch_size: 4
|
134 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
135 |
+
- lr_scheduler_type: cosine
|
136 |
+
- lr_scheduler_warmup_steps: 10
|
137 |
+
- num_epochs: 4
|
138 |
+
|
139 |
+
### Training results
|
140 |
+
|
141 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
+
|:-------------:|:------:|:----:|:---------------:|
|
143 |
+
| 2.0023 | 0.0173 | 1 | 2.0120 |
|
144 |
+
| 0.0975 | 0.2597 | 15 | 0.0792 |
|
145 |
+
| 0.0576 | 0.5195 | 30 | 0.0586 |
|
146 |
+
| 0.0317 | 0.7792 | 45 | 0.0476 |
|
147 |
+
| 0.0367 | 1.0390 | 60 | 0.0445 |
|
148 |
+
| 0.0315 | 1.2078 | 75 | 0.0421 |
|
149 |
+
| 0.0249 | 1.4675 | 90 | 0.0429 |
|
150 |
+
| 0.0302 | 1.7273 | 105 | 0.0380 |
|
151 |
+
| 0.0264 | 1.9870 | 120 | 0.0376 |
|
152 |
+
| 0.0184 | 2.1515 | 135 | 0.0362 |
|
153 |
+
| 0.0174 | 2.4113 | 150 | 0.0366 |
|
154 |
+
| 0.0152 | 2.6710 | 165 | 0.0373 |
|
155 |
+
| 0.016 | 2.9307 | 180 | 0.0361 |
|
156 |
+
| 0.0128 | 3.0996 | 195 | 0.0361 |
|
157 |
+
| 0.0172 | 3.3593 | 210 | 0.0369 |
|
158 |
+
| 0.0086 | 3.6190 | 225 | 0.0371 |
|
159 |
+
|
160 |
+
|
161 |
+
### Framework versions
|
162 |
+
|
163 |
+
- PEFT 0.11.1
|
164 |
+
- Transformers 4.41.1
|
165 |
+
- Pytorch 2.3.0+cu121
|
166 |
+
- Datasets 2.19.1
|
167 |
+
- Tokenizers 0.19.1
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c60ca31b2665cd21934111a89f2d862cef54f73710d4dcf78fee232fe4726b6
|
3 |
+
size 2437053202
|