Spaces:
Runtime error
Runtime error
Szymon Woźniak
commited on
Commit
·
fa125b2
1
Parent(s):
7eb31f3
fix models annotations
Browse files- MMS_Benchmark.py +1 -1
MMS_Benchmark.py
CHANGED
@@ -33,7 +33,7 @@ MODELS_TABLE = """\
|
|
33 |
|
34 |
MODELS_ANNOTATIONS = """\
|
35 |
- `*` mUSE models were used in TensorFlow implementation in contrast to others in torch
|
36 |
-
-
|
37 |
- `a` Base model is either monolingual version on which it was based or another multilingual model which was used and adopted
|
38 |
- `b` Colossal Clean Crawled Corpus in multilingual version (mC4)
|
39 |
- `c` multiple datasets from OPUS website (https://opus.nlpl.eu)
|
|
|
33 |
|
34 |
MODELS_ANNOTATIONS = """\
|
35 |
- `*` mUSE models were used in TensorFlow implementation in contrast to others in torch
|
36 |
+
- `**` models trained with multilingual knowledge distillation
|
37 |
- `a` Base model is either monolingual version on which it was based or another multilingual model which was used and adopted
|
38 |
- `b` Colossal Clean Crawled Corpus in multilingual version (mC4)
|
39 |
- `c` multiple datasets from OPUS website (https://opus.nlpl.eu)
|