Instructions to use Sinanmz/toxicity_token_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sinanmz/toxicity_token_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sinanmz/toxicity_token_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Sinanmz/toxicity_token_classifier") model = AutoModelForTokenClassification.from_pretrained("Sinanmz/toxicity_token_classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435624920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a1afea2b5d2ef752fad6b49aff8d2f18ce8e60c90aa809dc782d3b693ca41cc
|
| 3 |
size 435624920
|
runs/Feb03_17-10-24_21b2b1afb9a9/events.out.tfevents.1706980225.21b2b1afb9a9.34.0
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:c2c0494efa6b87080c0a17b781afc4c3766d9b24daab37117ae7c505ae0de985
|
| 3 |
+
size 10144
|