Instructions to use pritamdeb68/SentimentBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pritamdeb68/SentimentBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pritamdeb68/SentimentBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pritamdeb68/SentimentBERT") model = AutoModelForSequenceClassification.from_pretrained("pritamdeb68/SentimentBERT") - Notebooks
- Google Colab
- Kaggle
Debopam Dey commited on
Upload BertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7834de08a5179197719db0b18a27538d9e1f59c816625ef0914158922d74a448
|
| 3 |
size 437958648
|