Ba2han commited on
Commit
59b1f8d
·
verified ·
1 Parent(s): f92ea6c

Training in progress, step 1542

Browse files
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Ba2han/TR_CPTs
3
+ library_name: transformers
4
+ model_name: test_CPTl
5
+ tags:
6
+ - generated_from_trainer
7
+ - sft
8
+ - unsloth
9
+ - trl
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for test_CPTl
14
+
15
+ This model is a fine-tuned version of [Ba2han/TR_CPTs](https://huggingface.co/Ba2han/TR_CPTs).
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).
17
+
18
+ ## Quick start
19
+
20
+ ```python
21
+ from transformers import pipeline
22
+
23
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="Ba2han/test_CPTl", device="cuda")
25
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
+ print(output["generated_text"])
27
+ ```
28
+
29
+ ## Training procedure
30
+
31
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/batuhan409/huggingface/runs/cdqe90i8)
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 0.24.0
39
+ - Transformers: 5.8.0
40
+ - Pytorch: 2.11.0
41
+ - Datasets: 4.8.0
42
+ - Tokenizers: 0.22.2
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 2,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 3,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 1792,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4608,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention"
56
+ ],
57
+ "max_position_embeddings": 16384,
58
+ "max_window_layers": 40,
59
+ "model_name": "Ba2han/TR_CPTs",
60
+ "model_type": "qwen3",
61
+ "num_attention_heads": 16,
62
+ "num_hidden_layers": 40,
63
+ "num_key_value_heads": 4,
64
+ "pad_token_id": 0,
65
+ "rms_norm_eps": 1e-08,
66
+ "rope_parameters": {
67
+ "rope_theta": 500000,
68
+ "rope_type": "default"
69
+ },
70
+ "sliding_window": null,
71
+ "tie_word_embeddings": true,
72
+ "transformers_version": "5.8.0",
73
+ "unsloth_version": "2026.7.5",
74
+ "use_cache": false,
75
+ "use_sliding_window": false,
76
+ "vocab_size": 60800
77
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": [
5
+ 3
6
+ ],
7
+ "max_length": 16384,
8
+ "output_attentions": false,
9
+ "output_hidden_states": false,
10
+ "pad_token_id": 0,
11
+ "transformers_version": "5.8.0",
12
+ "use_cache": false
13
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6635b8c8c10cf8d79234aa0c324f4cd93262c2b9b2901ac359549b26cc0b190a
3
+ size 2934389864
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,2095 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<eos>",
6
+ "is_local": false,
7
+ "local_files_only": false,
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "<pad>",
10
+ "padding_side": "right",
11
+ "tokenizer_class": "TokenizersBackend",
12
+ "unk_token": "<unk>",
13
+ "added_tokens_decoder": {
14
+ "0": {
15
+ "content": "<pad>",
16
+ "single_word": false,
17
+ "lstrip": false,
18
+ "rstrip": false,
19
+ "normalized": false,
20
+ "special": true
21
+ },
22
+ "1": {
23
+ "content": "<unk>",
24
+ "single_word": false,
25
+ "lstrip": false,
26
+ "rstrip": false,
27
+ "normalized": false,
28
+ "special": true
29
+ },
30
+ "2": {
31
+ "content": "<bos>",
32
+ "single_word": false,
33
+ "lstrip": false,
34
+ "rstrip": false,
35
+ "normalized": false,
36
+ "special": true
37
+ },
38
+ "3": {
39
+ "content": "<eos>",
40
+ "single_word": false,
41
+ "lstrip": false,
42
+ "rstrip": false,
43
+ "normalized": false,
44
+ "special": true
45
+ },
46
+ "4": {
47
+ "content": "<0x00>",
48
+ "single_word": false,
49
+ "lstrip": false,
50
+ "rstrip": false,
51
+ "normalized": false,
52
+ "special": true
53
+ },
54
+ "5": {
55
+ "content": "<0x01>",
56
+ "single_word": false,
57
+ "lstrip": false,
58
+ "rstrip": false,
59
+ "normalized": false,
60
+ "special": true
61
+ },
62
+ "6": {
63
+ "content": "<0x02>",
64
+ "single_word": false,
65
+ "lstrip": false,
66
+ "rstrip": false,
67
+ "normalized": false,
68
+ "special": true
69
+ },
70
+ "7": {
71
+ "content": "<0x03>",
72
+ "single_word": false,
73
+ "lstrip": false,
74
+ "rstrip": false,
75
+ "normalized": false,
76
+ "special": true
77
+ },
78
+ "8": {
79
+ "content": "<0x04>",
80
+ "single_word": false,
81
+ "lstrip": false,
82
+ "rstrip": false,
83
+ "normalized": false,
84
+ "special": true
85
+ },
86
+ "9": {
87
+ "content": "<0x05>",
88
+ "single_word": false,
89
+ "lstrip": false,
90
+ "rstrip": false,
91
+ "normalized": false,
92
+ "special": true
93
+ },
94
+ "10": {
95
+ "content": "<0x06>",
96
+ "single_word": false,
97
+ "lstrip": false,
98
+ "rstrip": false,
99
+ "normalized": false,
100
+ "special": true
101
+ },
102
+ "11": {
103
+ "content": "<0x07>",
104
+ "single_word": false,
105
+ "lstrip": false,
106
+ "rstrip": false,
107
+ "normalized": false,
108
+ "special": true
109
+ },
110
+ "12": {
111
+ "content": "<0x08>",
112
+ "single_word": false,
113
+ "lstrip": false,
114
+ "rstrip": false,
115
+ "normalized": false,
116
+ "special": true
117
+ },
118
+ "13": {
119
+ "content": "<0x09>",
120
+ "single_word": false,
121
+ "lstrip": false,
122
+ "rstrip": false,
123
+ "normalized": false,
124
+ "special": true
125
+ },
126
+ "14": {
127
+ "content": "<0x0A>",
128
+ "single_word": false,
129
+ "lstrip": false,
130
+ "rstrip": false,
131
+ "normalized": false,
132
+ "special": true
133
+ },
134
+ "15": {
135
+ "content": "<0x0B>",
136
+ "single_word": false,
137
+ "lstrip": false,
138
+ "rstrip": false,
139
+ "normalized": false,
140
+ "special": true
141
+ },
142
+ "16": {
143
+ "content": "<0x0C>",
144
+ "single_word": false,
145
+ "lstrip": false,
146
+ "rstrip": false,
147
+ "normalized": false,
148
+ "special": true
149
+ },
150
+ "17": {
151
+ "content": "<0x0D>",
152
+ "single_word": false,
153
+ "lstrip": false,
154
+ "rstrip": false,
155
+ "normalized": false,
156
+ "special": true
157
+ },
158
+ "18": {
159
+ "content": "<0x0E>",
160
+ "single_word": false,
161
+ "lstrip": false,
162
+ "rstrip": false,
163
+ "normalized": false,
164
+ "special": true
165
+ },
166
+ "19": {
167
+ "content": "<0x0F>",
168
+ "single_word": false,
169
+ "lstrip": false,
170
+ "rstrip": false,
171
+ "normalized": false,
172
+ "special": true
173
+ },
174
+ "20": {
175
+ "content": "<0x10>",
176
+ "single_word": false,
177
+ "lstrip": false,
178
+ "rstrip": false,
179
+ "normalized": false,
180
+ "special": true
181
+ },
182
+ "21": {
183
+ "content": "<0x11>",
184
+ "single_word": false,
185
+ "lstrip": false,
186
+ "rstrip": false,
187
+ "normalized": false,
188
+ "special": true
189
+ },
190
+ "22": {
191
+ "content": "<0x12>",
192
+ "single_word": false,
193
+ "lstrip": false,
194
+ "rstrip": false,
195
+ "normalized": false,
196
+ "special": true
197
+ },
198
+ "23": {
199
+ "content": "<0x13>",
200
+ "single_word": false,
201
+ "lstrip": false,
202
+ "rstrip": false,
203
+ "normalized": false,
204
+ "special": true
205
+ },
206
+ "24": {
207
+ "content": "<0x14>",
208
+ "single_word": false,
209
+ "lstrip": false,
210
+ "rstrip": false,
211
+ "normalized": false,
212
+ "special": true
213
+ },
214
+ "25": {
215
+ "content": "<0x15>",
216
+ "single_word": false,
217
+ "lstrip": false,
218
+ "rstrip": false,
219
+ "normalized": false,
220
+ "special": true
221
+ },
222
+ "26": {
223
+ "content": "<0x16>",
224
+ "single_word": false,
225
+ "lstrip": false,
226
+ "rstrip": false,
227
+ "normalized": false,
228
+ "special": true
229
+ },
230
+ "27": {
231
+ "content": "<0x17>",
232
+ "single_word": false,
233
+ "lstrip": false,
234
+ "rstrip": false,
235
+ "normalized": false,
236
+ "special": true
237
+ },
238
+ "28": {
239
+ "content": "<0x18>",
240
+ "single_word": false,
241
+ "lstrip": false,
242
+ "rstrip": false,
243
+ "normalized": false,
244
+ "special": true
245
+ },
246
+ "29": {
247
+ "content": "<0x19>",
248
+ "single_word": false,
249
+ "lstrip": false,
250
+ "rstrip": false,
251
+ "normalized": false,
252
+ "special": true
253
+ },
254
+ "30": {
255
+ "content": "<0x1A>",
256
+ "single_word": false,
257
+ "lstrip": false,
258
+ "rstrip": false,
259
+ "normalized": false,
260
+ "special": true
261
+ },
262
+ "31": {
263
+ "content": "<0x1B>",
264
+ "single_word": false,
265
+ "lstrip": false,
266
+ "rstrip": false,
267
+ "normalized": false,
268
+ "special": true
269
+ },
270
+ "32": {
271
+ "content": "<0x1C>",
272
+ "single_word": false,
273
+ "lstrip": false,
274
+ "rstrip": false,
275
+ "normalized": false,
276
+ "special": true
277
+ },
278
+ "33": {
279
+ "content": "<0x1D>",
280
+ "single_word": false,
281
+ "lstrip": false,
282
+ "rstrip": false,
283
+ "normalized": false,
284
+ "special": true
285
+ },
286
+ "34": {
287
+ "content": "<0x1E>",
288
+ "single_word": false,
289
+ "lstrip": false,
290
+ "rstrip": false,
291
+ "normalized": false,
292
+ "special": true
293
+ },
294
+ "35": {
295
+ "content": "<0x1F>",
296
+ "single_word": false,
297
+ "lstrip": false,
298
+ "rstrip": false,
299
+ "normalized": false,
300
+ "special": true
301
+ },
302
+ "36": {
303
+ "content": "<0x20>",
304
+ "single_word": false,
305
+ "lstrip": false,
306
+ "rstrip": false,
307
+ "normalized": false,
308
+ "special": true
309
+ },
310
+ "37": {
311
+ "content": "<0x21>",
312
+ "single_word": false,
313
+ "lstrip": false,
314
+ "rstrip": false,
315
+ "normalized": false,
316
+ "special": true
317
+ },
318
+ "38": {
319
+ "content": "<0x22>",
320
+ "single_word": false,
321
+ "lstrip": false,
322
+ "rstrip": false,
323
+ "normalized": false,
324
+ "special": true
325
+ },
326
+ "39": {
327
+ "content": "<0x23>",
328
+ "single_word": false,
329
+ "lstrip": false,
330
+ "rstrip": false,
331
+ "normalized": false,
332
+ "special": true
333
+ },
334
+ "40": {
335
+ "content": "<0x24>",
336
+ "single_word": false,
337
+ "lstrip": false,
338
+ "rstrip": false,
339
+ "normalized": false,
340
+ "special": true
341
+ },
342
+ "41": {
343
+ "content": "<0x25>",
344
+ "single_word": false,
345
+ "lstrip": false,
346
+ "rstrip": false,
347
+ "normalized": false,
348
+ "special": true
349
+ },
350
+ "42": {
351
+ "content": "<0x26>",
352
+ "single_word": false,
353
+ "lstrip": false,
354
+ "rstrip": false,
355
+ "normalized": false,
356
+ "special": true
357
+ },
358
+ "43": {
359
+ "content": "<0x27>",
360
+ "single_word": false,
361
+ "lstrip": false,
362
+ "rstrip": false,
363
+ "normalized": false,
364
+ "special": true
365
+ },
366
+ "44": {
367
+ "content": "<0x28>",
368
+ "single_word": false,
369
+ "lstrip": false,
370
+ "rstrip": false,
371
+ "normalized": false,
372
+ "special": true
373
+ },
374
+ "45": {
375
+ "content": "<0x29>",
376
+ "single_word": false,
377
+ "lstrip": false,
378
+ "rstrip": false,
379
+ "normalized": false,
380
+ "special": true
381
+ },
382
+ "46": {
383
+ "content": "<0x2A>",
384
+ "single_word": false,
385
+ "lstrip": false,
386
+ "rstrip": false,
387
+ "normalized": false,
388
+ "special": true
389
+ },
390
+ "47": {
391
+ "content": "<0x2B>",
392
+ "single_word": false,
393
+ "lstrip": false,
394
+ "rstrip": false,
395
+ "normalized": false,
396
+ "special": true
397
+ },
398
+ "48": {
399
+ "content": "<0x2C>",
400
+ "single_word": false,
401
+ "lstrip": false,
402
+ "rstrip": false,
403
+ "normalized": false,
404
+ "special": true
405
+ },
406
+ "49": {
407
+ "content": "<0x2D>",
408
+ "single_word": false,
409
+ "lstrip": false,
410
+ "rstrip": false,
411
+ "normalized": false,
412
+ "special": true
413
+ },
414
+ "50": {
415
+ "content": "<0x2E>",
416
+ "single_word": false,
417
+ "lstrip": false,
418
+ "rstrip": false,
419
+ "normalized": false,
420
+ "special": true
421
+ },
422
+ "51": {
423
+ "content": "<0x2F>",
424
+ "single_word": false,
425
+ "lstrip": false,
426
+ "rstrip": false,
427
+ "normalized": false,
428
+ "special": true
429
+ },
430
+ "52": {
431
+ "content": "<0x30>",
432
+ "single_word": false,
433
+ "lstrip": false,
434
+ "rstrip": false,
435
+ "normalized": false,
436
+ "special": true
437
+ },
438
+ "53": {
439
+ "content": "<0x31>",
440
+ "single_word": false,
441
+ "lstrip": false,
442
+ "rstrip": false,
443
+ "normalized": false,
444
+ "special": true
445
+ },
446
+ "54": {
447
+ "content": "<0x32>",
448
+ "single_word": false,
449
+ "lstrip": false,
450
+ "rstrip": false,
451
+ "normalized": false,
452
+ "special": true
453
+ },
454
+ "55": {
455
+ "content": "<0x33>",
456
+ "single_word": false,
457
+ "lstrip": false,
458
+ "rstrip": false,
459
+ "normalized": false,
460
+ "special": true
461
+ },
462
+ "56": {
463
+ "content": "<0x34>",
464
+ "single_word": false,
465
+ "lstrip": false,
466
+ "rstrip": false,
467
+ "normalized": false,
468
+ "special": true
469
+ },
470
+ "57": {
471
+ "content": "<0x35>",
472
+ "single_word": false,
473
+ "lstrip": false,
474
+ "rstrip": false,
475
+ "normalized": false,
476
+ "special": true
477
+ },
478
+ "58": {
479
+ "content": "<0x36>",
480
+ "single_word": false,
481
+ "lstrip": false,
482
+ "rstrip": false,
483
+ "normalized": false,
484
+ "special": true
485
+ },
486
+ "59": {
487
+ "content": "<0x37>",
488
+ "single_word": false,
489
+ "lstrip": false,
490
+ "rstrip": false,
491
+ "normalized": false,
492
+ "special": true
493
+ },
494
+ "60": {
495
+ "content": "<0x38>",
496
+ "single_word": false,
497
+ "lstrip": false,
498
+ "rstrip": false,
499
+ "normalized": false,
500
+ "special": true
501
+ },
502
+ "61": {
503
+ "content": "<0x39>",
504
+ "single_word": false,
505
+ "lstrip": false,
506
+ "rstrip": false,
507
+ "normalized": false,
508
+ "special": true
509
+ },
510
+ "62": {
511
+ "content": "<0x3A>",
512
+ "single_word": false,
513
+ "lstrip": false,
514
+ "rstrip": false,
515
+ "normalized": false,
516
+ "special": true
517
+ },
518
+ "63": {
519
+ "content": "<0x3B>",
520
+ "single_word": false,
521
+ "lstrip": false,
522
+ "rstrip": false,
523
+ "normalized": false,
524
+ "special": true
525
+ },
526
+ "64": {
527
+ "content": "<0x3C>",
528
+ "single_word": false,
529
+ "lstrip": false,
530
+ "rstrip": false,
531
+ "normalized": false,
532
+ "special": true
533
+ },
534
+ "65": {
535
+ "content": "<0x3D>",
536
+ "single_word": false,
537
+ "lstrip": false,
538
+ "rstrip": false,
539
+ "normalized": false,
540
+ "special": true
541
+ },
542
+ "66": {
543
+ "content": "<0x3E>",
544
+ "single_word": false,
545
+ "lstrip": false,
546
+ "rstrip": false,
547
+ "normalized": false,
548
+ "special": true
549
+ },
550
+ "67": {
551
+ "content": "<0x3F>",
552
+ "single_word": false,
553
+ "lstrip": false,
554
+ "rstrip": false,
555
+ "normalized": false,
556
+ "special": true
557
+ },
558
+ "68": {
559
+ "content": "<0x40>",
560
+ "single_word": false,
561
+ "lstrip": false,
562
+ "rstrip": false,
563
+ "normalized": false,
564
+ "special": true
565
+ },
566
+ "69": {
567
+ "content": "<0x41>",
568
+ "single_word": false,
569
+ "lstrip": false,
570
+ "rstrip": false,
571
+ "normalized": false,
572
+ "special": true
573
+ },
574
+ "70": {
575
+ "content": "<0x42>",
576
+ "single_word": false,
577
+ "lstrip": false,
578
+ "rstrip": false,
579
+ "normalized": false,
580
+ "special": true
581
+ },
582
+ "71": {
583
+ "content": "<0x43>",
584
+ "single_word": false,
585
+ "lstrip": false,
586
+ "rstrip": false,
587
+ "normalized": false,
588
+ "special": true
589
+ },
590
+ "72": {
591
+ "content": "<0x44>",
592
+ "single_word": false,
593
+ "lstrip": false,
594
+ "rstrip": false,
595
+ "normalized": false,
596
+ "special": true
597
+ },
598
+ "73": {
599
+ "content": "<0x45>",
600
+ "single_word": false,
601
+ "lstrip": false,
602
+ "rstrip": false,
603
+ "normalized": false,
604
+ "special": true
605
+ },
606
+ "74": {
607
+ "content": "<0x46>",
608
+ "single_word": false,
609
+ "lstrip": false,
610
+ "rstrip": false,
611
+ "normalized": false,
612
+ "special": true
613
+ },
614
+ "75": {
615
+ "content": "<0x47>",
616
+ "single_word": false,
617
+ "lstrip": false,
618
+ "rstrip": false,
619
+ "normalized": false,
620
+ "special": true
621
+ },
622
+ "76": {
623
+ "content": "<0x48>",
624
+ "single_word": false,
625
+ "lstrip": false,
626
+ "rstrip": false,
627
+ "normalized": false,
628
+ "special": true
629
+ },
630
+ "77": {
631
+ "content": "<0x49>",
632
+ "single_word": false,
633
+ "lstrip": false,
634
+ "rstrip": false,
635
+ "normalized": false,
636
+ "special": true
637
+ },
638
+ "78": {
639
+ "content": "<0x4A>",
640
+ "single_word": false,
641
+ "lstrip": false,
642
+ "rstrip": false,
643
+ "normalized": false,
644
+ "special": true
645
+ },
646
+ "79": {
647
+ "content": "<0x4B>",
648
+ "single_word": false,
649
+ "lstrip": false,
650
+ "rstrip": false,
651
+ "normalized": false,
652
+ "special": true
653
+ },
654
+ "80": {
655
+ "content": "<0x4C>",
656
+ "single_word": false,
657
+ "lstrip": false,
658
+ "rstrip": false,
659
+ "normalized": false,
660
+ "special": true
661
+ },
662
+ "81": {
663
+ "content": "<0x4D>",
664
+ "single_word": false,
665
+ "lstrip": false,
666
+ "rstrip": false,
667
+ "normalized": false,
668
+ "special": true
669
+ },
670
+ "82": {
671
+ "content": "<0x4E>",
672
+ "single_word": false,
673
+ "lstrip": false,
674
+ "rstrip": false,
675
+ "normalized": false,
676
+ "special": true
677
+ },
678
+ "83": {
679
+ "content": "<0x4F>",
680
+ "single_word": false,
681
+ "lstrip": false,
682
+ "rstrip": false,
683
+ "normalized": false,
684
+ "special": true
685
+ },
686
+ "84": {
687
+ "content": "<0x50>",
688
+ "single_word": false,
689
+ "lstrip": false,
690
+ "rstrip": false,
691
+ "normalized": false,
692
+ "special": true
693
+ },
694
+ "85": {
695
+ "content": "<0x51>",
696
+ "single_word": false,
697
+ "lstrip": false,
698
+ "rstrip": false,
699
+ "normalized": false,
700
+ "special": true
701
+ },
702
+ "86": {
703
+ "content": "<0x52>",
704
+ "single_word": false,
705
+ "lstrip": false,
706
+ "rstrip": false,
707
+ "normalized": false,
708
+ "special": true
709
+ },
710
+ "87": {
711
+ "content": "<0x53>",
712
+ "single_word": false,
713
+ "lstrip": false,
714
+ "rstrip": false,
715
+ "normalized": false,
716
+ "special": true
717
+ },
718
+ "88": {
719
+ "content": "<0x54>",
720
+ "single_word": false,
721
+ "lstrip": false,
722
+ "rstrip": false,
723
+ "normalized": false,
724
+ "special": true
725
+ },
726
+ "89": {
727
+ "content": "<0x55>",
728
+ "single_word": false,
729
+ "lstrip": false,
730
+ "rstrip": false,
731
+ "normalized": false,
732
+ "special": true
733
+ },
734
+ "90": {
735
+ "content": "<0x56>",
736
+ "single_word": false,
737
+ "lstrip": false,
738
+ "rstrip": false,
739
+ "normalized": false,
740
+ "special": true
741
+ },
742
+ "91": {
743
+ "content": "<0x57>",
744
+ "single_word": false,
745
+ "lstrip": false,
746
+ "rstrip": false,
747
+ "normalized": false,
748
+ "special": true
749
+ },
750
+ "92": {
751
+ "content": "<0x58>",
752
+ "single_word": false,
753
+ "lstrip": false,
754
+ "rstrip": false,
755
+ "normalized": false,
756
+ "special": true
757
+ },
758
+ "93": {
759
+ "content": "<0x59>",
760
+ "single_word": false,
761
+ "lstrip": false,
762
+ "rstrip": false,
763
+ "normalized": false,
764
+ "special": true
765
+ },
766
+ "94": {
767
+ "content": "<0x5A>",
768
+ "single_word": false,
769
+ "lstrip": false,
770
+ "rstrip": false,
771
+ "normalized": false,
772
+ "special": true
773
+ },
774
+ "95": {
775
+ "content": "<0x5B>",
776
+ "single_word": false,
777
+ "lstrip": false,
778
+ "rstrip": false,
779
+ "normalized": false,
780
+ "special": true
781
+ },
782
+ "96": {
783
+ "content": "<0x5C>",
784
+ "single_word": false,
785
+ "lstrip": false,
786
+ "rstrip": false,
787
+ "normalized": false,
788
+ "special": true
789
+ },
790
+ "97": {
791
+ "content": "<0x5D>",
792
+ "single_word": false,
793
+ "lstrip": false,
794
+ "rstrip": false,
795
+ "normalized": false,
796
+ "special": true
797
+ },
798
+ "98": {
799
+ "content": "<0x5E>",
800
+ "single_word": false,
801
+ "lstrip": false,
802
+ "rstrip": false,
803
+ "normalized": false,
804
+ "special": true
805
+ },
806
+ "99": {
807
+ "content": "<0x5F>",
808
+ "single_word": false,
809
+ "lstrip": false,
810
+ "rstrip": false,
811
+ "normalized": false,
812
+ "special": true
813
+ },
814
+ "100": {
815
+ "content": "<0x60>",
816
+ "single_word": false,
817
+ "lstrip": false,
818
+ "rstrip": false,
819
+ "normalized": false,
820
+ "special": true
821
+ },
822
+ "101": {
823
+ "content": "<0x61>",
824
+ "single_word": false,
825
+ "lstrip": false,
826
+ "rstrip": false,
827
+ "normalized": false,
828
+ "special": true
829
+ },
830
+ "102": {
831
+ "content": "<0x62>",
832
+ "single_word": false,
833
+ "lstrip": false,
834
+ "rstrip": false,
835
+ "normalized": false,
836
+ "special": true
837
+ },
838
+ "103": {
839
+ "content": "<0x63>",
840
+ "single_word": false,
841
+ "lstrip": false,
842
+ "rstrip": false,
843
+ "normalized": false,
844
+ "special": true
845
+ },
846
+ "104": {
847
+ "content": "<0x64>",
848
+ "single_word": false,
849
+ "lstrip": false,
850
+ "rstrip": false,
851
+ "normalized": false,
852
+ "special": true
853
+ },
854
+ "105": {
855
+ "content": "<0x65>",
856
+ "single_word": false,
857
+ "lstrip": false,
858
+ "rstrip": false,
859
+ "normalized": false,
860
+ "special": true
861
+ },
862
+ "106": {
863
+ "content": "<0x66>",
864
+ "single_word": false,
865
+ "lstrip": false,
866
+ "rstrip": false,
867
+ "normalized": false,
868
+ "special": true
869
+ },
870
+ "107": {
871
+ "content": "<0x67>",
872
+ "single_word": false,
873
+ "lstrip": false,
874
+ "rstrip": false,
875
+ "normalized": false,
876
+ "special": true
877
+ },
878
+ "108": {
879
+ "content": "<0x68>",
880
+ "single_word": false,
881
+ "lstrip": false,
882
+ "rstrip": false,
883
+ "normalized": false,
884
+ "special": true
885
+ },
886
+ "109": {
887
+ "content": "<0x69>",
888
+ "single_word": false,
889
+ "lstrip": false,
890
+ "rstrip": false,
891
+ "normalized": false,
892
+ "special": true
893
+ },
894
+ "110": {
895
+ "content": "<0x6A>",
896
+ "single_word": false,
897
+ "lstrip": false,
898
+ "rstrip": false,
899
+ "normalized": false,
900
+ "special": true
901
+ },
902
+ "111": {
903
+ "content": "<0x6B>",
904
+ "single_word": false,
905
+ "lstrip": false,
906
+ "rstrip": false,
907
+ "normalized": false,
908
+ "special": true
909
+ },
910
+ "112": {
911
+ "content": "<0x6C>",
912
+ "single_word": false,
913
+ "lstrip": false,
914
+ "rstrip": false,
915
+ "normalized": false,
916
+ "special": true
917
+ },
918
+ "113": {
919
+ "content": "<0x6D>",
920
+ "single_word": false,
921
+ "lstrip": false,
922
+ "rstrip": false,
923
+ "normalized": false,
924
+ "special": true
925
+ },
926
+ "114": {
927
+ "content": "<0x6E>",
928
+ "single_word": false,
929
+ "lstrip": false,
930
+ "rstrip": false,
931
+ "normalized": false,
932
+ "special": true
933
+ },
934
+ "115": {
935
+ "content": "<0x6F>",
936
+ "single_word": false,
937
+ "lstrip": false,
938
+ "rstrip": false,
939
+ "normalized": false,
940
+ "special": true
941
+ },
942
+ "116": {
943
+ "content": "<0x70>",
944
+ "single_word": false,
945
+ "lstrip": false,
946
+ "rstrip": false,
947
+ "normalized": false,
948
+ "special": true
949
+ },
950
+ "117": {
951
+ "content": "<0x71>",
952
+ "single_word": false,
953
+ "lstrip": false,
954
+ "rstrip": false,
955
+ "normalized": false,
956
+ "special": true
957
+ },
958
+ "118": {
959
+ "content": "<0x72>",
960
+ "single_word": false,
961
+ "lstrip": false,
962
+ "rstrip": false,
963
+ "normalized": false,
964
+ "special": true
965
+ },
966
+ "119": {
967
+ "content": "<0x73>",
968
+ "single_word": false,
969
+ "lstrip": false,
970
+ "rstrip": false,
971
+ "normalized": false,
972
+ "special": true
973
+ },
974
+ "120": {
975
+ "content": "<0x74>",
976
+ "single_word": false,
977
+ "lstrip": false,
978
+ "rstrip": false,
979
+ "normalized": false,
980
+ "special": true
981
+ },
982
+ "121": {
983
+ "content": "<0x75>",
984
+ "single_word": false,
985
+ "lstrip": false,
986
+ "rstrip": false,
987
+ "normalized": false,
988
+ "special": true
989
+ },
990
+ "122": {
991
+ "content": "<0x76>",
992
+ "single_word": false,
993
+ "lstrip": false,
994
+ "rstrip": false,
995
+ "normalized": false,
996
+ "special": true
997
+ },
998
+ "123": {
999
+ "content": "<0x77>",
1000
+ "single_word": false,
1001
+ "lstrip": false,
1002
+ "rstrip": false,
1003
+ "normalized": false,
1004
+ "special": true
1005
+ },
1006
+ "124": {
1007
+ "content": "<0x78>",
1008
+ "single_word": false,
1009
+ "lstrip": false,
1010
+ "rstrip": false,
1011
+ "normalized": false,
1012
+ "special": true
1013
+ },
1014
+ "125": {
1015
+ "content": "<0x79>",
1016
+ "single_word": false,
1017
+ "lstrip": false,
1018
+ "rstrip": false,
1019
+ "normalized": false,
1020
+ "special": true
1021
+ },
1022
+ "126": {
1023
+ "content": "<0x7A>",
1024
+ "single_word": false,
1025
+ "lstrip": false,
1026
+ "rstrip": false,
1027
+ "normalized": false,
1028
+ "special": true
1029
+ },
1030
+ "127": {
1031
+ "content": "<0x7B>",
1032
+ "single_word": false,
1033
+ "lstrip": false,
1034
+ "rstrip": false,
1035
+ "normalized": false,
1036
+ "special": true
1037
+ },
1038
+ "128": {
1039
+ "content": "<0x7C>",
1040
+ "single_word": false,
1041
+ "lstrip": false,
1042
+ "rstrip": false,
1043
+ "normalized": false,
1044
+ "special": true
1045
+ },
1046
+ "129": {
1047
+ "content": "<0x7D>",
1048
+ "single_word": false,
1049
+ "lstrip": false,
1050
+ "rstrip": false,
1051
+ "normalized": false,
1052
+ "special": true
1053
+ },
1054
+ "130": {
1055
+ "content": "<0x7E>",
1056
+ "single_word": false,
1057
+ "lstrip": false,
1058
+ "rstrip": false,
1059
+ "normalized": false,
1060
+ "special": true
1061
+ },
1062
+ "131": {
1063
+ "content": "<0x7F>",
1064
+ "single_word": false,
1065
+ "lstrip": false,
1066
+ "rstrip": false,
1067
+ "normalized": false,
1068
+ "special": true
1069
+ },
1070
+ "132": {
1071
+ "content": "<0x80>",
1072
+ "single_word": false,
1073
+ "lstrip": false,
1074
+ "rstrip": false,
1075
+ "normalized": false,
1076
+ "special": true
1077
+ },
1078
+ "133": {
1079
+ "content": "<0x81>",
1080
+ "single_word": false,
1081
+ "lstrip": false,
1082
+ "rstrip": false,
1083
+ "normalized": false,
1084
+ "special": true
1085
+ },
1086
+ "134": {
1087
+ "content": "<0x82>",
1088
+ "single_word": false,
1089
+ "lstrip": false,
1090
+ "rstrip": false,
1091
+ "normalized": false,
1092
+ "special": true
1093
+ },
1094
+ "135": {
1095
+ "content": "<0x83>",
1096
+ "single_word": false,
1097
+ "lstrip": false,
1098
+ "rstrip": false,
1099
+ "normalized": false,
1100
+ "special": true
1101
+ },
1102
+ "136": {
1103
+ "content": "<0x84>",
1104
+ "single_word": false,
1105
+ "lstrip": false,
1106
+ "rstrip": false,
1107
+ "normalized": false,
1108
+ "special": true
1109
+ },
1110
+ "137": {
1111
+ "content": "<0x85>",
1112
+ "single_word": false,
1113
+ "lstrip": false,
1114
+ "rstrip": false,
1115
+ "normalized": false,
1116
+ "special": true
1117
+ },
1118
+ "138": {
1119
+ "content": "<0x86>",
1120
+ "single_word": false,
1121
+ "lstrip": false,
1122
+ "rstrip": false,
1123
+ "normalized": false,
1124
+ "special": true
1125
+ },
1126
+ "139": {
1127
+ "content": "<0x87>",
1128
+ "single_word": false,
1129
+ "lstrip": false,
1130
+ "rstrip": false,
1131
+ "normalized": false,
1132
+ "special": true
1133
+ },
1134
+ "140": {
1135
+ "content": "<0x88>",
1136
+ "single_word": false,
1137
+ "lstrip": false,
1138
+ "rstrip": false,
1139
+ "normalized": false,
1140
+ "special": true
1141
+ },
1142
+ "141": {
1143
+ "content": "<0x89>",
1144
+ "single_word": false,
1145
+ "lstrip": false,
1146
+ "rstrip": false,
1147
+ "normalized": false,
1148
+ "special": true
1149
+ },
1150
+ "142": {
1151
+ "content": "<0x8A>",
1152
+ "single_word": false,
1153
+ "lstrip": false,
1154
+ "rstrip": false,
1155
+ "normalized": false,
1156
+ "special": true
1157
+ },
1158
+ "143": {
1159
+ "content": "<0x8B>",
1160
+ "single_word": false,
1161
+ "lstrip": false,
1162
+ "rstrip": false,
1163
+ "normalized": false,
1164
+ "special": true
1165
+ },
1166
+ "144": {
1167
+ "content": "<0x8C>",
1168
+ "single_word": false,
1169
+ "lstrip": false,
1170
+ "rstrip": false,
1171
+ "normalized": false,
1172
+ "special": true
1173
+ },
1174
+ "145": {
1175
+ "content": "<0x8D>",
1176
+ "single_word": false,
1177
+ "lstrip": false,
1178
+ "rstrip": false,
1179
+ "normalized": false,
1180
+ "special": true
1181
+ },
1182
+ "146": {
1183
+ "content": "<0x8E>",
1184
+ "single_word": false,
1185
+ "lstrip": false,
1186
+ "rstrip": false,
1187
+ "normalized": false,
1188
+ "special": true
1189
+ },
1190
+ "147": {
1191
+ "content": "<0x8F>",
1192
+ "single_word": false,
1193
+ "lstrip": false,
1194
+ "rstrip": false,
1195
+ "normalized": false,
1196
+ "special": true
1197
+ },
1198
+ "148": {
1199
+ "content": "<0x90>",
1200
+ "single_word": false,
1201
+ "lstrip": false,
1202
+ "rstrip": false,
1203
+ "normalized": false,
1204
+ "special": true
1205
+ },
1206
+ "149": {
1207
+ "content": "<0x91>",
1208
+ "single_word": false,
1209
+ "lstrip": false,
1210
+ "rstrip": false,
1211
+ "normalized": false,
1212
+ "special": true
1213
+ },
1214
+ "150": {
1215
+ "content": "<0x92>",
1216
+ "single_word": false,
1217
+ "lstrip": false,
1218
+ "rstrip": false,
1219
+ "normalized": false,
1220
+ "special": true
1221
+ },
1222
+ "151": {
1223
+ "content": "<0x93>",
1224
+ "single_word": false,
1225
+ "lstrip": false,
1226
+ "rstrip": false,
1227
+ "normalized": false,
1228
+ "special": true
1229
+ },
1230
+ "152": {
1231
+ "content": "<0x94>",
1232
+ "single_word": false,
1233
+ "lstrip": false,
1234
+ "rstrip": false,
1235
+ "normalized": false,
1236
+ "special": true
1237
+ },
1238
+ "153": {
1239
+ "content": "<0x95>",
1240
+ "single_word": false,
1241
+ "lstrip": false,
1242
+ "rstrip": false,
1243
+ "normalized": false,
1244
+ "special": true
1245
+ },
1246
+ "154": {
1247
+ "content": "<0x96>",
1248
+ "single_word": false,
1249
+ "lstrip": false,
1250
+ "rstrip": false,
1251
+ "normalized": false,
1252
+ "special": true
1253
+ },
1254
+ "155": {
1255
+ "content": "<0x97>",
1256
+ "single_word": false,
1257
+ "lstrip": false,
1258
+ "rstrip": false,
1259
+ "normalized": false,
1260
+ "special": true
1261
+ },
1262
+ "156": {
1263
+ "content": "<0x98>",
1264
+ "single_word": false,
1265
+ "lstrip": false,
1266
+ "rstrip": false,
1267
+ "normalized": false,
1268
+ "special": true
1269
+ },
1270
+ "157": {
1271
+ "content": "<0x99>",
1272
+ "single_word": false,
1273
+ "lstrip": false,
1274
+ "rstrip": false,
1275
+ "normalized": false,
1276
+ "special": true
1277
+ },
1278
+ "158": {
1279
+ "content": "<0x9A>",
1280
+ "single_word": false,
1281
+ "lstrip": false,
1282
+ "rstrip": false,
1283
+ "normalized": false,
1284
+ "special": true
1285
+ },
1286
+ "159": {
1287
+ "content": "<0x9B>",
1288
+ "single_word": false,
1289
+ "lstrip": false,
1290
+ "rstrip": false,
1291
+ "normalized": false,
1292
+ "special": true
1293
+ },
1294
+ "160": {
1295
+ "content": "<0x9C>",
1296
+ "single_word": false,
1297
+ "lstrip": false,
1298
+ "rstrip": false,
1299
+ "normalized": false,
1300
+ "special": true
1301
+ },
1302
+ "161": {
1303
+ "content": "<0x9D>",
1304
+ "single_word": false,
1305
+ "lstrip": false,
1306
+ "rstrip": false,
1307
+ "normalized": false,
1308
+ "special": true
1309
+ },
1310
+ "162": {
1311
+ "content": "<0x9E>",
1312
+ "single_word": false,
1313
+ "lstrip": false,
1314
+ "rstrip": false,
1315
+ "normalized": false,
1316
+ "special": true
1317
+ },
1318
+ "163": {
1319
+ "content": "<0x9F>",
1320
+ "single_word": false,
1321
+ "lstrip": false,
1322
+ "rstrip": false,
1323
+ "normalized": false,
1324
+ "special": true
1325
+ },
1326
+ "164": {
1327
+ "content": "<0xA0>",
1328
+ "single_word": false,
1329
+ "lstrip": false,
1330
+ "rstrip": false,
1331
+ "normalized": false,
1332
+ "special": true
1333
+ },
1334
+ "165": {
1335
+ "content": "<0xA1>",
1336
+ "single_word": false,
1337
+ "lstrip": false,
1338
+ "rstrip": false,
1339
+ "normalized": false,
1340
+ "special": true
1341
+ },
1342
+ "166": {
1343
+ "content": "<0xA2>",
1344
+ "single_word": false,
1345
+ "lstrip": false,
1346
+ "rstrip": false,
1347
+ "normalized": false,
1348
+ "special": true
1349
+ },
1350
+ "167": {
1351
+ "content": "<0xA3>",
1352
+ "single_word": false,
1353
+ "lstrip": false,
1354
+ "rstrip": false,
1355
+ "normalized": false,
1356
+ "special": true
1357
+ },
1358
+ "168": {
1359
+ "content": "<0xA4>",
1360
+ "single_word": false,
1361
+ "lstrip": false,
1362
+ "rstrip": false,
1363
+ "normalized": false,
1364
+ "special": true
1365
+ },
1366
+ "169": {
1367
+ "content": "<0xA5>",
1368
+ "single_word": false,
1369
+ "lstrip": false,
1370
+ "rstrip": false,
1371
+ "normalized": false,
1372
+ "special": true
1373
+ },
1374
+ "170": {
1375
+ "content": "<0xA6>",
1376
+ "single_word": false,
1377
+ "lstrip": false,
1378
+ "rstrip": false,
1379
+ "normalized": false,
1380
+ "special": true
1381
+ },
1382
+ "171": {
1383
+ "content": "<0xA7>",
1384
+ "single_word": false,
1385
+ "lstrip": false,
1386
+ "rstrip": false,
1387
+ "normalized": false,
1388
+ "special": true
1389
+ },
1390
+ "172": {
1391
+ "content": "<0xA8>",
1392
+ "single_word": false,
1393
+ "lstrip": false,
1394
+ "rstrip": false,
1395
+ "normalized": false,
1396
+ "special": true
1397
+ },
1398
+ "173": {
1399
+ "content": "<0xA9>",
1400
+ "single_word": false,
1401
+ "lstrip": false,
1402
+ "rstrip": false,
1403
+ "normalized": false,
1404
+ "special": true
1405
+ },
1406
+ "174": {
1407
+ "content": "<0xAA>",
1408
+ "single_word": false,
1409
+ "lstrip": false,
1410
+ "rstrip": false,
1411
+ "normalized": false,
1412
+ "special": true
1413
+ },
1414
+ "175": {
1415
+ "content": "<0xAB>",
1416
+ "single_word": false,
1417
+ "lstrip": false,
1418
+ "rstrip": false,
1419
+ "normalized": false,
1420
+ "special": true
1421
+ },
1422
+ "176": {
1423
+ "content": "<0xAC>",
1424
+ "single_word": false,
1425
+ "lstrip": false,
1426
+ "rstrip": false,
1427
+ "normalized": false,
1428
+ "special": true
1429
+ },
1430
+ "177": {
1431
+ "content": "<0xAD>",
1432
+ "single_word": false,
1433
+ "lstrip": false,
1434
+ "rstrip": false,
1435
+ "normalized": false,
1436
+ "special": true
1437
+ },
1438
+ "178": {
1439
+ "content": "<0xAE>",
1440
+ "single_word": false,
1441
+ "lstrip": false,
1442
+ "rstrip": false,
1443
+ "normalized": false,
1444
+ "special": true
1445
+ },
1446
+ "179": {
1447
+ "content": "<0xAF>",
1448
+ "single_word": false,
1449
+ "lstrip": false,
1450
+ "rstrip": false,
1451
+ "normalized": false,
1452
+ "special": true
1453
+ },
1454
+ "180": {
1455
+ "content": "<0xB0>",
1456
+ "single_word": false,
1457
+ "lstrip": false,
1458
+ "rstrip": false,
1459
+ "normalized": false,
1460
+ "special": true
1461
+ },
1462
+ "181": {
1463
+ "content": "<0xB1>",
1464
+ "single_word": false,
1465
+ "lstrip": false,
1466
+ "rstrip": false,
1467
+ "normalized": false,
1468
+ "special": true
1469
+ },
1470
+ "182": {
1471
+ "content": "<0xB2>",
1472
+ "single_word": false,
1473
+ "lstrip": false,
1474
+ "rstrip": false,
1475
+ "normalized": false,
1476
+ "special": true
1477
+ },
1478
+ "183": {
1479
+ "content": "<0xB3>",
1480
+ "single_word": false,
1481
+ "lstrip": false,
1482
+ "rstrip": false,
1483
+ "normalized": false,
1484
+ "special": true
1485
+ },
1486
+ "184": {
1487
+ "content": "<0xB4>",
1488
+ "single_word": false,
1489
+ "lstrip": false,
1490
+ "rstrip": false,
1491
+ "normalized": false,
1492
+ "special": true
1493
+ },
1494
+ "185": {
1495
+ "content": "<0xB5>",
1496
+ "single_word": false,
1497
+ "lstrip": false,
1498
+ "rstrip": false,
1499
+ "normalized": false,
1500
+ "special": true
1501
+ },
1502
+ "186": {
1503
+ "content": "<0xB6>",
1504
+ "single_word": false,
1505
+ "lstrip": false,
1506
+ "rstrip": false,
1507
+ "normalized": false,
1508
+ "special": true
1509
+ },
1510
+ "187": {
1511
+ "content": "<0xB7>",
1512
+ "single_word": false,
1513
+ "lstrip": false,
1514
+ "rstrip": false,
1515
+ "normalized": false,
1516
+ "special": true
1517
+ },
1518
+ "188": {
1519
+ "content": "<0xB8>",
1520
+ "single_word": false,
1521
+ "lstrip": false,
1522
+ "rstrip": false,
1523
+ "normalized": false,
1524
+ "special": true
1525
+ },
1526
+ "189": {
1527
+ "content": "<0xB9>",
1528
+ "single_word": false,
1529
+ "lstrip": false,
1530
+ "rstrip": false,
1531
+ "normalized": false,
1532
+ "special": true
1533
+ },
1534
+ "190": {
1535
+ "content": "<0xBA>",
1536
+ "single_word": false,
1537
+ "lstrip": false,
1538
+ "rstrip": false,
1539
+ "normalized": false,
1540
+ "special": true
1541
+ },
1542
+ "191": {
1543
+ "content": "<0xBB>",
1544
+ "single_word": false,
1545
+ "lstrip": false,
1546
+ "rstrip": false,
1547
+ "normalized": false,
1548
+ "special": true
1549
+ },
1550
+ "192": {
1551
+ "content": "<0xBC>",
1552
+ "single_word": false,
1553
+ "lstrip": false,
1554
+ "rstrip": false,
1555
+ "normalized": false,
1556
+ "special": true
1557
+ },
1558
+ "193": {
1559
+ "content": "<0xBD>",
1560
+ "single_word": false,
1561
+ "lstrip": false,
1562
+ "rstrip": false,
1563
+ "normalized": false,
1564
+ "special": true
1565
+ },
1566
+ "194": {
1567
+ "content": "<0xBE>",
1568
+ "single_word": false,
1569
+ "lstrip": false,
1570
+ "rstrip": false,
1571
+ "normalized": false,
1572
+ "special": true
1573
+ },
1574
+ "195": {
1575
+ "content": "<0xBF>",
1576
+ "single_word": false,
1577
+ "lstrip": false,
1578
+ "rstrip": false,
1579
+ "normalized": false,
1580
+ "special": true
1581
+ },
1582
+ "196": {
1583
+ "content": "<0xC0>",
1584
+ "single_word": false,
1585
+ "lstrip": false,
1586
+ "rstrip": false,
1587
+ "normalized": false,
1588
+ "special": true
1589
+ },
1590
+ "197": {
1591
+ "content": "<0xC1>",
1592
+ "single_word": false,
1593
+ "lstrip": false,
1594
+ "rstrip": false,
1595
+ "normalized": false,
1596
+ "special": true
1597
+ },
1598
+ "198": {
1599
+ "content": "<0xC2>",
1600
+ "single_word": false,
1601
+ "lstrip": false,
1602
+ "rstrip": false,
1603
+ "normalized": false,
1604
+ "special": true
1605
+ },
1606
+ "199": {
1607
+ "content": "<0xC3>",
1608
+ "single_word": false,
1609
+ "lstrip": false,
1610
+ "rstrip": false,
1611
+ "normalized": false,
1612
+ "special": true
1613
+ },
1614
+ "200": {
1615
+ "content": "<0xC4>",
1616
+ "single_word": false,
1617
+ "lstrip": false,
1618
+ "rstrip": false,
1619
+ "normalized": false,
1620
+ "special": true
1621
+ },
1622
+ "201": {
1623
+ "content": "<0xC5>",
1624
+ "single_word": false,
1625
+ "lstrip": false,
1626
+ "rstrip": false,
1627
+ "normalized": false,
1628
+ "special": true
1629
+ },
1630
+ "202": {
1631
+ "content": "<0xC6>",
1632
+ "single_word": false,
1633
+ "lstrip": false,
1634
+ "rstrip": false,
1635
+ "normalized": false,
1636
+ "special": true
1637
+ },
1638
+ "203": {
1639
+ "content": "<0xC7>",
1640
+ "single_word": false,
1641
+ "lstrip": false,
1642
+ "rstrip": false,
1643
+ "normalized": false,
1644
+ "special": true
1645
+ },
1646
+ "204": {
1647
+ "content": "<0xC8>",
1648
+ "single_word": false,
1649
+ "lstrip": false,
1650
+ "rstrip": false,
1651
+ "normalized": false,
1652
+ "special": true
1653
+ },
1654
+ "205": {
1655
+ "content": "<0xC9>",
1656
+ "single_word": false,
1657
+ "lstrip": false,
1658
+ "rstrip": false,
1659
+ "normalized": false,
1660
+ "special": true
1661
+ },
1662
+ "206": {
1663
+ "content": "<0xCA>",
1664
+ "single_word": false,
1665
+ "lstrip": false,
1666
+ "rstrip": false,
1667
+ "normalized": false,
1668
+ "special": true
1669
+ },
1670
+ "207": {
1671
+ "content": "<0xCB>",
1672
+ "single_word": false,
1673
+ "lstrip": false,
1674
+ "rstrip": false,
1675
+ "normalized": false,
1676
+ "special": true
1677
+ },
1678
+ "208": {
1679
+ "content": "<0xCC>",
1680
+ "single_word": false,
1681
+ "lstrip": false,
1682
+ "rstrip": false,
1683
+ "normalized": false,
1684
+ "special": true
1685
+ },
1686
+ "209": {
1687
+ "content": "<0xCD>",
1688
+ "single_word": false,
1689
+ "lstrip": false,
1690
+ "rstrip": false,
1691
+ "normalized": false,
1692
+ "special": true
1693
+ },
1694
+ "210": {
1695
+ "content": "<0xCE>",
1696
+ "single_word": false,
1697
+ "lstrip": false,
1698
+ "rstrip": false,
1699
+ "normalized": false,
1700
+ "special": true
1701
+ },
1702
+ "211": {
1703
+ "content": "<0xCF>",
1704
+ "single_word": false,
1705
+ "lstrip": false,
1706
+ "rstrip": false,
1707
+ "normalized": false,
1708
+ "special": true
1709
+ },
1710
+ "212": {
1711
+ "content": "<0xD0>",
1712
+ "single_word": false,
1713
+ "lstrip": false,
1714
+ "rstrip": false,
1715
+ "normalized": false,
1716
+ "special": true
1717
+ },
1718
+ "213": {
1719
+ "content": "<0xD1>",
1720
+ "single_word": false,
1721
+ "lstrip": false,
1722
+ "rstrip": false,
1723
+ "normalized": false,
1724
+ "special": true
1725
+ },
1726
+ "214": {
1727
+ "content": "<0xD2>",
1728
+ "single_word": false,
1729
+ "lstrip": false,
1730
+ "rstrip": false,
1731
+ "normalized": false,
1732
+ "special": true
1733
+ },
1734
+ "215": {
1735
+ "content": "<0xD3>",
1736
+ "single_word": false,
1737
+ "lstrip": false,
1738
+ "rstrip": false,
1739
+ "normalized": false,
1740
+ "special": true
1741
+ },
1742
+ "216": {
1743
+ "content": "<0xD4>",
1744
+ "single_word": false,
1745
+ "lstrip": false,
1746
+ "rstrip": false,
1747
+ "normalized": false,
1748
+ "special": true
1749
+ },
1750
+ "217": {
1751
+ "content": "<0xD5>",
1752
+ "single_word": false,
1753
+ "lstrip": false,
1754
+ "rstrip": false,
1755
+ "normalized": false,
1756
+ "special": true
1757
+ },
1758
+ "218": {
1759
+ "content": "<0xD6>",
1760
+ "single_word": false,
1761
+ "lstrip": false,
1762
+ "rstrip": false,
1763
+ "normalized": false,
1764
+ "special": true
1765
+ },
1766
+ "219": {
1767
+ "content": "<0xD7>",
1768
+ "single_word": false,
1769
+ "lstrip": false,
1770
+ "rstrip": false,
1771
+ "normalized": false,
1772
+ "special": true
1773
+ },
1774
+ "220": {
1775
+ "content": "<0xD8>",
1776
+ "single_word": false,
1777
+ "lstrip": false,
1778
+ "rstrip": false,
1779
+ "normalized": false,
1780
+ "special": true
1781
+ },
1782
+ "221": {
1783
+ "content": "<0xD9>",
1784
+ "single_word": false,
1785
+ "lstrip": false,
1786
+ "rstrip": false,
1787
+ "normalized": false,
1788
+ "special": true
1789
+ },
1790
+ "222": {
1791
+ "content": "<0xDA>",
1792
+ "single_word": false,
1793
+ "lstrip": false,
1794
+ "rstrip": false,
1795
+ "normalized": false,
1796
+ "special": true
1797
+ },
1798
+ "223": {
1799
+ "content": "<0xDB>",
1800
+ "single_word": false,
1801
+ "lstrip": false,
1802
+ "rstrip": false,
1803
+ "normalized": false,
1804
+ "special": true
1805
+ },
1806
+ "224": {
1807
+ "content": "<0xDC>",
1808
+ "single_word": false,
1809
+ "lstrip": false,
1810
+ "rstrip": false,
1811
+ "normalized": false,
1812
+ "special": true
1813
+ },
1814
+ "225": {
1815
+ "content": "<0xDD>",
1816
+ "single_word": false,
1817
+ "lstrip": false,
1818
+ "rstrip": false,
1819
+ "normalized": false,
1820
+ "special": true
1821
+ },
1822
+ "226": {
1823
+ "content": "<0xDE>",
1824
+ "single_word": false,
1825
+ "lstrip": false,
1826
+ "rstrip": false,
1827
+ "normalized": false,
1828
+ "special": true
1829
+ },
1830
+ "227": {
1831
+ "content": "<0xDF>",
1832
+ "single_word": false,
1833
+ "lstrip": false,
1834
+ "rstrip": false,
1835
+ "normalized": false,
1836
+ "special": true
1837
+ },
1838
+ "228": {
1839
+ "content": "<0xE0>",
1840
+ "single_word": false,
1841
+ "lstrip": false,
1842
+ "rstrip": false,
1843
+ "normalized": false,
1844
+ "special": true
1845
+ },
1846
+ "229": {
1847
+ "content": "<0xE1>",
1848
+ "single_word": false,
1849
+ "lstrip": false,
1850
+ "rstrip": false,
1851
+ "normalized": false,
1852
+ "special": true
1853
+ },
1854
+ "230": {
1855
+ "content": "<0xE2>",
1856
+ "single_word": false,
1857
+ "lstrip": false,
1858
+ "rstrip": false,
1859
+ "normalized": false,
1860
+ "special": true
1861
+ },
1862
+ "231": {
1863
+ "content": "<0xE3>",
1864
+ "single_word": false,
1865
+ "lstrip": false,
1866
+ "rstrip": false,
1867
+ "normalized": false,
1868
+ "special": true
1869
+ },
1870
+ "232": {
1871
+ "content": "<0xE4>",
1872
+ "single_word": false,
1873
+ "lstrip": false,
1874
+ "rstrip": false,
1875
+ "normalized": false,
1876
+ "special": true
1877
+ },
1878
+ "233": {
1879
+ "content": "<0xE5>",
1880
+ "single_word": false,
1881
+ "lstrip": false,
1882
+ "rstrip": false,
1883
+ "normalized": false,
1884
+ "special": true
1885
+ },
1886
+ "234": {
1887
+ "content": "<0xE6>",
1888
+ "single_word": false,
1889
+ "lstrip": false,
1890
+ "rstrip": false,
1891
+ "normalized": false,
1892
+ "special": true
1893
+ },
1894
+ "235": {
1895
+ "content": "<0xE7>",
1896
+ "single_word": false,
1897
+ "lstrip": false,
1898
+ "rstrip": false,
1899
+ "normalized": false,
1900
+ "special": true
1901
+ },
1902
+ "236": {
1903
+ "content": "<0xE8>",
1904
+ "single_word": false,
1905
+ "lstrip": false,
1906
+ "rstrip": false,
1907
+ "normalized": false,
1908
+ "special": true
1909
+ },
1910
+ "237": {
1911
+ "content": "<0xE9>",
1912
+ "single_word": false,
1913
+ "lstrip": false,
1914
+ "rstrip": false,
1915
+ "normalized": false,
1916
+ "special": true
1917
+ },
1918
+ "238": {
1919
+ "content": "<0xEA>",
1920
+ "single_word": false,
1921
+ "lstrip": false,
1922
+ "rstrip": false,
1923
+ "normalized": false,
1924
+ "special": true
1925
+ },
1926
+ "239": {
1927
+ "content": "<0xEB>",
1928
+ "single_word": false,
1929
+ "lstrip": false,
1930
+ "rstrip": false,
1931
+ "normalized": false,
1932
+ "special": true
1933
+ },
1934
+ "240": {
1935
+ "content": "<0xEC>",
1936
+ "single_word": false,
1937
+ "lstrip": false,
1938
+ "rstrip": false,
1939
+ "normalized": false,
1940
+ "special": true
1941
+ },
1942
+ "241": {
1943
+ "content": "<0xED>",
1944
+ "single_word": false,
1945
+ "lstrip": false,
1946
+ "rstrip": false,
1947
+ "normalized": false,
1948
+ "special": true
1949
+ },
1950
+ "242": {
1951
+ "content": "<0xEE>",
1952
+ "single_word": false,
1953
+ "lstrip": false,
1954
+ "rstrip": false,
1955
+ "normalized": false,
1956
+ "special": true
1957
+ },
1958
+ "243": {
1959
+ "content": "<0xEF>",
1960
+ "single_word": false,
1961
+ "lstrip": false,
1962
+ "rstrip": false,
1963
+ "normalized": false,
1964
+ "special": true
1965
+ },
1966
+ "244": {
1967
+ "content": "<0xF0>",
1968
+ "single_word": false,
1969
+ "lstrip": false,
1970
+ "rstrip": false,
1971
+ "normalized": false,
1972
+ "special": true
1973
+ },
1974
+ "245": {
1975
+ "content": "<0xF1>",
1976
+ "single_word": false,
1977
+ "lstrip": false,
1978
+ "rstrip": false,
1979
+ "normalized": false,
1980
+ "special": true
1981
+ },
1982
+ "246": {
1983
+ "content": "<0xF2>",
1984
+ "single_word": false,
1985
+ "lstrip": false,
1986
+ "rstrip": false,
1987
+ "normalized": false,
1988
+ "special": true
1989
+ },
1990
+ "247": {
1991
+ "content": "<0xF3>",
1992
+ "single_word": false,
1993
+ "lstrip": false,
1994
+ "rstrip": false,
1995
+ "normalized": false,
1996
+ "special": true
1997
+ },
1998
+ "248": {
1999
+ "content": "<0xF4>",
2000
+ "single_word": false,
2001
+ "lstrip": false,
2002
+ "rstrip": false,
2003
+ "normalized": false,
2004
+ "special": true
2005
+ },
2006
+ "249": {
2007
+ "content": "<0xF5>",
2008
+ "single_word": false,
2009
+ "lstrip": false,
2010
+ "rstrip": false,
2011
+ "normalized": false,
2012
+ "special": true
2013
+ },
2014
+ "250": {
2015
+ "content": "<0xF6>",
2016
+ "single_word": false,
2017
+ "lstrip": false,
2018
+ "rstrip": false,
2019
+ "normalized": false,
2020
+ "special": true
2021
+ },
2022
+ "251": {
2023
+ "content": "<0xF7>",
2024
+ "single_word": false,
2025
+ "lstrip": false,
2026
+ "rstrip": false,
2027
+ "normalized": false,
2028
+ "special": true
2029
+ },
2030
+ "252": {
2031
+ "content": "<0xF8>",
2032
+ "single_word": false,
2033
+ "lstrip": false,
2034
+ "rstrip": false,
2035
+ "normalized": false,
2036
+ "special": true
2037
+ },
2038
+ "253": {
2039
+ "content": "<0xF9>",
2040
+ "single_word": false,
2041
+ "lstrip": false,
2042
+ "rstrip": false,
2043
+ "normalized": false,
2044
+ "special": true
2045
+ },
2046
+ "254": {
2047
+ "content": "<0xFA>",
2048
+ "single_word": false,
2049
+ "lstrip": false,
2050
+ "rstrip": false,
2051
+ "normalized": false,
2052
+ "special": true
2053
+ },
2054
+ "255": {
2055
+ "content": "<0xFB>",
2056
+ "single_word": false,
2057
+ "lstrip": false,
2058
+ "rstrip": false,
2059
+ "normalized": false,
2060
+ "special": true
2061
+ },
2062
+ "256": {
2063
+ "content": "<0xFC>",
2064
+ "single_word": false,
2065
+ "lstrip": false,
2066
+ "rstrip": false,
2067
+ "normalized": false,
2068
+ "special": true
2069
+ },
2070
+ "257": {
2071
+ "content": "<0xFD>",
2072
+ "single_word": false,
2073
+ "lstrip": false,
2074
+ "rstrip": false,
2075
+ "normalized": false,
2076
+ "special": true
2077
+ },
2078
+ "258": {
2079
+ "content": "<0xFE>",
2080
+ "single_word": false,
2081
+ "lstrip": false,
2082
+ "rstrip": false,
2083
+ "normalized": false,
2084
+ "special": true
2085
+ },
2086
+ "259": {
2087
+ "content": "<0xFF>",
2088
+ "single_word": false,
2089
+ "lstrip": false,
2090
+ "rstrip": false,
2091
+ "normalized": false,
2092
+ "special": true
2093
+ }
2094
+ }
2095
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2957cfba202003d4b899dc4e984a3a927a9d2cbc96175de28f40afa81dd93c
3
+ size 5841