Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use gArthur98/Roberta-Sentiment-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gArthur98/Roberta-Sentiment-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gArthur98/Roberta-Sentiment-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gArthur98/Roberta-Sentiment-classifier") model = AutoModelForSequenceClassification.from_pretrained("gArthur98/Roberta-Sentiment-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 75ab8168899c669eefe89b6691a57d2a89c0dd1f2bac97342c1e62d5d333441c
- Size of remote file:
- 3.96 kB
- SHA256:
- 3293d30840ac299d6fc67e6bdc58d58c6d3d821da34757b4700c979b6d75745f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.