Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
configs:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# MRSAudio: A Large-Scale Multimodal Recorded Spatial Audio Dataset with Refined Annotations
|
|
@@ -47,4 +51,4 @@ Together, these four subsets support a broad spectrum of spatial audio research
|
|
| 47 |
├── MRSSing
|
| 48 |
├── MRSSpeech
|
| 49 |
└── README.md
|
| 50 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
+
- train
|
| 4 |
+
- test
|
| 5 |
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: train.csv
|
| 10 |
+
- split: test
|
| 11 |
+
path: test.csv
|
| 12 |
+
default: true
|
| 13 |
+
license: cc-by-4.0
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
- zh
|
| 17 |
---
|
| 18 |
|
| 19 |
# MRSAudio: A Large-Scale Multimodal Recorded Spatial Audio Dataset with Refined Annotations
|
|
|
|
| 51 |
├── MRSSing
|
| 52 |
├── MRSSpeech
|
| 53 |
└── README.md
|
| 54 |
+
```
|