daviddrzik
commited on
Commit
•
fde006f
1
Parent(s):
1f2a961
Update README.md
Browse files
README.md
CHANGED
@@ -138,4 +138,26 @@ Here are the fine-tuned versions of the `SK_Morph_BLM` model based on the folder
|
|
138 |
- [`SK_Morph_BLM-sentiment-csfd`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-csfd): Fine-tuned for sentiment analysis on the CSFD (movie review) dataset.
|
139 |
- [`SK_Morph_BLM-sentiment-multidomain`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-multidomain): Fine-tuned for sentiment analysis across multiple domains.
|
140 |
- [`SK_Morph_BLM-sentiment-reviews`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-reviews): Fine-tuned for sentiment analysis on general review datasets.
|
141 |
-
- [`SK_Morph_BLM-topic-news`](https://huggingface.co/daviddrzik/SK_Morph_BLM-topic-news): Fine-tuned for topic classification in news articles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
- [`SK_Morph_BLM-sentiment-csfd`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-csfd): Fine-tuned for sentiment analysis on the CSFD (movie review) dataset.
|
139 |
- [`SK_Morph_BLM-sentiment-multidomain`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-multidomain): Fine-tuned for sentiment analysis across multiple domains.
|
140 |
- [`SK_Morph_BLM-sentiment-reviews`](https://huggingface.co/daviddrzik/SK_Morph_BLM-sentiment-reviews): Fine-tuned for sentiment analysis on general review datasets.
|
141 |
+
- [`SK_Morph_BLM-topic-news`](https://huggingface.co/daviddrzik/SK_Morph_BLM-topic-news): Fine-tuned for topic classification in news articles.
|
142 |
+
|
143 |
+
## Citation
|
144 |
+
|
145 |
+
If you find our model or paper useful, please consider citing our work:
|
146 |
+
|
147 |
+
### Article:
|
148 |
+
Držík, D., & Forgac, F. (2024). Slovak morphological tokenizer using the Byte-Pair Encoding algorithm. PeerJ Computer Science, 10, e2465. https://doi.org/10.7717/peerj-cs.2465
|
149 |
+
|
150 |
+
### BibTeX Entry:
|
151 |
+
```bib
|
152 |
+
@article{drzik2024slovak,
|
153 |
+
title={Slovak morphological tokenizer using the Byte-Pair Encoding algorithm},
|
154 |
+
author={Držík, Dávid and Forgac, František},
|
155 |
+
journal={PeerJ Computer Science},
|
156 |
+
volume={10},
|
157 |
+
pages={e2465},
|
158 |
+
year={2024},
|
159 |
+
month={11},
|
160 |
+
issn={2376-5992},
|
161 |
+
doi={10.7717/peerj-cs.2465}
|
162 |
+
}
|
163 |
+
```
|