We're consistently getting crashes in the training script if we submit a comma in the token_string
Failing training model
https://replicate.com/p/e76k0ze9a9rgm0cf1cftefcr0m?input=form
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/cog/server/worker.py", line 217, in _predict
result = predict(**payload)
File "train.py", line 133, in train
n_tok = int(token.split(":")[1])
IndexError: list index out of range
We're consistently getting crashes in the training script if we submit a comma in the token_string
Failing training model
https://replicate.com/p/e76k0ze9a9rgm0cf1cftefcr0m?input=form
Reproducible, crashes every time.