error577 commited on
Commit
1a47f49
·
verified ·
1 Parent(s): f0a54ee

End of training

Browse files
Files changed (3) hide show
  1. README.md +182 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2-0.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 985a55dc-c584-46de-8076-3e714896397d
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: qlora
22
+ auto_resume_from_checkpoints: true
23
+ base_model: Qwen/Qwen2-0.5B
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataloader_num_workers: 12
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - b973d55f42cfe085_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/b973d55f42cfe085_train_data.json
34
+ type:
35
+ field_input: prediction_agent
36
+ field_instruction: id
37
+ field_output: text
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ early_stopping_patience: 3
45
+ eval_max_new_tokens: 128
46
+ eval_steps: 50
47
+ eval_table_size: null
48
+ evals_per_epoch: null
49
+ flash_attention: false
50
+ fp16: null
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 16
54
+ gradient_checkpointing: true
55
+ group_by_length: true
56
+ hub_model_id: error577/985a55dc-c584-46de-8076-3e714896397d
57
+ hub_repo: null
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.0003
61
+ load_in_4bit: true
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 1
65
+ lora_alpha: 128
66
+ lora_dropout: 0.3
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 128
70
+ lora_target_linear: true
71
+ lr_scheduler: cosine
72
+ max_grad_norm: 1.0
73
+ max_steps: null
74
+ micro_batch_size: 1
75
+ mlflow_experiment_name: /tmp/b973d55f42cfe085_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 3
78
+ optimizer: adamw_bnb_8bit
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ resume_from_checkpoint: null
82
+ s2_attention: null
83
+ sample_packing: false
84
+ save_steps: 50
85
+ sequence_len: 512
86
+ strict: false
87
+ tf32: false
88
+ tokenizer_type: AutoTokenizer
89
+ train_on_inputs: false
90
+ trust_remote_code: true
91
+ val_set_size: 0.02
92
+ wandb_entity: null
93
+ wandb_mode: online
94
+ wandb_name: 0a4e6580-4386-4e34-a04e-7f6adebdf9f1
95
+ wandb_project: Gradients-On-Demand
96
+ wandb_run: your_name
97
+ wandb_runid: 0a4e6580-4386-4e34-a04e-7f6adebdf9f1
98
+ warmup_steps: 10
99
+ weight_decay: 0.01
100
+ xformers_attention: null
101
+
102
+ ```
103
+
104
+ </details><br>
105
+
106
+ # 985a55dc-c584-46de-8076-3e714896397d
107
+
108
+ This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the None dataset.
109
+ It achieves the following results on the evaluation set:
110
+ - Loss: 2.4893
111
+
112
+ ## Model description
113
+
114
+ More information needed
115
+
116
+ ## Intended uses & limitations
117
+
118
+ More information needed
119
+
120
+ ## Training and evaluation data
121
+
122
+ More information needed
123
+
124
+ ## Training procedure
125
+
126
+ ### Training hyperparameters
127
+
128
+ The following hyperparameters were used during training:
129
+ - learning_rate: 0.0003
130
+ - train_batch_size: 1
131
+ - eval_batch_size: 1
132
+ - seed: 42
133
+ - gradient_accumulation_steps: 16
134
+ - total_train_batch_size: 16
135
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
+ - lr_scheduler_type: cosine
137
+ - lr_scheduler_warmup_steps: 10
138
+ - num_epochs: 3
139
+
140
+ ### Training results
141
+
142
+ | Training Loss | Epoch | Step | Validation Loss |
143
+ |:-------------:|:------:|:----:|:---------------:|
144
+ | 2.7705 | 0.0008 | 1 | 2.7982 |
145
+ | 2.0182 | 0.0385 | 50 | 2.6748 |
146
+ | 1.9123 | 0.0770 | 100 | 2.5995 |
147
+ | 1.848 | 0.1154 | 150 | 2.5691 |
148
+ | 2.0391 | 0.1539 | 200 | 2.5558 |
149
+ | 1.7269 | 0.1924 | 250 | 2.5482 |
150
+ | 1.9711 | 0.2309 | 300 | 2.5457 |
151
+ | 1.7618 | 0.2693 | 350 | 2.5335 |
152
+ | 1.9915 | 0.3078 | 400 | 2.5245 |
153
+ | 1.8982 | 0.3463 | 450 | 2.5071 |
154
+ | 1.879 | 0.3848 | 500 | 2.5016 |
155
+ | 1.9806 | 0.4232 | 550 | 2.5045 |
156
+ | 1.8871 | 0.4617 | 600 | 2.5030 |
157
+ | 1.5764 | 0.5002 | 650 | 2.4837 |
158
+ | 2.0392 | 0.5387 | 700 | 2.4777 |
159
+ | 1.9442 | 0.5771 | 750 | 2.4806 |
160
+ | 1.6963 | 0.6156 | 800 | 2.4674 |
161
+ | 1.7608 | 0.6541 | 850 | 2.4691 |
162
+ | 1.8756 | 0.6926 | 900 | 2.4588 |
163
+ | 2.0197 | 0.7311 | 950 | 2.4705 |
164
+ | 1.8497 | 0.7695 | 1000 | 2.4527 |
165
+ | 1.9196 | 0.8080 | 1050 | 2.4576 |
166
+ | 1.8975 | 0.8465 | 1100 | 2.4548 |
167
+ | 1.8107 | 0.8850 | 1150 | 2.4366 |
168
+ | 1.6969 | 0.9234 | 1200 | 2.4317 |
169
+ | 1.9269 | 0.9619 | 1250 | 2.4288 |
170
+ | 2.8794 | 1.0004 | 1300 | 2.4163 |
171
+ | 1.7954 | 1.0389 | 1350 | 2.4884 |
172
+ | 1.7913 | 1.0773 | 1400 | 2.4957 |
173
+ | 1.8342 | 1.1158 | 1450 | 2.4893 |
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:72926a2d97dc004d4df0082db9446f5548be9cc0a75fc5402772b1b514400e9b
3
+ size 281663946
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73b5d30363015eafc6945be60c050507753a51b7922acd3823425a224cc8f8cf
3
  size 281587880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7509c42486288e099aed37bfa937886276da4df2d407086a445b186c65bb83a0
3
  size 281587880