Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
custom_code
text-embeddings-inference
Instructions to use potemin/toxic_generation_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use potemin/toxic_generation_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="potemin/toxic_generation_classifier", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("potemin/toxic_generation_classifier", trust_remote_code=True) model = AutoModelForSequenceClassification.from_pretrained("potemin/toxic_generation_classifier", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Roman Potemin commited on
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 116784136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94df614ba08eec7b794a63940cd3a434f4f637c5bd2efab6af1e48feff8a2aab
|
| 3 |
size 116784136
|
runs/Sep12_22-59-14_legal-tech-0/events.out.tfevents.1726171155.legal-tech-0.1432.2
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:145948acc1556005685876ca8384b1c5a05f37f871fb0a1ff39f57c8894c9472
|
| 3 |
+
size 5920
|
runs/Sep12_23-00-00_legal-tech-0/events.out.tfevents.1726171201.legal-tech-0.1432.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c7862682f86aaab094df93a0dc1c85d9d446720419af52b471ae4061d9de10a
|
| 3 |
+
size 5403
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4f0ee7537d840bba6cae11dacdbb0b2fd3172c15dc77e6a3b08529c7dc564f
|
| 3 |
size 5240
|