lbourdois commited on
Commit
6508fd7
·
1 Parent(s): 7b17341

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -1,33 +1,32 @@
1
  ---
2
  language:
3
- - 'en'
4
- - 'me'
5
- license: afl-3.0
 
6
  tags:
7
- - 'translation'
8
  datasets:
9
- - 'Qilex/EN-ME'
10
  metrics:
11
- - bleu
12
-
13
  model-index:
14
- - name: 'en-me'
15
  results:
16
  - task:
17
- type: 'translation'
18
- name: 'translation en-me'
19
  dataset:
20
- type: 'translation'
21
- name: 'Qilex/EN-ME'
22
-
23
  metrics:
24
- - type: 'bleu'
25
- value: 17.2
26
  ---
27
 
28
  This is a BART-large model finetuned on roughly 58000 aligned sentence pairs in English and Middle English, collected from the works of Geoffrey Chaucer, John Wycliffe, and the Gawain Poet.
29
  <br>
30
- It includes special characters such as þ.
31
  <br>
32
  This model reflects the spelling inconsistencies characteristic of Middle English.
33
  <br>
 
1
  ---
2
  language:
3
+ - en
4
+ - me
5
+ - multilingual
6
+ license: afl-3.0
7
  tags:
8
+ - translation
9
  datasets:
10
+ - Qilex/EN-ME
11
  metrics:
12
+ - bleu
 
13
  model-index:
14
+ - name: en-me
15
  results:
16
  - task:
17
+ type: translation
18
+ name: translation en-me
19
  dataset:
20
+ name: Qilex/EN-ME
21
+ type: translation
 
22
  metrics:
23
+ - type: bleu
24
+ value: 17.2
25
  ---
26
 
27
  This is a BART-large model finetuned on roughly 58000 aligned sentence pairs in English and Middle English, collected from the works of Geoffrey Chaucer, John Wycliffe, and the Gawain Poet.
28
  <br>
29
+ It includes special characters such as �.
30
  <br>
31
  This model reflects the spelling inconsistencies characteristic of Middle English.
32
  <br>