Romain-XV commited on
Commit
932b57e
·
verified ·
1 Parent(s): 3032dad

End of training

Browse files
Files changed (3) hide show
  1. README.md +188 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-1.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 12b3db6d-6d65-435d-8a25-2864637b169b
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: Qwen/Qwen2.5-1.5B
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 5f268db15ffc7212_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/5f268db15ffc7212_train_data.json
32
+ type:
33
+ field_input: input
34
+ field_instruction: instruction
35
+ field_output: output
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ early_stopping_patience: 4
43
+ eval_max_new_tokens: 128
44
+ eval_steps: 150
45
+ eval_table_size: null
46
+ flash_attention: true
47
+ fp16: null
48
+ fsdp: null
49
+ fsdp_config: null
50
+ gradient_accumulation_steps: 4
51
+ gradient_checkpointing: true
52
+ group_by_length: false
53
+ hub_model_id: Romain-XV/12b3db6d-6d65-435d-8a25-2864637b169b
54
+ hub_repo: null
55
+ hub_strategy: checkpoint
56
+ hub_token: null
57
+ learning_rate: 0.0002
58
+ load_best_model_at_end: true
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: 1
63
+ lora_alpha: 128
64
+ lora_dropout: 0.3
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 64
68
+ lora_target_linear: true
69
+ lora_target_modules:
70
+ - q_proj
71
+ - k_proj
72
+ - v_proj
73
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_steps: 5040
76
+ micro_batch_size: 2
77
+ mlflow_experiment_name: /tmp/5f268db15ffc7212_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 3
80
+ optimizer: adamw_bnb_8bit
81
+ output_dir: miner_id_24
82
+ pad_to_sequence_len: true
83
+ resume_from_checkpoint: null
84
+ s2_attention: null
85
+ sample_packing: false
86
+ save_steps: 150
87
+ sequence_len: 1024
88
+ strict: false
89
+ tf32: true
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.04469673266884191
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: e613d36b-a8a6-4953-9f33-ddca7d87fc98
97
+ wandb_project: Gradients-On-Demand
98
+ wandb_run: your_name
99
+ wandb_runid: e613d36b-a8a6-4953-9f33-ddca7d87fc98
100
+ warmup_steps: 10
101
+ weight_decay: 0.0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 12b3db6d-6d65-435d-8a25-2864637b169b
109
+
110
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
111
+ It achieves the following results on the evaluation set:
112
+ - Loss: 1.9663
113
+
114
+ ## Model description
115
+
116
+ More information needed
117
+
118
+ ## Intended uses & limitations
119
+
120
+ More information needed
121
+
122
+ ## Training and evaluation data
123
+
124
+ More information needed
125
+
126
+ ## Training procedure
127
+
128
+ ### Training hyperparameters
129
+
130
+ The following hyperparameters were used during training:
131
+ - learning_rate: 0.0002
132
+ - train_batch_size: 2
133
+ - eval_batch_size: 2
134
+ - seed: 42
135
+ - gradient_accumulation_steps: 4
136
+ - total_train_batch_size: 8
137
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 10
140
+ - training_steps: 5040
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:----:|:---------------:|
146
+ | 2.526 | 0.0001 | 1 | 2.4610 |
147
+ | 2.0932 | 0.0112 | 150 | 2.3241 |
148
+ | 1.9923 | 0.0225 | 300 | 2.2711 |
149
+ | 2.5518 | 0.0337 | 450 | 2.2464 |
150
+ | 2.2405 | 0.0449 | 600 | 2.2287 |
151
+ | 2.7935 | 0.0561 | 750 | 2.1983 |
152
+ | 2.1035 | 0.0674 | 900 | 2.1862 |
153
+ | 2.3212 | 0.0786 | 1050 | 2.1668 |
154
+ | 1.9817 | 0.0898 | 1200 | 2.1552 |
155
+ | 2.1509 | 0.1011 | 1350 | 2.1452 |
156
+ | 2.0084 | 0.1123 | 1500 | 2.1316 |
157
+ | 1.9503 | 0.1235 | 1650 | 2.1120 |
158
+ | 1.9088 | 0.1347 | 1800 | 2.0998 |
159
+ | 2.4338 | 0.1460 | 1950 | 2.0879 |
160
+ | 1.5782 | 0.1572 | 2100 | 2.0774 |
161
+ | 2.451 | 0.1684 | 2250 | 2.0680 |
162
+ | 2.1608 | 0.1797 | 2400 | 2.0558 |
163
+ | 1.9455 | 0.1909 | 2550 | 2.0448 |
164
+ | 1.9849 | 0.2021 | 2700 | 2.0360 |
165
+ | 2.1229 | 0.2134 | 2850 | 2.0262 |
166
+ | 2.0596 | 0.2246 | 3000 | 2.0166 |
167
+ | 2.0005 | 0.2358 | 3150 | 2.0094 |
168
+ | 2.5008 | 0.2470 | 3300 | 2.0030 |
169
+ | 1.951 | 0.2583 | 3450 | 1.9947 |
170
+ | 2.2078 | 0.2695 | 3600 | 1.9886 |
171
+ | 2.0641 | 0.2807 | 3750 | 1.9838 |
172
+ | 2.1594 | 0.2920 | 3900 | 1.9794 |
173
+ | 2.405 | 0.3032 | 4050 | 1.9754 |
174
+ | 1.5995 | 0.3144 | 4200 | 1.9723 |
175
+ | 1.9719 | 0.3256 | 4350 | 1.9696 |
176
+ | 1.6564 | 0.3369 | 4500 | 1.9680 |
177
+ | 1.5252 | 0.3481 | 4650 | 1.9671 |
178
+ | 1.5916 | 0.3593 | 4800 | 1.9666 |
179
+ | 1.7533 | 0.3706 | 4950 | 1.9663 |
180
+
181
+
182
+ ### Framework versions
183
+
184
+ - PEFT 0.13.2
185
+ - Transformers 4.46.0
186
+ - Pytorch 2.5.0+cu124
187
+ - Datasets 3.0.1
188
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8528cdf0709fc64eea708699f4fe0082a4cb3f96eb4a8c0d3b7ee462147bbbd
3
+ size 295577898
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2878ca186bfef3cce49ceaeb1b14a21f38a01c4b9b0ca7d8293f2ef04ec4f279
3
  size 295488936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f186f184e0c6e4573d00d3cf8631092414a8ffe37cd604f60b0334c934ebd33c
3
  size 295488936