amber-large / mldr /models /retrieva_en.py
Katsumata420's picture
Upload 6 files
2e4bc3b verified
raw
history blame
920 Bytes
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": "",
}