19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"add_copied_from": true,
|
|
"old_model_type": "distilbert",
|
|
"new_model_patterns": {
|
|
"model_name": "BERT New",
|
|
"checkpoint": "huggingface/bert-new-base",
|
|
"model_type": "bert-new",
|
|
"model_lower_cased": "bert_new",
|
|
"model_camel_cased": "BertNew",
|
|
"model_upper_cased": "BERT_NEW",
|
|
"config_class": "BertNewConfig",
|
|
"tokenizer_class": "DistilBertTokenizer"
|
|
},
|
|
"frameworks": [
|
|
"pt",
|
|
"tf",
|
|
"flax"
|
|
]
|
|
} |