Commit
·
a2eaec5
1
Parent(s):
65a17c8
text fix
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ metrics:
|
|
22 |
- f1
|
23 |
---
|
24 |
|
25 |
-
This model predicts the punctuation of
|
26 |
|
27 |
This multilanguage model was trained on the [Europarl Dataset](https://huggingface.co/datasets/wmt/europarl) provided by the [SEPP-NLG Shared Task](https://sites.google.com/view/sentence-segmentation). *Please note that this dataset consists of political speeches. Therefore the model might perform differently on texts from other domains.*
|
28 |
|
@@ -44,7 +44,7 @@ The model achieves the following F1 scores for the different languages. The perf
|
|
44 |
|
45 |
|
46 |
## References
|
47 |
-
|
48 |
@article{guhr-EtAl:2021:fullstop,
|
49 |
title={FullStop: Multilingual Deep Models for Punctuation Prediction},
|
50 |
author = {Guhr, Oliver and Schumann, Anne-Kathrin and Bahrmann, Frank and Böhme, Hans Joachim},
|
@@ -55,4 +55,4 @@ The model achieves the following F1 scores for the different languages. The perf
|
|
55 |
publisher = {CEUR Workshop Proceedings},
|
56 |
url = {http://ceur-ws.org/Vol-2957/sepp_paper4.pdf}
|
57 |
}
|
58 |
-
|
|
|
22 |
- f1
|
23 |
---
|
24 |
|
25 |
+
This model predicts the punctuation of English, Italian, French and German texts. We developed it to restore the punctuation of transcribed spoken language.
|
26 |
|
27 |
This multilanguage model was trained on the [Europarl Dataset](https://huggingface.co/datasets/wmt/europarl) provided by the [SEPP-NLG Shared Task](https://sites.google.com/view/sentence-segmentation). *Please note that this dataset consists of political speeches. Therefore the model might perform differently on texts from other domains.*
|
28 |
|
|
|
44 |
|
45 |
|
46 |
## References
|
47 |
+
```
|
48 |
@article{guhr-EtAl:2021:fullstop,
|
49 |
title={FullStop: Multilingual Deep Models for Punctuation Prediction},
|
50 |
author = {Guhr, Oliver and Schumann, Anne-Kathrin and Bahrmann, Frank and Böhme, Hans Joachim},
|
|
|
55 |
publisher = {CEUR Workshop Proceedings},
|
56 |
url = {http://ceur-ws.org/Vol-2957/sepp_paper4.pdf}
|
57 |
}
|
58 |
+
```
|