Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

can this be used for function calling with other opensource models? #5

Open
OnlinePage opened this issue Sep 23, 2023 · 7 comments
Open

Comments

@OnlinePage
Copy link

OnlinePage commented Sep 23, 2023

Hi just found this repo really interesting. I am wondering if this can be used for function calling task with other models like Llama2, falcon, vicuna, PaLm or else.
Model is being used via inference endpoint just like openAI.
馃馃 @rizerphe

@rizerphe
Copy link
Owner

I'm currently working on fine-tuning my own models (codellama-7b with a simple qlora fine-tune performs surprisingly well) and writing an OpenAI-compatible server that'd support function calling; I'll give you an update whenever it's usable (which will hopefully be by the end of the week). Right now as far as I'm aware the only project that does this is called functionary, and it has its own caveats (not that mine won't have similar ones).

@OnlinePage
Copy link
Author

thats awesome , i am waiting excitingly for it. I need something which can handle tons of functions and call them accordingly.

btw look here: https://huggingface.co/PathOr/PathOr_LLama_70B_CHAT

@paulpierre
Copy link

Any updates here?

@TengHu
Copy link

TengHu commented Dec 2, 2023

any update ?

@naveenkazeta
Copy link

any update?

@Nuclear6
Copy link

any update ?

@rizerphe
Copy link
Owner

Thanks, everyone. This project should work with most open-source models that support function calls. I just implemented a prompter for my fine-tuning of codellama, and to integrate your chosen model, you just have to implement a prompter, I am, however, getting started on writing prompters for other models. I don't have access to PathOr specifically yet. What models would you like to see integrated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants