File size: 1,058 Bytes
d000b90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "model_name": "ESS-AIST-81M",
  "base_family": "AIST-86M-compatible",
  "output_dimension": 1536,
  "slices": {
    "semantic": [
      0,
      512
    ],
    "subject": [
      512,
      1024
    ],
    "event": [
      1024,
      1536
    ]
  },
  "prefixes": {
    "semantic_prefix": 512,
    "semantic_subject_prefix": 1024,
    "full_prefix": 1536
  },
  "normalized_views": {
    "semantic_key": "l2norm(z[0:512])",
    "subject_key": "l2norm(z[512:1024])",
    "event_key": "l2norm(z[1024:1536])",
    "full_key": "l2norm(z[0:1536])"
  },
  "supported_modalities": [
    "text",
    "image",
    "audio"
  ],
  "normalization_behavior": {
    "raw_embedding": "un-normalized 1536d vector",
    "recommended_runtime": "L2-normalize per-slice or full vector depending on task"
  },
  "matryoshka_behavior": {
    "512": "semantic retrieval",
    "1024": "semantic plus subject continuity",
    "1536": "semantic plus subject plus event continuity"
  },
  "optional_probes": [
    "salience_score",
    "novelty_score",
    "boundary_score"
  ]
}