Skip to content

Commit

Permalink
fix readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
avidale committed Nov 17, 2023
1 parent 93bbbad commit 3f270aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tasks/xnli/multinli_1.0*
.idea
__pycache__
nllb
dist
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f270aa

Please sign in to comment.