Regenerate model card
Browse files
README.md
CHANGED
|
@@ -27,12 +27,9 @@ The Telugu model uses ``FacebookAI/xlm-roberta-base`` as its base encoder and is
|
|
| 27 |
|
| 28 |
## Evaluation
|
| 29 |
|
| 30 |
-
| Metric |
|
| 31 |
-
| ------ | -- |
|
| 32 |
-
|
|
| 33 |
-
| Words | 99.40 |
|
| 34 |
-
| Sentences | 97.71 |
|
| 35 |
-
|
| 36 |
|
| 37 |
|
| 38 |
## Usage
|
|
@@ -50,7 +47,7 @@ from combo_seg import ComboSeg
|
|
| 50 |
nlp = ComboSeg("Telugu")
|
| 51 |
|
| 52 |
# Segment raw text — returns Document with hierarchy: Document -> Turn -> Sentence -> Token
|
| 53 |
-
doc = nlp("
|
| 54 |
|
| 55 |
# Inspect results
|
| 56 |
for turn in doc.turns:
|
|
@@ -69,7 +66,7 @@ Or load directly from HuggingFace:
|
|
| 69 |
from combo_seg import ComboSeg
|
| 70 |
|
| 71 |
nlp = ComboSeg.from_pretrained("clarin-pl/combo-seg-xlm-roberta-base-telugu-mtg-ud2.17")
|
| 72 |
-
doc = nlp("
|
| 73 |
```
|
| 74 |
|
| 75 |
## License
|
|
@@ -83,7 +80,7 @@ The training data license: cc-by-sa-4.0 is derived from the Universal Dependenci
|
|
| 83 |
|
| 84 |
If you use this model, please cite:
|
| 85 |
|
| 86 |
-
Ulewicz, M., & Wróblewska, A. (2026). *COMBO-SEG Models Trained on UD v2.17*.
|
| 87 |
|
| 88 |
```bibtex
|
| 89 |
@software{combo_seg_2026,
|
|
@@ -96,8 +93,6 @@ Ulewicz, M., & Wróblewska, A. (2026). *COMBO-SEG Models Trained on UD v2.17*. Z
|
|
| 96 |
}
|
| 97 |
```
|
| 98 |
|
| 99 |
-
|
| 100 |
-
|
| 101 |
## Resources
|
| 102 |
|
| 103 |
- COMBO-SEG: [https://gitlab.clarin-pl.eu/syntactic-tools/combo-seg](https://gitlab.clarin-pl.eu/syntactic-tools/combo-seg)
|
|
|
|
| 27 |
|
| 28 |
## Evaluation
|
| 29 |
|
| 30 |
+
| Metric | Tokens | Words | Sentences |
|
| 31 |
+
| ------ | ------ | ----- | --------- |
|
| 32 |
+
| F1 | 99.77 | 99.40 | 97.71 |
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
## Usage
|
|
|
|
| 47 |
nlp = ComboSeg("Telugu")
|
| 48 |
|
| 49 |
# Segment raw text — returns Document with hierarchy: Document -> Turn -> Sentence -> Token
|
| 50 |
+
doc = nlp("వేగవంతమైన గోధుమ రంగు నక్క బద్ధకపు కుక్క మీదుగా దూకుతుంది.")
|
| 51 |
|
| 52 |
# Inspect results
|
| 53 |
for turn in doc.turns:
|
|
|
|
| 66 |
from combo_seg import ComboSeg
|
| 67 |
|
| 68 |
nlp = ComboSeg.from_pretrained("clarin-pl/combo-seg-xlm-roberta-base-telugu-mtg-ud2.17")
|
| 69 |
+
doc = nlp("వేగవంతమైన గోధుమ రంగు నక్క బద్ధకపు కుక్క మీదుగా దూకుతుంది.")
|
| 70 |
```
|
| 71 |
|
| 72 |
## License
|
|
|
|
| 80 |
|
| 81 |
If you use this model, please cite:
|
| 82 |
|
| 83 |
+
Ulewicz, M., & Wróblewska, A. (2026). *COMBO-SEG Models Trained on UD v2.17*. https://doi.org/10.5281/zenodo.19651441
|
| 84 |
|
| 85 |
```bibtex
|
| 86 |
@software{combo_seg_2026,
|
|
|
|
| 93 |
}
|
| 94 |
```
|
| 95 |
|
|
|
|
|
|
|
| 96 |
## Resources
|
| 97 |
|
| 98 |
- COMBO-SEG: [https://gitlab.clarin-pl.eu/syntactic-tools/combo-seg](https://gitlab.clarin-pl.eu/syntactic-tools/combo-seg)
|