mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00

* Model templates * TensorFlow * Remove pooler * CI * Tokenizer + Refactoring * Encoder-Decoder * Let's go testing * Encoder-Decoder in TF * Let's go testing in TF * Documentation * README * Fixes * Better names * Style * Update docs * Choose to skip either TF or PT * Code quality fixes * Add to testing suite * Update file path * Cookiecutter path * Update `transformers` path * Handle rebasing * Remove seq2seq from model templates * Remove s2s config * Apply Sylvain and Patrick comments * Apply suggestions from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Last fixes from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
10 lines
394 B
JSON
10 lines
394 B
JSON
{
|
|
"modelname": "BrandNewBERT",
|
|
"uppercase_modelname": "BRAND_NEW_BERT",
|
|
"lowercase_modelname": "brand_new_bert",
|
|
"camelcase_modelname": "BrandNewBert",
|
|
"authors": "The HuggingFace Team",
|
|
"checkpoint_identifier": "brand-new-bert-base-cased",
|
|
"tokenizer_type": ["Based on BERT", "Standalone"],
|
|
"generate_tensorflow_and_pytorch": ["PyTorch & TensorFlow", "PyTorch", "TensorFlow"]
|
|
} |