Xenova HF staff commited on
Commit
33a6ebb
1 Parent(s): b6f520b

Upload 5 files

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. tokenizer.json +9 -0
  3. tokenizer_config.json +8 -0
config.json CHANGED
@@ -36,5 +36,6 @@
36
  "vocab_size": 51200
37
  },
38
  "torch_dtype": "float16",
39
- "transformers_version": "4.38.2"
 
40
  }
 
36
  "vocab_size": 51200
37
  },
38
  "torch_dtype": "float16",
39
+ "transformers_version": "4.38.2",
40
+ "image_token_index": -200
41
  }
tokenizer.json CHANGED
@@ -3,6 +3,15 @@
3
  "truncation": null,
4
  "padding": null,
5
  "added_tokens": [
 
 
 
 
 
 
 
 
 
6
  {
7
  "id": 50256,
8
  "content": "<|endoftext|>",
 
3
  "truncation": null,
4
  "padding": null,
5
  "added_tokens": [
6
+ {
7
+ "id": -200,
8
+ "content": "<image>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
  {
16
  "id": 50256,
17
  "content": "<|endoftext|>",
tokenizer_config.json CHANGED
@@ -1,6 +1,14 @@
1
  {
2
  "add_prefix_space": false,
3
  "added_tokens_decoder": {
 
 
 
 
 
 
 
 
4
  "50256": {
5
  "content": "<|endoftext|>",
6
  "lstrip": false,
 
1
  {
2
  "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
+ "-200": {
5
+ "content": "<image>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
  "50256": {
13
  "content": "<|endoftext|>",
14
  "lstrip": false,