ygorg commited on
Commit
45bc25f
·
verified ·
1 Parent(s): aae77c3

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. test_e3c.py +0 -8
test_e3c.py DELETED
@@ -1,8 +0,0 @@
1
- import json
2
-
3
- from datasets import load_dataset
4
-
5
- dataset = load_dataset("./E3C.py", name="French")
6
- print(dataset)
7
- # print(dataset["train"][0])
8
- print(json.dumps(dataset["train"][0], sort_keys=True, indent=4))