Datasets:
Improve dataset card: Add task category, library, tags, and links (#2)
Browse files- Improve dataset card: Add task category, library, tags, and links (308411aae0cccb2aae998d8f8dd565349537cdf3)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,27 +1,34 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- text-to-audio
|
5 |
language:
|
6 |
- en
|
|
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
configs:
|
10 |
- config_name: default
|
11 |
data_files:
|
12 |
- split: train
|
13 |
-
path:
|
14 |
- split: valid
|
15 |
-
path:
|
16 |
- split: test
|
17 |
-
path:
|
18 |
---
|
19 |
|
20 |
# Clotho-Moment
|
21 |
-
This repository provides wav files used in [Language-based
|
22 |
|
23 |
Each sample includes long audio containing some audio events with the temporal and textual annotation.
|
24 |
|
|
|
|
|
25 |
|
26 |
## Split
|
27 |
- Train
|
@@ -61,4 +68,4 @@ for sample in dataset:
|
|
61 |
year={2025},
|
62 |
organization={IEEE}
|
63 |
}
|
64 |
-
```
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
size_categories:
|
6 |
- 10K<n<100K
|
7 |
+
task_categories:
|
8 |
+
- audio-text-to-text
|
9 |
+
tags:
|
10 |
+
- audio-retrieval
|
11 |
+
- multimodal
|
12 |
+
- moment-retrieval
|
13 |
+
library_name: lighthouse
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
+
path: train/*.tar
|
19 |
- split: valid
|
20 |
+
path: valid/*.tar
|
21 |
- split: test
|
22 |
+
path: test/*.tar
|
23 |
---
|
24 |
|
25 |
# Clotho-Moment
|
26 |
+
This repository provides wav files used in [Language-based Audio Moment Retrieval](https://arxiv.org/abs/2409.15672).
|
27 |
|
28 |
Each sample includes long audio containing some audio events with the temporal and textual annotation.
|
29 |
|
30 |
+
Project page: https://h-munakata.github.io/Language-based-Audio-Moment-Retrieval/
|
31 |
+
Code: https://github.com/line/lighthouse
|
32 |
|
33 |
## Split
|
34 |
- Train
|
|
|
68 |
year={2025},
|
69 |
organization={IEEE}
|
70 |
}
|
71 |
+
```
|