AdamCodd commited on
Commit
fe9077d
1 Parent(s): fd5a5db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,7 +115,7 @@ classifyImage('https://example.com/path/to/image.jpg');
115
  ```
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.
119
 
120
  ## Training and evaluation data
121
 
 
115
  ```
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