visheratin
commited on
Commit
•
e5c191f
1
Parent(s):
b3893c8
Add model
Browse files- open_clip_config.json +7 -7
- open_clip_pytorch_model.bin +1 -1
open_clip_config.json
CHANGED
@@ -19,16 +19,16 @@
|
|
19 |
},
|
20 |
"preprocess_cfg": {
|
21 |
"mean": [
|
22 |
-
0.
|
23 |
-
0.
|
24 |
-
0.
|
25 |
],
|
26 |
"std": [
|
27 |
-
0.
|
28 |
-
0.
|
29 |
-
0.
|
30 |
],
|
31 |
"interpolation": "bicubic",
|
32 |
-
"resize_mode": "
|
33 |
}
|
34 |
}
|
|
|
19 |
},
|
20 |
"preprocess_cfg": {
|
21 |
"mean": [
|
22 |
+
0.48145466,
|
23 |
+
0.4578275,
|
24 |
+
0.40821073
|
25 |
],
|
26 |
"std": [
|
27 |
+
0.26862954,
|
28 |
+
0.26130258,
|
29 |
+
0.27577711
|
30 |
],
|
31 |
"interpolation": "bicubic",
|
32 |
+
"resize_mode": "shortest"
|
33 |
}
|
34 |
}
|
open_clip_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4782280478
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a96761e35d5182302f11d3d14c2f3aa1c031e79d95ec7c9e523dddcf91471a16
|
3 |
size 4782280478
|