Smallest llm that can help in text rearrangement
Posted by Away_Expression_3713@reddit | LocalLLaMA | View on Reddit | 5 comments
Ive been using a translation model. Need a smallest llm that can just rearrange the output text acc to language needs
Budget-Juggernaut-68@reddit
What does "rearrange the output text acc to language needs" mean?
Iory1998@reddit
Try Qwen-3-4B. It's a good model with reasoning capabilities.
svskaushik@reddit
Could you give an example of the use case?
One of the SmolLM2 models might be worth a look, they range from 135M to 1.7B iirc
Pretend_Guava7322@reddit
I don’t know if it helps but for a side project I’m working on a model that does this, through something like bubble sort. I was using an LLM, but in my project it uses very long texts, so it was too slow. I’m planning to open source it soon.
Away_Expression_3713@reddit (OP)
Ping me up when you open source it. Would love to test