Instructions to use ahnaf702/SentibertLarge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahnaf702/SentibertLarge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ahnaf702/SentibertLarge")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ahnaf702/SentibertLarge") model = AutoModelForSequenceClassification.from_pretrained("ahnaf702/SentibertLarge") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|
|
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
pipeline_tag: text-classification
|
| 9 |
+
language:
|
| 10 |
+
- bn
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for Model ID
|