[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:
committed by
GitHub
parent
a4ee4da18a
commit
ab5d06a094
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user