Datasets:
Upload split_stats.json with huggingface_hub
Browse files- split_stats.json +40 -0
split_stats.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source": "parquet",
|
| 3 |
+
"classes": [
|
| 4 |
+
"Danyig",
|
| 5 |
+
"Druma",
|
| 6 |
+
"Gyuyig",
|
| 7 |
+
"Pedri",
|
| 8 |
+
"Tsugdri",
|
| 9 |
+
"Uchen"
|
| 10 |
+
],
|
| 11 |
+
"num_classes": 6,
|
| 12 |
+
"image_counts_per_class": {
|
| 13 |
+
"test": {
|
| 14 |
+
"Danyig": 60,
|
| 15 |
+
"Druma": 60,
|
| 16 |
+
"Gyuyig": 60,
|
| 17 |
+
"Pedri": 60,
|
| 18 |
+
"Tsugdri": 60,
|
| 19 |
+
"Uchen": 60
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"images_per_split": {
|
| 23 |
+
"test": 360
|
| 24 |
+
},
|
| 25 |
+
"images_total": 360,
|
| 26 |
+
"image_counts_total_per_class": {
|
| 27 |
+
"Danyig": 60,
|
| 28 |
+
"Druma": 60,
|
| 29 |
+
"Gyuyig": 60,
|
| 30 |
+
"Pedri": 60,
|
| 31 |
+
"Tsugdri": 60,
|
| 32 |
+
"Uchen": 60
|
| 33 |
+
},
|
| 34 |
+
"parquet_dir": "/Users/karmatashi/Developer/script classification model training/Data/hf_parquet",
|
| 35 |
+
"shard_files": {
|
| 36 |
+
"test": [
|
| 37 |
+
"test-00000-of-00001.parquet"
|
| 38 |
+
]
|
| 39 |
+
}
|
| 40 |
+
}
|