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="KoboldAI/GPT-Neo-2.7B-Horni")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("KoboldAI/GPT-Neo-2.7B-Horni")
model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-Neo-2.7B-Horni", device_map="auto")
Quick Links

No model card

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

Spaces using KoboldAI/GPT-Neo-2.7B-Horni 2