error577 commited on
Commit
9e08529
·
verified ·
1 Parent(s): 8615a13

End of training

Browse files
Files changed (3) hide show
  1. README.md +191 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/SmolLM-360M-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 3b560dce-4b9a-4461-bec5-e809c217723b
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/SmolLM-360M-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataloader_num_workers: 6
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 824ef92913906b02_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/824ef92913906b02_train_data.json
33
+ type:
34
+ field_input: gt_answer
35
+ field_instruction: question
36
+ field_output: answer
37
+ format: '{instruction} {input}'
38
+ no_input_format: '{instruction}'
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ early_stopping_patience: 3
44
+ eval_max_new_tokens: 128
45
+ eval_steps: 50
46
+ eval_table_size: null
47
+ flash_attention: true
48
+ fp16: null
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 4
52
+ gradient_checkpointing: false
53
+ group_by_length: true
54
+ hub_model_id: error577/3b560dce-4b9a-4461-bec5-e809c217723b
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.0002
59
+ load_in_4bit: false
60
+ load_in_8bit: true
61
+ local_rank: null
62
+ logging_steps: 1
63
+ lora_alpha: 16
64
+ lora_dropout: 0.3
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 32
68
+ lora_target_linear: true
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_steps: 2000
72
+ micro_batch_size: 2
73
+ mlflow_experiment_name: /tmp/824ef92913906b02_train_data.json
74
+ model_type: AutoModelForCausalLM
75
+ num_epochs: 4
76
+ optimizer: adamw_bnb_8bit
77
+ output_dir: miner_id_24
78
+ pad_to_sequence_len: true
79
+ resume_from_checkpoint: null
80
+ s2_attention: null
81
+ sample_packing: false
82
+ save_steps: 50
83
+ sequence_len: 512
84
+ strict: false
85
+ tf32: false
86
+ tokenizer_type: AutoTokenizer
87
+ train_on_inputs: false
88
+ trust_remote_code: true
89
+ val_set_size: 0.02
90
+ wandb_entity: null
91
+ wandb_mode: online
92
+ wandb_name: edbc27c0-2567-4ef1-849f-694fac00cd13
93
+ wandb_project: Gradients-On-Demand
94
+ wandb_run: your_name
95
+ wandb_runid: edbc27c0-2567-4ef1-849f-694fac00cd13
96
+ warmup_steps: 10
97
+ weight_decay: 0.01
98
+ xformers_attention: null
99
+
100
+ ```
101
+
102
+ </details><br>
103
+
104
+ # 3b560dce-4b9a-4461-bec5-e809c217723b
105
+
106
+ This model is a fine-tuned version of [unsloth/SmolLM-360M-Instruct](https://huggingface.co/unsloth/SmolLM-360M-Instruct) on the None dataset.
107
+ It achieves the following results on the evaluation set:
108
+ - Loss: 0.3736
109
+
110
+ ## Model description
111
+
112
+ More information needed
113
+
114
+ ## Intended uses & limitations
115
+
116
+ More information needed
117
+
118
+ ## Training and evaluation data
119
+
120
+ More information needed
121
+
122
+ ## Training procedure
123
+
124
+ ### Training hyperparameters
125
+
126
+ The following hyperparameters were used during training:
127
+ - learning_rate: 0.0002
128
+ - train_batch_size: 2
129
+ - eval_batch_size: 2
130
+ - seed: 42
131
+ - gradient_accumulation_steps: 4
132
+ - total_train_batch_size: 8
133
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - training_steps: 2000
137
+
138
+ ### Training results
139
+
140
+ | Training Loss | Epoch | Step | Validation Loss |
141
+ |:-------------:|:------:|:----:|:---------------:|
142
+ | 0.6086 | 0.0001 | 1 | 0.8242 |
143
+ | 0.6491 | 0.0069 | 50 | 0.5668 |
144
+ | 0.4904 | 0.0137 | 100 | 0.5020 |
145
+ | 0.4928 | 0.0206 | 150 | 0.4803 |
146
+ | 0.3963 | 0.0275 | 200 | 0.4617 |
147
+ | 0.4291 | 0.0343 | 250 | 0.4514 |
148
+ | 0.4164 | 0.0412 | 300 | 0.4411 |
149
+ | 0.4261 | 0.0481 | 350 | 0.4344 |
150
+ | 0.4734 | 0.0549 | 400 | 0.4273 |
151
+ | 0.4271 | 0.0618 | 450 | 0.4246 |
152
+ | 0.3362 | 0.0687 | 500 | 0.4193 |
153
+ | 0.3781 | 0.0755 | 550 | 0.4136 |
154
+ | 0.4247 | 0.0824 | 600 | 0.4107 |
155
+ | 0.3431 | 0.0893 | 650 | 0.4071 |
156
+ | 0.3674 | 0.0961 | 700 | 0.4019 |
157
+ | 0.4549 | 0.1030 | 750 | 0.4004 |
158
+ | 0.4299 | 0.1098 | 800 | 0.3972 |
159
+ | 0.3398 | 0.1167 | 850 | 0.3938 |
160
+ | 0.4542 | 0.1236 | 900 | 0.3924 |
161
+ | 0.301 | 0.1304 | 950 | 0.3908 |
162
+ | 0.4517 | 0.1373 | 1000 | 0.3881 |
163
+ | 0.4243 | 0.1442 | 1050 | 0.3865 |
164
+ | 0.3469 | 0.1510 | 1100 | 0.3853 |
165
+ | 0.3413 | 0.1579 | 1150 | 0.3834 |
166
+ | 0.3609 | 0.1648 | 1200 | 0.3815 |
167
+ | 0.3546 | 0.1716 | 1250 | 0.3813 |
168
+ | 0.2967 | 0.1785 | 1300 | 0.3794 |
169
+ | 0.3278 | 0.1854 | 1350 | 0.3783 |
170
+ | 0.3304 | 0.1922 | 1400 | 0.3782 |
171
+ | 0.2565 | 0.1991 | 1450 | 0.3774 |
172
+ | 0.3721 | 0.2060 | 1500 | 0.3764 |
173
+ | 0.4291 | 0.2128 | 1550 | 0.3754 |
174
+ | 0.299 | 0.2197 | 1600 | 0.3757 |
175
+ | 0.4525 | 0.2266 | 1650 | 0.3750 |
176
+ | 0.3902 | 0.2334 | 1700 | 0.3747 |
177
+ | 0.3118 | 0.2403 | 1750 | 0.3737 |
178
+ | 0.3434 | 0.2472 | 1800 | 0.3747 |
179
+ | 0.3902 | 0.2540 | 1850 | 0.3732 |
180
+ | 0.3748 | 0.2609 | 1900 | 0.3742 |
181
+ | 0.3463 | 0.2678 | 1950 | 0.3742 |
182
+ | 0.3441 | 0.2746 | 2000 | 0.3736 |
183
+
184
+
185
+ ### Framework versions
186
+
187
+ - PEFT 0.13.2
188
+ - Transformers 4.46.0
189
+ - Pytorch 2.5.0+cu124
190
+ - Datasets 3.0.1
191
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cebad33e71e58911d2dd4556f9be415227df88d36f3b99794006e25867b4bb4
3
+ size 69629450
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04f0ffe434929d301fdbb4a477e60354c9ebe32f51f7b66c3b76af3239107135
3
  size 69527352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387db44b23b6080c0be6af8ac218c919c4603626b53b6d5b8fb25f82aafb24fd
3
  size 69527352