Views
No views yet
| File | Purpose | SHA-256 |
|---|---|---|
DenseOn-Q8_0.gguf | Q8_0 ModernBERT encoder with native CLS pooling metadata | 506d5bab02a4adf7c00a71fef2bb58bfa54f769e15670886e212af7c16b4ccff |
1.load ./litembeddings
2
3SELECT lembed_model(
4 '/path/to/DenseOn-Q8_0.gguf',
5 json_object('ctx_size', 512, 'batch_size', 512)
6);
7
8-- Prefixes are required by DenseOn's training contract.
9SELECT lembed('query: best database indexing strategy');
10SELECT lembed('document: covering indexes can avoid table lookups');query: for queries and document: for corpus passages. Omitting or swapping these prefixes can reduce retrieval quality. The source model's maximum sequence length is 512 tokens.lightonai/DenseOncb9947ebccb33862d24e3c7ca2edb25e51acd8876eddde06a4f25d55d538b5d15628dcc2b68821470.999389 for the validation query. Small differences are expected from Q8_0 quantization.