How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Locutusque/TinyMistral-248M-Instruct")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Locutusque/TinyMistral-248M-Instruct")
model = AutoModelForCausalLM.from_pretrained("Locutusque/TinyMistral-248M-Instruct")
Quick Links

Base model Locutusque/TinyMistral-248M fully fine-tuned on Locutusque/InstructMix. During validation, this model achieved an average perplexity of 3.23 on Locutusque/InstructMix dataset. It has so far been trained on approximately 608,000 examples. More epochs are planned for this model.

Downloads last month
849
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Locutusque/TinyMistral-248M-Instruct

Finetuned
(3)
this model
Adapters
1 model
Finetunes
1 model
Merges
1 model

Datasets used to train Locutusque/TinyMistral-248M-Instruct