Hyukkyu commited on
Commit
29c6ad4
·
verified ·
1 Parent(s): 29a3b20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("hyukkyukang/superglue", "BoolQ")
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"]