Skip to content
Snippets Groups Projects
Commit 7f1ed3e2 authored by piotrmp's avatar piotrmp
Browse files

Finalised the UD 2.11 migration.

parent bea72f56
1 merge request!1Migration to UD 2.11
...@@ -16,8 +16,8 @@ logger = logging.getLogger(__name__) ...@@ -16,8 +16,8 @@ logger = logging.getLogger(__name__)
# The types of models available and their subdirectories in the model repository # The types of models available and their subdirectories in the model repository
TYPE_TO_PATH = { TYPE_TO_PATH = {
"LAMBO_no_pretraining": "vanilla", "LAMBO_no_pretraining": "vanilla211-s",
"LAMBO": "full"} "LAMBO": "full211-s"}
# The adress of the remote repository # The adress of the remote repository
_URL = "http://home.ipipan.waw.pl/p.przybyla/lambo/{type}/{treebank}.{extension}" _URL = "http://home.ipipan.waw.pl/p.przybyla/lambo/{type}/{treebank}.{extension}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment