File size: 772 Bytes
a668ecc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "analysis_label": "exploratory_embedding_analysis",
  "embedding_dim": 256,
  "embedding_model": "local_hashing_token_ngram_v1",
  "hash_function": "zlib.crc32 signed feature hashing",
  "inputs": {
    "condition_level": "outputs\\condition_level_representations.jsonl",
    "sliding_window": "outputs\\sliding_window_representations.jsonl"
  },
  "library": "numpy",
  "ngram_range": [
    1,
    2
  ],
  "normalization": "l2",
  "not_included": [
    "neural embeddings",
    "latent model hidden states",
    "logits",
    "probabilities",
    "reaction times",
    "API costs",
    "latency measurements"
  ],
  "projection": "PCA via numpy.linalg.svd with deterministic component sign convention",
  "tokenizer_regex": "[a-z0-9_]+"
}