Skip to content

Commit

Permalink
docs: add link to ELMo embeddings
Browse files Browse the repository at this point in the history
docs: add link to ELMo embeddings
  • Loading branch information
seliverstov committed Aug 8, 2018
2 parents 009b66f + 3f7e2ca commit f2e4d4a
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 f2e4d4a

Please sign in to comment.