Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
ae33ea1
1 Parent(s): 7f5edf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ```python3
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
- ```python3
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