Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Yuzmi
/
TatsukichiHayama
like
1
Image Classification
anime
TatsukichiHayama
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Yuzmi
commited on
Jan 5, 2024
Commit
71d4680
·
1 Parent(s):
92c42cb
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -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")