File size: 467 Bytes
a5837f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_type": "vortex-embed",
  "architectures": ["VortexEmbedV3"],
  "vocab_size": 29528,
  "embedding_dim": 256,
  "block_size": 32,
  "num_blocks": 8,
  "quantization": "lf4",
  "bits": 4,
  "compression_vs_fp32": 6.4,
  "original_model": "VTXAI/Vortex-Embed-4.7M",
  "base_model": "VTXAI/Vortex-Embed-4.7M",
  "sif_a": 0.01,
  "sif_pc": 1.0,
  "pc_k": 1,
  "notes": "v3 = sentence-similarity RAG model. No code-search knobs. Spearman 0.7560 on STS-B test."
}