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