Added dataset element to metadata
Browse filesExpected by the huggingface_hub ModelInfo API (prevent warnings in Python code).
README.md
CHANGED
@@ -8,16 +8,19 @@ tags:
|
|
8 |
- translation
|
9 |
- marian
|
10 |
metrics:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
widget:
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
model-index:
|
22 |
- name: mt-dspec-legislation-en-cy
|
23 |
results:
|
@@ -25,18 +28,21 @@ model-index:
|
|
25 |
name: Translation
|
26 |
type: translation
|
27 |
metrics:
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
40 |
---
|
41 |
# mt-dspec-legislation-en-cy
|
42 |
A language translation model for translating between English and Welsh, specialised to the specific domain of Legislation.
|
@@ -78,4 +84,4 @@ translated = translate(
|
|
78 |
"curriculum used up until that point."
|
79 |
)
|
80 |
print(translated["translation_text"])
|
81 |
-
```
|
|
|
8 |
- translation
|
9 |
- marian
|
10 |
metrics:
|
11 |
+
- bleu
|
12 |
+
- cer
|
13 |
+
- chrf
|
14 |
+
- cer
|
15 |
+
- wer
|
16 |
+
- wil
|
17 |
+
- wip
|
18 |
widget:
|
19 |
+
- text: >-
|
20 |
+
The Curriculum and Assessment (Wales) Act 2021 (the Act) established the
|
21 |
+
Curriculum for Wales and replaced the general curriculum used up until that
|
22 |
+
point.
|
23 |
+
example_title: Example 1
|
24 |
model-index:
|
25 |
- name: mt-dspec-legislation-en-cy
|
26 |
results:
|
|
|
28 |
name: Translation
|
29 |
type: translation
|
30 |
metrics:
|
31 |
+
- type: bleu
|
32 |
+
value: 65.51
|
33 |
+
- type: cer
|
34 |
+
value: 0.28
|
35 |
+
- type: chrf
|
36 |
+
value: 74.69
|
37 |
+
- type: wer
|
38 |
+
value: 0.39
|
39 |
+
- type: wil
|
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.
|
|
|
84 |
"curriculum used up until that point."
|
85 |
)
|
86 |
print(translated["translation_text"])
|
87 |
+
```
|