BAAI
/

wolfwjs commited on
Commit
1f851da
·
verified ·
1 Parent(s): 577bb4a

Upload 3 files

Browse files
Files changed (3) hide show
  1. emu3.tiktoken +0 -0
  2. emu3_vision_tokens.txt +0 -0
  3. tokenizer_config.json +10 -0
emu3.tiktoken ADDED
The diff for this file is too large to render. See raw diff
 
emu3_vision_tokens.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1000000000000000000,
3
+ "tokenizer_class": "Emu3Tokenizer",
4
+ "auto_map": {
5
+ "AutoTokenizer": [
6
+ "tokenization_emu3.Emu3Tokenizer",
7
+ null
8
+ ]
9
+ }
10
+ }