sandrarrey
commited on
Commit
•
ab679ae
1
Parent(s):
c20aacf
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ license: mit
|
|
13 |
|
14 |
**Descrición do Modelo / Model Description**
|
15 |
|
16 |
-
Modelo feito con OpenNMT para o par inglés-galego utilizando unha arquitectura transformer.
|
17 |
|
18 |
**Como traducir / How to translate**
|
19 |
|
@@ -48,14 +48,14 @@ onmt_train -config bpe-en-gl_emb.yaml
|
|
48 |
|
49 |
**Hiperparámetros / Hyper-parameters**
|
50 |
|
51 |
-
Os parámetros usados para o
|
52 |
|
53 |
The parameters used for the development of the model can be directly consulted in the same .yaml file bpe-en-gl_emb.yaml
|
54 |
|
55 |
**Avaliación / Evaluation**
|
56 |
A avalación BLEU dos modelos é feita cunha mistura de tests desenvolvidos internamente (gold1, gold2, test-suite) con outros datasets disponíbeis en galego (Flores).
|
57 |
|
58 |
-
The BLEU evaluation of the models is made with a mixture of internally developed tests (gold1, gold2, test-suite)
|
59 |
|
60 |
| GOLD 1 | GOLD 2 | FLORES | TEST-SUITE|
|
61 |
| ------------- |:-------------:| -------:|----------:|
|
|
|
13 |
|
14 |
**Descrición do Modelo / Model Description**
|
15 |
|
16 |
+
Modelo feito con OpenNMT para o par inglés-galego utilizando unha arquitectura transformer. / Model developed with OpenNMT and using a transformer computer architecture for English-Galician language pair.
|
17 |
|
18 |
**Como traducir / How to translate**
|
19 |
|
|
|
48 |
|
49 |
**Hiperparámetros / Hyper-parameters**
|
50 |
|
51 |
+
Os parámetros usados para o desenvolvemento do modelo poden ser consultados directamente no mesmo ficheiro .yaml bpe-en-gl_emb.yaml
|
52 |
|
53 |
The parameters used for the development of the model can be directly consulted in the same .yaml file bpe-en-gl_emb.yaml
|
54 |
|
55 |
**Avaliación / Evaluation**
|
56 |
A avalación BLEU dos modelos é feita cunha mistura de tests desenvolvidos internamente (gold1, gold2, test-suite) con outros datasets disponíbeis en galego (Flores).
|
57 |
|
58 |
+
The BLEU evaluation of the models is made with a mixture of internally developed tests (gold1, gold2, test-suite) and other datasets available in Galician (Flores).
|
59 |
|
60 |
| GOLD 1 | GOLD 2 | FLORES | TEST-SUITE|
|
61 |
| ------------- |:-------------:| -------:|----------:|
|