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="openaccess-ai-collective/tiny-mistral")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("openaccess-ai-collective/tiny-mistral")
model = AutoModelForCausalLM.from_pretrained("openaccess-ai-collective/tiny-mistral")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

mistral architecture model, randomly initialized. useful for e2e testing.

Downloads last month
1,860
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for openaccess-ai-collective/tiny-mistral

Adapters
3 models
Finetunes
4 models
Quantizations
1 model

Spaces using openaccess-ai-collective/tiny-mistral 4