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="GerbilLab/IPythia-160m")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("GerbilLab/IPythia-160m")
model = AutoModelForCausalLM.from_pretrained("GerbilLab/IPythia-160m")
Quick Links

All IPythia models were trained on an internal GerbilLab high quality instruction dataset of ~75k instructions for 3 epochs. Prompt format:

Instruction: [instruction goes here]
Input: [input goes here]
Output: [output will be generated here]

or

Instruction: [instruction goes here]
Output: [output will be generated here]
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support