Datasets:

Modalities:
Video
ArXiv:
Libraries:
Datasets
License:
keishihara commited on
Commit
d1f9d48
·
verified ·
1 Parent(s): 409f152

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -126,7 +126,7 @@ The following code snippet demonstrates how to load the `ACT-Bench` dataset.
126
  ```python
127
  from datasets import load_dataset
128
 
129
- benchmark_dataset = load_dataset("turing-motors/ACT-Bench", split="train")
130
  ```
131
 
132
  See [here](https://github.com/turingmotors/ACT-Bench/) for the instructions on how to evaluate driving world models using `ACT-Bench`.
 
126
  ```python
127
  from datasets import load_dataset
128
 
129
+ benchmark_dataset = load_dataset("turing-motors/ACT-Bench", data_files="act_bench.jsonl", split="train")
130
  ```
131
 
132
  See [here](https://github.com/turingmotors/ACT-Bench/) for the instructions on how to evaluate driving world models using `ACT-Bench`.