wikipedia-persons-masked / dataset_info.json
Skatinger's picture
add dataset
fd10b45
raw
history blame
1.6 kB
{
"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"
},
"url": {
"dtype": "string",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"sentences": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"paraphrased_sentences": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"masked_text_original": {
"dtype": "string",
"_type": "Value"
},
"masked_entities_original": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"masked_text_paraphrased": {
"dtype": "string",
"_type": "Value"
},
"masked_entities_paraphrased": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
}
},
"homepage": "https://dumps.wikimedia.org",
"license": ""
}