Pdm / processed_data /UO /split_statistics.json
DavidNguyen's picture
Upload folder using huggingface_hub
bbaa557 verified
{
"per_class_splits": {
"healthy": {
"train": 100,
"val": 1658,
"test": 9954
},
"inner": {
"train": 100,
"val": 1658,
"test": 9954
},
"outer": {
"train": 100,
"val": 1658,
"test": 9954
}
},
"total_windows_per_class": {
"healthy": 11712,
"inner": 11712,
"outer": 11712
},
"class_names": [
"healthy",
"inner",
"outer"
],
"overall_splits": {
"train": {
"total_samples": 300,
"shape": [
300,
2,
2048
],
"label_distribution": {
"healthy": 100,
"inner": 100,
"outer": 100
}
},
"val": {
"total_samples": 4974,
"shape": [
4974,
2,
2048
],
"label_distribution": {
"healthy": 1658,
"inner": 1658,
"outer": 1658
}
},
"test": {
"total_samples": 29862,
"shape": [
29862,
2,
2048
],
"label_distribution": {
"healthy": 9954,
"inner": 9954,
"outer": 9954
}
}
}
}