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

[Enhancement] From-scratch model pre-training #19

Open
athewsey opened this issue Jul 12, 2022 · 0 comments
Open

[Enhancement] From-scratch model pre-training #19

athewsey opened this issue Jul 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@athewsey
Copy link
Contributor

This sample currently demonstrates:

  • Fine-tuning existing models for downstream tasks (NER), and
  • Continuation pre-training with unlabelled data from an existing model checkpoint.

From-scratch pre-training is considerably more resource-intensive. For example the LayoutXLM paper describes using 64 V100 GPUs (i.e. 8x p3.16xlarge or p3dn.24xlarge instances for several hours) over ~30M documents.

However, some users may still be interested in from-scratch pre-training - especially for low-resource languages or specialised domains - if tested example code was available. Please drop a 👍 or a comment if this is an enhancement that you'd find useful!

@athewsey athewsey added the enhancement New feature or request label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant