Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
ncats
/
EpiSet4BinaryClassification
like
1
Follow
National Center for Advancing Translational Sciences
9
Languages:
English
Size:
10K<n<100K
License:
cc-by-4.0
Dataset card
Files
Files and versions
xet
Community
2
wzkariampuzha
commited on
May 12, 2022
Commit
90ef55b
·
1 Parent(s):
d8a4214
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
```
2
+
from datasets import load_dataset
3
+
epiclassify = load_dataset("ncats/EpiSet4BinaryClassification")
4
+
```