Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,26 @@ datasets:
|
|
7 |
model-index:
|
8 |
- name: neo-125M-promptgen-v1-act
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
-
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# neo-125M-promptgen-v1-act
|
16 |
|
17 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on the Gustavosta/Stable-Diffusion-Prompts dataset.
|
|
|
7 |
model-index:
|
8 |
- name: neo-125M-promptgen-v1-act
|
9 |
results: []
|
10 |
+
widget:
|
11 |
+
- text: "morning sun over Jakarta"
|
12 |
+
example_title: "morning sun"
|
13 |
+
- text: "WARNING: pip is"
|
14 |
+
example_title: "pip"
|
15 |
+
- text: "sentient cheese"
|
16 |
+
example_title: "sentient cheese"
|
17 |
+
- text: "cheeps are"
|
18 |
+
example_title: "cheeps"
|
19 |
+
parameters:
|
20 |
+
min_length: 16
|
21 |
+
max_length: 96
|
22 |
+
no_repeat_ngram_size: 1
|
23 |
+
do_sample: True
|
24 |
+
temperature: 0.9
|
25 |
+
top_k: 60
|
26 |
+
top_p: 0.95
|
27 |
+
repetition_penalty: 3.5
|
28 |
+
length_penalty: 0.9
|
29 |
---
|
|
|
|
|
|
|
|
|
30 |
# neo-125M-promptgen-v1-act
|
31 |
|
32 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on the Gustavosta/Stable-Diffusion-Prompts dataset.
|