Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"NomicBertModel"
|
| 5 |
],
|
| 6 |
-
"attn_pdrop": 0.
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
| 9 |
"AutoModel": "modeling_hf_nomic_bert.NomicBertModel",
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"prenorm": false,
|
| 33 |
"qkv_proj_bias": false,
|
| 34 |
"reorder_and_upcast_attn": false,
|
| 35 |
-
"resid_pdrop": 0.
|
| 36 |
"rotary_emb_base": 1000,
|
| 37 |
"rotary_emb_fraction": 1.0,
|
| 38 |
"rotary_emb_interleaved": false,
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"scale_attn_by_inverse_layer_idx": false,
|
| 42 |
"scale_attn_weights": true,
|
| 43 |
"summary_activation": null,
|
| 44 |
-
"summary_first_dropout": 0.
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"NomicBertModel"
|
| 5 |
],
|
| 6 |
+
"attn_pdrop": 0.1,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
| 9 |
"AutoModel": "modeling_hf_nomic_bert.NomicBertModel",
|
|
|
|
| 32 |
"prenorm": false,
|
| 33 |
"qkv_proj_bias": false,
|
| 34 |
"reorder_and_upcast_attn": false,
|
| 35 |
+
"resid_pdrop": 0.1,
|
| 36 |
"rotary_emb_base": 1000,
|
| 37 |
"rotary_emb_fraction": 1.0,
|
| 38 |
"rotary_emb_interleaved": false,
|
|
|
|
| 41 |
"scale_attn_by_inverse_layer_idx": false,
|
| 42 |
"scale_attn_weights": true,
|
| 43 |
"summary_activation": null,
|
| 44 |
+
"summary_first_dropout": 0.1,
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|