qanastek commited on
Commit
6a909c8
1 Parent(s): 9d75cc7

Upload test_morfitt.py

Browse files
Files changed (1) hide show
  1. test_morfitt.py +6 -0
test_morfitt.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from datasets import load_dataset
2
+
3
+ dataset = load_dataset("Dr-BERT/MORFITT", name="source")
4
+ # dataset = load_dataset("./MORFITT.py", name="source")
5
+ print(dataset)
6
+ print(dataset["train"][0])