01Yassine commited on
Commit
2fac26b
·
verified ·
1 Parent(s): 4f7f2e8

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +62 -0
config.yaml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ exp_name: FakeMusicCaps_mert_AASIST_NoAug_seed2
2
+ output_dir: ./outputs/FakeMusicCaps/
3
+ seed: 2
4
+ data:
5
+ target_sr: 24000
6
+ label_map:
7
+ bonafide: 1
8
+ spoof: 0
9
+ train:
10
+ dataset_type: StandardDataset
11
+ parquet_files:
12
+ - /netscratch/yelkheir/DeepFense/DeepFense/deepfense/config/parquets/FakeMusicCaps/fakemusiccaps_train.parquet
13
+ dataset_names:
14
+ - FakeMusicCaps_Train
15
+ batch_size: 16
16
+ shuffle: true
17
+ num_workers: 4
18
+ base_transform:
19
+ - type: pad
20
+ max_len: 96000
21
+ random_pad: true
22
+ pad_type: repeat
23
+ augment_transform: []
24
+ val:
25
+ dataset_type: StandardDataset
26
+ parquet_files:
27
+ - /netscratch/yelkheir/DeepFense/DeepFense/deepfense/config/parquets/FakeMusicCaps/fakemusiccaps_dev.parquet
28
+ dataset_names:
29
+ - FakeMusicCaps_Dev
30
+ batch_size: 16
31
+ shuffle: false
32
+ num_workers: 4
33
+ base_transform:
34
+ - type: pad
35
+ max_len: 96000
36
+ pad_type: repeat
37
+ model:
38
+ type: StandardDetector
39
+ frontend:
40
+ type: mert
41
+ args:
42
+ source: huggingface
43
+ backend:
44
+ type: AASIST
45
+ loss:
46
+ - type: CrossEntropy
47
+ embedding_dim: 160
48
+ n_classes: 2
49
+ weight: 1.0
50
+ training:
51
+ trainer: StandardTrainer
52
+ epochs: 100
53
+ early_stopping_patience: 7
54
+ optimizer:
55
+ type: adam
56
+ lr: 1.0e-06
57
+ metrics:
58
+ ACC: {}
59
+ EER: {}
60
+ eval_every_epochs: 1
61
+ device: cuda
62
+ output_dir: ./outputs/FakeMusicCaps/FakeMusicCaps_mert_AASIST_NoAug_seed2_20260122_083841