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