Shashank Sonkar

Results 7 comments of Shashank Sonkar

i used python setup.py install, and i get the same error !

conda env create -f conda_env.yml conda activate colbert-v0.2 are these the commands to install colbert?

I was interested in training v2 from scratch ! I think it is addressed in the other issue :) Thanks a lot for the help and prompt reply :)

Thanks ! So, the model is not trained on the entire dataset "ROCStories__spring2016 - ROCStories_spring2016.csv"?

hello, i was wondering if the issue is fixed ? thank you for the code :)

if you are using: https://github.com/lm-sys/FastChat/blob/main/fastchat/train/train.py, then in line 246: replace `safe_save_model_for_hf_trainer(trainer=trainer, output_dir=training_args.output_dir)` with ``` checkpoint_dir = os.path.join(training_args.output_dir, "checkpoint-final") trainer.deepspeed.save_checkpoint(checkpoint_dir) ``` then, checkpoint-final will contains zero_to_fp32.py after the training is done....

if you are using: https://github.com/lm-sys/FastChat/blob/main/fastchat/train/train.py, then in line 246: replace `safe_save_model_for_hf_trainer(trainer=trainer, output_dir=training_args.output_dir)` with ``` checkpoint_dir = os.path.join(training_args.output_dir, "checkpoint-final") trainer.deepspeed.save_checkpoint(checkpoint_dir) ``` then, checkpoint-final will contains zero_to_fp32.py after the training is done....