mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 11:11:05 +06:00
![]() * Apply on BERT and ALBERT * Update TF Bart * Add input processing to TF BART * Add input processing for TF CTRL * Add input processing to TF Distilbert * Add input processing to TF DPR * Add input processing to TF Electra * Add input processing for TF Flaubert * Add deprecated arguments * Add input processing to TF XLM * remove unused imports * Add input processing to TF Funnel * Add input processing to TF GPT2 * Add input processing to TF Longformer * Add input processing to TF Lxmert * Apply style * Add input processing to TF Mobilebert * Add input processing to TF GPT * Add input processing to TF Roberta * Add input processing to TF T5 * Add input processing to TF TransfoXL * Apply style * Rebase on master * Bug fix * Retry to bugfix * Retry bug fix * Fix wrong model name * Try another fix * Fix BART * Fix input precessing * Apply style * Put the deprecated warnings in the input processing function * Remove the unused imports * Raise an error when len(kwargs)>0 * test ModelOutput instead of TFBaseModelOutput * Bug fix * Address Patrick's comments * Address Patrick's comments * Address Sylvain's comments * Add the new inputs in new Longformer models * Update the template with the new input processing * Remove useless assert * Apply style * Trigger CI |
||
---|---|---|
.. | ||
__init__.py | ||
{{cookiecutter.lowercase_modelname}}.rst | ||
configuration_{{cookiecutter.lowercase_modelname}}.py | ||
configuration.json | ||
modeling_{{cookiecutter.lowercase_modelname}}.py | ||
modeling_tf_{{cookiecutter.lowercase_modelname}}.py | ||
test_modeling_{{cookiecutter.lowercase_modelname}}.py | ||
test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py | ||
to_replace_{{cookiecutter.lowercase_modelname}}.py | ||
tokenization_{{cookiecutter.lowercase_modelname}}.py |