Skip to content

Commit

Permalink
docs: add link to ELMo embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
seliverstov authored Aug 8, 2018
1 parent 347e0b5 commit 3f7e2ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ print(HelloBot(['Hello!', 'Boo...', 'Bye.']))

**Embeddings**

[Pre-trained embeddings for the Russian language](http://docs.deeppavlov.ai/en/latest/intro/pretrained_vectors.html)
[ELMo embeddings for the Russian language](http://docs.deeppavlov.ai/en/master/apiref/models/embedders.html#deeppavlov.models.embedders.elmo_embedder.ELMoEmbedder)

[FastText embeddings for the Russian language](http://docs.deeppavlov.ai/en/latest/intro/pretrained_vectors.html)

**Auto ML**

Expand Down

0 comments on commit 3f7e2ca

Please sign in to comment.