cwaud commited on
Commit
034481f
·
verified ·
1 Parent(s): ee9da08

End of training

Browse files
Files changed (2) hide show
  1. README.md +193 -0
  2. adapter_model.bin +2 -2
README.md ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: unsloth/Llama-3.2-3B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: ea258833f53-4c8a-4b1a-9abf-59da4fa11e18
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/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: unsloth/Llama-3.2-3B-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - format: custom
30
+ path: lavita/ChatDoctor-HealthCareMagic-100k
31
+ type:
32
+ field_input: input
33
+ field_instruction: instruction
34
+ field_output: output
35
+ format: '{instruction} {input}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ device_map: '{'''':torch.cuda.current_device()}'
42
+ do_eval: true
43
+ early_stopping_patience: 1
44
+ eval_batch_size: 1
45
+ eval_sample_packing: false
46
+ eval_steps: 25
47
+ evaluation_strategy: steps
48
+ flash_attention: true
49
+ fp16: null
50
+ fsdp: null
51
+ fsdp_config: null
52
+ gradient_accumulation_steps: 32
53
+ gradient_checkpointing: true
54
+ group_by_length: true
55
+ hub_model_id: cwaud/ea258833f53-4c8a-4b1a-9abf-59da4fa11e18
56
+ hub_repo: stevemonite
57
+ hub_strategy: checkpoint
58
+ hub_token: null
59
+ learning_rate: 0.0002
60
+ load_in_4bit: false
61
+ load_in_8bit: false
62
+ local_rank: null
63
+ logging_steps: 1
64
+ lora_alpha: 32
65
+ lora_dropout: 0.05
66
+ lora_fan_in_fan_out: null
67
+ lora_model_dir: null
68
+ lora_r: 16
69
+ lora_target_linear: true
70
+ lora_target_modules:
71
+ - q_proj
72
+ - v_proj
73
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_memory:
76
+ 0: 70GiB
77
+ 1: 70GiB
78
+ 2: 70GiB
79
+ 3: 70GiB
80
+ max_steps: 888
81
+ micro_batch_size: 1
82
+ mlflow_experiment_name: lavita/ChatDoctor-HealthCareMagic-100k
83
+ model_type: AutoModelForCausalLM
84
+ num_epochs: 3
85
+ optim_args:
86
+ adam_beta1: 0.9
87
+ adam_beta2: 0.95
88
+ adam_epsilon: 1e-5
89
+ optimizer: adamw_torch
90
+ output_dir: miner_id_24
91
+ pad_to_sequence_len: true
92
+ resume_from_checkpoint: null
93
+ s2_attention: null
94
+ sample_packing: false
95
+ save_steps: 50
96
+ save_strategy: steps
97
+ sequence_len: 2048
98
+ strict: false
99
+ tf32: false
100
+ tokenizer_type: AutoTokenizer
101
+ torch_compile: false
102
+ train_on_inputs: false
103
+ trust_remote_code: true
104
+ val_set_size: 50
105
+ wandb_entity: null
106
+ wandb_mode: online
107
+ wandb_project: Public_TuningSN
108
+ wandb_run: miner_id_24
109
+ wandb_runid: 153c7d6f
110
+ warmup_raio: 0.03
111
+ warmup_ratio: 0.04
112
+ weight_decay: 0.01
113
+ xformers_attention: null
114
+
115
+ ```
116
+
117
+ </details><br>
118
+
119
+ # ea258833f53-4c8a-4b1a-9abf-59da4fa11e18
120
+
121
+ This model is a fine-tuned version of [unsloth/Llama-3.2-3B-Instruct](https://huggingface.co/unsloth/Llama-3.2-3B-Instruct) on the None dataset.
122
+ It achieves the following results on the evaluation set:
123
+ - Loss: 2.1079
124
+
125
+ ## Model description
126
+
127
+ More information needed
128
+
129
+ ## Intended uses & limitations
130
+
131
+ More information needed
132
+
133
+ ## Training and evaluation data
134
+
135
+ More information needed
136
+
137
+ ## Training procedure
138
+
139
+ ### Training hyperparameters
140
+
141
+ The following hyperparameters were used during training:
142
+ - learning_rate: 0.0002
143
+ - train_batch_size: 1
144
+ - eval_batch_size: 1
145
+ - seed: 42
146
+ - gradient_accumulation_steps: 32
147
+ - total_train_batch_size: 32
148
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
149
+ - lr_scheduler_type: cosine
150
+ - lr_scheduler_warmup_steps: 35
151
+ - training_steps: 888
152
+
153
+ ### Training results
154
+
155
+ | Training Loss | Epoch | Step | Validation Loss |
156
+ |:-------------:|:------:|:----:|:---------------:|
157
+ | 3.0904 | 0.0003 | 1 | 3.2887 |
158
+ | 2.6898 | 0.0071 | 25 | 2.7006 |
159
+ | 2.5132 | 0.0143 | 50 | 2.5567 |
160
+ | 2.4234 | 0.0214 | 75 | 2.4513 |
161
+ | 2.5322 | 0.0285 | 100 | 2.4194 |
162
+ | 2.2951 | 0.0357 | 125 | 2.3581 |
163
+ | 2.331 | 0.0428 | 150 | 2.3471 |
164
+ | 2.2978 | 0.0499 | 175 | 2.3032 |
165
+ | 2.1733 | 0.0571 | 200 | 2.2889 |
166
+ | 2.194 | 0.0642 | 225 | 2.2525 |
167
+ | 2.3849 | 0.0714 | 250 | 2.2398 |
168
+ | 2.0697 | 0.0785 | 275 | 2.2127 |
169
+ | 2.5496 | 0.0856 | 300 | 2.2259 |
170
+ | 2.0852 | 0.0928 | 325 | 2.1999 |
171
+ | 2.2164 | 0.0999 | 350 | 2.2020 |
172
+ | 2.2373 | 0.1070 | 375 | 2.1708 |
173
+ | 2.2789 | 0.1142 | 400 | 2.1725 |
174
+ | 2.1254 | 0.1213 | 425 | 2.1471 |
175
+ | 2.11 | 0.1284 | 450 | 2.1469 |
176
+ | 2.0535 | 0.1356 | 475 | 2.1419 |
177
+ | 2.1039 | 0.1427 | 500 | 2.1362 |
178
+ | 1.9734 | 0.1498 | 525 | 2.1290 |
179
+ | 2.0061 | 0.1570 | 550 | 2.1158 |
180
+ | 2.1663 | 0.1641 | 575 | 2.1151 |
181
+ | 2.1725 | 0.1713 | 600 | 2.1112 |
182
+ | 2.2051 | 0.1784 | 625 | 2.1108 |
183
+ | 2.0556 | 0.1855 | 650 | 2.1073 |
184
+ | 1.9651 | 0.1927 | 675 | 2.1079 |
185
+
186
+
187
+ ### Framework versions
188
+
189
+ - PEFT 0.13.2
190
+ - Transformers 4.46.0
191
+ - Pytorch 2.5.0+cu124
192
+ - Datasets 3.0.1
193
+ - Tokenizers 0.20.1
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa1dcaa955e2807f1d1457ee3393d217c3b8e37af0982b0f4015310ba02a3805
3
- size 335706186
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d811858ce3e4dfd8499b37e566f0cd3ad059c41ff3aaf484ddb68866e52d17b
3
+ size 97396522