Alexander Black
commited on
Commit
·
91f6238
1
Parent(s):
6af195e
script wip
Browse files
ANAKIN.py
CHANGED
@@ -82,8 +82,6 @@ class Anakin(datasets.GeneratorBasedBuilder):
|
|
82 |
features = datasets.Features(
|
83 |
{
|
84 |
"sentence": datasets.Value("string"),
|
85 |
-
"option2": datasets.Value("string"),
|
86 |
-
"second_domain_answer": datasets.Value("string")
|
87 |
# These are the features of your dataset like images, labels ...
|
88 |
}
|
89 |
)
|
|
|
82 |
features = datasets.Features(
|
83 |
{
|
84 |
"sentence": datasets.Value("string"),
|
|
|
|
|
85 |
# These are the features of your dataset like images, labels ...
|
86 |
}
|
87 |
)
|