Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
custom_code
text-embeddings-inference
Instructions to use poteminr/toxic_generation_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use poteminr/toxic_generation_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="poteminr/toxic_generation_classifier", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("poteminr/toxic_generation_classifier", trust_remote_code=True) model = AutoModelForSequenceClassification.from_pretrained("poteminr/toxic_generation_classifier", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Sep12_22-32-32_legal-tech-0
- Sep12_22-34-49_legal-tech-0
- Sep12_22-35-26_legal-tech-0
- Sep12_22-35-54_legal-tech-0
- Sep12_22-36-37_legal-tech-0
- Sep12_22-38-15_legal-tech-0
- Sep12_22-39-23_legal-tech-0
- Sep12_22-40-06_legal-tech-0
- Sep12_22-41-16_legal-tech-0
- Sep12_22-52-29_legal-tech-0
- Sep12_22-53-54_legal-tech-0
- Sep12_22-56-43_legal-tech-0
- Sep12_22-59-14_legal-tech-0
- Sep12_23-00-00_legal-tech-0
- Sep12_23-03-49_legal-tech-0
- Sep12_23-04-38_legal-tech-0
- Sep12_23-07-09_legal-tech-0
- Sep12_23-07-25_legal-tech-0
- Sep12_23-09-44_legal-tech-0
- Sep12_23-14-23_legal-tech-0
- Sep12_23-15-18_legal-tech-0
- Sep12_23-19-05_legal-tech-0