Jay Derinbogaz

Results 3 issues of Jay Derinbogaz

I have realised that load_dataset.py fails if there is an empty string exist in loaded CSV file. That causes script to give the following error: raw_text += start_token + row[0]...

Hello, Running aitextgen fine tuning gives the following error: `AttributeError: Can't pickle local object 'get_linear_schedule_with_warmup..lr_lambda'` Running on ml.p3.8xlarge instance, I believe this is something related to ddp settings from pytorch_lightning.

ONNX models are serialised version of the current AI models. They are a bit faster from the normal pytorch or huggingface therefore some users might want to use this type...

enhancement