Bill Cai
commited on
Commit
•
e8348cb
1
Parent(s):
eaf0b71
Update tokenizer_config.json
Browse filesalign config with sealion3b and sealion7b (https://huggingface.co/aisingapore/sealion7b/blob/main/tokenizer_config.json#L23)
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
},
|
22 |
"auto_map": {
|
23 |
"AutoTokenizer": [
|
24 |
-
"
|
25 |
null
|
26 |
]
|
27 |
},
|
|
|
21 |
},
|
22 |
"auto_map": {
|
23 |
"AutoTokenizer": [
|
24 |
+
"tokenization_SEA_BPE.SEABPETokenizer",
|
25 |
null
|
26 |
]
|
27 |
},
|