add a template to add missing tokenization test (#16553)
* 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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user