Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -4,26 +4,27 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- Gustavosta/Stable-Diffusion-Prompts
|
7 |
-
model-index:
|
8 |
-
- name: gpt-neo-125M-magicprompt-SD
|
9 |
-
results: []
|
10 |
widget:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
parameters:
|
20 |
min_length: 32
|
21 |
max_length: 64
|
22 |
no_repeat_ngram_size: 1
|
23 |
-
do_sample:
|
24 |
top_k: 50
|
25 |
top_p: 0.95
|
26 |
repetition_penalty: 5.5
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# gpt-neo-125M-magicprompt-SD
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- Gustavosta/Stable-Diffusion-Prompts
|
|
|
|
|
|
|
7 |
widget:
|
8 |
+
- text: morning sun over Jakarta
|
9 |
+
example_title: morning sun
|
10 |
+
- text: 'WARNING: pip is'
|
11 |
+
example_title: pip
|
12 |
+
- text: sentient cheese
|
13 |
+
example_title: sentient cheese
|
14 |
+
- text: cheeps are
|
15 |
+
example_title: cheeps
|
16 |
parameters:
|
17 |
min_length: 32
|
18 |
max_length: 64
|
19 |
no_repeat_ngram_size: 1
|
20 |
+
do_sample: true
|
21 |
top_k: 50
|
22 |
top_p: 0.95
|
23 |
repetition_penalty: 5.5
|
24 |
+
base_model: EleutherAI/gpt-neo-125M
|
25 |
+
model-index:
|
26 |
+
- name: gpt-neo-125M-magicprompt-SD
|
27 |
+
results: []
|
28 |
---
|
29 |
|
30 |
# gpt-neo-125M-magicprompt-SD
|