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