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

GH-1099: add multilingual Flair by @stefan-it #1146

Merged
merged 1 commit into from Sep 23, 2019

Conversation

alanakbik
Copy link
Collaborator

This PR adds the multilingual Flair embeddings trained by @stefan-it for 300 (!!!) languages. See #1099 for more info on these embeddings and this repo for more details.

It replaces the old multilingual Flair embeddings trained for 6 languages. Load them with:

embeddings_fw = FlairEmbeddings('multi-forward')
embeddings_bw = FlairEmbeddings('multi-backward')

Closes #1099

@yosipk
Copy link
Collaborator

yosipk commented Sep 23, 2019

👍

1 similar comment
@alanakbik
Copy link
Collaborator Author

👍

@yosipk yosipk merged commit 0b8ccf5 into master Sep 23, 2019
@yosipk yosipk deleted the GH-1099-multilingual-flair branch September 23, 2019 15:02
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.

Add support for Multilingual Flair Embeddings
2 participants