-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add a code in raft to do everything locally, like creating dataset and fine-tuning #597
Comments
I just want that i should be able to run the command given below without openAI API Key.
|
Merged #605 |
I implemented it by my own and submitted the PR also, please check it in directory `gorilla\raft' and here you'll see 'raft_local.py' , where it is using the hugging-face models to run the script completely locally. |
Hello, I wanna fine-tuning my model with raft approach. But i didn't find the script for training. |
@Se-Hun They finetuned it using Azure Could, If you want I can push the new code to do the training locally. |
Thank you for your answering. |
@Se-Hun you can checkout code for fine-tuning any model, it is same as what they did. |
I saw the approach which is great, but please add the fully locally doable process.
The text was updated successfully, but these errors were encountered: