Ben Graville
embeddinggemma-300m Core AI fp32 static (seq 256), rebuilt on Linux box 2026-08-17; producer coreai-core 1.0.0b2; tokenizer bit-identical to mlboydaisuke@d9a60a18, main.mlirb +262 B (conversion is not byte-deterministic)
2bee70c verified | { | |
| "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.1459198147058487, | |
| "doc_bike|query_bike": 0.6273255348205566, | |
| "doc_bike|query_capital": 0.03804422914981842, | |
| "doc_bike|doc_tokyo": 0.20749269425868988, | |
| "doc_tokyo|query_bike": 0.08935077488422394, | |
| "doc_tokyo|query_capital": 0.5779669880867004 | |
| } | |
| } |