update model card README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,27 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
-
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- bleu
|
7 |
model-index:
|
8 |
- name: opus-mt-tc-big-ar-en
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# opus-mt-tc-big-ar-en
|
16 |
|
17 |
-
This model was trained from scratch on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Bleu:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -53,4 +68,5 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
- Transformers 4.27.1
|
55 |
- Pytorch 1.13.1+cu116
|
|
|
56 |
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- translation2
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- ccmatrix
|
7 |
metrics:
|
8 |
- bleu
|
9 |
model-index:
|
10 |
- name: opus-mt-tc-big-ar-en
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: ccmatrix
|
17 |
+
type: ccmatrix
|
18 |
+
config: ar-en
|
19 |
+
split: train[:50000]
|
20 |
+
args: ar-en
|
21 |
+
metrics:
|
22 |
+
- name: Bleu
|
23 |
+
type: bleu
|
24 |
+
value: 63.31671509061578
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# opus-mt-tc-big-ar-en
|
31 |
|
32 |
+
This model was trained from scratch on the ccmatrix dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.5581
|
35 |
+
- Bleu: 63.3167
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
68 |
|
69 |
- Transformers 4.27.1
|
70 |
- Pytorch 1.13.1+cu116
|
71 |
+
- Datasets 2.10.1
|
72 |
- Tokenizers 0.13.2
|