yifAI commited on
Commit
92f8869
1 Parent(s): 74be81c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -414,7 +414,7 @@ How to load data:
414
  ```python
415
  from datasets import load_dataset
416
 
417
- ds = load_dataset("math-ai/AutoMathText", "web-0.50-to-1.00") # or any valid config_name, web-0.50-to-1.00 is the default config_name
418
  ```
419
 
420
  ## Features
 
414
  ```python
415
  from datasets import load_dataset
416
 
417
+ ds = load_dataset("math-ai/AutoMathText", "web-0.50-to-1.00") # or any valid config_name
418
  ```
419
 
420
  ## Features