Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,19 +1,28 @@
|
|
1 |
-
|
2 |
-
```yaml
|
3 |
-
language:
|
4 |
-
- english
|
5 |
-
pretty_name: "Sound-of-Water 50"
|
6 |
-
tags:
|
7 |
-
- audio-visual learning
|
8 |
-
- physical property estimation
|
9 |
-
- pouring water
|
10 |
-
license: "MIT"
|
11 |
task_categories:
|
12 |
-
-
|
13 |
-
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
<!-- # <img src="./assets/pouring-water-logo5.png" alt="Logo" width="40"> -->
|
|
|
1 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
+
- audio-classification
|
4 |
+
- text-to-video
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- audio-visual
|
9 |
+
- physical-properties
|
10 |
+
- pitch-estimation
|
11 |
+
pretty_name: Sound-of-Water 50
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
configs:
|
15 |
+
- config_name: default
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: "splits/train.csv"
|
19 |
+
- split: test_I
|
20 |
+
path: "splits/test_I.csv"
|
21 |
+
- split: test_II
|
22 |
+
path: "splits/test_II.csv"
|
23 |
+
- split: test_III
|
24 |
+
path: "splits/test_III.csv"
|
25 |
+
---
|
26 |
|
27 |
|
28 |
<!-- # <img src="./assets/pouring-water-logo5.png" alt="Logo" width="40"> -->
|