PingVortex commited on
Commit
cdd1e71
·
verified ·
1 Parent(s): 53fa731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/begginer-math-dataset")
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/begginer-math-dataset}}
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
  ```