Update README.md
Browse files
README.md
CHANGED
|
@@ -29,10 +29,10 @@ Generated using `ntptutorial`'s `ntp-training-data` with the following config:
|
|
| 29 |
### Example usage:
|
| 30 |
|
| 31 |
```bash
|
| 32 |
-
ds = datasets.load_dataset('
|
| 33 |
|
| 34 |
print(len(ds['train']))
|
| 35 |
-
# ==>
|
| 36 |
```
|
| 37 |
|
| 38 |
### Format:
|
|
|
|
| 29 |
### Example usage:
|
| 30 |
|
| 31 |
```bash
|
| 32 |
+
ds = datasets.load_dataset('l3lab/ntp-mathlib')
|
| 33 |
|
| 34 |
print(len(ds['train']))
|
| 35 |
+
# ==> 307049
|
| 36 |
```
|
| 37 |
|
| 38 |
### Format:
|