mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
11 lines
333 B
JSON
11 lines
333 B
JSON
|
|
{
|
||
|
|
"modelname": "BrandNewBERT",
|
||
|
|
"uppercase_modelname": "BRAND_NEW_BERT",
|
||
|
|
"lowercase_modelname": "brand_new_bert",
|
||
|
|
"camelcase_modelname": "BrandNewBert",
|
||
|
|
"has_slow_class": ["True", "False"],
|
||
|
|
"has_fast_class": ["True", "False"],
|
||
|
|
"slow_tokenizer_use_sentencepiece": ["True", "False"],
|
||
|
|
"authors": "The HuggingFace Team"
|
||
|
|
}
|