from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("josu/gpt-neo-pt-1.3B")
tokenizer = AutoTokenizer.from_pretrained("josu/gpt-neo-pt-1.3B")
from transformers import pipeline
generator = pipeline('text-generation', model='josu/gpt-neo-pt-1.3B')
- Downloads last month
- 242
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.