Michal commited on
Commit
6ee9cdc
verified
1 Parent(s): d41c442

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -84,18 +84,31 @@ Refer to the COMBO-NLP documentation for installation and usage instructions:
84
  - [https://gitlab.clarin-pl.eu/syntactic-tools/combo-nlp](https://gitlab.clarin-pl.eu/syntactic-tools/combo-nlp)
85
  - [https://gitlab.clarin-pl.eu/syntactic-tools/lambo](https://gitlab.clarin-pl.eu/syntactic-tools/lambo)
86
 
 
 
 
 
 
 
 
87
  ## Citation
88
 
89
- <!--
 
 
 
90
  ```bibtex
91
- @misc{combo_nlp_2026,
92
- title = {COMBO-NLP Models Trained on UD v2.17},
93
- author = {Ulewicz, Micha艂 and Jab艂o艅ska, Maja and Klimaszewski, Mateusz and Przyby艂a, Piotr and Pszenny, 艁ukasz and Rybak, Piotr and Wi膮cek, Martyna and Wr贸blewska, Alina},
94
- year = {2026},
95
- howpublished = {\url{https://huggingface.co/collections/clarin-pl/combo-ud-217-models}}
 
 
96
  }
97
  ```
98
- -->
 
99
 
100
  ## Resources
101
 
 
84
  - [https://gitlab.clarin-pl.eu/syntactic-tools/combo-nlp](https://gitlab.clarin-pl.eu/syntactic-tools/combo-nlp)
85
  - [https://gitlab.clarin-pl.eu/syntactic-tools/lambo](https://gitlab.clarin-pl.eu/syntactic-tools/lambo)
86
 
87
+ ## License
88
+
89
+ The training data license: cc-by-sa-4.0 is derived from the Universal Dependencies treebank. For the full license terms of each treebank, please refer to the corresponding `LICENSE.txt` file in the treebank repository:
90
+
91
+ - [UD_Turkish-Atis LICENSE.txt](https://github.com/UniversalDependencies/UD_Turkish-Atis/blob/master/LICENSE.txt)
92
+
93
+
94
  ## Citation
95
 
96
+ If you use this model, please cite:
97
+
98
+ Ulewicz, M., Jab艂o艅ska, M., Klimaszewski, M., Przyby艂a, P., Pszenny, 艁., Rybak, P., Wi膮cek, M., & Wr贸blewska, A. (2026). *COMBO-NLP Models Trained on UD v2.17*. Zenodo. https://doi.org/10.5281/zenodo.19650523
99
+
100
  ```bibtex
101
+ @software{combo_nlp_2026,
102
+ author = {Ulewicz, Micha艂 and Jab艂o艅ska, Maja and Klimaszewski, Mateusz and Przyby艂a, Piotr and Pszenny, 艁ukasz and Rybak, Piotr and Wi膮cek, Martyna and Wr贸blewska, Alina},
103
+ title = {{COMBO-NLP} Models Trained on {UD} v2.17},
104
+ year = {2026},
105
+ publisher = {Zenodo},
106
+ doi = {10.5281/zenodo.19650523},
107
+ url = {https://doi.org/10.5281/zenodo.19650523}
108
  }
109
  ```
110
+
111
+
112
 
113
  ## Resources
114