dwikitheduck commited on
Commit
c798ada
·
verified ·
1 Parent(s): 3439ce9

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -3
README.md CHANGED
@@ -1,3 +1,156 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-14B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: gen-try-1
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
+ base_model: Qwen/Qwen2.5-14B-Instruct
22
+ model_type: Qwen2ForCausalLM
23
+ tokenizer_type: Qwen2Tokenizer
24
+
25
+ trust_remote_code: true
26
+
27
+ load_in_8bit: false
28
+ load_in_4bit: true
29
+ strict: false
30
+
31
+ datasets:
32
+ - path: dwikitheduck/genesist-inst-rag-39K
33
+ type: completion
34
+ dataset_prepared_path:
35
+ val_set_size: 0.05
36
+ output_dir: ./outputs/lora-out
37
+
38
+ sequence_len: 4096
39
+ sample_packing: false
40
+ pad_to_sequence_len:
41
+
42
+ adapter: lora
43
+ lora_model_dir:
44
+ lora_r: 32
45
+ lora_alpha: 16
46
+ lora_dropout: 0.05
47
+ lora_target_linear: true
48
+ lora_fan_in_fan_out:
49
+ lora_target_modules:
50
+ - gate_proj
51
+ - down_proj
52
+ - up_proj
53
+ - q_proj
54
+ - v_proj
55
+ - k_proj
56
+ - o_proj
57
+
58
+ wandb_project: axolotl-soca
59
+ wandb_entity: soca-ai
60
+ wandb_watch:
61
+ wandb_name:
62
+ wandb_log_model:
63
+
64
+ hub_model_id: dwikitheduck/gen-try-1
65
+
66
+ gradient_accumulation_steps: 8
67
+ micro_batch_size: 2
68
+ num_epochs: 1
69
+ optimizer: adamw_bnb_8bit
70
+ lr_scheduler: cosine
71
+ learning_rate: 0.0002
72
+
73
+ train_on_inputs: false
74
+ group_by_length: false
75
+ bf16: auto
76
+ fp16:
77
+ tf32: false
78
+
79
+ gradient_checkpointing: true
80
+ early_stopping_patience:
81
+ resume_from_checkpoint:
82
+ local_rank:
83
+ logging_steps: 1
84
+ xformers_attention:
85
+ flash_attention: true
86
+ s2_attention:
87
+
88
+ warmup_steps: 10
89
+ evals_per_epoch: 2
90
+ eval_table_size:
91
+ eval_max_new_tokens: 128
92
+ saves_per_epoch: 1
93
+ debug:
94
+ deepspeed:
95
+ weight_decay: 0.0
96
+ fsdp:
97
+ fsdp_config:
98
+
99
+ save_safetensors: true
100
+
101
+ ```
102
+
103
+ </details><br>
104
+
105
+ # gen-try-1
106
+
107
+ This model is a fine-tuned version of [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) on the None dataset.
108
+ It achieves the following results on the evaluation set:
109
+ - Loss: 0.8327
110
+
111
+ ## Model description
112
+
113
+ More information needed
114
+
115
+ ## Intended uses & limitations
116
+
117
+ More information needed
118
+
119
+ ## Training and evaluation data
120
+
121
+ More information needed
122
+
123
+ ## Training procedure
124
+
125
+ ### Training hyperparameters
126
+
127
+ The following hyperparameters were used during training:
128
+ - learning_rate: 0.0002
129
+ - train_batch_size: 2
130
+ - eval_batch_size: 2
131
+ - seed: 42
132
+ - distributed_type: multi-GPU
133
+ - num_devices: 2
134
+ - gradient_accumulation_steps: 8
135
+ - total_train_batch_size: 32
136
+ - total_eval_batch_size: 4
137
+ - optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 10
140
+ - num_epochs: 1
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:----:|:---------------:|
146
+ | 1.1832 | 0.0008 | 1 | 1.5919 |
147
+ | 0.656 | 0.5003 | 620 | 0.8327 |
148
+
149
+
150
+ ### Framework versions
151
+
152
+ - PEFT 0.13.2
153
+ - Transformers 4.46.0
154
+ - Pytorch 2.5.1+cu124
155
+ - Datasets 3.0.1
156
+ - Tokenizers 0.20.3