[T5, examples] replace heavy t5 models with tiny random models (#3556)

* replace heavy t5 models with tiny random models as was done by sshleifer

* fix isort
This commit is contained in:
Patrick von Platen
2020-04-02 12:34:05 +02:00
committed by GitHub
parent a4ee4da18a
commit ab5d06a094
2 changed files with 9 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class TestT5Examples(unittest.TestCase):
testargs = [
"evaluate_wmt.py",
"t5-small",
"patrickvonplaten/t5-tiny-random",
str(tmp_source),
str(output_file_name),
str(tmp_target),