dfd-1b-v1 / config.json
trisongz's picture
Duplicate from Speech-Arena-2025/DF_Arena_1B_V_1
63dd064
raw
history blame contribute delete
600 Bytes
{
"architectures": ["DF-Arena-1B-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_1B_Config",
"AutoModel": "modeling_antispoofing.DF_Arena_1B_Antispoofing",
"AutoFeatureExtractor": "feature_extraction_antispoofing.AntispoofingFeatureExtractor"
},
"custom_pipelines": {
"antispoofing": {
"impl": "pipeline_antispoofing.AntispoofingPipeline",
"pt": ["AutoModel"]
}
}
}