File size: 719 Bytes
ea197a6 |
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 |
{
"builder_name": "json",
"config_name": "default",
"dataset_name": "jokeapi_dataset",
"features": {
"category": {
"dtype": "string",
"_type": "Value"
},
"type": {
"dtype": "string",
"_type": "Value"
},
"joke": {
"dtype": "string",
"_type": "Value"
},
"setup": {
"dtype": "string",
"_type": "Value"
},
"delivery": {
"dtype": "string",
"_type": "Value"
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 47000,
"num_examples": 319,
"dataset_name": "jokeapi_dataset"
}
},
"download_size": 47000,
"dataset_size": 47000,
"license": "mit",
"task_templates": []
}
|