jina-ai / jina-hub

An open-registry for hosting Jina executors via container images
Apache License 2.0
104 stars 49 forks source link

feat(encoder): Add LASER support #127

Closed bhavsarpratik closed 4 years ago

bhavsarpratik commented 4 years ago

Describe the feature

Multilingual sentence encoding support with LASER

https://github.com/facebookresearch/LASER

It’s 14 language Tatoeba dataset performance is better than m-USE and at par with LaBSE. Supports 93 languages and is LSTM based.

Proposal New laser module in /encoders/nlp

┆Issue is synchronized with this Jira Task by Unito

nan-wang commented 4 years ago

That's a good idea! We're actively refactoring the hub this week. Let's get back to this after refactoring. Stay tuned!

bhavsarpratik commented 4 years ago

Sure Nan! Let me know when it’s complete and I will start working on this.

nan-wang commented 4 years ago

@bhavsarpratik hi, pal! Great job! Thanks for your contribution.