Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated last year
0
Follow
Function
Function
Inactive
0
Follow
At a glance
g
geoHeil
last year
Β·
How can I utilize a function calling api with any huggingface model?
https://platform.openai.com/docs/guides/gpt/function-calling
L
g
3 comments
Share
Open in Discord
L
Logan M
last year
Huggingface models do not have a function calling api
Instead, we have to rely on the LLM to write structured JSON.
We support both openais function calling api, and normal json outputs that we parse, for all major features
g
geoHeil
last year
Are there some strategies for non openai models to ensure consistent output when using the LLM for data cleaning?
L
Logan M
last year
Mostly prompt engineering. Overall open source model are not very reliable in my experience for this haha
We do our best to parse the output, even when it's a little messy.
Usually you'll get best results with larger models (30B+)
Add a reply
Sign up and join the conversation on Discord
Join on Discord