Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,7 +69,9 @@ configs:
|
|
| 69 |
- split: test
|
| 70 |
path: original-splits/test-*
|
| 71 |
---
|
| 72 |
-
|
|
|
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
## Summary
|
|
@@ -100,13 +102,13 @@ However, in case of gsm8k, we found no data leaks and removed no examples from t
|
|
| 100 |
|
| 101 |
For convenience, we created a validation set by sampling 200 random examples from the original train split. This is the default variant:
|
| 102 |
|
| 103 |
-
```
|
| 104 |
datasets.load_dataset("MU-NLPC/Calc-gsm8k")
|
| 105 |
```
|
| 106 |
|
| 107 |
The original data splits can be loaded using:
|
| 108 |
|
| 109 |
-
```
|
| 110 |
datasets.load_dataset("MU-NLPC/Calc-gsm8k", "original-splits")
|
| 111 |
```
|
| 112 |
|
|
|
|
| 69 |
- split: test
|
| 70 |
path: original-splits/test-*
|
| 71 |
---
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
# Dataset Card for Calc-gsm8k
|
| 75 |
|
| 76 |
|
| 77 |
## Summary
|
|
|
|
| 102 |
|
| 103 |
For convenience, we created a validation set by sampling 200 random examples from the original train split. This is the default variant:
|
| 104 |
|
| 105 |
+
```python
|
| 106 |
datasets.load_dataset("MU-NLPC/Calc-gsm8k")
|
| 107 |
```
|
| 108 |
|
| 109 |
The original data splits can be loaded using:
|
| 110 |
|
| 111 |
+
```python
|
| 112 |
datasets.load_dataset("MU-NLPC/Calc-gsm8k", "original-splits")
|
| 113 |
```
|
| 114 |
|