alexandonian commited on
Commit
eb51e14
·
verified ·
1 Parent(s): 15e4e49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ The dataset provides several splits for different use cases:
51
  from datasets import load_dataset
52
 
53
  # Load the entire dataset with all splits
54
- dataset = load_dataset("your-username/project-euler-problems")
55
 
56
  # Work with specific splits
57
  train_problems = dataset["train"]
 
51
  from datasets import load_dataset
52
 
53
  # Load the entire dataset with all splits
54
+ dataset = load_dataset("alexandnian/project-euler")
55
 
56
  # Work with specific splits
57
  train_problems = dataset["train"]