FatCat87 commited on
Commit
f0ac793
·
verified ·
1 Parent(s): b3e41ee

End of training

Browse files
Files changed (2) hide show
  1. README.md +154 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: taopanda-2_fd21683e-d9f5-4409-ad86-74038599ad40
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
+ - 882551bf31b1c386_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: 882551bf31b1c386_train_data.json
31
+ type:
32
+ field: null
33
+ field_input: mt_text
34
+ field_instruction: src_text
35
+ field_output: pe_text
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: 4
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: FatCat87/taopanda-2_fd21683e-d9f5-4409-ad86-74038599ad40
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-2_fd21683e-d9f5-4409-ad86-74038599ad40
72
+ pad_to_sequence_len: null
73
+ resume_from_checkpoint: null
74
+ sample_packing: false
75
+ saves_per_epoch: 1
76
+ seed: 94450
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-2_fd21683e-d9f5-4409-ad86-74038599ad40
89
+ wandb_project: subnet56
90
+ wandb_runid: taopanda-2_fd21683e-d9f5-4409-ad86-74038599ad40
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/sun5idtd)
101
+ # taopanda-2_fd21683e-d9f5-4409-ad86-74038599ad40
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.5110
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: 94450
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.4194 | 0.0043 | 1 | 1.3981 |
143
+ | 0.5997 | 0.2513 | 59 | 0.5785 |
144
+ | 0.4492 | 0.5027 | 118 | 0.5327 |
145
+ | 0.6569 | 0.7540 | 177 | 0.5110 |
146
+
147
+
148
+ ### Framework versions
149
+
150
+ - PEFT 0.11.1
151
+ - Transformers 4.42.3
152
+ - Pytorch 2.3.0+cu121
153
+ - Datasets 2.19.1
154
+ - Tokenizers 0.19.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c58c4a5a3363db59a3f41da6aa9a337810b6338a68ba7687c24de1fe70981d
3
+ size 147859242