Skip to content
Snippets Groups Projects
Commit 6fde9305 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Add default BERTs for IWPT'21 languages.

parent eb3de82c
Branches
2 merge requests!37Release 1.0.4.,!36Release 1.0.4
......@@ -10,7 +10,20 @@ LANG2TRANSFORMER = {
"de": "dbmdz/bert-base-german-cased",
"ar": "aubmindlab/bert-base-arabertv2",
"eu": "ixa-ehu/berteus-base-cased",
"tr": "dbmdz/bert-base-turkish-cased"
"tr": "dbmdz/bert-base-turkish-cased",
"bg": "iarfmoose/roberta-base-bulgarian",
"nl": "GroNLP/bert-base-dutch-cased",
"fr": "camembert-base",
"it": "dbmdz/bert-base-italian-cased",
"ru": "blinoff/roberta-base-russian-v0",
"sv": "KB/bert-base-swedish-cased",
# "uk": http://dl.turkunlp.org/wikibert/wikibert-base-uk-cased/
# "ta": http://dl.turkunlp.org/wikibert/wikibert-base-ta-cased/
# "sk": http://dl.turkunlp.org/wikibert/wikibert-base-sl-cased/
# "lt": http://dl.turkunlp.org/wikibert/wikibert-base-lt-cased/
# "lv": http://dl.turkunlp.org/wikibert/wikibert-base-lv-cased/
# "et": http://dl.turkunlp.org/estonian-bert/etwiki-bert/pytorch/
# "cs": https://github.com/kiv-air/Czert https://arxiv.org/pdf/2103.13031.pdf
}
......
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