* add mt5 and t5v1_1 model

* fix tests

* correct some imports

* add tf model

* finish tf t5

* improve examples

* fix copies

* clean doc
This commit is contained in:
Patrick von Platen
2020-11-17 12:23:09 +01:00
committed by GitHub
parent 9e01f988dd
commit 86822a358b
21 changed files with 680 additions and 25 deletions

View File

@@ -46,6 +46,7 @@ TEST_FILES_WITH_NO_COMMON_TESTS = [
"test_modeling_flax_bert.py",
"test_modeling_flax_roberta.py",
"test_modeling_mbart.py",
"test_modeling_mt5.py",
"test_modeling_pegasus.py",
"test_modeling_tf_camembert.py",
"test_modeling_tf_xlm_roberta.py",