Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Load with Hugging Face `datasets`:
|
|
51 |
```python
|
52 |
from datasets import load_dataset
|
53 |
|
54 |
-
dataset = load_dataset("PingVortex/
|
55 |
```
|
56 |
|
57 |
## Features
|
@@ -80,6 +80,6 @@ If you use this dataset in your research, please credit:
|
|
80 |
title = {Easy Math Dataset},
|
81 |
year = {2025},
|
82 |
publisher = {Hugging Face},
|
83 |
-
howpublished = {\url{https://huggingface.co/datasets/PingVortex/
|
84 |
}
|
85 |
```
|
|
|
51 |
```python
|
52 |
from datasets import load_dataset
|
53 |
|
54 |
+
dataset = load_dataset("PingVortex/beginner-math-dataset")
|
55 |
```
|
56 |
|
57 |
## Features
|
|
|
80 |
title = {Easy Math Dataset},
|
81 |
year = {2025},
|
82 |
publisher = {Hugging Face},
|
83 |
+
howpublished = {\url{https://huggingface.co/datasets/PingVortex/beginner-math-dataset}}
|
84 |
}
|
85 |
```
|