desu
Browse files
README.md
CHANGED
@@ -26,8 +26,8 @@ This is the original archive containing both videos and their prompts, and some
|
|
26 |
The filenames in the `short_prompts` directory are the full prompts used for each video generation request. The filenames in the `long_prompts` directory are shortened versions of the long prompts (above 256 chars), and their full versions are found in `full_long_prompts.txt`.
|
27 |
|
28 |
**videos_only.zip** & **videos_only.7z**
|
29 |
-
These identical archives (in different compression formats) contain only the original videos, with names such as `
|
30 |
-
The `
|
31 |
You may easily view both those files in a text editor, and they are easy to import and process in various programming languages.
|
32 |
|
33 |
|
|
|
26 |
The filenames in the `short_prompts` directory are the full prompts used for each video generation request. The filenames in the `long_prompts` directory are shortened versions of the long prompts (above 256 chars), and their full versions are found in `full_long_prompts.txt`.
|
27 |
|
28 |
**videos_only.zip** & **videos_only.7z**
|
29 |
+
These identical archives (in different compression formats) contain only the original videos, with names such as `vid_24.mp4`.
|
30 |
+
The `vid_24` part is the video ID, and the prompt used for a specific video ID is listed in the separate CSV and JSONL files (video_id, prompt).
|
31 |
You may easily view both those files in a text editor, and they are easy to import and process in various programming languages.
|
32 |
|
33 |
|