[camembert] Upload to s3 + rename script

This commit is contained in:
Julien Chaumond
2019-11-15 23:23:31 -05:00
parent 035fea5315
commit 26858f27cb
4 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ from .file_utils import add_start_docstrings
logger = logging.getLogger(__name__)
CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP = {
'camembert-base': "https://dl.fbaipublicfiles.com/camembert/camembert-base-v0-pytorch_model.bin",
'camembert-base': "https://s3.amazonaws.com/models.huggingface.co/bert/camembert-base-pytorch_model.bin",
}