system HF staff commited on
Commit
9684f64
1 Parent(s): 0f65ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
- language: en
 
 
 
3
  tags:
4
  - translation
5
 
@@ -57,6 +60,16 @@ license: apache-2.0
57
 
58
  - tags: ['translation']
59
 
 
 
 
 
 
 
 
 
 
 
60
  - prepro: normalization + SentencePiece (spm32k,spm32k)
61
 
62
  - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqw/opus2m-2020-08-01.zip
@@ -93,8 +106,8 @@ license: apache-2.0
93
 
94
  - helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
95
 
96
- - transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
97
 
98
  - port_machine: brutasse
99
 
100
- - port_time: 2020-08-18-01:48
 
1
  ---
2
+ language:
3
+ -en
4
+ -pqw
5
+
6
  tags:
7
  - translation
8
 
 
60
 
61
  - tags: ['translation']
62
 
63
+ - languages: ['en', 'pqw']
64
+
65
+ - src_constituents: {'eng'}
66
+
67
+ - tgt_constituents: set()
68
+
69
+ - src_multilingual: False
70
+
71
+ - tgt_multilingual: True
72
+
73
  - prepro: normalization + SentencePiece (spm32k,spm32k)
74
 
75
  - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqw/opus2m-2020-08-01.zip
 
106
 
107
  - helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
108
 
109
+ - transformers_git_sha: 6bdf998dffa70030e42f512a586f33a15e648edd
110
 
111
  - port_machine: brutasse
112
 
113
+ - port_time: 2020-08-19-00:09