IliaLarchenko commited on
Commit
010aeba
·
0 Parent(s):

Initial commit

Browse files
.gitattributes ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ params/ocdbt.process_0/d/fdd249f99cc4c79f00fd26d06f4e6e20 filter=lfs diff=lfs merge=lfs -text
37
+ params/ocdbt.process_0/d/97f93ce45a5b5574f38df039221b2761 filter=lfs diff=lfs merge=lfs -text
38
+ params/ocdbt.process_0/d/b47d8a8b823db9abe30ebbc0f5c016d7 filter=lfs diff=lfs merge=lfs -text
39
+ params/ocdbt.process_0/d/34e7bd1764e9c4e05d2757a4586fd8f6 filter=lfs diff=lfs merge=lfs -text
40
+ params/ocdbt.process_0/d/4498bd7918da673b43953b2ac4f8442f filter=lfs diff=lfs merge=lfs -text
41
+ params/ocdbt.process_0/d/c8777096a45c4f75a0019f7f3159a54e filter=lfs diff=lfs merge=lfs -text
42
+ params/ocdbt.process_0/d/e0a12025a8c05d61bd374c6f78f326d9 filter=lfs diff=lfs merge=lfs -text
43
+ replay.mp4 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: jax
4
+ tags:
5
+ - robotics
6
+ - vision-language-action
7
+ - vla
8
+ - flow-matching
9
+ - manipulation
10
+ - garment-folding
11
+ - lehome-challenge
12
+ pipeline_tag: robotics
13
+ ---
14
+
15
+ # LeHome Challenge 2026 — Simulation Policy
16
+
17
+ This is my policy for the **online (simulation) round** of the [LeHome Challenge 2026](https://github.com/lehome-official/lehome-challenge) (ICRA 2026), a competition on bimanual garment folding with a LeRobot SO-ARM101 setup. It placed **1st of 62 teams**.
18
+
19
+ It is a π0.5-based vision-language-action policy trained with an asynchronous RL + DAgger loop entirely in NVIDIA Isaac Sim.
20
+
21
+ For how it works and how to run it, please refer to the code repository and the tech report.
22
+
23
+ - 💻 **Code:** https://github.com/IliaLarchenko/lehome_solution
24
+ - 📄 **Tech report:** _coming soon_
25
+ - ✍️ **Blog post:** https://ilialarchenko.com/projects/lehome2026
26
+ - 🤖 **Real-world final policy:** https://huggingface.co/IliaLarchenko/lehome_real
assets/inference_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_garment_type": {
3
+ "top_long": {
4
+ "actions_to_execute": 5,
5
+ "k_execute": 1.0,
6
+ "actions_to_keep": 6,
7
+ "execute_in_n_steps": 5,
8
+ "num_steps": 10,
9
+ "time_threshold_inpaint": 0.4,
10
+ "cfg_scale": 7,
11
+ "noise_temperature": 0.9,
12
+ "num_rollout_candidates": 2
13
+ },
14
+ "top_short": {
15
+ "actions_to_execute": 5,
16
+ "k_execute": 1.0,
17
+ "actions_to_keep": 3,
18
+ "execute_in_n_steps": 5,
19
+ "num_steps": 10,
20
+ "time_threshold_inpaint": 0.4,
21
+ "cfg_scale": 7,
22
+ "noise_temperature": 0.7,
23
+ "num_rollout_candidates": 3
24
+ },
25
+ "pant_long": {
26
+ "actions_to_execute": 3,
27
+ "k_execute": 1.0,
28
+ "actions_to_keep": 3,
29
+ "execute_in_n_steps": 3,
30
+ "num_steps": 10,
31
+ "time_threshold_inpaint": 0.5,
32
+ "cfg_scale": 9,
33
+ "noise_temperature": 0.7,
34
+ "num_rollout_candidates": 3
35
+ },
36
+ "pant_short": {
37
+ "actions_to_execute": 3,
38
+ "k_execute": 1.0,
39
+ "actions_to_keep": 3,
40
+ "execute_in_n_steps": 3,
41
+ "num_steps": 10,
42
+ "time_threshold_inpaint": 0.5,
43
+ "cfg_scale": 7,
44
+ "noise_temperature": 0.7,
45
+ "num_rollout_candidates": 3
46
+ }
47
+ }
48
+ }
assets/sim_rl/fast_tokenizer/metadata.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 1024,
3
+ "scale": 10.0,
4
+ "encoded_dims": "0:12",
5
+ "encoded_dim_ranges": [
6
+ [
7
+ 0,
8
+ 12
9
+ ]
10
+ ],
11
+ "total_encoded_dims": 12,
12
+ "action_horizon": 30,
13
+ "num_training_chunks": 3341147,
14
+ "compression_stats": {
15
+ "compression_ratio": 8.226127093663598,
16
+ "mean_token_length": 43.763,
17
+ "p99_token_length": 80.0,
18
+ "min_token_length": 7.0,
19
+ "max_token_length": 100.0
20
+ }
21
+ }
assets/sim_rl/fast_tokenizer/processing_action_tokenizer.py ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import logging
2
+ from typing import ClassVar
3
+
4
+ import numpy as np
5
+ from scipy.fft import dct
6
+ from scipy.fft import idct
7
+ from tokenizers import ByteLevelBPETokenizer
8
+ from tokenizers.trainers import BpeTrainer
9
+ from transformers import PreTrainedTokenizerFast
10
+ from transformers.processing_utils import ProcessorMixin
11
+
12
+
13
+ class UniversalActionProcessor(ProcessorMixin):
14
+ attributes: ClassVar[list[str]] = ["bpe_tokenizer"]
15
+ bpe_tokenizer_class: str = "AutoTokenizer"
16
+
17
+ def __init__(
18
+ self,
19
+ bpe_tokenizer: PreTrainedTokenizerFast,
20
+ scale: float = 10,
21
+ vocab_size: int = 1024,
22
+ min_token: int = 0,
23
+ *,
24
+ action_dim: int | None = None,
25
+ time_horizon: int | None = None,
26
+ ):
27
+ self.scale = scale
28
+ self.vocab_size = vocab_size
29
+ self.min_token = min_token
30
+
31
+ # Action horizon and dimension needed during decoding. These can be specified
32
+ # in three ways (in order of priority):
33
+ # 1. passed in as kwargs to decode()
34
+ # 2. in the constructor
35
+ # 3. cached from the last time decode() was called
36
+ self.time_horizon = time_horizon
37
+ self.action_dim = action_dim
38
+ self.called_time_horizon = time_horizon
39
+ self.called_action_dim = action_dim
40
+
41
+ super().__init__(bpe_tokenizer)
42
+
43
+ def __call__(self, action_chunk: np.array) -> np.array:
44
+ assert action_chunk.ndim <= 3, "Only 3 dimensions supported: [batch, timesteps, action_dim]"
45
+ if action_chunk.ndim == 2:
46
+ action_chunk = action_chunk[None, ...]
47
+
48
+ # Cache the time horizon and action dimension for decoding
49
+ self.called_time_horizon = action_chunk.shape[-2]
50
+ self.called_action_dim = action_chunk.shape[-1]
51
+
52
+ dct_coeff = dct(action_chunk, axis=1, norm="ortho")
53
+ dct_coeff = np.around(dct_coeff * self.scale)
54
+ tokens = []
55
+ for elem in dct_coeff:
56
+ token_str = "".join(map(chr, np.maximum(elem.flatten() - self.min_token, 0).astype(int)))
57
+ tokens.append(self.bpe_tokenizer(token_str)["input_ids"])
58
+ return tokens
59
+
60
+ def decode(
61
+ self,
62
+ tokens: list[list[int]],
63
+ *,
64
+ time_horizon: int | None = None,
65
+ action_dim: int | None = None,
66
+ ) -> np.array:
67
+ self.time_horizon = time_horizon or self.time_horizon or self.called_time_horizon
68
+ self.action_dim = action_dim or self.action_dim or self.called_action_dim
69
+
70
+ # Cache the time horizon and action dimension for the next call
71
+ self.called_time_horizon = self.time_horizon
72
+ self.called_action_dim = self.action_dim
73
+
74
+ assert (
75
+ self.time_horizon is not None and self.action_dim is not None
76
+ ), "Tokenizer not initialized, call encode() once or pass in time_horizon and action_dim."
77
+
78
+ decoded_actions = []
79
+ for token in tokens:
80
+ try:
81
+ decoded_tokens = self.bpe_tokenizer.decode(token)
82
+ decoded_dct_coeff = np.array(list(map(ord, decoded_tokens))) + self.min_token
83
+ decoded_dct_coeff = decoded_dct_coeff.reshape(-1, self.action_dim)
84
+ assert (
85
+ decoded_dct_coeff.shape
86
+ == (
87
+ self.time_horizon,
88
+ self.action_dim,
89
+ )
90
+ ), f"Decoded DCT coefficients have shape {decoded_dct_coeff.shape}, expected ({self.time_horizon}, {self.action_dim})"
91
+ except Exception as e:
92
+ print(f"Error decoding tokens: {e}")
93
+ print(f"Tokens: {token}")
94
+ decoded_dct_coeff = np.zeros((self.time_horizon, self.action_dim))
95
+ decoded_actions.append(idct(decoded_dct_coeff / self.scale, axis=0, norm="ortho"))
96
+ return np.stack(decoded_actions)
97
+
98
+ @classmethod
99
+ def fit(
100
+ cls,
101
+ action_data: list[np.array],
102
+ scale: float = 10,
103
+ vocab_size: int = 1024,
104
+ *,
105
+ time_horizon: int | None = None,
106
+ action_dim: int | None = None,
107
+ ) -> "UniversalActionProcessor":
108
+ # Run DCT over all inputs
109
+ dct_tokens = [dct(a, axis=0, norm="ortho").flatten() for a in action_data]
110
+
111
+ # Quantize and find min token
112
+ max_token = int(np.around(np.concatenate(dct_tokens) * scale).max())
113
+ min_token = int(np.around(np.concatenate(dct_tokens) * scale).min())
114
+ min_vocab_size = max_token - min_token
115
+
116
+ assert (
117
+ min_vocab_size <= vocab_size
118
+ ), f"Vocab size {vocab_size} is too small for the range of tokens {min_vocab_size}"
119
+ if min_vocab_size + 100 > vocab_size:
120
+ logging.warning(
121
+ f"Initial alphabet size {min_vocab_size} is almost as large as the vocab"
122
+ f"size {vocab_size}, consider increasing vocab size"
123
+ )
124
+
125
+ # Make token iterator for BPE training
126
+ def _token_iter():
127
+ for tokens in dct_tokens:
128
+ rounded_tokens = np.around(tokens * scale) - min_token
129
+ rounded_tokens = rounded_tokens.astype(int)
130
+ string = "".join(map(chr, rounded_tokens))
131
+ yield string
132
+
133
+ # Train BPE tokenizer
134
+ bpe = ByteLevelBPETokenizer()
135
+
136
+ # Set up the entire range of possible tokens as the initial alphabet
137
+ alphabet = [chr(i) for i in range(max_token - min_token + 1)]
138
+ trainer = BpeTrainer(
139
+ vocab_size=vocab_size,
140
+ min_frequency=2,
141
+ show_progress=True,
142
+ special_tokens=[],
143
+ initial_alphabet=alphabet,
144
+ max_token_length=10000,
145
+ )
146
+
147
+ # Train the inner tokenizer (don't use ByteLevelBPETokenizer.train_from_iterator()
148
+ # because it doesn't support custom alphabets)
149
+ bpe._tokenizer.train_from_iterator(_token_iter(), trainer=trainer)
150
+
151
+ return cls(
152
+ PreTrainedTokenizerFast(tokenizer_object=bpe, clean_up_tokenization_spaces=False),
153
+ scale=scale,
154
+ vocab_size=vocab_size,
155
+ min_token=min_token,
156
+ time_horizon=time_horizon,
157
+ action_dim=action_dim,
158
+ )
assets/sim_rl/fast_tokenizer/processor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 12,
3
+ "auto_map": {
4
+ "AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
5
+ },
6
+ "min_token": -55,
7
+ "processor_class": "UniversalActionProcessor",
8
+ "scale": 10.0,
9
+ "time_horizon": 30,
10
+ "vocab_size": 1024
11
+ }
assets/sim_rl/fast_tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
assets/sim_rl/fast_tokenizer/tokenizer.json ADDED
@@ -0,0 +1,4583 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [],
6
+ "normalizer": null,
7
+ "pre_tokenizer": {
8
+ "type": "ByteLevel",
9
+ "add_prefix_space": false,
10
+ "trim_offsets": true,
11
+ "use_regex": true
12
+ },
13
+ "post_processor": {
14
+ "type": "ByteLevel",
15
+ "add_prefix_space": true,
16
+ "trim_offsets": false,
17
+ "use_regex": true
18
+ },
19
+ "decoder": {
20
+ "type": "ByteLevel",
21
+ "add_prefix_space": true,
22
+ "trim_offsets": true,
23
+ "use_regex": true
24
+ },
25
+ "model": {
26
+ "type": "BPE",
27
+ "dropout": null,
28
+ "unk_token": null,
29
+ "continuing_subword_prefix": null,
30
+ "end_of_word_suffix": null,
31
+ "fuse_unk": false,
32
+ "byte_fallback": false,
33
+ "ignore_merges": false,
34
+ "vocab": {
35
+ "\u0000": 0,
36
+ "\u0001": 1,
37
+ "\u0002": 2,
38
+ "\u0003": 3,
39
+ "\u0004": 4,
40
+ "\u0005": 5,
41
+ "\u0006": 6,
42
+ "\u0007": 7,
43
+ "\b": 8,
44
+ "\t": 9,
45
+ "\n": 10,
46
+ "\u000b": 11,
47
+ "\f": 12,
48
+ "\r": 13,
49
+ "\u000e": 14,
50
+ "\u000f": 15,
51
+ "\u0010": 16,
52
+ "\u0011": 17,
53
+ "\u0012": 18,
54
+ "\u0013": 19,
55
+ "\u0014": 20,
56
+ "\u0015": 21,
57
+ "\u0016": 22,
58
+ "\u0017": 23,
59
+ "\u0018": 24,
60
+ "\u0019": 25,
61
+ "\u001a": 26,
62
+ "\u001b": 27,
63
+ "\u001c": 28,
64
+ "\u001d": 29,
65
+ "\u001e": 30,
66
+ "\u001f": 31,
67
+ " ": 32,
68
+ "!": 33,
69
+ "\"": 34,
70
+ "#": 35,
71
+ "$": 36,
72
+ "%": 37,
73
+ "&": 38,
74
+ "'": 39,
75
+ "(": 40,
76
+ ")": 41,
77
+ "*": 42,
78
+ "+": 43,
79
+ ",": 44,
80
+ "-": 45,
81
+ ".": 46,
82
+ "/": 47,
83
+ "0": 48,
84
+ "1": 49,
85
+ "2": 50,
86
+ "3": 51,
87
+ "4": 52,
88
+ "5": 53,
89
+ "6": 54,
90
+ "7": 55,
91
+ "8": 56,
92
+ "9": 57,
93
+ ":": 58,
94
+ ";": 59,
95
+ "<": 60,
96
+ "=": 61,
97
+ ">": 62,
98
+ "?": 63,
99
+ "@": 64,
100
+ "A": 65,
101
+ "B": 66,
102
+ "C": 67,
103
+ "D": 68,
104
+ "E": 69,
105
+ "F": 70,
106
+ "G": 71,
107
+ "H": 72,
108
+ "I": 73,
109
+ "J": 74,
110
+ "K": 75,
111
+ "L": 76,
112
+ "M": 77,
113
+ "N": 78,
114
+ "O": 79,
115
+ "P": 80,
116
+ "Q": 81,
117
+ "R": 82,
118
+ "S": 83,
119
+ "T": 84,
120
+ "U": 85,
121
+ "V": 86,
122
+ "W": 87,
123
+ "X": 88,
124
+ "Y": 89,
125
+ "Z": 90,
126
+ "[": 91,
127
+ "\\": 92,
128
+ "]": 93,
129
+ "^": 94,
130
+ "_": 95,
131
+ "`": 96,
132
+ "a": 97,
133
+ "b": 98,
134
+ "c": 99,
135
+ "d": 100,
136
+ "e": 101,
137
+ "f": 102,
138
+ "g": 103,
139
+ "h": 104,
140
+ "i": 105,
141
+ "j": 106,
142
+ "k": 107,
143
+ "l": 108,
144
+ "m": 109,
145
+ "n": 110,
146
+ "Ā": 111,
147
+ "ā": 112,
148
+ "Ă": 113,
149
+ "ă": 114,
150
+ "Ą": 115,
151
+ "ą": 116,
152
+ "Ć": 117,
153
+ "ć": 118,
154
+ "Ĉ": 119,
155
+ "ĉ": 120,
156
+ "Ċ": 121,
157
+ "ċ": 122,
158
+ "Č": 123,
159
+ "č": 124,
160
+ "Ď": 125,
161
+ "ď": 126,
162
+ "Đ": 127,
163
+ "đ": 128,
164
+ "Ē": 129,
165
+ "ē": 130,
166
+ "Ĕ": 131,
167
+ "ĕ": 132,
168
+ "Ė": 133,
169
+ "ė": 134,
170
+ "Ę": 135,
171
+ "ę": 136,
172
+ "Ě": 137,
173
+ "ě": 138,
174
+ "Ĝ": 139,
175
+ "ĝ": 140,
176
+ "Ğ": 141,
177
+ "ğ": 142,
178
+ "Ġ": 143,
179
+ "77": 144,
180
+ "7777": 145,
181
+ "77777777": 146,
182
+ "7777777777777777": 147,
183
+ "77777777777777777777777777777777": 148,
184
+ "78": 149,
185
+ "76": 150,
186
+ "7777777777777777777777777777777777777777777777777777777777777777": 151,
187
+ "777777": 152,
188
+ "7777777777": 153,
189
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 154,
190
+ "777776": 155,
191
+ "777778": 156,
192
+ "79": 157,
193
+ "86": 158,
194
+ "75": 159,
195
+ "777777777778": 160,
196
+ "777777777776": 161,
197
+ "7778": 162,
198
+ "7776": 163,
199
+ "7777777777777777777777": 164,
200
+ "68": 165,
201
+ "778": 166,
202
+ "776": 167,
203
+ "74": 168,
204
+ "777778777778": 169,
205
+ "66": 170,
206
+ "777776777776": 171,
207
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 172,
208
+ "88": 173,
209
+ "77777776": 174,
210
+ "777777777777777777777777": 175,
211
+ "85": 176,
212
+ "7777776": 177,
213
+ "777777777777777777777776": 178,
214
+ "777777777777777777777778": 179,
215
+ "96": 180,
216
+ "7777778": 181,
217
+ "7777777778": 182,
218
+ "777775": 183,
219
+ "7777777776": 184,
220
+ "777779": 185,
221
+ "786": 186,
222
+ "77776": 187,
223
+ "73": 188,
224
+ "77778": 189,
225
+ "95": 190,
226
+ "77777778": 191,
227
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 192,
228
+ "777777777778777777777778": 193,
229
+ "</": 194,
230
+ "58": 195,
231
+ "768": 196,
232
+ "7786": 197,
233
+ ">.": 198,
234
+ "777777777776777777777776": 199,
235
+ "56": 200,
236
+ "98": 201,
237
+ "77777": 202,
238
+ "94": 203,
239
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 204,
240
+ "777777777778777777777776": 205,
241
+ "72": 206,
242
+ "777777777777777776": 207,
243
+ "777777777775": 208,
244
+ "777777777779": 209,
245
+ "777777777777777778": 210,
246
+ ".=": 211,
247
+ "868": 212,
248
+ "775": 213,
249
+ "7768": 214,
250
+ "48": 215,
251
+ "<.": 216,
252
+ "779": 217,
253
+ "65": 218,
254
+ "777777777777777777777777777777777776": 219,
255
+ "69": 220,
256
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 221,
257
+ "54": 222,
258
+ "788": 223,
259
+ "777777777777777777777777777777777778": 224,
260
+ "7779": 225,
261
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 226,
262
+ "7876": 227,
263
+ "84": 228,
264
+ "7775": 229,
265
+ "71": 230,
266
+ "55": 231,
267
+ "89": 232,
268
+ "777777777777777777": 233,
269
+ "777777777777": 234,
270
+ "766": 235,
271
+ "93": 236,
272
+ "785": 237,
273
+ "777777777778777777777777777777777776": 238,
274
+ "/=": 239,
275
+ "97": 240,
276
+ "46": 241,
277
+ "7777777777777777777777777777777777777777": 242,
278
+ "</.=": 243,
279
+ "777774": 244,
280
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 245,
281
+ "777676": 246,
282
+ "777876": 247,
283
+ "777777777776777777777777777777777778": 248,
284
+ "38": 249,
285
+ "77777786": 250,
286
+ "777": 251,
287
+ "777678": 252,
288
+ "796": 253,
289
+ "7777775": 254,
290
+ "777777776": 255,
291
+ "77777777776": 256,
292
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 257,
293
+ "777777778": 258,
294
+ "777878": 259,
295
+ "777778777778777778777778": 260,
296
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 261,
297
+ "777779777779": 262,
298
+ "64": 263,
299
+ "7777777786": 264,
300
+ "777775777775": 265,
301
+ "7686": 266,
302
+ "59": 267,
303
+ "777777777777777776777776": 268,
304
+ "7678": 269,
305
+ "83": 270,
306
+ "57": 271,
307
+ "7777779": 272,
308
+ "777777777777777778777778": 273,
309
+ "77777766": 274,
310
+ "77777777778": 275,
311
+ "777786": 276,
312
+ "777776777776777776777776": 277,
313
+ "77786": 278,
314
+ "777768": 279,
315
+ "77777777777": 280,
316
+ "758": 281,
317
+ "7777777777777777777777777777": 282,
318
+ "70": 283,
319
+ "28": 284,
320
+ "7868": 285,
321
+ "99": 286,
322
+ "/<": 287,
323
+ ".<": 288,
324
+ "774": 289,
325
+ "36": 290,
326
+ "::": 291,
327
+ "7766": 292,
328
+ "769": 293,
329
+ "777777777678": 294,
330
+ "8778": 295,
331
+ "777778777778777776777776": 296,
332
+ "777777777777777777777777777777777777777777777777": 297,
333
+ "49": 298,
334
+ "47": 299,
335
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 300,
336
+ "866": 301,
337
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 302,
338
+ "777777777776777777777778": 303,
339
+ ">-": 304,
340
+ "777777777876": 305,
341
+ "777777777878": 306,
342
+ "77768": 307,
343
+ "777777777776777776": 308,
344
+ "777778777778777778": 309,
345
+ "77775": 310,
346
+ "45": 311,
347
+ "77779": 312,
348
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 313,
349
+ "777777777778777778": 314,
350
+ "756": 315,
351
+ "7777777": 316,
352
+ "777776777776777776": 317,
353
+ "44": 318,
354
+ "82": 319,
355
+ "777777777676": 320,
356
+ "777775777776": 321,
357
+ "777779777778": 322,
358
+ "39": 323,
359
+ "8777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 324,
360
+ "7788": 325,
361
+ "777879": 326,
362
+ "18": 327,
363
+ "777675": 328,
364
+ "37": 329,
365
+ "26": 330,
366
+ "77777775": 331,
367
+ "777875": 332,
368
+ "798": 333,
369
+ "77787": 334,
370
+ "777766": 335,
371
+ "53": 336,
372
+ "777777777777777777777777777777777777777777777776": 337,
373
+ "87": 338,
374
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 339,
375
+ "777679": 340,
376
+ "7785": 341,
377
+ "777777777777777777777778777777777777777777777776": 342,
378
+ "7878": 343,
379
+ ":;": 344,
380
+ "777788": 345,
381
+ "777777768": 346,
382
+ "?.": 347,
383
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 348,
384
+ ";/": 349,
385
+ "92": 350,
386
+ "777777777777777777777777777777": 351,
387
+ "6776": 352,
388
+ "7676": 353,
389
+ "67": 354,
390
+ "77777777777776": 355,
391
+ "777777777768": 356,
392
+ "777777777774": 357,
393
+ "777777777777777777777777777777777777777777777778": 358,
394
+ "77777777777778": 359,
395
+ "<//=": 360,
396
+ "777777777786": 361,
397
+ ";:": 362,
398
+ "7777774": 363,
399
+ "<..=": 364,
400
+ "77766": 365,
401
+ "77777768": 366,
402
+ "=.": 367,
403
+ "08": 368,
404
+ "52": 369,
405
+ "869": 370,
406
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 371,
407
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777": 372,
408
+ "676": 373,
409
+ "777777786": 374,
410
+ "878": 375,
411
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 376,
412
+ "777777777778777777777776777777777778777777777776": 377,
413
+ "?-": 378,
414
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 379,
415
+ "19": 380,
416
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 381,
417
+ "7769": 382,
418
+ "29": 383,
419
+ "7774": 384,
420
+ "35": 385,
421
+ "7875": 386,
422
+ "27": 387,
423
+ "77777779": 388,
424
+ "777776777778": 389,
425
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 390,
426
+ "7777777768": 391,
427
+ "787": 392,
428
+ "7866": 393,
429
+ "=/": 394,
430
+ "777777777778777777777778777777777778777777777778": 395,
431
+ "876": 396,
432
+ "77777785": 397,
433
+ "77876": 398,
434
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 399,
435
+ "668": 400,
436
+ ":<": 401,
437
+ "63": 402,
438
+ "7777777686": 403,
439
+ "81": 404,
440
+ "77777788": 405,
441
+ "77878": 406,
442
+ "77767": 407,
443
+ "8686": 408,
444
+ "51": 409,
445
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 410,
446
+ "678": 411,
447
+ ";;": 412,
448
+ "77788": 413,
449
+ "797": 414,
450
+ "7796": 415,
451
+ "09": 416,
452
+ "7776777776": 417,
453
+ "773": 418,
454
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 419,
455
+ "685": 420,
456
+ ":/": 421,
457
+ "77678": 422,
458
+ "748": 423,
459
+ "686": 424,
460
+ "77676": 425,
461
+ "17": 426,
462
+ "</.<": 427,
463
+ "7777777785": 428,
464
+ ":=": 429,
465
+ "795": 430,
466
+ "777773": 431,
467
+ "7777777777776": 432,
468
+ "6778": 433,
469
+ "777778777778777776": 434,
470
+ ">/": 435,
471
+ "<:": 436,
472
+ "777777777875": 437,
473
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 438,
474
+ "784": 439,
475
+ "777777777788": 440,
476
+ "=-": 441,
477
+ "777777777766": 442,
478
+ "7777777777778": 443,
479
+ "777785": 444,
480
+ "34": 445,
481
+ "7778777778": 446,
482
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 447,
483
+ "50": 448,
484
+ "16": 449,
485
+ "777777777776777777777778777777777776": 450,
486
+ ";.": 451,
487
+ "7777777777777777777776": 452,
488
+ "767": 453,
489
+ "80": 454,
490
+ ";<": 455,
491
+ "<./=": 456,
492
+ "777777777679": 457,
493
+ "62": 458,
494
+ "7777773": 459,
495
+ "7777777777777777777778": 460,
496
+ "976": 461,
497
+ "8676": 462,
498
+ "777777777777777777777775": 463,
499
+ "576": 464,
500
+ "777778777776": 465,
501
+ "867": 466,
502
+ "777868": 467,
503
+ "968": 468,
504
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 469,
505
+ "91": 470,
506
+ "43": 471,
507
+ "777777777777777777777779": 472,
508
+ "8678": 473,
509
+ "978": 474,
510
+ "77777777777777": 475,
511
+ "25": 476,
512
+ "777674": 477,
513
+ "777777777777777777777778777777777776": 478,
514
+ ":>": 479,
515
+ "<//<": 480,
516
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 481,
517
+ "8776": 482,
518
+ "7688": 483,
519
+ "67777": 484,
520
+ "@-": 485,
521
+ ";=": 486,
522
+ "7777777678": 487,
523
+ "@,": 488,
524
+ "778778": 489,
525
+ "07": 490,
526
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 491,
527
+ "777777777879": 492,
528
+ "7777778778": 493,
529
+ "777777777777777777777776777777777776": 494,
530
+ "61": 495,
531
+ "7758": 496,
532
+ "958": 497,
533
+ "777874": 498,
534
+ "?/": 499,
535
+ "-=": 500,
536
+ "777777777778777777777777777777777777777777777776": 501,
537
+ "?,": 502,
538
+ "77777774": 503,
539
+ "777877777778": 504,
540
+ "777777777776777777777776777777777776": 505,
541
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 506,
542
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 507,
543
+ "7685": 508,
544
+ "7679": 509,
545
+ "7777768": 510,
546
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 511,
547
+ "777777777778777777777777777777777777777777777778": 512,
548
+ "24": 513,
549
+ "777777777777777777777777777776": 514,
550
+ "<;": 515,
551
+ "=:": 516,
552
+ "778776": 517,
553
+ "777877777776": 518,
554
+ "77777796": 519,
555
+ "966": 520,
556
+ "<-": 521,
557
+ "777777777675": 522,
558
+ "06": 523,
559
+ ">,": 524,
560
+ "7777776778": 525,
561
+ "777778777776777776": 526,
562
+ "777769": 527,
563
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 528,
564
+ "777777868": 529,
565
+ "777778777778777777777777777776777776": 530,
566
+ "777777777778777777777776777777777776": 531,
567
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 532,
568
+ "77686": 533,
569
+ "578": 534,
570
+ "777677777776": 535,
571
+ "777777777777777777777777777778": 536,
572
+ ":.": 537,
573
+ "794": 538,
574
+ "777777777777777777777776777777777777777777777778": 539,
575
+ "886": 540,
576
+ "7798": 541,
577
+ ";>": 542,
578
+ "77777756": 543,
579
+ "777777777778777777777777777777777778": 544,
580
+ "<<": 545,
581
+ "586": 546,
582
+ "33": 547,
583
+ "77774": 548,
584
+ "@/": 549,
585
+ "77777777767": 550,
586
+ "777777677778": 551,
587
+ "777677777778": 552,
588
+ ":?": 553,
589
+ "@.": 554,
590
+ "7777772": 555,
591
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 556,
592
+ "776776": 557,
593
+ "7777786": 558,
594
+ "42": 559,
595
+ "777777777776777777777777777777777777777777777776": 560,
596
+ "90": 561,
597
+ "15": 562,
598
+ "887": 563,
599
+ ">:": 564,
600
+ "77785": 565,
601
+ "858": 566,
602
+ "76778": 567,
603
+ "7867": 568,
604
+ "@+": 569,
605
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 570,
606
+ "76776": 571,
607
+ "738": 572,
608
+ "-<": 573,
609
+ "7756": 574,
610
+ "60": 575,
611
+ "=,": 576,
612
+ "777777777776777777777778777777777778": 577,
613
+ "777777677776": 578,
614
+ "77868": 579,
615
+ "777777877776": 580,
616
+ "777777878": 581,
617
+ "977": 582,
618
+ "7777776776": 583,
619
+ "777777877778": 584,
620
+ "885": 585,
621
+ "7777777779": 586,
622
+ "888": 587,
623
+ "777778777779": 588,
624
+ "<=": 589,
625
+ "967": 590,
626
+ "777777668": 591,
627
+ "7777766": 592,
628
+ "777686": 593,
629
+ "7777777769": 594,
630
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 595,
631
+ "772": 596,
632
+ "77777777787": 597,
633
+ "7777778776": 598,
634
+ "14": 599,
635
+ "777777777778777777777778777777777778": 600,
636
+ "-:": 601,
637
+ "957": 602,
638
+ "777777777776777777777777777777777777777777777778": 603,
639
+ "777777777778777777777776777777777778": 604,
640
+ "7777788": 605,
641
+ "767776": 606,
642
+ "777776777775": 607,
643
+ "777776777776777777777777777778777778": 608,
644
+ ",:": 609,
645
+ "757": 610,
646
+ "32": 611,
647
+ "777777676": 612,
648
+ "777776777776777778": 613,
649
+ ";?": 614,
650
+ ".:": 615,
651
+ "7777777777777778": 616,
652
+ "7784": 617,
653
+ "<..<": 618,
654
+ "78776": 619,
655
+ "746": 620,
656
+ "777777777776777777777776777777777776777777777776": 621,
657
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 622,
658
+ "787776": 623,
659
+ ";-": 624,
660
+ "7773": 625,
661
+ "789": 626,
662
+ "765": 627,
663
+ "7777777685": 628,
664
+ "777777777779777777777779": 629,
665
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 630,
666
+ "787778": 631,
667
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 632,
668
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 633,
669
+ "/:": 634,
670
+ "688": 635,
671
+ "=;": 636,
672
+ "<./<": 637,
673
+ "?:": 638,
674
+ "777789": 639,
675
+ "<>": 640,
676
+ "05": 641,
677
+ "41": 642,
678
+ "777778777778777776777776777778777778777776777776": 643,
679
+ ",=": 644,
680
+ "666": 645,
681
+ "77777777786": 646,
682
+ "?+": 647,
683
+ "7777778786": 648,
684
+ "7777777868": 649,
685
+ "/,": 650,
686
+ "7777777777777776": 651,
687
+ ".;": 652,
688
+ "865": 653,
689
+ "777765": 654,
690
+ "/;": 655,
691
+ "777778777777777776": 656,
692
+ "767778": 657,
693
+ "777777777775777777777775": 658,
694
+ "777776777777777776": 659,
695
+ "11": 660,
696
+ "00": 661,
697
+ "87777": 662,
698
+ ">+": 663,
699
+ "777777777777777777777777777777777777777777777777777777777776": 664,
700
+ ",<": 665,
701
+ "7795": 666,
702
+ "@:": 667,
703
+ ">;": 668,
704
+ "22": 669,
705
+ ")<": 670,
706
+ "777778777778777777777776": 671,
707
+ "04": 672,
708
+ "7966": 673,
709
+ "76777776": 674,
710
+ "975": 675,
711
+ "965": 676,
712
+ "7668": 677,
713
+ "777774777774": 678,
714
+ ",;": 679,
715
+ "*;": 680,
716
+ "7874": 681,
717
+ "7886": 682,
718
+ "777778777778777777777777777776": 683,
719
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 684,
720
+ ":-": 685,
721
+ "7687": 686,
722
+ "78778": 687,
723
+ "*<": 688,
724
+ "679": 689,
725
+ "31": 690,
726
+ "=<": 691,
727
+ "777778777777777778": 692,
728
+ "7778778": 693,
729
+ "776778": 694,
730
+ "979": 695,
731
+ "877": 696,
732
+ "777777777773": 697,
733
+ "777677": 698,
734
+ "77777795": 699,
735
+ "986": 700,
736
+ "777777777778777777777775": 701,
737
+ "7777777679": 702,
738
+ "777777777779777777777776": 703,
739
+ "588": 704,
740
+ "+;": 705,
741
+ "23": 706,
742
+ "-;": 707,
743
+ "7696": 708,
744
+ "579": 709,
745
+ "+=": 710,
746
+ "67776": 711,
747
+ "568": 712,
748
+ "21": 713,
749
+ "(=": 714,
750
+ "777777777777777777777776777777777778": 715,
751
+ "675": 716,
752
+ "01": 717,
753
+ ":@": 718,
754
+ "777778777778777778777778777778777778777778777778": 719,
755
+ "+<": 720,
756
+ "783": 721,
757
+ "777777777777777775": 722,
758
+ "696": 723,
759
+ "77777777777777778": 724,
760
+ "77777777777777776": 725,
761
+ "777777777874": 726,
762
+ "8685": 727,
763
+ "><": 728,
764
+ "?;": 729,
765
+ "777777777777777778777778777778777778": 730,
766
+ "7777777775": 731,
767
+ "584": 732,
768
+ "78777778": 733,
769
+ "948": 734,
770
+ "777777777785": 735,
771
+ "77777777768": 736,
772
+ "695": 737,
773
+ "7776778": 738,
774
+ "*=": 739,
775
+ "'=": 740,
776
+ "<,": 741,
777
+ "777776777777777778": 742,
778
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 743,
779
+ "77777773": 744,
780
+ "(<": 745,
781
+ "76786": 746,
782
+ "40": 747,
783
+ "6775": 748,
784
+ "585": 749,
785
+ "7879": 750,
786
+ "777777777777777777777777777776777776": 751,
787
+ "+:": 752,
788
+ "77867": 753,
789
+ "777777777778777777777779": 754,
790
+ "7777771": 755,
791
+ "777777777777777777777776777777777777777777777776": 756,
792
+ "476": 757,
793
+ "8679": 758,
794
+ ")=": 759,
795
+ "77769": 760,
796
+ "777866": 761,
797
+ "777777777777777777777777777777777777777777777777777777777778": 762,
798
+ "777777777777777779": 763,
799
+ "596": 764,
800
+ "777774777775": 765,
801
+ ":,": 766,
802
+ "778676": 767,
803
+ "@;": 768,
804
+ "777777686": 769,
805
+ "777777766": 770,
806
+ "@*": 771,
807
+ "667": 772,
808
+ "78676": 773,
809
+ "77777777777777777777777776": 774,
810
+ "777776777777777776777776": 775,
811
+ "7778776": 776,
812
+ "759": 777,
813
+ "/>": 778,
814
+ "777676777776": 779,
815
+ "947": 780,
816
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777": 781,
817
+ "7869": 782,
818
+ "777777777868": 783,
819
+ ");": 784,
820
+ "7857": 785,
821
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 786,
822
+ "658": 787,
823
+ "777778777777777778777778": 788,
824
+ "777876777776": 789,
825
+ "777777777777777777777778777777777777777777777778": 790,
826
+ "684": 791,
827
+ "76878": 792,
828
+ "879": 793,
829
+ "77776777776": 794,
830
+ "768776": 795,
831
+ "8876": 796,
832
+ "777777777779777777777775": 797,
833
+ "857": 798,
834
+ "7787": 799,
835
+ "03": 800,
836
+ "77875": 801,
837
+ "777777777777777777777778777777777778": 802,
838
+ "777777778678": 803,
839
+ "87778": 804,
840
+ ";,": 805,
841
+ "987": 806,
842
+ "12": 807,
843
+ "13": 808,
844
+ "7777777777777777776": 809,
845
+ "77866": 810,
846
+ "7777777777777777778": 811,
847
+ "=+": 812,
848
+ "575": 813,
849
+ "777777778676": 814,
850
+ "777777777776777777777775": 815,
851
+ "*:": 816,
852
+ "02": 817,
853
+ "677778": 818,
854
+ "6876": 819,
855
+ ">=": 820,
856
+ "7777777778777777777776": 821,
857
+ "7776776": 822,
858
+ "7778777776": 823,
859
+ "777777777877777777777778": 824,
860
+ "?<": 825,
861
+ "77777755": 826,
862
+ "777777777777777776777776777776777776": 827,
863
+ "777777777769": 828,
864
+ "76787": 829,
865
+ "777777777777777778777778777777777777777776777776": 830,
866
+ "786778": 831,
867
+ "677": 832,
868
+ "777673": 833,
869
+ "777775777776777776": 834,
870
+ "777777678": 835,
871
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 836,
872
+ "==": 837,
873
+ "777777777777777777777777777777777777777777777777777777777777777777777776": 838,
874
+ "&>": 839,
875
+ "777777777789": 840,
876
+ "777777777677777777777776": 841,
877
+ "77777777777777777777777778": 842,
878
+ "777777777777777777777777777777777777777777777777777777777777777777": 843,
879
+ ".>": 844,
880
+ "77777777777777777776": 845,
881
+ "77777777777777777777776": 846,
882
+ "777777777778777777777777777777777776777777777777777777777778": 847,
883
+ "76877": 848,
884
+ "777777777776777777777777777777777778777777777777777777777776": 849,
885
+ "488": 850,
886
+ "'>": 851,
887
+ "<+": 852,
888
+ "777777758": 853,
889
+ "777778777778777777777778": 854,
890
+ "856": 855,
891
+ "777777777777777777777777777777777777777777777777777777777777777777777778": 856,
892
+ "777688": 857,
893
+ "478": 858,
894
+ "969": 859,
895
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 860,
896
+ "76876": 861,
897
+ "793": 862,
898
+ "10": 863,
899
+ "?*": 864,
900
+ "777777777777777777777777777777777777777777777777777777777777777777777777": 865,
901
+ "7776777778": 866,
902
+ "778678": 867,
903
+ "777777777777777777777777777777777777777777": 868,
904
+ "7797": 869,
905
+ "768778": 870,
906
+ "777772": 871,
907
+ "486": 872,
908
+ "875": 873,
909
+ "6686": 874,
910
+ "777777777777777777777777777777777777777777777777777777": 875,
911
+ ":+": 876,
912
+ "7765": 877,
913
+ "77777798": 878,
914
+ "777678777778": 879,
915
+ "777685": 880,
916
+ "8875": 881,
917
+ "=>": 882,
918
+ "7777678": 883,
919
+ "(>": 884,
920
+ "777777777777777777777777777777777777777776": 885,
921
+ "77777765": 886,
922
+ "956": 887,
923
+ "777777777778777777777777777777777776777777777778": 888,
924
+ ";+": 889,
925
+ "567": 890,
926
+ "77877": 891,
927
+ "77777787778": 892,
928
+ "):": 893,
929
+ "777777777765": 894,
930
+ "7858": 895,
931
+ "777878777778": 896,
932
+ "728": 897,
933
+ "777777777877777777777776": 898,
934
+ "747": 899,
935
+ "777777767776": 900,
936
+ "@<": 901,
937
+ "6875": 902,
938
+ "777777777776777777777779": 903,
939
+ "988": 904,
940
+ "786776": 905,
941
+ "777776777776777776777776777776777776777776777776": 906,
942
+ "77777777777777777777778": 907,
943
+ "778679": 908,
944
+ "%?": 909,
945
+ "77777767777": 910,
946
+ "78686": 911,
947
+ "777777777777778": 912,
948
+ ")>": 913,
949
+ "77777777777775": 914,
950
+ "767775": 915,
951
+ "777777777776777776777776": 916,
952
+ "777777777777777777777778777777777777777777777776777777777777777777777778": 917,
953
+ "77687": 918,
954
+ "577": 919,
955
+ "30": 920,
956
+ "77777777777777777778": 921,
957
+ "20": 922,
958
+ "777869": 923,
959
+ "*>": 924,
960
+ "<?": 925,
961
+ "566": 926,
962
+ "777777777776777777777777777777777776": 927,
963
+ "777784": 928,
964
+ "777777778776": 929,
965
+ "7777778785": 930,
966
+ "->": 931,
967
+ ";@": 932,
968
+ "/?": 933,
969
+ "78678": 934,
970
+ "777777777777777777777777777777777777777778": 935,
971
+ "77777777766": 936,
972
+ "884": 937,
973
+ "777777777677777777777778": 938,
974
+ "7777777776777777777778": 939,
975
+ "77778777778": 940,
976
+ "&?": 941,
977
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 942,
978
+ "777777777778777777777778777777777777777777777776": 943,
979
+ "7877": 944,
980
+ "77685": 945,
981
+ "587": 946,
982
+ "777777777777776": 947,
983
+ "736": 948,
984
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 949,
985
+ "7695": 950,
986
+ "77777777777779": 951,
987
+ "776878": 952,
988
+ "(;": 953,
989
+ "475": 954,
990
+ "7965": 955,
991
+ "7767": 956,
992
+ "777777777775777777777777777777777778": 957,
993
+ "771": 958,
994
+ "799": 959,
995
+ "-?": 960,
996
+ "777777777776777777777776777777777777777777777778": 961,
997
+ "7777876": 962,
998
+ "(:": 963,
999
+ ".?": 964,
1000
+ "778675": 965,
1001
+ "466": 966,
1002
+ "77688": 967,
1003
+ "777777777686": 968,
1004
+ ",>": 969,
1005
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 970,
1006
+ "+>": 971,
1007
+ "77797": 972,
1008
+ "*?": 973,
1009
+ "896": 974,
1010
+ "7865": 975,
1011
+ "777777777778777777777777777777777777777777777777777777777776": 976,
1012
+ "959": 977,
1013
+ "376": 978,
1014
+ "777777787778": 979,
1015
+ "777777778778": 980,
1016
+ "777666": 981,
1017
+ "777776777776777777777777777778": 982,
1018
+ "777776777776777778777778": 983,
1019
+ "76777": 984,
1020
+ "77679": 985,
1021
+ ")?": 986,
1022
+ "77777777868": 987,
1023
+ "77777794": 988,
1024
+ "847": 989,
1025
+ "777776777777777777777776": 990,
1026
+ "687": 991,
1027
+ "7777676": 992,
1028
+ "77675": 993,
1029
+ "8688": 994,
1030
+ "558": 995,
1031
+ "6878": 996,
1032
+ "777777876": 997,
1033
+ "777777777776777777777777777777777778777777777776": 998,
1034
+ "7789": 999,
1035
+ "8675": 1000,
1036
+ "8779": 1001,
1037
+ "'<": 1002,
1038
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777": 1003,
1039
+ "8687": 1004,
1040
+ "77777777867": 1005,
1041
+ "=*": 1006,
1042
+ "7777878": 1007,
1043
+ "479": 1008,
1044
+ "':": 1009,
1045
+ "'?": 1010,
1046
+ "7675": 1011,
1047
+ "$@": 1012,
1048
+ "777777777674": 1013,
1049
+ "595": 1014,
1050
+ "%@": 1015,
1051
+ "/@": 1016,
1052
+ "974": 1017,
1053
+ "77777777788": 1018,
1054
+ "6678": 1019,
1055
+ "777767777778": 1020,
1056
+ "897": 1021,
1057
+ "496": 1022,
1058
+ "87777777776": 1023
1059
+ },
1060
+ "merges": [
1061
+ [
1062
+ "7",
1063
+ "7"
1064
+ ],
1065
+ [
1066
+ "77",
1067
+ "77"
1068
+ ],
1069
+ [
1070
+ "7777",
1071
+ "7777"
1072
+ ],
1073
+ [
1074
+ "77777777",
1075
+ "77777777"
1076
+ ],
1077
+ [
1078
+ "7777777777777777",
1079
+ "7777777777777777"
1080
+ ],
1081
+ [
1082
+ "7",
1083
+ "8"
1084
+ ],
1085
+ [
1086
+ "7",
1087
+ "6"
1088
+ ],
1089
+ [
1090
+ "77777777777777777777777777777777",
1091
+ "77777777777777777777777777777777"
1092
+ ],
1093
+ [
1094
+ "7777",
1095
+ "77"
1096
+ ],
1097
+ [
1098
+ "77777777",
1099
+ "77"
1100
+ ],
1101
+ [
1102
+ "7777777777777777777777777777777777777777777777777777777777777777",
1103
+ "7777777777777777777777777777777777777777777777777777777777777777"
1104
+ ],
1105
+ [
1106
+ "7777",
1107
+ "76"
1108
+ ],
1109
+ [
1110
+ "7777",
1111
+ "78"
1112
+ ],
1113
+ [
1114
+ "7",
1115
+ "9"
1116
+ ],
1117
+ [
1118
+ "8",
1119
+ "6"
1120
+ ],
1121
+ [
1122
+ "7",
1123
+ "5"
1124
+ ],
1125
+ [
1126
+ "7777777777",
1127
+ "78"
1128
+ ],
1129
+ [
1130
+ "7777777777",
1131
+ "76"
1132
+ ],
1133
+ [
1134
+ "77",
1135
+ "78"
1136
+ ],
1137
+ [
1138
+ "77",
1139
+ "76"
1140
+ ],
1141
+ [
1142
+ "7777777777777777",
1143
+ "777777"
1144
+ ],
1145
+ [
1146
+ "6",
1147
+ "8"
1148
+ ],
1149
+ [
1150
+ "77",
1151
+ "8"
1152
+ ],
1153
+ [
1154
+ "77",
1155
+ "6"
1156
+ ],
1157
+ [
1158
+ "7",
1159
+ "4"
1160
+ ],
1161
+ [
1162
+ "777778",
1163
+ "777778"
1164
+ ],
1165
+ [
1166
+ "6",
1167
+ "6"
1168
+ ],
1169
+ [
1170
+ "777776",
1171
+ "777776"
1172
+ ],
1173
+ [
1174
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1175
+ "7777777777777777777777777777777777777777777777777777777777777777"
1176
+ ],
1177
+ [
1178
+ "8",
1179
+ "8"
1180
+ ],
1181
+ [
1182
+ "777777",
1183
+ "76"
1184
+ ],
1185
+ [
1186
+ "7777777777777777",
1187
+ "77777777"
1188
+ ],
1189
+ [
1190
+ "8",
1191
+ "5"
1192
+ ],
1193
+ [
1194
+ "777777",
1195
+ "6"
1196
+ ],
1197
+ [
1198
+ "7777777777777777777777",
1199
+ "76"
1200
+ ],
1201
+ [
1202
+ "7777777777777777777777",
1203
+ "78"
1204
+ ],
1205
+ [
1206
+ "9",
1207
+ "6"
1208
+ ],
1209
+ [
1210
+ "777777",
1211
+ "8"
1212
+ ],
1213
+ [
1214
+ "77777777",
1215
+ "78"
1216
+ ],
1217
+ [
1218
+ "7777",
1219
+ "75"
1220
+ ],
1221
+ [
1222
+ "77777777",
1223
+ "76"
1224
+ ],
1225
+ [
1226
+ "7777",
1227
+ "79"
1228
+ ],
1229
+ [
1230
+ "78",
1231
+ "6"
1232
+ ],
1233
+ [
1234
+ "7777",
1235
+ "6"
1236
+ ],
1237
+ [
1238
+ "7",
1239
+ "3"
1240
+ ],
1241
+ [
1242
+ "7777",
1243
+ "8"
1244
+ ],
1245
+ [
1246
+ "9",
1247
+ "5"
1248
+ ],
1249
+ [
1250
+ "777777",
1251
+ "78"
1252
+ ],
1253
+ [
1254
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1255
+ "77777777777777777777777777777777"
1256
+ ],
1257
+ [
1258
+ "777777777778",
1259
+ "777777777778"
1260
+ ],
1261
+ [
1262
+ "<",
1263
+ "/"
1264
+ ],
1265
+ [
1266
+ "5",
1267
+ "8"
1268
+ ],
1269
+ [
1270
+ "76",
1271
+ "8"
1272
+ ],
1273
+ [
1274
+ "77",
1275
+ "86"
1276
+ ],
1277
+ [
1278
+ ">",
1279
+ "."
1280
+ ],
1281
+ [
1282
+ "777777777776",
1283
+ "777777777776"
1284
+ ],
1285
+ [
1286
+ "5",
1287
+ "6"
1288
+ ],
1289
+ [
1290
+ "9",
1291
+ "8"
1292
+ ],
1293
+ [
1294
+ "7777",
1295
+ "7"
1296
+ ],
1297
+ [
1298
+ "9",
1299
+ "4"
1300
+ ],
1301
+ [
1302
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1303
+ "77777777777777777777777777777777"
1304
+ ],
1305
+ [
1306
+ "777777777778",
1307
+ "777777777776"
1308
+ ],
1309
+ [
1310
+ "7",
1311
+ "2"
1312
+ ],
1313
+ [
1314
+ "7777777777777777",
1315
+ "76"
1316
+ ],
1317
+ [
1318
+ "7777777777",
1319
+ "75"
1320
+ ],
1321
+ [
1322
+ "7777777777",
1323
+ "79"
1324
+ ],
1325
+ [
1326
+ "7777777777777777",
1327
+ "78"
1328
+ ],
1329
+ [
1330
+ ".",
1331
+ "="
1332
+ ],
1333
+ [
1334
+ "86",
1335
+ "8"
1336
+ ],
1337
+ [
1338
+ "77",
1339
+ "5"
1340
+ ],
1341
+ [
1342
+ "77",
1343
+ "68"
1344
+ ],
1345
+ [
1346
+ "4",
1347
+ "8"
1348
+ ],
1349
+ [
1350
+ "<",
1351
+ "."
1352
+ ],
1353
+ [
1354
+ "77",
1355
+ "9"
1356
+ ],
1357
+ [
1358
+ "6",
1359
+ "5"
1360
+ ],
1361
+ [
1362
+ "77777777777777777777777777777777",
1363
+ "7776"
1364
+ ],
1365
+ [
1366
+ "6",
1367
+ "9"
1368
+ ],
1369
+ [
1370
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1371
+ "777777777777777777777777"
1372
+ ],
1373
+ [
1374
+ "5",
1375
+ "4"
1376
+ ],
1377
+ [
1378
+ "78",
1379
+ "8"
1380
+ ],
1381
+ [
1382
+ "77777777777777777777777777777777",
1383
+ "7778"
1384
+ ],
1385
+ [
1386
+ "77",
1387
+ "79"
1388
+ ],
1389
+ [
1390
+ "7777777777777777777777777777777777777777777777777777777777777777",
1391
+ "77777777777777777777777777777777"
1392
+ ],
1393
+ [
1394
+ "78",
1395
+ "76"
1396
+ ],
1397
+ [
1398
+ "8",
1399
+ "4"
1400
+ ],
1401
+ [
1402
+ "77",
1403
+ "75"
1404
+ ],
1405
+ [
1406
+ "7",
1407
+ "1"
1408
+ ],
1409
+ [
1410
+ "5",
1411
+ "5"
1412
+ ],
1413
+ [
1414
+ "8",
1415
+ "9"
1416
+ ],
1417
+ [
1418
+ "7777777777777777",
1419
+ "77"
1420
+ ],
1421
+ [
1422
+ "77777777",
1423
+ "7777"
1424
+ ],
1425
+ [
1426
+ "76",
1427
+ "6"
1428
+ ],
1429
+ [
1430
+ "9",
1431
+ "3"
1432
+ ],
1433
+ [
1434
+ "78",
1435
+ "5"
1436
+ ],
1437
+ [
1438
+ "777777777778",
1439
+ "777777777777777777777776"
1440
+ ],
1441
+ [
1442
+ "/",
1443
+ "="
1444
+ ],
1445
+ [
1446
+ "9",
1447
+ "7"
1448
+ ],
1449
+ [
1450
+ "4",
1451
+ "6"
1452
+ ],
1453
+ [
1454
+ "77777777777777777777777777777777",
1455
+ "77777777"
1456
+ ],
1457
+ [
1458
+ "</",
1459
+ ".="
1460
+ ],
1461
+ [
1462
+ "7777",
1463
+ "74"
1464
+ ],
1465
+ [
1466
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1467
+ "7777777777777777"
1468
+ ],
1469
+ [
1470
+ "7776",
1471
+ "76"
1472
+ ],
1473
+ [
1474
+ "7778",
1475
+ "76"
1476
+ ],
1477
+ [
1478
+ "777777777776",
1479
+ "777777777777777777777778"
1480
+ ],
1481
+ [
1482
+ "3",
1483
+ "8"
1484
+ ],
1485
+ [
1486
+ "777777",
1487
+ "86"
1488
+ ],
1489
+ [
1490
+ "77",
1491
+ "7"
1492
+ ],
1493
+ [
1494
+ "7776",
1495
+ "78"
1496
+ ],
1497
+ [
1498
+ "79",
1499
+ "6"
1500
+ ],
1501
+ [
1502
+ "777777",
1503
+ "5"
1504
+ ],
1505
+ [
1506
+ "77777777",
1507
+ "6"
1508
+ ],
1509
+ [
1510
+ "7777777777",
1511
+ "6"
1512
+ ],
1513
+ [
1514
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1515
+ "77777777"
1516
+ ],
1517
+ [
1518
+ "77777777",
1519
+ "8"
1520
+ ],
1521
+ [
1522
+ "7778",
1523
+ "78"
1524
+ ],
1525
+ [
1526
+ "777778777778",
1527
+ "777778777778"
1528
+ ],
1529
+ [
1530
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1531
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777"
1532
+ ],
1533
+ [
1534
+ "777779",
1535
+ "777779"
1536
+ ],
1537
+ [
1538
+ "6",
1539
+ "4"
1540
+ ],
1541
+ [
1542
+ "77777777",
1543
+ "86"
1544
+ ],
1545
+ [
1546
+ "777775",
1547
+ "777775"
1548
+ ],
1549
+ [
1550
+ "76",
1551
+ "86"
1552
+ ],
1553
+ [
1554
+ "5",
1555
+ "9"
1556
+ ],
1557
+ [
1558
+ "777777777777777776",
1559
+ "777776"
1560
+ ],
1561
+ [
1562
+ "76",
1563
+ "78"
1564
+ ],
1565
+ [
1566
+ "8",
1567
+ "3"
1568
+ ],
1569
+ [
1570
+ "5",
1571
+ "7"
1572
+ ],
1573
+ [
1574
+ "777777",
1575
+ "9"
1576
+ ],
1577
+ [
1578
+ "777777777777777778",
1579
+ "777778"
1580
+ ],
1581
+ [
1582
+ "777777",
1583
+ "66"
1584
+ ],
1585
+ [
1586
+ "7777777777",
1587
+ "8"
1588
+ ],
1589
+ [
1590
+ "7777",
1591
+ "86"
1592
+ ],
1593
+ [
1594
+ "777776777776",
1595
+ "777776777776"
1596
+ ],
1597
+ [
1598
+ "7778",
1599
+ "6"
1600
+ ],
1601
+ [
1602
+ "7777",
1603
+ "68"
1604
+ ],
1605
+ [
1606
+ "7777777777",
1607
+ "7"
1608
+ ],
1609
+ [
1610
+ "75",
1611
+ "8"
1612
+ ],
1613
+ [
1614
+ "777777777777777777777777",
1615
+ "7777"
1616
+ ],
1617
+ [
1618
+ "7",
1619
+ "0"
1620
+ ],
1621
+ [
1622
+ "2",
1623
+ "8"
1624
+ ],
1625
+ [
1626
+ "78",
1627
+ "68"
1628
+ ],
1629
+ [
1630
+ "9",
1631
+ "9"
1632
+ ],
1633
+ [
1634
+ "/",
1635
+ "<"
1636
+ ],
1637
+ [
1638
+ ".",
1639
+ "<"
1640
+ ],
1641
+ [
1642
+ "77",
1643
+ "4"
1644
+ ],
1645
+ [
1646
+ "3",
1647
+ "6"
1648
+ ],
1649
+ [
1650
+ ":",
1651
+ ":"
1652
+ ],
1653
+ [
1654
+ "776",
1655
+ "6"
1656
+ ],
1657
+ [
1658
+ "76",
1659
+ "9"
1660
+ ],
1661
+ [
1662
+ "7777777776",
1663
+ "78"
1664
+ ],
1665
+ [
1666
+ "8",
1667
+ "778"
1668
+ ],
1669
+ [
1670
+ "777778777778",
1671
+ "777776777776"
1672
+ ],
1673
+ [
1674
+ "77777777777777777777777777777777",
1675
+ "7777777777777777"
1676
+ ],
1677
+ [
1678
+ "4",
1679
+ "9"
1680
+ ],
1681
+ [
1682
+ "4",
1683
+ "7"
1684
+ ],
1685
+ [
1686
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1687
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777"
1688
+ ],
1689
+ [
1690
+ "86",
1691
+ "6"
1692
+ ],
1693
+ [
1694
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1695
+ "777777777777777777"
1696
+ ],
1697
+ [
1698
+ "777777777776",
1699
+ "777777777778"
1700
+ ],
1701
+ [
1702
+ ">",
1703
+ "-"
1704
+ ],
1705
+ [
1706
+ "7777777778",
1707
+ "76"
1708
+ ],
1709
+ [
1710
+ "7777777778",
1711
+ "78"
1712
+ ],
1713
+ [
1714
+ "7776",
1715
+ "8"
1716
+ ],
1717
+ [
1718
+ "777777777776",
1719
+ "777776"
1720
+ ],
1721
+ [
1722
+ "777778777778",
1723
+ "777778"
1724
+ ],
1725
+ [
1726
+ "7777",
1727
+ "5"
1728
+ ],
1729
+ [
1730
+ "4",
1731
+ "5"
1732
+ ],
1733
+ [
1734
+ "7777",
1735
+ "9"
1736
+ ],
1737
+ [
1738
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1739
+ "7777"
1740
+ ],
1741
+ [
1742
+ "777777777778",
1743
+ "777778"
1744
+ ],
1745
+ [
1746
+ "75",
1747
+ "6"
1748
+ ],
1749
+ [
1750
+ "777777",
1751
+ "7"
1752
+ ],
1753
+ [
1754
+ "777776777776",
1755
+ "777776"
1756
+ ],
1757
+ [
1758
+ "4",
1759
+ "4"
1760
+ ],
1761
+ [
1762
+ "8",
1763
+ "2"
1764
+ ],
1765
+ [
1766
+ "7777777776",
1767
+ "76"
1768
+ ],
1769
+ [
1770
+ "777775",
1771
+ "777776"
1772
+ ],
1773
+ [
1774
+ "777779",
1775
+ "777778"
1776
+ ],
1777
+ [
1778
+ "3",
1779
+ "9"
1780
+ ],
1781
+ [
1782
+ "8",
1783
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777"
1784
+ ],
1785
+ [
1786
+ "778",
1787
+ "8"
1788
+ ],
1789
+ [
1790
+ "7778",
1791
+ "79"
1792
+ ],
1793
+ [
1794
+ "1",
1795
+ "8"
1796
+ ],
1797
+ [
1798
+ "7776",
1799
+ "75"
1800
+ ],
1801
+ [
1802
+ "3",
1803
+ "7"
1804
+ ],
1805
+ [
1806
+ "2",
1807
+ "6"
1808
+ ],
1809
+ [
1810
+ "777777",
1811
+ "75"
1812
+ ],
1813
+ [
1814
+ "7778",
1815
+ "75"
1816
+ ],
1817
+ [
1818
+ "79",
1819
+ "8"
1820
+ ],
1821
+ [
1822
+ "7778",
1823
+ "7"
1824
+ ],
1825
+ [
1826
+ "7777",
1827
+ "66"
1828
+ ],
1829
+ [
1830
+ "5",
1831
+ "3"
1832
+ ],
1833
+ [
1834
+ "7777777777777777777777777777777777777777",
1835
+ "77777776"
1836
+ ],
1837
+ [
1838
+ "8",
1839
+ "7"
1840
+ ],
1841
+ [
1842
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1843
+ "777777777777"
1844
+ ],
1845
+ [
1846
+ "7776",
1847
+ "79"
1848
+ ],
1849
+ [
1850
+ "778",
1851
+ "5"
1852
+ ],
1853
+ [
1854
+ "777777777777777777777778",
1855
+ "777777777777777777777776"
1856
+ ],
1857
+ [
1858
+ "78",
1859
+ "78"
1860
+ ],
1861
+ [
1862
+ ":",
1863
+ ";"
1864
+ ],
1865
+ [
1866
+ "7777",
1867
+ "88"
1868
+ ],
1869
+ [
1870
+ "77777776",
1871
+ "8"
1872
+ ],
1873
+ [
1874
+ "?",
1875
+ "."
1876
+ ],
1877
+ [
1878
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1879
+ "7777"
1880
+ ],
1881
+ [
1882
+ ";",
1883
+ "/"
1884
+ ],
1885
+ [
1886
+ "9",
1887
+ "2"
1888
+ ],
1889
+ [
1890
+ "777777777777777777777777",
1891
+ "777777"
1892
+ ],
1893
+ [
1894
+ "6",
1895
+ "776"
1896
+ ],
1897
+ [
1898
+ "76",
1899
+ "76"
1900
+ ],
1901
+ [
1902
+ "6",
1903
+ "7"
1904
+ ],
1905
+ [
1906
+ "77777777",
1907
+ "777776"
1908
+ ],
1909
+ [
1910
+ "7777777777",
1911
+ "68"
1912
+ ],
1913
+ [
1914
+ "7777777777",
1915
+ "74"
1916
+ ],
1917
+ [
1918
+ "7777777777777777777777777777777777777777",
1919
+ "77777778"
1920
+ ],
1921
+ [
1922
+ "77777777",
1923
+ "777778"
1924
+ ],
1925
+ [
1926
+ "</",
1927
+ "/="
1928
+ ],
1929
+ [
1930
+ "7777777777",
1931
+ "86"
1932
+ ],
1933
+ [
1934
+ ";",
1935
+ ":"
1936
+ ],
1937
+ [
1938
+ "777777",
1939
+ "4"
1940
+ ],
1941
+ [
1942
+ "<.",
1943
+ ".="
1944
+ ],
1945
+ [
1946
+ "7776",
1947
+ "6"
1948
+ ],
1949
+ [
1950
+ "777777",
1951
+ "68"
1952
+ ],
1953
+ [
1954
+ "=",
1955
+ "."
1956
+ ],
1957
+ [
1958
+ "0",
1959
+ "8"
1960
+ ],
1961
+ [
1962
+ "5",
1963
+ "2"
1964
+ ],
1965
+ [
1966
+ "86",
1967
+ "9"
1968
+ ],
1969
+ [
1970
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1971
+ "7777777777"
1972
+ ],
1973
+ [
1974
+ "7777777777777777777777777777777777777777777777777777777777777777",
1975
+ "7777777777777777"
1976
+ ],
1977
+ [
1978
+ "6",
1979
+ "76"
1980
+ ],
1981
+ [
1982
+ "777777",
1983
+ "786"
1984
+ ],
1985
+ [
1986
+ "8",
1987
+ "78"
1988
+ ],
1989
+ [
1990
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
1991
+ "777777"
1992
+ ],
1993
+ [
1994
+ "777777777778777777777776",
1995
+ "777777777778777777777776"
1996
+ ],
1997
+ [
1998
+ "?",
1999
+ "-"
2000
+ ],
2001
+ [
2002
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2003
+ "777777"
2004
+ ],
2005
+ [
2006
+ "1",
2007
+ "9"
2008
+ ],
2009
+ [
2010
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2011
+ "7777"
2012
+ ],
2013
+ [
2014
+ "776",
2015
+ "9"
2016
+ ],
2017
+ [
2018
+ "2",
2019
+ "9"
2020
+ ],
2021
+ [
2022
+ "77",
2023
+ "74"
2024
+ ],
2025
+ [
2026
+ "3",
2027
+ "5"
2028
+ ],
2029
+ [
2030
+ "78",
2031
+ "75"
2032
+ ],
2033
+ [
2034
+ "2",
2035
+ "7"
2036
+ ],
2037
+ [
2038
+ "777777",
2039
+ "79"
2040
+ ],
2041
+ [
2042
+ "777776",
2043
+ "777778"
2044
+ ],
2045
+ [
2046
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2047
+ "77"
2048
+ ],
2049
+ [
2050
+ "77777777",
2051
+ "68"
2052
+ ],
2053
+ [
2054
+ "78",
2055
+ "7"
2056
+ ],
2057
+ [
2058
+ "78",
2059
+ "66"
2060
+ ],
2061
+ [
2062
+ "=",
2063
+ "/"
2064
+ ],
2065
+ [
2066
+ "777777777778777777777778",
2067
+ "777777777778777777777778"
2068
+ ],
2069
+ [
2070
+ "8",
2071
+ "76"
2072
+ ],
2073
+ [
2074
+ "777777",
2075
+ "85"
2076
+ ],
2077
+ [
2078
+ "778",
2079
+ "76"
2080
+ ],
2081
+ [
2082
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2083
+ "7777777777777777"
2084
+ ],
2085
+ [
2086
+ "6",
2087
+ "68"
2088
+ ],
2089
+ [
2090
+ ":",
2091
+ "<"
2092
+ ],
2093
+ [
2094
+ "6",
2095
+ "3"
2096
+ ],
2097
+ [
2098
+ "77777776",
2099
+ "86"
2100
+ ],
2101
+ [
2102
+ "8",
2103
+ "1"
2104
+ ],
2105
+ [
2106
+ "777777",
2107
+ "88"
2108
+ ],
2109
+ [
2110
+ "778",
2111
+ "78"
2112
+ ],
2113
+ [
2114
+ "7776",
2115
+ "7"
2116
+ ],
2117
+ [
2118
+ "86",
2119
+ "86"
2120
+ ],
2121
+ [
2122
+ "5",
2123
+ "1"
2124
+ ],
2125
+ [
2126
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2127
+ "7777777777777777777777777777"
2128
+ ],
2129
+ [
2130
+ "6",
2131
+ "78"
2132
+ ],
2133
+ [
2134
+ ";",
2135
+ ";"
2136
+ ],
2137
+ [
2138
+ "7778",
2139
+ "8"
2140
+ ],
2141
+ [
2142
+ "79",
2143
+ "7"
2144
+ ],
2145
+ [
2146
+ "77",
2147
+ "96"
2148
+ ],
2149
+ [
2150
+ "0",
2151
+ "9"
2152
+ ],
2153
+ [
2154
+ "7776",
2155
+ "777776"
2156
+ ],
2157
+ [
2158
+ "77",
2159
+ "3"
2160
+ ],
2161
+ [
2162
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2163
+ "7777777777777777"
2164
+ ],
2165
+ [
2166
+ "68",
2167
+ "5"
2168
+ ],
2169
+ [
2170
+ ":",
2171
+ "/"
2172
+ ],
2173
+ [
2174
+ "776",
2175
+ "78"
2176
+ ],
2177
+ [
2178
+ "74",
2179
+ "8"
2180
+ ],
2181
+ [
2182
+ "6",
2183
+ "86"
2184
+ ],
2185
+ [
2186
+ "776",
2187
+ "76"
2188
+ ],
2189
+ [
2190
+ "1",
2191
+ "7"
2192
+ ],
2193
+ [
2194
+ "</",
2195
+ ".<"
2196
+ ],
2197
+ [
2198
+ "77777777",
2199
+ "85"
2200
+ ],
2201
+ [
2202
+ ":",
2203
+ "="
2204
+ ],
2205
+ [
2206
+ "79",
2207
+ "5"
2208
+ ],
2209
+ [
2210
+ "7777",
2211
+ "73"
2212
+ ],
2213
+ [
2214
+ "77777777",
2215
+ "77776"
2216
+ ],
2217
+ [
2218
+ "6",
2219
+ "778"
2220
+ ],
2221
+ [
2222
+ "777778777778",
2223
+ "777776"
2224
+ ],
2225
+ [
2226
+ ">",
2227
+ "/"
2228
+ ],
2229
+ [
2230
+ "<",
2231
+ ":"
2232
+ ],
2233
+ [
2234
+ "7777777778",
2235
+ "75"
2236
+ ],
2237
+ [
2238
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2239
+ "7777777777777777777777"
2240
+ ],
2241
+ [
2242
+ "78",
2243
+ "4"
2244
+ ],
2245
+ [
2246
+ "7777777777",
2247
+ "88"
2248
+ ],
2249
+ [
2250
+ "=",
2251
+ "-"
2252
+ ],
2253
+ [
2254
+ "7777777777",
2255
+ "66"
2256
+ ],
2257
+ [
2258
+ "77777777",
2259
+ "77778"
2260
+ ],
2261
+ [
2262
+ "7777",
2263
+ "85"
2264
+ ],
2265
+ [
2266
+ "3",
2267
+ "4"
2268
+ ],
2269
+ [
2270
+ "7778",
2271
+ "777778"
2272
+ ],
2273
+ [
2274
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2275
+ "777777"
2276
+ ],
2277
+ [
2278
+ "5",
2279
+ "0"
2280
+ ],
2281
+ [
2282
+ "1",
2283
+ "6"
2284
+ ],
2285
+ [
2286
+ "777777777776",
2287
+ "777777777778777777777776"
2288
+ ],
2289
+ [
2290
+ ";",
2291
+ "."
2292
+ ],
2293
+ [
2294
+ "7777777777777777",
2295
+ "777776"
2296
+ ],
2297
+ [
2298
+ "76",
2299
+ "7"
2300
+ ],
2301
+ [
2302
+ "8",
2303
+ "0"
2304
+ ],
2305
+ [
2306
+ ";",
2307
+ "<"
2308
+ ],
2309
+ [
2310
+ "<.",
2311
+ "/="
2312
+ ],
2313
+ [
2314
+ "7777777776",
2315
+ "79"
2316
+ ],
2317
+ [
2318
+ "6",
2319
+ "2"
2320
+ ],
2321
+ [
2322
+ "777777",
2323
+ "3"
2324
+ ],
2325
+ [
2326
+ "7777777777777777",
2327
+ "777778"
2328
+ ],
2329
+ [
2330
+ "9",
2331
+ "76"
2332
+ ],
2333
+ [
2334
+ "86",
2335
+ "76"
2336
+ ],
2337
+ [
2338
+ "7777777777777777777777",
2339
+ "75"
2340
+ ],
2341
+ [
2342
+ "5",
2343
+ "76"
2344
+ ],
2345
+ [
2346
+ "777778",
2347
+ "777776"
2348
+ ],
2349
+ [
2350
+ "86",
2351
+ "7"
2352
+ ],
2353
+ [
2354
+ "7778",
2355
+ "68"
2356
+ ],
2357
+ [
2358
+ "9",
2359
+ "68"
2360
+ ],
2361
+ [
2362
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2363
+ "7777777777"
2364
+ ],
2365
+ [
2366
+ "9",
2367
+ "1"
2368
+ ],
2369
+ [
2370
+ "4",
2371
+ "3"
2372
+ ],
2373
+ [
2374
+ "7777777777777777777777",
2375
+ "79"
2376
+ ],
2377
+ [
2378
+ "86",
2379
+ "78"
2380
+ ],
2381
+ [
2382
+ "9",
2383
+ "78"
2384
+ ],
2385
+ [
2386
+ "77777777",
2387
+ "777777"
2388
+ ],
2389
+ [
2390
+ "2",
2391
+ "5"
2392
+ ],
2393
+ [
2394
+ "7776",
2395
+ "74"
2396
+ ],
2397
+ [
2398
+ "777777777777777777777778",
2399
+ "777777777776"
2400
+ ],
2401
+ [
2402
+ ":",
2403
+ ">"
2404
+ ],
2405
+ [
2406
+ "</",
2407
+ "/<"
2408
+ ],
2409
+ [
2410
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2411
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777"
2412
+ ],
2413
+ [
2414
+ "8",
2415
+ "776"
2416
+ ],
2417
+ [
2418
+ "76",
2419
+ "88"
2420
+ ],
2421
+ [
2422
+ "6",
2423
+ "7777"
2424
+ ],
2425
+ [
2426
+ "@",
2427
+ "-"
2428
+ ],
2429
+ [
2430
+ ";",
2431
+ "="
2432
+ ],
2433
+ [
2434
+ "77777776",
2435
+ "78"
2436
+ ],
2437
+ [
2438
+ "@",
2439
+ ","
2440
+ ],
2441
+ [
2442
+ "778",
2443
+ "778"
2444
+ ],
2445
+ [
2446
+ "0",
2447
+ "7"
2448
+ ],
2449
+ [
2450
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2451
+ "7777"
2452
+ ],
2453
+ [
2454
+ "7777777778",
2455
+ "79"
2456
+ ],
2457
+ [
2458
+ "7777778",
2459
+ "778"
2460
+ ],
2461
+ [
2462
+ "777777777777777777777776",
2463
+ "777777777776"
2464
+ ],
2465
+ [
2466
+ "6",
2467
+ "1"
2468
+ ],
2469
+ [
2470
+ "77",
2471
+ "58"
2472
+ ],
2473
+ [
2474
+ "95",
2475
+ "8"
2476
+ ],
2477
+ [
2478
+ "7778",
2479
+ "74"
2480
+ ],
2481
+ [
2482
+ "?",
2483
+ "/"
2484
+ ],
2485
+ [
2486
+ "-",
2487
+ "="
2488
+ ],
2489
+ [
2490
+ "777777777778",
2491
+ "777777777777777777777777777777777776"
2492
+ ],
2493
+ [
2494
+ "?",
2495
+ ","
2496
+ ],
2497
+ [
2498
+ "777777",
2499
+ "74"
2500
+ ],
2501
+ [
2502
+ "7778",
2503
+ "77777778"
2504
+ ],
2505
+ [
2506
+ "777777777776777777777776",
2507
+ "777777777776"
2508
+ ],
2509
+ [
2510
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2511
+ "7777777777"
2512
+ ],
2513
+ [
2514
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2515
+ "777777777777777777777777"
2516
+ ],
2517
+ [
2518
+ "76",
2519
+ "85"
2520
+ ],
2521
+ [
2522
+ "76",
2523
+ "79"
2524
+ ],
2525
+ [
2526
+ "777776",
2527
+ "8"
2528
+ ],
2529
+ [
2530
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2531
+ "777777777777777777777777777777"
2532
+ ],
2533
+ [
2534
+ "777777777778",
2535
+ "777777777777777777777777777777777778"
2536
+ ],
2537
+ [
2538
+ "2",
2539
+ "4"
2540
+ ],
2541
+ [
2542
+ "777777777777777777777777",
2543
+ "777776"
2544
+ ],
2545
+ [
2546
+ "<",
2547
+ ";"
2548
+ ],
2549
+ [
2550
+ "=",
2551
+ ":"
2552
+ ],
2553
+ [
2554
+ "778",
2555
+ "776"
2556
+ ],
2557
+ [
2558
+ "7778",
2559
+ "77777776"
2560
+ ],
2561
+ [
2562
+ "777777",
2563
+ "96"
2564
+ ],
2565
+ [
2566
+ "9",
2567
+ "66"
2568
+ ],
2569
+ [
2570
+ "<",
2571
+ "-"
2572
+ ],
2573
+ [
2574
+ "7777777776",
2575
+ "75"
2576
+ ],
2577
+ [
2578
+ "0",
2579
+ "6"
2580
+ ],
2581
+ [
2582
+ ">",
2583
+ ","
2584
+ ],
2585
+ [
2586
+ "7777776",
2587
+ "778"
2588
+ ],
2589
+ [
2590
+ "777778",
2591
+ "777776777776"
2592
+ ],
2593
+ [
2594
+ "77776",
2595
+ "9"
2596
+ ],
2597
+ [
2598
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2599
+ "7777777777777777777777777777"
2600
+ ],
2601
+ [
2602
+ "777777",
2603
+ "868"
2604
+ ],
2605
+ [
2606
+ "777778777778",
2607
+ "777777777777777776777776"
2608
+ ],
2609
+ [
2610
+ "777777777778",
2611
+ "777777777776777777777776"
2612
+ ],
2613
+ [
2614
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2615
+ "7777777777777777"
2616
+ ],
2617
+ [
2618
+ "776",
2619
+ "86"
2620
+ ],
2621
+ [
2622
+ "5",
2623
+ "78"
2624
+ ],
2625
+ [
2626
+ "7776",
2627
+ "77777776"
2628
+ ],
2629
+ [
2630
+ "777777777777777777777777",
2631
+ "777778"
2632
+ ],
2633
+ [
2634
+ ":",
2635
+ "."
2636
+ ],
2637
+ [
2638
+ "79",
2639
+ "4"
2640
+ ],
2641
+ [
2642
+ "777777777777777777777776",
2643
+ "777777777777777777777778"
2644
+ ],
2645
+ [
2646
+ "8",
2647
+ "86"
2648
+ ],
2649
+ [
2650
+ "77",
2651
+ "98"
2652
+ ],
2653
+ [
2654
+ ";",
2655
+ ">"
2656
+ ],
2657
+ [
2658
+ "777777",
2659
+ "56"
2660
+ ],
2661
+ [
2662
+ "777777777778",
2663
+ "777777777777777777777778"
2664
+ ],
2665
+ [
2666
+ "<",
2667
+ "<"
2668
+ ],
2669
+ [
2670
+ "5",
2671
+ "86"
2672
+ ],
2673
+ [
2674
+ "3",
2675
+ "3"
2676
+ ],
2677
+ [
2678
+ "7777",
2679
+ "4"
2680
+ ],
2681
+ [
2682
+ "@",
2683
+ "/"
2684
+ ],
2685
+ [
2686
+ "7777777776",
2687
+ "7"
2688
+ ],
2689
+ [
2690
+ "7777776",
2691
+ "77778"
2692
+ ],
2693
+ [
2694
+ "7776",
2695
+ "77777778"
2696
+ ],
2697
+ [
2698
+ ":",
2699
+ "?"
2700
+ ],
2701
+ [
2702
+ "@",
2703
+ "."
2704
+ ],
2705
+ [
2706
+ "777777",
2707
+ "2"
2708
+ ],
2709
+ [
2710
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2711
+ "777777777777777777"
2712
+ ],
2713
+ [
2714
+ "776",
2715
+ "776"
2716
+ ],
2717
+ [
2718
+ "777778",
2719
+ "6"
2720
+ ],
2721
+ [
2722
+ "4",
2723
+ "2"
2724
+ ],
2725
+ [
2726
+ "777777777776",
2727
+ "777777777777777777777777777777777776"
2728
+ ],
2729
+ [
2730
+ "9",
2731
+ "0"
2732
+ ],
2733
+ [
2734
+ "1",
2735
+ "5"
2736
+ ],
2737
+ [
2738
+ "88",
2739
+ "7"
2740
+ ],
2741
+ [
2742
+ ">",
2743
+ ":"
2744
+ ],
2745
+ [
2746
+ "7778",
2747
+ "5"
2748
+ ],
2749
+ [
2750
+ "85",
2751
+ "8"
2752
+ ],
2753
+ [
2754
+ "76",
2755
+ "778"
2756
+ ],
2757
+ [
2758
+ "786",
2759
+ "7"
2760
+ ],
2761
+ [
2762
+ "@",
2763
+ "+"
2764
+ ],
2765
+ [
2766
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2767
+ "7777777777777777"
2768
+ ],
2769
+ [
2770
+ "76",
2771
+ "776"
2772
+ ],
2773
+ [
2774
+ "73",
2775
+ "8"
2776
+ ],
2777
+ [
2778
+ "-",
2779
+ "<"
2780
+ ],
2781
+ [
2782
+ "77",
2783
+ "56"
2784
+ ],
2785
+ [
2786
+ "6",
2787
+ "0"
2788
+ ],
2789
+ [
2790
+ "=",
2791
+ ","
2792
+ ],
2793
+ [
2794
+ "777777777776",
2795
+ "777777777778777777777778"
2796
+ ],
2797
+ [
2798
+ "7777776",
2799
+ "77776"
2800
+ ],
2801
+ [
2802
+ "7786",
2803
+ "8"
2804
+ ],
2805
+ [
2806
+ "7777778",
2807
+ "77776"
2808
+ ],
2809
+ [
2810
+ "7777778",
2811
+ "78"
2812
+ ],
2813
+ [
2814
+ "9",
2815
+ "77"
2816
+ ],
2817
+ [
2818
+ "7777776",
2819
+ "776"
2820
+ ],
2821
+ [
2822
+ "7777778",
2823
+ "77778"
2824
+ ],
2825
+ [
2826
+ "88",
2827
+ "5"
2828
+ ],
2829
+ [
2830
+ "77777777",
2831
+ "79"
2832
+ ],
2833
+ [
2834
+ "88",
2835
+ "8"
2836
+ ],
2837
+ [
2838
+ "777778",
2839
+ "777779"
2840
+ ],
2841
+ [
2842
+ "<",
2843
+ "="
2844
+ ],
2845
+ [
2846
+ "96",
2847
+ "7"
2848
+ ],
2849
+ [
2850
+ "7777776",
2851
+ "68"
2852
+ ],
2853
+ [
2854
+ "777776",
2855
+ "6"
2856
+ ],
2857
+ [
2858
+ "7776",
2859
+ "86"
2860
+ ],
2861
+ [
2862
+ "77777777",
2863
+ "69"
2864
+ ],
2865
+ [
2866
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2867
+ "77777777"
2868
+ ],
2869
+ [
2870
+ "77",
2871
+ "2"
2872
+ ],
2873
+ [
2874
+ "7777777778",
2875
+ "7"
2876
+ ],
2877
+ [
2878
+ "7777778",
2879
+ "776"
2880
+ ],
2881
+ [
2882
+ "1",
2883
+ "4"
2884
+ ],
2885
+ [
2886
+ "777777777778777777777778",
2887
+ "777777777778"
2888
+ ],
2889
+ [
2890
+ "-",
2891
+ ":"
2892
+ ],
2893
+ [
2894
+ "95",
2895
+ "7"
2896
+ ],
2897
+ [
2898
+ "777777777776",
2899
+ "777777777777777777777777777777777778"
2900
+ ],
2901
+ [
2902
+ "777777777778777777777776",
2903
+ "777777777778"
2904
+ ],
2905
+ [
2906
+ "777778",
2907
+ "8"
2908
+ ],
2909
+ [
2910
+ "76",
2911
+ "7776"
2912
+ ],
2913
+ [
2914
+ "777776",
2915
+ "777775"
2916
+ ],
2917
+ [
2918
+ "777776777776",
2919
+ "777777777777777778777778"
2920
+ ],
2921
+ [
2922
+ ",",
2923
+ ":"
2924
+ ],
2925
+ [
2926
+ "75",
2927
+ "7"
2928
+ ],
2929
+ [
2930
+ "3",
2931
+ "2"
2932
+ ],
2933
+ [
2934
+ "7777776",
2935
+ "76"
2936
+ ],
2937
+ [
2938
+ "777776777776",
2939
+ "777778"
2940
+ ],
2941
+ [
2942
+ ";",
2943
+ "?"
2944
+ ],
2945
+ [
2946
+ ".",
2947
+ ":"
2948
+ ],
2949
+ [
2950
+ "77777777",
2951
+ "77777778"
2952
+ ],
2953
+ [
2954
+ "778",
2955
+ "4"
2956
+ ],
2957
+ [
2958
+ "<.",
2959
+ ".<"
2960
+ ],
2961
+ [
2962
+ "78",
2963
+ "776"
2964
+ ],
2965
+ [
2966
+ "74",
2967
+ "6"
2968
+ ],
2969
+ [
2970
+ "777777777776777777777776",
2971
+ "777777777776777777777776"
2972
+ ],
2973
+ [
2974
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
2975
+ "777777"
2976
+ ],
2977
+ [
2978
+ "78",
2979
+ "7776"
2980
+ ],
2981
+ [
2982
+ ";",
2983
+ "-"
2984
+ ],
2985
+ [
2986
+ "77",
2987
+ "73"
2988
+ ],
2989
+ [
2990
+ "78",
2991
+ "9"
2992
+ ],
2993
+ [
2994
+ "76",
2995
+ "5"
2996
+ ],
2997
+ [
2998
+ "77777776",
2999
+ "85"
3000
+ ],
3001
+ [
3002
+ "777777777779",
3003
+ "777777777779"
3004
+ ],
3005
+ [
3006
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3007
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777"
3008
+ ],
3009
+ [
3010
+ "78",
3011
+ "7778"
3012
+ ],
3013
+ [
3014
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3015
+ "777777777777"
3016
+ ],
3017
+ [
3018
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3019
+ "7777777777777777777777"
3020
+ ],
3021
+ [
3022
+ "/",
3023
+ ":"
3024
+ ],
3025
+ [
3026
+ "68",
3027
+ "8"
3028
+ ],
3029
+ [
3030
+ "=",
3031
+ ";"
3032
+ ],
3033
+ [
3034
+ "<.",
3035
+ "/<"
3036
+ ],
3037
+ [
3038
+ "?",
3039
+ ":"
3040
+ ],
3041
+ [
3042
+ "77778",
3043
+ "9"
3044
+ ],
3045
+ [
3046
+ "<",
3047
+ ">"
3048
+ ],
3049
+ [
3050
+ "0",
3051
+ "5"
3052
+ ],
3053
+ [
3054
+ "4",
3055
+ "1"
3056
+ ],
3057
+ [
3058
+ "777778777778777776777776",
3059
+ "777778777778777776777776"
3060
+ ],
3061
+ [
3062
+ ",",
3063
+ "="
3064
+ ],
3065
+ [
3066
+ "66",
3067
+ "6"
3068
+ ],
3069
+ [
3070
+ "7777777778",
3071
+ "6"
3072
+ ],
3073
+ [
3074
+ "?",
3075
+ "+"
3076
+ ],
3077
+ [
3078
+ "7777778",
3079
+ "786"
3080
+ ],
3081
+ [
3082
+ "77777778",
3083
+ "68"
3084
+ ],
3085
+ [
3086
+ "/",
3087
+ ","
3088
+ ],
3089
+ [
3090
+ "77777777",
3091
+ "77777776"
3092
+ ],
3093
+ [
3094
+ ".",
3095
+ ";"
3096
+ ],
3097
+ [
3098
+ "86",
3099
+ "5"
3100
+ ],
3101
+ [
3102
+ "77776",
3103
+ "5"
3104
+ ],
3105
+ [
3106
+ "/",
3107
+ ";"
3108
+ ],
3109
+ [
3110
+ "777778",
3111
+ "777777777776"
3112
+ ],
3113
+ [
3114
+ "76",
3115
+ "7778"
3116
+ ],
3117
+ [
3118
+ "777777777775",
3119
+ "777777777775"
3120
+ ],
3121
+ [
3122
+ "777776",
3123
+ "777777777776"
3124
+ ],
3125
+ [
3126
+ "1",
3127
+ "1"
3128
+ ],
3129
+ [
3130
+ "0",
3131
+ "0"
3132
+ ],
3133
+ [
3134
+ "8",
3135
+ "7777"
3136
+ ],
3137
+ [
3138
+ ">",
3139
+ "+"
3140
+ ],
3141
+ [
3142
+ "777777777777777777777777777777777777777777777777",
3143
+ "777777777776"
3144
+ ],
3145
+ [
3146
+ ",",
3147
+ "<"
3148
+ ],
3149
+ [
3150
+ "77",
3151
+ "95"
3152
+ ],
3153
+ [
3154
+ "@",
3155
+ ":"
3156
+ ],
3157
+ [
3158
+ ">",
3159
+ ";"
3160
+ ],
3161
+ [
3162
+ "2",
3163
+ "2"
3164
+ ],
3165
+ [
3166
+ ")",
3167
+ "<"
3168
+ ],
3169
+ [
3170
+ "777778777778",
3171
+ "777777777776"
3172
+ ],
3173
+ [
3174
+ "0",
3175
+ "4"
3176
+ ],
3177
+ [
3178
+ "79",
3179
+ "66"
3180
+ ],
3181
+ [
3182
+ "76",
3183
+ "777776"
3184
+ ],
3185
+ [
3186
+ "9",
3187
+ "75"
3188
+ ],
3189
+ [
3190
+ "96",
3191
+ "5"
3192
+ ],
3193
+ [
3194
+ "76",
3195
+ "68"
3196
+ ],
3197
+ [
3198
+ "777774",
3199
+ "777774"
3200
+ ],
3201
+ [
3202
+ ",",
3203
+ ";"
3204
+ ],
3205
+ [
3206
+ "*",
3207
+ ";"
3208
+ ],
3209
+ [
3210
+ "78",
3211
+ "74"
3212
+ ],
3213
+ [
3214
+ "78",
3215
+ "86"
3216
+ ],
3217
+ [
3218
+ "777778777778",
3219
+ "777777777777777776"
3220
+ ],
3221
+ [
3222
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777",
3223
+ "7777777777"
3224
+ ],
3225
+ [
3226
+ ":",
3227
+ "-"
3228
+ ],
3229
+ [
3230
+ "768",
3231
+ "7"
3232
+ ],
3233
+ [
3234
+ "78",
3235
+ "778"
3236
+ ],
3237
+ [
3238
+ "*",
3239
+ "<"
3240
+ ],
3241
+ [
3242
+ "6",
3243
+ "79"
3244
+ ],
3245
+ [
3246
+ "3",
3247
+ "1"
3248
+ ],
3249
+ [
3250
+ "=",
3251
+ "<"
3252
+ ],
3253
+ [
3254
+ "777778",
3255
+ "777777777778"
3256
+ ],
3257
+ [
3258
+ "7778",
3259
+ "778"
3260
+ ],
3261
+ [
3262
+ "776",
3263
+ "778"
3264
+ ],
3265
+ [
3266
+ "9",
3267
+ "79"
3268
+ ],
3269
+ [
3270
+ "8",
3271
+ "77"
3272
+ ],
3273
+ [
3274
+ "7777777777",
3275
+ "73"
3276
+ ],
3277
+ [
3278
+ "7776",
3279
+ "77"
3280
+ ],
3281
+ [
3282
+ "777777",
3283
+ "95"
3284
+ ],
3285
+ [
3286
+ "9",
3287
+ "86"
3288
+ ],
3289
+ [
3290
+ "777777777778",
3291
+ "777777777775"
3292
+ ],
3293
+ [
3294
+ "77777776",
3295
+ "79"
3296
+ ],
3297
+ [
3298
+ "777777777779",
3299
+ "777777777776"
3300
+ ],
3301
+ [
3302
+ "5",
3303
+ "88"
3304
+ ],
3305
+ [
3306
+ "+",
3307
+ ";"
3308
+ ],
3309
+ [
3310
+ "2",
3311
+ "3"
3312
+ ],
3313
+ [
3314
+ "-",
3315
+ ";"
3316
+ ],
3317
+ [
3318
+ "76",
3319
+ "96"
3320
+ ],
3321
+ [
3322
+ "5",
3323
+ "79"
3324
+ ],
3325
+ [
3326
+ "+",
3327
+ "="
3328
+ ],
3329
+ [
3330
+ "6",
3331
+ "7776"
3332
+ ],
3333
+ [
3334
+ "5",
3335
+ "68"
3336
+ ],
3337
+ [
3338
+ "2",
3339
+ "1"
3340
+ ],
3341
+ [
3342
+ "(",
3343
+ "="
3344
+ ],
3345
+ [
3346
+ "777777777777777777777776",
3347
+ "777777777778"
3348
+ ],
3349
+ [
3350
+ "6",
3351
+ "75"
3352
+ ],
3353
+ [
3354
+ "0",
3355
+ "1"
3356
+ ],
3357
+ [
3358
+ ":",
3359
+ "@"
3360
+ ],
3361
+ [
3362
+ "777778777778777778777778",
3363
+ "777778777778777778777778"
3364
+ ],
3365
+ [
3366
+ "+",
3367
+ "<"
3368
+ ],
3369
+ [
3370
+ "78",
3371
+ "3"
3372
+ ],
3373
+ [
3374
+ "7777777777777777",
3375
+ "75"
3376
+ ],
3377
+ [
3378
+ "6",
3379
+ "96"
3380
+ ],
3381
+ [
3382
+ "7777777777777777",
3383
+ "8"
3384
+ ],
3385
+ [
3386
+ "7777777777777777",
3387
+ "6"
3388
+ ],
3389
+ [
3390
+ "7777777778",
3391
+ "74"
3392
+ ],
3393
+ [
3394
+ "86",
3395
+ "85"
3396
+ ],
3397
+ [
3398
+ ">",
3399
+ "<"
3400
+ ],
3401
+ [
3402
+ "?",
3403
+ ";"
3404
+ ],
3405
+ [
3406
+ "777777777777777778",
3407
+ "777778777778777778"
3408
+ ],
3409
+ [
3410
+ "77777777",
3411
+ "75"
3412
+ ],
3413
+ [
3414
+ "58",
3415
+ "4"
3416
+ ],
3417
+ [
3418
+ "78",
3419
+ "777778"
3420
+ ],
3421
+ [
3422
+ "94",
3423
+ "8"
3424
+ ],
3425
+ [
3426
+ "7777777777",
3427
+ "85"
3428
+ ],
3429
+ [
3430
+ "7777777776",
3431
+ "8"
3432
+ ],
3433
+ [
3434
+ "6",
3435
+ "95"
3436
+ ],
3437
+ [
3438
+ "7776",
3439
+ "778"
3440
+ ],
3441
+ [
3442
+ "*",
3443
+ "="
3444
+ ],
3445
+ [
3446
+ "'",
3447
+ "="
3448
+ ],
3449
+ [
3450
+ "<",
3451
+ ","
3452
+ ],
3453
+ [
3454
+ "777776",
3455
+ "777777777778"
3456
+ ],
3457
+ [
3458
+ "777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3459
+ "77777777"
3460
+ ],
3461
+ [
3462
+ "777777",
3463
+ "73"
3464
+ ],
3465
+ [
3466
+ "(",
3467
+ "<"
3468
+ ],
3469
+ [
3470
+ "76",
3471
+ "786"
3472
+ ],
3473
+ [
3474
+ "4",
3475
+ "0"
3476
+ ],
3477
+ [
3478
+ "6",
3479
+ "775"
3480
+ ],
3481
+ [
3482
+ "5",
3483
+ "85"
3484
+ ],
3485
+ [
3486
+ "78",
3487
+ "79"
3488
+ ],
3489
+ [
3490
+ "777777777777777777777777",
3491
+ "777776777776"
3492
+ ],
3493
+ [
3494
+ "+",
3495
+ ":"
3496
+ ],
3497
+ [
3498
+ "7786",
3499
+ "7"
3500
+ ],
3501
+ [
3502
+ "777777777778",
3503
+ "777777777779"
3504
+ ],
3505
+ [
3506
+ "777777",
3507
+ "1"
3508
+ ],
3509
+ [
3510
+ "777777777777777777777776",
3511
+ "777777777777777777777776"
3512
+ ],
3513
+ [
3514
+ "4",
3515
+ "76"
3516
+ ],
3517
+ [
3518
+ "86",
3519
+ "79"
3520
+ ],
3521
+ [
3522
+ ")",
3523
+ "="
3524
+ ],
3525
+ [
3526
+ "7776",
3527
+ "9"
3528
+ ],
3529
+ [
3530
+ "7778",
3531
+ "66"
3532
+ ],
3533
+ [
3534
+ "777777777777777777777777777777777777777777777777",
3535
+ "777777777778"
3536
+ ],
3537
+ [
3538
+ "7777777777777777",
3539
+ "79"
3540
+ ],
3541
+ [
3542
+ "5",
3543
+ "96"
3544
+ ],
3545
+ [
3546
+ "777774",
3547
+ "777775"
3548
+ ],
3549
+ [
3550
+ ":",
3551
+ ","
3552
+ ],
3553
+ [
3554
+ "7786",
3555
+ "76"
3556
+ ],
3557
+ [
3558
+ "@",
3559
+ ";"
3560
+ ],
3561
+ [
3562
+ "7777776",
3563
+ "86"
3564
+ ],
3565
+ [
3566
+ "77777776",
3567
+ "6"
3568
+ ],
3569
+ [
3570
+ "@",
3571
+ "*"
3572
+ ],
3573
+ [
3574
+ "66",
3575
+ "7"
3576
+ ],
3577
+ [
3578
+ "786",
3579
+ "76"
3580
+ ],
3581
+ [
3582
+ "777777777777777777777777",
3583
+ "76"
3584
+ ],
3585
+ [
3586
+ "777776",
3587
+ "777777777776777776"
3588
+ ],
3589
+ [
3590
+ "7778",
3591
+ "776"
3592
+ ],
3593
+ [
3594
+ "75",
3595
+ "9"
3596
+ ],
3597
+ [
3598
+ "/",
3599
+ ">"
3600
+ ],
3601
+ [
3602
+ "777676",
3603
+ "777776"
3604
+ ],
3605
+ [
3606
+ "94",
3607
+ "7"
3608
+ ],
3609
+ [
3610
+ "7777777777777777777777777777777777777777777777777777777777777777",
3611
+ "77777777777777"
3612
+ ],
3613
+ [
3614
+ "786",
3615
+ "9"
3616
+ ],
3617
+ [
3618
+ "7777777778",
3619
+ "68"
3620
+ ],
3621
+ [
3622
+ ")",
3623
+ ";"
3624
+ ],
3625
+ [
3626
+ "785",
3627
+ "7"
3628
+ ],
3629
+ [
3630
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3631
+ "777777777777777777777777"
3632
+ ],
3633
+ [
3634
+ "6",
3635
+ "58"
3636
+ ],
3637
+ [
3638
+ "777778",
3639
+ "777777777778777778"
3640
+ ],
3641
+ [
3642
+ "777876",
3643
+ "777776"
3644
+ ],
3645
+ [
3646
+ "777777777777777777777778",
3647
+ "777777777777777777777778"
3648
+ ],
3649
+ [
3650
+ "68",
3651
+ "4"
3652
+ ],
3653
+ [
3654
+ "768",
3655
+ "78"
3656
+ ],
3657
+ [
3658
+ "8",
3659
+ "79"
3660
+ ],
3661
+ [
3662
+ "77776",
3663
+ "777776"
3664
+ ],
3665
+ [
3666
+ "768",
3667
+ "776"
3668
+ ],
3669
+ [
3670
+ "88",
3671
+ "76"
3672
+ ],
3673
+ [
3674
+ "777777777779",
3675
+ "777777777775"
3676
+ ],
3677
+ [
3678
+ "85",
3679
+ "7"
3680
+ ],
3681
+ [
3682
+ "778",
3683
+ "7"
3684
+ ],
3685
+ [
3686
+ "0",
3687
+ "3"
3688
+ ],
3689
+ [
3690
+ "778",
3691
+ "75"
3692
+ ],
3693
+ [
3694
+ "777777777777777777777778",
3695
+ "777777777778"
3696
+ ],
3697
+ [
3698
+ "7777777786",
3699
+ "78"
3700
+ ],
3701
+ [
3702
+ "8",
3703
+ "7778"
3704
+ ],
3705
+ [
3706
+ ";",
3707
+ ","
3708
+ ],
3709
+ [
3710
+ "98",
3711
+ "7"
3712
+ ],
3713
+ [
3714
+ "1",
3715
+ "2"
3716
+ ],
3717
+ [
3718
+ "1",
3719
+ "3"
3720
+ ],
3721
+ [
3722
+ "7777777777777777",
3723
+ "776"
3724
+ ],
3725
+ [
3726
+ "7786",
3727
+ "6"
3728
+ ],
3729
+ [
3730
+ "7777777777777777",
3731
+ "778"
3732
+ ],
3733
+ [
3734
+ "=",
3735
+ "+"
3736
+ ],
3737
+ [
3738
+ "5",
3739
+ "75"
3740
+ ],
3741
+ [
3742
+ "7777777786",
3743
+ "76"
3744
+ ],
3745
+ [
3746
+ "777777777776",
3747
+ "777777777775"
3748
+ ],
3749
+ [
3750
+ "*",
3751
+ ":"
3752
+ ],
3753
+ [
3754
+ "0",
3755
+ "2"
3756
+ ],
3757
+ [
3758
+ "6",
3759
+ "77778"
3760
+ ],
3761
+ [
3762
+ "68",
3763
+ "76"
3764
+ ],
3765
+ [
3766
+ ">",
3767
+ "="
3768
+ ],
3769
+ [
3770
+ "7777777778",
3771
+ "777777777776"
3772
+ ],
3773
+ [
3774
+ "7776",
3775
+ "776"
3776
+ ],
3777
+ [
3778
+ "7778",
3779
+ "777776"
3780
+ ],
3781
+ [
3782
+ "7777777778",
3783
+ "77777777777778"
3784
+ ],
3785
+ [
3786
+ "?",
3787
+ "<"
3788
+ ],
3789
+ [
3790
+ "777777",
3791
+ "55"
3792
+ ],
3793
+ [
3794
+ "777777777777777776",
3795
+ "777776777776777776"
3796
+ ],
3797
+ [
3798
+ "7777777777",
3799
+ "69"
3800
+ ],
3801
+ [
3802
+ "7678",
3803
+ "7"
3804
+ ],
3805
+ [
3806
+ "777777777777777778777778",
3807
+ "777777777777777776777776"
3808
+ ],
3809
+ [
3810
+ "786",
3811
+ "778"
3812
+ ],
3813
+ [
3814
+ "6",
3815
+ "77"
3816
+ ],
3817
+ [
3818
+ "7776",
3819
+ "73"
3820
+ ],
3821
+ [
3822
+ "777775",
3823
+ "777776777776"
3824
+ ],
3825
+ [
3826
+ "7777776",
3827
+ "78"
3828
+ ],
3829
+ [
3830
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777",
3831
+ "7777"
3832
+ ],
3833
+ [
3834
+ "=",
3835
+ "="
3836
+ ],
3837
+ [
3838
+ "7777777777777777777777777777777777777777777777777777777777777777",
3839
+ "77777776"
3840
+ ],
3841
+ [
3842
+ "&",
3843
+ ">"
3844
+ ],
3845
+ [
3846
+ "7777777777",
3847
+ "89"
3848
+ ],
3849
+ [
3850
+ "7777777776",
3851
+ "77777777777776"
3852
+ ],
3853
+ [
3854
+ "777777777777777777777777",
3855
+ "78"
3856
+ ],
3857
+ [
3858
+ "7777777777777777777777777777777777777777777777777777777777777777",
3859
+ "77"
3860
+ ],
3861
+ [
3862
+ ".",
3863
+ ">"
3864
+ ],
3865
+ [
3866
+ "7777777777777777",
3867
+ "7776"
3868
+ ],
3869
+ [
3870
+ "7777777777777777777777",
3871
+ "6"
3872
+ ],
3873
+ [
3874
+ "777777777778777777777777777777777776",
3875
+ "777777777777777777777778"
3876
+ ],
3877
+ [
3878
+ "768",
3879
+ "77"
3880
+ ],
3881
+ [
3882
+ "777777777776777777777777777777777778",
3883
+ "777777777777777777777776"
3884
+ ],
3885
+ [
3886
+ "4",
3887
+ "88"
3888
+ ],
3889
+ [
3890
+ "'",
3891
+ ">"
3892
+ ],
3893
+ [
3894
+ "<",
3895
+ "+"
3896
+ ],
3897
+ [
3898
+ "777777",
3899
+ "758"
3900
+ ],
3901
+ [
3902
+ "777778777778",
3903
+ "777777777778"
3904
+ ],
3905
+ [
3906
+ "85",
3907
+ "6"
3908
+ ],
3909
+ [
3910
+ "7777777777777777777777777777777777777777777777777777777777777777",
3911
+ "77777778"
3912
+ ],
3913
+ [
3914
+ "7776",
3915
+ "88"
3916
+ ],
3917
+ [
3918
+ "4",
3919
+ "78"
3920
+ ],
3921
+ [
3922
+ "96",
3923
+ "9"
3924
+ ],
3925
+ [
3926
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
3927
+ "7777777777777777777777"
3928
+ ],
3929
+ [
3930
+ "768",
3931
+ "76"
3932
+ ],
3933
+ [
3934
+ "79",
3935
+ "3"
3936
+ ],
3937
+ [
3938
+ "1",
3939
+ "0"
3940
+ ],
3941
+ [
3942
+ "?",
3943
+ "*"
3944
+ ],
3945
+ [
3946
+ "7777777777777777777777777777777777777777777777777777777777777777",
3947
+ "77777777"
3948
+ ],
3949
+ [
3950
+ "7776",
3951
+ "777778"
3952
+ ],
3953
+ [
3954
+ "7786",
3955
+ "78"
3956
+ ],
3957
+ [
3958
+ "77777777777777777777777777777777",
3959
+ "7777777777"
3960
+ ],
3961
+ [
3962
+ "779",
3963
+ "7"
3964
+ ],
3965
+ [
3966
+ "768",
3967
+ "778"
3968
+ ],
3969
+ [
3970
+ "77777",
3971
+ "2"
3972
+ ],
3973
+ [
3974
+ "4",
3975
+ "86"
3976
+ ],
3977
+ [
3978
+ "8",
3979
+ "75"
3980
+ ],
3981
+ [
3982
+ "66",
3983
+ "86"
3984
+ ],
3985
+ [
3986
+ "77777777777777777777777777777777",
3987
+ "7777777777777777777777"
3988
+ ],
3989
+ [
3990
+ ":",
3991
+ "+"
3992
+ ],
3993
+ [
3994
+ "776",
3995
+ "5"
3996
+ ],
3997
+ [
3998
+ "777777",
3999
+ "98"
4000
+ ],
4001
+ [
4002
+ "777678",
4003
+ "777778"
4004
+ ],
4005
+ [
4006
+ "7776",
4007
+ "85"
4008
+ ],
4009
+ [
4010
+ "88",
4011
+ "75"
4012
+ ],
4013
+ [
4014
+ "=",
4015
+ ">"
4016
+ ],
4017
+ [
4018
+ "77776",
4019
+ "78"
4020
+ ],
4021
+ [
4022
+ "(",
4023
+ ">"
4024
+ ],
4025
+ [
4026
+ "77777777777777777777777777777777",
4027
+ "7777777776"
4028
+ ],
4029
+ [
4030
+ "7777776",
4031
+ "5"
4032
+ ],
4033
+ [
4034
+ "95",
4035
+ "6"
4036
+ ],
4037
+ [
4038
+ "777777777778777777777777777777777776",
4039
+ "777777777778"
4040
+ ],
4041
+ [
4042
+ ";",
4043
+ "+"
4044
+ ],
4045
+ [
4046
+ "56",
4047
+ "7"
4048
+ ],
4049
+ [
4050
+ "778",
4051
+ "77"
4052
+ ],
4053
+ [
4054
+ "7777778",
4055
+ "7778"
4056
+ ],
4057
+ [
4058
+ ")",
4059
+ ":"
4060
+ ],
4061
+ [
4062
+ "7777777777",
4063
+ "65"
4064
+ ],
4065
+ [
4066
+ "78",
4067
+ "58"
4068
+ ],
4069
+ [
4070
+ "777878",
4071
+ "777778"
4072
+ ],
4073
+ [
4074
+ "72",
4075
+ "8"
4076
+ ],
4077
+ [
4078
+ "7777777778",
4079
+ "77777777777776"
4080
+ ],
4081
+ [
4082
+ "74",
4083
+ "7"
4084
+ ],
4085
+ [
4086
+ "77777776",
4087
+ "7776"
4088
+ ],
4089
+ [
4090
+ "@",
4091
+ "<"
4092
+ ],
4093
+ [
4094
+ "68",
4095
+ "75"
4096
+ ],
4097
+ [
4098
+ "777777777776",
4099
+ "777777777779"
4100
+ ],
4101
+ [
4102
+ "9",
4103
+ "88"
4104
+ ],
4105
+ [
4106
+ "786",
4107
+ "776"
4108
+ ],
4109
+ [
4110
+ "777776777776777776777776",
4111
+ "777776777776777776777776"
4112
+ ],
4113
+ [
4114
+ "7777777777777777777777",
4115
+ "8"
4116
+ ],
4117
+ [
4118
+ "7786",
4119
+ "79"
4120
+ ],
4121
+ [
4122
+ "%",
4123
+ "?"
4124
+ ],
4125
+ [
4126
+ "7777776",
4127
+ "7777"
4128
+ ],
4129
+ [
4130
+ "786",
4131
+ "86"
4132
+ ],
4133
+ [
4134
+ "77777777",
4135
+ "7777778"
4136
+ ],
4137
+ [
4138
+ ")",
4139
+ ">"
4140
+ ],
4141
+ [
4142
+ "77777777",
4143
+ "777775"
4144
+ ],
4145
+ [
4146
+ "76",
4147
+ "7775"
4148
+ ],
4149
+ [
4150
+ "777777777776",
4151
+ "777776777776"
4152
+ ],
4153
+ [
4154
+ "777777777777777777777778777777777777777777777776",
4155
+ "777777777777777777777778"
4156
+ ],
4157
+ [
4158
+ "7768",
4159
+ "7"
4160
+ ],
4161
+ [
4162
+ "5",
4163
+ "77"
4164
+ ],
4165
+ [
4166
+ "3",
4167
+ "0"
4168
+ ],
4169
+ [
4170
+ "7777777777777777",
4171
+ "7778"
4172
+ ],
4173
+ [
4174
+ "2",
4175
+ "0"
4176
+ ],
4177
+ [
4178
+ "7778",
4179
+ "69"
4180
+ ],
4181
+ [
4182
+ "*",
4183
+ ">"
4184
+ ],
4185
+ [
4186
+ "<",
4187
+ "?"
4188
+ ],
4189
+ [
4190
+ "5",
4191
+ "66"
4192
+ ],
4193
+ [
4194
+ "777777777776",
4195
+ "777777777777777777777776"
4196
+ ],
4197
+ [
4198
+ "77778",
4199
+ "4"
4200
+ ],
4201
+ [
4202
+ "777777778",
4203
+ "776"
4204
+ ],
4205
+ [
4206
+ "7777778",
4207
+ "785"
4208
+ ],
4209
+ [
4210
+ "-",
4211
+ ">"
4212
+ ],
4213
+ [
4214
+ ";",
4215
+ "@"
4216
+ ],
4217
+ [
4218
+ "/",
4219
+ "?"
4220
+ ],
4221
+ [
4222
+ "786",
4223
+ "78"
4224
+ ],
4225
+ [
4226
+ "77777777777777777777777777777777",
4227
+ "7777777778"
4228
+ ],
4229
+ [
4230
+ "7777777776",
4231
+ "6"
4232
+ ],
4233
+ [
4234
+ "88",
4235
+ "4"
4236
+ ],
4237
+ [
4238
+ "7777777776",
4239
+ "77777777777778"
4240
+ ],
4241
+ [
4242
+ "7777777776",
4243
+ "777777777778"
4244
+ ],
4245
+ [
4246
+ "77778",
4247
+ "777778"
4248
+ ],
4249
+ [
4250
+ "&",
4251
+ "?"
4252
+ ],
4253
+ [
4254
+ "7777777777777777777777777777777777777777777777777777777777777777",
4255
+ "777777777777777777777777"
4256
+ ],
4257
+ [
4258
+ "777777777778777777777778",
4259
+ "777777777777777777777776"
4260
+ ],
4261
+ [
4262
+ "78",
4263
+ "77"
4264
+ ],
4265
+ [
4266
+ "7768",
4267
+ "5"
4268
+ ],
4269
+ [
4270
+ "58",
4271
+ "7"
4272
+ ],
4273
+ [
4274
+ "77777777",
4275
+ "7777776"
4276
+ ],
4277
+ [
4278
+ "73",
4279
+ "6"
4280
+ ],
4281
+ [
4282
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
4283
+ "77"
4284
+ ],
4285
+ [
4286
+ "76",
4287
+ "95"
4288
+ ],
4289
+ [
4290
+ "77777777",
4291
+ "777779"
4292
+ ],
4293
+ [
4294
+ "7768",
4295
+ "78"
4296
+ ],
4297
+ [
4298
+ "(",
4299
+ ";"
4300
+ ],
4301
+ [
4302
+ "4",
4303
+ "75"
4304
+ ],
4305
+ [
4306
+ "79",
4307
+ "65"
4308
+ ],
4309
+ [
4310
+ "776",
4311
+ "7"
4312
+ ],
4313
+ [
4314
+ "777777777775",
4315
+ "777777777777777777777778"
4316
+ ],
4317
+ [
4318
+ "77",
4319
+ "1"
4320
+ ],
4321
+ [
4322
+ "79",
4323
+ "9"
4324
+ ],
4325
+ [
4326
+ "-",
4327
+ "?"
4328
+ ],
4329
+ [
4330
+ "777777777776777777777776",
4331
+ "777777777777777777777778"
4332
+ ],
4333
+ [
4334
+ "77778",
4335
+ "76"
4336
+ ],
4337
+ [
4338
+ "(",
4339
+ ":"
4340
+ ],
4341
+ [
4342
+ ".",
4343
+ "?"
4344
+ ],
4345
+ [
4346
+ "7786",
4347
+ "75"
4348
+ ],
4349
+ [
4350
+ "4",
4351
+ "66"
4352
+ ],
4353
+ [
4354
+ "7768",
4355
+ "8"
4356
+ ],
4357
+ [
4358
+ "7777777776",
4359
+ "86"
4360
+ ],
4361
+ [
4362
+ ",",
4363
+ ">"
4364
+ ],
4365
+ [
4366
+ "77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
4367
+ "777777777777777777777777777777"
4368
+ ],
4369
+ [
4370
+ "+",
4371
+ ">"
4372
+ ],
4373
+ [
4374
+ "7779",
4375
+ "7"
4376
+ ],
4377
+ [
4378
+ "*",
4379
+ "?"
4380
+ ],
4381
+ [
4382
+ "8",
4383
+ "96"
4384
+ ],
4385
+ [
4386
+ "786",
4387
+ "5"
4388
+ ],
4389
+ [
4390
+ "777777777778",
4391
+ "777777777777777777777777777777777777777777777776"
4392
+ ],
4393
+ [
4394
+ "95",
4395
+ "9"
4396
+ ],
4397
+ [
4398
+ "3",
4399
+ "76"
4400
+ ],
4401
+ [
4402
+ "77777778",
4403
+ "7778"
4404
+ ],
4405
+ [
4406
+ "777777778",
4407
+ "778"
4408
+ ],
4409
+ [
4410
+ "7776",
4411
+ "66"
4412
+ ],
4413
+ [
4414
+ "777776777776",
4415
+ "777777777777777778"
4416
+ ],
4417
+ [
4418
+ "777776777776",
4419
+ "777778777778"
4420
+ ],
4421
+ [
4422
+ "76",
4423
+ "777"
4424
+ ],
4425
+ [
4426
+ "776",
4427
+ "79"
4428
+ ],
4429
+ [
4430
+ ")",
4431
+ "?"
4432
+ ],
4433
+ [
4434
+ "77777777",
4435
+ "868"
4436
+ ],
4437
+ [
4438
+ "777777",
4439
+ "94"
4440
+ ],
4441
+ [
4442
+ "84",
4443
+ "7"
4444
+ ],
4445
+ [
4446
+ "777776",
4447
+ "777777777777777776"
4448
+ ],
4449
+ [
4450
+ "68",
4451
+ "7"
4452
+ ],
4453
+ [
4454
+ "77776",
4455
+ "76"
4456
+ ],
4457
+ [
4458
+ "776",
4459
+ "75"
4460
+ ],
4461
+ [
4462
+ "86",
4463
+ "88"
4464
+ ],
4465
+ [
4466
+ "5",
4467
+ "58"
4468
+ ],
4469
+ [
4470
+ "68",
4471
+ "78"
4472
+ ],
4473
+ [
4474
+ "7777778",
4475
+ "76"
4476
+ ],
4477
+ [
4478
+ "777777777776777777777777777777777778",
4479
+ "777777777776"
4480
+ ],
4481
+ [
4482
+ "778",
4483
+ "9"
4484
+ ],
4485
+ [
4486
+ "86",
4487
+ "75"
4488
+ ],
4489
+ [
4490
+ "8",
4491
+ "779"
4492
+ ],
4493
+ [
4494
+ "'",
4495
+ "<"
4496
+ ],
4497
+ [
4498
+ "7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777",
4499
+ "7777"
4500
+ ],
4501
+ [
4502
+ "868",
4503
+ "7"
4504
+ ],
4505
+ [
4506
+ "7777777786",
4507
+ "7"
4508
+ ],
4509
+ [
4510
+ "=",
4511
+ "*"
4512
+ ],
4513
+ [
4514
+ "77778",
4515
+ "78"
4516
+ ],
4517
+ [
4518
+ "4",
4519
+ "79"
4520
+ ],
4521
+ [
4522
+ "'",
4523
+ ":"
4524
+ ],
4525
+ [
4526
+ "'",
4527
+ "?"
4528
+ ],
4529
+ [
4530
+ "76",
4531
+ "75"
4532
+ ],
4533
+ [
4534
+ "$",
4535
+ "@"
4536
+ ],
4537
+ [
4538
+ "7777777776",
4539
+ "74"
4540
+ ],
4541
+ [
4542
+ "5",
4543
+ "95"
4544
+ ],
4545
+ [
4546
+ "%",
4547
+ "@"
4548
+ ],
4549
+ [
4550
+ "/",
4551
+ "@"
4552
+ ],
4553
+ [
4554
+ "9",
4555
+ "74"
4556
+ ],
4557
+ [
4558
+ "7777777778",
4559
+ "8"
4560
+ ],
4561
+ [
4562
+ "66",
4563
+ "78"
4564
+ ],
4565
+ [
4566
+ "77776",
4567
+ "7777778"
4568
+ ],
4569
+ [
4570
+ "89",
4571
+ "7"
4572
+ ],
4573
+ [
4574
+ "4",
4575
+ "96"
4576
+ ],
4577
+ [
4578
+ "8",
4579
+ "7777777776"
4580
+ ]
4581
+ ]
4582
+ }
4583
+ }
assets/sim_rl/fast_tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {},
3
+ "auto_map": {
4
+ "AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
5
+ },
6
+ "clean_up_tokenization_spaces": false,
7
+ "extra_special_tokens": {},
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "processor_class": "UniversalActionProcessor",
10
+ "tokenizer_class": "PreTrainedTokenizerFast"
11
+ }
assets/sim_rl/norm_stats.json ADDED
The diff for this file is too large to render. See raw diff
 
params/_METADATA ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tree_metadata": {"('params', 'PaliGemma', 'img', 'Transformer', 'encoder_norm', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoder_norm", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoder_norm', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoder_norm", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'LayerNorm_0', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "LayerNorm_0", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'LayerNorm_0', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "LayerNorm_0", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'LayerNorm_1', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "LayerNorm_1", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'LayerNorm_1', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "LayerNorm_1", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MlpBlock_0', 'Dense_0', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MlpBlock_0", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 4304]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MlpBlock_0', 'Dense_0', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MlpBlock_0", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152, 4304]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MlpBlock_0', 'Dense_1', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MlpBlock_0", "key_type": 2}, {"key": "Dense_1", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MlpBlock_0', 'Dense_1', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MlpBlock_0", "key_type": 2}, {"key": "Dense_1", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 4304, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'key', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "key", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 16, 72]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'key', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "key", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152, 16, 72]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'out', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "out", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'out', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "out", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 16, 72, 1152]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'query', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "query", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 16, 72]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'query', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "query", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152, 16, 72]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'value', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "value", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 16, 72]}}, "('params', 'PaliGemma', 'img', 'Transformer', 'encoderblock', 'MultiHeadDotProductAttention_0', 'value', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "Transformer", "key_type": 2}, {"key": "encoderblock", "key_type": 2}, {"key": "MultiHeadDotProductAttention_0", "key_type": 2}, {"key": "value", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [27, 1152, 16, 72]}}, "('params', 'PaliGemma', 'img', 'embedding', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1152]}}, "('params', 'PaliGemma', 'img', 'embedding', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [14, 14, 3, 1152]}}, "('params', 'PaliGemma', 'img', 'head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048]}}, "('params', 'PaliGemma', 'img', 'head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1152, 2048]}}, "('params', 'PaliGemma', 'img', 'pos_embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "img", "key_type": 2}, {"key": "pos_embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 256, 1152]}}, "('params', 'PaliGemma', 'llm', 'embedder', 'input_embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "embedder", "key_type": 2}, {"key": "input_embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 2048]}}, "('params', 'PaliGemma', 'llm', 'final_norm', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "final_norm", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048]}}, "('params', 'PaliGemma', 'llm', 'final_norm_1', 'Dense_0', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "final_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [3072]}}, "('params', 'PaliGemma', 'llm', 'final_norm_1', 'Dense_0', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "final_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 3072]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'attn_vec_einsum', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "attn_vec_einsum", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 8, 256, 2048]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'attn_vec_einsum_1', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "attn_vec_einsum_1", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 8, 256, 1024]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'kv_einsum', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "kv_einsum", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2, 1, 2048, 256]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'kv_einsum_1', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "kv_einsum_1", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2, 1, 1024, 256]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'q_einsum', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "q_einsum", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 8, 2048, 256]}}, "('params', 'PaliGemma', 'llm', 'layers', 'attn', 'q_einsum_1', 'w', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "attn", "key_type": 2}, {"key": "q_einsum_1", "key_type": 2}, {"key": "w", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 8, 1024, 256]}}, "('params', 'PaliGemma', 'llm', 'layers', 'mlp', 'gating_einsum', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "mlp", "key_type": 2}, {"key": "gating_einsum", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2, 2048, 16384]}}, "('params', 'PaliGemma', 'llm', 'layers', 'mlp', 'linear', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "mlp", "key_type": 2}, {"key": "linear", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 16384, 2048]}}, "('params', 'PaliGemma', 'llm', 'layers', 'mlp_1', 'gating_einsum', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "mlp_1", "key_type": 2}, {"key": "gating_einsum", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2, 1024, 4096]}}, "('params', 'PaliGemma', 'llm', 'layers', 'mlp_1', 'linear', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "mlp_1", "key_type": 2}, {"key": "linear", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 4096, 1024]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_attention_norm', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_attention_norm", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2048]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_attention_norm_1', 'Dense_0', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_attention_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 3072]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_attention_norm_1', 'Dense_0', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_attention_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 1024, 3072]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_ffw_norm', 'scale', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_ffw_norm", "key_type": 2}, {"key": "scale", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 2048]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_ffw_norm_1', 'Dense_0', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_ffw_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 3072]}}, "('params', 'PaliGemma', 'llm', 'layers', 'pre_ffw_norm_1', 'Dense_0', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "PaliGemma", "key_type": 2}, {"key": "llm", "key_type": 2}, {"key": "layers", "key_type": 2}, {"key": "pre_ffw_norm_1", "key_type": 2}, {"key": "Dense_0", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 1024, 3072]}}, "('params', 'action_correlation_cholesky', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "action_correlation_cholesky", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [360, 360]}}, "('params', 'action_in_proj', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "action_in_proj", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024]}}, "('params', 'action_in_proj', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "action_in_proj", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [12, 1024]}}, "('params', 'action_out_proj', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "action_out_proj", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [12]}}, "('params', 'action_out_proj', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "action_out_proj", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 12]}}, "('params', 'advantage_adarms_vec', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "advantage_adarms_vec", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 1024]}}, "('params', 'advantage_embeddings', 'embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "advantage_embeddings", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2, 2048]}}, "('params', 'checkpoint_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "checkpoint_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'checkpoint_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "checkpoint_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'completion_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "completion_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'completion_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "completion_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'fast_token_embedding', 'embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "fast_token_embedding", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 2048]}}, "('params', 'fast_token_proj', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "fast_token_proj", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024]}}, "('params', 'fast_token_proj', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "fast_token_proj", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1024]}}, "('params', 'garment_type_adarms_embedding', 'embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "garment_type_adarms_embedding", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [4, 1024]}}, "('params', 'garment_type_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "garment_type_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [4]}}, "('params', 'garment_type_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "garment_type_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 4]}}, "('params', 'garment_type_input_embedding', 'embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "garment_type_input_embedding", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [4, 2048]}}, "('params', 'keypoint_distance_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "keypoint_distance_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [21]}}, "('params', 'keypoint_distance_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "keypoint_distance_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 21]}}, "('params', 'kv_transform', 'k_bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "kv_transform", "key_type": 2}, {"key": "k_bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 1, 256]}}, "('params', 'kv_transform', 'k_coeffs', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "kv_transform", "key_type": 2}, {"key": "k_coeffs", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 18]}}, "('params', 'kv_transform', 'v_bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "kv_transform", "key_type": 2}, {"key": "v_bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 1, 256]}}, "('params', 'kv_transform', 'v_coeffs', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "kv_transform", "key_type": 2}, {"key": "v_coeffs", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [18, 18]}}, "('params', 'state_embedding', 'embedding', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "state_embedding", "key_type": 2}, {"key": "embedding", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [256, 2048]}}, "('params', 'success_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "success_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'success_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "success_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'success_query_token', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "success_query_token", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 2048]}}, "('params', 'time_mlp_in', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "time_mlp_in", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024]}}, "('params', 'time_mlp_in', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "time_mlp_in", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 1024]}}, "('params', 'time_mlp_out', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "time_mlp_out", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024]}}, "('params', 'time_mlp_out', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "time_mlp_out", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 1024]}}, "('params', 'ttc_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "ttc_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'ttc_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "ttc_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'wm_fast_completion_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_completion_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'wm_fast_completion_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_completion_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'wm_fast_keypoint_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_keypoint_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [21]}}, "('params', 'wm_fast_keypoint_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_keypoint_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 21]}}, "('params', 'wm_fast_query_token', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_query_token", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 2048]}}, "('params', 'wm_fast_success_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_success_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'wm_fast_success_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_fast_success_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [2048, 1]}}, "('params', 'wm_flow_completion_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_completion_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'wm_flow_completion_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_completion_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 1]}}, "('params', 'wm_flow_keypoint_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_keypoint_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [21]}}, "('params', 'wm_flow_keypoint_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_keypoint_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 21]}}, "('params', 'wm_flow_query_token', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_query_token", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1, 1024]}}, "('params', 'wm_flow_success_head', 'bias', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_success_head", "key_type": 2}, {"key": "bias", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1]}}, "('params', 'wm_flow_success_head', 'kernel', 'value')": {"key_metadata": [{"key": "params", "key_type": 2}, {"key": "wm_flow_success_head", "key_type": 2}, {"key": "kernel", "key_type": 2}, {"key": "value", "key_type": 2}], "value_metadata": {"value_type": "jax.Array", "skip_deserialize": false, "write_shape": [1024, 1]}}}, "use_zarr3": false, "store_array_data_equal_to_fill_value": true, "custom_metadata": null}
params/_sharding ADDED
@@ -0,0 +1 @@
 
 
1
+ {"cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2Rlcl9ub3JtLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2Rlcl9ub3JtLnNjYWxlLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC52YWx1ZS5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC52YWx1ZS5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5rZXkuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5rZXkua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5vdXQuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5vdXQua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5xdWVyeS5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk11bHRpSGVhZERvdFByb2R1Y3RBdHRlbnRpb25fMC5xdWVyeS5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk1scEJsb2NrXzAuRGVuc2VfMC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk1scEJsb2NrXzAuRGVuc2VfMC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk1scEJsb2NrXzAuRGVuc2VfMS5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLk1scEJsb2NrXzAuRGVuc2VfMS5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLkxheWVyTm9ybV8wLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLkxheWVyTm9ybV8wLnNjYWxlLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLkxheWVyTm9ybV8xLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuVHJhbnNmb3JtZXIuZW5jb2RlcmJsb2NrLkxheWVyTm9ybV8xLnNjYWxlLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuZW1iZWRkaW5nLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuZW1iZWRkaW5nLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuaGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcuaGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5pbWcucG9zX2VtYmVkZGluZy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0uZW1iZWRkZXIuaW5wdXRfZW1iZWRkaW5nLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0uZmluYWxfbm9ybS5zY2FsZS52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0uZmluYWxfbm9ybV8xLkRlbnNlXzAuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0uZmluYWxfbm9ybV8xLkRlbnNlXzAua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLm1scC5nYXRpbmdfZWluc3VtLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLm1scC5saW5lYXIudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLm1scF8xLmdhdGluZ19laW5zdW0udmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLm1scF8xLmxpbmVhci52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4uYXR0bl92ZWNfZWluc3VtLncudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4uYXR0bl92ZWNfZWluc3VtXzEudy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4ua3ZfZWluc3VtLncudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4ua3ZfZWluc3VtXzEudy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4ucV9laW5zdW0udy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLmF0dG4ucV9laW5zdW1fMS53LnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9hdHRlbnRpb25fbm9ybS5zY2FsZS52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9hdHRlbnRpb25fbm9ybV8xLkRlbnNlXzAuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9hdHRlbnRpb25fbm9ybV8xLkRlbnNlXzAua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9mZndfbm9ybS5zY2FsZS52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9mZndfbm9ybV8xLkRlbnNlXzAuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLlBhbGlHZW1tYS5sbG0ubGF5ZXJzLnByZV9mZndfbm9ybV8xLkRlbnNlXzAua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFjdGlvbl9jb3JyZWxhdGlvbl9jaG9sZXNreS52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFjdGlvbl9pbl9wcm9qLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFjdGlvbl9pbl9wcm9qLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFjdGlvbl9vdXRfcHJvai5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFjdGlvbl9vdXRfcHJvai5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFkdmFudGFnZV9hZGFybXNfdmVjLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmFkdmFudGFnZV9lbWJlZGRpbmdzLmVtYmVkZGluZy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmNoZWNrcG9pbnRfaGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmNoZWNrcG9pbnRfaGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmNvbXBsZXRpb25faGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmNvbXBsZXRpb25faGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmZhc3RfdG9rZW5fZW1iZWRkaW5nLmVtYmVkZGluZy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmZhc3RfdG9rZW5fcHJvai5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmZhc3RfdG9rZW5fcHJvai5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmdhcm1lbnRfdHlwZV9hZGFybXNfZW1iZWRkaW5nLmVtYmVkZGluZy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmdhcm1lbnRfdHlwZV9oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmdhcm1lbnRfdHlwZV9oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmdhcm1lbnRfdHlwZV9pbnB1dF9lbWJlZGRpbmcuZW1iZWRkaW5nLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmt2X3RyYW5zZm9ybS52X2JpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmt2X3RyYW5zZm9ybS52X2NvZWZmcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmt2X3RyYW5zZm9ybS5rX2JpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmt2X3RyYW5zZm9ybS5rX2NvZWZmcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmtleXBvaW50X2Rpc3RhbmNlX2hlYWQuYmlhcy52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLmtleXBvaW50X2Rpc3RhbmNlX2hlYWQua2VybmVsLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnN0YXRlX2VtYmVkZGluZy5lbWJlZGRpbmcudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnN1Y2Nlc3NfaGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnN1Y2Nlc3NfaGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnN1Y2Nlc3NfcXVlcnlfdG9rZW4udmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnR0Y19oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnR0Y19oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnRpbWVfbWxwX291dC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnRpbWVfbWxwX291dC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnRpbWVfbWxwX2luLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLnRpbWVfbWxwX2luLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3RfY29tcGxldGlvbl9oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3RfY29tcGxldGlvbl9oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3Rfa2V5cG9pbnRfaGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3Rfa2V5cG9pbnRfaGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3Rfc3VjY2Vzc19oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3Rfc3VjY2Vzc19oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zhc3RfcXVlcnlfdG9rZW4udmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfY29tcGxldGlvbl9oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfY29tcGxldGlvbl9oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfa2V5cG9pbnRfaGVhZC5iaWFzLnZhbHVl":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfa2V5cG9pbnRfaGVhZC5rZXJuZWwudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfc3VjY2Vzc19oZWFkLmJpYXMudmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfc3VjY2Vzc19oZWFkLmtlcm5lbC52YWx1ZQ==":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}","cGFyYW1zLndtX2Zsb3dfcXVlcnlfdG9rZW4udmFsdWU=":"{\"sharding_type\": \"NamedSharding\", \"shape\": [1, 1], \"axis_names\": [\"batch\", \"fsdp\"], \"partition_spec\": [], \"device_mesh\": {\"mesh\": [[{\"id\": 0}]]}}"}
params/array_metadatas/process_0 ADDED
@@ -0,0 +1 @@
 
 
1
+ {"array_metadatas": [{"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoder_norm.bias.value", "write_shape": [1152], "chunk_shape": [1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoder_norm.scale.value", "write_shape": [1152], "chunk_shape": [1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.LayerNorm_0.bias.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.LayerNorm_0.scale.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.LayerNorm_1.bias.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.LayerNorm_1.scale.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MlpBlock_0.Dense_0.bias.value", "write_shape": [27, 4304], "chunk_shape": [27, 4304], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MlpBlock_0.Dense_0.kernel.value", "write_shape": [27, 1152, 4304], "chunk_shape": [27, 1152, 4304], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MlpBlock_0.Dense_1.bias.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MlpBlock_0.Dense_1.kernel.value", "write_shape": [27, 4304, 1152], "chunk_shape": [27, 4304, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.key.bias.value", "write_shape": [27, 16, 72], "chunk_shape": [27, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.key.kernel.value", "write_shape": [27, 1152, 16, 72], "chunk_shape": [27, 1152, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.out.bias.value", "write_shape": [27, 1152], "chunk_shape": [27, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.out.kernel.value", "write_shape": [27, 16, 72, 1152], "chunk_shape": [27, 16, 72, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.query.bias.value", "write_shape": [27, 16, 72], "chunk_shape": [27, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.query.kernel.value", "write_shape": [27, 1152, 16, 72], "chunk_shape": [27, 1152, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.value.bias.value", "write_shape": [27, 16, 72], "chunk_shape": [27, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.Transformer.encoderblock.MultiHeadDotProductAttention_0.value.kernel.value", "write_shape": [27, 1152, 16, 72], "chunk_shape": [27, 1152, 16, 72], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.embedding.bias.value", "write_shape": [1152], "chunk_shape": [1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.embedding.kernel.value", "write_shape": [14, 14, 3, 1152], "chunk_shape": [14, 14, 3, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.head.bias.value", "write_shape": [2048], "chunk_shape": [2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.head.kernel.value", "write_shape": [1152, 2048], "chunk_shape": [1152, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.img.pos_embedding.value", "write_shape": [1, 256, 1152], "chunk_shape": [1, 256, 1152], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.embedder.input_embedding.value", "write_shape": [1, 2048], "chunk_shape": [1, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.final_norm.scale.value", "write_shape": [2048], "chunk_shape": [2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.final_norm_1.Dense_0.bias.value", "write_shape": [3072], "chunk_shape": [3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.final_norm_1.Dense_0.kernel.value", "write_shape": [1024, 3072], "chunk_shape": [1024, 3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.attn_vec_einsum.w.value", "write_shape": [18, 8, 256, 2048], "chunk_shape": [18, 8, 256, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.attn_vec_einsum_1.w.value", "write_shape": [18, 8, 256, 1024], "chunk_shape": [18, 8, 256, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.kv_einsum.w.value", "write_shape": [18, 2, 1, 2048, 256], "chunk_shape": [18, 2, 1, 2048, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.kv_einsum_1.w.value", "write_shape": [18, 2, 1, 1024, 256], "chunk_shape": [18, 2, 1, 1024, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.q_einsum.w.value", "write_shape": [18, 8, 2048, 256], "chunk_shape": [18, 8, 2048, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.attn.q_einsum_1.w.value", "write_shape": [18, 8, 1024, 256], "chunk_shape": [18, 8, 1024, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.mlp.gating_einsum.value", "write_shape": [18, 2, 2048, 16384], "chunk_shape": [18, 2, 2048, 4096], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.mlp.linear.value", "write_shape": [18, 16384, 2048], "chunk_shape": [18, 8192, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.mlp_1.gating_einsum.value", "write_shape": [18, 2, 1024, 4096], "chunk_shape": [18, 2, 1024, 4096], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.mlp_1.linear.value", "write_shape": [18, 4096, 1024], "chunk_shape": [18, 4096, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_attention_norm.scale.value", "write_shape": [18, 2048], "chunk_shape": [18, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_attention_norm_1.Dense_0.bias.value", "write_shape": [18, 3072], "chunk_shape": [18, 3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_attention_norm_1.Dense_0.kernel.value", "write_shape": [18, 1024, 3072], "chunk_shape": [18, 1024, 3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_ffw_norm.scale.value", "write_shape": [18, 2048], "chunk_shape": [18, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_ffw_norm_1.Dense_0.bias.value", "write_shape": [18, 3072], "chunk_shape": [18, 3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.PaliGemma.llm.layers.pre_ffw_norm_1.Dense_0.kernel.value", "write_shape": [18, 1024, 3072], "chunk_shape": [18, 1024, 3072], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.action_correlation_cholesky.value", "write_shape": [360, 360], "chunk_shape": [360, 360], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.action_in_proj.bias.value", "write_shape": [1024], "chunk_shape": [1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.action_in_proj.kernel.value", "write_shape": [12, 1024], "chunk_shape": [12, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.action_out_proj.bias.value", "write_shape": [12], "chunk_shape": [12], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.action_out_proj.kernel.value", "write_shape": [1024, 12], "chunk_shape": [1024, 12], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.advantage_adarms_vec.value", "write_shape": [1, 1024], "chunk_shape": [1, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.advantage_embeddings.embedding.value", "write_shape": [2, 2048], "chunk_shape": [2, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.checkpoint_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.checkpoint_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.completion_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.completion_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.fast_token_embedding.embedding.value", "write_shape": [1024, 2048], "chunk_shape": [1024, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.fast_token_proj.bias.value", "write_shape": [1024], "chunk_shape": [1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.fast_token_proj.kernel.value", "write_shape": [2048, 1024], "chunk_shape": [2048, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.garment_type_adarms_embedding.embedding.value", "write_shape": [4, 1024], "chunk_shape": [4, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.garment_type_head.bias.value", "write_shape": [4], "chunk_shape": [4], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.garment_type_head.kernel.value", "write_shape": [2048, 4], "chunk_shape": [2048, 4], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.garment_type_input_embedding.embedding.value", "write_shape": [4, 2048], "chunk_shape": [4, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.keypoint_distance_head.bias.value", "write_shape": [21], "chunk_shape": [21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.keypoint_distance_head.kernel.value", "write_shape": [2048, 21], "chunk_shape": [2048, 21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.kv_transform.k_bias.value", "write_shape": [18, 1, 256], "chunk_shape": [18, 1, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.kv_transform.k_coeffs.value", "write_shape": [18, 18], "chunk_shape": [18, 18], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.kv_transform.v_bias.value", "write_shape": [18, 1, 256], "chunk_shape": [18, 1, 256], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.kv_transform.v_coeffs.value", "write_shape": [18, 18], "chunk_shape": [18, 18], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.state_embedding.embedding.value", "write_shape": [256, 2048], "chunk_shape": [256, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.success_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.success_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.success_query_token.value", "write_shape": [1, 2048], "chunk_shape": [1, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.time_mlp_in.bias.value", "write_shape": [1024], "chunk_shape": [1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.time_mlp_in.kernel.value", "write_shape": [1024, 1024], "chunk_shape": [1024, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.time_mlp_out.bias.value", "write_shape": [1024], "chunk_shape": [1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.time_mlp_out.kernel.value", "write_shape": [1024, 1024], "chunk_shape": [1024, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.ttc_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.ttc_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_completion_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_completion_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_keypoint_head.bias.value", "write_shape": [21], "chunk_shape": [21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_keypoint_head.kernel.value", "write_shape": [2048, 21], "chunk_shape": [2048, 21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_query_token.value", "write_shape": [1, 2048], "chunk_shape": [1, 2048], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_success_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_fast_success_head.kernel.value", "write_shape": [2048, 1], "chunk_shape": [2048, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_completion_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_completion_head.kernel.value", "write_shape": [1024, 1], "chunk_shape": [1024, 1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_keypoint_head.bias.value", "write_shape": [21], "chunk_shape": [21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_keypoint_head.kernel.value", "write_shape": [1024, 21], "chunk_shape": [1024, 21], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_query_token.value", "write_shape": [1, 1024], "chunk_shape": [1, 1024], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_success_head.bias.value", "write_shape": [1], "chunk_shape": [1], "ext_metadata": null}}, {"array_metadata": {"param_name": "params.wm_flow_success_head.kernel.value", "write_shape": [1024, 1], "chunk_shape": [1024, 1], "ext_metadata": null}}]}
params/d/a5721c90c2017b52169bdf3191006474 ADDED
Binary file (3.18 kB). View file
 
params/manifest.ocdbt ADDED
Binary file (118 Bytes). View file
 
params/ocdbt.process_0/d/26d1214882cbf972a5426197be962468 ADDED
Binary file (3.17 kB). View file
 
params/ocdbt.process_0/d/34e7bd1764e9c4e05d2757a4586fd8f6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:730178b0e39834bc3f1642b90b0f083f66df257f418c94effbb898c26cdb1f48
3
+ size 2235461632
params/ocdbt.process_0/d/4498bd7918da673b43953b2ac4f8442f ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c8b6ac53d3108136fd7cb7b0b7ad7dddcf5bb8f26f5a0eb92634f8923b1d86
3
+ size 2235396096
params/ocdbt.process_0/d/5bb930ff148525c22b3211d69de6ee08 ADDED
Binary file (5.9 kB). View file
 
params/ocdbt.process_0/d/8b4b236f6b594cc21a225296a4863406 ADDED
Binary file (1.56 kB). View file
 
params/ocdbt.process_0/d/97f93ce45a5b5574f38df039221b2761 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c60b4996dd1390361a2f168c3c4dd19f107b1ce780c7c14d3e4ca419a1ad701
3
+ size 381775872
params/ocdbt.process_0/d/b47d8a8b823db9abe30ebbc0f5c016d7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:428208df3cfac14d7551de027b09f6729204f76bcf77d842a15b66ced9b05be9
3
+ size 1002848256
params/ocdbt.process_0/d/c8777096a45c4f75a0019f7f3159a54e ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3540d697ccec66f6bac39f9f4da12ea13b36010c83556e50b482b089fc544201
3
+ size 2235453440
params/ocdbt.process_0/d/e0a12025a8c05d61bd374c6f78f326d9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccdc8870715908eff6867d6a86f628d8ba4a1e93f6137ba3befd27361d876a35
3
+ size 2391662592
params/ocdbt.process_0/d/f25c2d31ed6f888811d1e56dca0ca3b9 ADDED
Binary file (213 Bytes). View file
 
params/ocdbt.process_0/d/fdd249f99cc4c79f00fd26d06f4e6e20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0158b8e264f2c276792497ca0ab3d2fd3d5217bfdd98d233db2a4f937c462c72
3
+ size 1567616
params/ocdbt.process_0/manifest.ocdbt ADDED
Binary file (401 Bytes). View file
 
replay.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8da8b65ec8d6edaf0cea04e57ede89fa112f1582563428553977a0046427194
3
+ size 13775899