Text Classification
Transformers
ONNX
Safetensors
bert
toxicity
bert-tiny
gravitee-io
ai-gateway
text-embeddings-inference
Instructions to use gravitee-io/bert-tiny-toxicity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gravitee-io/bert-tiny-toxicity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gravitee-io/bert-tiny-toxicity")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gravitee-io/bert-tiny-toxicity") model = AutoModelForSequenceClassification.from_pretrained("gravitee-io/bert-tiny-toxicity") - Notebooks
- Google Colab
- Kaggle
Commit ·
8377eb9
1
Parent(s): 627353e
fix: per_channel=False and QUInt8 for cross platform quantization
Browse files- model.quant.onnx +2 -2
model.quant.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:445a0b17b72ca0a2090285d7852e9681fe06a9bb2edc563ca87140ddc5b013df
|
| 3 |
+
size 28986387
|