Text Generation
Transformers
PyTorch
Safetensors
gpt2
stable-diffusion
prompt-generator
arxiv:2210.14140
Inference Endpoints
text-generation-inference
FredZhang7 commited on
Commit
7c227ba
1 Parent(s): 06f20d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -7,4 +7,7 @@ license: creativeml-openrail-m
7
  Major improvements from v1 will include:
8
  - 25% more variations
9
  - more capable of generating story-like prompts, using contrastive search instead of greedy search
10
- - removed prompts that generate images with nsfw scores >= 0.5
 
 
 
 
7
  Major improvements from v1 will include:
8
  - 25% more variations
9
  - more capable of generating story-like prompts, using contrastive search instead of greedy search
10
+ - cleaned training data
11
+ * removed prompts that generate images with nsfw scores >= 0.5
12
+ * removed duplicates (including prompts that differ by capitalization and punctuations)
13
+ * removed punctuations in random places