hf-transformers-bot commited on
Commit
172197e
·
verified ·
1 Parent(s): c17ecb9

Add tiny processor fixture for testing

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer.json +2 -2
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "ignore_index": -100,
6
  "image_token_index": 32000,
7
  "model_type": "llava",
8
- "pad_token_id": 32001,
9
  "projector_hidden_act": "gelu",
10
  "text_config": {
11
  "_name_or_path": "lmsys/vicuna-7b-v1.5",
 
5
  "ignore_index": -100,
6
  "image_token_index": 32000,
7
  "model_type": "llava",
8
+ "pad_token_id": 502,
9
  "projector_hidden_act": "gelu",
10
  "text_config": {
11
  "_name_or_path": "lmsys/vicuna-7b-v1.5",
tokenizer.json CHANGED
@@ -31,7 +31,7 @@
31
  "special": true
32
  },
33
  {
34
- "id": 32000,
35
  "content": "<image>",
36
  "single_word": false,
37
  "lstrip": false,
@@ -40,7 +40,7 @@
40
  "special": true
41
  },
42
  {
43
- "id": 32001,
44
  "content": "<pad>",
45
  "single_word": false,
46
  "lstrip": false,
 
31
  "special": true
32
  },
33
  {
34
+ "id": 501,
35
  "content": "<image>",
36
  "single_word": false,
37
  "lstrip": false,
 
40
  "special": true
41
  },
42
  {
43
+ "id": 502,
44
  "content": "<pad>",
45
  "single_word": false,
46
  "lstrip": false,