CheapsetZero commited on
Commit
ecb2666
·
verified ·
1 Parent(s): 0f380be

End of training

Browse files
Files changed (2) hide show
  1. README.md +191 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: teknium/OpenHermes-2.5-Mistral-7B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 5a9022d0-f07f-44eb-abb9-166cd1900db0
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
+ adapter: lora
22
+ base_model: teknium/OpenHermes-2.5-Mistral-7B
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 83d749d1d83f68a2_train_data.json
29
+ ds_type: json
30
+ field: prompt
31
+ path: /workspace/input_data/
32
+ split: train
33
+ type: completion
34
+ ddp_find_unused_parameters: false
35
+ debug: null
36
+ deepspeed: null
37
+ early_stopping_patience: null
38
+ ema_decay: 0.995
39
+ ema_update_after_step: 200
40
+ eps: 1.0e-06
41
+ eval_max_new_tokens: 256
42
+ eval_table_size: null
43
+ evals_per_epoch: 4
44
+ flash_attention: false
45
+ fp16: null
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 1
49
+ gradient_checkpointing: true
50
+ gradient_clipping: 0.5
51
+ gradient_normalization: true
52
+ greater_is_better: false
53
+ group_by_length: false
54
+ hub_model_id: CheapsetZero/5a9022d0-f07f-44eb-abb9-166cd1900db0
55
+ learning_rate: 0.00018
56
+ load_best_model_at_end: true
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
+ local_rank: null
60
+ logging_nan_inf_filter: true
61
+ logging_steps: 1
62
+ lora_alpha: 128
63
+ lora_dropout: 0.1
64
+ lora_fan_in_fan_out: null
65
+ lora_model_dir: null
66
+ lora_r: 64
67
+ lora_target_linear: true
68
+ lr_scheduler: cosine
69
+ max_grad_norm: 1.0
70
+ max_steps: 11220
71
+ metric_for_best_model: eval_loss
72
+ micro_batch_size: 24
73
+ min_lr: 3.6e-05
74
+ mlflow_experiment_name: /tmp/83d749d1d83f68a2_train_data.json
75
+ model_type: AutoModelForCausalLM
76
+ num_epochs: 3
77
+ optimizer: adamw_bnb_8bit
78
+ output_dir: miner_id_24
79
+ pad_to_sequence_len: true
80
+ resume_from_checkpoint: null
81
+ reward_model_sampling_temperature: 0.7
82
+ s2_attention: null
83
+ sample_packing: false
84
+ save_total_limit: 3
85
+ saves_per_epoch: 4
86
+ sequence_len: 1024
87
+ skip_nan_gradients: true
88
+ special_tokens:
89
+ pad_token: <|im_end|>
90
+ strict: false
91
+ tf32: false
92
+ tokenizer_type: AutoTokenizer
93
+ train_on_inputs: false
94
+ trl:
95
+ adaptive_beta: true
96
+ beta: 0.12
97
+ entropy_coeff: 0.01
98
+ gradient_normalization: true
99
+ kl_monitoring: true
100
+ max_completion_length: 1024
101
+ num_generations: 12
102
+ reward_funcs:
103
+ - rewards_1cd8f023-f9d4-4d99-93fe-b7d21bed195d.reward_short_sentences
104
+ - rewards_1cd8f023-f9d4-4d99-93fe-b7d21bed195d.reward_low_unique_words_percentage
105
+ - rewards_1cd8f023-f9d4-4d99-93fe-b7d21bed195d.reward_low_syllables_per_word
106
+ - rewards_1cd8f023-f9d4-4d99-93fe-b7d21bed195d.reward_specific_char_count_normalized
107
+ - rewards_1cd8f023-f9d4-4d99-93fe-b7d21bed195d.reward_high_syllables_per_word
108
+ reward_weights:
109
+ - 4.530131987296112
110
+ - 0.5133070523414518
111
+ - 3.9325955598986004
112
+ - 5.0
113
+ - 4.871272511499004
114
+ target_kl: 0.01
115
+ use_vllm: false
116
+ trust_remote_code: true
117
+ use_ema: true
118
+ use_peft: true
119
+ val_set_size: 0.05
120
+ wandb_entity: null
121
+ wandb_mode: offline
122
+ wandb_name: 1cd8f023-f9d4-4d99-93fe-b7d21bed195d
123
+ wandb_project: Gradients-On-Demand
124
+ wandb_run: your_name
125
+ wandb_runid: 1cd8f023-f9d4-4d99-93fe-b7d21bed195d
126
+ warmup_steps: 642
127
+ weight_decay: 0.01
128
+ xformers_attention: null
129
+
130
+ ```
131
+
132
+ </details><br>
133
+
134
+ # 5a9022d0-f07f-44eb-abb9-166cd1900db0
135
+
136
+ This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on the None dataset.
137
+ It achieves the following results on the evaluation set:
138
+ - Loss: nan
139
+
140
+ ## Model description
141
+
142
+ More information needed
143
+
144
+ ## Intended uses & limitations
145
+
146
+ More information needed
147
+
148
+ ## Training and evaluation data
149
+
150
+ More information needed
151
+
152
+ ## Training procedure
153
+
154
+ ### Training hyperparameters
155
+
156
+ The following hyperparameters were used during training:
157
+ - learning_rate: 0.00018
158
+ - train_batch_size: 24
159
+ - eval_batch_size: 24
160
+ - seed: 42
161
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
162
+ - lr_scheduler_type: cosine
163
+ - lr_scheduler_warmup_steps: 642
164
+ - training_steps: 768
165
+
166
+ ### Training results
167
+
168
+ | Training Loss | Epoch | Step | Validation Loss |
169
+ |:-------------:|:------:|:----:|:---------------:|
170
+ | 0.0 | 0.0039 | 1 | nan |
171
+ | 0.0 | 0.25 | 64 | nan |
172
+ | 0.0 | 0.5 | 128 | nan |
173
+ | 0.0 | 0.75 | 192 | nan |
174
+ | 0.0 | 1.0 | 256 | nan |
175
+ | 0.0 | 1.25 | 320 | nan |
176
+ | 0.0 | 1.5 | 384 | nan |
177
+ | 0.0 | 1.75 | 448 | nan |
178
+ | 0.0 | 2.0 | 512 | nan |
179
+ | 0.0 | 2.25 | 576 | nan |
180
+ | 0.0 | 2.5 | 640 | nan |
181
+ | 0.0 | 2.75 | 704 | nan |
182
+ | 0.0 | 3.0 | 768 | nan |
183
+
184
+
185
+ ### Framework versions
186
+
187
+ - PEFT 0.13.2
188
+ - Transformers 4.46.0
189
+ - Pytorch 2.5.0+cu124
190
+ - Datasets 3.0.1
191
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b5871308fd62c9ce776c5b2f713014a11c1515ddd78f7ae11f5b160a273e18
3
+ size 671250634