File size: 2,652 Bytes
cf5d356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "c4prime-vocab240": {
    "display_name": "C4'-only / vocabulary 240",
    "atoms": "a1",
    "num_atoms": 1,
    "levels": [8, 6, 5],
    "codebook_size": 240,
    "config": "configs/c4prime-vocab240.json",
    "weights": "weights/c4prime-vocab240.safetensors"
  },
  "c4prime-vocab1000": {
    "display_name": "C4'-only / vocabulary 1,000",
    "atoms": "a1",
    "num_atoms": 1,
    "levels": [8, 5, 5, 5],
    "codebook_size": 1000,
    "config": "configs/c4prime-vocab1000.json",
    "weights": "weights/c4prime-vocab1000.safetensors"
  },
  "c4prime-vocab4375": {
    "display_name": "C4'-only / vocabulary 4,375",
    "atoms": "a1",
    "num_atoms": 1,
    "levels": [7, 5, 5, 5, 5],
    "codebook_size": 4375,
    "config": "configs/c4prime-vocab4375.json",
    "weights": "weights/c4prime-vocab4375.safetensors"
  },
  "backbone-vocab240": {
    "display_name": "10-atom backbone / vocabulary 240",
    "atoms": "a10",
    "num_atoms": 10,
    "levels": [8, 6, 5],
    "codebook_size": 240,
    "config": "configs/backbone-vocab240.json",
    "weights": "weights/backbone-vocab240.safetensors"
  },
  "backbone-vocab1000": {
    "display_name": "10-atom backbone / vocabulary 1,000",
    "atoms": "a10",
    "num_atoms": 10,
    "levels": [8, 5, 5, 5],
    "codebook_size": 1000,
    "config": "configs/backbone-vocab1000.json",
    "weights": "weights/backbone-vocab1000.safetensors"
  },
  "backbone-vocab4375": {
    "display_name": "10-atom backbone / vocabulary 4,375",
    "atoms": "a10",
    "num_atoms": 10,
    "levels": [7, 5, 5, 5, 5],
    "codebook_size": 4375,
    "config": "configs/backbone-vocab4375.json",
    "weights": "weights/backbone-vocab4375.safetensors"
  },
  "backbone-base-vocab240": {
    "display_name": "11-atom backbone + base anchor / vocabulary 240",
    "atoms": "a11",
    "num_atoms": 11,
    "levels": [8, 6, 5],
    "codebook_size": 240,
    "config": "configs/backbone-base-vocab240.json",
    "weights": "weights/backbone-base-vocab240.safetensors"
  },
  "backbone-base-vocab1000": {
    "display_name": "11-atom backbone + base anchor / vocabulary 1,000",
    "atoms": "a11",
    "num_atoms": 11,
    "levels": [8, 5, 5, 5],
    "codebook_size": 1000,
    "config": "configs/backbone-base-vocab1000.json",
    "weights": "weights/backbone-base-vocab1000.safetensors"
  },
  "backbone-base-vocab4375": {
    "display_name": "11-atom backbone + base anchor / vocabulary 4,375",
    "atoms": "a11",
    "num_atoms": 11,
    "levels": [7, 5, 5, 5, 5],
    "codebook_size": 4375,
    "config": "configs/backbone-base-vocab4375.json",
    "weights": "weights/backbone-base-vocab4375.safetensors"
  }
}