Skip to content

Commit

Permalink
docs: update pretrained embeddings readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoptar committed Aug 8, 2018
1 parent 3f7e2ca commit a194301
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to DeepPavlov's documentation!
Conceptual overview <intro/overview>
Features <intro/features>
Configuration files <intro/config_description>
Pre-trained word vectors <intro/pretrained_vectors>
Pre-trained embeddings <intro/pretrained_vectors>
Parameters evolution <intro/parameters_evolution>
Tutorials <intro/tutorials>

Expand Down
23 changes: 18 additions & 5 deletions docs/intro/pretrained_vectors.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Pre-trained word vectors
========================
Pretrained embeddings
============================

ELMo
----

| We are publishing :class:`Russian language ELMo embeddings model <deeppavlov.models.embedders.elmo_embedder.ELMoEmbedder>` for tensorflow-hub.
| ELMo (Embeddings from Language Models) representations are pre-trained contextual representations from
large-scale bidirectional language models. See a paper `Deep contextualized word representations
<https://arxiv.org/abs/1802.05365>`__ for more information about the algorithm and a detailed analysis.
| These vectors where trained on `Russian Wikipedia <https://ru.wikipedia.org/>`__.

fastText
--------

We are publishing pre-trained word vectors for Russian language. These
vectors were trained on joint `Russian
Expand All @@ -14,13 +27,13 @@ You can get vectors either in binary or in text (vec) formats both for
fastText and GloVe.

License
-------
~~~~~~~

The pre-trained word vectors are distributed under the `License Apache
2.0 <https://www.apache.org/licenses/LICENSE-2.0>`__.

Downloads
---------
~~~~~~~~~

The models can be downloaded from:

Expand All @@ -39,7 +52,7 @@ The models can be downloaded from:
+-----------------------+---------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Word vectors training parameters
--------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

These word vectors were trained with following parameters ([...] is for
default value):
Expand Down

0 comments on commit a194301

Please sign in to comment.