bbytxt commited on
Commit
dfc46a3
·
verified ·
1 Parent(s): 56df7be

End of training

Browse files
Files changed (2) hide show
  1. README.md +161 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-Math-7B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 197847de-3c2f-488c-ba69-f920ab83a762
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-Math-7B-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 13f611d881b4973a_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/13f611d881b4973a_train_data.json
32
+ type:
33
+ field_input: sql_context
34
+ field_instruction: sql_prompt
35
+ field_output: sql
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: null
45
+ eval_batch_size: 2
46
+ eval_max_new_tokens: 128
47
+ eval_steps: null
48
+ eval_table_size: null
49
+ evals_per_epoch: 4
50
+ flash_attention: true
51
+ fp16: false
52
+ fsdp: null
53
+ fsdp_config: null
54
+ gradient_accumulation_steps: 4
55
+ gradient_checkpointing: false
56
+ group_by_length: true
57
+ hub_model_id: bbytxt/197847de-3c2f-488c-ba69-f920ab83a762
58
+ hub_repo: null
59
+ hub_strategy: checkpoint
60
+ hub_token: null
61
+ learning_rate: 0.0001
62
+ load_in_4bit: false
63
+ load_in_8bit: false
64
+ local_rank: null
65
+ logging_steps: 5
66
+ lora_alpha: 16
67
+ lora_dropout: 0.05
68
+ lora_fan_in_fan_out: null
69
+ lora_model_dir: null
70
+ lora_r: 8
71
+ lora_target_linear: true
72
+ lr_scheduler: cosine
73
+ max_grad_norm: 1.0
74
+ max_memory:
75
+ 0: 75GB
76
+ max_steps: 200
77
+ micro_batch_size: 2
78
+ mlflow_experiment_name: /tmp/13f611d881b4973a_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 1
81
+ optimizer: adamw_bnb_8bit
82
+ output_dir: miner_id_24
83
+ pad_to_sequence_len: true
84
+ resume_from_checkpoint: null
85
+ s2_attention: null
86
+ sample_packing: false
87
+ save_steps: null
88
+ saves_per_epoch: null
89
+ sequence_len: 1024
90
+ strict: false
91
+ tf32: false
92
+ tokenizer_type: AutoTokenizer
93
+ train_on_inputs: false
94
+ trust_remote_code: true
95
+ val_set_size: 0.05
96
+ wandb_entity: null
97
+ wandb_mode: online
98
+ wandb_name: ad3761c7-9310-40e3-8e3e-842df6723f73
99
+ wandb_project: Gradients-On-Demand
100
+ wandb_run: your_name
101
+ wandb_runid: ad3761c7-9310-40e3-8e3e-842df6723f73
102
+ warmup_steps: 10
103
+ weight_decay: 0.0
104
+ xformers_attention: null
105
+
106
+ ```
107
+
108
+ </details><br>
109
+
110
+ # 197847de-3c2f-488c-ba69-f920ab83a762
111
+
112
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Math-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct) on the None dataset.
113
+ It achieves the following results on the evaluation set:
114
+ - Loss: 0.5158
115
+
116
+ ## Model description
117
+
118
+ More information needed
119
+
120
+ ## Intended uses & limitations
121
+
122
+ More information needed
123
+
124
+ ## Training and evaluation data
125
+
126
+ More information needed
127
+
128
+ ## Training procedure
129
+
130
+ ### Training hyperparameters
131
+
132
+ The following hyperparameters were used during training:
133
+ - learning_rate: 0.0001
134
+ - train_batch_size: 2
135
+ - eval_batch_size: 2
136
+ - seed: 42
137
+ - gradient_accumulation_steps: 4
138
+ - total_train_batch_size: 8
139
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
140
+ - lr_scheduler_type: cosine
141
+ - lr_scheduler_warmup_steps: 10
142
+ - training_steps: 200
143
+
144
+ ### Training results
145
+
146
+ | Training Loss | Epoch | Step | Validation Loss |
147
+ |:-------------:|:------:|:----:|:---------------:|
148
+ | No log | 0.0001 | 1 | 2.4155 |
149
+ | 0.6897 | 0.0042 | 50 | 0.7086 |
150
+ | 0.4847 | 0.0084 | 100 | 0.5653 |
151
+ | 0.4241 | 0.0126 | 150 | 0.5260 |
152
+ | 0.4646 | 0.0169 | 200 | 0.5158 |
153
+
154
+
155
+ ### Framework versions
156
+
157
+ - PEFT 0.13.2
158
+ - Transformers 4.46.0
159
+ - Pytorch 2.5.0+cu124
160
+ - Datasets 3.0.1
161
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dafe01ee92246513eb2f45186d788265d66ce3d30ecadc38277e1839d26839e0
3
+ size 80881450