ShishirPatil / gorilla

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

[feature] how to train a new llm model to include my private specific apis #97

Open brianhu2006 opened 1 year ago

brianhu2006 commented 1 year ago

I would like to request the following features for the LLM project:

  1. A tutorial on how to train/finetune my LLM to use my private API. This would allow me to customize the LLM for my specific domain and data sources. 2 A guide on how to build my own information retriever (oracle retriever). This would enable me to use the LLM for more complex and diverse queries that require external knowledge.
  2. A documentation on how to organize the training material files for finetuning. This would help me to manage the data and parameters for the LLM more efficiently and effectively."
LiemLin commented 1 year ago

I also want to know when the training code will be released?

Met-String commented 1 year ago

Me too.

karrtikiyer commented 1 year ago

Me too

allthingssecurity commented 1 year ago

Can you please let us know, when will training/finetuning code be out?