mlboydaisuke's picture
Upload folder using huggingface_hub
3ff69a4 verified
Raw
History Blame Contribute Delete
1.62 kB
{
"model": "google/embeddinggemma-300m",
"seq_len": 256,
"dtype": "float32",
"prompts": {
"query": "task: search result | query: ",
"document": "title: none | text: ",
"BitextMining": "task: search result | query: ",
"Clustering": "task: clustering | query: ",
"Classification": "task: classification | query: ",
"InstructionRetrieval": "task: code retrieval | query: ",
"MultilabelClassification": "task: classification | query: ",
"PairClassification": "task: sentence similarity | query: ",
"Reranking": "task: search result | query: ",
"Retrieval": "task: search result | query: ",
"Retrieval-query": "task: search result | query: ",
"Retrieval-document": "title: none | text: ",
"STS": "task: sentence similarity | query: ",
"Summarization": "task: summarization | query: "
},
"texts": {
"query_bike": {
"kind": "query",
"text": "red bicycle parked at the beach"
},
"query_capital": {
"kind": "query",
"text": "what is the capital of Japan"
},
"doc_bike": {
"kind": "document",
"text": "A crimson bike leaning against a palm tree by the sea."
},
"doc_tokyo": {
"kind": "document",
"text": "Tokyo is the capital and largest city of Japan."
}
},
"cosines": {
"query_bike|query_capital": 0.14591985940933228,
"doc_bike|query_bike": 0.6273255348205566,
"doc_bike|query_capital": 0.038044270128011703,
"doc_bike|doc_tokyo": 0.2074926644563675,
"doc_tokyo|query_bike": 0.08935076743364334,
"doc_tokyo|query_capital": 0.5779669284820557
}
}