Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -367,12 +367,12 @@ This benchmark encompasses seven disciplines: Mathematics, Physics, Chemistry, B
|
|
| 367 |
|
| 368 |
# An Example to load the data
|
| 369 |
|
| 370 |
-
```
|
| 371 |
from datasets import load_dataset
|
| 372 |
dataset=load_dataset("GAIR/OlympicArena", "Math", split="val")
|
| 373 |
print(dataset[0])
|
| 374 |
```
|
| 375 |
|
| 376 |
-
|
| 377 |
|
| 378 |
|
|
|
|
| 367 |
|
| 368 |
# An Example to load the data
|
| 369 |
|
| 370 |
+
```python
|
| 371 |
from datasets import load_dataset
|
| 372 |
dataset=load_dataset("GAIR/OlympicArena", "Math", split="val")
|
| 373 |
print(dataset[0])
|
| 374 |
```
|
| 375 |
|
| 376 |
+
More details on loading and using the data are at our [github page](https://github.com/GAIR-NLP/OlympicArena).
|
| 377 |
|
| 378 |
|