oliverguhr
commited on
Commit
•
70c9c43
1
Parent(s):
81f78bc
samples added
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
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
|