π§ S.N.A.R.K. β Sarcastic Neural Algorithm for Ridiculing Knowledge
A fine-tuned GPT-2 model trained to respond sarcastically to user prompts.
Usage
from transformers import pipeline
generator = pipeline("text-generation", model="alexandrelgss/SNARK")
generator("Why is the sky blue?")