move back to simple space spliting

This commit is contained in:
thomwolf
2019-10-10 11:45:47 +02:00
parent a5997dd81a
commit 177a721205
2 changed files with 3 additions and 19 deletions

View File

@@ -194,7 +194,7 @@ def main():
elif args.length < 0:
args.length = MAX_LENGTH # avoid infinite loop
print(args)
logger.info(args)
if args.model_type in ["ctrl"]:
if args.temperature > 0.7 :
logger.info('CTRL typically works better with lower temperatures (and lower top_k).')