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 9
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:4979771f2d6d22c329f31641eb205e726c2a81785967d8367399ff2a7368412b
|
| 3 |
size 435624920
|
runs/Feb03_07-50-42_dd231f14b409/events.out.tfevents.1706946643.dd231f14b409.1193.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:9a32cd82f468d51724463105f026389da36fe0ce054d65b2643acd1bd9b80fe9
|
| 3 |
+
size 9361
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45411a445c0e4bc92e499b32183fe9a9049822141924f1f2dc2babda8d76888b
|
| 3 |
size 4600
|