Aloukik21 commited on
Commit
031f903
·
verified ·
1 Parent(s): 0cfbe69

Upload audio/DF_Arena_1B_V_1/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. audio/DF_Arena_1B_V_1/config.json +26 -0
audio/DF_Arena_1B_V_1/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["DF-Arena-1B-V0.1"],
3
+ "model_type": "antispoofing",
4
+
5
+ "num_labels": 2,
6
+ "id2label": {
7
+ "1": "bonafide",
8
+ "0": "spoof"
9
+ },
10
+ "label2id": {
11
+ "bonafide": 1,
12
+ "spoof": 0
13
+ },
14
+
15
+ "auto_map": {
16
+ "AutoConfig": "configuration_antispoofing.DF_Arena_1B_Config",
17
+ "AutoModel": "modeling_antispoofing.DF_Arena_1B_Antispoofing",
18
+ "AutoFeatureExtractor": "feature_extraction_antispoofing.AntispoofingFeatureExtractor"
19
+ },
20
+ "custom_pipelines": {
21
+ "antispoofing": {
22
+ "impl": "pipeline_antispoofing.AntispoofingPipeline",
23
+ "pt": ["AutoModel"]
24
+ }
25
+ }
26
+ }