Michal commited on
Commit
099e895
·
verified ·
1 Parent(s): 3c0eb04

Regenerate model card

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -27,12 +27,9 @@ The Basque model uses ``FacebookAI/xlm-roberta-base`` as its base encoder and is
27
 
28
  ## Evaluation
29
 
30
- | Metric | F1 |
31
- | ------ | -- |
32
- | Tokens | 99.99 |
33
- | Words | 99.98 |
34
- | Sentences | 100.00 |
35
-
36
 
37
 
38
  ## Usage
@@ -50,7 +47,7 @@ from combo_seg import ComboSeg
50
  nlp = ComboSeg("Basque")
51
 
52
  # Segment raw text — returns Document with hierarchy: Document -> Turn -> Sentence -> Token
53
- doc = nlp("Example sentence.")
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-basque-bdt-ud2.17")
72
- doc = nlp("Example sentence.")
73
  ```
74
 
75
  ## License
@@ -83,7 +80,7 @@ The training data license: cc-by-nc-sa-3.0 is derived from the Universal Depende
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*. Zenodo. https://doi.org/10.5281/zenodo.19651441
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.99 | 99.98 | 100.00 |
 
 
 
33
 
34
 
35
  ## Usage
 
47
  nlp = ComboSeg("Basque")
48
 
49
  # Segment raw text — returns Document with hierarchy: Document -> Turn -> Sentence -> Token
50
+ doc = nlp("Azeri marroi bizkorrak txakur alferraren gainetik salto egiten du.")
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-basque-bdt-ud2.17")
69
+ doc = nlp("Azeri marroi bizkorrak txakur alferraren gainetik salto egiten du.")
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)