Datasets:
Sample (20 rows per task): metadata.parquet, audio/, README, LICENSE (CC BY-NC-SA 4.0)
Browse files- LICENSE +21 -0
- README.md +6 -1
- metadata.parquet +3 -0
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
|
| 2 |
+
|
| 3 |
+
This work is licensed under the Creative Commons Attribution-NonCommercial-
|
| 4 |
+
ShareAlike 4.0 International License.
|
| 5 |
+
|
| 6 |
+
To view a copy of this license, visit:
|
| 7 |
+
https://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 8 |
+
|
| 9 |
+
Summary (not a substitute for the license):
|
| 10 |
+
https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en
|
| 11 |
+
|
| 12 |
+
You are free to:
|
| 13 |
+
Share — copy and redistribute the material in any medium or format
|
| 14 |
+
Adapt — remix, transform, and build upon the material
|
| 15 |
+
|
| 16 |
+
Under the following terms:
|
| 17 |
+
Attribution — You must give appropriate credit, provide a link to the license,
|
| 18 |
+
and indicate if changes were made.
|
| 19 |
+
NonCommercial — You may not use the material for commercial purposes.
|
| 20 |
+
ShareAlike — If you remix, transform, or build upon the material, you must
|
| 21 |
+
distribute your contributions under the same license as the original.
|
README.md
CHANGED
|
@@ -10,5 +10,10 @@ configs:
|
|
| 10 |
|
| 11 |
Audio files live under `audio/`. Metadata is in `metadata.parquet` with a
|
| 12 |
`file_name` column (repo-relative paths) so the Hugging Face Dataset Viewer can
|
| 13 |
-
play clips
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
`dataset["train"].filter(lambda x: x["task"] == "crow-description")`.
|
|
|
|
| 10 |
|
| 11 |
Audio files live under `audio/`. Metadata is in `metadata.parquet` with a
|
| 12 |
`file_name` column (repo-relative paths) so the Hugging Face Dataset Viewer can
|
| 13 |
+
play clips—**only** `file_name` uses that convention; tier 4 rows instead use
|
| 14 |
+
`context_audio_paths` (list) and `query_audio_path` so the viewer is not confused
|
| 15 |
+
by several `*_file_name`-like columns. Column `task` is the benchmark task id
|
| 16 |
+
(same strings as the old `subset` column in other layouts). Column `tier` is an
|
| 17 |
+
integer in ``{1,2,3,4}`` (legacy Parquet may still use directory strings; loaders
|
| 18 |
+
normalize both). Example:
|
| 19 |
`dataset["train"].filter(lambda x: x["task"] == "crow-description")`.
|
metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ce690ae759fd441c24ff554aafa5719ba11d73ad5b71eecace3f7e6de5f4886
|
| 3 |
+
size 84776
|