SNARK / README.md
lagas
add widget
4f5e100
metadata
language: en
license: mit
tags:
  - gpt2
  - sarcasm
  - text-generation
pipeline_tag: text-generation
widget:
  - type: text-generation
    task: text-generation
    example: Hello world!

🧠 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?")