-
Notifications
You must be signed in to change notification settings - Fork 12
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
Text Classification using Transformers #15
Comments
Hi! Do you guys have any other tutorial that you think would be nice to have here? I would like to help here |
@LiviaCavalcanti Hi, thank you for your interest ! Your contribution would be great, very helpful and appreciated. Can you join our discord channel to discuss further ? See https://github.com/pytorch/ignite#communication |
@LiviaCavalcanti we were also thinking about @Priyansi can you open issues in this repository for cross-validation tutorial and hyperparameter tuning, please ? |
@vfdev-5 sounds good. I am interested in working on it. I am gonna wait for the issues right? |
Thanks @Priyansi. I will think about how we could do it and bring the discussion to the issues. Does it work? |
The idea is to make a new beginner-level NLP tutorial combining this transformers example and this Text CNN notebook.
Update:
The idea has now been changed to using this 🤗 tutorial: https://huggingface.co/transformers/training.html for all the base code and then introducing Ignite for training. Ignite concepts are still derived from the TextCNN notebook.
The text was updated successfully, but these errors were encountered: