Create Test_library
Browse files- Test_library +4 -0
Test_library
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from datasets import load_dataset
|
2 |
+
|
3 |
+
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
4 |
+
dataset = load_dataset("mac011/Test")
|