stas commited on
Commit
2c22c33
1 Parent(s): 1c0bf47

processor config

Browse files
model-00001-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:011a49d41e8607ccb5f650dad9051c166d52478710b1ed8c9fd74259237fa998
3
- size 9971725832
 
 
 
 
model-00002-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:19088005fc5e28d166537553fb49ff9e2208847dba4c8a724879c0eb9680f8a3
3
- size 7887778512
 
 
 
 
model.safetensors.index.json DELETED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_mean": [
3
+ 0.48145466,
4
+ 0.4578275,
5
+ 0.40821073
6
+ ],
7
+ "image_processor_type": "IdeficsImageProcessor",
8
+ "image_size": 224,
9
+ "image_std": [
10
+ 0.26862954,
11
+ 0.26130258,
12
+ 0.27577711
13
+ ],
14
+ "processor_class": "IdeficsProcessor"
15
+ }