Commit
•
821bd6f
1
Parent(s):
d1e95b6
json decode error
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
"clean_up_tokenization_spaces": false,
|
49 |
"eos_token": "</s>",
|
50 |
"extra_special_tokens": {
|
51 |
-
"image_token": "<image>"
|
52 |
},
|
53 |
"image_token": "<image>",
|
54 |
"legacy": false,
|
|
|
48 |
"clean_up_tokenization_spaces": false,
|
49 |
"eos_token": "</s>",
|
50 |
"extra_special_tokens": {
|
51 |
+
"image_token": "<image>"
|
52 |
},
|
53 |
"image_token": "<image>",
|
54 |
"legacy": false,
|