fawern commited on
Commit
3f88822
1 Parent(s): 8a076f0

Upload processor

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. tokenizer.json +2 -2
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
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 20,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 20
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 32,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 32
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,