FatCat87 commited on
Commit
6190a4f
·
verified ·
1 Parent(s): c9c945b

End of training

Browse files
Files changed (2) hide show
  1. README.md +165 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ base_model: NousResearch/Yarn-Mistral-7b-64k
8
+ model-index:
9
+ - name: taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
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: NousResearch/Yarn-Mistral-7b-64k
23
+ bf16: auto
24
+ dataset_prepared_path: last_run_prepared
25
+ datasets:
26
+ - data_files:
27
+ - 7708f8a044b2986d_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: 7708f8a044b2986d_train_data.json
31
+ type:
32
+ field: null
33
+ field_input: null
34
+ field_instruction: prompt
35
+ field_output: chosen
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: true
48
+ fp16: null
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 4
52
+ gradient_checkpointing: true
53
+ group_by_length: false
54
+ hub_model_id: FatCat87/taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
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
+ lora_target_modules:
67
+ - gate_proj
68
+ - down_proj
69
+ - up_proj
70
+ - q_proj
71
+ - v_proj
72
+ - k_proj
73
+ - o_proj
74
+ loss_watchdog_patience: 3
75
+ loss_watchdog_threshold: 5.0
76
+ lr_scheduler: cosine
77
+ micro_batch_size: 2
78
+ model_type: MistralForCausalLM
79
+ num_epochs: 1
80
+ optimizer: adamw_bnb_8bit
81
+ output_dir: ./outputs/lora-out/taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
82
+ pad_to_sequence_len: true
83
+ resume_from_checkpoint: null
84
+ sample_packing: true
85
+ saves_per_epoch: 1
86
+ seed: 29496
87
+ sequence_len: 8192
88
+ special_tokens:
89
+ pad_token: </s>
90
+ strict: false
91
+ tf32: false
92
+ tokenizer_type: LlamaTokenizer
93
+ train_on_inputs: false
94
+ val_set_size: 0.1
95
+ wandb_entity: fatcat87-taopanda
96
+ wandb_log_model: null
97
+ wandb_mode: online
98
+ wandb_name: taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
99
+ wandb_project: subnet56
100
+ wandb_runid: taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
101
+ wandb_watch: null
102
+ warmup_steps: 10
103
+ weight_decay: 0.0
104
+ xformers_attention: null
105
+
106
+ ```
107
+
108
+ </details><br>
109
+
110
+ [<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/eica4c2z)
111
+ # taopanda-2_0a956f4b-2530-421e-9d67-9975bdd289dc
112
+
113
+ This model is a fine-tuned version of [NousResearch/Yarn-Mistral-7b-64k](https://huggingface.co/NousResearch/Yarn-Mistral-7b-64k) on the None dataset.
114
+ It achieves the following results on the evaluation set:
115
+ - Loss: 1.3950
116
+
117
+ ## Model description
118
+
119
+ More information needed
120
+
121
+ ## Intended uses & limitations
122
+
123
+ More information needed
124
+
125
+ ## Training and evaluation data
126
+
127
+ More information needed
128
+
129
+ ## Training procedure
130
+
131
+ ### Training hyperparameters
132
+
133
+ The following hyperparameters were used during training:
134
+ - learning_rate: 0.0002
135
+ - train_batch_size: 2
136
+ - eval_batch_size: 2
137
+ - seed: 29496
138
+ - distributed_type: multi-GPU
139
+ - num_devices: 2
140
+ - gradient_accumulation_steps: 4
141
+ - total_train_batch_size: 16
142
+ - total_eval_batch_size: 4
143
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
144
+ - lr_scheduler_type: cosine
145
+ - lr_scheduler_warmup_steps: 10
146
+ - num_epochs: 1
147
+
148
+ ### Training results
149
+
150
+ | Training Loss | Epoch | Step | Validation Loss |
151
+ |:-------------:|:------:|:----:|:---------------:|
152
+ | 2.019 | 0.0208 | 1 | 2.0295 |
153
+ | 1.5424 | 0.25 | 12 | 1.5162 |
154
+ | 1.4308 | 0.5 | 24 | 1.4270 |
155
+ | 1.3993 | 0.75 | 36 | 1.3999 |
156
+ | 1.3966 | 1.0 | 48 | 1.3950 |
157
+
158
+
159
+ ### Framework versions
160
+
161
+ - PEFT 0.11.1
162
+ - Transformers 4.42.3
163
+ - Pytorch 2.3.0+cu121
164
+ - Datasets 2.19.1
165
+ - Tokenizers 0.19.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2df6750bdb3996cba65fd1cb71fbaa90a93e0e48ccaa95601fb50fba16accb6
3
+ size 335706186