mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 09:42:22 +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>
11 lines
346 B
JSON
11 lines
346 B
JSON
{
|
|
"modelname": "TFEncoderBERT",
|
|
"uppercase_modelname": "TF_ENCODER_BERT",
|
|
"lowercase_modelname": "tf_encoder_bert",
|
|
"camelcase_modelname": "TfEncoderBert",
|
|
"authors": "The HuggingFace Team",
|
|
"checkpoint_identifier": "brand-new-bert-base-cased",
|
|
"tokenizer_type": "Based on BERT",
|
|
"generate_tensorflow_and_pytorch": "TensorFlow"
|
|
}
|