"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "83dba10b8fbaa3f16e82b5725dcceaf044dd6817"
Commit 5e3c7284 authored by Julien Plu's avatar Julien Plu Committed by Lysandre Debut
Browse files

bugfix on model name

parent 0731fa15
...@@ -173,6 +173,9 @@ else: ...@@ -173,6 +173,9 @@ else:
None, None,
None, None,
None, None,
None,
None,
None,
) )
......
...@@ -31,7 +31,6 @@ from .modeling_tf_roberta import ( ...@@ -31,7 +31,6 @@ from .modeling_tf_roberta import (
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
TF_CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP = { TF_CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP = {
# "camembert-base": "https://s3.amazonaws.com/models.huggingface.co/bert/camembert-base-tf_model.h5"
} }
......
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