Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,15 @@ https://github.com/mt-empty/assyrian-translation-model
|
|
2 |
|
3 |
This is an English to Assyrian/Eastern Syriac machine translation model, it uses [English to Arabic](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar) model as the base model.
|
4 |
|
5 |
-
Although the project aim is to Build a English to Assyrian - the ones that fall under [Northeastern Neo-Aramaic](https://en.wikipedia.org/wiki/Northeastern_Neo-Aramaic) - the current model mostly provides translation for Classical Syriac. This model is a good initial step, but I hope future work will make it more inline with Assyrian dialects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This is an English to Assyrian/Eastern Syriac machine translation model, it uses [English to Arabic](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar) model as the base model.
|
4 |
|
5 |
+
Although the project aim is to Build a English to Assyrian - the ones that fall under [Northeastern Neo-Aramaic](https://en.wikipedia.org/wiki/Northeastern_Neo-Aramaic) - the current model mostly provides translation for Classical Syriac. This model is a good initial step, but I hope future work will make it more inline with Assyrian dialects.
|
6 |
+
|
7 |
+
---
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
- as
|
11 |
+
tags:
|
12 |
+
- translation
|
13 |
+
license: apache-2.0
|
14 |
+
metrics:
|
15 |
+
- sacrebleu
|
16 |
+
---
|