Templates overhaul 1 (#8993)

This commit is contained in:
Lysandre Debut
2020-12-08 18:00:07 -05:00
committed by GitHub
parent 447808c85f
commit 67ff1c314a
16 changed files with 759 additions and 82 deletions

View File

@@ -1,8 +1,8 @@
{
"modelname": "EncoderBERT",
"uppercase_modelname": "ENCODER_BERT",
"lowercase_modelname": "encoder_bert",
"camelcase_modelname": "EncoderBert",
"modelname": "Template",
"uppercase_modelname": "TEMPLATE",
"lowercase_modelname": "template",
"camelcase_modelname": "Template",
"authors": "The HuggingFace Team",
"checkpoint_identifier": "brand-new-bert-base-cased",
"tokenizer_type": "Based on BERT",