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 2
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:51b4b07b5e5f43a3041dede3271ea61a9bf8d62560f9e4f2eea351a0af2b0a65
|
| 3 |
size 435624920
|
runs/Mar19_00-26-08_37a0d8237294/events.out.tfevents.1710807970.37a0d8237294.1497.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:0af5e9619e53de6dff3930e07a303d1d88fb7253cf6cffad092ad32116c9358c
|
| 3 |
+
size 6011
|