Create dataset_infos.json
Browse files- dataset_infos.json +38 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "紫砂壶器型分类数据集,包含 311 条样本,覆盖明末至民国多个年代,涵盖几何形制、自然形制、花器、提梁壶等四大类器型,附带详细文化寓意解读。",
|
| 4 |
+
"citation": "@misc{zisha_teapot_dataset,\n author = {sxj1024},\n title = {紫砂壶器型分类数据集},\n year = {2025},\n publisher = {Hugging Face},\n url = {https://huggingface.co/datasets/sxj1024/test_cups}\n}",
|
| 5 |
+
"homepage": "https://huggingface.co/datasets/sxj1024/test_cups",
|
| 6 |
+
"license": "mit",
|
| 7 |
+
"features": {
|
| 8 |
+
"图片": {"dtype": "image", "id": null, "_type": "Image"},
|
| 9 |
+
"图片号码": {"dtype": "string", "id": null, "_type": "Value"},
|
| 10 |
+
"几何形制类": {"dtype": "string", "id": null, "_type": "Value"},
|
| 11 |
+
"自然形制类": {"dtype": "string", "id": null, "_type": "Value"},
|
| 12 |
+
"花器": {"dtype": "string", "id": null, "_type": "Value"},
|
| 13 |
+
"提梁壶类": {"dtype": "string", "id": null, "_type": "Value"},
|
| 14 |
+
"创新与现代器型": {"dtype": "string", "id": null, "_type": "Value"},
|
| 15 |
+
"器型与文化寓意": {"dtype": "string", "id": null, "_type": "Value"},
|
| 16 |
+
"时间": {"dtype": "string", "id": null, "_type": "Value"}
|
| 17 |
+
},
|
| 18 |
+
"post_processed": null,
|
| 19 |
+
"supervised_keys": null,
|
| 20 |
+
"task_templates": null,
|
| 21 |
+
"builder_name": "arrow",
|
| 22 |
+
"config_name": "default",
|
| 23 |
+
"version": {"version_str": "1.0.0", "description": "字段完整版", "major": 1, "minor": 0, "patch": 0},
|
| 24 |
+
"splits": {
|
| 25 |
+
"train": {
|
| 26 |
+
"name": "train",
|
| 27 |
+
"num_bytes": null,
|
| 28 |
+
"num_examples": 311,
|
| 29 |
+
"dataset_name": "zisha_teapot_dataset"
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"download_checksums": {},
|
| 33 |
+
"download_size": null,
|
| 34 |
+
"post_processing_size": null,
|
| 35 |
+
"dataset_size": null,
|
| 36 |
+
"size_in_bytes": null
|
| 37 |
+
}
|
| 38 |
+
}
|