Vincent Claes
commited on
Commit
•
bda9824
1
Parent(s):
707ad68
re-add model 20240103-1
Browse files- config.json +2 -2
- preprocessor_config.json +1 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPModel"
|
5 |
],
|
@@ -14,7 +14,7 @@
|
|
14 |
"model_type": "clip_text_model"
|
15 |
},
|
16 |
"torch_dtype": "float32",
|
17 |
-
"transformers_version": "4.
|
18 |
"vision_config": {
|
19 |
"dropout": 0.0,
|
20 |
"model_type": "clip_vision_model"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./captions-model-20240103/",
|
3 |
"architectures": [
|
4 |
"CLIPModel"
|
5 |
],
|
|
|
14 |
"model_type": "clip_text_model"
|
15 |
},
|
16 |
"torch_dtype": "float32",
|
17 |
+
"transformers_version": "4.36.2",
|
18 |
"vision_config": {
|
19 |
"dropout": 0.0,
|
20 |
"model_type": "clip_vision_model"
|
preprocessor_config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"do_normalize": true,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
|
|
11 |
"image_mean": [
|
12 |
0.48145466,
|
13 |
0.4578275,
|
|
|
8 |
"do_normalize": true,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
+
"feature_extractor_type": "CLIPFeatureExtractor",
|
12 |
"image_mean": [
|
13 |
0.48145466,
|
14 |
0.4578275,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697428677e0a4e7f3ab1382b3724b7f344bb9ec80664c146cc150600a3a03d05
|
3 |
+
size 605240770
|