bee-ai / model /config.json
stevafernandes's picture
Upload 31 files
d79e350 verified
Raw
History Blame Contribute Delete
439 Bytes
{
"audio_dim": 768,
"tabular_order": [
"is_usa",
"is_nz",
"month_sin",
"month_cos",
"log_cbpv",
"log_dwv",
"log_kbv"
],
"feature_order": "AST_audio(768) ++ tabular(7)",
"threshold_03": 0.7374803685553885,
"threshold_46": 0.3095585449865471,
"positive_class": "T",
"model": "HistGradientBoosting on AST audio embedding + viral/metadata",
"ast_model": "MIT/ast-finetuned-audioset-10-10-0.4593"
}