update links
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
|
@@ -15,7 +16,9 @@ This data card describes the generated audio-video outputs stored directly in th
|
|
| 15 |
|
| 16 |
The collection is intended for **benchmarking and qualitative/quantitative evaluation** of text-to-audio-video (T2AV) systems. It is not a training dataset. Each item is a model-generated video produced from a prompt defined in `prompts/*.json`.
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
|
| 20 |
For Hugging Face Hub compatibility, the repository includes a root-level `metadata.parquet` file so the Dataset Viewer can expose each video as a structured row with prompt metadata instead of treating the repo as an unindexed file dump.
|
| 21 |
The relative video path is stored as a plain string column (`video_path`) rather than a media-typed `file_name` column, which avoids current Dataset Viewer post-processing failures on video rows.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
homepage: https://microsoft.github.io/AVGen-Bench/
|
| 4 |
configs:
|
| 5 |
- config_name: default
|
| 6 |
data_files:
|
|
|
|
| 16 |
|
| 17 |
The collection is intended for **benchmarking and qualitative/quantitative evaluation** of text-to-audio-video (T2AV) systems. It is not a training dataset. Each item is a model-generated video produced from a prompt defined in `prompts/*.json`.
|
| 18 |
|
| 19 |
+
[](http://aka.ms/avgenbench)
|
| 20 |
+
[](https://github.com/microsoft/AVGen-Bench)
|
| 21 |
+
|
| 22 |
|
| 23 |
For Hugging Face Hub compatibility, the repository includes a root-level `metadata.parquet` file so the Dataset Viewer can expose each video as a structured row with prompt metadata instead of treating the repo as an unindexed file dump.
|
| 24 |
The relative video path is stored as a plain string column (`video_path`) rather than a media-typed `file_name` column, which avoids current Dataset Viewer post-processing failures on video rows.
|