Views
No views yet
max_position_embeddings.| Item | Official value |
|---|---|
| Model type | M2M100 (encoder-decoder) |
| Parameters | ~600M (distilled) |
| Languages | 200 (Flores-200 coverage) |
| Max position embeddings | 1024 (config.json) |
| Vocab size | 256,206 |
| License | CC-BY-NC-4.0 |
max_position_embeddings| File / folder | Description |
|---|---|
NLLB_Encoder_1024.mlpackage | Encoder (source encoding) |
NLLB_Decoder_1024_init.mlpackage | Decoder first step (with encoder outputs) |
NLLB_Decoder_1024_step.mlpackage | Decoder subsequent steps (with past KV cache) |
tokenizer/ | SentencePiece tokenizer (same as base model) |
config.json | Model config |
eng_Latn, jpn_Jpan).config.json of the base model.1@article{nllb2022,
2 title={No Language Left Behind: Scaling Human-Centered Machine Translation},
3 author={{NLLB Team} and others},
4 journal={arXiv preprint arXiv:2207.04672},
5 year={2022}
6}