File size: 3,510 Bytes
8afbf6c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | {
"dataset_name": "combined_sesame_tts_synthetic",
"dataset_size": 759,
"description": "Combined fine-tuned Sesame CSM 1B synthetic speech dataset with LoRA adapters for pathological speech from 8 speakers",
"speakers": {
"MC01": {
"name": "TORGO Healthy Male",
"corpus": "TORGO",
"condition": "Healthy",
"gender": "Male",
"samples": 97,
"adapter_path": "resproj007/torgo_healthy_male_sesame_1b_MC01"
},
"FC02": {
"name": "TORGO Healthy Female",
"corpus": "TORGO",
"condition": "Healthy",
"gender": "Female",
"samples": 98,
"adapter_path": "resproj007/torgo_healthy_female_sesame_1b_FC02"
},
"F02": {
"name": "UA-Speech Female",
"corpus": "UA-Speech",
"condition": "Dysarthric",
"gender": "Female",
"samples": 182,
"adapter_path": "resproj007/uaspeech_female_sesame_1b_F02"
},
"M04": {
"name": "UA-Speech Male",
"corpus": "UA-Speech",
"condition": "Dysarthric",
"gender": "Male",
"samples": 184,
"adapter_path": "resproj007/uaspeech_male_sesame_1b_M04"
},
"4014": {
"name": "LibriSpeech Male",
"corpus": "LibriSpeech",
"condition": "Healthy",
"gender": "Male",
"samples": 30,
"adapter_path": "resproj007/librispeech_male_sesame_1b_4014"
},
"M02": {
"name": "TORGO Dysarthric Male",
"corpus": "TORGO",
"condition": "Dysarthric",
"gender": "Male",
"samples": 69,
"adapter_path": "resproj007/torgo_dysarthric_male_sesame_1b_M02"
},
"F04": {
"name": "TORGO Dysarthric Female",
"corpus": "TORGO",
"condition": "Dysarthric",
"gender": "Female",
"samples": 69,
"adapter_path": "resproj007/torgo_dysarthric_female_sesame_1b_F04"
},
"211": {
"name": "LibriSpeech Female",
"corpus": "LibriSpeech",
"condition": "Healthy",
"gender": "Female",
"samples": 30,
"adapter_path": "resproj007/librispeech_female_sesame_1b_211"
}
},
"corpora": [
"TORGO",
"UA-Speech",
"LibriSpeech"
],
"conditions": [
"Dysarthric",
"Healthy"
],
"model_info": {
"base_model": "unsloth/csm-1b",
"model_type": "sesame_csm_1b_adapter",
"fine_tuning_method": "lora_adapter",
"architecture": "sesame_csm_1b",
"training_corpora": [
"TORGO",
"UA-Speech",
"LibriSpeech"
]
},
"audio_info": {
"sampling_rate": 24000,
"format": "wav",
"dtype": "float32",
"channels": 1
},
"features": {
"audio": {
"feature_type": "Audio",
"sampling_rate": 24000
},
"text": "string",
"speaker_id": "string",
"corpus": "string",
"condition": "string",
"model_name": "string",
"model_type": "string",
"base_model": "string",
"adapter_path": "string",
"duration": "float64",
"sample_rate": "int64",
"sample_index": "int64",
"audio_file": "string",
"generated_at": "string"
},
"statistics": {
"total_test_samples": 800,
"successfully_generated": 759,
"skipped_samples": 41,
"overall_success_rate": "94.9%",
"total_speakers": 8,
"total_duration_hours": 0.8077777777777778,
"avg_duration_per_sample": 3.831357048748353
},
"generation_info": {
"generated_date": "2025-09-14T15:08:08.091968",
"converter": "SesameTTSParquetConverter",
"version": "1.0",
"source_directory": "sesame_synthetic_data"
}
} |