auxyus commited on
Commit
36e1076
·
verified ·
1 Parent(s): 9976ba1

End of training

Browse files
Files changed (2) hide show
  1. README.md +176 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/Qwen2.5-Math-1.5B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 46b199de-a2cc-4700-a7b5-3aec33a5e305
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/Qwen2.5-Math-1.5B-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 25dc13ef72e71c3c_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/25dc13ef72e71c3c_train_data.json
32
+ type:
33
+ field_instruction: user
34
+ field_output: chip2
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ ddp_timeout: 1800
40
+ debug: null
41
+ deepspeed: null
42
+ device_map: auto
43
+ do_eval: true
44
+ early_stopping_patience: 3
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
+ gradient_checkpointing_kwargs:
57
+ use_reentrant: true
58
+ group_by_length: true
59
+ hub_model_id: auxyus/46b199de-a2cc-4700-a7b5-3aec33a5e305
60
+ hub_repo: null
61
+ hub_strategy: checkpoint
62
+ hub_token: null
63
+ learning_rate: 0.0001
64
+ load_in_4bit: false
65
+ load_in_8bit: false
66
+ local_rank: 0
67
+ logging_steps: 10
68
+ lora_alpha: 32
69
+ lora_dropout: 0.05
70
+ lora_fan_in_fan_out: null
71
+ lora_model_dir: null
72
+ lora_r: 16
73
+ lora_target_linear: true
74
+ lr_scheduler: constant
75
+ max_grad_norm: 1.0
76
+ max_memory:
77
+ 0: 75GB
78
+ max_steps: 1800
79
+ micro_batch_size: 4
80
+ mlflow_experiment_name: /tmp/25dc13ef72e71c3c_train_data.json
81
+ model_type: AutoModelForCausalLM
82
+ num_epochs: 10
83
+ optim_args:
84
+ adam_beta1: 0.9
85
+ adam_beta2: 0.999
86
+ adam_epsilon: 1e-08
87
+ optimizer: adamw_bnb_8bit
88
+ output_dir: miner_id_24
89
+ pad_to_sequence_len: true
90
+ relora_prune_ratio: 0.9
91
+ resume_from_checkpoint: null
92
+ s2_attention: null
93
+ sample_packing: false
94
+ save_steps: 150
95
+ saves_per_epoch: null
96
+ sequence_len: 512
97
+ strict: false
98
+ tf32: true
99
+ tokenizer_type: AutoTokenizer
100
+ train_on_inputs: false
101
+ trust_remote_code: true
102
+ val_set_size: 0.05
103
+ wandb_entity: acopia-grant
104
+ wandb_mode: online
105
+ wandb_name: 1618c0ef-2f11-467e-b374-2367bf7a9f3c
106
+ wandb_project: Gradients-On-191
107
+ wandb_run: your_name
108
+ wandb_runid: 1618c0ef-2f11-467e-b374-2367bf7a9f3c
109
+ warmup_steps: 50
110
+ weight_decay: 0.0
111
+ xformers_attention: null
112
+
113
+ ```
114
+
115
+ </details><br>
116
+
117
+ # 46b199de-a2cc-4700-a7b5-3aec33a5e305
118
+
119
+ This model is a fine-tuned version of [unsloth/Qwen2.5-Math-1.5B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Math-1.5B-Instruct) on the None dataset.
120
+ It achieves the following results on the evaluation set:
121
+ - Loss: 2.1169
122
+
123
+ ## Model description
124
+
125
+ More information needed
126
+
127
+ ## Intended uses & limitations
128
+
129
+ More information needed
130
+
131
+ ## Training and evaluation data
132
+
133
+ More information needed
134
+
135
+ ## Training procedure
136
+
137
+ ### Training hyperparameters
138
+
139
+ The following hyperparameters were used during training:
140
+ - learning_rate: 0.0001
141
+ - train_batch_size: 4
142
+ - eval_batch_size: 4
143
+ - seed: 42
144
+ - gradient_accumulation_steps: 4
145
+ - total_train_batch_size: 16
146
+ - 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.999,adam_epsilon=1e-08
147
+ - lr_scheduler_type: constant
148
+ - lr_scheduler_warmup_steps: 50
149
+ - training_steps: 1800
150
+
151
+ ### Training results
152
+
153
+ | Training Loss | Epoch | Step | Validation Loss |
154
+ |:-------------:|:------:|:----:|:---------------:|
155
+ | No log | 0.0001 | 1 | 3.1942 |
156
+ | 2.0346 | 0.0120 | 150 | 2.5380 |
157
+ | 2.0193 | 0.0241 | 300 | 2.4115 |
158
+ | 1.8213 | 0.0361 | 450 | 2.3494 |
159
+ | 1.8619 | 0.0481 | 600 | 2.3036 |
160
+ | 1.8108 | 0.0602 | 750 | 2.2753 |
161
+ | 1.8251 | 0.0722 | 900 | 2.2408 |
162
+ | 1.694 | 0.0842 | 1050 | 2.2142 |
163
+ | 1.8548 | 0.0962 | 1200 | 2.1869 |
164
+ | 1.6815 | 0.1083 | 1350 | 2.1677 |
165
+ | 1.8094 | 0.1203 | 1500 | 2.1496 |
166
+ | 1.8903 | 0.1323 | 1650 | 2.1340 |
167
+ | 1.7677 | 0.1444 | 1800 | 2.1169 |
168
+
169
+
170
+ ### Framework versions
171
+
172
+ - PEFT 0.13.2
173
+ - Transformers 4.46.0
174
+ - Pytorch 2.5.0+cu124
175
+ - Datasets 3.0.1
176
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28b61ef749b327ec6a3bfee3ca5c8b23110ff301d08e1405a39298359fe3f03
3
+ size 74000170