Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
The trained model is a finetuned [GPT2](https://github.com/openai/gpt-2) text generation model that takes a positive prompt as an input, and outputs a negative prompt that is supposed to match the input prompt.
|
| 6 |
+
|
| 7 |
+
However, the results are very random and they are mostly unrelated to the prompt, and sometime they even output a positive prompt.
|
| 8 |
+
|
| 9 |
+
As the results are not good, I have not yet cleaned up the project and made it presentable.
|
| 10 |
+
|
| 11 |
+
Use this mostly for your own curiosity or experimentation.
|
| 12 |
+
|
| 13 |
+
# Github Project
|
| 14 |
+
[https://github.com/MNeMoNiCuZ/NegativePromptGenerator](https://github.com/MNeMoNiCuZ/NegativePromptGenerator)
|