Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
---
|
4 |
+
# Model Card for Sentence-ALDi
|
5 |
+
|
6 |
+
[![GitHub](https://img.shields.io/badge/💻-GitHub%20-black.svg)](https://github.com/AMR-KELEG/ALDi)
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
A BERT-based model fine-tuned to estimate the Arabic Level od Dialectness of text.
|
11 |
+
|
12 |
+
### Model Description
|
13 |
+
|
14 |
+
<!-- Provide a longer summary of what this model is. -->
|
15 |
+
|
16 |
+
<!-- - **Developed by:** Amr Keleg -->
|
17 |
+
- **Model type:** Regression head on top of a BERT-based model fine-tuned for estimating the Arabic Level of Dialectness of text.
|
18 |
+
- **Language(s) (NLP):** Arabic.
|
19 |
+
<!--- **License:** [More Information Needed] -->
|
20 |
+
- **Finetuned from model :** [MarBERT](https://huggingface.co/UBC-NLP/MARBERT)
|
21 |
+
|
22 |
+
More information coming soon!
|