Views
No views yet
Hanno-Labs/dinghy-law-8b-v1,
a multilingual legal text-embedding model with 8B parameters, derived
from nvidia/Nemotron-3-Embed-8B-BF16. Source
revision 8a2d25a2c845f0e3001e3198c71b2a0db4eee27e.| file | size | fidelity verdict |
|---|---|---|
dinghy-law-8b-v1-Q4_K_M.gguf | 4.90 GB | PASS |
dinghy-law-8b-v1-Q6_K.gguf | 6.53 GB | PASS |
dinghy-law-8b-v1-Q8_0.gguf | 8.46 GB | PASS |
dinghy-law-8b-v1-bf16.gguf | 15.91 GB | PASS |
Q8_0 is the recommended default when memory permits. Q6_K trades a smaller
footprint for modest additional quantization error. Q4_K_M is the compact
option; use the measured fidelity below when choosing.is_causal: false setting in GGUF metadata.false and automatic EOS insertion to
false. These values match the source tokenizer; do not
add special tokens manually.Transformer -> mean pool -> L2 normalize. On the frozen multilingual legal probes, cosine between the full
HF package and the backbone-only representation is
0.99638 mean / 0.99251 minimum.
The table below separately reports each quant against both the backbone and the
full public model.query: and documents with
passage: . These are semantic roles used during training and
evaluation, not optional display labels.| file | mean cos vs HF backbone | min cos vs HF backbone | mean cos vs full HF | min cos vs full HF |
|---|---|---|---|---|
dinghy-law-8b-v1-bf16.gguf | 0.99996 | 0.99992 | 0.99633 | 0.99247 |
dinghy-law-8b-v1-Q8_0.gguf | 0.99981 | 0.99977 | 0.99619 | 0.99224 |
dinghy-law-8b-v1-Q6_K.gguf | 0.99910 | 0.99892 | 0.99548 | 0.99162 |
dinghy-law-8b-v1-Q4_K_M.gguf | 0.99328 | 0.99146 | 0.98966 | 0.98631 |
1llama-embedding -m dinghy-law-8b-v1-Q8_0.gguf \
2 -p "query: What is the punishment for criminal breach of trust by a public servant?" \
3 --pooling mean --embd-normalize 2 -c 81921llama-embedding -m dinghy-law-8b-v1-Q8_0.gguf \
2 -p "passage: Whoever commits criminal breach of trust may be punished under the applicable statute." \
3 --pooling mean --embd-normalize 2 -c 81925f55650a7.
Container: ghcr.io/ggml-org/llama.cpp@sha256:c44fb21e7342c21d22f74516aafb47294bf5b5886a929ccc67f9325c67b39b9d.LICENSE and NOTICE.