MichalMlodawski commited on
Commit
586210f
1 Parent(s): ad0d620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,6 +2,12 @@
2
  license: cc-by-nc-nd-4.0
3
  language:
4
  - en
 
 
 
 
 
 
5
  ---
6
 
7
 
@@ -147,4 +153,4 @@ If you use this model in your research or project, please cite it as follows:
147
  howpublished = {\url{https://huggingface.co/MichalMlodawski/negative-prompt-generator-large}},
148
  note = {Based on Google's Flan-T5 model},
149
  keywords = {natural language processing, prompt engineering, image generation}
150
- }
 
2
  license: cc-by-nc-nd-4.0
3
  language:
4
  - en
5
+ base_model: google/flan-t5-base
6
+ pipeline_tag: text2text-generation
7
+ tags:
8
+ - negative prompt
9
+ - text generator
10
+ - negative prompt generator
11
  ---
12
 
13
 
 
153
  howpublished = {\url{https://huggingface.co/MichalMlodawski/negative-prompt-generator-large}},
154
  note = {Based on Google's Flan-T5 model},
155
  keywords = {natural language processing, prompt engineering, image generation}
156
+ }