Update README.md
Browse files
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("
|
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"]
|