Datasets:

Languages:
English
License:
wzkariampuzha commited on
Commit
90ef55b
·
1 Parent(s): d8a4214

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ```
2
+ from datasets import load_dataset
3
+ epiclassify = load_dataset("ncats/EpiSet4BinaryClassification")
4
+ ```