Update README.md
Browse files
README.md
CHANGED
@@ -116,6 +116,7 @@ classifyImage('https://example.com/path/to/image.jpg');
|
|
116 |
|
117 |
|
118 |
The model has been trained on a variety of images (realistic, 3D, drawings), yet it is not perfect and some images may be wrongly classified as NSFW when they are not. Additionally, please note that using the quantized ONNX model within the transformers.js pipeline will slightly reduce the model's accuracy.
|
|
|
119 |
|
120 |
## Training and evaluation data
|
121 |
|
|
|
116 |
|
117 |
|
118 |
The model has been trained on a variety of images (realistic, 3D, drawings), yet it is not perfect and some images may be wrongly classified as NSFW when they are not. Additionally, please note that using the quantized ONNX model within the transformers.js pipeline will slightly reduce the model's accuracy.
|
119 |
+
You can find a toy implementation of this model with Transformers.js [here](https://github.com/AdamCodd/media-random-generator).
|
120 |
|
121 |
## Training and evaluation data
|
122 |
|