ShishirPatil / gorilla

Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
https://gorilla.cs.berkeley.edu/
Apache License 2.0
11.52k stars 1.01k forks source link

Few shot learning for our own set of API's #128

Open karrtikiyer opened 1 year ago

karrtikiyer commented 1 year ago

Can we do Few shot learning on top Gorilla API to teach a different set of API's. Say making set of microservices API calls. If yes, can you share some reference or documentation around it?

Thanks in advance, Karrtik

Met-String commented 1 year ago

I'm interested in this too.

Met-String commented 1 year ago

IMG_20230924_201813.jpg

I find this in a previous issue thread. This could be useful for us.

karrtikiyer commented 1 year ago

IMG_20230924_201813.jpg

I find this in a previous issue thread. This could be useful for us.

Thanks, yes this can be helpful once the training steps are shared or some sample training code is shared.

Met-String commented 1 year ago

I find a community-contributed training tutorial here https://github.com/ShishirPatil/gorilla/issues/3 It looks good. But I don't know if it works well. Nobody has discussed about this because the pull request has not been received. And I think it might be never received especially with the release of better llama2...(gorilla is essentially a fine-tuned llama model)