ygorg commited on
Commit
2ba423b
·
verified ·
1 Parent(s): 9f75bdf

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. test_morfitt.py +0 -6
test_morfitt.py DELETED
@@ -1,6 +0,0 @@
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])