pszemraj commited on
Commit
bc5f858
·
1 Parent(s): 1b93139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Ballpark Trivia: Size XL
2
  Are you frequently asked google-able Trivia questions and annoyed by it? Well, this is the model for you! Ballpark Trivia Bot answers any trivia question with something that sounds plausible but is probably not 100% correct. One might say.. the answers are in the right ballpark. Check out a demo of the (_Size L, smaller than this model_) [here](https://huggingface.co/spaces/pszemraj/ballpark-trivia).
3
 
 
1
+ ---
2
+
3
+ language:
4
+ - en
5
+ tags:
6
+ - text-generation
7
+ - gpt2
8
+ - gpt
9
+ license: mit
10
+ datasets:
11
+ - natural questions
12
+
13
+ widget:
14
+ - text: "how many ping-pong balls fit inside a standard 747 jet aeroplane?"
15
+ example_title: "ping-pong"
16
+ - text: "What is the capital of Uganda?"
17
+ example_title: "geography"
18
+ - text: "What is the most popular TV show of all time?"
19
+ example_title: "pseudo-culture"
20
+ - text: "A man pushes his car to a hotel and tells the owner he’s bankrupt. Why?"
21
+ example_title: "brain teaser"
22
+
23
+ inference:
24
+ parameters:
25
+ max_length: 128
26
+ no_repeat_ngram_size: 2
27
+ do_sample: True
28
+ top_p: 0.95
29
+ top_k: 50
30
+ repetition_penalty: 3.7
31
+
32
+
33
+ ---
34
+
35
  # Ballpark Trivia: Size XL
36
  Are you frequently asked google-able Trivia questions and annoyed by it? Well, this is the model for you! Ballpark Trivia Bot answers any trivia question with something that sounds plausible but is probably not 100% correct. One might say.. the answers are in the right ballpark. Check out a demo of the (_Size L, smaller than this model_) [here](https://huggingface.co/spaces/pszemraj/ballpark-trivia).
37