aoiandroid commited on
Commit
48036ea
·
verified ·
1 Parent(s): f571733

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - multilingual
4
+ language_details: "NLLB-200 supports 200 languages (see facebook/nllb-200-distilled-600M)"
5
+ license: "cc-by-nc-4.0"
6
+ tags:
7
+ - translation
8
+ - coreml
9
+ - nllb
10
+ - apple
11
+ - ios
12
+ - mlpackage
13
+ - float32
14
+ pipeline_tag: translation
15
+ datasets:
16
+ - flores-200
17
+ base_model: facebook/nllb-200-distilled-600M
18
+ ---
19
+
20
+ # NLLB-200 Core ML 1024 — FLOAT32 (private snapshot)
21
+
22
+ **Private** Hub repo: full **float32** Core ML `mlpackage` tree (encoder + KV decoder init/step), ~**5 GB** on disk. Same layout as local `output/nllb200-coreml-1024`.
23
+
24
+ This is a **separate repository** from:
25
+
26
+ - Public or other `nllb200-coreml-1024` variants on the Hub
27
+ - [nllb200-coreml-1024-pal8](https://huggingface.co/aoiandroid/nllb200-coreml-1024-pal8) (8-bit weight-only palettized, ~1.3 GB)
28
+
29
+ Use **float32** when you need maximum numerical stability; use **pal8** for smaller download and faster inference on tested Mac setups.
30
+
31
+ ## Base model (official)
32
+
33
+ Derived from **[facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M)** — same license and use restrictions as the base model card ([CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/)).
34
+
35
+ | Item | Value |
36
+ |------|--------|
37
+ | Max length | 1024 |
38
+ | Packages | `NLLB_Encoder_1024`, `NLLB_Decoder_1024_init`, `NLLB_Decoder_1024_step` + `tokenizer/` + `config.json` |
39
+
40
+ ## App / model ID
41
+
42
+ TranslateBlue: **`nllb200-coreml-1024`** with `NLLBCoreMLTranslationService` (same file names as this repo).
43
+
44
+ ## License and citation
45
+
46
+ Same as [README_nllb200_coreml_1024.md](https://github.com/aoiandroid/TranslateBlue/blob/main/Notebooks/nllb/README_nllb200_coreml_1024.md) and the NLLB paper — cite `facebook/nllb-200-distilled-600M` and NLLB-200.