-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create dataset loader for VIMQA #576
Comments
#self-assign |
I need some help with the dataset features @holylovenia features = datasets.Features(
{
"_id": datasets.Value("string"),
"question": datasets.Value("string"),
"answer": datasets.Value("string"),
"context": datasets.Sequence([datasets.Value("string"), [datasets.Value("string")]]),
"type": datasets.Value("string"),
"supporting_facts": datasets.Sequence([datasets.Value("string"), datasets.Value("int32")]),
}
) but the What should be correct feature type? Thank you! |
Hi @chenxwh! It might be due to the |
hi @holylovenia, I tried
I looked online for a while and haven't found a good solution, is there any cases already to deal with more complex data feature like the |
Hi @chenxwh, sorry for the late reply. Do you think it makes sense if we |
looks like the full data access needs to send user license agreement for access, should I sign the form and requesting it from the authors? https://github.com/vimqa/vimqa/tree/main?tab=readme-ov-file#how-to-get-the-full-dataset |
Yes please, thanks @chenxwh! |
Dataloader name:
vimqa/vimqa.py
DataCatalogue: http://seacrowd.github.io/seacrowd-catalogue/card.html?vimqa
The text was updated successfully, but these errors were encountered: