Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
-
"document_prompt":
|
| 9 |
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"num_hidden_layers": 12,
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"position_embedding_type": "absolute",
|
| 28 |
-
"query_prompt":
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.45.2",
|
| 31 |
"type_vocab_size": 2,
|
|
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
+
"document_prompt": null,
|
| 9 |
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 25 |
"num_hidden_layers": 12,
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"position_embedding_type": "absolute",
|
| 28 |
+
"query_prompt": "Represent this sentence for searching relevant passages: ",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.45.2",
|
| 31 |
"type_vocab_size": 2,
|