VOOZH about

URL: https://huggingface.co/LoneStriker/Einstein-v4-7B-GGUF

โ‡ฑ LoneStriker/Einstein-v4-7B-GGUF ยท Hugging Face


๐Ÿ‘ image/png

๐Ÿ”ฌ 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.

๐Ÿ‘ Built with Axolotl

If you would like to support me:

โ˜• Buy Me a Coffee

Downloads last month
52
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for LoneStriker/Einstein-v4-7B-GGUF

Quantized
(190)
this model

Datasets used to train LoneStriker/Einstein-v4-7B-GGUF

Evaluation results