lzzzzy commited on
Commit
04df88e
·
1 Parent(s): 4f421f0

update links

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- Code repository: https://github.com/microsoft/AVGen-Bench
 
 
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
+ [![Project Page](https://img.shields.io/badge/Project%20Page-AVGenBench-8dbb3c?style=for-the-badge&labelColor=4c4c4c)](http://aka.ms/avgenbench)
20
+ [![Code Repository](https://img.shields.io/badge/Code%20Repository-GitHub-24292f?style=for-the-badge&logo=github&logoColor=white)](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.