PhoenixB commited on
Commit
fa467c7
·
verified ·
1 Parent(s): 17534dd

End of training

Browse files
Files changed (3) hide show
  1. README.md +178 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-0.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 096191f1-d59a-49de-8e96-b6308fd9b9ec
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.5.2`
20
+ ```yaml
21
+ adapter: lora
22
+ auto_find_batch_size: true
23
+ base_model: Qwen/Qwen2.5-0.5B
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 736ee44025b7162d_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/736ee44025b7162d_train_data.json
33
+ type:
34
+ field_instruction: question
35
+ field_output: answer
36
+ format: '{instruction}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: /workspace/axolotl/configs/deepspeed_stage2.json
42
+ early_stopping: true
43
+ early_stopping_patience: 3
44
+ eval_max_new_tokens: 128
45
+ eval_sample_packing: false
46
+ eval_steps: 10
47
+ eval_strategy: steps
48
+ eval_table_size: null
49
+ flash_attention: true
50
+ fp16: false
51
+ gpu_memory_limit: 80GiB
52
+ gradient_accumulation_steps: 4
53
+ gradient_checkpointing: true
54
+ greater_is_better: false
55
+ group_by_length: true
56
+ hub_model_id: PhoenixB/096191f1-d59a-49de-8e96-b6308fd9b9ec
57
+ hub_repo: null
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 1e-4
61
+ liger_fused_linear_cross_entropy: true
62
+ liger_glu_activation: true
63
+ liger_layer_norm: true
64
+ liger_rms_norm: true
65
+ liger_rope: true
66
+ load_best_model_at_end: true
67
+ load_in_4bit: false
68
+ load_in_8bit: false
69
+ local_rank: null
70
+ logging_steps: 5
71
+ lora_alpha: 16
72
+ lora_dropout: 0.05
73
+ lora_fan_in_fan_out: null
74
+ lora_model_dir: null
75
+ lora_r: 16
76
+ lora_target_linear: true
77
+ lr_scheduler: cosine
78
+ max_steps: 150
79
+ metric_for_best_model: loss
80
+ micro_batch_size: 2
81
+ mlflow_experiment_name: /tmp/736ee44025b7162d_train_data.json
82
+ model_type: AutoModelForCausalLM
83
+ num_epochs: 3
84
+ optimizer: adamw_torch_fused
85
+ output_dir: miner_id_24
86
+ pad_to_sequence_len: true
87
+ plugins:
88
+ - axolotl.integrations.liger.LigerPlugin
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ save_steps: 20
93
+ sequence_len: 8196
94
+ strict: false
95
+ tf32: true
96
+ tokenizer_type: AutoTokenizer
97
+ train_on_inputs: false
98
+ trust_remote_code: true
99
+ val_set_size: 0.05
100
+ wandb_entity: null
101
+ wandb_mode: online
102
+ wandb_name: d7d870cb-65a5-4642-99d0-0951155c2aca
103
+ wandb_project: Gradients-On-Demand
104
+ wandb_run: your_name
105
+ wandb_runid: d7d870cb-65a5-4642-99d0-0951155c2aca
106
+ warmup_steps: 20
107
+ weight_decay: 0.0
108
+
109
+ ```
110
+
111
+ </details><br>
112
+
113
+ # 096191f1-d59a-49de-8e96-b6308fd9b9ec
114
+
115
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B) on the None dataset.
116
+ It achieves the following results on the evaluation set:
117
+ - Loss: 2.6454
118
+
119
+ ## Model description
120
+
121
+ More information needed
122
+
123
+ ## Intended uses & limitations
124
+
125
+ More information needed
126
+
127
+ ## Training and evaluation data
128
+
129
+ More information needed
130
+
131
+ ## Training procedure
132
+
133
+ ### Training hyperparameters
134
+
135
+ The following hyperparameters were used during training:
136
+ - learning_rate: 0.0001
137
+ - train_batch_size: 2
138
+ - eval_batch_size: 2
139
+ - seed: 42
140
+ - distributed_type: multi-GPU
141
+ - num_devices: 2
142
+ - gradient_accumulation_steps: 4
143
+ - total_train_batch_size: 16
144
+ - total_eval_batch_size: 4
145
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
146
+ - lr_scheduler_type: cosine
147
+ - lr_scheduler_warmup_steps: 20
148
+ - training_steps: 150
149
+
150
+ ### Training results
151
+
152
+ | Training Loss | Epoch | Step | Validation Loss |
153
+ |:-------------:|:------:|:----:|:---------------:|
154
+ | No log | 0.0012 | 1 | 3.5614 |
155
+ | 2.9921 | 0.0120 | 10 | 3.5155 |
156
+ | 3.3175 | 0.0241 | 20 | 3.1652 |
157
+ | 2.5308 | 0.0361 | 30 | 2.8869 |
158
+ | 2.672 | 0.0481 | 40 | 2.7799 |
159
+ | 3.1553 | 0.0602 | 50 | 2.7578 |
160
+ | 2.4484 | 0.0722 | 60 | 2.7158 |
161
+ | 2.6439 | 0.0842 | 70 | 2.6884 |
162
+ | 2.316 | 0.0962 | 80 | 2.6824 |
163
+ | 2.6676 | 0.1083 | 90 | 2.6649 |
164
+ | 3.0882 | 0.1203 | 100 | 2.6594 |
165
+ | 2.2968 | 0.1323 | 110 | 2.6599 |
166
+ | 2.5852 | 0.1444 | 120 | 2.6410 |
167
+ | 2.3268 | 0.1564 | 130 | 2.6521 |
168
+ | 2.6951 | 0.1684 | 140 | 2.6457 |
169
+ | 2.9319 | 0.1805 | 150 | 2.6454 |
170
+
171
+
172
+ ### Framework versions
173
+
174
+ - PEFT 0.13.2
175
+ - Transformers 4.46.3
176
+ - Pytorch 2.5.1+cu124
177
+ - Datasets 3.1.0
178
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfa22cc60c10b9dc0bfb4c5b6270199b6383d85307c0f3b9306177477597d69
3
+ size 17649722
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4147b836303fadc495c8c9da7207d9041274d21586e2cdd1c785e186d5b1d130
3
  size 17640808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b419f9f791af50d13ac695647911510733e7680a029dfc1793cbeb80b93bde3a
3
  size 17640808