Docs for v4.7.0.dev0

This commit is contained in:
Lysandre
2021-05-12 17:08:35 +02:00
parent 64e78564a5
commit d77eb0cf92
17 changed files with 20 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ from transformers.utils import check_min_version
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.6.0")
check_min_version("4.7.0.dev0")
logger = logging.getLogger(__name__)
MODEL_CONFIG_CLASSES = list(MODEL_FOR_MASKED_LM_MAPPING.keys())