AbstractPhil commited on
Commit
8e42b95
·
verified ·
1 Parent(s): afab679

mapwise state representations: byte language C built from codex, both vocabs projected through it (full row contract); joint content-state map + words-of-C table

Browse files
Files changed (1) hide show
  1. mapwise_summary.json +38 -0
mapwise_summary.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lexicon": {
3
+ "n_bytes": 256016,
4
+ "contexts": {
5
+ "1": 56,
6
+ "2": 432,
7
+ "3": 2049,
8
+ "4": 4733
9
+ },
10
+ "word_grams": 999
11
+ },
12
+ "projections": {
13
+ "flan-t5-small": {
14
+ "tokens": 31997,
15
+ "word_frac": 0.0182,
16
+ "divides_frac": 0.0143,
17
+ "cohesive_frac": 0.9857,
18
+ "mean_internal_hmax_bits": 0.3549,
19
+ "split_h_bits": 3.0
20
+ },
21
+ "tinybert-4l-312d": {
22
+ "tokens": 29523,
23
+ "word_frac": 0.0187,
24
+ "divides_frac": 0.0479,
25
+ "cohesive_frac": 0.9521,
26
+ "mean_internal_hmax_bits": 0.5213,
27
+ "split_h_bits": 3.0
28
+ }
29
+ },
30
+ "joint": {
31
+ "content_states": 45162,
32
+ "both": 11407,
33
+ "only_A": 18348,
34
+ "only_B": 15407,
35
+ "as_words_in_C": 491,
36
+ "divides_hmax3": 0
37
+ }
38
+ }