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

Update quickstart notebooks on website #40

Open
calpt opened this issue Dec 7, 2020 · 3 comments
Open

Update quickstart notebooks on website #40

calpt opened this issue Dec 7, 2020 · 3 comments

Comments

@calpt
Copy link
Member

calpt commented Dec 7, 2020

Required updates for quickstart training & inference notebooks linked in the homepage:

  • use stable version of adapter-transformers from PyPI
  • avoid cloning HF transformers (confusing for users)
  • switch from HF transformers GLUE processing (deprecated) to HF datasets
@arueckle
Copy link
Member

Any update on this?

@arueckle
Copy link
Member

Remove the tipp on

Tip 2️: Depending on your data set size you might also need to train longer than usual. To avoid overfitting you can evaluating the adapters after each epoch on the development set and only save the best model.

We found no evidence for this (see adapterdrop paper)

@calpt
Copy link
Member Author

calpt commented Jan 26, 2021

Remove the tipp on

Tip 2️: Depending on your data set size you might also need to train longer than usual. To avoid overfitting you can evaluating the adapters after each epoch on the development set and only save the best model.

We found no evidence for this (see adapterdrop paper)

Isn't it still true that you would train for more epochs usually? (I think what's meant in this tip is to train for more epochs and not necessarily longer in training time as adapter training is faster).

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