aleegis12 commited on
Commit
90ef737
·
verified ·
1 Parent(s): 69d78d4

End of training

Browse files
Files changed (2) hide show
  1. README.md +182 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 5118e892-01d0-47ca-9a51-1aef83696d99
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: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 824ef92913906b02_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/824ef92913906b02_train_data.json
32
+ type:
33
+ field_input: gt_answer
34
+ field_instruction: question
35
+ field_output: answer
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ device_map: auto
43
+ do_eval: true
44
+ early_stopping_patience: 2
45
+ eval_batch_size: 4
46
+ eval_max_new_tokens: 128
47
+ eval_steps: 150
48
+ eval_table_size: null
49
+ evals_per_epoch: null
50
+ flash_attention: true
51
+ fp16: false
52
+ fsdp: null
53
+ fsdp_config: null
54
+ gradient_accumulation_steps: 4
55
+ gradient_checkpointing: true
56
+ group_by_length: true
57
+ hub_model_id: aleegis12/5118e892-01d0-47ca-9a51-1aef83696d99
58
+ hub_private_repo: false
59
+ hub_repo: null
60
+ hub_strategy: checkpoint
61
+ hub_token: null
62
+ learning_rate: 0.0002
63
+ load_in_4bit: false
64
+ load_in_8bit: false
65
+ local_rank: null
66
+ logging_steps: 50
67
+ lora_alpha: 128
68
+ lora_dropout: 0.3
69
+ lora_fan_in_fan_out: null
70
+ lora_model_dir: null
71
+ lora_r: 64
72
+ lora_target_linear: true
73
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_memory:
76
+ 0: 75GB
77
+ max_steps: 3000
78
+ micro_batch_size: 4
79
+ mlflow_experiment_name: /tmp/824ef92913906b02_train_data.json
80
+ model_type: AutoModelForCausalLM
81
+ num_epochs: 10
82
+ optim_args:
83
+ adam_beta1: 0.9
84
+ adam_beta2: 0.95
85
+ adam_epsilon: 1e-5
86
+ optimizer: adamw_bnb_8bit
87
+ output_dir: miner_id_24
88
+ pad_to_sequence_len: true
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ save_steps: 150
93
+ saves_per_epoch: null
94
+ sequence_len: 512
95
+ strict: false
96
+ tf32: true
97
+ tokenizer_type: AutoTokenizer
98
+ train_on_inputs: false
99
+ trust_remote_code: true
100
+ val_set_size: 0.05
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_name: edbc27c0-2567-4ef1-849f-694fac00cd13
104
+ wandb_project: Gradients-On-Demand
105
+ wandb_run: your_name
106
+ wandb_runid: edbc27c0-2567-4ef1-849f-694fac00cd13
107
+ warmup_steps: 50
108
+ weight_decay: 0.0
109
+ xformers_attention: null
110
+
111
+ ```
112
+
113
+ </details><br>
114
+
115
+ # 5118e892-01d0-47ca-9a51-1aef83696d99
116
+
117
+ This model is a fine-tuned version of [unsloth/SmolLM-360M-Instruct](https://huggingface.co/unsloth/SmolLM-360M-Instruct) on the None dataset.
118
+ It achieves the following results on the evaluation set:
119
+ - Loss: 0.2958
120
+
121
+ ## Model description
122
+
123
+ More information needed
124
+
125
+ ## Intended uses & limitations
126
+
127
+ More information needed
128
+
129
+ ## Training and evaluation data
130
+
131
+ More information needed
132
+
133
+ ## Training procedure
134
+
135
+ ### Training hyperparameters
136
+
137
+ The following hyperparameters were used during training:
138
+ - learning_rate: 0.0002
139
+ - train_batch_size: 4
140
+ - eval_batch_size: 4
141
+ - seed: 42
142
+ - gradient_accumulation_steps: 4
143
+ - total_train_batch_size: 16
144
+ - optimizer: Use OptimizerNames.ADAMW_BNB 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
145
+ - lr_scheduler_type: cosine
146
+ - lr_scheduler_warmup_steps: 50
147
+ - training_steps: 3000
148
+
149
+ ### Training results
150
+
151
+ | Training Loss | Epoch | Step | Validation Loss |
152
+ |:-------------:|:------:|:----:|:---------------:|
153
+ | No log | 0.0003 | 1 | 0.8143 |
154
+ | 0.4264 | 0.0425 | 150 | 0.4202 |
155
+ | 0.3962 | 0.0850 | 300 | 0.3880 |
156
+ | 0.3736 | 0.1275 | 450 | 0.3698 |
157
+ | 0.3643 | 0.1700 | 600 | 0.3572 |
158
+ | 0.352 | 0.2125 | 750 | 0.3460 |
159
+ | 0.3459 | 0.2550 | 900 | 0.3377 |
160
+ | 0.3379 | 0.2975 | 1050 | 0.3314 |
161
+ | 0.3311 | 0.3399 | 1200 | 0.3243 |
162
+ | 0.3254 | 0.3824 | 1350 | 0.3196 |
163
+ | 0.3202 | 0.4249 | 1500 | 0.3144 |
164
+ | 0.3139 | 0.4674 | 1650 | 0.3104 |
165
+ | 0.3152 | 0.5099 | 1800 | 0.3059 |
166
+ | 0.3086 | 0.5524 | 1950 | 0.3028 |
167
+ | 0.3084 | 0.5949 | 2100 | 0.3005 |
168
+ | 0.3005 | 0.6374 | 2250 | 0.2988 |
169
+ | 0.3073 | 0.6799 | 2400 | 0.2976 |
170
+ | 0.2977 | 0.7224 | 2550 | 0.2967 |
171
+ | 0.3062 | 0.7649 | 2700 | 0.2960 |
172
+ | 0.298 | 0.8074 | 2850 | 0.2959 |
173
+ | 0.3029 | 0.8499 | 3000 | 0.2958 |
174
+
175
+
176
+ ### Framework versions
177
+
178
+ - PEFT 0.13.2
179
+ - Transformers 4.46.0
180
+ - Pytorch 2.5.0+cu124
181
+ - Datasets 3.0.1
182
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff73910a277e32a2400f8113f58a9926a1874f971ce1602f543fda0ae84204e7
3
+ size 139097610