Skip to content

Commit

Permalink
GH-80: added Spanish LM embeddings trained by @iamyihwa
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik committed Jan 17, 2019
1 parent 8c27a34 commit ce2caf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/docs/TUTORIAL_4_ELMO_BERT_FLAIR_EMBEDDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Currently, the following contextual string embeddings are provided (more coming)
| 'portuguese-backward' | Portuguese | Added by [@ericlief](https://github.com/ericlief/language_models): Backward LM embeddings |
| 'basque-forward' | Basque | Added by [@stefan-it](https://github.com/stefan-it/flair-lms): Forward LM embeddings |
| 'basque-backward' | Basque | Added by [@stefan-it](https://github.com/stefan-it/flair-lms): Backward LM embeddings |
| 'spanish-forward' | Spanish | Added by [@iamyihwa](https://github.com/zalandoresearch/flair/issues/80): Forward LM embeddings over Wikipedia |
| 'spanish-backward' | Spanish | Added by [@iamyihwa](https://github.com/zalandoresearch/flair/issues/80): Backward LM embeddings over Wikipedia |
| 'spanish-forward-fast' | Spanish | Added by [@iamyihwa](https://github.com/zalandoresearch/flair/issues/80): CPU-friendly forward LM embeddings over Wikipedia |
| 'spanish-backward-fast' | Spanish | Added by [@iamyihwa](https://github.com/zalandoresearch/flair/issues/80): CPU-friendly backward LM embeddings over Wikipedia |

So, if you want to load embeddings from the English news backward LM model, instantiate the method as follows:

Expand Down

0 comments on commit ce2caf0

Please sign in to comment.