Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -5,14 +5,11 @@
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"attention_window_size": 4,
|
| 8 |
-
"base_max_position_embeddings": 512,
|
| 9 |
"cls_doc_attention": true,
|
| 10 |
-
"cls_other_cls_attention": false,
|
| 11 |
"cls_query_attention": true,
|
| 12 |
"cls_token_id": 101,
|
| 13 |
"depth": 100,
|
| 14 |
"doc_cls_attention": true,
|
| 15 |
-
"doc_other_cls_attention": false,
|
| 16 |
"doc_query_attention": true,
|
| 17 |
"gradient_checkpointing": false,
|
| 18 |
"hidden_act": "gelu",
|
|
@@ -37,9 +34,9 @@
|
|
| 37 |
"position_embedding_type": "absolute",
|
| 38 |
"query_cls_attention": false,
|
| 39 |
"query_doc_attention": false,
|
| 40 |
-
"rank_position_embedding": false,
|
| 41 |
"save_step": 100000,
|
| 42 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
|
|
|
| 43 |
"token_type_embedding": true,
|
| 44 |
"torch_dtype": "float32",
|
| 45 |
"transformers_version": "4.28.1",
|
|
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"attention_window_size": 4,
|
|
|
|
| 8 |
"cls_doc_attention": true,
|
|
|
|
| 9 |
"cls_query_attention": true,
|
| 10 |
"cls_token_id": 101,
|
| 11 |
"depth": 100,
|
| 12 |
"doc_cls_attention": true,
|
|
|
|
| 13 |
"doc_query_attention": true,
|
| 14 |
"gradient_checkpointing": false,
|
| 15 |
"hidden_act": "gelu",
|
|
|
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"query_cls_attention": false,
|
| 36 |
"query_doc_attention": false,
|
|
|
|
| 37 |
"save_step": 100000,
|
| 38 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
| 39 |
+
"sep_token_id": 102,
|
| 40 |
"token_type_embedding": true,
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
"transformers_version": "4.28.1",
|