yuvalkirstainmeta
commited on
Commit
•
9cdfe7c
1
Parent(s):
c94cbbf
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ dataset = load_dataset("meta-ai-for-media-research/movie_gen_video_bench", split
|
|
62 |
print(dataset[0])
|
63 |
|
64 |
# to download the prompts and movie gen generations
|
65 |
-
dataset = load_dataset("meta-ai-for-media-research/movie_gen_video_bench", split="
|
66 |
print(dataset[0])
|
67 |
|
68 |
# to display a video and a prompt on jupyter notebook
|
|
|
62 |
print(dataset[0])
|
63 |
|
64 |
# to download the prompts and movie gen generations
|
65 |
+
dataset = load_dataset("meta-ai-for-media-research/movie_gen_video_bench", split="test_with_generations")
|
66 |
print(dataset[0])
|
67 |
|
68 |
# to display a video and a prompt on jupyter notebook
|