mac011 commited on
Commit
5312f5a
1 Parent(s): 1a0731d

Create Test_library

Browse files
Files changed (1) hide show
  1. 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")