Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,18 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
-
|
4 |
model-index:
|
5 |
- name: arat5-arabic-dialects-translation
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -11,7 +20,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# arat5-arabic-dialects-translation
|
13 |
|
14 |
-
This model was trained from scratch on
|
15 |
It achieves the following results on the evaluation set:
|
16 |
|
17 |
|
@@ -44,4 +53,4 @@ The following hyperparameters were used during training:
|
|
44 |
- Transformers 4.35.0
|
45 |
- TensorFlow 2.14.0
|
46 |
- Datasets 2.14.6
|
47 |
-
- Tokenizers 0.14.1
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- text-generation-inference
|
4 |
model-index:
|
5 |
- name: arat5-arabic-dialects-translation
|
6 |
results: []
|
7 |
+
license: apache-2.0
|
8 |
+
datasets:
|
9 |
+
- PRAli22/Arabic_dialects_to_MSA
|
10 |
+
language:
|
11 |
+
- ar
|
12 |
+
metrics:
|
13 |
+
- bleu
|
14 |
+
library_name: transformers
|
15 |
+
pipeline_tag: translation
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
20 |
|
21 |
# arat5-arabic-dialects-translation
|
22 |
|
23 |
+
This model was trained from scratch on arabic dilects dataset to MSA.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
|
26 |
|
|
|
53 |
- Transformers 4.35.0
|
54 |
- TensorFlow 2.14.0
|
55 |
- Datasets 2.14.6
|
56 |
+
- Tokenizers 0.14.1
|