WenhaoWang commited on
Commit
53b1cda
1 Parent(s): a1afccc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -72,9 +72,16 @@ wget https://huggingface.co/datasets/WenhaoWang/VidProM/resolve/main/VidProM_uni
72
 
73
  # Explanation
74
 
75
- ```
76
- VidProM_unique.csv
77
- ```
 
 
 
 
 
 
 
78
 
79
  # Datapoint
80
 
@@ -90,4 +97,6 @@ Please check our paper for a detailed comparison.
90
 
91
  # Citation
92
 
 
93
 
 
 
72
 
73
  # Explanation
74
 
75
+ ``VidProM_unique.csv`` contains the UUID, prompt, time, and 6 NSFW probabilities.
76
+
77
+ ``VidProM_semantic_unique.csv`` is a semantically unique version of ``VidProM_unique.csv``.
78
+
79
+ ``VidProM_embed.hdf5`` is the 3072-dim embeddings of each prompt. They are embedded by text-embedding-3-large, which is the latest text embedding model of OpenAI.
80
+
81
+ ``original_files`` are the HTML files collected by DiscordChatExporter.
82
+
83
+ ``pika_videos``, ``vc2_videos``, ``t2vz_videos``, and ``ms_videos`` are the generated videos by 4 state-of-the-art text-to-video diffusion models. Each contains 30 tar files.
84
+
85
 
86
  # Datapoint
87
 
 
97
 
98
  # Citation
99
 
100
+ # Contact
101
 
102
+ If you have any questions, feel free to contact Wenhao Wang (wangwenhao0716@gmail.com).