Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"max_position_embeddings": 512,
|
| 24 |
"model_type": "col",
|
| 25 |
-
"
|
| 26 |
"num_attention_heads": 12,
|
| 27 |
"num_hidden_layers": 12,
|
| 28 |
"pad_token_id": 0,
|
|
@@ -33,7 +33,6 @@
|
|
| 33 |
"query_length": 32,
|
| 34 |
"query_mask_scoring_tokens": null,
|
| 35 |
"similarity_function": "dot",
|
| 36 |
-
"sparsification": null,
|
| 37 |
"torch_dtype": "float32",
|
| 38 |
"transformers_version": "4.42.4",
|
| 39 |
"type_vocab_size": 2,
|
|
|
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"max_position_embeddings": 512,
|
| 24 |
"model_type": "col",
|
| 25 |
+
"normalization_strategy": null,
|
| 26 |
"num_attention_heads": 12,
|
| 27 |
"num_hidden_layers": 12,
|
| 28 |
"pad_token_id": 0,
|
|
|
|
| 33 |
"query_length": 32,
|
| 34 |
"query_mask_scoring_tokens": null,
|
| 35 |
"similarity_function": "dot",
|
|
|
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
"transformers_version": "4.42.4",
|
| 38 |
"type_vocab_size": 2,
|