๐ฌ Einstein-v4-7B
This model is a full fine-tuned version of mistralai/Mistral-7B-v0.1 on diverse datasets.
This model is finetuned using 7xRTX3090 + 1xRTXA6000 using axolotl.
This model's training was sponsored by sablo.ai.
๐ฌ Prompt Template
You can use this prompt template while using the model:
ChatML
<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{user}<|im_end|>
<|im_start|>assistant
{asistant}<|im_end|>
This prompt template is available as a chat template, which means you can format messages using the
tokenizer.apply_chat_template() method:
messages = [
{"role": "system", "content": "You are helpful AI asistant."},
{"role": "user", "content": "Hello!"}
]
gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
model.generate(**gen_input)
๐ Quantizationed versions
Quantizationed versions of this model is available.
Exl2 @bartowski:
You can switch up branches in the repo to use the one you want
| Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
|---|---|---|---|---|---|---|
| 8_0 | 8.0 | 8.0 | 8.4 GB | 9.8 GB | 11.8 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
| 6_5 | 6.5 | 8.0 | 7.2 GB | 8.6 GB | 10.6 GB | Very similar to 8.0, good tradeoff of size vs performance, recommended. |
| 5_0 | 5.0 | 6.0 | 6.0 GB | 7.4 GB | 9.4 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
| 4_25 | 4.25 | 6.0 | 5.3 GB | 6.7 GB | 8.7 GB | GPTQ equivalent bits per weight, slightly higher quality. |
| 3_5 | 3.5 | 6.0 | 4.7 GB | 6.1 GB | 8.1 GB | Lower quality, only use if you have to. |
๐ฏ Open LLM Leaderboard Evaluation Results
Detailed results can be found here
| Metric | Value |
|---|---|
| Avg. | 66.62 |
| AI2 Reasoning Challenge (25-Shot) | 64.68 |
| HellaSwag (10-Shot) | 83.75 |
| MMLU (5-Shot) | 62.31 |
| TruthfulQA (0-shot) | 55.15 |
| Winogrande (5-shot) | 76.24 |
| GSM8k (5-shot) | 57.62 |
๐ค Additional information about training
This model is full fine-tuned for 1.5 epoch.
Total number of steps was 1562.
๐ค Acknowledgments
Thanks to sablo.ai for sponsoring this model.
Thanks to all the dataset authors mentioned in the datasets section.
Thanks to axolotl for making the repository I used to make this model.
Thanks to all open source AI community.
If you would like to support me:
- Downloads last month
- 52
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for LoneStriker/Einstein-v4-7B-GGUF
Base model
mistralai/Mistral-7B-v0.1Datasets used to train LoneStriker/Einstein-v4-7B-GGUF
Evaluation results
- normalized accuracy on AI2 Reasoning Challenge (25-Shot)test set Open LLM Leaderboard64.680
- normalized accuracy on HellaSwag (10-Shot)validation set Open LLM Leaderboard83.750
- accuracy on MMLU (5-Shot)test set Open LLM Leaderboard62.310
- mc2 on TruthfulQA (0-shot)validation set Open LLM Leaderboard55.150
- accuracy on Winogrande (5-shot)validation set Open LLM Leaderboard76.240
- accuracy on GSM8k (5-shot)test set Open LLM Leaderboard57.620
