File size: 1,624 Bytes
b3e24c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "builder_name": "wikipedia",
  "citation": "@ONLINE {wikidump,\n    author = {Wikimedia Foundation},\n    title  = {Wikimedia Downloads},\n    url    = {https://dumps.wikimedia.org}\n}\n",
  "config_name": "20231120.id",
  "dataset_name": "wikipedia",
  "dataset_size": 667812,
  "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",
  "download_checksums": {
    "https://dumps.wikimedia.org/idwiki/20231120/dumpstatus.json": {
      "num_bytes": 14097,
      "checksum": null
    },
    "https://dumps.wikimedia.org/idwiki/20231120/idwiki-20231120-pages-articles-multistream.xml.bz2": {
      "num_bytes": 961997021,
      "checksum": null
    }
  },
  "download_size": 962011118,
  "features": {
    "id": {
      "dtype": "string",
      "_type": "Value"
    },
    "url": {
      "dtype": "string",
      "_type": "Value"
    },
    "title": {
      "dtype": "string",
      "_type": "Value"
    },
    "text": {
      "dtype": "string",
      "_type": "Value"
    }
  },
  "homepage": "https://dumps.wikimedia.org",
  "license": "",
  "size_in_bytes": 962678930,
  "splits": {
    "train": {
      "name": "train",
      "num_bytes": 667812,
      "num_examples": 667812,
      "dataset_name": "wikipedia"
    }
  },
  "version": {
    "version_str": "2.0.0",
    "description": "",
    "major": 2,
    "minor": 0,
    "patch": 0
  }
}