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

Multitask learning tutorial and performance improvement #3653

Merged
merged 6 commits into from
Mar 28, 2025

Conversation

alanakbik
Copy link
Collaborator

This PR adds a tutorial on how to train multitask models in Flair.

It also adds a performance improvement for prediction with trained multitask models, namely that embeddings are re-used between prediction heads. This greatly increases prediction speed (see #3456).

Closes #3632 #3456 #3356 #3224

@alanakbik alanakbik merged commit 6adefcc into master Mar 28, 2025
2 checks passed
@alanakbik alanakbik deleted the GH-3632-multitask-learning-tutorial branch March 28, 2025 12:44
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

Successfully merging this pull request may close these issues.

[Feature]: Create tutorial on multi-task learning
1 participant