multi_species_detector / multitask_config.json
aibatchelor22's picture
Upload folder using huggingface_hub
d2587b9 verified
Raw
History Blame Contribute Delete
705 Bytes
{
"base_model": "davethaler/whale-call-detector",
"ecotype_id2label": {
"0": "NRKW",
"1": "SRKW",
"2": "OKW",
"3": "SAR",
"4": "TKW"
},
"ecotype_label2id": {
"NRKW": 0,
"OKW": 2,
"SAR": 3,
"SRKW": 1,
"TKW": 4
},
"ignore_index": -100,
"kw_id2label": {
"0": "not_kw",
"1": "kw"
},
"kw_label2id": {
"kw": 1,
"not_kw": 0
},
"loss_weights": {
"ecotype": 1.0,
"kw": 1.0,
"species": 1.0
},
"model_type": "podsai_dclde_multitask_ast",
"species_id2label": {
"0": "background",
"1": "KW",
"2": "HW",
"3": "AB"
},
"species_label2id": {
"AB": 3,
"HW": 2,
"KW": 1,
"background": 0
}
}