Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,11 @@ language:
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
This is a dataset intended for audio captioning/generation. It is formatted using spectograms. It is based off the Clotho dataset, with many other sizes coming soon. We used this dataset to train the embedding model, along with some other songs.
|
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 1K<n<10K
|
9 |
+
configs:
|
10 |
+
- config_name: default
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path: "dataset.csv"
|
14 |
+
|
15 |
---
|
16 |
This is a dataset intended for audio captioning/generation. It is formatted using spectograms. It is based off the Clotho dataset, with many other sizes coming soon. We used this dataset to train the embedding model, along with some other songs.
|