Update README.md
Browse files
README.md
CHANGED
|
@@ -110,14 +110,14 @@ You can read more information about this process in our [Calc-X paper](https://a
|
|
| 110 |
The default config contains filtered splits with data leaks removed.
|
| 111 |
You can load it using:
|
| 112 |
|
| 113 |
-
```
|
| 114 |
datasets.load_dataset("MU-NLPC/calc-ape210k")
|
| 115 |
```
|
| 116 |
|
| 117 |
In the `original-splits` config, the data splits are unfiltered and correspond to the original Ape210K dataset. See [ape210k dataset github](https://github.com/Chenny0808/ape210k) and [the paper](https://arxiv.org/abs/2009.11506) for more info.
|
| 118 |
You can load it using:
|
| 119 |
|
| 120 |
-
```
|
| 121 |
datasets.load_dataset("MU-NLPC/calc-ape210k", "original-splits")
|
| 122 |
```
|
| 123 |
|
|
|
|
| 110 |
The default config contains filtered splits with data leaks removed.
|
| 111 |
You can load it using:
|
| 112 |
|
| 113 |
+
```python
|
| 114 |
datasets.load_dataset("MU-NLPC/calc-ape210k")
|
| 115 |
```
|
| 116 |
|
| 117 |
In the `original-splits` config, the data splits are unfiltered and correspond to the original Ape210K dataset. See [ape210k dataset github](https://github.com/Chenny0808/ape210k) and [the paper](https://arxiv.org/abs/2009.11506) for more info.
|
| 118 |
You can load it using:
|
| 119 |
|
| 120 |
+
```python
|
| 121 |
datasets.load_dataset("MU-NLPC/calc-ape210k", "original-splits")
|
| 122 |
```
|
| 123 |
|