lagas commited on
Commit
b2ab4eb
·
1 Parent(s): 6230a80

add model card

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
 
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: mit
4
+ tags:
5
+ - gpt2
6
+ - sarcasm
7
+ - text-generation
8
  ---
9
+
10
+ # 🧠 S.N.A.R.K. – Sarcastic Neural Algorithm for Ridiculing Knowledge
11
+
12
+ A fine-tuned GPT-2 model trained to respond sarcastically to user prompts.
13
+
14
+ ## Usage
15
+
16
+ ```python
17
+ from transformers import pipeline
18
+ generator = pipeline("text-generation", model="alexandrelgss/SNARK")
19
+ generator("Why is the sky blue?")