File size: 1,409 Bytes
127d428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{"default": {
    "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.).",
    "citation": "@ONLINE {wikidump,\n    author = {Wikimedia Foundation},\n    title  = {Wikimedia Downloads},\n    url    = {https://dumps.wikimedia.org}\n}",
    "homepage": "https://dumps.wikimedia.org",
    "license": "",
    "features": {
        "tokens": {
            "feature": {
                "dtype": "string",
                "_type": "Value"
            },
            "_type": "Sequence"
        },
        "id": {
            "dtype": "int64",
            "_type": "Value"
        },
        "text": {
            "dtype": "string",
            "_type": "Value"
        }
    },
    "splits": {
        "validation": {
            "name": "validation",
            "num_bytes": 301864191,
            "num_examples": 21817,
            "dataset_name": null
        },
        "train": {
            "name": "train",
            "num_bytes": 60558566627,
            "num_examples": 4368542,
            "dataset_name": null
        }
    },
    "download_size": 20321590769,
    "dataset_size": 60860430818,
    "size_in_bytes": 81182021587
}}