Update README.md
Browse files
README.md
CHANGED
@@ -12,30 +12,34 @@ inference:
|
|
12 |
guidance_scale: 1.01
|
13 |
eta_cutoff: 0.001
|
14 |
widget:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
pipeline_tag: text-generation
|
32 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
36 |
should probably proofread and complete it, then remove this comment. -->
|
37 |
|
38 |
-
#
|
39 |
|
40 |
Train from scratch based on config of [EleutherAI/pythia-31m](https://huggingface.co/EleutherAI/pythia-31m) for 3 epochs.
|
41 |
|
@@ -107,4 +111,4 @@ The following hyperparameters were used during training:
|
|
107 |
- Transformers 4.33.1
|
108 |
- Pytorch 2.2.0.dev20230907+cu118
|
109 |
- Datasets 2.14.5
|
110 |
-
- Tokenizers 0.13.3
|
|
|
12 |
guidance_scale: 1.01
|
13 |
eta_cutoff: 0.001
|
14 |
widget:
|
15 |
+
- text: My name is El Microondas the Wise and
|
16 |
+
example_title: El Microondas
|
17 |
+
- text: A meme is
|
18 |
+
example_title: meme
|
19 |
+
- text: >-
|
20 |
+
Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
|
21 |
+
He chose her because she had
|
22 |
+
example_title: Coreference resolution
|
23 |
+
- text: >-
|
24 |
+
On a shelf, there are five books: a gray book, a red book, a purple book, a
|
25 |
+
blue book, and a black book
|
26 |
+
example_title: Logic puzzles
|
27 |
+
- text: >-
|
28 |
+
The two men running to become New York City's next mayor will face off in
|
29 |
+
their first debate Wednesday night
|
30 |
+
example_title: Reading comprehension
|
31 |
pipeline_tag: text-generation
|
32 |
license: apache-2.0
|
33 |
+
datasets:
|
34 |
+
- euirim/goodwiki
|
35 |
+
language:
|
36 |
+
- en
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
40 |
should probably proofread and complete it, then remove this comment. -->
|
41 |
|
42 |
+
# pythia-31m-goodwiki-deduped-2048-scratch
|
43 |
|
44 |
Train from scratch based on config of [EleutherAI/pythia-31m](https://huggingface.co/EleutherAI/pythia-31m) for 3 epochs.
|
45 |
|
|
|
111 |
- Transformers 4.33.1
|
112 |
- Pytorch 2.2.0.dev20230907+cu118
|
113 |
- Datasets 2.14.5
|
114 |
+
- Tokenizers 0.13.3
|