lisskor commited on
Commit
ff27a40
·
verified ·
1 Parent(s): 0587a61

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - et
4
+ - ar
5
+ - de
6
+ - en
7
+ - fi
8
+ - fr
9
+ - lt
10
+ - lv
11
+ - ru
12
+ - es
13
+ - sv
14
+ - uk
15
+ - zh
16
+ metrics:
17
+ - bleu
18
+ library_name: fairseq
19
+ pipeline_tag: translation
20
+ ---
21
+ # Model Card for SynEst Translation Models
22
+
23
+ The SynEst models are machine translation models focused on translating from and into the Estonian language.
24
+
25
+ ## Model Details
26
+
27
+ The models are based on the [NLLB-1.3B](https://huggingface.co/facebook/nllb-200-1.3B) multilingual model.
28
+ The NLLB encoder is frozen, and a new, smaller decoder is trained for each target language.
29
+
30
+ ## Languages
31
+
32
+ The models were trained to translate from Estonian into German, English, Finnish, Russian, Ukrainian, and Chinese,
33
+ and into Estonian from Arabic, German, English, Finnish, French, Lithuanian, Latvian, Russian, Spanish,
34
+ Swedish, Ukrainian, and Chinese.
35
+
36
+ However, as the parameters of the NLLB encoder are frozen, they are capable of translating from any of the
37
+ NLLB languages as well, albeit likely with a lower quality than for the languages on which they were
38
+ fine-tuned.
39
+
40
+ ## How to Use the Model
41
+
42
+ The easiest way to run the models is with the [dedicated branch of the TartuNLP translation worker](https://github.com/TartuNLP/translation-worker/tree/nllb-based-est).
43
+
44
+ <!-- ## Evaluation
45
+
46
+ #### Testing Data
47
+
48
+ * [Flores](https://huggingface.co/datasets/facebook/flores) (devtest)
49
+ * [MTee](https://github.com/Project-MTee/MTee_translation_benchmarks/tree/main/benchmark_datasets)
50
+
51
+ #### Metrics
52
+
53
+ BLEU
54
+
55
+ ### Results -->
56
+
57
+ ## Model Card Authors
58
+
59
+ [@lisskor](https://huggingface.co/lisskor)