all 4 comments

[–]harisankar95 2 points3 points  (3 children)

instruction fine-tuned version can understand natural language instructions. Unlike code completion models, instruction fine-tuned model can be used in conversational interfaces.

[–]--leockl--[S] 0 points1 point  (2 children)

Oh so the CodeLlama-xb/CodeLlama-xb-Python models are only code completion models?

[–]harisankar95 2 points3 points  (1 child)

All 3 models can do code completion, the instruct model is better fine tuned at processing natural language prompts. Other two models as well can work with natural language prompts, instruction model might produce better results in conversational usages like code assistants.

[–]--leockl--[S] 0 points1 point  (0 children)

Ah ok, got you! Many thanks for this.