Upload processor
Browse files- README.md +1 -1
- tokenizer.json +2 -7
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: bsd-3-clause
|
4 |
-
base_model: Salesforce/blip-vqa-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
1 |
---
|
2 |
+
base_model: Salesforce/blip-vqa-base
|
3 |
library_name: transformers
|
4 |
license: bsd-3-clause
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
tokenizer.json
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 16,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
"strategy": {
|
6 |
+
"Fixed": 20
|
7 |
},
|
8 |
"direction": "Right",
|
9 |
"pad_to_multiple_of": null,
|