suchirsalhan commited on
Commit
4d35f0c
·
verified ·
1 Parent(s): a830232

Upload Base + Language-Specific LangMAP mistral-7b-v03×fin_Latn (smoke smokeM4.fin.mistral-7b-v03.v32768)

Browse files
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: tokenizers
3
+ language:
4
+ - fin
5
+ tags:
6
+ - LangMAP
7
+ - unsupervised
8
+ - tokenizer
9
+ ---
10
+
11
+ # Base + Language-Specific LangMAP — mistral-7b-v03 × fin_Latn
12
+
13
+ Unsupervised tokenization specialised for **fin_Latn**, derived from the
14
+ **mistral-7b-v03** base BPE tokenizer using the LangMAP framework.
15
+
16
+ This repository bundles:
17
+ - `base_tokenizer.json` — joint LAS Unigram base
18
+ - `langspec_fin_Latn.json` — language-specific overlay (re-EM on fin_Latn corpus)
19
+ - `tokenizer.json` — alias for the overlay (default load target)
20
+
21
+ Inference uses base + language-specific scores together (the LangMAP variant);
22
+ do not use the bare overlay or base on its own.
23
+
24
+ Trained from job `smokeM4.fin.mistral-7b-v03.v32768` (vocab=32768, langs=[fin_Latn], iters=5,
25
+ em_mode=soft, byte_fallback=True, seed-fix applied).
26
+
27
+ ## Loading
28
+
29
+ ```python
30
+ from tokenizers import Tokenizer
31
+ tok = Tokenizer.from_file("tokenizer.json")
32
+ ```
base_tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
langspec_fin_Latn.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/base_tokenizer_prune_1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8050599ea8cdb52e5ea6b0b847b5f1f34244a828367235f120a05bbf9f9ba707
3
+ size 3328254
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff