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