dfd-500m-v1 / config.json
trisongz's picture
Duplicate from Speech-Arena-2025/DF_Arena_500M_V_1
115bee4
raw
history blame contribute delete
606 Bytes
{
"architectures": ["DF-Arena-500M-V0.1"],
"model_type": "antispoofing",
"num_labels": 2,
"id2label": {
"1": "bonafide",
"0": "spoof"
},
"label2id": {
"bonafide": 1,
"spoof": 0
},
"auto_map": {
"AutoConfig": "configuration_antispoofing.DF_Arena_500M_Config",
"AutoModel": "modeling_antispoofing.DF_Arena_500M_Antispoofing",
"AutoFeatureExtractor": "feature_extraction_antispoofing.AntispoofingFeatureExtractor"
},
"custom_pipelines": {
"antispoofing": {
"impl": "pipeline_antispoofing.AntispoofingPipeline",
"pt": ["AutoModel"]
}
}
}