pszemraj commited on
Commit
b1e14d7
1 Parent(s): cb4113c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Ballpark Trivia: Size L
2
 
3
  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 it [here](https://huggingface.co/spaces/pszemraj/ballpark-trivia).
 
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?\nperson beta:\n\n"
15
+ example_title: "ping-pong"
16
+ - text: "What is the capital of Uganda?\nperson beta:\n\n"
17
+ example_title: "geography"
18
+ - text: "What is the most popular TV show of all time?\nperson beta:\n\n"
19
+ example_title: "pseudo-culture"
20
+ - text: "A man pushes his car to a hotel and tells the owner he’s bankrupt. Why?\nperson beta:\n\n"
21
+ example_title: "brain teaser"
22
+
23
+ inference:
24
+ parameters:
25
+ min_length: 2
26
+ max_length: 32
27
+ no_repeat_ngram_size: 2
28
+ do_sample: True
29
+ top_p: 0.90
30
+ top_k: 10
31
+ repetition_penalty: 2.1
32
+
33
+
34
+ ---
35
+
36
+
37
+
38
+
39
  # Ballpark Trivia: Size L
40
 
41
  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 it [here](https://huggingface.co/spaces/pszemraj/ballpark-trivia).