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="flooptherocket/DialogGPT-small-rick")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("flooptherocket/DialogGPT-small-rick")
model = AutoModelForCausalLM.from_pretrained("flooptherocket/DialogGPT-small-rick", device_map="auto")
Quick Links

YAML Metadata Error:"tags" must be an array

@Rick from Rick and Morty GPT-2 Conversation Model

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support