Datasets:
Size:
10B<n<100B
License:
Bugfix.
Browse files- bertic_data.py +3 -2
bertic_data.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import datasets
|
2 |
import gzip
|
3 |
import json
|
|
|
4 |
|
5 |
|
6 |
_URL = "http://nl.ijs.si/nikola/dedup_hbs/"
|
@@ -20,12 +21,12 @@ _URLS = [
|
|
20 |
# "bswac.translit.dedup.lines.gz",
|
21 |
]
|
22 |
_URLS = [_URL + i for i in _URLS]
|
23 |
-
|
24 |
|
25 |
_DESCRIPTION = """\
|
26 |
Data used to train BERTić model and its successors.
|
27 |
"""
|
28 |
-
_CITATION = """
|
29 |
@inproceedings{ljubesic-lauc-2021-bertic,
|
30 |
title = "{BERT}i{\'c} - The Transformer Language Model for {B}osnian, {C}roatian, {M}ontenegrin and {S}erbian",
|
31 |
author = "Ljube{\v{s}}i{\'c}, Nikola and
|
|
|
1 |
import datasets
|
2 |
import gzip
|
3 |
import json
|
4 |
+
from typing import List
|
5 |
|
6 |
|
7 |
_URL = "http://nl.ijs.si/nikola/dedup_hbs/"
|
|
|
21 |
# "bswac.translit.dedup.lines.gz",
|
22 |
]
|
23 |
_URLS = [_URL + i for i in _URLS]
|
24 |
+
_HOMEPAGE = _URL
|
25 |
|
26 |
_DESCRIPTION = """\
|
27 |
Data used to train BERTić model and its successors.
|
28 |
"""
|
29 |
+
_CITATION = r"""
|
30 |
@inproceedings{ljubesic-lauc-2021-bertic,
|
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
|