Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -334,11 +334,11 @@ def main():
|
||||
|
||||
# region T5 special-casing
|
||||
if data_args.source_prefix is None and model_args.model_name_or_path in [
|
||||
"t5-small",
|
||||
"t5-base",
|
||||
"t5-large",
|
||||
"t5-3b",
|
||||
"t5-11b",
|
||||
"google-t5/t5-small",
|
||||
"google-t5/t5-base",
|
||||
"google-t5/t5-large",
|
||||
"google-t5/t5-3b",
|
||||
"google-t5/t5-11b",
|
||||
]:
|
||||
logger.warning(
|
||||
"You're running a t5 model but didn't provide a source prefix, which is the expected, e.g. with "
|
||||
|
||||
Reference in New Issue
Block a user