busy-module-xgboost / config.json
EurekaPotato's picture
Upload folder using huggingface_hub
634310a verified
raw
history blame contribute delete
536 Bytes
{
"model_type": "xgboost-busy-detector",
"version": "1.0.0",
"input_features": 26,
"voice_features": 17,
"text_features": 9,
"output_classes": [
"available",
"busy"
],
"thresholds": {
"continue": 0.3,
"check_in": 0.7,
"exit": 0.7
},
"scoring": {
"ml_model_factor": 0.5,
"explicit_busy_weight": 6.0,
"explicit_free_weight": -4.0,
"traffic_noise_weight": 3.0,
"emotion_stress_weight": 2.5
}
}