Commit
·
79eb5cc
1
Parent(s):
37e1061
Update README.md (#1)
Browse files- Update README.md (711c518c6f2bf3f80975f01a39d866d583717ec0)
Co-authored-by: Aim Lab <[email protected]>
README.md
CHANGED
@@ -10,10 +10,7 @@ datasets:
|
|
10 |
|
11 |
# DistilBERT base model (uncased)
|
12 |
|
13 |
-
This
|
14 |
-
introduced in [this paper](https://arxiv.org/abs/1910.01108). The code for the distillation process can be found
|
15 |
-
[here](https://github.com/huggingface/transformers/tree/main/examples/research_projects/distillation). This model is uncased: it does
|
16 |
-
not make a difference between english and English.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
10 |
|
11 |
# DistilBERT base model (uncased)
|
12 |
|
13 |
+
This [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) text classification model trained on Urdu sentiment [data-set](https://huggingface.co/datasets/hassan4830/urdu-binary-classification-data) performs binary sentiment classification on any given Urdu sentence. The model has been fine-tuned for better results in manageable time frames.
|
|
|
|
|
|
|
14 |
|
15 |
## Model description
|
16 |
|