yuvalkirstainmeta commited on
Commit
42b45cb
1 Parent(s): 1374d00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ We are releasing two versions of the benchmark:
58
  from datasets import load_dataset
59
 
60
  # to download only the prompts
61
- dataset = load_dataset("meta-ai-for-media-research/movie_gen_video_bench", split="test", streaming=True)
62
  for example in dataset:
63
  print(example)
64
  break
 
58
  from datasets import load_dataset
59
 
60
  # to download only the prompts
61
+ dataset = load_dataset("meta-ai-for-media-research/movie_gen_video_bench_no_generations")["test"]
62
  for example in dataset:
63
  print(example)
64
  break