Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,9 @@ base_model:
|
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
library_name: transformers
|
| 8 |
---
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
```
|
| 11 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 12 |
|
|
|
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
library_name: transformers
|
| 8 |
---
|
| 9 |
+
## Nepali Sentiment Analysis
|
| 10 |
+
This is a finetuned version of Sushant/NepaliBERT for sentiment classification. It classifies sentiment into 3 categories: Positive, Neutral and Negative.
|
| 11 |
+
## Usage
|
| 12 |
```
|
| 13 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 14 |
|