From 05920f3587b14cfc4c620b64e0730063c0b20370 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 08:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: PocketDoc/Dans-PersonalityEngine-V1.2.0-24b Source: Original Platform --- .gitattributes | 47 + README.md | 415 ++ config.json | 29 + configuration.json | 1 + generation_config.json | 9 + model-00001-of-00010.safetensors | 3 + model-00002-of-00010.safetensors | 3 + model-00003-of-00010.safetensors | 3 + model-00004-of-00010.safetensors | 3 + model-00005-of-00010.safetensors | 3 + model-00006-of-00010.safetensors | 3 + model-00007-of-00010.safetensors | 3 + model-00008-of-00010.safetensors | 3 + model-00009-of-00010.safetensors | 3 + model-00010-of-00010.safetensors | 3 + model.safetensors.index.json | 370 ++ resources/chub-black.gif | 3 + resources/pe24.png | Bin 0 -> 65133 bytes special_tokens_map.json | 1032 ++++ tokenizer.json | 3 + tokenizer_config.json | 9021 ++++++++++++++++++++++++++++++ 21 files changed, 10960 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 configuration.json create mode 100644 generation_config.json create mode 100644 model-00001-of-00010.safetensors create mode 100644 model-00002-of-00010.safetensors create mode 100644 model-00003-of-00010.safetensors create mode 100644 model-00004-of-00010.safetensors create mode 100644 model-00005-of-00010.safetensors create mode 100644 model-00006-of-00010.safetensors create mode 100644 model-00007-of-00010.safetensors create mode 100644 model-00008-of-00010.safetensors create mode 100644 model-00009-of-00010.safetensors create mode 100644 model-00010-of-00010.safetensors create mode 100644 model.safetensors.index.json create mode 100644 resources/chub-black.gif create mode 100644 resources/pe24.png create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..48fb7a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +resources/chub-black.gif filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text +model-00001-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00002-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00003-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00004-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00005-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00006-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00007-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00008-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00009-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00010-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..1016725 --- /dev/null +++ b/README.md @@ -0,0 +1,415 @@ +--- +thumbnail: >- + https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.2.0-24b/resolve/main/resources/pe24.png +license: apache-2.0 +tags: +- general-purpose +- roleplay +- storywriting +- chemistry +- biology +- code +- climate +- axolotl +- text-generation-inference +- finetune +datasets: +- PocketDoc/Dans-MemoryCore-CoreCurriculum-Small +- AquaV/US-Army-Survival-Sharegpt +- AquaV/Multi-Environment-Operations-Sharegpt +- AquaV/Resistance-Sharegpt +- AquaV/Interrogation-Sharegpt +- AquaV/Chemical-Biological-Safety-Applications-Sharegpt +- AquaV/Energetic-Materials-Sharegpt +- PocketDoc/Dans-Mathmaxx +- PocketDoc/Dans-Mathmaxx-Numina-CoT +- PJMixers/Math-Multiturn-1K-ShareGPT +- PocketDoc/Dans-Benchmaxx-COT +- PocketDoc/Dans-Codemaxx-LeetCode +- PocketDoc/Dans-Codemaxx-CodeFeedback-Conversations +- PocketDoc/Dans-Codemaxx-CodeFeedback-SingleTurn +- PocketDoc/Dans-Codemaxx-Bigcode-SelfInstruct +- PocketDoc/Dans-Taskmaxx +- PocketDoc/Dans-Taskmaxx-DataPrepper +- PocketDoc/Dans-Taskmaxx-ConcurrentQA-Reworked +- PocketDoc/Dans-Taskmaxx-TableGPT +- PocketDoc/Dans-Taskmaxx-SciRIFF +- PocketDoc/Dans-Taskmaxx-Edit +- PocketDoc/Dans-Toolmaxx-Agent +- PocketDoc/Dans-Toolmaxx-ShellCommands +- PocketDoc/Dans-Toolmaxx-Functions-Toolbench +- PocketDoc/Dans-Toolmaxx-Functions-ToolACE +- PocketDoc/Dans-ASCIIMaxx-Wordart +- PocketDoc/Dans-Prosemaxx-Gutenberg +- PocketDoc/Dans-Prosemaxx-Cowriter-3-XL +- PocketDoc/Dans-Prosemaxx-Adventure +- PocketDoc/Dans-Failuremaxx-Adventure-3 +- PocketDoc/Dans-Prosemaxx-InstructWriter-ZeroShot-2 +- PocketDoc/Dans-Prosemaxx-InstructWriter-Continue-2 +- PocketDoc/Dans-Assistantmaxx-Sharegpt +- PocketDoc/Dans-Assistantmaxx-OpenAssistant2 +- PocketDoc/Dans-Assistantmaxx-Opus-Merge +- PocketDoc/Dans-Assistantmaxx-sonnetorca-subset +- PocketDoc/Dans-Assistantmaxx-sonnetorca-subset-2 +- PocketDoc/Dans-Assistantmaxx-NoRobots +- PocketDoc/Dans-Assistantmaxx-Synthia +- PocketDoc/Dans-Assistantmaxx-ASL +- PocketDoc/Dans-Assistantmaxx-PersonaLLM-Opus +- PocketDoc/Dans-Assistantmaxx-UnnaturalInstructions-GPT4 +- PocketDoc/Dans-Assistantmaxx-LongAlign +- PocketDoc/Dans-Assistantmaxx-EvolKit +- PocketDoc/Dans-Assistantmaxx-Camel-GPT4 +- PocketDoc/Dans-Assistantmaxx-OpenLeecher-Instruct +- PocketDoc/Dans-Assistantmaxx-Tulu3-IF +- PocketDoc/Dans-Systemmaxx +- PocketDoc/Dans-Logicmaxx-Skunkworks +- PocketDoc/Dans-Logicmaxx-FI-VeriMed +- PocketDoc/Dans-Logicmaxx-SAT-AP +- PocketDoc/Dans-Logicmaxx-Magpie-Ultra +- PJMixers/grimulkan_theory-of-mind-ShareGPT +- PJMixers/grimulkan_physical-reasoning-ShareGPT +- PocketDoc/Dans-Personamaxx +- PocketDoc/Dans-Personamaxx-Rainy +- PocketDoc/Dans-Personamaxx-C1 +- PocketDoc/Dans-Personamaxx-VN +language: +- en +base_model: +- mistralai/Mistral-Small-24B-Base-2501 +pipeline_tag: text-generation +library_name: transformers +new_version: PocketDoc/Dans-PersonalityEngine-V1.3.0-24b +--- + + + + + +
+
+
+
+
+
+

Dans-PersonalityEngine-V1.2.0-24b

+
  
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⠄⠀⡂⠀⠁⡄⢀⠁⢀⣈⡄⠌⠐⠠⠤⠄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⡄⠆⠀⢠⠀⠛⣸⣄⣶⣾⡷⡾⠘⠃⢀⠀⣴⠀⡄⠰⢆⣠⠘⠰⠀⡀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠃⠀⡋⢀⣤⡿⠟⠋⠁⠀⡠⠤⢇⠋⠀⠈⠃⢀⠀⠈⡡⠤⠀⠀⠁⢄⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠁⡂⠀⠀⣀⣔⣧⠟⠋⠀⢀⡄⠀⠪⣀⡂⢁⠛⢆⠀⠀⠀⢎⢀⠄⢡⠢⠛⠠⡀⠀⠄⠀⠀
+⠀⠀⡀⠡⢑⠌⠈⣧⣮⢾⢏⠁⠀⠀⡀⠠⠦⠈⠀⠞⠑⠁⠀⠀⢧⡄⠈⡜⠷⠒⢸⡇⠐⠇⠿⠈⣖⠂⠀
+⠀⢌⠀⠤⠀⢠⣞⣾⡗⠁⠀⠈⠁⢨⡼⠀⠀⠀⢀⠀⣀⡤⣄⠄⠈⢻⡇⠀⠐⣠⠜⠑⠁⠀⣀⡔⡿⠨⡄
+⠈⠂⠀⠆⠀⣼⣾⠟⠀⠑⠀⡐⠗⠉⠀⠐⠶⣤⡵⠋⠀⠠⠹⡌⡀⠘⠇⢠⣾⡣⣀⡴⠋⠅⠈⢊⠠⡱⡀
+⠪⠑⢌⠂⣼⣿⡟⠀⠀⠙⠀⠀⠀⡀⠀⠀⠐⡞⡐⠀⠀⡧⠀⢀⠠⠀⣁⠾⡇⠀⠙⡁⠀⠀⢀⣨⣄⡠⢱
+⣸⠈⠊⠙⣛⣿⡧⠔⠚⠛⠳⣄⣀⡬⠤⠬⠼⡣⠃⠀⢀⡗⠀⡤⠞⠙⠄⠂⠃⢀⣠⣤⠶⠙⠅⠁⠃⠋⠈
+⢋⠼⣀⠰⢯⢿⠁⠀⢢⠀⠀⢐⠋⡀⠀⠈⠁⠀⣀⣰⠏⠒⠙⠈⠀⣀⡤⠞⢁⣼⠏⠘⢀⣀⢤⢤⡐⢈⠂
+⠀⠢⠀⠀⠸⣿⡄⠲⠚⠘⠚⠃⢀⠀⠈⢋⠶⠛⠉⠉⢃⣀⢤⢾⠋⣁⡤⡚⠁⢹⠁⠠⢛⠠⠬⠁⢬⠀⠀
+⠀⠈⢳⣒⠋⠉⣿⢐⠠⣀⣃⠀⠀⠉⠂⢁⣀⣀⡤⢞⠩⢑⡨⠰⡞⠁⠁⢀⡠⠾⠎⡈⡌⡈⡓⡀⠄⠀⠀
+⠀⠀⠀⠉⠘⠃⢻⡒⠦⢼⣿⣛⣻⣿⡷⢄⣀⣀⣠⣴⢾⣿⣆⣡⡄⣠⣪⡿⣷⣾⣷⣧⡡⠅⣇⠍⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠙⠒⠒⠛⠛⠓⠉⢹⠀⣷⠴⣻⣽⡻⢧⢻⡿⡏⣼⢿⣻⢾⣿⣿⣿⡿⢠ ⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠂⠻⠨⠰⢋⡅⠉⣑⡇⡗⣿⢂⣸⡿⣿⣛⠿⠃⠁ ⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠳⣌⣙⣸⢧⣿⣕⣼⣇⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣸⢧⢟⢟⡟⣾⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⢰⠙⣾⡟⣻⡕⣹⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⢸⢰⡏⢠⡿⠾⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⢸⠸⡇⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⢸⢸⡇⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠇⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+    
+
+

This model series is intended to be multifarious in its capabilities and should be quite capable at both co-writing and roleplay as well as find itself quite at home performing sentiment analysis or summarization as part of a pipeline.

+

It has been trained on a wide array of one shot instructions, multi turn instructions, tool use, role playing scenarios, text adventure games, co-writing, and much more.

+

Key Details

+
+BASE MODEL: mistralai/Mistral-Small-24B-Base-2501
+LICENSE: apache-2.0
+LANGUAGE: English
+CONTEXT LENGTH: 32768 tokens
+ + + +

Recommended Settings

+
+TEMPERATURE: 1.0
+TOP_P: 0.95
+MIN_P: 0.05
+

Prompting Format

+

The model uses standard "ChatML" format:

+
+<|im_start|>system
+system prompt<|im_end|>
+<|im_start|>user
+Hi there!<|im_end|>
+<|im_start|>assistant
+Nice to meet you!<|im_end|>
+ A word of caution: As of Feb 19 2025 backends can't seem to agree on automatically addind a "bos" token to the start, which they should! I'm investigating if there is a way I can change the config to mitigate this but for now if you have incoherent outputs not typical of a 24b model (verbatim repeating what you said back to you for instance) then try adding "<s>" to the very beginning of your context. +

SillyTavern Templates

+
+ Context Template +
+{
+    "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|im_end|>\n",
+    "example_separator": "",
+    "chat_start": "",
+    "use_stop_strings": false,
+    "allow_jailbreak": false,
+    "always_force_name2": false,
+    "trim_sentences": false,
+    "include_newline": false,
+    "single_line": false,
+    "name": "Dan-ChatML"
+}
+
+
+ Instruct Template +
+{
+    "system_prompt": "Write {{char}}'s actions and dialogue, user will write {{user}}'s.",
+    "input_sequence": "<|im_start|>user\n",
+    "output_sequence": "<|im_start|>assistant\n",
+    "first_output_sequence": "",
+    "last_output_sequence": "",
+    "system_sequence_prefix": "",
+    "system_sequence_suffix": "",
+    "stop_sequence": "<|im_end|>",
+    "wrap": false,
+    "macro": true,
+    "names": false,
+    "names_force_groups": false,
+    "activation_regex": "",
+    "skip_examples": false,
+    "output_suffix": "<|im_end|>\n",
+    "input_suffix": "<|im_end|>\n",
+    "system_sequence": "<|im_start|>system\n",
+    "system_suffix": "<|im_end|>\n",
+    "user_alignment_message": "",
+    "last_system_sequence": "",
+    "system_same_as_user": false,
+    "first_input_sequence": "",
+    "last_input_sequence": "",
+    "name": "Dan-ChatML"
+}
+
+

A Chub.AI Sponsored Model

+
+ + + +
+
+

Character Hub supported this model with 65 hours on a 4x H200 144GB system. This is only some of what they've provided me for training and I am very grateful for their contributions, this model especially would have been difficult without it.

+

Character Hub has been supporting model development for quite a while now and they may be interested in your projects! Contact them through this google form.

+
+

Support Development

+

Development is limited by funding and resources. To help support:

+

- Contact on HF

+

- Email: visuallyadequate@gmail.com

+

+ + Buy Me A Coffee + +

+
+
+
+
+
+ \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..b0600d7 --- /dev/null +++ b/config.json @@ -0,0 +1,29 @@ +{ + "_name_or_path": "Dans-DiscountModels/Mistral-Small-24B-Base-2501-ChatML", + "architectures": [ + "MistralForCausalLM" + ], + "attention_dropout": 0.0, + "bos_token_id": 1, + "eos_token_id": 2, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 5120, + "initializer_range": 0.02, + "intermediate_size": 32768, + "max_position_embeddings": 32768, + "model_type": "mistral", + "num_attention_heads": 32, + "num_hidden_layers": 40, + "num_key_value_heads": 8, + "pad_token_id": 11, + "rms_norm_eps": 1e-05, + "rope_theta": 100000000.0, + "sliding_window": null, + "tie_word_embeddings": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.48.3", + "unsloth_fixed": true, + "use_cache": false, + "vocab_size": 131072 +} diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..a615285 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 1, + "do_sample": true, + "eos_token_id": 2, + "max_length": 32768, + "pad_token_id": 11, + "transformers_version": "4.48.3" +} diff --git a/model-00001-of-00010.safetensors b/model-00001-of-00010.safetensors new file mode 100644 index 0000000..4b42dc4 --- /dev/null +++ b/model-00001-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914de7628fb3904e01a97cdd2efded98d0d2c149b97f18b34c310bdae6eb42b4 +size 4781571736 diff --git a/model-00002-of-00010.safetensors b/model-00002-of-00010.safetensors new file mode 100644 index 0000000..837c6c7 --- /dev/null +++ b/model-00002-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dcf48852258e8270c33da640eb851af88ec819a3a2d95b7c2dd2af9febf822 +size 4781592784 diff --git a/model-00003-of-00010.safetensors b/model-00003-of-00010.safetensors new file mode 100644 index 0000000..ce8f6e9 --- /dev/null +++ b/model-00003-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e148ea055ba7ad9cdcccc8d21cd6a74b36e368f5208f8ebead3e6f14375653ae +size 4781592800 diff --git a/model-00004-of-00010.safetensors b/model-00004-of-00010.safetensors new file mode 100644 index 0000000..6de0f31 --- /dev/null +++ b/model-00004-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8acb8f8b0d7cde1ddf2a1e0f7ab89756dcda8796f75df3910ccf6b9b531a48 +size 4886471600 diff --git a/model-00005-of-00010.safetensors b/model-00005-of-00010.safetensors new file mode 100644 index 0000000..8650ca6 --- /dev/null +++ b/model-00005-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f7c0b7050dc06be3ace1a9d553ca57572428abb47090f41ce1674b559d797b +size 4781592824 diff --git a/model-00006-of-00010.safetensors b/model-00006-of-00010.safetensors new file mode 100644 index 0000000..719f439 --- /dev/null +++ b/model-00006-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cc27d75bd9d3318d1daf89e39d46d4ea6cbcf681e1e9c6598c141dc384b9ef +size 4781592816 diff --git a/model-00007-of-00010.safetensors b/model-00007-of-00010.safetensors new file mode 100644 index 0000000..49ab08b --- /dev/null +++ b/model-00007-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925f0894bd4787f6a9aee3f8f758007a5e914ccd0a497a4f32d35cd372884ea0 +size 4886471600 diff --git a/model-00008-of-00010.safetensors b/model-00008-of-00010.safetensors new file mode 100644 index 0000000..e67823f --- /dev/null +++ b/model-00008-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061c1673e285dd9070d78f948b755e61824feae1e1691acc08f5afdc4a3417b +size 4781592824 diff --git a/model-00009-of-00010.safetensors b/model-00009-of-00010.safetensors new file mode 100644 index 0000000..c776589 --- /dev/null +++ b/model-00009-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac548992f9ce29eae49925c82217d258478cf7ad03b49370a206f3f8ea2f3610 +size 4781592816 diff --git a/model-00010-of-00010.safetensors b/model-00010-of-00010.safetensors new file mode 100644 index 0000000..eca9db4 --- /dev/null +++ b/model-00010-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac44f4d03d736ef9ba73b631a540b692739ab26fbebc75b588529079795e180d +size 3900777072 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..fea625e --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,370 @@ +{ + "metadata": { + "total_size": 47144806400 + }, + "weight_map": { + "lm_head.weight": "model-00010-of-00010.safetensors", + "model.embed_tokens.weight": "model-00001-of-00010.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.10.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.16.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.20.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.21.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.25.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.29.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.3.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.30.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.32.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.32.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.32.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.33.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.33.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.33.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.33.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.33.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.33.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.33.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.33.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.33.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.34.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.34.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.34.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.34.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.35.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.35.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.35.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.36.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.36.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.36.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.input_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.37.mlp.down_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.37.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.37.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.37.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.38.input_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.38.mlp.down_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.mlp.gate_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.mlp.up_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.38.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.38.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.input_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.39.mlp.down_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.mlp.gate_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.mlp.up_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", + "model.layers.39.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.39.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", + "model.layers.4.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.norm.weight": "model-00010-of-00010.safetensors" + } +} diff --git a/resources/chub-black.gif b/resources/chub-black.gif new file mode 100644 index 0000000..eeeed58 --- /dev/null +++ b/resources/chub-black.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce875d531f2b5f30eef7a9d397c3d09bb4f975326350dd8c4fc918be4a2f4114 +size 1737755 diff --git a/resources/pe24.png b/resources/pe24.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ed531826151b70fc3e5fea871bd4a8ffe66481 GIT binary patch literal 65133 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¥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%0DF@|Mz}{_jC*0&tv?ZIY~XbACWw$q&47&5i;1 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 literal 0 HcmV?d00001 diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..6453492 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,1032 @@ +{ + "additional_special_tokens": [ + "", + "", + "<|im_end|>", + "[INST]", + "<|im_start|>", + "[AVAILABLE_TOOLS]", + "[/AVAILABLE_TOOLS]", + "[TOOL_RESULTS]", + "[/TOOL_RESULTS]", + "[TOOL_CALLS]", + "[IMG]", + "", + "[IMG_BREAK]", + "[IMG_END]", + "[PREFIX]", + "[MIDDLE]", + "[SUFFIX]", + "[SYSTEM_PROMPT]", + "[/SYSTEM_PROMPT]", + "[TOOL_CONTENT]", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "bos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..dd140d7 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a045f4cbf73aaef9b0d11f0d566839f6e3100f1803f9815da53886f04124d7fa +size 17078059 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..970e8ca --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,9021 @@ +{ + "add_bos_token": true, + "add_eos_token": false, + "add_prefix_space": null, + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "3": { + "content": "[INST]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "4": { + "content": "<|im_start|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "5": { + "content": "[AVAILABLE_TOOLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "6": { + "content": "[/AVAILABLE_TOOLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "7": { + "content": "[TOOL_RESULTS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "8": { + "content": "[/TOOL_RESULTS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "9": { + "content": "[TOOL_CALLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "10": { + "content": "[IMG]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "11": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "12": { + "content": "[IMG_BREAK]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "13": { + "content": "[IMG_END]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "14": { + "content": "[PREFIX]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "15": { + "content": "[MIDDLE]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "16": { + "content": "[SUFFIX]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "17": { + "content": "[SYSTEM_PROMPT]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "18": { + "content": "[/SYSTEM_PROMPT]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "19": { + "content": "[TOOL_CONTENT]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "20": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "21": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "22": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "23": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "24": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "25": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "26": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "27": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "28": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "29": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "30": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "31": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "32": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "33": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "34": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "35": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "36": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "37": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "38": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "39": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "40": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "41": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "42": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "43": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "44": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "45": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "46": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "47": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "48": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "49": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "52": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "53": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "54": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "55": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "56": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "57": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "58": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "59": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "60": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "61": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "62": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "63": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "64": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "65": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "66": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "67": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "68": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "69": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "70": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "71": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "72": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "73": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "74": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "75": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "76": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "77": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "78": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "79": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "80": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "81": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "82": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "83": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "84": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "85": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "86": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "87": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "88": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "89": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "90": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "91": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "92": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "93": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "94": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "95": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "96": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "97": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "98": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "99": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "102": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "103": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "104": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "105": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "106": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "107": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "108": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "109": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "110": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "111": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "112": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "113": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "114": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "115": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "116": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "117": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "118": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "119": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "120": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "121": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "122": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "123": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "124": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "125": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "126": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "127": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "129": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "130": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "131": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "132": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "133": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "134": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "135": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "136": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "137": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "138": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "139": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "140": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "141": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "142": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "143": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "144": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "145": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "146": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "147": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "148": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "149": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "150": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "151": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "152": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "153": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "154": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "155": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "156": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "157": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "158": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "159": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "160": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "161": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "162": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "163": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "164": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "165": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "166": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "167": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "168": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "169": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "170": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "171": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "172": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "173": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "174": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "175": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "176": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "177": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "178": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "179": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "180": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "181": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "182": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "183": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "184": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "185": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "186": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "187": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "188": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "189": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "190": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "191": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "192": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "193": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "194": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "195": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "196": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "197": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "198": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "199": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "201": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "202": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "203": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "204": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "205": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "206": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "207": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "208": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "209": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "210": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "211": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "212": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "213": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "214": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "215": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "216": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "217": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "218": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "219": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "220": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "221": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "222": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "223": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "224": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "225": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "226": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "227": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "228": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "229": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "230": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "231": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "232": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "233": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "234": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "235": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "236": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "237": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "238": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "239": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "240": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "241": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "242": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "243": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "244": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "245": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "246": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "247": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "248": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "249": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "250": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "251": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "252": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "253": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "254": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "255": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "256": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "257": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "258": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "259": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "260": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "261": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "262": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "263": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "264": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "265": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "266": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "267": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "268": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "269": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "270": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "271": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "272": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "273": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "274": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "275": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "276": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "277": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "278": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "279": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "280": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "281": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "282": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "283": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "284": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "285": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "286": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "287": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "288": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "289": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "290": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "291": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "292": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "293": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "294": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "295": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "296": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "297": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "298": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "299": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "300": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "301": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "302": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "303": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "304": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "305": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "306": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "307": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "308": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "309": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "310": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "311": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "312": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "313": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "314": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "315": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "316": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "317": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "318": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "319": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "320": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "321": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "322": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "323": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "324": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "325": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "326": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "327": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "328": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "329": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "330": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "331": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "332": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "333": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "334": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "335": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "336": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "337": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "338": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "339": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "340": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "341": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "342": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "343": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "344": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "345": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "346": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "347": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "348": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "349": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "350": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "351": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "352": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "353": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "354": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "355": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "356": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "357": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "358": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "359": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "360": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "361": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "362": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "363": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "364": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "365": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "366": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "367": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "368": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "369": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "370": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "371": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "372": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "373": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "374": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "375": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "376": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "377": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "378": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "379": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "380": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "381": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "382": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "383": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "384": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "385": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "386": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "387": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "388": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "389": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "390": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "391": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "392": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "393": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "394": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "395": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "396": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "397": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "398": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "399": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "400": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "401": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "402": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "403": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "404": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "405": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "406": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "407": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "408": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "409": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "410": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "411": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "412": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "413": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "414": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "415": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "416": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "417": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "418": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "419": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "420": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "421": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "422": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "423": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "424": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "425": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "426": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "427": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "428": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "429": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "430": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "431": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "432": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "433": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "434": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "435": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "436": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "437": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "438": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "439": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "440": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "441": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "442": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "443": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "444": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "445": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "446": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "447": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "448": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "449": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "450": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "451": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "452": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "453": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "454": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "455": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "456": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "457": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "458": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "459": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "460": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "461": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "462": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "463": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "464": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "465": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "466": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "467": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "468": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "469": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "470": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "471": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "472": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "473": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "474": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "475": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "476": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "477": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "478": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "479": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "480": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "481": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "482": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "483": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "484": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "485": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "486": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "487": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "488": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "489": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "490": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "491": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "492": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "493": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "494": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "495": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "496": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "497": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "498": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "499": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "500": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "501": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "502": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "503": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "504": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "505": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "506": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "507": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "508": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "509": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "510": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "511": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "512": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "513": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "514": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "515": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "516": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "517": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "518": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "519": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "520": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "521": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "522": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "523": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "524": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "525": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "526": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "527": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "528": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "529": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "530": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "531": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "532": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "533": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "534": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "535": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "536": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "537": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "538": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "539": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "540": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "541": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "542": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "543": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "544": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "545": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "546": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "547": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "548": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "549": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "550": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "551": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "552": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "553": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "554": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "555": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "556": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "557": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "558": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "559": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "560": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "561": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "562": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "563": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "564": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "565": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "566": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "567": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "568": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "569": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "570": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "571": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "572": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "573": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "574": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "575": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "576": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "577": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "578": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "579": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "580": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "581": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "582": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "583": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "584": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "585": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "586": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "587": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "588": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "589": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "590": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "591": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "592": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "593": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "594": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "595": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "596": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "597": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "598": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "599": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "600": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "601": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "602": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "603": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "604": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "605": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "606": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "607": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "608": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "609": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "610": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "611": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "612": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "613": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "614": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "615": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "616": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "617": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "618": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "619": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "620": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "621": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "622": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "623": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "624": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "625": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "626": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "627": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "628": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "629": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "630": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "631": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "632": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "633": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "634": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "635": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "636": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "637": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "638": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "639": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "640": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "641": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "642": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "643": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "644": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "645": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "646": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "647": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "648": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "649": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "650": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "651": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "652": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "653": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "654": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "655": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "656": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "657": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "658": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "659": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "660": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "661": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "662": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "663": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "664": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "665": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "666": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "667": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "668": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "669": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "670": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "671": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "672": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "673": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "674": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "675": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "676": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "677": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "678": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "679": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "680": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "681": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "682": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "683": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "684": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "685": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "686": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "687": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "688": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "689": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "690": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "691": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "692": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "693": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "694": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "695": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "696": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "697": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "698": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "699": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "700": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "701": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "702": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "703": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "704": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "705": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "706": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "707": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "708": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "709": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "710": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "711": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "712": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "713": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "714": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "715": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "716": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "717": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "718": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "719": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "720": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "721": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "722": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "723": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "724": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "725": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "726": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "727": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "728": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "729": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "730": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "731": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "732": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "733": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "734": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "735": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "736": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "737": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "738": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "739": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "740": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "741": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "742": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "743": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "744": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "745": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "746": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "747": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "748": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "749": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "750": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "751": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "752": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "753": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "754": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "755": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "756": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "757": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "758": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "759": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "760": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "761": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "762": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "763": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "764": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "765": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "766": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "767": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "768": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "769": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "770": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "771": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "772": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "773": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "774": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "775": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "776": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "777": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "778": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "779": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "780": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "781": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "782": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "783": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "784": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "785": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "786": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "787": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "788": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "789": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "790": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "791": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "792": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "793": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "794": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "795": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "796": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "797": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "798": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "799": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "800": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "801": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "802": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "803": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "804": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "805": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "806": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "807": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "808": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "809": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "810": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "811": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "812": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "813": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "814": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "815": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "816": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "817": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "818": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "819": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "820": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "821": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "822": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "823": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "824": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "825": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "826": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "827": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "828": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "829": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "830": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "831": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "832": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "833": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "834": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "835": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "836": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "837": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "838": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "839": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "840": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "841": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "842": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "843": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "844": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "845": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "846": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "847": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "848": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "849": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "850": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "851": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "852": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "853": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "854": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "855": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "856": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "857": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "858": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "859": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "860": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "861": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "862": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "863": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "864": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "865": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "866": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "867": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "868": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "869": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "870": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "871": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "872": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "873": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "874": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "875": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "876": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "877": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "878": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "879": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "880": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "881": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "882": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "883": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "884": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "885": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "886": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "887": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "888": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "889": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "890": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "891": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "892": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "893": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "894": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "895": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "896": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "897": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "898": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "899": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "900": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "901": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "902": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "903": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "904": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "905": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "906": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "907": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "908": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "909": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "910": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "911": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "912": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "913": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "914": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "915": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "916": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "917": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "918": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "919": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "920": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "921": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "922": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "923": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "924": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "925": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "926": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "927": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "928": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "929": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "930": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "931": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "932": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "933": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "934": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "935": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "936": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "937": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "938": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "939": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "940": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "941": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "942": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "943": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "944": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "945": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "946": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "947": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "948": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "949": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "950": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "951": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "952": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "953": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "954": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "955": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "956": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "957": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "958": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "959": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "960": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "961": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "962": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "963": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "964": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "965": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "966": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "967": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "968": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "969": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "970": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "971": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "972": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "973": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "974": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "975": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "976": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "977": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "978": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "979": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "980": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "981": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "982": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "983": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "984": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "985": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "986": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "987": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "988": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "989": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "990": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "991": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "992": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "993": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "994": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "995": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "996": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "997": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "998": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "999": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "", + "", + "<|im_end|>", + "[INST]", + "<|im_start|>", + "[AVAILABLE_TOOLS]", + "[/AVAILABLE_TOOLS]", + "[TOOL_RESULTS]", + "[/TOOL_RESULTS]", + "[TOOL_CALLS]", + "[IMG]", + "", + "[IMG_BREAK]", + "[IMG_END]", + "[PREFIX]", + "[MIDDLE]", + "[SUFFIX]", + "[SYSTEM_PROMPT]", + "[/SYSTEM_PROMPT]", + "[TOOL_CONTENT]", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "bos_token": "", + "clean_up_tokenization_spaces": false, + "eos_token": "<|im_end|>", + "chat_template": "{{ bos_token }}{%- set loop_messages = messages %}\n{%- for message in loop_messages %}\n {%- set content = '<|im_start|>' + message['role'] + '\\n'+ message['content'] | trim %}\n {%- if loop.index0 == 0 %}\n {%- set content = content %}\n {%- endif %}\n {%- if not (loop.last and message['role'] == 'assistant') %}\n {%- set content = content + '<|im_end|>\\n' %}\n {%- endif %}\n {{- content }}\n{%- endfor %}\n{%- if messages[-1]['role'] != 'assistant' %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}", + "extra_special_tokens": {}, + "legacy": true, + "model_max_length": 32768, + "pad_token": "", + "padding_side": "left", + "tokenizer_class": "LlamaTokenizer", + "unk_token": "", + "use_default_system_prompt": false +}