Commit
·
ad3c09a
1
Parent(s):
4e49e24
Update README.md
Browse files
README.md
CHANGED
@@ -93,6 +93,8 @@ Using the model to generate content that is cruel to individuals is a misuse of
|
|
93 |
[LAION-5B](https://laion.ai/blog/laion-5b/) which contains adult material
|
94 |
and is not fit for product use without additional safety mechanisms and
|
95 |
considerations.
|
|
|
|
|
96 |
|
97 |
### Bias
|
98 |
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|
|
|
93 |
[LAION-5B](https://laion.ai/blog/laion-5b/) which contains adult material
|
94 |
and is not fit for product use without additional safety mechanisms and
|
95 |
considerations.
|
96 |
+
- No additional measures were used to deduplicate the dataset. As a result, we observe some degree of memorization for images that are duplicated in the training data.
|
97 |
+
The training data can be searched at [https://rom1504.github.io/clip-retrieval/](https://rom1504.github.io/clip-retrieval/) to possibly assist in the detection of memorized images.
|
98 |
|
99 |
### Bias
|
100 |
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|