Skip to content
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

Using tasksource for question answering datasets #9

Open
Deehan1866 opened this issue Jul 2, 2024 · 1 comment
Open

Using tasksource for question answering datasets #9

Deehan1866 opened this issue Jul 2, 2024 · 1 comment

Comments

@Deehan1866
Copy link

Hi, I am really new to the AI field. I wanted to train electra-large model on several question answering tasks. Can I do that using tasksource? I am really confused about which tasks is applicable to tasksource. Does it only support the 600+tasks it includes? What if I want to train on some other dataset? There are no available blogs or resources on tasksource.

Please, help.

@sileod
Copy link
Owner

sileod commented Jul 3, 2024

Hi, are you talking about Squad-like extractive question answering ? https://huggingface.co/datasets/rajpurkar/squad
Or classification or multiple choice QA ? Tasksource only handles the latter currently.

To train on other datasets, you can look at the examples and implement your own preprocessings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants