Skip to content

Commit

Permalink
GH-614: add language models by @stefan-it
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik committed May 28, 2019
1 parent 58ad49a commit 10b7226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flair/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ def __init__(

# mix-english-backward
elif model.lower() == "mix-backward":
base_path = "{aws_path}/embeddings/lm-mix-english-backward-v0.2rc.pt"
base_path = "https://s3.eu-central-1.amazonaws.com/alan-nlp/resources/embeddings/lm-mix-english-backward-v0.2rc.pt"
model = cached_path(base_path, cache_dir=cache_dir)

# mix-german-forward
Expand Down

0 comments on commit 10b7226

Please sign in to comment.