mueller91 commited on
Commit
dab473b
·
verified ·
1 Parent(s): b1d497b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -35,6 +35,18 @@ Welcome to MLAAD: The Multi-Language Audio Anti-Spoofing Dataset -- a dataset to
35
  [the paper](https://arxiv.org/pdf/2401.09512.pdf) for more information.
36
 
37
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ### Structure
39
  The dataset is based on the [M-AILABS](https://github.com/imdatceleste/m-ailabs-dataset) dataset.
40
  MLAAD is structured as follows:
@@ -64,18 +76,6 @@ path|original_file|language|is_original_language|duration|training_data|model_na
64
  ```
65
 
66
 
67
-
68
- ### Download the dataset
69
-
70
- ```
71
- # if needed, install git-lfs
72
- sudo apt-get install git-lfs
73
- git lfs install
74
- # clone the repository
75
- git clone https://huggingface.co/datasets/mueller91/MLAAD
76
- ```
77
-
78
-
79
  ### Proposed Usage
80
  We suggest to use MLAAD either as new out-of-domain test data for existing anti-spoofing models, or as additional training resource.
81
  We urge to complement the fake audios in MLAAD with the corresponding authentic ones from M-AILABS, in order to obtain a balanced dataset.
 
35
  [the paper](https://arxiv.org/pdf/2401.09512.pdf) for more information.
36
 
37
 
38
+
39
+ ### Download the dataset
40
+
41
+ ```
42
+ # if needed, install git-lfs
43
+ sudo apt-get install git-lfs
44
+ git lfs install
45
+ # clone the repository
46
+ git clone https://huggingface.co/datasets/mueller91/MLAAD
47
+ ```
48
+
49
+
50
  ### Structure
51
  The dataset is based on the [M-AILABS](https://github.com/imdatceleste/m-ailabs-dataset) dataset.
52
  MLAAD is structured as follows:
 
76
  ```
77
 
78
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### Proposed Usage
80
  We suggest to use MLAAD either as new out-of-domain test data for existing anti-spoofing models, or as additional training resource.
81
  We urge to complement the fake audios in MLAAD with the corresponding authentic ones from M-AILABS, in order to obtain a balanced dataset.