Datasets:
Delete loading script auxiliary file
Browse files- test_mintaka.py +0 -16
test_mintaka.py
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
from datasets import load_dataset
|
2 |
-
|
3 |
-
source = "AmazonScience/mintaka"
|
4 |
-
|
5 |
-
#dataset = load_dataset(source, "all", download_mode="force_redownload")
|
6 |
-
dataset = load_dataset(source, "all")
|
7 |
-
|
8 |
-
print(dataset)
|
9 |
-
print(dataset["train"][0])
|
10 |
-
print(dataset["train"][0:10]['question'])
|
11 |
-
|
12 |
-
|
13 |
-
dataset = load_dataset(source, "en")
|
14 |
-
dataset = load_dataset(source, "ar")
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|