SmolLM2-135M-Instruct / shared /tokenizer /mobiletransformers_tokenizer_config.json
martinkorelic's picture
Upload folder using huggingface_hub
0442819 verified
Raw
History Blame Contribute Delete
291 Bytes
{
"model": {
"bos_token_id": 1,
"context_length": 8192,
"num_attention_heads": 9,
"num_hidden_layers": 30,
"num_key_value_heads": 3,
"eos_token_id": 2,
"pad_token_id": 2,
"type": "llama",
"vocab_size": 49152
}
}