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

Add transformer encoder fine-tuning with Adapters #88

Open
daandouwe opened this issue Nov 13, 2020 · 0 comments · May be fixed by #90
Open

Add transformer encoder fine-tuning with Adapters #88

daandouwe opened this issue Nov 13, 2020 · 0 comments · May be fixed by #90
Labels
enhancement New feature or request

Comments

@daandouwe
Copy link
Collaborator

Adapters are pretty cool. Let's see if we can implement them for our Transformer encoder models by integrating with Adapter Transformers.

A particular cool extension would be AdapterFusion, which would allow us to glue together Kiwi Adapter Transformer models for various language pairs into a single multilingual Kiwi model. This idea is a QE version of the the adapters for cross-lingual transfer. Lucky for us, AdapterFusion is also implemented in Adapter Transformers.

@daandouwe daandouwe added the enhancement New feature or request label Nov 13, 2020
@daandouwe daandouwe changed the title Add transformer fine-tuning with Adapters Add transformer encoder fine-tuning with Adapters Nov 14, 2020
@daandouwe daandouwe linked a pull request Nov 14, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant