Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
179b939
1 Parent(s): 00da89f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ```python3
136
  datasets.load_dataset("MU-NLPC/calc-aqua_rat")
137
  ```
138
 
139
  If you want the unfiltered version, you can use:
140
 
141
- ```python3
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