manim_python_alpaca / train /dataset_info.json
AayushMathur's picture
Update dataset with Alpaca formatted entries
edc2c04
raw
history blame
1.19 kB
{
"builder_name": "csv",
"citation": "",
"config_name": "default",
"dataset_name": "manim_python",
"dataset_size": 148580,
"description": "",
"download_checksums": {
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/train.csv": {
"num_bytes": 135015,
"checksum": null
},
"hf://datasets/Edoh/manim_python@c4e896070e4aee022b6c9d355261c1cabdda8051/test.csv": {
"num_bytes": 11342,
"checksum": null
}
},
"download_size": 146357,
"features": {
"instruction": {
"dtype": "string",
"_type": "Value"
},
"output": {
"dtype": "string",
"_type": "Value"
},
"input": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 294937,
"splits": {
"train": {
"name": "train",
"num_bytes": 137074,
"num_examples": 599,
"dataset_name": "manim_python"
},
"test": {
"name": "test",
"num_bytes": 11506,
"num_examples": 51,
"dataset_name": "manim_python"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
}