Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ You can load any of the datasets using the Hugging Face `datasets` library. For
|
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
# Load the BoolQ dataset from the SuperGLUE benchmark
|
28 |
-
dataset = load_dataset("
|
29 |
|
30 |
# Access train, validation, and test splits
|
31 |
train_split = dataset["train"]
|
|
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
# Load the BoolQ dataset from the SuperGLUE benchmark
|
28 |
+
dataset = load_dataset("Hyukkyu/superglue", "BoolQ")
|
29 |
|
30 |
# Access train, validation, and test splits
|
31 |
train_split = dataset["train"]
|