Update README.md
Browse files
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`.
|