Xenova HF staff commited on
Commit
fcc0a34
1 Parent(s): beef4ef

Upload 9 files

Browse files
Files changed (3) hide show
  1. added_tokens.json +2 -1
  2. tokenizer.json +9 -0
  3. tokenizer_config.json +8 -0
added_tokens.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "<|endoftext|>": 151643,
3
  "<|im_end|>": 151645,
4
- "<|im_start|>": 151644
 
5
  }
 
1
  {
2
  "<|endoftext|>": 151643,
3
  "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644,
5
+ "<image>": -200
6
  }
tokenizer.json CHANGED
@@ -29,6 +29,15 @@
29
  "rstrip": false,
30
  "normalized": false,
31
  "special": true
 
 
 
 
 
 
 
 
 
32
  }
33
  ],
34
  "normalizer": {
 
29
  "rstrip": false,
30
  "normalized": false,
31
  "special": true
32
+ },
33
+ {
34
+ "id": -200,
35
+ "content": "<image>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
  }
42
  ],
43
  "normalizer": {
tokenizer_config.json CHANGED
@@ -24,6 +24,14 @@
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
 
 
 
 
 
 
 
27
  }
28
  },
29
  "additional_special_tokens": [
 
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
+ },
28
+ "-200": {
29
+ "content": "<image>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
  }
36
  },
37
  "additional_special_tokens": [