Xenserv commited on
Commit
3848b9f
·
verified ·
1 Parent(s): f40ad0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,9 @@ base_model:
6
  pipeline_tag: text-classification
7
  library_name: transformers
8
  ---
9
- Usage
 
 
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