FatCat87 commited on
Commit
b969ea7
·
verified ·
1 Parent(s): 030ca9d

End of training

Browse files
Files changed (2) hide show
  1. README.md +153 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ base_model: unsloth/Qwen2.5-Coder-1.5B-Instruct
8
+ model-index:
9
+ - name: c354cfad-a96c-4b65-8473-d510ccc583de
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/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/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-Coder-1.5B-Instruct
23
+ bf16: auto
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - 62858cc902db5fd2_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: 62858cc902db5fd2_train_data.json
31
+ type:
32
+ field: null
33
+ field_input: rational_answer
34
+ field_instruction: question
35
+ field_output: answer
36
+ field_system: null
37
+ format: null
38
+ no_input_format: null
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ early_stopping_patience: null
44
+ eval_max_new_tokens: 128
45
+ eval_table_size: null
46
+ evals_per_epoch: 2
47
+ flash_attention: null
48
+ fp16: null
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 4
52
+ gradient_checkpointing: false
53
+ group_by_length: false
54
+ hub_model_id: taopanda-1/c354cfad-a96c-4b65-8473-d510ccc583de
55
+ learning_rate: 0.0002
56
+ load_in_4bit: false
57
+ load_in_8bit: true
58
+ local_rank: null
59
+ logging_steps: 1
60
+ lora_alpha: 16
61
+ lora_dropout: 0.05
62
+ lora_fan_in_fan_out: null
63
+ lora_model_dir: null
64
+ lora_r: 32
65
+ lora_target_linear: true
66
+ lr_scheduler: cosine
67
+ micro_batch_size: 2
68
+ model_type: AutoModelForCausalLM
69
+ num_epochs: 1
70
+ optimizer: adamw_bnb_8bit
71
+ output_dir: ./outputs/lora-out/taopanda-1_63243e7b-dede-4eb6-bd5d-ba472cf50fb9
72
+ pad_to_sequence_len: null
73
+ resume_from_checkpoint: null
74
+ sample_packing: false
75
+ saves_per_epoch: 1
76
+ seed: 88883
77
+ sequence_len: 2048
78
+ special_tokens: null
79
+ strict: false
80
+ tf32: false
81
+ tokenizer_type: AutoTokenizer
82
+ train_on_inputs: false
83
+ trust_remote_code: true
84
+ val_set_size: 0.05
85
+ wandb_entity: fatcat87-taopanda
86
+ wandb_log_model: null
87
+ wandb_mode: online
88
+ wandb_name: taopanda-1_63243e7b-dede-4eb6-bd5d-ba472cf50fb9
89
+ wandb_project: subnet56
90
+ wandb_runid: taopanda-1_63243e7b-dede-4eb6-bd5d-ba472cf50fb9
91
+ wandb_watch: null
92
+ warmup_steps: 10
93
+ weight_decay: 0.0
94
+ xformers_attention: null
95
+
96
+ ```
97
+
98
+ </details><br>
99
+
100
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/fatcat87-taopanda/subnet56/runs/s6qogyxu)
101
+ # c354cfad-a96c-4b65-8473-d510ccc583de
102
+
103
+ This model is a fine-tuned version of [unsloth/Qwen2.5-Coder-1.5B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-1.5B-Instruct) on the None dataset.
104
+ It achieves the following results on the evaluation set:
105
+ - Loss: 0.3973
106
+
107
+ ## Model description
108
+
109
+ More information needed
110
+
111
+ ## Intended uses & limitations
112
+
113
+ More information needed
114
+
115
+ ## Training and evaluation data
116
+
117
+ More information needed
118
+
119
+ ## Training procedure
120
+
121
+ ### Training hyperparameters
122
+
123
+ The following hyperparameters were used during training:
124
+ - learning_rate: 0.0002
125
+ - train_batch_size: 2
126
+ - eval_batch_size: 2
127
+ - seed: 88883
128
+ - distributed_type: multi-GPU
129
+ - num_devices: 4
130
+ - gradient_accumulation_steps: 4
131
+ - total_train_batch_size: 32
132
+ - total_eval_batch_size: 8
133
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - num_epochs: 1
137
+
138
+ ### Training results
139
+
140
+ | Training Loss | Epoch | Step | Validation Loss |
141
+ |:-------------:|:------:|:----:|:---------------:|
142
+ | 1.1885 | 0.0046 | 1 | 1.1818 |
143
+ | 0.3701 | 0.5 | 108 | 0.4069 |
144
+ | 0.3867 | 1.0 | 216 | 0.3973 |
145
+
146
+
147
+ ### Framework versions
148
+
149
+ - PEFT 0.11.1
150
+ - Transformers 4.42.3
151
+ - Pytorch 2.3.0+cu121
152
+ - Datasets 2.19.1
153
+ - Tokenizers 0.19.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02064acbdd79789106518f6a4a837d70ceadbaefaa40f4c74dc2fe0859193ee3
3
+ size 147859242