Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,31 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
datasets:
|
12 |
- pszemraj/simple_wikipedia_LM
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
inference:
|
8 |
+
parameters:
|
9 |
+
max_new_tokens: 64
|
10 |
+
do_sample: true
|
11 |
+
repetition_penalty: 1.1
|
12 |
+
no_repeat_ngram_size: 5
|
13 |
+
guidance_scale: 1.01
|
14 |
+
eta_cutoff: 0.001
|
15 |
+
widget:
|
16 |
+
- text: My name is El Microondas the Wise and
|
17 |
+
example_title: El Microondas
|
18 |
+
- text: A meme is
|
19 |
+
example_title: meme
|
20 |
+
- text: >-
|
21 |
+
Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
|
22 |
+
He chose her because she had
|
23 |
+
example_title: Coreference resolution
|
24 |
+
- text: >-
|
25 |
+
On a shelf, there are five books: a gray book, a red book, a purple book,
|
26 |
+
a blue book, and a black book
|
27 |
+
example_title: Logic puzzles
|
28 |
+
- text: >-
|
29 |
+
The two men running to become New York City's next mayor will face off in
|
30 |
+
their first debate Wednesday night
|
31 |
+
example_title: Reading comprehension
|
32 |
license: apache-2.0
|
33 |
datasets:
|
34 |
- pszemraj/simple_wikipedia_LM
|