Delete loading script auxiliary file
Browse files- test_mantra_gsc.py +0 -8
test_mantra_gsc.py
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
import json
|
| 2 |
-
|
| 3 |
-
from datasets import load_dataset
|
| 4 |
-
|
| 5 |
-
dataset = load_dataset("./MantraGSC.py", name="fr_emea")
|
| 6 |
-
print(dataset)
|
| 7 |
-
# print(dataset["train"][0])
|
| 8 |
-
print(json.dumps(dataset["train"][0], sort_keys=True, indent=4))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|