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="tincans-ai/gazelle-v0.2")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("tincans-ai/gazelle-v0.2", device_map="auto")
Quick Links

Gazelle v0.2 is the mid-March release from Tincans of a joint speech-language model.

Check out our live demo!

Please see this notebook for an inference example.

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

Collection including tincans-ai/gazelle-v0.2