"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "a7e5e15472348ce3bbe8848c31cf60826c3e4886"
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 = {
PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
'distilbert-base-uncased': 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