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="nalazhar/tiny_whaleye")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("nalazhar/tiny_whaleye")
model = AutoModelForSeq2SeqLM.from_pretrained("nalazhar/tiny_whaleye")
Quick Links

Whaleye

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