Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
+
|
9 |
+
Finetuned `distilgpt2` for 40 epochs on 1654 prompts scraped from majinai.art. Weights/emphasis stripped. Includes negative prompts.
|
10 |
+
|
11 |
+
Intended for use with https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen
|