oliverguhr
commited on
Commit
•
f330a52
1
Parent(s):
4740a83
updated languages list
Browse files
README.md
CHANGED
@@ -83,6 +83,30 @@ The performance differs for the single punctuation markers as hyphens and colons
|
|
83 |
| - | 0.425 | 0.435 | 0.431 | 0.421 |
|
84 |
| macro average | 0.775 | 0.814 | 0.782 | 0.762 |
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
## References
|
88 |
```
|
|
|
83 |
| - | 0.425 | 0.435 | 0.431 | 0.421 |
|
84 |
| macro average | 0.775 | 0.814 | 0.782 | 0.762 |
|
85 |
|
86 |
+
## Languages
|
87 |
+
|
88 |
+
### Models
|
89 |
+
|
90 |
+
| Languages | Model |
|
91 |
+
| ------------------------------------------ | ------------------------------------------------------------ |
|
92 |
+
| English, Italian, French and German | [oliverguhr/fullstop-punctuation-multilang-large](https://huggingface.co/oliverguhr/fullstop-punctuation-multilang-large) |
|
93 |
+
| English, Italian, French, German and Dutch | [oliverguhr/fullstop-punctuation-multilingual-sonar-base](https://huggingface.co/oliverguhr/fullstop-punctuation-multilingual-sonar-base) |
|
94 |
+
| Dutch | [oliverguhr/fullstop-dutch-sonar-punctuation-prediction](https://huggingface.co/oliverguhr/fullstop-dutch-sonar-punctuation-prediction) |
|
95 |
+
|
96 |
+
### Community Models
|
97 |
+
|
98 |
+
| Languages | Model |
|
99 |
+
| ------------------------------------------ | ------------------------------------------------------------ |
|
100 |
+
|English, German, French, Spanish, Bulgarian, Italian, Polish, Dutch, Czech, Portugese, Slovak, Slovenian| [kredor/punctuate-all](https://huggingface.co/kredor/punctuate-all) |
|
101 |
+
| Catalan | [softcatala/fullstop-catalan-punctuation-prediction](https://huggingface.co/softcatala/fullstop-catalan-punctuation-prediction) |
|
102 |
+
|
103 |
+
You can use different models by setting the model parameter:
|
104 |
+
|
105 |
+
```python
|
106 |
+
model = PunctuationModel(model = "oliverguhr/fullstop-dutch-punctuation-prediction")
|
107 |
+
```
|
108 |
+
|
109 |
+
|
110 |
|
111 |
## References
|
112 |
```
|