Dhruv Pai
Dhruv Pai
Could you clarify how you fixed this error?
I am still getting the error on my end after installing from source. Replicating Alpaca training script with the following additional tidbit after: @masonwang025 reft_model.save( save_directory=training_args.output_dir, ) new_model = pyreft.ReftModel.load(...
@KennethEnevoldsen Thank you for your response. My aim was to save embeddings for corpus and query embeddings separately, with the split and task in the naming convention. Unfortunately, the encoder...
I'm working on this PR now and it occurred to me it may be better to pass directly the task metadata dict instead of a string, since this would maximize...