Does Llama 3/3.1 text/instruct support FIM?
the-promised-LAN opened this issue · 3 comments
Does Llama 3 or 3.1 (instruct or text models) support fill-in-the-middle like CodeLlama?
(Couldn't find this information on the web so decided to ask here, sorry if it's the wrong place)
LLaMA models, aren’t designed for tasks where you need to fill in gaps in code like CodeLlama can. CodeLlama is tailored for this kind of job—it's great at completing code snippets or filling in missing parts of code.
While LLaMA models excel at tasks like generating text and summarizing information, they’re not specifically built for code completion. If your main goal is to handle code fill-ins, you might want to look at CodeLlama or other tools that specialize in that area.
+1. Would love to get an answer on this. If this is not supported, will there be a codellama 3.1?
Thank you.