Final_Assignment_Template / final_model /special_tokens_map.json
mjschock's picture
Add final model files including adapter configuration, model weights, tokenizer settings, and README documentation for SmolLM2-135M. This commit establishes the foundational structure for model deployment and usage.
7d4f8c8 unverified
raw
history blame contribute delete
120 Bytes
{
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|PAD_TOKEN|>",
"unk_token": "�"
}