Add model
Browse files- open_clip_config.json +2 -1
open_clip_config.json
CHANGED
@@ -31,7 +31,8 @@
|
|
31 |
},
|
32 |
"norm_kwargs": {
|
33 |
"eps": 1e-06
|
34 |
-
}
|
|
|
35 |
}
|
36 |
},
|
37 |
"preprocess_cfg": {
|
|
|
31 |
},
|
32 |
"norm_kwargs": {
|
33 |
"eps": 1e-06
|
34 |
+
},
|
35 |
+
"tokenizer_mode": "clips"
|
36 |
}
|
37 |
},
|
38 |
"preprocess_cfg": {
|