-
Notifications
You must be signed in to change notification settings - Fork 107
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
GlueDataset & GlueDataTrainingArguments - working on Colab #11
Comments
Hi Arthur! Our repository is based on Transformers v3.0.0. Thank you for your interest in our work! |
Thank you very much for that quick answer ! I could not find any documentation on any of those two components on https://huggingface.co/transformers/v3.0.2/index.html for some reason... :/ I would like to plug in my own dataset into the neural network and I wondered how it could work with these two components ? Would that be enough if I transform my data in the same format as GAD and split them into train.tsv, test.tsv and dev.tsv and feed it to the GlueDataset processor ? Besides, I am working on Google Colab and thus facing problem when using the HfArgumentParser since i'm not executing the script from a shell passing the argument in the way :
but I get the following error :
Is there a solution for that ? What am I doing wrong ? I stay at your disposal if my question is unclear, |
Hi, Arthur I got the same error: Is there a solution? Thank you, |
@clouwer I face the same error. Did you happen to find a solution? |
Hi everyone,
I'm currently trying to understand how to plugin my own data in the BioBERT model in PyTorch for relation extraction, and I see that the run_re.py script is using two utils for which I can't find documentation : GlueDataset & GlueDataTrainingArguments.
Does anyone know how to find the documentation for both these functions ?
Or does anyone can briefly explain how they work ?
Thanks a lot,
Best regards,
Arthur Ledaguenel
The text was updated successfully, but these errors were encountered: