Instructions to use ArinModi/bert-sentiment-analysis-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArinModi/bert-sentiment-analysis-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ArinModi/bert-sentiment-analysis-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ArinModi/bert-sentiment-analysis-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Version-1.0: BERT Fine tuned sentiment analysis model
Browse files
sentiment_classification.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9895b242f62d4a5e9ab5df75d612c5f73da25d388814549bac08da7a6ae116c6
|
| 3 |
+
size 267961237
|