Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use MinzaKhan/toxic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MinzaKhan/toxic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MinzaKhan/toxic")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MinzaKhan/toxic") model = AutoModelForSequenceClassification.from_pretrained("MinzaKhan/toxic") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af52748d6fb90ce54e1fb2f552649a9857dc7b2999c7474681c439c06fa58aec
|
| 3 |
size 267855533
|
runs/Apr07_22-47-50_491e488e8ede/events.out.tfevents.1680907676.491e488e8ede.245.3
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:3147b574dc3e26ea64b048ae2775ec41fa481d63b8f6868d074ba0edb76eae19
|
| 3 |
+
size 4246
|
runs/Apr07_22-47-50_491e488e8ede/events.out.tfevents.1680907698.491e488e8ede.245.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:849558ad7091ea5696db4274e81fb36b4ee4435950d8e173755fab65f8d4195d
|
| 3 |
+
size 450
|