Instructions to use minh21/XLNet-Reddit-Toxic-Comment-Classification-10-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-10-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-10-epochs")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("minh21/XLNet-Reddit-Toxic-Comment-Classification-10-epochs") model = AutoModelForSequenceClassification.from_pretrained("minh21/XLNet-Reddit-Toxic-Comment-Classification-10-epochs") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 08899f1ea24d50165bfb7bd5e0e8592f1add886fd5f0a35337116bca10adee52
- Size of remote file:
- 4.09 kB
- SHA256:
- a806d81caeedf95c60e6a6dfda0c7cf9ef5a990136aa38baf965d883186ea652
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.