Unverified Commit a5ecbf73 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

correct positionla emb size (#15441)

parent 5a709873
......@@ -36,7 +36,7 @@ PRETRAINED_VOCAB_FILES_MAP = {
}
PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
"facebook/xglm-564M": 1024,
"facebook/xglm-564M": 2048,
}
......
......@@ -43,7 +43,7 @@ PRETRAINED_VOCAB_FILES_MAP = {
}
PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
"facebook/xglm-564M": 1024,
"facebook/xglm-564M": 2048,
}
......
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