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-70m")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("GerbilLab/IPythia-70m")
model = AutoModelForCausalLM.from_pretrained("GerbilLab/IPythia-70m")
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
15
Safetensors
Model size
95.6M params
Tensor type
F32
·
BOOL
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for GerbilLab/IPythia-70m

Quantizations
2 models