Add multilingual to the language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -5,22 +5,23 @@ language:
|
|
5 |
- fr
|
6 |
- it
|
7 |
- nl
|
|
|
|
|
8 |
tags:
|
9 |
- punctuation prediction
|
10 |
- punctuation
|
11 |
datasets: wmt/europarl
|
12 |
-
license: mit
|
13 |
-
widget:
|
14 |
-
- text: "Ho sentito che ti sei laureata il che mi fa molto piacere"
|
15 |
-
example_title: "Italian"
|
16 |
-
- text: "Tous les matins vers quatre heures mon père ouvrait la porte de ma chambre"
|
17 |
-
example_title: "French"
|
18 |
-
- text: "Ist das eine Frage Frau Müller"
|
19 |
-
example_title: "German"
|
20 |
-
- text: "My name is Clara and I live in Berkeley California"
|
21 |
-
example_title: "English"
|
22 |
metrics:
|
23 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Work in progress
|
|
|
5 |
- fr
|
6 |
- it
|
7 |
- nl
|
8 |
+
- multilingual
|
9 |
+
license: mit
|
10 |
tags:
|
11 |
- punctuation prediction
|
12 |
- punctuation
|
13 |
datasets: wmt/europarl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
metrics:
|
15 |
- f1
|
16 |
+
widget:
|
17 |
+
- text: Ho sentito che ti sei laureata il che mi fa molto piacere
|
18 |
+
example_title: Italian
|
19 |
+
- text: Tous les matins vers quatre heures mon p�re ouvrait la porte de ma chambre
|
20 |
+
example_title: French
|
21 |
+
- text: Ist das eine Frage Frau M�ller
|
22 |
+
example_title: German
|
23 |
+
- text: My name is Clara and I live in Berkeley California
|
24 |
+
example_title: English
|
25 |
---
|
26 |
|
27 |
# Work in progress
|