```
+
+## Evals
+
+TBD
+
+## Appreciation
+
+Respect and thanks to the creators of the open source datasets that were used:
+- [OpenCoder-LLM](https://huggingface.co/OpenCoder-LLM) (opc-sft-stage1, opc-sft-stage2)
+- [microsoft](https://huggingface.co/OpenCoder-LLM) (orca-agentinstruct-1M-v1, orca-math-word-problems-200k)
+- [NousResearch](https://huggingface.co/NousResearch) (hermes-function-calling-v1)
+- [AI-MO](https://huggingface.co/AI-MO) (NuminaMath-CoT, NuminaMath-TIR)
+- [allenai](https://huggingface.co/allenai) (tulu-3-sft-mixture)
+- [HuggingFaceTB](https://huggingface.co/HuggingFaceTB) (smoltalk)
+- [m-a-p](https://huggingface.co/m-a-p) (CodeFeedback-Filtered-Instruction, Code-Feedback)
+
+Special thanks to
+- Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
+- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
+- Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
+
-Dolphin3.0-Llama3.1-8B
\ No newline at end of file
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..a8f3b64
--- /dev/null
+++ b/config.json
@@ -0,0 +1,36 @@
+{
+ "_name_or_path": "cognitivecomputations/Dolphin-3.0-Llama-3.1-8B",
+ "architectures": [
+ "LlamaForCausalLM"
+ ],
+ "attention_bias": false,
+ "attention_dropout": 0.0,
+ "bos_token_id": 128000,
+ "eos_token_id": [128256, 128001, 128008, 128009],
+ "head_dim": 128,
+ "hidden_act": "silu",
+ "hidden_size": 4096,
+ "initializer_range": 0.02,
+ "intermediate_size": 14336,
+ "max_position_embeddings": 131072,
+ "mlp_bias": false,
+ "model_type": "llama",
+ "num_attention_heads": 32,
+ "num_hidden_layers": 32,
+ "num_key_value_heads": 8,
+ "pretraining_tp": 1,
+ "rms_norm_eps": 1e-05,
+ "rope_scaling": {
+ "factor": 8.0,
+ "high_freq_factor": 4.0,
+ "low_freq_factor": 1.0,
+ "original_max_position_embeddings": 8192,
+ "rope_type": "llama3"
+ },
+ "rope_theta": 500000.0,
+ "tie_word_embeddings": false,
+ "torch_dtype": "bfloat16",
+ "transformers_version": "4.47.1",
+ "use_cache": false,
+ "vocab_size": 128258
+}
diff --git a/configuration.json b/configuration.json
new file mode 100644
index 0000000..159097f
--- /dev/null
+++ b/configuration.json
@@ -0,0 +1 @@
+{"framework": "pytorch", "task": "others", "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..269a72a
--- /dev/null
+++ b/generation_config.json
@@ -0,0 +1,9 @@
+{
+ "_from_model_config": true,
+ "bos_token_id": 128000,
+ "do_sample": true,
+ "eos_token_id": [128256, 128001, 128008, 128009],
+ "temperature": 0.6,
+ "top_p": 0.9,
+ "transformers_version": "4.47.1"
+}
diff --git a/model-00001-of-00004.safetensors b/model-00001-of-00004.safetensors
new file mode 100644
index 0000000..8b5e1ce
--- /dev/null
+++ b/model-00001-of-00004.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cefb45d70138704e88ef40aabc345bca71aa916e1603c3f111022c3759529d6
+size 4976715056
diff --git a/model-00002-of-00004.safetensors b/model-00002-of-00004.safetensors
new file mode 100644
index 0000000..08ffd3d
--- /dev/null
+++ b/model-00002-of-00004.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22d9c8a8a3d8d4ae145fc4a9c846c877bb485a2d3fff81924fe4918c2eb17ba8
+size 4999802720
diff --git a/model-00003-of-00004.safetensors b/model-00003-of-00004.safetensors
new file mode 100644
index 0000000..a412570
--- /dev/null
+++ b/model-00003-of-00004.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:34806daa7441ecb31d7bbbfdf17c7bef2bbad544d550da1cb99e300af36ebf8c
+size 4915916176
diff --git a/model-00004-of-00004.safetensors b/model-00004-of-00004.safetensors
new file mode 100644
index 0000000..6e89930
--- /dev/null
+++ b/model-00004-of-00004.safetensors
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0ce0b3146956b8c5fce3a886d953b3aa2746247062253572721dd9ebbf61dfd3
+size 1168155192
diff --git a/model.safetensors.index.json b/model.safetensors.index.json
new file mode 100644
index 0000000..8d8b4ac
--- /dev/null
+++ b/model.safetensors.index.json
@@ -0,0 +1,298 @@
+{
+ "metadata": {
+ "total_size": 16060555264
+ },
+ "weight_map": {
+ "lm_head.weight": "model-00004-of-00004.safetensors",
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
+ "model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
+ "model.norm.weight": "model-00004-of-00004.safetensors"
+ }
+}
diff --git a/special_tokens_map.json b/special_tokens_map.json
new file mode 100644
index 0000000..44e8cb8
--- /dev/null
+++ b/special_tokens_map.json
@@ -0,0 +1,23 @@
+{
+ "bos_token": {
+ "content": "<|begin_of_text|>",
+ "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": "<|end_of_text|>",
+ "lstrip": false,
+ "normalized": false,
+ "rstrip": false,
+ "single_word": false
+ }
+}
diff --git a/tokenizer.json b/tokenizer.json
new file mode 100644
index 0000000..59758c4
--- /dev/null
+++ b/tokenizer.json
@@ -0,0 +1,1251022 @@
+{
+ "version": "1.0",
+ "truncation": null,
+ "padding": null,
+ "added_tokens": [
+ {
+ "id": 128000,
+ "content": "<|begin_of_text|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128001,
+ "content": "<|end_of_text|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128002,
+ "content": "<|reserved_special_token_0|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128003,
+ "content": "<|reserved_special_token_1|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128004,
+ "content": "<|finetune_right_pad_id|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128005,
+ "content": "<|reserved_special_token_2|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128006,
+ "content": "<|start_header_id|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128007,
+ "content": "<|end_header_id|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128008,
+ "content": "<|eom_id|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128009,
+ "content": "<|eot_id|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128010,
+ "content": "<|python_tag|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128011,
+ "content": "<|reserved_special_token_3|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128012,
+ "content": "<|reserved_special_token_4|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128013,
+ "content": "<|reserved_special_token_5|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128014,
+ "content": "<|reserved_special_token_6|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128015,
+ "content": "<|reserved_special_token_7|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128016,
+ "content": "<|reserved_special_token_8|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128017,
+ "content": "<|reserved_special_token_9|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128018,
+ "content": "<|reserved_special_token_10|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128019,
+ "content": "<|reserved_special_token_11|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128020,
+ "content": "<|reserved_special_token_12|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128021,
+ "content": "<|reserved_special_token_13|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128022,
+ "content": "<|reserved_special_token_14|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128023,
+ "content": "<|reserved_special_token_15|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128024,
+ "content": "<|reserved_special_token_16|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128025,
+ "content": "<|reserved_special_token_17|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128026,
+ "content": "<|reserved_special_token_18|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128027,
+ "content": "<|reserved_special_token_19|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128028,
+ "content": "<|reserved_special_token_20|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128029,
+ "content": "<|reserved_special_token_21|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128030,
+ "content": "<|reserved_special_token_22|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128031,
+ "content": "<|reserved_special_token_23|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128032,
+ "content": "<|reserved_special_token_24|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128033,
+ "content": "<|reserved_special_token_25|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128034,
+ "content": "<|reserved_special_token_26|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128035,
+ "content": "<|reserved_special_token_27|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128036,
+ "content": "<|reserved_special_token_28|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128037,
+ "content": "<|reserved_special_token_29|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128038,
+ "content": "<|reserved_special_token_30|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128039,
+ "content": "<|reserved_special_token_31|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128040,
+ "content": "<|reserved_special_token_32|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128041,
+ "content": "<|reserved_special_token_33|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128042,
+ "content": "<|reserved_special_token_34|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128043,
+ "content": "<|reserved_special_token_35|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128044,
+ "content": "<|reserved_special_token_36|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128045,
+ "content": "<|reserved_special_token_37|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128046,
+ "content": "<|reserved_special_token_38|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128047,
+ "content": "<|reserved_special_token_39|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128048,
+ "content": "<|reserved_special_token_40|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128049,
+ "content": "<|reserved_special_token_41|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128050,
+ "content": "<|reserved_special_token_42|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128051,
+ "content": "<|reserved_special_token_43|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128052,
+ "content": "<|reserved_special_token_44|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128053,
+ "content": "<|reserved_special_token_45|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128054,
+ "content": "<|reserved_special_token_46|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128055,
+ "content": "<|reserved_special_token_47|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128056,
+ "content": "<|reserved_special_token_48|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128057,
+ "content": "<|reserved_special_token_49|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128058,
+ "content": "<|reserved_special_token_50|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128059,
+ "content": "<|reserved_special_token_51|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128060,
+ "content": "<|reserved_special_token_52|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128061,
+ "content": "<|reserved_special_token_53|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128062,
+ "content": "<|reserved_special_token_54|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128063,
+ "content": "<|reserved_special_token_55|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128064,
+ "content": "<|reserved_special_token_56|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128065,
+ "content": "<|reserved_special_token_57|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128066,
+ "content": "<|reserved_special_token_58|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128067,
+ "content": "<|reserved_special_token_59|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128068,
+ "content": "<|reserved_special_token_60|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128069,
+ "content": "<|reserved_special_token_61|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128070,
+ "content": "<|reserved_special_token_62|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128071,
+ "content": "<|reserved_special_token_63|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128072,
+ "content": "<|reserved_special_token_64|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128073,
+ "content": "<|reserved_special_token_65|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128074,
+ "content": "<|reserved_special_token_66|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128075,
+ "content": "<|reserved_special_token_67|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128076,
+ "content": "<|reserved_special_token_68|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128077,
+ "content": "<|reserved_special_token_69|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128078,
+ "content": "<|reserved_special_token_70|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128079,
+ "content": "<|reserved_special_token_71|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128080,
+ "content": "<|reserved_special_token_72|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128081,
+ "content": "<|reserved_special_token_73|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128082,
+ "content": "<|reserved_special_token_74|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128083,
+ "content": "<|reserved_special_token_75|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128084,
+ "content": "<|reserved_special_token_76|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128085,
+ "content": "<|reserved_special_token_77|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128086,
+ "content": "<|reserved_special_token_78|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128087,
+ "content": "<|reserved_special_token_79|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128088,
+ "content": "<|reserved_special_token_80|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128089,
+ "content": "<|reserved_special_token_81|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128090,
+ "content": "<|reserved_special_token_82|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128091,
+ "content": "<|reserved_special_token_83|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128092,
+ "content": "<|reserved_special_token_84|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128093,
+ "content": "<|reserved_special_token_85|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128094,
+ "content": "<|reserved_special_token_86|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128095,
+ "content": "<|reserved_special_token_87|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128096,
+ "content": "<|reserved_special_token_88|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128097,
+ "content": "<|reserved_special_token_89|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128098,
+ "content": "<|reserved_special_token_90|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128099,
+ "content": "<|reserved_special_token_91|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128100,
+ "content": "<|reserved_special_token_92|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128101,
+ "content": "<|reserved_special_token_93|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128102,
+ "content": "<|reserved_special_token_94|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128103,
+ "content": "<|reserved_special_token_95|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128104,
+ "content": "<|reserved_special_token_96|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128105,
+ "content": "<|reserved_special_token_97|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128106,
+ "content": "<|reserved_special_token_98|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128107,
+ "content": "<|reserved_special_token_99|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128108,
+ "content": "<|reserved_special_token_100|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128109,
+ "content": "<|reserved_special_token_101|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128110,
+ "content": "<|reserved_special_token_102|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128111,
+ "content": "<|reserved_special_token_103|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128112,
+ "content": "<|reserved_special_token_104|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128113,
+ "content": "<|reserved_special_token_105|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128114,
+ "content": "<|reserved_special_token_106|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128115,
+ "content": "<|reserved_special_token_107|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128116,
+ "content": "<|reserved_special_token_108|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128117,
+ "content": "<|reserved_special_token_109|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128118,
+ "content": "<|reserved_special_token_110|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128119,
+ "content": "<|reserved_special_token_111|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128120,
+ "content": "<|reserved_special_token_112|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128121,
+ "content": "<|reserved_special_token_113|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128122,
+ "content": "<|reserved_special_token_114|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128123,
+ "content": "<|reserved_special_token_115|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128124,
+ "content": "<|reserved_special_token_116|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128125,
+ "content": "<|reserved_special_token_117|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128126,
+ "content": "<|reserved_special_token_118|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128127,
+ "content": "<|reserved_special_token_119|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128128,
+ "content": "<|reserved_special_token_120|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128129,
+ "content": "<|reserved_special_token_121|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128130,
+ "content": "<|reserved_special_token_122|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128131,
+ "content": "<|reserved_special_token_123|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128132,
+ "content": "<|reserved_special_token_124|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128133,
+ "content": "<|reserved_special_token_125|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128134,
+ "content": "<|reserved_special_token_126|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128135,
+ "content": "<|reserved_special_token_127|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128136,
+ "content": "<|reserved_special_token_128|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128137,
+ "content": "<|reserved_special_token_129|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128138,
+ "content": "<|reserved_special_token_130|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128139,
+ "content": "<|reserved_special_token_131|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128140,
+ "content": "<|reserved_special_token_132|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128141,
+ "content": "<|reserved_special_token_133|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128142,
+ "content": "<|reserved_special_token_134|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128143,
+ "content": "<|reserved_special_token_135|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128144,
+ "content": "<|reserved_special_token_136|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128145,
+ "content": "<|reserved_special_token_137|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128146,
+ "content": "<|reserved_special_token_138|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128147,
+ "content": "<|reserved_special_token_139|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128148,
+ "content": "<|reserved_special_token_140|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128149,
+ "content": "<|reserved_special_token_141|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128150,
+ "content": "<|reserved_special_token_142|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128151,
+ "content": "<|reserved_special_token_143|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128152,
+ "content": "<|reserved_special_token_144|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128153,
+ "content": "<|reserved_special_token_145|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128154,
+ "content": "<|reserved_special_token_146|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128155,
+ "content": "<|reserved_special_token_147|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128156,
+ "content": "<|reserved_special_token_148|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128157,
+ "content": "<|reserved_special_token_149|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128158,
+ "content": "<|reserved_special_token_150|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128159,
+ "content": "<|reserved_special_token_151|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128160,
+ "content": "<|reserved_special_token_152|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128161,
+ "content": "<|reserved_special_token_153|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128162,
+ "content": "<|reserved_special_token_154|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128163,
+ "content": "<|reserved_special_token_155|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128164,
+ "content": "<|reserved_special_token_156|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128165,
+ "content": "<|reserved_special_token_157|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128166,
+ "content": "<|reserved_special_token_158|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128167,
+ "content": "<|reserved_special_token_159|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128168,
+ "content": "<|reserved_special_token_160|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128169,
+ "content": "<|reserved_special_token_161|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128170,
+ "content": "<|reserved_special_token_162|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128171,
+ "content": "<|reserved_special_token_163|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128172,
+ "content": "<|reserved_special_token_164|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128173,
+ "content": "<|reserved_special_token_165|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128174,
+ "content": "<|reserved_special_token_166|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128175,
+ "content": "<|reserved_special_token_167|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128176,
+ "content": "<|reserved_special_token_168|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128177,
+ "content": "<|reserved_special_token_169|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128178,
+ "content": "<|reserved_special_token_170|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128179,
+ "content": "<|reserved_special_token_171|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128180,
+ "content": "<|reserved_special_token_172|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128181,
+ "content": "<|reserved_special_token_173|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128182,
+ "content": "<|reserved_special_token_174|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128183,
+ "content": "<|reserved_special_token_175|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128184,
+ "content": "<|reserved_special_token_176|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128185,
+ "content": "<|reserved_special_token_177|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128186,
+ "content": "<|reserved_special_token_178|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128187,
+ "content": "<|reserved_special_token_179|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128188,
+ "content": "<|reserved_special_token_180|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128189,
+ "content": "<|reserved_special_token_181|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128190,
+ "content": "<|reserved_special_token_182|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128191,
+ "content": "<|reserved_special_token_183|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128192,
+ "content": "<|reserved_special_token_184|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128193,
+ "content": "<|reserved_special_token_185|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128194,
+ "content": "<|reserved_special_token_186|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128195,
+ "content": "<|reserved_special_token_187|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128196,
+ "content": "<|reserved_special_token_188|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128197,
+ "content": "<|reserved_special_token_189|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128198,
+ "content": "<|reserved_special_token_190|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128199,
+ "content": "<|reserved_special_token_191|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128200,
+ "content": "<|reserved_special_token_192|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128201,
+ "content": "<|reserved_special_token_193|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128202,
+ "content": "<|reserved_special_token_194|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128203,
+ "content": "<|reserved_special_token_195|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128204,
+ "content": "<|reserved_special_token_196|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128205,
+ "content": "<|reserved_special_token_197|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128206,
+ "content": "<|reserved_special_token_198|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128207,
+ "content": "<|reserved_special_token_199|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128208,
+ "content": "<|reserved_special_token_200|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128209,
+ "content": "<|reserved_special_token_201|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128210,
+ "content": "<|reserved_special_token_202|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128211,
+ "content": "<|reserved_special_token_203|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128212,
+ "content": "<|reserved_special_token_204|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128213,
+ "content": "<|reserved_special_token_205|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128214,
+ "content": "<|reserved_special_token_206|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128215,
+ "content": "<|reserved_special_token_207|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128216,
+ "content": "<|reserved_special_token_208|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128217,
+ "content": "<|reserved_special_token_209|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128218,
+ "content": "<|reserved_special_token_210|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128219,
+ "content": "<|reserved_special_token_211|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128220,
+ "content": "<|reserved_special_token_212|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128221,
+ "content": "<|reserved_special_token_213|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128222,
+ "content": "<|reserved_special_token_214|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128223,
+ "content": "<|reserved_special_token_215|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128224,
+ "content": "<|reserved_special_token_216|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128225,
+ "content": "<|reserved_special_token_217|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128226,
+ "content": "<|reserved_special_token_218|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128227,
+ "content": "<|reserved_special_token_219|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128228,
+ "content": "<|reserved_special_token_220|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128229,
+ "content": "<|reserved_special_token_221|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128230,
+ "content": "<|reserved_special_token_222|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128231,
+ "content": "<|reserved_special_token_223|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128232,
+ "content": "<|reserved_special_token_224|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128233,
+ "content": "<|reserved_special_token_225|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128234,
+ "content": "<|reserved_special_token_226|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128235,
+ "content": "<|reserved_special_token_227|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128236,
+ "content": "<|reserved_special_token_228|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128237,
+ "content": "<|reserved_special_token_229|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128238,
+ "content": "<|reserved_special_token_230|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128239,
+ "content": "<|reserved_special_token_231|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128240,
+ "content": "<|reserved_special_token_232|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128241,
+ "content": "<|reserved_special_token_233|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128242,
+ "content": "<|reserved_special_token_234|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128243,
+ "content": "<|reserved_special_token_235|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128244,
+ "content": "<|reserved_special_token_236|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128245,
+ "content": "<|reserved_special_token_237|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128246,
+ "content": "<|reserved_special_token_238|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128247,
+ "content": "<|reserved_special_token_239|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128248,
+ "content": "<|reserved_special_token_240|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128249,
+ "content": "<|reserved_special_token_241|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128250,
+ "content": "<|reserved_special_token_242|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128251,
+ "content": "<|reserved_special_token_243|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128252,
+ "content": "<|reserved_special_token_244|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128253,
+ "content": "<|reserved_special_token_245|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128254,
+ "content": "<|reserved_special_token_246|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128255,
+ "content": "<|reserved_special_token_247|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 128256,
+ "content": "<|im_end|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": false
+ },
+ {
+ "id": 128257,
+ "content": "<|im_start|>",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": false
+ }
+ ],
+ "normalizer": null,
+ "pre_tokenizer": {
+ "type": "Sequence",
+ "pretokenizers": [
+ {
+ "type": "Split",
+ "pattern": {
+ "Regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"
+ },
+ "behavior": "Isolated",
+ "invert": false
+ },
+ {
+ "type": "ByteLevel",
+ "add_prefix_space": false,
+ "trim_offsets": true,
+ "use_regex": false
+ }
+ ]
+ },
+ "post_processor": {
+ "type": "Sequence",
+ "processors": [
+ {
+ "type": "ByteLevel",
+ "add_prefix_space": true,
+ "trim_offsets": false,
+ "use_regex": true
+ },
+ {
+ "type": "TemplateProcessing",
+ "single": [
+ {
+ "SpecialToken": {
+ "id": "<|begin_of_text|>",
+ "type_id": 0
+ }
+ },
+ {
+ "Sequence": {
+ "id": "A",
+ "type_id": 0
+ }
+ }
+ ],
+ "pair": [
+ {
+ "SpecialToken": {
+ "id": "<|begin_of_text|>",
+ "type_id": 0
+ }
+ },
+ {
+ "Sequence": {
+ "id": "A",
+ "type_id": 0
+ }
+ },
+ {
+ "SpecialToken": {
+ "id": "<|begin_of_text|>",
+ "type_id": 1
+ }
+ },
+ {
+ "Sequence": {
+ "id": "B",
+ "type_id": 1
+ }
+ }
+ ],
+ "special_tokens": {
+ "<|begin_of_text|>": {
+ "id": "<|begin_of_text|>",
+ "ids": [
+ 128000
+ ],
+ "tokens": [
+ "<|begin_of_text|>"
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "decoder": {
+ "type": "ByteLevel",
+ "add_prefix_space": true,
+ "trim_offsets": true,
+ "use_regex": true
+ },
+ "model": {
+ "type": "BPE",
+ "dropout": null,
+ "unk_token": null,
+ "continuing_subword_prefix": null,
+ "end_of_word_suffix": null,
+ "fuse_unk": false,
+ "byte_fallback": false,
+ "ignore_merges": true,
+ "vocab": {
+ "!": 0,
+ "\"": 1,
+ "#": 2,
+ "$": 3,
+ "%": 4,
+ "&": 5,
+ "'": 6,
+ "(": 7,
+ ")": 8,
+ "*": 9,
+ "+": 10,
+ ",": 11,
+ "-": 12,
+ ".": 13,
+ "/": 14,
+ "0": 15,
+ "1": 16,
+ "2": 17,
+ "3": 18,
+ "4": 19,
+ "5": 20,
+ "6": 21,
+ "7": 22,
+ "8": 23,
+ "9": 24,
+ ":": 25,
+ ";": 26,
+ "<": 27,
+ "=": 28,
+ ">": 29,
+ "?": 30,
+ "@": 31,
+ "A": 32,
+ "B": 33,
+ "C": 34,
+ "D": 35,
+ "E": 36,
+ "F": 37,
+ "G": 38,
+ "H": 39,
+ "I": 40,
+ "J": 41,
+ "K": 42,
+ "L": 43,
+ "M": 44,
+ "N": 45,
+ "O": 46,
+ "P": 47,
+ "Q": 48,
+ "R": 49,
+ "S": 50,
+ "T": 51,
+ "U": 52,
+ "V": 53,
+ "W": 54,
+ "X": 55,
+ "Y": 56,
+ "Z": 57,
+ "[": 58,
+ "\\": 59,
+ "]": 60,
+ "^": 61,
+ "_": 62,
+ "`": 63,
+ "a": 64,
+ "b": 65,
+ "c": 66,
+ "d": 67,
+ "e": 68,
+ "f": 69,
+ "g": 70,
+ "h": 71,
+ "i": 72,
+ "j": 73,
+ "k": 74,
+ "l": 75,
+ "m": 76,
+ "n": 77,
+ "o": 78,
+ "p": 79,
+ "q": 80,
+ "r": 81,
+ "s": 82,
+ "t": 83,
+ "u": 84,
+ "v": 85,
+ "w": 86,
+ "x": 87,
+ "y": 88,
+ "z": 89,
+ "{": 90,
+ "|": 91,
+ "}": 92,
+ "~": 93,
+ "¡": 94,
+ "¢": 95,
+ "£": 96,
+ "¤": 97,
+ "¥": 98,
+ "¦": 99,
+ "§": 100,
+ "¨": 101,
+ "©": 102,
+ "ª": 103,
+ "«": 104,
+ "¬": 105,
+ "®": 106,
+ "¯": 107,
+ "°": 108,
+ "±": 109,
+ "²": 110,
+ "³": 111,
+ "´": 112,
+ "µ": 113,
+ "¶": 114,
+ "·": 115,
+ "¸": 116,
+ "¹": 117,
+ "º": 118,
+ "»": 119,
+ "¼": 120,
+ "½": 121,
+ "¾": 122,
+ "¿": 123,
+ "À": 124,
+ "Á": 125,
+ "Â": 126,
+ "Ã": 127,
+ "Ä": 128,
+ "Å": 129,
+ "Æ": 130,
+ "Ç": 131,
+ "È": 132,
+ "É": 133,
+ "Ê": 134,
+ "Ë": 135,
+ "Ì": 136,
+ "Í": 137,
+ "Î": 138,
+ "Ï": 139,
+ "Ð": 140,
+ "Ñ": 141,
+ "Ò": 142,
+ "Ó": 143,
+ "Ô": 144,
+ "Õ": 145,
+ "Ö": 146,
+ "×": 147,
+ "Ø": 148,
+ "Ù": 149,
+ "Ú": 150,
+ "Û": 151,
+ "Ü": 152,
+ "Ý": 153,
+ "Þ": 154,
+ "ß": 155,
+ "à": 156,
+ "á": 157,
+ "â": 158,
+ "ã": 159,
+ "ä": 160,
+ "å": 161,
+ "æ": 162,
+ "ç": 163,
+ "è": 164,
+ "é": 165,
+ "ê": 166,
+ "ë": 167,
+ "ì": 168,
+ "í": 169,
+ "î": 170,
+ "ï": 171,
+ "ð": 172,
+ "ñ": 173,
+ "ò": 174,
+ "ó": 175,
+ "ô": 176,
+ "õ": 177,
+ "ö": 178,
+ "÷": 179,
+ "ø": 180,
+ "ù": 181,
+ "ú": 182,
+ "û": 183,
+ "ü": 184,
+ "ý": 185,
+ "þ": 186,
+ "ÿ": 187,
+ "Ā": 188,
+ "ā": 189,
+ "Ă": 190,
+ "ă": 191,
+ "Ą": 192,
+ "ą": 193,
+ "Ć": 194,
+ "ć": 195,
+ "Ĉ": 196,
+ "ĉ": 197,
+ "Ċ": 198,
+ "ċ": 199,
+ "Č": 200,
+ "č": 201,
+ "Ď": 202,
+ "ď": 203,
+ "Đ": 204,
+ "đ": 205,
+ "Ē": 206,
+ "ē": 207,
+ "Ĕ": 208,
+ "ĕ": 209,
+ "Ė": 210,
+ "ė": 211,
+ "Ę": 212,
+ "ę": 213,
+ "Ě": 214,
+ "ě": 215,
+ "Ĝ": 216,
+ "ĝ": 217,
+ "Ğ": 218,
+ "ğ": 219,
+ "Ġ": 220,
+ "ġ": 221,
+ "Ģ": 222,
+ "ģ": 223,
+ "Ĥ": 224,
+ "ĥ": 225,
+ "Ħ": 226,
+ "ħ": 227,
+ "Ĩ": 228,
+ "ĩ": 229,
+ "Ī": 230,
+ "ī": 231,
+ "Ĭ": 232,
+ "ĭ": 233,
+ "Į": 234,
+ "į": 235,
+ "İ": 236,
+ "ı": 237,
+ "IJ": 238,
+ "ij": 239,
+ "Ĵ": 240,
+ "ĵ": 241,
+ "Ķ": 242,
+ "ķ": 243,
+ "ĸ": 244,
+ "Ĺ": 245,
+ "ĺ": 246,
+ "Ļ": 247,
+ "ļ": 248,
+ "Ľ": 249,
+ "ľ": 250,
+ "Ŀ": 251,
+ "ŀ": 252,
+ "Ł": 253,
+ "ł": 254,
+ "Ń": 255,
+ "ĠĠ": 256,
+ "ĠĠĠĠ": 257,
+ "in": 258,
+ "Ġt": 259,
+ "ĠĠĠĠĠĠĠĠ": 260,
+ "er": 261,
+ "ĠĠĠ": 262,
+ "on": 263,
+ "Ġa": 264,
+ "re": 265,
+ "at": 266,
+ "st": 267,
+ "en": 268,
+ "or": 269,
+ "Ġth": 270,
+ "ĊĊ": 271,
+ "Ġc": 272,
+ "le": 273,
+ "Ġs": 274,
+ "it": 275,
+ "an": 276,
+ "ar": 277,
+ "al": 278,
+ "Ġthe": 279,
+ ";Ċ": 280,
+ "Ġp": 281,
+ "Ġf": 282,
+ "ou": 283,
+ "Ġ=": 284,
+ "is": 285,
+ "ĠĠĠĠĠĠĠ": 286,
+ "ing": 287,
+ "es": 288,
+ "Ġw": 289,
+ "ion": 290,
+ "ed": 291,
+ "ic": 292,
+ "Ġb": 293,
+ "Ġd": 294,
+ "et": 295,
+ "Ġm": 296,
+ "Ġo": 297,
+ "ĉĉ": 298,
+ "ro": 299,
+ "as": 300,
+ "el": 301,
+ "ct": 302,
+ "nd": 303,
+ "Ġin": 304,
+ "Ġh": 305,
+ "ent": 306,
+ "id": 307,
+ "Ġn": 308,
+ "am": 309,
+ "ĠĠĠĠĠĠĠĠĠĠĠ": 310,
+ "Ġto": 311,
+ "Ġre": 312,
+ "--": 313,
+ "Ġ{": 314,
+ "Ġof": 315,
+ "om": 316,
+ ");Ċ": 317,
+ "im": 318,
+ "čĊ": 319,
+ "Ġ(": 320,
+ "il": 321,
+ "//": 322,
+ "Ġand": 323,
+ "ur": 324,
+ "se": 325,
+ "Ġl": 326,
+ "ex": 327,
+ "ĠS": 328,
+ "ad": 329,
+ "Ġ\"": 330,
+ "ch": 331,
+ "ut": 332,
+ "if": 333,
+ "**": 334,
+ "Ġ}": 335,
+ "em": 336,
+ "ol": 337,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 338,
+ "th": 339,
+ ")Ċ": 340,
+ "Ġ{Ċ": 341,
+ "Ġg": 342,
+ "ig": 343,
+ "iv": 344,
+ ",Ċ": 345,
+ "ce": 346,
+ "od": 347,
+ "Ġv": 348,
+ "ate": 349,
+ "ĠT": 350,
+ "ag": 351,
+ "ay": 352,
+ "Ġ*": 353,
+ "ot": 354,
+ "us": 355,
+ "ĠC": 356,
+ "Ġst": 357,
+ "ĠI": 358,
+ "un": 359,
+ "ul": 360,
+ "ue": 361,
+ "ĠA": 362,
+ "ow": 363,
+ "Ġ'": 364,
+ "ew": 365,
+ "Ġ<": 366,
+ "ation": 367,
+ "()": 368,
+ "Ġfor": 369,
+ "ab": 370,
+ "ort": 371,
+ "um": 372,
+ "ame": 373,
+ "Ġis": 374,
+ "pe": 375,
+ "tr": 376,
+ "ck": 377,
+ "âĢ": 378,
+ "Ġy": 379,
+ "ist": 380,
+ "----": 381,
+ ".ĊĊ": 382,
+ "he": 383,
+ "Ġe": 384,
+ "lo": 385,
+ "ĠM": 386,
+ "Ġbe": 387,
+ "ers": 388,
+ "Ġon": 389,
+ "Ġcon": 390,
+ "ap": 391,
+ "ub": 392,
+ "ĠP": 393,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 394,
+ "ass": 395,
+ "int": 396,
+ ">Ċ": 397,
+ "ly": 398,
+ "urn": 399,
+ "Ġ$": 400,
+ ";ĊĊ": 401,
+ "av": 402,
+ "port": 403,
+ "ir": 404,
+ "->": 405,
+ "nt": 406,
+ "ction": 407,
+ "end": 408,
+ "Ġde": 409,
+ "00": 410,
+ "ith": 411,
+ "out": 412,
+ "turn": 413,
+ "our": 414,
+ "ĠĠĠĠĠ": 415,
+ "lic": 416,
+ "res": 417,
+ "pt": 418,
+ "==": 419,
+ "Ġthis": 420,
+ "Ġwh": 421,
+ "Ġif": 422,
+ "ĠD": 423,
+ "ver": 424,
+ "age": 425,
+ "ĠB": 426,
+ "ht": 427,
+ "ext": 428,
+ "=\"": 429,
+ "Ġthat": 430,
+ "****": 431,
+ "ĠR": 432,
+ "Ġit": 433,
+ "ess": 434,
+ "ĠF": 435,
+ "Ġr": 436,
+ "os": 437,
+ "and": 438,
+ "Ġas": 439,
+ "ect": 440,
+ "ke": 441,
+ "rom": 442,
+ "Ġ//": 443,
+ "con": 444,
+ "ĠL": 445,
+ "(\"": 446,
+ "qu": 447,
+ "lass": 448,
+ "Ġwith": 449,
+ "iz": 450,
+ "de": 451,
+ "ĠN": 452,
+ "Ġal": 453,
+ "op": 454,
+ "up": 455,
+ "get": 456,
+ "Ġ}Ċ": 457,
+ "ile": 458,
+ "Ġan": 459,
+ "ata": 460,
+ "ore": 461,
+ "ri": 462,
+ "Ġpro": 463,
+ ";čĊ": 464,
+ "ĉĉĉĉ": 465,
+ "ter": 466,
+ "ain": 467,
+ "ĠW": 468,
+ "ĠE": 469,
+ "Ġcom": 470,
+ "Ġreturn": 471,
+ "art": 472,
+ "ĠH": 473,
+ "ack": 474,
+ "import": 475,
+ "ublic": 476,
+ "Ġor": 477,
+ "est": 478,
+ "ment": 479,
+ "ĠG": 480,
+ "able": 481,
+ "Ġ-": 482,
+ "ine": 483,
+ "ill": 484,
+ "ind": 485,
+ "ere": 486,
+ "::": 487,
+ "ity": 488,
+ "Ġ+": 489,
+ "Ġtr": 490,
+ "elf": 491,
+ "ight": 492,
+ "('": 493,
+ "orm": 494,
+ "ult": 495,
+ "str": 496,
+ "..": 497,
+ "\",": 498,
+ "Ġyou": 499,
+ "ype": 500,
+ "pl": 501,
+ "Ġnew": 502,
+ "Ġj": 503,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 504,
+ "Ġfrom": 505,
+ "Ġex": 506,
+ "ĠO": 507,
+ "20": 508,
+ "ld": 509,
+ "Ġ[": 510,
+ "oc": 511,
+ ":Ċ": 512,
+ "Ġse": 513,
+ "Ġle": 514,
+ "--------": 515,
+ ".s": 516,
+ "{Ċ": 517,
+ "',": 518,
+ "ant": 519,
+ "Ġat": 520,
+ "ase": 521,
+ ".c": 522,
+ "Ġch": 523,
+ "": 524,
+ "ave": 525,
+ "ang": 526,
+ "Ġare": 527,
+ "Ġint": 528,
+ "âĢĻ": 529,
+ "_t": 530,
+ "ert": 531,
+ "ial": 532,
+ "act": 533,
+ "}Ċ": 534,
+ "ive": 535,
+ "ode": 536,
+ "ost": 537,
+ "Ġclass": 538,
+ "Ġnot": 539,
+ "og": 540,
+ "ord": 541,
+ "alue": 542,
+ "all": 543,
+ "ff": 544,
+ "();Ċ": 545,
+ "ont": 546,
+ "ime": 547,
+ "are": 548,
+ "ĠU": 549,
+ "Ġpr": 550,
+ "Ġ:": 551,
+ "ies": 552,
+ "ize": 553,
+ "ure": 554,
+ "Ġby": 555,
+ "ire": 556,
+ "Ġ}ĊĊ": 557,
+ ".p": 558,
+ "Ġsh": 559,
+ "ice": 560,
+ "ast": 561,
+ "ption": 562,
+ "tring": 563,
+ "ok": 564,
+ "__": 565,
+ "cl": 566,
+ "##": 567,
+ "Ġhe": 568,
+ "ard": 569,
+ ").": 570,
+ "Ġ@": 571,
+ "iew": 572,
+ "ĉĉĉ": 573,
+ "Ġwas": 574,
+ "ip": 575,
+ "this": 576,
+ "Ġu": 577,
+ "ĠThe": 578,
+ "ide": 579,
+ "ace": 580,
+ "ib": 581,
+ "ac": 582,
+ "rou": 583,
+ "Ġwe": 584,
+ "ject": 585,
+ "Ġpublic": 586,
+ "ak": 587,
+ "ve": 588,
+ "ath": 589,
+ "oid": 590,
+ "Ġ=>": 591,
+ "ust": 592,
+ "que": 593,
+ "Ġres": 594,
+ "))": 595,
+ "'s": 596,
+ "Ġk": 597,
+ "ans": 598,
+ "yst": 599,
+ "unction": 600,
+ "********": 601,
+ "Ġi": 602,
+ "Ġus": 603,
+ "pp": 604,
+ "10": 605,
+ "one": 606,
+ "ail": 607,
+ "====": 608,
+ "name": 609,
+ "Ġstr": 610,
+ "Ġ/": 611,
+ "Ġ&": 612,
+ "ach": 613,
+ "div": 614,
+ "ystem": 615,
+ "ell": 616,
+ "Ġhave": 617,
+ "err": 618,
+ "ould": 619,
+ "ull": 620,
+ "pon": 621,
+ "ĠJ": 622,
+ "_p": 623,
+ "Ġ==": 624,
+ "ign": 625,
+ "St": 626,
+ ".Ċ": 627,
+ "Ġpl": 628,
+ ");ĊĊ": 629,
+ "form": 630,
+ "put": 631,
+ "ount": 632,
+ "}ĊĊ": 633,
+ "dd": 634,
+ "ite": 635,
+ "Ġget": 636,
+ "rr": 637,
+ "ome": 638,
+ "ĠâĢ": 639,
+ "aram": 640,
+ "cc": 641,
+ "Ġ*/": 642,
+ "ER": 643,
+ "In": 644,
+ "les": 645,
+ "_s": 646,
+ "ong": 647,
+ "ie": 648,
+ "Ġcan": 649,
+ "ĠV": 650,
+ "erv": 651,
+ "pr": 652,
+ "Ġun": 653,
+ "row": 654,
+ "ber": 655,
+ "Ġdo": 656,
+ "ll": 657,
+ "Ġel": 658,
+ "Ġself": 659,
+ "ated": 660,
+ "ary": 661,
+ "Ġ.": 662,
+ "']": 663,
+ "ud": 664,
+ "Ġen": 665,
+ "ĠTh": 666,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 667,
+ "te": 668,
+ "_c": 669,
+ "uct": 670,
+ "Ġab": 671,
+ "ork": 672,
+ ".get": 673,
+ "Ġ#": 674,
+ "aw": 675,
+ "ress": 676,
+ "ob": 677,
+ "Name": 678,
+ "201": 679,
+ "app": 680,
+ "['": 681,
+ "Ġall": 682,
+ "ory": 683,
+ "ition": 684,
+ "ance": 685,
+ "ear": 686,
+ "Ġcont": 687,
+ "vent": 688,
+ "ia": 689,
+ "Ġwill": 690,
+ "IN": 691,
+ "ĠĠĠĠĠĠĠĠĠ": 692,
+ "return": 693,
+ "Ġ": 694,
+ "data": 695,
+ ")ĊĊ": 696,
+ "Re": 697,
+ "ple": 698,
+ "ild": 699,
+ "ther": 700,
+ "Ġyour": 701,
+ "\"Ċ": 702,
+ "($": 703,
+ "Ġout": 704,
+ "),": 705,
+ "Ġhas": 706,
+ "String": 707,
+ "so": 708,
+ "Ġup": 709,
+ "ax": 710,
+ "Ġdef": 711,
+ "Ġbo": 712,
+ "ge": 713,
+ "alse": 714,
+ "ON": 715,
+ "per": 716,
+ "12": 717,
+ "ich": 718,
+ "Ġbut": 719,
+ "ĠĊ": 720,
+ "Ġ_": 721,
+ "_m": 722,
+ "add": 723,
+ "quest": 724,
+ "odel": 725,
+ "self": 726,
+ "ery": 727,
+ "ft": 728,
+ "ens": 729,
+ "////": 730,
+ "ake": 731,
+ ".C": 732,
+ "Ġgo": 733,
+ "Ġfunction": 734,
+ "ĠK": 735,
+ "ivate": 736,
+ "Ġim": 737,
+ "Ġconst": 738,
+ ".t": 739,
+ "Ġ*/Ċ": 740,
+ ");čĊ": 741,
+ "Ġvoid": 742,
+ "Ġset": 743,
+ "ĠSystem": 744,
+ "cri": 745,
+ "()Ċ": 746,
+ "li": 747,
+ "ĉif": 748,
+ ".m": 749,
+ "ally": 750,
+ "set": 751,
+ "ep": 752,
+ "âĢĻs": 753,
+ "bo": 754,
+ "def": 755,
+ "',Ċ": 756,
+ "Ġme": 757,
+ "Ġ!": 758,
+ "atch": 759,
+ "\">": 760,
+ "\",Ċ": 761,
+ "ec": 762,
+ "ĠIn": 763,
+ "ph": 764,
+ "Ġ|": 765,
+ "_f": 766,
+ "Ġvar": 767,
+ "ence": 768,
+ "Id": 769,
+ "ree": 770,
+ "ink": 771,
+ "lect": 772,
+ "ug": 773,
+ "eth": 774,
+ "Ġelse": 775,
+ "----------------": 776,
+ "19": 777,
+ "cont": 778,
+ "Ġso": 779,
+ "atic": 780,
+ "Ġlo": 781,
+ "pro": 782,
+ "ton": 783,
+ "ss": 784,
+ "own": 785,
+ "abel": 786,
+ "oint": 787,
+ "ous": 788,
+ "eld": 789,
+ "ST": 790,
+ "The": 791,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 792,
+ "RE": 793,
+ "\":": 794,
+ "olor": 795,
+ "tp": 796,
+ "eg": 797,
+ "key": 798,
+ "ude": 799,
+ "ĠSt": 800,
+ "ound": 801,
+ "Ġar": 802,
+ "\");Ċ": 803,
+ "ener": 804,
+ "ser": 805,
+ "11": 806,
+ "bject": 807,
+ "essage": 808,
+ "fer": 809,
+ "Ġmore": 810,
+ "ations": 811,
+ "ents": 812,
+ "Ġhis": 813,
+ "Ġthey": 814,
+ ".S": 815,
+ "ĠY": 816,
+ "use": 817,
+ "ne": 818,
+ "ish": 819,
+ "old": 820,
+ "_d": 821,
+ "io": 822,
+ "ield": 823,
+ "Ġper": 824,
+ "Cont": 825,
+ "ings": 826,
+ "####": 827,
+ "Ġdata": 828,
+ "Ġsa": 829,
+ "ef": 830,
+ "fo": 831,
+ "Ġone": 832,
+ "eng": 833,
+ "Ġdis": 834,
+ "AT": 835,
+ "Ġname": 836,
+ "Ġtrue": 837,
+ "val": 838,
+ "led": 839,
+ ".f": 840,
+ "Ġne": 841,
+ "Ġend": 842,
+ "32": 843,
+ ".T": 844,
+ "16": 845,
+ "cre": 846,
+ "ark": 847,
+ "log": 848,
+ "Ex": 849,
+ "error": 850,
+ "_id": 851,
+ "urre": 852,
+ "ange": 853,
+ "Ġnull": 854,
+ "rray": 855,
+ "Ġmy": 856,
+ "pan": 857,
+ "ict": 858,
+ "ator": 859,
+ "View": 860,
+ "List": 861,
+ "ĉreturn": 862,
+ "âĢĿ": 863,
+ "Ġpre": 864,
+ "Ġx": 865,
+ "clude": 866,
+ "arg": 867,
+ "15": 868,
+ "ov": 869,
+ ".h": 870,
+ "Ġ>": 871,
+ "Ġtheir": 872,
+ "')": 873,
+ "irst": 874,
+ "ick": 875,
+ "gh": 876,
+ "LE": 877,
+ "OR": 878,
+ "Ġprivate": 879,
+ "tem": 880,
+ "čĊčĊ": 881,
+ "user": 882,
+ "Ġ)": 883,
+ "com": 884,
+ ".A": 885,
+ "\";Ċ": 886,
+ "Ġid": 887,
+ "read": 888,
+ "Ġwho": 889,
+ "_b": 890,
+ "\">Ċ": 891,
+ "Ġtime": 892,
+ "Ġman": 893,
+ "ry": 894,
+ "========": 895,
+ "roup": 896,
+ "rop": 897,
+ "public": 898,
+ "vel": 899,
+ "umber": 900,
+ "ble": 901,
+ "Ġwhich": 902,
+ "****************": 903,
+ "Ġany": 904,
+ "Ġfalse": 905,
+ "we": 906,
+ "Ġvalue": 907,
+ "Ġli": 908,
+ "\")": 909,
+ "nder": 910,
+ "gr": 911,
+ "Ġno": 912,
+ "param": 913,
+ "25": 914,
+ "fig": 915,
+ ".com": 916,
+ "Ġapp": 917,
+ "_l": 918,
+ "ions": 919,
+ ".D": 920,
+ "ĠCh": 921,
+ "Ġabout": 922,
+ "Ġadd": 923,
+ "Ġsu": 924,
+ "Ġstring": 925,
+ "ID": 926,
+ "Ġover": 927,
+ "string": 928,
+ ".l": 929,
+ "ource": 930,
+ "000": 931,
+ "_C": 932,
+ "]Ċ": 933,
+ "Ġqu": 934,
+ "ĠString": 935,
+ "ca": 936,
+ "SE": 937,
+ "Ġro": 938,
+ "sh": 939,
+ "ual": 940,
+ "Type": 941,
+ "son": 942,
+ "new": 943,
+ "ern": 944,
+ "Ġag": 945,
+ "AR": 946,
+ "];Ċ": 947,
+ "].": 948,
+ "Ġ?": 949,
+ "ical": 950,
+ "Ġdes": 951,
+ "uth": 952,
+ "ix": 953,
+ "ays": 954,
+ "Ġtype": 955,
+ "'t": 956,
+ "ault": 957,
+ "Ġinter": 958,
+ "var": 959,
+ ".b": 960,
+ "Ġpart": 961,
+ ".d": 962,
+ "urrent": 963,
+ "IT": 964,
+ "EN": 965,
+ "30": 966,
+ "enc": 967,
+ "(f": 968,
+ "ra": 969,
+ "value": 970,
+ "cho": 971,
+ "18": 972,
+ "utton": 973,
+ "ose": 974,
+ "14": 975,
+ "Ġ!=": 976,
+ "ater": 977,
+ "é": 978,
+ "reate": 979,
+ "oll": 980,
+ "pos": 981,
+ "yle": 982,
+ "ng": 983,
+ "AL": 984,
+ "using": 985,
+ "ames": 986,
+ "Ġ{čĊ": 987,
+ "ates": 988,
+ "ely": 989,
+ "Ġwork": 990,
+ "Ġem": 991,
+ "inal": 992,
+ "Ġsp": 993,
+ "Ġwhen": 994,
+ ".set": 995,
+ "ĠĠĠĠĠĠ": 996,
+ "):Ċ": 997,
+ "to": 998,
+ "quire": 999,
+ "indow": 1000,
+ "lement": 1001,
+ "pect": 1002,
+ "ash": 1003,
+ "[i": 1004,
+ "Ġuse": 1005,
+ ".F": 1006,
+ "pec": 1007,
+ "Ġad": 1008,
+ "ove": 1009,
+ "ception": 1010,
+ "ength": 1011,
+ "include": 1012,
+ "ader": 1013,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1014,
+ "atus": 1015,
+ "Th": 1016,
+ "itle": 1017,
+ "rit": 1018,
+ "void": 1019,
+ "().": 1020,
+ "(Ċ": 1021,
+ "Ġoff": 1022,
+ "Ġother": 1023,
+ "Ġ&&": 1024,
+ "';Ċ": 1025,
+ "ms": 1026,
+ "Ġbeen": 1027,
+ "Ġte": 1028,
+ "ml": 1029,
+ "co": 1030,
+ "nc": 1031,
+ "13": 1032,
+ "ervice": 1033,
+ "Ġ%": 1034,
+ "**Ċ": 1035,
+ "ann": 1036,
+ "ade": 1037,
+ "ĊĊĊĊ": 1038,
+ "lock": 1039,
+ "const": 1040,
+ "100": 1041,
+ "ponse": 1042,
+ "Ġsup": 1043,
+ "++": 1044,
+ "date": 1045,
+ "Ġacc": 1046,
+ "Ġhad": 1047,
+ "Ġbu": 1048,
+ "200": 1049,
+ "ĠRe": 1050,
+ "Ġwere": 1051,
+ "Ġfile": 1052,
+ "Ġwould": 1053,
+ "ĠâĢľ": 1054,
+ "ven": 1055,
+ "iss": 1056,
+ "Ġour": 1057,
+ "class": 1058,
+ "raw": 1059,
+ "Ġyear": 1060,
+ "Data": 1061,
+ "Ġval": 1062,
+ "Ġsome": 1063,
+ "fter": 1064,
+ "ys": 1065,
+ "Ġ///": 1066,
+ "round": 1067,
+ "view": 1068,
+ "Ġpe": 1069,
+ "Ġthere": 1070,
+ "Ġsaid": 1071,
+ "du": 1072,
+ "of": 1073,
+ "line": 1074,
+ "/*": 1075,
+ "duct": 1076,
+ "Ġher": 1077,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1078,
+ "Res": 1079,
+ "Ġco": 1080,
+ "Ġcomm": 1081,
+ "ise": 1082,
+ "min": 1083,
+ "ĠĠĠĠĊ": 1084,
+ "#include": 1085,
+ "ethod": 1086,
+ ".P": 1087,
+ "ute": 1088,
+ "Ġass": 1089,
+ "Int": 1090,
+ "ask": 1091,
+ "loc": 1092,
+ "Ġlike": 1093,
+ "ody": 1094,
+ "Ġlet": 1095,
+ "load": 1096,
+ "Ġam": 1097,
+ "rol": 1098,
+ "Ġgr": 1099,
+ "yp": 1100,
+ "Ġalso": 1101,
+ "ĠIt": 1102,
+ "url": 1103,
+ "ific": 1104,
+ "ors": 1105,
+ "_P": 1106,
+ "_n": 1107,
+ "igh": 1108,
+ "Ġthan": 1109,
+ "Com": 1110,
+ "AN": 1111,
+ "UL": 1112,
+ "ating": 1113,
+ "17": 1114,
+ "ĠThis": 1115,
+ "ref": 1116,
+ "_S": 1117,
+ "Ġstatic": 1118,
+ "roll": 1119,
+ "Ġjust": 1120,
+ "Ġresult": 1121,
+ "ian": 1122,
+ "idth": 1123,
+ "Ġthem": 1124,
+ "));Ċ": 1125,
+ "der": 1126,
+ "reak": 1127,
+ "Con": 1128,
+ "://": 1129,
+ "ule": 1130,
+ "...": 1131,
+ "arch": 1132,
+ "ement": 1133,
+ "Ġ<<": 1134,
+ "50": 1135,
+ "ush": 1136,
+ "ense": 1137,
+ "arr": 1138,
+ "Ġinto": 1139,
+ "cess": 1140,
+ "amp": 1141,
+ "ied": 1142,
+ "ument": 1143,
+ "Ġ\\": 1144,
+ "],": 1145,
+ "wo": 1146,
+ "als": 1147,
+ "Ġwhat": 1148,
+ "anc": 1149,
+ "Value": 1150,
+ "='": 1151,
+ "olum": 1152,
+ "Ġpos": 1153,
+ "ages": 1154,
+ "ayer": 1155,
+ "Ġsc": 1156,
+ "ues": 1157,
+ "\")Ċ": 1158,
+ "_T": 1159,
+ "Ġlist": 1160,
+ "(s": 1161,
+ "Ġcase": 1162,
+ "Ch": 1163,
+ "ĉĉĉĉĉ": 1164,
+ "////////": 1165,
+ "ponent": 1166,
+ "Ġz": 1167,
+ "Ġkn": 1168,
+ "let": 1169,
+ "DE": 1170,
+ "red": 1171,
+ "Ġfe": 1172,
+ "Ġ},Ċ": 1173,
+ "Ġ,": 1174,
+ "(t": 1175,
+ "Ġfirst": 1176,
+ "');Ċ": 1177,
+ "word": 1178,
+ "Ġimport": 1179,
+ "Ġact": 1180,
+ "Ġchar": 1181,
+ "CT": 1182,
+ "ĠTr": 1183,
+ "ople": 1184,
+ "={": 1185,
+ "ĉf": 1186,
+ "24": 1187,
+ "ient": 1188,
+ "cent": 1189,
+ ".j": 1190,
+ "lection": 1191,
+ "))Ċ": 1192,
+ "Ġonly": 1193,
+ "Ġprint": 1194,
+ "mer": 1195,
+ ".W": 1196,
+ "ock": 1197,
+ "Ġ--": 1198,
+ "Text": 1199,
+ "Ġop": 1200,
+ "ank": 1201,
+ "Ġits": 1202,
+ "Ġback": 1203,
+ "[\"": 1204,
+ "Ġneed": 1205,
+ "Ġcl": 1206,
+ "Ġsub": 1207,
+ "Ġla": 1208,
+ "((": 1209,
+ ".\"": 1210,
+ "Object": 1211,
+ "Ġstart": 1212,
+ "file": 1213,
+ "(self": 1214,
+ "ner": 1215,
+ "ey": 1216,
+ "Ġuser": 1217,
+ "Ġent": 1218,
+ "ĠCom": 1219,
+ "its": 1220,
+ "ĠCon": 1221,
+ "ouble": 1222,
+ "ower": 1223,
+ "item": 1224,
+ "very": 1225,
+ "ĠWe": 1226,
+ "64": 1227,
+ "lick": 1228,
+ "ĠQ": 1229,
+ "php": 1230,
+ "ttp": 1231,
+ "':": 1232,
+ "ics": 1233,
+ "Ġunder": 1234,
+ "Ġ*Ċ": 1235,
+ ".L": 1236,
+ ");": 1237,
+ "ices": 1238,
+ "Ġreg": 1239,
+ ")čĊ": 1240,
+ "ĉpublic": 1241,
+ "SS": 1242,
+ "Ġthen": 1243,
+ "reat": 1244,
+ "ious": 1245,
+ ".G": 1246,
+ "ek": 1247,
+ "irect": 1248,
+ "heck": 1249,
+ "cript": 1250,
+ "ning": 1251,
+ "ĠUn": 1252,
+ "Ġmay": 1253,
+ "ĠWh": 1254,
+ "Bo": 1255,
+ "Item": 1256,
+ "struct": 1257,
+ ".st": 1258,
+ "ream": 1259,
+ "ible": 1260,
+ "loat": 1261,
+ "Ġorg": 1262,
+ "und": 1263,
+ "sum": 1264,
+ "_in": 1265,
+ "../": 1266,
+ "_M": 1267,
+ "Ġhow": 1268,
+ "rite": 1269,
+ "'Ċ": 1270,
+ "To": 1271,
+ "40": 1272,
+ "ww": 1273,
+ "Ġpeople": 1274,
+ "index": 1275,
+ ".n": 1276,
+ "http": 1277,
+ "(m": 1278,
+ "ector": 1279,
+ "Ġind": 1280,
+ "Ġjav": 1281,
+ "],Ċ": 1282,
+ "ĠHe": 1283,
+ "_st": 1284,
+ "ful": 1285,
+ "ole": 1286,
+ "){Ċ": 1287,
+ "Ġshould": 1288,
+ "opy": 1289,
+ "elp": 1290,
+ "ier": 1291,
+ "_name": 1292,
+ "erson": 1293,
+ "ION": 1294,
+ "ote": 1295,
+ "Ġtest": 1296,
+ "Ġbet": 1297,
+ "rror": 1298,
+ "ular": 1299,
+ "ãĢ": 1300,
+ "ĠÐ": 1301,
+ "bs": 1302,
+ "ting": 1303,
+ "Ġmake": 1304,
+ "Tr": 1305,
+ "Ġafter": 1306,
+ "arget": 1307,
+ "RO": 1308,
+ "olumn": 1309,
+ "rc": 1310,
+ "_re": 1311,
+ "define": 1312,
+ "22": 1313,
+ "Ġright": 1314,
+ "right": 1315,
+ "day": 1316,
+ "Ġlong": 1317,
+ "[]": 1318,
+ "(p": 1319,
+ "td": 1320,
+ "cond": 1321,
+ "ĠPro": 1322,
+ "Ġrem": 1323,
+ "ptions": 1324,
+ "vid": 1325,
+ ".g": 1326,
+ "Ġext": 1327,
+ "Ġ__": 1328,
+ "')Ċ": 1329,
+ "pace": 1330,
+ "mp": 1331,
+ "Ġmin": 1332,
+ "stance": 1333,
+ "air": 1334,
+ "action": 1335,
+ "wh": 1336,
+ "type": 1337,
+ "util": 1338,
+ "ait": 1339,
+ "": 1340,
+ "IC": 1341,
+ "text": 1342,
+ "Ġph": 1343,
+ "Ġfl": 1344,
+ ".M": 1345,
+ "ccess": 1346,
+ "br": 1347,
+ "fore": 1348,
+ "ersion": 1349,
+ "),Ċ": 1350,
+ ".re": 1351,
+ "ateg": 1352,
+ "Ġloc": 1353,
+ "ins": 1354,
+ "-s": 1355,
+ "trib": 1356,
+ "ĠInt": 1357,
+ "Ġarray": 1358,
+ ",\"": 1359,
+ "Pro": 1360,
+ "(c": 1361,
+ "ession": 1362,
+ ">ĊĊ": 1363,
+ "Ġshe": 1364,
+ "\"]": 1365,
+ "aph": 1366,
+ "Ġexp": 1367,
+ "erty": 1368,
+ "ĠSe": 1369,
+ "Ġpar": 1370,
+ "unc": 1371,
+ "ET": 1372,
+ "Ġread": 1373,
+ "print": 1374,
+ "Ġrel": 1375,
+ "Ġform": 1376,
+ "Ġdr": 1377,
+ "Exception": 1378,
+ "input": 1379,
+ "Ġtrans": 1380,
+ "########": 1381,
+ "order": 1382,
+ "By": 1383,
+ "Ġaw": 1384,
+ "ities": 1385,
+ "uff": 1386,
+ "play": 1387,
+ ".add": 1388,
+ "ĠâĢĵ": 1389,
+ "Ġwant": 1390,
+ "Ġcomp": 1391,
+ "ments": 1392,
+ "Ġ||": 1393,
+ "az": 1394,
+ "be": 1395,
+ "Ġnumber": 1396,
+ "Ġrequire": 1397,
+ "ĠEx": 1398,
+ "60": 1399,
+ "Ġcol": 1400,
+ "Ġkey": 1401,
+ "ember": 1402,
+ "Ġtwo": 1403,
+ "Ġsize": 1404,
+ "Ġwhere": 1405,
+ "UT": 1406,
+ "result": 1407,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1408,
+ "ough": 1409,
+ "orld": 1410,
+ "ood": 1411,
+ "uch": 1412,
+ "ative": 1413,
+ "ger": 1414,
+ "arent": 1415,
+ "Ġ/*": 1416,
+ "Ġarg": 1417,
+ "Ġwhile": 1418,
+ "23": 1419,
+ "(this": 1420,
+ "Ġrec": 1421,
+ "Ġdif": 1422,
+ "State": 1423,
+ "Ġspec": 1424,
+ "ride": 1425,
+ "_F": 1426,
+ "Ġlook": 1427,
+ "AM": 1428,
+ "ility": 1429,
+ "eter": 1430,
+ "âĢĻt": 1431,
+ "ĊĊĊ": 1432,
+ "ayout": 1433,
+ "--------------------------------": 1434,
+ "ager": 1435,
+ "Ġcould": 1436,
+ "Ġbr": 1437,
+ "ends": 1438,
+ "ures": 1439,
+ "Ġknow": 1440,
+ "ets": 1441,
+ "ĠIf": 1442,
+ "ĠSh": 1443,
+ ".w": 1444,
+ "back": 1445,
+ "Ġser": 1446,
+ "Ġ+=": 1447,
+ "Ġfr": 1448,
+ "());Ċ": 1449,
+ "Ġhand": 1450,
+ "Ind": 1451,
+ "ULL": 1452,
+ "Im": 1453,
+ "();ĊĊ": 1454,
+ "Ġmost": 1455,
+ "Ġtry": 1456,
+ "Ġnow": 1457,
+ "rough": 1458,
+ ">čĊ": 1459,
+ "ackage": 1460,
+ "Ġhim": 1461,
+ "._": 1462,
+ "ify": 1463,
+ "Ġbreak": 1464,
+ "Ġ);Ċ": 1465,
+ "ren": 1466,
+ "#define": 1467,
+ "itt": 1468,
+ "Ġap": 1469,
+ "ĉc": 1470,
+ "(n": 1471,
+ "ĠYou": 1472,
+ ":ĊĊ": 1473,
+ "-m": 1474,
+ "Ġevery": 1475,
+ "ustom": 1476,
+ "lient": 1477,
+ "ocument": 1478,
+ "cription": 1479,
+ "Error": 1480,
+ "-b": 1481,
+ "о": 1482,
+ "][": 1483,
+ "99": 1484,
+ "trans": 1485,
+ "Ġpoint": 1486,
+ "Ġstd": 1487,
+ "Ġfil": 1488,
+ "Time": 1489,
+ "80": 1490,
+ "Ġmod": 1491,
+ "Ġ->": 1492,
+ "Ġerror": 1493,
+ "ah": 1494,
+ "Ġtext": 1495,
+ "roller": 1496,
+ "lose": 1497,
+ "ql": 1498,
+ "Ġpol": 1499,
+ ">": 1500,
+ "Ġshow": 1501,
+ "User": 1502,
+ "ased": 1503,
+ "Ġ{ĊĊ": 1504,
+ "Ġfind": 1505,
+ "а": 1506,
+ "ED": 1507,
+ "span": 1508,
+ "enu": 1509,
+ "Ġcurrent": 1510,
+ "Ġused": 1511,
+ "cept": 1512,
+ "clud": 1513,
+ "Ġplay": 1514,
+ "Ġlog": 1515,
+ "ution": 1516,
+ "fl": 1517,
+ "Ġsee": 1518,
+ "indows": 1519,
+ "Ġhelp": 1520,
+ "Ġthese": 1521,
+ "Ġpass": 1522,
+ "Ġdown": 1523,
+ "Ġeven": 1524,
+ "ason": 1525,
+ "uild": 1526,
+ "from": 1527,
+ "(d": 1528,
+ "Ġbl": 1529,
+ "label": 1530,
+ "else": 1531,
+ "е": 1532,
+ "Ġ(!": 1533,
+ "ized": 1534,
+ "(),": 1535,
+ "Ġob": 1536,
+ "Ġitem": 1537,
+ "ump": 1538,
+ "UR": 1539,
+ "orn": 1540,
+ "Ġdon": 1541,
+ "Se": 1542,
+ "man": 1543,
+ "27": 1544,
+ "ample": 1545,
+ "tn": 1546,
+ "================": 1547,
+ "He": 1548,
+ "gram": 1549,
+ "Ġdid": 1550,
+ "wn": 1551,
+ "_h": 1552,
+ "iver": 1553,
+ "Ġsm": 1554,
+ "Ġthrough": 1555,
+ "ĠAn": 1556,
+ "che": 1557,
+ "Ġinv": 1558,
+ "ouse": 1559,
+ "Ġes": 1560,
+ "ĠNew": 1561,
+ "export": 1562,
+ "mary": 1563,
+ "uto": 1564,
+ "ler": 1565,
+ "Ġlast": 1566,
+ "Ġevent": 1567,
+ "try": 1568,
+ "ï¼": 1569,
+ "ily": 1570,
+ "igned": 1571,
+ "ines": 1572,
+ "ollow": 1573,
+ "icense": 1574,
+ "sole": 1575,
+ "lear": 1576,
+ "(int": 1577,
+ "Ġagain": 1578,
+ "Ġhigh": 1579,
+ "html": 1580,
+ "Index": 1581,
+ "uthor": 1582,
+ "Ġ/**Ċ": 1583,
+ "Ġline": 1584,
+ "Event": 1585,
+ "_D": 1586,
+ "Ġdoes": 1587,
+ "itial": 1588,
+ "Ġcr": 1589,
+ "ars": 1590,
+ "28": 1591,
+ "Ġtem": 1592,
+ "cause": 1593,
+ "face": 1594,
+ "Ġ`": 1595,
+ "_A": 1596,
+ "Button": 1597,
+ "ature": 1598,
+ "ected": 1599,
+ "ES": 1600,
+ "ister": 1601,
+ "ĉĊ": 1602,
+ "Ġbefore": 1603,
+ "ale": 1604,
+ "other": 1605,
+ "Ġbecause": 1606,
+ "roid": 1607,
+ "Ġed": 1608,
+ "ik": 1609,
+ "reg": 1610,
+ "ĠDe": 1611,
+ "Ġdist": 1612,
+ "},Ċ": 1613,
+ "Ġstate": 1614,
+ "Ġcons": 1615,
+ "rint": 1616,
+ "att": 1617,
+ "Ġhere": 1618,
+ "ined": 1619,
+ "Ġfinal": 1620,
+ "Ġ\"\"": 1621,
+ "Key": 1622,
+ "LO": 1623,
+ "Ġdel": 1624,
+ "pty": 1625,
+ "thing": 1626,
+ "26": 1627,
+ "ĠAnd": 1628,
+ "Ġrun": 1629,
+ "ĠX": 1630,
+ "ym": 1631,
+ ".app": 1632,
+ "Ġvery": 1633,
+ "ces": 1634,
+ "_N": 1635,
+ "ared": 1636,
+ "ward": 1637,
+ "list": 1638,
+ "ited": 1639,
+ "olog": 1640,
+ "itch": 1641,
+ "Box": 1642,
+ "ife": 1643,
+ "33": 1644,
+ "Ġac": 1645,
+ "Ġmodel": 1646,
+ "Ġmon": 1647,
+ "Ġway": 1648,
+ "lete": 1649,
+ "Ġcall": 1650,
+ "Ġatt": 1651,
+ "Ġcal": 1652,
+ "vert": 1653,
+ "Ġdec": 1654,
+ "lease": 1655,
+ "oun": 1656,
+ "Ġ});Ċ": 1657,
+ "fr": 1658,
+ "formation": 1659,
+ "etail": 1660,
+ "Ġnum": 1661,
+ "aj": 1662,
+ "query": 1663,
+ "Ġwell": 1664,
+ "Ġobject": 1665,
+ "ĠAs": 1666,
+ "Ġyears": 1667,
+ "Color": 1668,
+ "IS": 1669,
+ "Ġdefault": 1670,
+ "Wh": 1671,
+ "Ġins": 1672,
+ "aint": 1673,
+ "Ġjava": 1674,
+ "Ġsim": 1675,
+ "ĠAr": 1676,
+ "mon": 1677,
+ "til": 1678,
+ "();čĊ": 1679,
+ "):": 1680,
+ "Set": 1681,
+ "29": 1682,
+ "atter": 1683,
+ "Ġview": 1684,
+ "Ġpres": 1685,
+ "array": 1686,
+ "We": 1687,
+ "At": 1688,
+ "Ġbel": 1689,
+ "Ġmany": 1690,
+ "21": 1691,
+ "Man": 1692,
+ "ender": 1693,
+ "Ġbeing": 1694,
+ "Ġgood": 1695,
+ "ĉĉĉĉĉĉ": 1696,
+ "ational": 1697,
+ "ware": 1698,
+ ".log": 1699,
+ "{čĊ": 1700,
+ "Ġusing": 1701,
+ "_B": 1702,
+ "Ġ:=": 1703,
+ "_w": 1704,
+ "ists": 1705,
+ "lish": 1706,
+ "Ġstud": 1707,
+ "ĠAl": 1708,
+ "Ġgu": 1709,
+ "config": 1710,
+ "uring": 1711,
+ "time": 1712,
+ "oken": 1713,
+ "amespace": 1714,
+ "Ġrequest": 1715,
+ "Ġchild": 1716,
+ "ĠÃ": 1717,
+ "lob": 1718,
+ "Ġparam": 1719,
+ "Ġ}čĊ": 1720,
+ "01": 1721,
+ "Ġecho": 1722,
+ "function": 1723,
+ "********************************": 1724,
+ "ps": 1725,
+ "Element": 1726,
+ "alk": 1727,
+ "lication": 1728,
+ "by": 1729,
+ "Size": 1730,
+ "rawing": 1731,
+ "Ġperson": 1732,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1733,
+ "\\n": 1734,
+ "object": 1735,
+ "ince": 1736,
+ "En": 1737,
+ "File": 1738,
+ "uf": 1739,
+ "ffect": 1740,
+ "AC": 1741,
+ "Ġstyle": 1742,
+ "summary": 1743,
+ "Ġque": 1744,
+ "_r": 1745,
+ "Ġ($": 1746,
+ "Model": 1747,
+ "ident": 1748,
+ "Ġmethod": 1749,
+ "IL": 1750,
+ "ott": 1751,
+ "less": 1752,
+ "ING": 1753,
+ "Ġ()": 1754,
+ "Ġexpect": 1755,
+ "ync": 1756,
+ "package": 1757,
+ "35": 1758,
+ "urs": 1759,
+ "Ġprot": 1760,
+ "./": 1761,
+ "pre": 1762,
+ "Ġ)Ċ": 1763,
+ "ma": 1764,
+ "Ġsur": 1765,
+ "Ġfound": 1766,
+ "Info": 1767,
+ "par": 1768,
+ "imes": 1769,
+ ".e": 1770,
+ "ains": 1771,
+ "Ġpost": 1772,
+ "-d": 1773,
+ "45": 1774,
+ "olean": 1775,
+ "Ġsl": 1776,
+ "PE": 1777,
+ "Ġsuch": 1778,
+ "select": 1779,
+ "ainer": 1780,
+ "Ġthink": 1781,
+ "Ġdiffer": 1782,
+ ".r": 1783,
+ "/**Ċ": 1784,
+ "FF": 1785,
+ "ool": 1786,
+ "plate": 1787,
+ "qual": 1788,
+ "ĠFor": 1789,
+ "Ġmuch": 1790,
+ "uc": 1791,
+ "(new": 1792,
+ "odule": 1793,
+ "Ġsom": 1794,
+ "Ġhttp": 1795,
+ "ĠList": 1796,
+ "Ġcount": 1797,
+ "Ġinst": 1798,
+ "char": 1799,
+ "mit": 1800,
+ ".id": 1801,
+ "aking": 1802,
+ "Ġgener": 1803,
+ "px": 1804,
+ "vice": 1805,
+ "37": 1806,
+ "_data": 1807,
+ "ĠNULL": 1808,
+ "}čĊ": 1809,
+ "idd": 1810,
+ "ãĢĤ": 1811,
+ "Ġmed": 1812,
+ "org": 1813,
+ "ider": 1814,
+ "ache": 1815,
+ "work": 1816,
+ "Ġcheck": 1817,
+ "ween": 1818,
+ "Ġ((": 1819,
+ "the": 1820,
+ "ants": 1821,
+ "><": 1822,
+ ".B": 1823,
+ "-c": 1824,
+ "Ġopen": 1825,
+ "Ġest": 1826,
+ "ĠĠĠĠĠĠĠĠĊ": 1827,
+ "Ġnext": 1828,
+ "IM": 1829,
+ "ÑĤ": 1830,
+ "OT": 1831,
+ "ó": 1832,
+ "Ġfollow": 1833,
+ "content": 1834,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠ": 1835,
+ "Ġinclud": 1836,
+ "HE": 1837,
+ "ĠRes": 1838,
+ "Ġhref": 1839,
+ "и": 1840,
+ "Ġcar": 1841,
+ "ypes": 1842,
+ "image": 1843,
+ "Un": 1844,
+ "Ġbool": 1845,
+ "AD": 1846,
+ "Ġgame": 1847,
+ ".Form": 1848,
+ "rows": 1849,
+ "*/": 1850,
+ "velop": 1851,
+ ".Drawing": 1852,
+ "Ġpath": 1853,
+ "ision": 1854,
+ "Ġeach": 1855,
+ "ĠPl": 1856,
+ "_type": 1857,
+ "Path": 1858,
+ "nection": 1859,
+ "Ġav": 1860,
+ "').": 1861,
+ "Ġsupport": 1862,
+ "ENT": 1863,
+ "rem": 1864,
+ "\").": 1865,
+ "Ġown": 1866,
+ "Ġcor": 1867,
+ "count": 1868,
+ "miss": 1869,
+ "ually": 1870,
+ "Ġmem": 1871,
+ "std": 1872,
+ "ience": 1873,
+ "search": 1874,
+ "\"ĊĊ": 1875,
+ "Form": 1876,
+ "Ġsex": 1877,
+ "ename": 1878,
+ "Ġsign": 1879,
+ "Ġet": 1880,
+ "ĠĠĠĠĠĠĠĠĠĠ": 1881,
+ "','": 1882,
+ "ĠApp": 1883,
+ "Ġthose": 1884,
+ "off": 1885,
+ "Ġerr": 1886,
+ "Ġsystem": 1887,
+ "Ġbest": 1888,
+ "code": 1889,
+ "Ġsame": 1890,
+ "Ġdi": 1891,
+ "uss": 1892,
+ "Ġcreate": 1893,
+ "ather": 1894,
+ "Array": 1895,
+ ".in": 1896,
+ "fe": 1897,
+ "Service": 1898,
+ "UN": 1899,
+ "ats": 1900,
+ "ĠZ": 1901,
+ "alth": 1902,
+ "Ġmade": 1903,
+ "true": 1904,
+ "AB": 1905,
+ "Ġmark": 1906,
+ "rid": 1907,
+ "ified": 1908,
+ ",čĊ": 1909,
+ "yn": 1910,
+ "press": 1911,
+ "Ġgroup": 1912,
+ "Ġfin": 1913,
+ "ĠLicense": 1914,
+ "Field": 1915,
+ "eger": 1916,
+ "Ġworld": 1917,
+ "iness": 1918,
+ "ty": 1919,
+ "Ġprocess": 1920,
+ "(b": 1921,
+ "Ġcre": 1922,
+ "arn": 1923,
+ "ives": 1924,
+ "Ġmain": 1925,
+ "ideo": 1926,
+ "36": 1927,
+ "_g": 1928,
+ "AG": 1929,
+ "valid": 1930,
+ "img": 1931,
+ "PI": 1932,
+ "Ġcolor": 1933,
+ "Ġreport": 1934,
+ "Ġtake": 1935,
+ "rib": 1936,
+ "OM": 1937,
+ "Ġday": 1938,
+ "Request": 1939,
+ "Ġsk": 1940,
+ "bers": 1941,
+ "ĉs": 1942,
+ ".Add": 1943,
+ "oot": 1944,
+ "Image": 1945,
+ "Ġcomple": 1946,
+ "ollection": 1947,
+ "Ġtop": 1948,
+ "Ġfree": 1949,
+ "AS": 1950,
+ "De": 1951,
+ "ĠOn": 1952,
+ "IG": 1953,
+ "90": 1954,
+ "eta": 1955,
+ "Date": 1956,
+ "Ġaction": 1957,
+ "34": 1958,
+ "Over": 1959,
+ "itor": 1960,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1961,
+ "not": 1962,
+ "Ġindex": 1963,
+ "her": 1964,
+ "icon": 1965,
+ "On": 1966,
+ ";čĊčĊ": 1967,
+ "ivity": 1968,
+ "mand": 1969,
+ ".Windows": 1970,
+ "OL": 1971,
+ "Ġreal": 1972,
+ "Ġmax": 1973,
+ "land": 1974,
+ "....": 1975,
+ "raph": 1976,
+ "Ġbuild": 1977,
+ "leg": 1978,
+ "assword": 1979,
+ "?ĊĊ": 1980,
+ "âĢ¦": 1981,
+ "ook": 1982,
+ "uck": 1983,
+ "Ġmessage": 1984,
+ "test": 1985,
+ "ivers": 1986,
+ "38": 1987,
+ "Ġinput": 1988,
+ "Ġart": 1989,
+ "Ġbetween": 1990,
+ "Get": 1991,
+ "enter": 1992,
+ "ground": 1993,
+ "ene": 1994,
+ "á": 1995,
+ ".length": 1996,
+ "Node": 1997,
+ "(i": 1998,
+ "Class": 1999,
+ "for": 2000,
+ "ĠâĢĶ": 2001,
+ "ten": 2002,
+ "oin": 2003,
+ "Ġke": 2004,
+ "ui": 2005,
+ "ĠIN": 2006,
+ "Ġtable": 2007,
+ "sub": 2008,
+ "ĠLe": 2009,
+ "Ġhead": 2010,
+ "Ġmust": 2011,
+ "////////////////": 2012,
+ ".util": 2013,
+ "Context": 2014,
+ "Ġorder": 2015,
+ "Ġmov": 2016,
+ "over": 2017,
+ "Ġcontin": 2018,
+ "Ġsay": 2019,
+ "static": 2020,
+ ".Text": 2021,
+ "ĠclassName": 2022,
+ "pany": 2023,
+ "Ġter": 2024,
+ "head": 2025,
+ "rg": 2026,
+ "Ġproduct": 2027,
+ "This": 2028,
+ ".âĢĿ": 2029,
+ "ĠBut": 2030,
+ "70": 2031,
+ "loy": 2032,
+ "Ġdouble": 2033,
+ "sg": 2034,
+ "Ġplace": 2035,
+ ".x": 2036,
+ "message": 2037,
+ "Ġinformation": 2038,
+ "private": 2039,
+ "Ġoper": 2040,
+ "ced": 2041,
+ "db": 2042,
+ "\">": 2043,
+ "Param": 2044,
+ "icle": 2045,
+ "Ġweek": 2046,
+ "Ġprop": 2047,
+ "table": 2048,
+ "idget": 2049,
+ "place": 2050,
+ "Prop": 2051,
+ "ĠAll": 2052,
+ "els": 2053,
+ "box": 2054,
+ ".ĊĊĊĊ": 2055,
+ ".R": 2056,
+ "ĠTo": 2057,
+ "iter": 2058,
+ "Sh": 2059,
+ "uration": 2060,
+ "older": 2061,
+ "_list": 2062,
+ "come": 2063,
+ "Ġsw": 2064,
+ "ization": 2065,
+ "ĉfor": 2066,
+ "bl": 2067,
+ "Ġprogram": 2068,
+ "(e": 2069,
+ "ape": 2070,
+ "check": 2071,
+ ".Forms": 2072,
+ "Ġund": 2073,
+ "ategory": 2074,
+ "75": 2075,
+ "ags": 2076,
+ "Ġresponse": 2077,
+ "US": 2078,
+ "request": 2079,
+ "Ġstruct": 2080,
+ "escription": 2081,
+ "Ġcode": 2082,
+ "_H": 2083,
+ "uffer": 2084,
+ "Ġwithout": 2085,
+ "lobal": 2086,
+ "Manager": 2087,
+ "ilter": 2088,
+ "PO": 2089,
+ "ĉthis": 2090,
+ "option": 2091,
+ "Ġsol": 2092,
+ "Ġ===": 2093,
+ "akes": 2094,
+ "Controller": 2095,
+ "44": 2096,
+ "Message": 2097,
+ "Ġref": 2098,
+ "ever": 2099,
+ "ĠSo": 2100,
+ "aining": 2101,
+ ".append": 2102,
+ "Ġstill": 2103,
+ "Ġprovid": 2104,
+ "Ġassert": 2105,
+ "med": 2106,
+ "Ġcap": 2107,
+ "usiness": 2108,
+ "Ġrep": 2109,
+ "tings": 2110,
+ "ved": 2111,
+ ".N": 2112,
+ "api": 2113,
+ "OD": 2114,
+ "Ġfield": 2115,
+ "iven": 2116,
+ "oto": 2117,
+ "âĢľ": 2118,
+ "col": 2119,
+ "(x": 2120,
+ "ght": 2121,
+ "Result": 2122,
+ "Code": 2123,
+ ".is": 2124,
+ "link": 2125,
+ "Ġcour": 2126,
+ "An": 2127,
+ "Ġteam": 2128,
+ "ĉint": 2129,
+ "ift": 2130,
+ "55": 2131,
+ "Ġsecond": 2132,
+ "Ġgoing": 2133,
+ "Ġrange": 2134,
+ "_E": 2135,
+ "ness": 2136,
+ "39": 2137,
+ "Ġfam": 2138,
+ "Ġnil": 2139,
+ "ĠCont": 2140,
+ "ailable": 2141,
+ "utes": 2142,
+ "atab": 2143,
+ "Ġfact": 2144,
+ "Ġvis": 2145,
+ "(&": 2146,
+ "ĠAN": 2147,
+ "31": 2148,
+ "Al": 2149,
+ "title": 2150,
+ "Ġandroid": 2151,
+ "CE": 2152,
+ "\\\"": 2153,
+ "irt": 2154,
+ "Ġwrit": 2155,
+ "н": 2156,
+ "ĉm": 2157,
+ "ftware": 2158,
+ "ond": 2159,
+ "Ġret": 2160,
+ "osition": 2161,
+ "Ġhome": 2162,
+ "Ġleft": 2163,
+ "args": 2164,
+ "meric": 2165,
+ "48": 2166,
+ "Ġdirect": 2167,
+ "oci": 2168,
+ "Pl": 2169,
+ "As": 2170,
+ "ret": 2171,
+ "ado": 2172,
+ "Of": 2173,
+ "chn": 2174,
+ "ĠGet": 2175,
+ "ee": 2176,
+ "ross": 2177,
+ "();": 2178,
+ "____": 2179,
+ ".ph": 2180,
+ "It": 2181,
+ "oute": 2182,
+ "Ġexper": 2183,
+ "chool": 2184,
+ "www": 2185,
+ "},": 2186,
+ "Ġallow": 2187,
+ "ĠÂ": 2188,
+ "())": 2189,
+ "size": 2190,
+ "ism": 2191,
+ "ai": 2192,
+ "tract": 2193,
+ "ane": 2194,
+ "...ĊĊ": 2195,
+ "context": 2196,
+ "Ġbeg": 2197,
+ "CH": 2198,
+ "Ġpage": 2199,
+ "hip": 2200,
+ "no": 2201,
+ "core": 2202,
+ "sp": 2203,
+ "Ġdifferent": 2204,
+ "iable": 2205,
+ "ĠMe": 2206,
+ "_IN": 2207,
+ "button": 2208,
+ "ĠIs": 2209,
+ "ervices": 2210,
+ "Ġca": 2211,
+ "Ġaround": 2212,
+ "App": 2213,
+ "ration": 2214,
+ "Ġrece": 2215,
+ "Ġreally": 2216,
+ "Ġimage": 2217,
+ "Ġtarget": 2218,
+ "Ġdep": 2219,
+ "opyright": 2220,
+ "tra": 2221,
+ "ingle": 2222,
+ "ital": 2223,
+ "Layout": 2224,
+ "Ġboth": 2225,
+ "Override": 2226,
+ "arm": 2227,
+ "=>": 2228,
+ "aterial": 2229,
+ "iled": 2230,
+ "Ġput": 2231,
+ "Qu": 2232,
+ "ÑĢ": 2233,
+ "ung": 2234,
+ "map": 2235,
+ "ĉĉĉĉĉĉĉĉ": 2236,
+ "Ġlevel": 2237,
+ "Component": 2238,
+ "book": 2239,
+ "creen": 2240,
+ "_RE": 2241,
+ "Ġconfig": 2242,
+ "ãģ": 2243,
+ "Or": 2244,
+ ".data": 2245,
+ "Ġdocument": 2246,
+ "\",\"": 2247,
+ "tribute": 2248,
+ "ux": 2249,
+ "Log": 2250,
+ "ference": 2251,
+ "post": 2252,
+ "_e": 2253,
+ "Ġlocal": 2254,
+ "andom": 2255,
+ "assert": 2256,
+ "Val": 2257,
+ "lected": 2258,
+ "ina": 2259,
+ "atabase": 2260,
+ "Add": 2261,
+ "Ġcontent": 2262,
+ ".print": 2263,
+ "signed": 2264,
+ "ric": 2265,
+ ".\"ĊĊ": 2266,
+ "Ġfa": 2267,
+ "!ĊĊ": 2268,
+ "-f": 2269,
+ "ived": 2270,
+ "Ġquest": 2271,
+ ".ex": 2272,
+ "Ġfloat": 2273,
+ "Ġdevelop": 2274,
+ "оÐ": 2275,
+ "Map": 2276,
+ "ading": 2277,
+ "Ġposs": 2278,
+ "UE": 2279,
+ "namespace": 2280,
+ "_O": 2281,
+ "ĉb": 2282,
+ ".Get": 2283,
+ ">(": 2284,
+ "json": 2285,
+ "etails": 2286,
+ "66": 2287,
+ "Ġtoo": 2288,
+ "Ġextends": 2289,
+ "ĠNone": 2290,
+ "Ġfore": 2291,
+ "(String": 2292,
+ "format": 2293,
+ "Ġgreat": 2294,
+ "inter": 2295,
+ "cale": 2296,
+ "Ñģ": 2297,
+ "ron": 2298,
+ "iving": 2299,
+ "Ent": 2300,
+ "ency": 2301,
+ "xt": 2302,
+ "oy": 2303,
+ "05": 2304,
+ "Ġmonth": 2305,
+ "Ġhapp": 2306,
+ "Ġsuper": 2307,
+ "bar": 2308,
+ "default": 2309,
+ "_de": 2310,
+ "ords": 2311,
+ "ln": 2312,
+ "({Ċ": 2313,
+ "ĠInd": 2314,
+ "ases": 2315,
+ "Ġtitle": 2316,
+ "Ġcontext": 2317,
+ "08": 2318,
+ "oh": 2319,
+ "-p": 2320,
+ "Em": 2321,
+ "Ġmet": 2322,
+ "Test": 2323,
+ "Ġlife": 2324,
+ "_v": 2325,
+ "ĠUS": 2326,
+ "UI": 2327,
+ "ocation": 2328,
+ "md": 2329,
+ "Ġ[Ċ": 2330,
+ "Ġ]": 2331,
+ "sw": 2332,
+ "Ġincre": 2333,
+ "script": 2334,
+ "ential": 2335,
+ "ways": 2336,
+ ".de": 2337,
+ "Ġsrc": 2338,
+ "Ġcatch": 2339,
+ "ĠAmeric": 2340,
+ "//Ċ": 2341,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2342,
+ "Ġpay": 2343,
+ "plit": 2344,
+ "âĢĶ": 2345,
+ "Ġcoun": 2346,
+ "obj": 2347,
+ ".php": 2348,
+ "Ġchange": 2349,
+ "ething": 2350,
+ "'re": 2351,
+ "aster": 2352,
+ "los": 2353,
+ "lation": 2354,
+ "ĠĠĊ": 2355,
+ "Le": 2356,
+ "ä": 2357,
+ "({": 2358,
+ "ready": 2359,
+ "ĠNo": 2360,
+ "Ġposition": 2361,
+ "Ġold": 2362,
+ "Ġbook": 2363,
+ "abled": 2364,
+ "bug": 2365,
+ "202": 2366,
+ "Hand": 2367,
+ "};ĊĊ": 2368,
+ "isplay": 2369,
+ "aving": 2370,
+ "04": 2371,
+ "Ġgover": 2372,
+ "Ġversion": 2373,
+ "System": 2374,
+ "nect": 2375,
+ "response": 2376,
+ "Style": 2377,
+ "Up": 2378,
+ "angu": 2379,
+ "Ġthree": 2380,
+ "init": 2381,
+ "ero": 2382,
+ "Ġlaw": 2383,
+ "endif": 2384,
+ "Ġbase": 2385,
+ "email": 2386,
+ "(l": 2387,
+ "_V": 2388,
+ "Ġconf": 2389,
+ "ATE": 2390,
+ "Ġduring": 2391,
+ "tes": 2392,
+ "Ġconsole": 2393,
+ "ĠPr": 2394,
+ "Ġspe": 2395,
+ "ves": 2396,
+ "65": 2397,
+ "path": 2398,
+ "ialog": 2399,
+ "dition": 2400,
+ "_to": 2401,
+ "ards": 2402,
+ "Ġagainst": 2403,
+ "etwork": 2404,
+ "ĠPh": 2405,
+ "_L": 2406,
+ "cur": 2407,
+ "imit": 2408,
+ "With": 2409,
+ "Ġpower": 2410,
+ "ium": 2411,
+ "';ĊĊ": 2412,
+ "Ġwom": 2413,
+ "left": 2414,
+ "ources": 2415,
+ "atri": 2416,
+ "ĠIm": 2417,
+ "ĠMan": 2418,
+ "orth": 2419,
+ "${": 2420,
+ "88": 2421,
+ "quals": 2422,
+ "ese": 2423,
+ "_size": 2424,
+ "Ġiss": 2425,
+ "otal": 2426,
+ "-g": 2427,
+ "ique": 2428,
+ "rame": 2429,
+ "Ġwidth": 2430,
+ "erg": 2431,
+ ")(": 2432,
+ "ittle": 2433,
+ "TR": 2434,
+ "ĠThey": 2435,
+ "ences": 2436,
+ "02": 2437,
+ "rl": 2438,
+ "ons": 2439,
+ "Ġlabel": 2440,
+ ".y": 2441,
+ "-t": 2442,
+ "update": 2443,
+ "anel": 2444,
+ "sc": 2445,
+ ".to": 2446,
+ "Ġproject": 2447,
+ "ü": 2448,
+ "Ġelement": 2449,
+ "Ġsuccess": 2450,
+ "ĉĉĊ": 2451,
+ ".sh": 2452,
+ "ram": 2453,
+ "ched": 2454,
+ "())Ċ": 2455,
+ "Ġ(Ċ": 2456,
+ "Ġdate": 2457,
+ "Ġtot": 2458,
+ "_ST": 2459,
+ "All": 2460,
+ "ification": 2461,
+ "ĉvar": 2462,
+ "Ġtri": 2463,
+ "chem": 2464,
+ "my": 2465,
+ "Ġbig": 2466,
+ "ĠAd": 2467,
+ "ĠAt": 2468,
+ "ots": 2469,
+ "num": 2470,
+ "Act": 2471,
+ "Ġmap": 2472,
+ "era": 2473,
+ "cope": 2474,
+ ".$": 2475,
+ ",âĢĿ": 2476,
+ "Ġpop": 2477,
+ "Ġfew": 2478,
+ "Ġlen": 2479,
+ "uid": 2480,
+ "eters": 2481,
+ "ules": 2482,
+ "ÃŃ": 2483,
+ "source": 2484,
+ "https": 2485,
+ "Ġdem": 2486,
+ "Ġear": 2487,
+ "################": 2488,
+ "Ġmatch": 2489,
+ "ories": 2490,
+ "49": 2491,
+ "aces": 2492,
+ "ĠCl": 2493,
+ "Ġnode": 2494,
+ "78": 2495,
+ "irc": 2496,
+ "local": 2497,
+ "unity": 2498,
+ "};Ċ": 2499,
+ "Ġanother": 2500,
+ "<<": 2501,
+ "ogle": 2502,
+ "Ġsit": 2503,
+ "ework": 2504,
+ "TE": 2505,
+ ".I": 2506,
+ "NS": 2507,
+ "ology": 2508,
+ "ought": 2509,
+ ".Cont": 2510,
+ ">>": 2511,
+ "Ġcare": 2512,
+ "state": 2513,
+ "ĉprivate": 2514,
+ "Ġeffect": 2515,
+ "++)": 2516,
+ "_file": 2517,
+ "ending": 2518,
+ "Line": 2519,
+ "For": 2520,
+ "ior": 2521,
+ "ĠSc": 2522,
+ "Ġfun": 2523,
+ ".Size": 2524,
+ "ĉelse": 2525,
+ "])": 2526,
+ "start": 2527,
+ "vious": 2528,
+ "Ġ},": 2529,
+ "ours": 2530,
+ "Ġleg": 2531,
+ "Ġservice": 2532,
+ "Ġsince": 2533,
+ "iron": 2534,
+ "Label": 2535,
+ "Ġnon": 2536,
+ "Ġlos": 2537,
+ "iction": 2538,
+ "Ġfull": 2539,
+ "acter": 2540,
+ "board": 2541,
+ "gress": 2542,
+ "Ġturn": 2543,
+ "ither": 2544,
+ "09": 2545,
+ ".size": 2546,
+ "Ġbody": 2547,
+ "resh": 2548,
+ "eturn": 2549,
+ "199": 2550,
+ "(_": 2551,
+ "yles": 2552,
+ "ormal": 2553,
+ "pi": 2554,
+ "Ġsomething": 2555,
+ "!--": 2556,
+ "uint": 2557,
+ "Ġprodu": 2558,
+ "Ġstand": 2559,
+ "Ġproble": 2560,
+ "Ġavailable": 2561,
+ "mt": 2562,
+ "ĠBl": 2563,
+ "Ġ...": 2564,
+ "Ġblock": 2565,
+ "Input": 2566,
+ "Ġkeep": 2567,
+ "Count": 2568,
+ "open": 2569,
+ "Ġ['": 2570,
+ "Ġthrow": 2571,
+ "uilder": 2572,
+ "Action": 2573,
+ "Ġthings": 2574,
+ "True": 2575,
+ "Ġurl": 2576,
+ "ĠBo": 2577,
+ "printf": 2578,
+ "Ġred": 2579,
+ "js": 2580,
+ ".create": 2581,
+ "ĠOr": 2582,
+ "Status": 2583,
+ "Instance": 2584,
+ "Ġcontrol": 2585,
+ "Ġcome": 2586,
+ "Ġcustom": 2587,
+ "location": 2588,
+ "07": 2589,
+ "model": 2590,
+ "ĠčĊ": 2591,
+ "Ġsource": 2592,
+ "Ġeas": 2593,
+ ".out": 2594,
+ "]ĊĊ": 2595,
+ "oney": 2596,
+ "Ġawait": 2597,
+ "Ġpartic": 2598,
+ "AP": 2599,
+ "ublish": 2600,
+ "odes": 2601,
+ "_pro": 2602,
+ "ply": 2603,
+ "riter": 2604,
+ "Ġprov": 2605,
+ "Ġmill": 2606,
+ "HT": 2607,
+ "])Ċ": 2608,
+ "Ġchang": 2609,
+ "Ġask": 2610,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2611,
+ "Ġoutput": 2612,
+ "Ġemail": 2613,
+ "68": 2614,
+ ".push": 2615,
+ "Ġ}čĊčĊ": 2616,
+ "ination": 2617,
+ "47": 2618,
+ "atrix": 2619,
+ "Table": 2620,
+ "uccess": 2621,
+ "]);Ċ": 2622,
+ "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2623,
+ "Ġdisc": 2624,
+ "([": 2625,
+ "Ġbusiness": 2626,
+ "height": 2627,
+ ".html": 2628,
+ "ta": 2629,
+ "field": 2630,
+ "Ġrequired": 2631,
+ "_R": 2632,
+ "Ġgovern": 2633,
+ "}čĊčĊ": 2634,
+ "lex": 2635,
+ "500": 2636,
+ ".,": 2637,
+ "ĠSet": 2638,
+ "urch": 2639,
+ "///": 2640,
+ "ts": 2641,
+ "af": 2642,
+ "Ġmight": 2643,
+ "istory": 2644,
+ "Str": 2645,
+ "Ġnever": 2646,
+ "Response": 2647,
+ "arse": 2648,
+ "ada": 2649,
+ "ĠHow": 2650,
+ "Ġ*)": 2651,
+ "Ġ;": 2652,
+ "Ġhard": 2653,
+ "Ad": 2654,
+ "Ġintern": 2655,
+ "used": 2656,
+ "(data": 2657,
+ "mod": 2658,
+ "annel": 2659,
+ "Ġnp": 2660,
+ "ugg": 2661,
+ "Ġ/>Ċ": 2662,
+ "Ġcalled": 2663,
+ "body": 2664,
+ "Ġcho": 2665,
+ "(r": 2666,
+ "_set": 2667,
+ "ird": 2668,
+ "Ġ>=": 2669,
+ "Ġ};Ċ": 2670,
+ "Ġoptions": 2671,
+ "ĠGener": 2672,
+ "Ġheight": 2673,
+ "Point": 2674,
+ "You": 2675,
+ "ety": 2676,
+ "Click": 2677,
+ "Ġsmall": 2678,
+ "Ġide": 2679,
+ "Ġaccess": 2680,
+ "anguage": 2681,
+ "Ġprotected": 2682,
+ "Ġjob": 2683,
+ "ĠThere": 2684,
+ "Def": 2685,
+ "Ġaddress": 2686,
+ "Ġuint": 2687,
+ "Not": 2688,
+ "oo": 2689,
+ "aps": 2690,
+ "