RoastBot โ A Friendly Insult Generator
This is a gpt2-medium model fine-tuned to generate roasts.
How to Use
You can use this model directly with a pipeline for text generation.
from transformers import pipeline
generator = pipeline('text-generation', model='3naruto3/roast-bot')
prompt = "Roast: My terrible code"
result = generator(prompt, max_length=50)
print(result[0]['generated_text'])
Model Details
This model was fine-tuned on a custom dataset of roasts from various sources.
- Downloads last month
- 3