Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Llama 3/3.1 text/instruct support FIM? #320

Open
the-promised-LAN opened this issue Aug 14, 2024 · 3 comments
Open

Does Llama 3/3.1 text/instruct support FIM? #320

the-promised-LAN opened this issue Aug 14, 2024 · 3 comments

Comments

@the-promised-LAN
Copy link

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)

@Alokbpandey
Copy link

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.

@morew4rd
Copy link

morew4rd commented Sep 8, 2024

+1. Would love to get an answer on this. If this is not supported, will there be a codellama 3.1?

Thank you.

@Alokbpandey
Copy link

Alokbpandey commented Sep 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants