diff --git a/.gitignore b/.gitignore index 0566e9f4..95098827 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ tasks/xnli/multinli_1.0* .idea __pycache__ nllb +dist diff --git a/README.md b/README.md index d86de2c6..526f9632 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ A detailed description of how the multilingual sentence embeddings are trained c be found [here](https://arxiv.org/abs/2205.12654), together with an experimental evaluation. ## The core sentence embedding package: `laser_encoders` -We provide a package `laser_encoders` with minimal dependencies. -It supports LASER-2 (an updated signle encoder for the languages listed [below](#supported-languages)) +We provide a package `laser_encoders` with minimal dependencies. +It supports LASER-2 (a single encoder for the languages listed [below](#supported-languages)) and LASER-3 (147 language-specific encoders described [here](nllb/README.md)). The package can be installed simply with `pip install laser_encoders` and used as below: