psyche commited on
Commit
80e8bdb
1 Parent(s): b60d062

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +49 -1
dataset_infos.json CHANGED
@@ -1 +1,49 @@
1
- {"20220601": {"description": "Wikipedia dataset containing cleaned articles of all languages.\nThe datasets are built from the Wikipedia dump\n(https://dumps.wikimedia.org/) with one split per language. Each example\ncontains the content of one full Wikipedia article with cleaning to strip\nmarkdown and unwanted sections (references, etc.).\n", "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}\n", "homepage": "https://dumps.wikimedia.org", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wikipedia", "config_name": "20220601.ko", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1269520276, "num_examples": 590003, "dataset_name": "kor-wikipedia"}}, "download_checksums": null, "download_size": 703509736, "post_processing_size": null, "dataset_size": 1269520276, "size_in_bytes": 1973030012}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "Wikipedia dataset containing cleaned articles of all languages.\nThe datasets are built from the Wikipedia dump\n(https://dumps.wikimedia.org/) with one split per language. Each example\ncontains the content of one full Wikipedia article with cleaning to strip\nmarkdown and unwanted sections (references, etc.).\n",
3
+ "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}\n",
4
+ "homepage": "https://dumps.wikimedia.org",
5
+ "license": "",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "url": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "title": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "text": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ }
23
+ },
24
+ "builder_name": "wikipedia",
25
+ "config_name": "20220601.ko",
26
+ "version": {
27
+ "version_str": "0.0.0",
28
+ "major": 0,
29
+ "minor": 0,
30
+ "patch": 0
31
+ },
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 1142558231.8083806,
36
+ "num_examples": 531002,
37
+ "dataset_name": null
38
+ },
39
+ "validation": {
40
+ "name": "validation",
41
+ "num_bytes": 126952588.19161937,
42
+ "num_examples": 59001,
43
+ "dataset_name": null
44
+ }
45
+ },
46
+ "download_size": 742445023,
47
+ "dataset_size": 1269510820.0,
48
+ "size_in_bytes": 2011955843.0
49
+ }}