Datasets:
Size:
10B<n<100B
License:
Rename bertic_data to xlm-r-bertic-data
Browse files
bertic_data.py → xlm-r-bertic-data.py
RENAMED
|
@@ -24,34 +24,10 @@ _URLS = {
|
|
| 24 |
_HOMEPAGE = _URL
|
| 25 |
|
| 26 |
_DESCRIPTION = """\
|
| 27 |
-
Data used to train
|
| 28 |
"""
|
| 29 |
_CITATION = r"""
|
| 30 |
-
|
| 31 |
-
title = "{BERT}i{\'c} - The Transformer Language Model for {B}osnian, {C}roatian, {M}ontenegrin and {S}erbian",
|
| 32 |
-
author = "Ljube{\v{s}}i{\'c}, Nikola and
|
| 33 |
-
Lauc, Davor",
|
| 34 |
-
editor = "Babych, Bogdan and
|
| 35 |
-
Kanishcheva, Olga and
|
| 36 |
-
Nakov, Preslav and
|
| 37 |
-
Piskorski, Jakub and
|
| 38 |
-
Pivovarova, Lidia and
|
| 39 |
-
Starko, Vasyl and
|
| 40 |
-
Steinberger, Josef and
|
| 41 |
-
Yangarber, Roman and
|
| 42 |
-
Marci{\'n}czuk, Micha{\l} and
|
| 43 |
-
Pollak, Senja and
|
| 44 |
-
P{\v{r}}ib{\'a}{\v{n}}, Pavel and
|
| 45 |
-
Robnik-{\v{S}}ikonja, Marko",
|
| 46 |
-
booktitle = "Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing",
|
| 47 |
-
month = apr,
|
| 48 |
-
year = "2021",
|
| 49 |
-
address = "Kiyv, Ukraine",
|
| 50 |
-
publisher = "Association for Computational Linguistics",
|
| 51 |
-
url = "https://aclanthology.org/2021.bsnlp-1.5",
|
| 52 |
-
pages = "37--42",
|
| 53 |
-
abstract = "In this paper we describe a transformer model pre-trained on 8 billion tokens of crawled text from the Croatian, Bosnian, Serbian and Montenegrin web domains. We evaluate the transformer model on the tasks of part-of-speech tagging, named-entity-recognition, geo-location prediction and commonsense causal reasoning, showing improvements on all tasks over state-of-the-art models. For commonsense reasoning evaluation we introduce COPA-HR - a translation of the Choice of Plausible Alternatives (COPA) dataset into Croatian. The BERTi{\'c} model is made available for free usage and further task-specific fine-tuning through HuggingFace.",
|
| 54 |
-
}"""
|
| 55 |
|
| 56 |
|
| 57 |
class BerticData(datasets.GeneratorBasedBuilder):
|
|
|
|
| 24 |
_HOMEPAGE = _URL
|
| 25 |
|
| 26 |
_DESCRIPTION = """\
|
| 27 |
+
Data used to train XLM-Roberta-Bertić.
|
| 28 |
"""
|
| 29 |
_CITATION = r"""
|
| 30 |
+
To be added soon."""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
class BerticData(datasets.GeneratorBasedBuilder):
|