Update test_repo.py
Browse files- test_repo.py +1 -0
test_repo.py
CHANGED
@@ -47,6 +47,7 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
47 |
"context": datasets.Value("string"), # Assuming all data includes context
|
48 |
"num_options": datasets.Value("string"),
|
49 |
"question_type": datasets.Value("string"),
|
|
|
50 |
}),
|
51 |
homepage=_HOMEPAGE,
|
52 |
license=_LICENSE,
|
|
|
47 |
"context": datasets.Value("string"), # Assuming all data includes context
|
48 |
"num_options": datasets.Value("string"),
|
49 |
"question_type": datasets.Value("string"),
|
50 |
+
"dataset_name": datasets.Value("string"),
|
51 |
}),
|
52 |
homepage=_HOMEPAGE,
|
53 |
license=_LICENSE,
|