Yuzmi commited on
Commit
71d4680
·
1 Parent(s): 92c42cb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from datasets import load_dataset
2
+ from huggingface_hub.utils import _runtime
3
+ _runtime._is_google_colab = False
4
+ ds = load_dataset("lowres/Mikumo-Guynemer")