Open ValorLin opened 1 year ago
Hey @ValorLin thank's for sharing this! Super insightful. Yeah, one thing we might want to keep in mind is that OpenAI's models are slightly larger, vs the 7B Gorilla models - so that might explain the performance (?) Or potentially better pre-training data? Would be interesting for the open source community to explore.
BTW do you mind writing a blog or a write-up, with your pipeline including the data-generation, results, insights on where it does well, not so well, etc ! Would be a great read for the community - including and especially me 😄
Nice job!
Hi, I am interested in this project and I have done some reasearch. I tried the evaluation on the TorchHub API senerio with some of the latest models and other fine-tuned models.
Below is a example of the training data that I used for fine-tuning on OpenAI models.
The full converted training data can be found here: https://gist.github.com/ValorLin/807ac5f75361775dfd2cc31f21a03e77
I hope that data is helpful. Its very interesting result, you should try it.