Instructions to use PL-RnD/privacy-moderation-small-onnx-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use PL-RnD/privacy-moderation-small-onnx-8bit with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'PL-RnD/privacy-moderation-small-onnx-8bit');
feat: Added buymeacoffeelink
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ tags:
|
|
| 14 |
library_name: transformers.js
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# Privacy Moderation Small 8bit (ONNX)
|
| 18 |
|
| 19 |
This is the 8 bit quantized ONNX version of PL-RnD/privacy-moderation-small/
|
|
|
|
| 14 |
library_name: transformers.js
|
| 15 |
---
|
| 16 |
|
| 17 |
+
<a href="https://www.buymeacoffee.com/privacymoderation"><img src="https://img.buymeacoffee.com/button-api/?text=Support / Buy me a coffee&emoji=☕&slug=privacymoderation&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>
|
| 18 |
+
|
| 19 |
# Privacy Moderation Small 8bit (ONNX)
|
| 20 |
|
| 21 |
This is the 8 bit quantized ONNX version of PL-RnD/privacy-moderation-small/
|