Datasets:
sadrasabouri
commited on
Commit
·
a5ae8a0
1
Parent(s):
f1c6afe
Update naab.py
Browse files
naab.py
CHANGED
@@ -24,6 +24,17 @@ import datasets
|
|
24 |
# TODO: Add BibTeX citation
|
25 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
26 |
_CITATION = """\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"""
|
28 |
|
29 |
# You can copy an official description
|
@@ -33,7 +44,6 @@ Huge corpora of textual data are always known to be a crucial need for training
|
|
33 |
|
34 |
_HOMEPAGE = "https://huggingface.co/datasets/SLPL/naab"
|
35 |
|
36 |
-
# TODO: ?
|
37 |
_LICENSE = "mit"
|
38 |
|
39 |
N_FILES = {
|
|
|
24 |
# TODO: Add BibTeX citation
|
25 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
26 |
_CITATION = """\
|
27 |
+
@misc{https://doi.org/10.48550/arxiv.2208.13486,
|
28 |
+
doi = {10.48550/ARXIV.2208.13486},
|
29 |
+
url = {https://arxiv.org/abs/2208.13486},
|
30 |
+
author = {Sabouri, Sadra and Rahmati, Elnaz and Gooran, Soroush and Sameti, Hossein},
|
31 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
32 |
+
title = {naab: A ready-to-use plug-and-play corpus for Farsi},
|
33 |
+
publisher = {arXiv},
|
34 |
+
year = {2022},
|
35 |
+
copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
|
36 |
+
}
|
37 |
+
|
38 |
"""
|
39 |
|
40 |
# You can copy an official description
|
|
|
44 |
|
45 |
_HOMEPAGE = "https://huggingface.co/datasets/SLPL/naab"
|
46 |
|
|
|
47 |
_LICENSE = "mit"
|
48 |
|
49 |
N_FILES = {
|