This repository packages HuggingFaceTB/SmolLM2-360M-Instruct as a compiled Core ML bundle.
Bundle output
The conversion script produces:
smollm2_360m_instruct_only_logits.mlmodelc.zip
The zip layout is:
smollm2_360m_instruct_only_logits.mlmodelc/
tokenizer/
metadata.json
Runtime interface
Task: causal language modeling
Inputs:
input_ids (Int32, shape 1 x 32)
attention_mask (Int32, shape 1 x 32)
Output:
logits
Important
This bundle is marked as tinybrain-causallm-llama-v1.
That is intentional: SmolLM2 uses a Llama-style tokenizer/chat template, so it should not be mixed with the current GPT/BPE runtime in TinyBrain until the app supports that tokenizer family.