Datasets:
Add dataset metadata
Browse files- dataset_info.json +29 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_samples": 1096,
|
| 3 |
+
"dataset_name": "IntraOral_Gingivitis_Image_Captioning",
|
| 4 |
+
"created_at": "2025-06-25T11:42:40.377993",
|
| 5 |
+
"image_columns": [
|
| 6 |
+
"Image"
|
| 7 |
+
],
|
| 8 |
+
"audio_columns": [],
|
| 9 |
+
"subsets": [],
|
| 10 |
+
"splits": {
|
| 11 |
+
"default": {
|
| 12 |
+
"train": {
|
| 13 |
+
"num_samples": 732,
|
| 14 |
+
"num_shards": 37,
|
| 15 |
+
"shard_length": 20
|
| 16 |
+
},
|
| 17 |
+
"test": {
|
| 18 |
+
"num_samples": 182,
|
| 19 |
+
"num_shards": 10,
|
| 20 |
+
"shard_length": 20
|
| 21 |
+
},
|
| 22 |
+
"validation": {
|
| 23 |
+
"num_samples": 182,
|
| 24 |
+
"num_shards": 10,
|
| 25 |
+
"shard_length": 20
|
| 26 |
+
}
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
}
|