Update README.md
Browse files
README.md
CHANGED
|
@@ -102,7 +102,7 @@ dataset_info:
|
|
| 102 |
dataset_size: 31205416
|
| 103 |
---
|
| 104 |
|
| 105 |
-
# Dataset Card for
|
| 106 |
|
| 107 |
|
| 108 |
## Summary
|
|
@@ -137,13 +137,13 @@ You can read more information about this process in our [Calc-X paper](https://a
|
|
| 137 |
|
| 138 |
In our default configuration, test and validation splits are removed and we recommend using MathQA for training only. You can load it using:
|
| 139 |
|
| 140 |
-
```
|
| 141 |
datasets.load_dataset("MU-NLPC/calc-math_qa")
|
| 142 |
```
|
| 143 |
|
| 144 |
If you want to use the original dataset splits, you can load it using:
|
| 145 |
|
| 146 |
-
```
|
| 147 |
datasets.load_dataset("MU-NLPC/calc-math_qa", "original-splits")
|
| 148 |
```
|
| 149 |
|
|
|
|
| 102 |
dataset_size: 31205416
|
| 103 |
---
|
| 104 |
|
| 105 |
+
# Dataset Card for Calc-math_qa
|
| 106 |
|
| 107 |
|
| 108 |
## Summary
|
|
|
|
| 137 |
|
| 138 |
In our default configuration, test and validation splits are removed and we recommend using MathQA for training only. You can load it using:
|
| 139 |
|
| 140 |
+
```python
|
| 141 |
datasets.load_dataset("MU-NLPC/calc-math_qa")
|
| 142 |
```
|
| 143 |
|
| 144 |
If you want to use the original dataset splits, you can load it using:
|
| 145 |
|
| 146 |
+
```python
|
| 147 |
datasets.load_dataset("MU-NLPC/calc-math_qa", "original-splits")
|
| 148 |
```
|
| 149 |
|