Unverified Commit 86822a35 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

T5 & mT5 (#8552)

* add mt5 and t5v1_1 model

* fix tests

* correct some imports

* add tf model

* finish tf t5

* improve examples

* fix copies

* clean doc
parent 9e01f988
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment