File size: 1,661 Bytes
bee738c 81a5753 bee738c 81a5753 bee738c 81a5753 bee738c 5861f53 81a5753 072f923 81a5753 072f923 81a5753 072f923 81a5753 072f923 81a5753 072f923 81a5753 bee738c 81a5753 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
base_model: unsloth/Mistral-Nemo-Base-2407
library_name: peft
license: apache-2.0
tags:
- axolotl
- generated_from_trainer
model-index:
- name: adventure-nemo-ws
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
[<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)
# Mistral-Nemo-12B-Adventure-QLoRA
Another QLoRA on Mistral Nemo Base, this time with Spring Dragon *and* Skein data included. ~29M tokens total of text adventure data.
This was trained in **completion** format where user input is given as `> User input`. Set `>` as a stopping string and preface your input with `>` to use with classic text completion mode.
This method of use is set up as default in Kobold Lite's Adventure mode.
**Again, no instruct format was trained into this.**
Apply to a Nemo model and use whatever instruct format that model uses - the style (and deadliness) of the LoRA carries over to instruct usage as well.
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.00025
- train_batch_size: 4
- eval_batch_size: 1
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine_with_min_lr
- lr_scheduler_warmup_steps: 10
- num_epochs: 1
### Framework versions
- PEFT 0.12.0
- Transformers 4.45.0.dev0
- Pytorch 2.3.1+cu121
- Datasets 2.21.0
- Tokenizers 0.19.1 |