lhoestq HF staff commited on
Commit
224dcaa
1 Parent(s): e9ee83a

Configure the Dataset Viewer

Browse files

...by specifying which file to show.

I defined one configuration for VidProM_unique (but it's also possible to add one for VidProM_semantic_unique as well).
We're also exploring adding support for videos in the Dataset Viewer, so that people can explore the generated videos from this dataset directly from the dataset page :)

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -24,8 +24,9 @@ tags:
24
  - Efficient Video Generation
25
  - Fake Video Detection
26
  - Video Copy Detection for Diffusion Models
27
-
28
- viewer: false
 
29
  ---
30
 
31
 
 
24
  - Efficient Video Generation
25
  - Fake Video Detection
26
  - Video Copy Detection for Diffusion Models
27
+ configs:
28
+ - config_name: VidProM_unique
29
+ data_files: VidProM_unique.csv
30
  ---
31
 
32