File size: 650 Bytes
d1887b4
 
 
aa0b822
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: gpl-3.0
---

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.

However, the results are very random and they are mostly unrelated to the prompt, and sometime they even output a positive prompt.

As the results are not good, I have not yet cleaned up the project and made it presentable.

Use this mostly for your own curiosity or experimentation.

# Github Project
[https://github.com/MNeMoNiCuZ/NegativePromptGenerator](https://github.com/MNeMoNiCuZ/NegativePromptGenerator)