sungfengh commited on
Commit
d900d58
·
verified ·
1 Parent(s): 19f50c7

Add dataset README documentation

Browse files
Files changed (1) hide show
  1. README.md +21 -6
README.md CHANGED
@@ -2,22 +2,37 @@
2
  license: apache-2.0
3
  task_categories:
4
  - audio-classification
5
- - other
6
  language:
7
  - en
8
  tags:
9
  - audio
10
  - speech
11
  - deepfake-detection
12
- - audio-authentication
13
- - speech-synthesis
14
- - temporal-localization
15
  size_categories:
16
- - 100K<n<1M
17
  pretty_name: "SINE: Speech INfilling Edit Dataset"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  configs:
19
  - config_name: default
20
- data_files: "data/*.tar.gz"
 
 
21
  ---
22
 
23
  # SINE Dataset
 
2
  license: apache-2.0
3
  task_categories:
4
  - audio-classification
 
5
  language:
6
  - en
7
  tags:
8
  - audio
9
  - speech
10
  - deepfake-detection
 
 
 
11
  size_categories:
12
+ - 10K<n<100K
13
  pretty_name: "SINE: Speech INfilling Edit Dataset"
14
+ dataset_info:
15
+ features:
16
+ - name: audio
17
+ dtype: audio
18
+ - name: filename
19
+ dtype: string
20
+ - name: category
21
+ dtype: string
22
+ - name: timestamp
23
+ dtype: string
24
+ - name: label
25
+ dtype: class_label
26
+ names:
27
+ '0': manipulated
28
+ '1': authentic
29
+ - name: manipulation_type
30
+ dtype: string
31
  configs:
32
  - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: "preview/metadata.csv"
36
  ---
37
 
38
  # SINE Dataset