Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use scbtm/phrasebank-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scbtm/phrasebank-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="scbtm/phrasebank-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("scbtm/phrasebank-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("scbtm/phrasebank-sentiment-analysis", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e8a9db671f3a53a7ff8056c79d9dba68d6f1314119d411ab23ea6aa7c0d66477
- Size of remote file:
- 4.54 kB
- SHA256:
- f4833ba9cff0aa27ba3e9507795f1f26c7b8d87acf92be1f78bac724262690ab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.