You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all!
As a lot of people, I've been testing Langchain's custom Tools functionality and I experienced that they perform pretty poorly for cases more complex than just weather APIs etc.
Recently, OpenAI came up with functionsfeature for their models, where:
These models have been fine-tuned to both detect when a function needs to be called (depending on the user’s input) and to respond with JSON that adheres to the function signature.
Has anybody tried to fine-tune open source LLM's on custom functions, and if so, what the approach there would be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey all!
As a lot of people, I've been testing Langchain's custom Tools functionality and I experienced that they perform pretty poorly for cases more complex than just weather APIs etc.
Recently, OpenAI came up with
functions
feature for their models, where:Has anybody tried to fine-tune open source LLM's on custom functions, and if so, what the approach there would be?
Beta Was this translation helpful? Give feedback.
All reactions