FredZhang7
commited on
Commit
·
767bf1b
1
Parent(s):
4e4ce90
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ datasets:
|
|
21 |
|
22 |
## Fast Anime PromptGen
|
23 |
|
24 |
-
The main model (`pytorch_model.bin`)
|
25 |
I didn't release the V1 model because it only generated gibberish prompts. After trying all means to correct that behavior, I eventually figured that the cause of the gibberish prompts is not from the model or training duration, but rather from the random usernames in the training data.
|
26 |
Here's the complete [prompt preprocessing algorithm](./preprocess.py).
|
27 |
|
|
|
21 |
|
22 |
## Fast Anime PromptGen
|
23 |
|
24 |
+
The main model (`pytorch_model.bin`) was trained on a dataset of **80,000** anime tags and for 3 epochs. I fetched the tags from the [Safebooru API endpoint](https://safebooru.donmai.us/posts/random.json), but only accepted the ones with **up_score ≥ 8** and without any [blacklisted tags](./blacklist.txt).
|
25 |
I didn't release the V1 model because it only generated gibberish prompts. After trying all means to correct that behavior, I eventually figured that the cause of the gibberish prompts is not from the model or training duration, but rather from the random usernames in the training data.
|
26 |
Here's the complete [prompt preprocessing algorithm](./preprocess.py).
|
27 |
|