mgrbyte commited on
Commit
a9974cf
1 Parent(s): f418298

Added dataset element to metadata

Browse files

Expected by the huggingface_hub ModelInfo API (prevent warnings in Python code).

Files changed (1) hide show
  1. README.md +28 -22
README.md CHANGED
@@ -8,16 +8,19 @@ tags:
8
  - translation
9
  - marian
10
  metrics:
11
- - bleu
12
- - cer
13
- - chrf
14
- - cer
15
- - wer
16
- - wil
17
- - wip
18
  widget:
19
- - text: "The Curriculum and Assessment (Wales) Act 2021 (the Act) established the Curriculum for Wales and replaced the general curriculum used up until that point."
20
- example_title: "Example 1"
 
 
 
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
- - type: bleu
29
- value: 65.51
30
- - type: cer
31
- value: 0.28
32
- - type: chrf
33
- value: 74.69
34
- - type: wer
35
- value: 0.39
36
- - type: wil
37
- value: 0.54
38
- - type: wip
39
- value: 0.46
 
 
 
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
+ ```