Closed mishig25 closed 1 year ago
Currently running 13B version that is also used on https://huggingface.co/spaces/codellama/codellama-playground
Since Code Llama uses different tokens (regarding start, end, fill in middle) compared to StarCoder, some changes were needed to make creation of prompts more general. See Files changed tab for more details
TLDR: support Code LLama models.
Currently running 13B version that is also used on https://huggingface.co/spaces/codellama/codellama-playground
Since Code Llama uses different tokens (regarding start, end, fill in middle) compared to StarCoder, some changes were needed to make creation of prompts more general. See Files changed tab for more details