"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "716120cbd6d4d8c23b7c062d7cb43d9bca89cb2c"
Commit 2e2c0375 authored by Stefan Schweter's avatar Stefan Schweter
Browse files

distilbert: add German distilbert model to positional embedding sizes map

parent e7cf2ccd
...@@ -40,6 +40,7 @@ PRETRAINED_VOCAB_FILES_MAP = { ...@@ -40,6 +40,7 @@ PRETRAINED_VOCAB_FILES_MAP = {
PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = { PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
'distilbert-base-uncased': 512, 'distilbert-base-uncased': 512,
'distilbert-base-uncased-distilled-squad': 512, 'distilbert-base-uncased-distilled-squad': 512,
'distilbert-base-german-cased': 512,
} }
......
Markdown is supported
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