ygorg commited on
Commit
0123084
·
verified ·
1 Parent(s): 011de92

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. test_dataset.py +0 -11
test_dataset.py DELETED
@@ -1,11 +0,0 @@
1
- import json
2
-
3
- from datasets import load_dataset
4
-
5
- dataset = load_dataset("./PxCorpus.py")
6
- print(dataset)
7
- # for d in dataset["train"]:
8
- # if d["label"] != "medical_prescription":
9
- # print(d)
10
- # print(dataset["train"][168])
11
- # print(json.dumps(dataset["train"][0], sort_keys=True, indent=4))