| license: llama2 | |
| # Code Llama 13B with End-of-turn (EOT) Token | |
| This is the Code Llama 13B model with `<|end_of_turn|>` token added as id `32016` and other special tokens. The token input/output embedding is initialized as the mean of all existing input/output token embeddings, respectively. | |
| ## Special tokens added: | |
| ```json | |
| { | |
| "<|end_of_turn|>": 32016, | |
| "<|verdict|>": 32017, | |
| "<|PAD|>": 32018, | |
| "<|PAD2|>": 32019, | |
| } | |
| ``` | |