zuzannad1 commited on
Commit
34fe287
·
1 Parent(s): f75baea

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +13 -12
dataset_infos.json CHANGED
@@ -1,26 +1,27 @@
1
  {"default": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
  "license": "",
6
  "features": {
7
- "pixel_values": {
8
- "_type": "Image"
 
9
  },
10
- "num_patches": {
11
- "dtype": "int64",
12
  "_type": "Value"
13
  }
14
  },
15
  "splits": {
16
  "train": {
17
  "name": "train",
18
- "num_bytes": 5225.0,
19
- "num_examples": 1,
20
  "dataset_name": "pixelsum_wiki"
21
  }
22
  },
23
- "download_size": 6739,
24
- "dataset_size": 5225.0,
25
- "size_in_bytes": 11964.0
26
  }}
 
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.).",
3
+ "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}",
4
+ "homepage": "https://dumps.wikimedia.org",
5
  "license": "",
6
  "features": {
7
+ "example": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
  },
11
+ "summary": {
12
+ "dtype": "string",
13
  "_type": "Value"
14
  }
15
  },
16
  "splits": {
17
  "train": {
18
  "name": "train",
19
+ "num_bytes": 7401808572,
20
+ "num_examples": 6458670,
21
  "dataset_name": "pixelsum_wiki"
22
  }
23
  },
24
+ "download_size": 4591048930,
25
+ "dataset_size": 7401808572,
26
+ "size_in_bytes": 11992857502
27
  }}