GPT-Driver
                                
                                 GPT-Driver copied to clipboard
                                
                                    GPT-Driver copied to clipboard
                            
                            
                            
                        FineTUning Queries
@PointsCoder thanks for sharing the code base !!! I had few queries
- Can we finetune for custome data ?? In case yes then we should prepare similar to train.json
- Can we use other LLM like vicuna , mistral for finetuning then the training pipeline changes right ?
- Is there anyother methods which u have tried to fine tune the gpt?? if so can u list it Thnaks in advance
@abhigoku10
- Yes. Just change the train.json
- Yes. We use different codebases to fine-tune different llms. I've tried llama2-7b before and it is very easy to modify.
- I've tried this repo which may help