saied commited on
Commit
e15e542
·
1 Parent(s): 7e822b5

adding dataset_info

Browse files
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default": {"description": "\npersian_news_dataset is a collection of 5 million news articles. \nNews articles have been gathered from more than 10 news agencies for the last 12 years. \nThe dataset is provided by Rohan AI lab for research purposes.\nfor more information refer to this link:\n", "citation": "\nhttps://saied71.github.io/RohanAiLab/,\n author={Saied Alimoradi},\n year={2021}\n}\n", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "persian_news", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18040229029, "num_examples": 5113718, "dataset_name": "persian_news"}}, "download_checksums": {"persian_news_dataset.zip": {"num_bytes": 4515026292, "checksum": "d51023f6de7382ea016a1fc7baba1d43f37dbf32c084461ae54075a2caa5f7e5"}}, "download_size": 4515026292, "post_processing_size": null, "dataset_size": 18040229029, "size_in_bytes": 22555255321}}
persian_news_dataset.py CHANGED
@@ -7,13 +7,13 @@ csv.field_size_limit(sys.maxsize)
7
  _DESCRIPTION = """
8
  persian_news_dataset is a collection of 5 million news articles.
9
  News articles have been gathered from more than 10 news agencies for the last 12 years.
10
- The dataset is provided Rohan AI lab for research purposes.
11
  for more information refer to this link:
12
  """
13
  _PROJECT_URL = """"""
14
 
15
 
16
- _CITATION = """\
17
  https://saied71.github.io/RohanAiLab/,
18
  author={Saied Alimoradi},
19
  year={2021}
 
7
  _DESCRIPTION = """
8
  persian_news_dataset is a collection of 5 million news articles.
9
  News articles have been gathered from more than 10 news agencies for the last 12 years.
10
+ The dataset is provided by Rohan AI lab for research purposes.
11
  for more information refer to this link:
12
  """
13
  _PROJECT_URL = """"""
14
 
15
 
16
+ _CITATION = """
17
  https://saied71.github.io/RohanAiLab/,
18
  author={Saied Alimoradi},
19
  year={2021}
persian_news_dataset.py.lock ADDED
File without changes
persian_news_dataset.zip.lock ADDED
File without changes