ugaoo commited on
Commit
c2c8f1e
·
verified ·
1 Parent(s): 70c58b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -138
README.md CHANGED
@@ -1,138 +0,0 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-7B-Instruct
5
- tags:
6
- - generated_from_trainer
7
- datasets:
8
- - ugaoo/rephased_hf_lmharness
9
- model-index:
10
- - name: out/Qwen_Qwen2.5_7B_Instruct_ugaoo_rephased_hf_lmharness
11
- results: []
12
- ---
13
-
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
-
17
- [<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)
18
- <details><summary>See axolotl config</summary>
19
-
20
- axolotl version: `0.8.0.dev0`
21
- ```yaml
22
- base_model: Qwen/Qwen2.5-7B-Instruct
23
- model_type: AutoModelForCausalLM
24
- tokenizer_type: AutoTokenizer
25
- trust_remote_code: true
26
-
27
- load_in_8bit: false
28
- load_in_4bit: true
29
- strict: false
30
-
31
- datasets:
32
- - path: ugaoo/rephased_hf_lmharness
33
- type: alpaca
34
- val_set_size: 0
35
- output_dir: ./out/Qwen_Qwen2.5_7B_Instruct_ugaoo_rephased_hf_lmharness
36
-
37
- sequence_len: 4000
38
- sample_packing: true
39
- pad_to_sequence_len: true
40
-
41
- adapter: qlora
42
- lora_r: 256
43
- lora_alpha: 512
44
- lora_dropout: 0.05
45
- lora_target_linear: true
46
- lora_target_modules:
47
- - q_proj
48
- - k_proj
49
- - v_proj
50
- - o_proj
51
- - up_proj
52
- - down_proj
53
- - gate_proj
54
-
55
- wandb_project: testsearch
56
- wandb_entity:
57
- wandb_watch:
58
- wandb_name: Qwen_Qwen2.5_7B_Instruct_ugaoo_rephased_hf_lmharness
59
- wandb_log_model:
60
-
61
- gradient_accumulation_steps: 3
62
- micro_batch_size: 4
63
- num_epochs: 6
64
- optimizer: adamw_torch
65
- lr_scheduler: cosine
66
- learning_rate: 5e-6
67
-
68
- train_on_inputs: false
69
- group_by_length: false
70
- bf16: auto
71
- fp16: false
72
- tf32: false
73
-
74
- gradient_checkpointing: true
75
- early_stopping_patience:
76
- resume_from_checkpoint:
77
- logging_steps: 1
78
- xformers_attention:
79
- flash_attention: true
80
-
81
- warmup_steps: 100
82
- evals_per_epoch: 6
83
- eval_table_size:
84
- saves_per_epoch: 1
85
- debug:
86
- deepspeed:
87
- weight_decay: 0.0
88
- fsdp:
89
- fsdp_config:
90
- save_total_limit: 6
91
- ```
92
-
93
- </details><br>
94
-
95
- # out/Qwen_Qwen2.5_7B_Instruct_ugaoo_rephased_hf_lmharness
96
-
97
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the ugaoo/rephased_hf_lmharness dataset.
98
-
99
- ## Model description
100
-
101
- More information needed
102
-
103
- ## Intended uses & limitations
104
-
105
- More information needed
106
-
107
- ## Training and evaluation data
108
-
109
- More information needed
110
-
111
- ## Training procedure
112
-
113
- ### Training hyperparameters
114
-
115
- The following hyperparameters were used during training:
116
- - learning_rate: 5e-06
117
- - train_batch_size: 4
118
- - eval_batch_size: 4
119
- - seed: 42
120
- - distributed_type: multi-GPU
121
- - gradient_accumulation_steps: 3
122
- - total_train_batch_size: 12
123
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
124
- - lr_scheduler_type: cosine
125
- - lr_scheduler_warmup_steps: 100
126
- - num_epochs: 6.0
127
-
128
- ### Training results
129
-
130
-
131
-
132
- ### Framework versions
133
-
134
- - PEFT 0.14.0
135
- - Transformers 4.49.0
136
- - Pytorch 2.5.1+cu124
137
- - Datasets 3.2.0
138
- - Tokenizers 0.21.0