Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -6,23 +6,24 @@ tags:
6
  - masterpiece
7
  datasets:
8
  - Gustavosta/Stable-Diffusion-Prompts
9
- model-index:
10
- - name: tiny-gpt2-magicprompt
11
- results: []
12
  widget:
13
- - text: "morning sun over Jakarta"
14
- example_title: "morning sun"
15
- - text: "WARNING: pip is"
16
- example_title: "pip"
17
- - text: "sentient cheese"
18
- example_title: "sentient cheese"
19
- - text: "cheeps are"
20
- example_title: "cheeps"
21
  parameters:
22
  min_length: 32
23
  max_length: 64
24
  no_repeat_ngram_size: 1
25
- do_sample: True
 
 
 
 
26
  ---
27
 
28
 
 
6
  - masterpiece
7
  datasets:
8
  - Gustavosta/Stable-Diffusion-Prompts
 
 
 
9
  widget:
10
+ - text: morning sun over Jakarta
11
+ example_title: morning sun
12
+ - text: 'WARNING: pip is'
13
+ example_title: pip
14
+ - text: sentient cheese
15
+ example_title: sentient cheese
16
+ - text: cheeps are
17
+ example_title: cheeps
18
  parameters:
19
  min_length: 32
20
  max_length: 64
21
  no_repeat_ngram_size: 1
22
+ do_sample: true
23
+ base_model: sshleifer/tiny-gpt2
24
+ model-index:
25
+ - name: tiny-gpt2-magicprompt
26
+ results: []
27
  ---
28
 
29