This model predicts the punctuation of Catalan language.
The model restores the following punctuation markers: "." "," "?" "-" ":"
Based on the work https://github.com/oliverguhr/fullstop-deep-punctuation-prediction
Results
The performance differs for the single punctuation markers as hyphens and colons, in many cases, are optional and can be substituted by either a comma or a full stop. The model achieves the following F1 scores for Catalan language:
Label | CA |
---|---|
0 | 0.99 |
. | 0.93 |
, | 0.82 |
? | 0.76 |
- | 0.89 |
: | 0.64 |
macro average | 0.84 |
Contact
Jordi Mas [email protected]
- Downloads last month
- 19
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.