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