Update README.md
Browse files
README.md
CHANGED
@@ -132,13 +132,13 @@ A full description of the extraction process can be found in the [corresponding
|
|
132 |
|
133 |
The dataset with the near-duplicates removed can be loaded in the default config using:
|
134 |
|
135 |
-
```
|
136 |
datasets.load_dataset("MU-NLPC/calc-aqua_rat")
|
137 |
```
|
138 |
|
139 |
If you want the unfiltered version, you can use:
|
140 |
|
141 |
-
```
|
142 |
datasets.load_dataset("MU-NLPC/calc-aqua_rat", "original-splits")
|
143 |
```
|
144 |
|
|
|
132 |
|
133 |
The dataset with the near-duplicates removed can be loaded in the default config using:
|
134 |
|
135 |
+
```python
|
136 |
datasets.load_dataset("MU-NLPC/calc-aqua_rat")
|
137 |
```
|
138 |
|
139 |
If you want the unfiltered version, you can use:
|
140 |
|
141 |
+
```python
|
142 |
datasets.load_dataset("MU-NLPC/calc-aqua_rat", "original-splits")
|
143 |
```
|
144 |
|