AmoghM commited on
Commit
f844147
·
verified ·
1 Parent(s): f5b66cc

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "Instruct: Represent the following text for sentiment classification: ",
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 0,
21
  "position_embedding_type": "absolute",
22
- "query_prompt": null,
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.45.2",
25
  "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,
 
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 0,
21
  "position_embedding_type": "absolute",
22
+ "query_prompt": "Represent this sentence for searching relevant passages:",
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.45.2",
25
  "type_vocab_size": 2,