mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00

* adapt cookie cutter * fix copy past statement * delete copy statements for now * remove unused import from template * make doc rst * correct config docstring * correct training * correct inputs processing tf enc dec * make style * adapt templates * clean tabs * correct tensor -> Tensor naming * correct indent * correct templates * fix the test * break lines to avoid > 119 * Apply suggestions from code review
12 lines
356 B
JSON
12 lines
356 B
JSON
{
|
|
"modelname": "NewENCDEC",
|
|
"uppercase_modelname": "NEW_ENC_DEC",
|
|
"lowercase_modelname": "new_enc_dec",
|
|
"camelcase_modelname": "NewEncDec",
|
|
"authors": "The HuggingFace Team",
|
|
"checkpoint_identifier": "new-enc-dec-base",
|
|
"tokenizer_type": "Based on BART",
|
|
"generate_tensorflow_and_pytorch": "PyTorch",
|
|
"is_encoder_decoder_model": "True"
|
|
}
|