nllb
Collection
20 items โข Updated
Core ML .mlpackage bundles for encoder and KV-cache decoder (init + step), exported from facebook/nllb-200-distilled-600M. Fixed sequence length 256, ANE-oriented graph, float32 weights (no palettization in this revision).
| Artifact | Role |
|---|---|
NLLB_Encoder_256.mlpackage |
Encode source tokens |
NLLB_Decoder_256_init.mlpackage |
Decoder first step (no past KV) |
NLLB_Decoder_256_step.mlpackage |
Autoregressive step with past KV |
config.json |
Architecture metadata (seq_len, compute_units, etc.) |
tokenizer/ |
Reference tokenizer files for the app pipeline |
aoiandroid/nllb200-coreml-256-ane-pal8config.json)
model_type: m2m_100 / M2M100ForConditionalGenerationseq_len: 256ane_optimized: truecompute_units: CPU_AND_NEdtype: float32MLModel (or coremltools in Python for validation).src_lang, forced target BOS (e.g. eng_Latn), and your beam/greedy loop around Decoder_256_step.transformers checkpoint; this is a split Core ML deployment (encoder + decoder packages).Base model
facebook/nllb-200-distilled-600M