Datasets:
Tasks:
Audio Classification
Languages:
English
Size:
100K<n<1M
ArXiv:
Tags:
voice-anti-spoofing
License:
Commit
•
9e3c700
1
Parent(s):
b2d92b1
Fix task tags (#1)
Browse files- Fix task tags (f693a909f865f4bcd5a2f7eccaaff24a7fe193bd)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- other
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- other
|
|
|
|
|
8 |
license:
|
9 |
- odc-by
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: asvspoof2019
|
13 |
size_categories:
|
14 |
- 100K<n<1M
|
15 |
source_datasets:
|
16 |
- extended|vctk
|
17 |
-
tags: []
|
18 |
task_categories:
|
19 |
- audio-classification
|
20 |
-
task_ids:
|
|
|
|
|
21 |
- voice-anti-spoofing
|
22 |
---
|
23 |
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- other
|
|
|
|
|
4 |
language_creators:
|
5 |
- other
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- odc-by
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 100K<n<1M
|
14 |
source_datasets:
|
15 |
- extended|vctk
|
|
|
16 |
task_categories:
|
17 |
- audio-classification
|
18 |
+
task_ids: []
|
19 |
+
pretty_name: asvspoof2019
|
20 |
+
tags:
|
21 |
- voice-anti-spoofing
|
22 |
---
|
23 |
|