FredZhang7
commited on
Commit
•
8234f00
1
Parent(s):
a156feb
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,9 @@ This resulted in **97% accuracy** on both training and validation data.
|
|
22 |
A safesearch filter is not only a great tool for moderating social media, but it also can be used to filter datasets. Compared to stable diffusion safety checkers, this model offers a major advantage - users can save 1.0 GB of RAM and disk space.
|
23 |
|
24 |
## PyTorch
|
|
|
|
|
|
|
25 |
```bash
|
26 |
pip install --upgrade torchvision
|
27 |
```
|
|
|
22 |
A safesearch filter is not only a great tool for moderating social media, but it also can be used to filter datasets. Compared to stable diffusion safety checkers, this model offers a major advantage - users can save 1.0 GB of RAM and disk space.
|
23 |
|
24 |
## PyTorch
|
25 |
+
|
26 |
+
*Loading this model directly via `timm` will raise an error, please see [Discussion 1](https://huggingface.co/FredZhang7/google-safesearch-mini-v2/discussions/1) for a temporary fix.*
|
27 |
+
|
28 |
```bash
|
29 |
pip install --upgrade torchvision
|
30 |
```
|