MichaelHuang
commited on
Commit
•
2219dcb
1
Parent(s):
68d7b88
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ur
|
4 |
+
tags:
|
5 |
+
- sentiment analysis
|
6 |
+
---
|
7 |
+
|
8 |
+
# Sentiment Binary Classifier for Urdu
|
9 |
+
## muril_base_cased_urdu_sentiment
|
10 |
+
|
11 |
+
Base model is [google/muril-base-cased](https://huggingface.co/google/muril-base-cased), a BERT model pre-trained on 17 Indian languages and their transliterated counterparts.
|
12 |
+
Urdu sentiment analysis dataset is from [mirfan899](https://github.com/mirfan899/Urdu/tree/master/sentiment).
|
13 |
+
|
14 |
+
## Usage
|
15 |
+
### example:
|
16 |
+
```python
|
17 |
+
|
18 |
+
```
|