mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Fix typos in strings and comments (#1770)
This commit is contained in:
@ -397,7 +397,7 @@ def main():
|
||||
"--models",
|
||||
type=lambda s: s.split(","),
|
||||
default=pretraineds,
|
||||
help=f"The pretrained tokenizers you want to test agains, (default: {pretraineds})",
|
||||
help=f"The pretrained tokenizers you want to test against, (default: {pretraineds})",
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Reference in New Issue
Block a user