Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,34 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -64,4 +89,4 @@ The following hyperparameters were used during training:
|
|
64 |
- Transformers 4.33.1
|
65 |
- Pytorch 2.2.0.dev20230907+cu118
|
66 |
- Datasets 2.14.5
|
67 |
-
- Tokenizers 0.13.3
|
|
|
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, a
|
26 |
+
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 |
+
pipeline_tag: text-generation
|
33 |
+
datasets:
|
34 |
+
- pszemraj/simple_wikipedia_LM
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
89 |
- Transformers 4.33.1
|
90 |
- Pytorch 2.2.0.dev20230907+cu118
|
91 |
- Datasets 2.14.5
|
92 |
+
- Tokenizers 0.13.3
|