Update README.md
Browse files
README.md
CHANGED
|
@@ -83,7 +83,7 @@ pip install datasets
|
|
| 83 |
from datasets import load_dataset
|
| 84 |
|
| 85 |
# Load the complete dataset
|
| 86 |
-
dataset = load_dataset("
|
| 87 |
|
| 88 |
# Access a specific problem
|
| 89 |
problem = dataset['train'][0]
|
|
@@ -151,7 +151,7 @@ def parse_testcase(testcase):
|
|
| 151 |
```python
|
| 152 |
from datasets import load_dataset
|
| 153 |
|
| 154 |
-
dataset = load_dataset("
|
| 155 |
problem = dataset['train'][0]
|
| 156 |
|
| 157 |
# Decode all test cases
|
|
|
|
| 83 |
from datasets import load_dataset
|
| 84 |
|
| 85 |
# Load the complete dataset
|
| 86 |
+
dataset = load_dataset("sid6/RobustTests")
|
| 87 |
|
| 88 |
# Access a specific problem
|
| 89 |
problem = dataset['train'][0]
|
|
|
|
| 151 |
```python
|
| 152 |
from datasets import load_dataset
|
| 153 |
|
| 154 |
+
dataset = load_dataset("sid6/RobustTests")
|
| 155 |
problem = dataset['train'][0]
|
| 156 |
|
| 157 |
# Decode all test cases
|