mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
* add a template to add missing tokenization test * add cookiecutter setting * improve doc * Update templates/adding_a_missing_tokenization_test/README.md Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
10 lines
333 B
JSON
10 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"
|
|
}
|