Add tiny processor fixture for testing
Browse files- config.json +1 -1
- 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":
|
| 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":
|
| 35 |
"content": "<image>",
|
| 36 |
"single_word": false,
|
| 37 |
"lstrip": false,
|
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"special": true
|
| 41 |
},
|
| 42 |
{
|
| 43 |
-
"id":
|
| 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,
|