|
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": "", |
|
} |
|
|