File size: 920 Bytes
2e4bc3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROMPT = {
    "STS": "Represent the sentence for retrieving duplicate sentences:\n",
    "Summarization": "Represent the news article or news title for retrieval:\n",
    "BitextMining": "Represent the sentence\n",
    "Classification": "Represent the sentence for retrieving the sentence belonging to the same category:\n",
    "Clustering": "Represent the sentence to find similar sentences:\n",
    "Reranking-query": "Represent the question:\n",
    "Reranking-passage": "Represent the following text:\n",
    "Retrieval-query": "Represent the question:\n",
    "Retrieval-passage": "Represent the following text:\n",
    "InstructionRetrieval": "Retrieve text based on user query:\n",
    "PairClassification": "Represent the sentence for retrieving duplicate sentences:\n",
    "MultilabelClassification": "Represent the sentence for retrieving the sentence belonging to the same category:\n",
    "Speed": "",
}