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-174: serialization #194

Merged
merged 7 commits into from
Nov 7, 2018
Merged

GH-174: serialization #194

merged 7 commits into from
Nov 7, 2018

Conversation

alanakbik
Copy link
Collaborator

Closes #174

To address serialization problems on Mac and Windows, we've reduced the size of the embeddings and pre-trained models. This has the added advantage that models can now be loaded and saved faster.

We've also added pre-trained fasttext embeddings for a number of additional languages, which can now be instantiated using their two-letter language code, i.e.

embeddings = WordEmbeddings('pt')

for Polish and WordEmbeddings('ar') for Arabic etc.

Copy link
Collaborator

@tabergma tabergma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@tabergma tabergma merged commit e66a410 into master Nov 7, 2018
@tabergma tabergma deleted the GH-174-serialization branch November 7, 2018 16:29
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.

2 participants