Instructions to use minh21/XLNet-Toxic-Comment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minh21/XLNet-Toxic-Comment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="minh21/XLNet-Toxic-Comment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("minh21/XLNet-Toxic-Comment") model = AutoModelForSequenceClassification.from_pretrained("minh21/XLNet-Toxic-Comment") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- edeb630a9124ad0e1fb9a9cff50e251ea720a06ac1ad7ce7b2122776b660636d
- Size of remote file:
- 469 MB
- SHA256:
- 85d4b01d9dbc059ef95669981ad075d4e70afad73b9016a6979e612eaa37e93e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.