Improve model card: Add pipeline tag and correct paper link (#1)
Browse files- Improve model card: Add pipeline tag and correct paper link (5c656a8fe5a6c83240597b3db984efd95cbd18da)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- ar
|
| 5 |
library_name: transformers
|
|
|
|
| 6 |
metrics:
|
| 7 |
- bleu
|
| 8 |
-
|
| 9 |
-
- UBC-NLP/AraT5v2-base-1024
|
| 10 |
tags:
|
| 11 |
- Syrian
|
| 12 |
- Shami
|
|
@@ -15,8 +16,10 @@ tags:
|
|
| 15 |
- Dialect
|
| 16 |
- ArabicNLP
|
| 17 |
---
|
|
|
|
| 18 |
# SHAMI-MT : A Machine Translation Model From MSA to Syrian Dialect
|
| 19 |
|
|
|
|
| 20 |
|
| 21 |

|
| 22 |
|
|
@@ -216,4 +219,4 @@ If you use this model in your research, please cite:
|
|
| 216 |
|
| 217 |
## Contact & Support
|
| 218 |
|
| 219 |
-
For questions, issues, or contributions, please visit the [model repository](https://huggingface.co/Omartificial-Intelligence-Space/Shami-MT) or contact the development team.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- UBC-NLP/AraT5v2-base-1024
|
| 4 |
language:
|
| 5 |
- ar
|
| 6 |
library_name: transformers
|
| 7 |
+
license: apache-2.0
|
| 8 |
metrics:
|
| 9 |
- bleu
|
| 10 |
+
pipeline_tag: translation
|
|
|
|
| 11 |
tags:
|
| 12 |
- Syrian
|
| 13 |
- Shami
|
|
|
|
| 16 |
- Dialect
|
| 17 |
- ArabicNLP
|
| 18 |
---
|
| 19 |
+
|
| 20 |
# SHAMI-MT : A Machine Translation Model From MSA to Syrian Dialect
|
| 21 |
|
| 22 |
+
This model is based on the paper [SHAMI-MT: A Syrian Arabic Dialect to Modern Standard Arabic Bidirectional Machine Translation System](https://huggingface.co/papers/2508.02268).
|
| 23 |
|
| 24 |

|
| 25 |
|
|
|
|
| 219 |
|
| 220 |
## Contact & Support
|
| 221 |
|
| 222 |
+
For questions, issues, or contributions, please visit the [model repository](https://huggingface.co/Omartificial-Intelligence-Space/Shami-MT) or contact the development team.
|