Update open_clip_config.json
Browse files- open_clip_config.json +8 -2
open_clip_config.json
CHANGED
|
@@ -9,7 +9,10 @@
|
|
| 9 |
"patch_size": 14,
|
| 10 |
"no_ln_pre": true,
|
| 11 |
"pool_type": "avg",
|
| 12 |
-
"final_ln_after_pool": true
|
|
|
|
|
|
|
|
|
|
| 13 |
},
|
| 14 |
"text_cfg": {
|
| 15 |
"context_length": 80,
|
|
@@ -25,7 +28,10 @@
|
|
| 25 |
"no_causal_mask": true,
|
| 26 |
"act_kwargs": {
|
| 27 |
"approximate": "tanh"
|
| 28 |
-
}
|
|
|
|
|
|
|
|
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"preprocess_cfg": {
|
|
|
|
| 9 |
"patch_size": 14,
|
| 10 |
"no_ln_pre": true,
|
| 11 |
"pool_type": "avg",
|
| 12 |
+
"final_ln_after_pool": true,
|
| 13 |
+
"norm_kwargs": {
|
| 14 |
+
"eps": 1e-6
|
| 15 |
+
}
|
| 16 |
},
|
| 17 |
"text_cfg": {
|
| 18 |
"context_length": 80,
|
|
|
|
| 28 |
"no_causal_mask": true,
|
| 29 |
"act_kwargs": {
|
| 30 |
"approximate": "tanh"
|
| 31 |
+
},
|
| 32 |
+
"norm_kwargs": {
|
| 33 |
+
"eps": 1e-6
|
| 34 |
+
}
|
| 35 |
}
|
| 36 |
},
|
| 37 |
"preprocess_cfg": {
|