add hotchpotch/bekko-embedding-v1-a8m
#3
by hotchpotch - opened
Add HAKARI-Bench results for hotchpotch/bekko-embedding-v1-a8m
Summary
| Field | Value |
|---|---|
| Model | hotchpotch/bekko-embedding-v1-a8m |
| Result directory | hotchpotch__bekko-embedding-v1-a8m |
| Target path | hakari-results/hotchpotch__bekko-embedding-v1-a8m |
| Result files | 551 total, 551 .json.xz |
| Evaluation method | dense |
| Core nDCG@10 | 0.4971 |
| Core score units | 88 grouped units from 257 raw task results |
Core nDCG@10
| Core component | nDCG@10 | Score units | Raw task results |
|---|---|---|---|
| MNanoBEIR | 0.5278 | 13 | 182 |
| NanoMMTEB-v2 | 0.4782 | 18 | 18 |
| NanoRTEB | 0.5434 | 14 | 14 |
| NanoMLDR | 0.5406 | 13 | 13 |
| NanoBRIGHT | 0.3116 | 20 | 20 |
| NanoCoIR | 0.7408 | 10 | 10 |
Reproducibility
| Field | Value |
|---|---|
| Model source | hotchpotch/bekko-embedding-v1-a8m |
| Model revision | 26f8161ca92e39de93152e9a8ce76ca9a672c6e6 |
| Dataset revision(s) | 017849a95097eea984680cbab35972f8d3812376, 0a6b8e4feaac801f0748d2f77291e93ceb2cfdc1, 0c8fdb149eee31b8dd5dc17fc82e6795dd1e8681, 158ceac28e2468e55a56b3d056ccbe33e13aa8d8, 193d979abe245c7e7e6dec6e9ad6360cf98edbf9, ... (48 total) |
| Evaluated at UTC | 2026-06-11T07:24:18.448620+00:00 to 2026-06-11T09:35:09.192849+00:00 |
| Generated at UTC | 2026-06-11T07:24:18.827556+00:00 to 2026-06-11T09:35:09.192861+00:00 |
| dtype | bf16 |
| device | cuda:0 |
| batch size | 16 |
| attention implementation | flash_attention_2 |
| trust remote code | False |
| max sequence length | 8192 |
| candidate ranking | reranking_hybrid |
| rerank top-k | not recorded |
| query prompt name | query |
| document prompt name | passage |
| Python | 3.12.12 (main, Dec 9 2025, 19:02:36) [Clang 21.1.4 ] |
| Platform | Linux-6.8.0-107-generic-x86_64-with-glibc2.39 |
| torch | 2.9.0 |
| transformers | 4.57.6 |
| sentence-transformers | 5.4.1 |
| datasets | 4.8.4 |
| CUDA | available=True, version=12.8 |
| CUDA devices | 0: NVIDIA GeForce RTX 5090 |
Command
CUDA_VISIBLE_DEVICES=0 uv run --group tf4-fa2 hakari-bench evaluate dense \
--model hotchpotch/bekko-embedding-v1-a8m \
--all \
--dtype bf16 \
--device cuda:0 \
--flash-attn2 \
--query-prompt-name query \
--document-prompt-name passage \
--embedding-variant truncate:384,256,128,64 \
--batch-size 16
Submitter Notes
- Standard dense
--allrun with the model card's retrieval prompts:queryfor queries andpassagefor documents. Thepassageprompt name is
an alias for the documentedpassage:document prefix. - Run used Transformers 4.x with Flash Attention 2 through the
tf4-fa2uv
dependency group,bf16,cuda:0, max sequence length 8192, and batch size - The model supports truncation dimensions
384,256,128,64. The 384-dimensional
truncate variant matches the base embedding dimension and was skipped by
HAKARI-Bench as a no-op duplicate; base rows represent the 384-dimensional
result. - Dense default embedding variants were left enabled, so full-dimension
quantized/rescore variants and truncate x quantized/rescore variants were
generated where applicable.
Checklist
- Result files are committed under
hakari-results/hotchpotch__bekko-embedding-v1-a8m/. - Result files are compressed
.json.xz; no caches, DuckDB files, HTML reports, or local scratch artifacts are included. - The result JSON records model revision, dataset revision, runtime configuration, and package versions.
- Core nDCG@10 above was generated from the submitted result files.
- Any non-default prompt, sequence length, attention implementation, candidate ranking, or reranker setting is documented above.
hotchpotch changed pull request status to open
hotchpotch changed pull request status to merged