File size: 620 Bytes
f8025fa e74762f b39468e e74762f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
datasets:
- WizardLM/WizardLM_evol_instruct_V2_196k
- HuggingFaceH4/ultrachat_200k
library_name: transformers
pipeline_tag: text-generation
---
# Model Card for Mistral-7B-Evol-Ultrachat
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
Conversational model based on Mistral-7B. Trained using QLoRA + SFT on a RTX 3060. Uses the Mistral prompt format:
```[INST] Using this information : {context} answer the Question : {query} [/INST]```
- **Developed by:** dylan9n
- **Model type:** Conversational, Text Generation
- **Finetuned from model [optional]:** Mistral-7B |