File size: 1,616 Bytes
3ff69a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "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
  }
}