busy-module-xgboost / feature_ranges.json
EurekaPotato's picture
Upload folder using huggingface_hub
634310a verified
{
"voice_ranges": {
"v1_snr": [
-10,
40
],
"v2_noise_traffic": [
0,
1
],
"v2_noise_office": [
0,
1
],
"v2_noise_crowd": [
0,
1
],
"v2_noise_wind": [
0,
1
],
"v2_noise_clean": [
0,
1
],
"v3_speech_rate": [
0,
5
],
"v4_pitch_mean": [
75,
400
],
"v5_pitch_std": [
0,
100
],
"v6_energy_mean": [
0,
0.5
],
"v7_energy_std": [
0,
0.2
],
"v8_pause_ratio": [
0,
1
],
"v9_avg_pause_dur": [
0,
3
],
"v10_mid_pause_cnt": [
0,
20
],
"v11_emotion_stress": [
0,
1
],
"v12_emotion_energy": [
0,
1
],
"v13_emotion_valence": [
0,
1
]
},
"text_ranges": {
"t1_explicit_busy": [
0,
1
],
"t2_avg_resp_len": [
0,
30
],
"t3_short_ratio": [
0,
1
],
"t4_cognitive_load": [
0,
0.3
],
"t5_time_pressure": [
0,
0.2
],
"t6_deflection": [
0,
0.2
],
"t7_sentiment": [
-1,
1
],
"t8_coherence": [
0,
1
],
"t9_latency": [
0,
10
]
},
"voice_feature_order": [
"v1_snr",
"v2_noise_traffic",
"v2_noise_office",
"v2_noise_crowd",
"v2_noise_wind",
"v2_noise_clean",
"v3_speech_rate",
"v4_pitch_mean",
"v5_pitch_std",
"v6_energy_mean",
"v7_energy_std",
"v8_pause_ratio",
"v9_avg_pause_dur",
"v10_mid_pause_cnt",
"v11_emotion_stress",
"v12_emotion_energy",
"v13_emotion_valence"
],
"text_feature_order": [
"t1_explicit_busy",
"t2_avg_resp_len",
"t3_short_ratio",
"t4_cognitive_load",
"t5_time_pressure",
"t6_deflection",
"t7_sentiment",
"t8_coherence",
"t9_latency"
]
}