ToastyPigeon commited on
Commit
e597e87
1 Parent(s): 8da3f60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -176
README.md CHANGED
@@ -14,162 +14,13 @@ model-index:
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
- # huggingface-cli download ToastyPigeon/SpringDragon-Instruct-v1-QLoRA-A --include checkpoint-210/* --local-dir .
22
- # python -m axolotl.cli.preprocess springdragon-nemo.yml
23
- # accelerate launch -m axolotl.cli.train springdragon-nemo.yml
24
- # Weights and Biases logging config
25
- wandb_project: SpringDragon-NeMo
26
- wandb_entity:
27
- wandb_watch:
28
- wandb_name:
29
- wandb_log_model:
30
-
31
- #eval_steps: 25
32
- #max_steps: 100
33
-
34
- #Model
35
- base_model: mistralai/Mistral-Nemo-Instruct-2407
36
- model_type: AutoModelForCausalLM
37
- tokenizer_type: AutoTokenizer
38
-
39
- # Hugging Face saving config
40
- hub_model_id: ToastyPigeon/SpringDragon-NeMo-Instruct-QLoRA-ep1
41
- hub_strategy: all_checkpoints
42
- push_dataset_to_hub:
43
- hf_use_auth_token:
44
-
45
-
46
- # Model checkpointing config
47
- output_dir: ./SpringDragon-NeMo
48
- resume_from_checkpoint:
49
- #save_steps: 100
50
- saves_per_epoch: 2
51
- save_safetensors: true
52
- save_total_limit: 3
53
-
54
- #
55
- bf16: auto
56
- fp16:
57
- tf32: false
58
-
59
- #
60
- load_in_8bit: false
61
- load_in_4bit: true
62
- strict: false
63
-
64
- sequence_len: 2048
65
- pad_to_sequence_len: true
66
- sample_packing: true
67
-
68
- # Token config
69
- special_tokens:
70
- pad_token: "<pad>"
71
- tokens:
72
-
73
- # Data
74
- datasets:
75
- - path: BeaverAI/text_adventures
76
- type: completion
77
- dataset_prepared_path: ./text_adventures
78
- val_set_size: 0.05
79
- evals_per_epoch: 20
80
- #evaluation_strategy: steps
81
- #eval_steps: 50
82
- eval_sample_packing: true
83
-
84
-
85
- # LoRA
86
- adapter: qlora
87
- lora_model_dir:
88
- lora_r: 64
89
- lora_alpha: 128
90
- lora_dropout: 0.125
91
- lora_target_linear:
92
- lora_fan_in_fan_out:
93
- lora_target_modules:
94
- - gate_proj
95
- - down_proj
96
- - up_proj
97
- - q_proj
98
- - v_proj
99
- - k_proj
100
- - o_proj
101
- lora_modules_to_save:
102
-
103
- # Unsloth stuff
104
- #unsloth_cross_entropy_loss: true
105
- #unsloth_lora_mlp: true
106
- #unsloth_lora_qkv: true
107
- #unsloth_lora_o: true
108
-
109
- # Other things
110
- #peft_use_dora: true
111
-
112
- # Training hyperparameters
113
- num_epochs: 1
114
- gradient_accumulation_steps: 1
115
- micro_batch_size: 6
116
- eval_batch_size: 6
117
- warmup_steps: 20
118
- optimizer: adamw_bnb_8bit
119
- lr_scheduler: cosine
120
- learning_rate: 0.00003
121
- #loraplus_lr_ratio: 8
122
- #loraplus_lr_embedding:
123
- cosine_min_lr_ratio: 0.05
124
- weight_decay: 0.01
125
- max_grad_norm: 1.0
126
- logging_steps: 1
127
-
128
- # Model optimization
129
- #gradient_checkpointing: unsloth
130
- gradient_checkpointing: true
131
- xformers_attention: false
132
- flash_attention: true
133
- sdp_attention: false
134
-
135
- # Loss monitoring config
136
- early_stopping_patience: false
137
- loss_watchdog_threshold: 100.0
138
- loss_watchdog_patience: 3
139
-
140
- # Debug config
141
- debug: true
142
- seed: 111
143
-
144
- #Deepspeed
145
- #deepspeed: axolotl/deepspeed_configs/zero2.json
146
-
147
- # Don't mess with this, it's here for accelerate and torchrun
148
- local_rank:
149
- ```
150
-
151
- </details><br>
152
 
153
  [<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/lm-hall/SpringDragon-NeMo/runs/dghi0gyq)
154
  # SpringDragon-NeMo-Instruct-QLoRA-ep1
155
 
156
- This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the None dataset.
157
- It achieves the following results on the evaluation set:
158
- - Loss: 2.2088
159
-
160
- ## Model description
161
 
162
- More information needed
163
-
164
- ## Intended uses & limitations
165
-
166
- More information needed
167
-
168
- ## Training and evaluation data
169
-
170
- More information needed
171
-
172
- ## Training procedure
173
 
174
  ### Training hyperparameters
175
 
@@ -183,31 +34,6 @@ The following hyperparameters were used during training:
183
  - lr_scheduler_warmup_steps: 20
184
  - num_epochs: 1
185
 
186
- ### Training results
187
-
188
- | Training Loss | Epoch | Step | Validation Loss |
189
- |:-------------:|:------:|:----:|:---------------:|
190
- | 2.347 | 0.0017 | 1 | 2.3015 |
191
- | 2.306 | 0.0513 | 30 | 2.2631 |
192
- | 2.1792 | 0.1026 | 60 | 2.2356 |
193
- | 2.2576 | 0.1538 | 90 | 2.2298 |
194
- | 2.1577 | 0.2051 | 120 | 2.2236 |
195
- | 2.1493 | 0.2564 | 150 | 2.2221 |
196
- | 2.1297 | 0.3077 | 180 | 2.2232 |
197
- | 2.1284 | 0.3590 | 210 | 2.2174 |
198
- | 2.1102 | 0.4103 | 240 | 2.2126 |
199
- | 2.146 | 0.4615 | 270 | 2.2110 |
200
- | 2.2056 | 0.5128 | 300 | 2.2115 |
201
- | 2.2332 | 0.5641 | 330 | 2.2132 |
202
- | 2.0817 | 0.6154 | 360 | 2.2105 |
203
- | 2.1018 | 0.6667 | 390 | 2.2107 |
204
- | 2.0424 | 0.7179 | 420 | 2.2082 |
205
- | 2.1552 | 0.7692 | 450 | 2.2086 |
206
- | 2.2877 | 0.8205 | 480 | 2.2091 |
207
- | 2.191 | 0.8718 | 510 | 2.2090 |
208
- | 2.0968 | 0.9231 | 540 | 2.2090 |
209
- | 2.2092 | 0.9744 | 570 | 2.2088 |
210
-
211
 
212
  ### Framework versions
213
 
 
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
 
18
  [<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/lm-hall/SpringDragon-NeMo/runs/dghi0gyq)
19
  # SpringDragon-NeMo-Instruct-QLoRA-ep1
20
 
21
+ This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the SpringDragon dataset.
 
 
 
 
22
 
23
+ Completion format. User instructions are given with `>`.
 
 
 
 
 
 
 
 
 
 
24
 
25
  ### Training hyperparameters
26
 
 
34
  - lr_scheduler_warmup_steps: 20
35
  - num_epochs: 1
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ### Framework versions
39