From 3f270aaf89090d642649a1680368f329a2a84099 Mon Sep 17 00:00:00 2001 From: David Dale Date: Fri, 17 Nov 2023 05:24:27 -0800 Subject: [PATCH] fix readme text --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: