deepseek-v3-10k / dataset_infos.json
tonyshark's picture
Update dataset_infos.json
35c7365 verified
raw
history blame
1.46 kB
{"deepseek-v3-10k": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"context": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answers": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"input_ids": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"attention_mask": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"labels": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": null,
"splits": {
"train": {
"name": "train",
"num_bytes": 61266887,
"num_examples": 10000,
"dataset_name": "deepseek-v3-10k"
}
},
"download_checksums": null,
"download_size": 33262901,
"post_processing_size": null,
"dataset_size": 61266887,
"size_in_bytes": 94529788
}}