Coding tuned model

#18
by almirneeto99 - opened

First, congratulations on the development of LFM2.5 models! I use both text and vision models, and I love the results
Do you plan on developing a coding tuned model on LFM family? I understand coding requires more parameters to have an interesting result, but have you thought about it?

Liquid AI org

Thanks @almirneeto99 ! We haven't focused on it yet as there are a lot of alternatives, but they tend to be significantly bigger indeed. What kind of tasks and size do you have in mind?

hey, i dont really think these models can function as end to end coding models because of their sizes, but strong tool calling can work out a lot for a ton of people i imagine (rl should be nice as theyre already really fast).

Sorry about the delay @mlabonne .
Agreed @AtAndDev most powerful coding models are huge, as they demand too extended knowledge.
However, most models are general-all-programming-language-purpose.
I have never seen a Lab train a programming language specific model such as Python or Javascript. I suppose that for having a local on edge coding agent, for example, would be a programming specific model.

Following @AtAndDev idea, a deeply trained model for tool calling would be a great fit for agentic tools such as Hermes Agent (although it requires a context window of 65k).

or maybe a code transformation model? like a select some region of code and write a simple prompt to transform the selected code block? a bit specific maybe...

Sign up or log in to comment