oliverguhr
commited on
Commit
•
10696f6
1
Parent(s):
8de30d0
updated lanugaes
Browse files
README.md
CHANGED
@@ -75,6 +75,30 @@ The performance differs for the single punctuation markers as hyphens and colons
|
|
75 |
| macro average | 0.776942 |
|
76 |
| micro average | 0.963427 |
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
## References
|
79 |
|
80 |
TBD
|
|
|
75 |
| macro average | 0.776942 |
|
76 |
| micro average | 0.963427 |
|
77 |
|
78 |
+
## Languages
|
79 |
+
|
80 |
+
### Models
|
81 |
+
|
82 |
+
| Languages | Model |
|
83 |
+
| ------------------------------------------ | ------------------------------------------------------------ |
|
84 |
+
| English, Italian, French and German | [oliverguhr/fullstop-punctuation-multilang-large](https://huggingface.co/oliverguhr/fullstop-punctuation-multilang-large) |
|
85 |
+
| English, Italian, French, German and Dutch | [oliverguhr/fullstop-punctuation-multilingual-sonar-base](https://huggingface.co/oliverguhr/fullstop-punctuation-multilingual-sonar-base) |
|
86 |
+
| Dutch | [oliverguhr/fullstop-dutch-sonar-punctuation-prediction](https://huggingface.co/oliverguhr/fullstop-dutch-sonar-punctuation-prediction) |
|
87 |
+
|
88 |
+
### Community Models
|
89 |
+
|
90 |
+
| Languages | Model |
|
91 |
+
| ------------------------------------------ | ------------------------------------------------------------ |
|
92 |
+
|English, German, French, Spanish, Bulgarian, Italian, Polish, Dutch, Czech, Portugese, Slovak, Slovenian| [kredor/punctuate-all](https://huggingface.co/kredor/punctuate-all) |
|
93 |
+
| Catalan | [softcatala/fullstop-catalan-punctuation-prediction](https://huggingface.co/softcatala/fullstop-catalan-punctuation-prediction) |
|
94 |
+
|
95 |
+
You can use different models by setting the model parameter:
|
96 |
+
|
97 |
+
```python
|
98 |
+
model = PunctuationModel(model = "oliverguhr/fullstop-dutch-punctuation-prediction")
|
99 |
+
```
|
100 |
+
|
101 |
+
|
102 |
## References
|
103 |
|
104 |
TBD
|