bort_wikipedia / train /dataset_info.json
Robert Gale
Train and test data
1429bda
{
"citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}",
"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.).",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"bpe_words": {
"feature": {
"feature": {
"dtype": "uint16",
"_type": "Value"
},
"_type": "Sequence"
},
"_type": "Sequence"
},
"bpe_size": {
"dtype": "uint32",
"_type": "Value"
},
"spellable": {
"feature": {
"dtype": "bool",
"_type": "Value"
},
"_type": "Sequence"
},
"pronounceable": {
"feature": {
"dtype": "bool",
"_type": "Value"
},
"_type": "Sequence"
},
"must_pronounce": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
}
},
"homepage": "https://dumps.wikimedia.org",
"license": ""
}