Edit model card


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
10
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Space using josu/gpt-neo-pt-1.3B 1