Added dummy dataset element to model-index to silence huggingface_hub model_info API warnings.
Browse files
README.md
CHANGED
@@ -27,6 +27,9 @@ model-index:
|
|
27 |
- task:
|
28 |
name: Translation
|
29 |
type: translation
|
|
|
|
|
|
|
30 |
metrics:
|
31 |
- type: bleu
|
32 |
value: 65.51
|
@@ -40,9 +43,6 @@ model-index:
|
|
40 |
value: 0.54
|
41 |
- type: wip
|
42 |
value: 0.46
|
43 |
-
datasets:
|
44 |
-
- techiaith/legislation-gov-uk_en-cy
|
45 |
-
- techiaith/cofnodycynulliad_en-cy
|
46 |
---
|
47 |
# mt-dspec-legislation-en-cy
|
48 |
A language translation model for translating between English and Welsh, specialised to the specific domain of Legislation.
|
|
|
27 |
- task:
|
28 |
name: Translation
|
29 |
type: translation
|
30 |
+
dataset:
|
31 |
+
name: "various"
|
32 |
+
type: "text"
|
33 |
metrics:
|
34 |
- type: bleu
|
35 |
value: 65.51
|
|
|
43 |
value: 0.54
|
44 |
- type: wip
|
45 |
value: 0.46
|
|
|
|
|
|
|
46 |
---
|
47 |
# mt-dspec-legislation-en-cy
|
48 |
A language translation model for translating between English and Welsh, specialised to the specific domain of Legislation.
|