Commit
·
e234d89
1
Parent(s):
11c9f8d
Ming-Lite-Omni-1.5 initialization
Browse files- .gitattributes +4 -0
- config.json +357 -0
- connector/config.json +28 -0
- connector/generation_config.json +14 -0
- connector/model-00001-of-00002.safetensors +3 -0
- connector/model-00002-of-00002.safetensors +3 -0
- connector/model.safetensors.index.json +345 -0
- generation_config.json +4 -0
- mlp/config.json +11 -0
- mlp/model.safetensors +3 -0
- model-00001-of-00008.safetensors +3 -0
- model-00002-of-00008.safetensors +3 -0
- model-00003-of-00008.safetensors +3 -0
- model-00004-of-00008.safetensors +3 -0
- model-00005-of-00008.safetensors +3 -0
- model-00006-of-00008.safetensors +3 -0
- model-00007-of-00008.safetensors +3 -0
- model-00008-of-00008.safetensors +3 -0
- model.safetensors.index.json +0 -0
- scheduler/scheduler_config.json +6 -0
- talker/LICENSE +202 -0
- talker/README.md +110 -0
- talker/added_tokens.json +36 -0
- talker/audio_detokenizer.yaml +96 -0
- talker/campplus.onnx +3 -0
- talker/config.json +27 -0
- talker/configuration.json +1 -0
- talker/flow.pt +3 -0
- talker/generation_config.json +14 -0
- talker/hift.pt +3 -0
- talker/merges.txt +0 -0
- talker/s3_bpe/char_mapping.txt +5862 -0
- talker/s3_bpe/tokenizer.json +0 -0
- talker/special_tokens_map.json +31 -0
- talker/speech_tokenizer_v1.onnx +3 -0
- talker/tokenizer.json +3 -0
- talker/tokenizer_config.json +303 -0
- talker/vocab.json +0 -0
- transformer/config.json +33 -0
- transformer/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
- vae/config.json +38 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
talker/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
|
| 39 |
+
|
config.json
ADDED
|
@@ -0,0 +1,357 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BailingMMNativeForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"audio_config": {
|
| 6 |
+
"_name_or_path": "",
|
| 7 |
+
"add_cross_attention": false,
|
| 8 |
+
"architectures": null,
|
| 9 |
+
"bad_words_ids": null,
|
| 10 |
+
"begin_suppress_tokens": null,
|
| 11 |
+
"bos_token_id": null,
|
| 12 |
+
"chunk_size_feed_forward": 0,
|
| 13 |
+
"cross_attention_hidden_size": null,
|
| 14 |
+
"decoder_start_token_id": null,
|
| 15 |
+
"diversity_penalty": 0.0,
|
| 16 |
+
"do_sample": false,
|
| 17 |
+
"ds_kernel_size": 3,
|
| 18 |
+
"ds_stride": 2,
|
| 19 |
+
"early_stopping": false,
|
| 20 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 21 |
+
"eos_token_id": null,
|
| 22 |
+
"exponential_decay_length_penalty": null,
|
| 23 |
+
"finetuning_task": null,
|
| 24 |
+
"forced_bos_token_id": null,
|
| 25 |
+
"forced_eos_token_id": null,
|
| 26 |
+
"id2label": {
|
| 27 |
+
"0": "LABEL_0",
|
| 28 |
+
"1": "LABEL_1"
|
| 29 |
+
},
|
| 30 |
+
"is_decoder": false,
|
| 31 |
+
"is_encoder_decoder": false,
|
| 32 |
+
"label2id": {
|
| 33 |
+
"LABEL_0": 0,
|
| 34 |
+
"LABEL_1": 1
|
| 35 |
+
},
|
| 36 |
+
"length_penalty": 1.0,
|
| 37 |
+
"max_length": 20,
|
| 38 |
+
"min_length": 0,
|
| 39 |
+
"model_type": "",
|
| 40 |
+
"no_repeat_ngram_size": 0,
|
| 41 |
+
"norm_query_embeds": true,
|
| 42 |
+
"num_beam_groups": 1,
|
| 43 |
+
"num_beams": 1,
|
| 44 |
+
"num_return_sequences": 1,
|
| 45 |
+
"output_attentions": false,
|
| 46 |
+
"output_hidden_states": false,
|
| 47 |
+
"output_scores": false,
|
| 48 |
+
"pad_token_id": null,
|
| 49 |
+
"prefix": null,
|
| 50 |
+
"problem_type": null,
|
| 51 |
+
"pruned_heads": {},
|
| 52 |
+
"remove_invalid_values": false,
|
| 53 |
+
"repetition_penalty": 1.0,
|
| 54 |
+
"return_dict": true,
|
| 55 |
+
"return_dict_in_generate": false,
|
| 56 |
+
"sep_token_id": null,
|
| 57 |
+
"suppress_tokens": null,
|
| 58 |
+
"task_specific_params": null,
|
| 59 |
+
"temperature": 1.0,
|
| 60 |
+
"tf_legacy_loss": false,
|
| 61 |
+
"tie_encoder_decoder": false,
|
| 62 |
+
"tie_word_embeddings": true,
|
| 63 |
+
"tokenizer_class": null,
|
| 64 |
+
"top_k": 50,
|
| 65 |
+
"top_p": 1.0,
|
| 66 |
+
"torch_dtype": null,
|
| 67 |
+
"torchscript": false,
|
| 68 |
+
"typical_p": 1.0,
|
| 69 |
+
"use_bfloat16": false,
|
| 70 |
+
"whisper_encoder_config": {
|
| 71 |
+
"n_ctx": 15000,
|
| 72 |
+
"n_head": 20,
|
| 73 |
+
"n_layer": 32,
|
| 74 |
+
"n_mels": 128,
|
| 75 |
+
"n_state": 1280
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
"auto_map": {
|
| 79 |
+
"AutoConfig": "configuration_bailingmm.BailingMMConfig"
|
| 80 |
+
},
|
| 81 |
+
"llm_config": {
|
| 82 |
+
"_attn_implementation_autoset": true,
|
| 83 |
+
"_name_or_path": "",
|
| 84 |
+
"add_cross_attention": false,
|
| 85 |
+
"architectures": [
|
| 86 |
+
"BailingMoeForCausalLM"
|
| 87 |
+
],
|
| 88 |
+
"attention_dropout": 0.0,
|
| 89 |
+
"auto_map": {
|
| 90 |
+
"AutoConfig": "configuration_bailing_moe.BailingMoeConfig",
|
| 91 |
+
"AutoModel": "modeling_bailing_moe.BailingMoeModel",
|
| 92 |
+
"AutoModelForCausalLM": "modeling_bailing_moe.BailingMoeForCausalLM",
|
| 93 |
+
"AutoModelForTokenClassification": "modeling_bailing_moe.BailingMoeForTokenClassification"
|
| 94 |
+
},
|
| 95 |
+
"bad_words_ids": null,
|
| 96 |
+
"begin_suppress_tokens": null,
|
| 97 |
+
"bos_token_id": null,
|
| 98 |
+
"chunk_size_feed_forward": 0,
|
| 99 |
+
"cross_attention_hidden_size": null,
|
| 100 |
+
"decoder_start_token_id": null,
|
| 101 |
+
"diversity_penalty": 0.0,
|
| 102 |
+
"do_sample": false,
|
| 103 |
+
"early_stopping": false,
|
| 104 |
+
"embedding_dropout": 0.0,
|
| 105 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 106 |
+
"eos_token_id": 126081,
|
| 107 |
+
"exponential_decay_length_penalty": null,
|
| 108 |
+
"finetuning_task": null,
|
| 109 |
+
"first_k_dense_replace": 0,
|
| 110 |
+
"forced_bos_token_id": null,
|
| 111 |
+
"forced_eos_token_id": null,
|
| 112 |
+
"head_dim": 128,
|
| 113 |
+
"hidden_act": "silu",
|
| 114 |
+
"hidden_size": 2048,
|
| 115 |
+
"id2label": {
|
| 116 |
+
"0": "LABEL_0",
|
| 117 |
+
"1": "LABEL_1"
|
| 118 |
+
},
|
| 119 |
+
"image_patch_token": 126346,
|
| 120 |
+
"image_start_token": 126347,
|
| 121 |
+
"initializer_range": 0.006,
|
| 122 |
+
"intermediate_size": 5632,
|
| 123 |
+
"is_decoder": false,
|
| 124 |
+
"is_encoder_decoder": false,
|
| 125 |
+
"label2id": {
|
| 126 |
+
"LABEL_0": 0,
|
| 127 |
+
"LABEL_1": 1
|
| 128 |
+
},
|
| 129 |
+
"length_penalty": 1.0,
|
| 130 |
+
"max_length": 20,
|
| 131 |
+
"max_position_embeddings": 32768,
|
| 132 |
+
"max_window_layers": 28,
|
| 133 |
+
"min_length": 0,
|
| 134 |
+
"model_type": "bailing_moe",
|
| 135 |
+
"moe_intermediate_size": 1408,
|
| 136 |
+
"multi_gate": true,
|
| 137 |
+
"no_repeat_ngram_size": 0,
|
| 138 |
+
"norm_head": false,
|
| 139 |
+
"norm_softmax": false,
|
| 140 |
+
"norm_topk_prob": true,
|
| 141 |
+
"num_attention_heads": 16,
|
| 142 |
+
"num_beam_groups": 1,
|
| 143 |
+
"num_beams": 1,
|
| 144 |
+
"num_experts": 64,
|
| 145 |
+
"num_experts_per_tok": 6,
|
| 146 |
+
"num_hidden_layers": 28,
|
| 147 |
+
"num_key_value_heads": 4,
|
| 148 |
+
"num_return_sequences": 1,
|
| 149 |
+
"num_shared_experts": 2,
|
| 150 |
+
"output_attentions": false,
|
| 151 |
+
"output_dropout": 0.0,
|
| 152 |
+
"output_hidden_states": false,
|
| 153 |
+
"output_router_logits": false,
|
| 154 |
+
"output_scores": false,
|
| 155 |
+
"pad_token_id": 126081,
|
| 156 |
+
"prefix": null,
|
| 157 |
+
"pretraining_tp": 1,
|
| 158 |
+
"problem_type": null,
|
| 159 |
+
"pruned_heads": {},
|
| 160 |
+
"remove_invalid_values": false,
|
| 161 |
+
"repetition_penalty": 1.0,
|
| 162 |
+
"return_dict": true,
|
| 163 |
+
"return_dict_in_generate": false,
|
| 164 |
+
"rms_norm_eps": 1e-05,
|
| 165 |
+
"rope_scaling": {
|
| 166 |
+
"factor": null,
|
| 167 |
+
"type": "3D"
|
| 168 |
+
},
|
| 169 |
+
"rope_theta": 600000,
|
| 170 |
+
"sep_token_id": null,
|
| 171 |
+
"sliding_window": 4096,
|
| 172 |
+
"suppress_tokens": null,
|
| 173 |
+
"task_specific_params": null,
|
| 174 |
+
"temperature": 1.0,
|
| 175 |
+
"tf_legacy_loss": false,
|
| 176 |
+
"tie_encoder_decoder": false,
|
| 177 |
+
"tie_word_embeddings": false,
|
| 178 |
+
"tokenizer_class": null,
|
| 179 |
+
"top_k": 50,
|
| 180 |
+
"top_p": 1.0,
|
| 181 |
+
"torch_dtype": "bfloat16",
|
| 182 |
+
"torchscript": false,
|
| 183 |
+
"typical_p": 1.0,
|
| 184 |
+
"use_bfloat16": false,
|
| 185 |
+
"use_bias": false,
|
| 186 |
+
"use_cache": true,
|
| 187 |
+
"use_qkv_bias": false,
|
| 188 |
+
"use_sliding_window": false,
|
| 189 |
+
"video_start_token": 126349,
|
| 190 |
+
"vocab_size": 126464
|
| 191 |
+
},
|
| 192 |
+
"mlp_depth": 2,
|
| 193 |
+
"model_type": "bailingmm",
|
| 194 |
+
"talker_config": {
|
| 195 |
+
"add_cross_attention": false,
|
| 196 |
+
"architectures": null,
|
| 197 |
+
"audio_vocab_size": 32768,
|
| 198 |
+
"bad_words_ids": null,
|
| 199 |
+
"begin_suppress_tokens": null,
|
| 200 |
+
"bos_token_id": null,
|
| 201 |
+
"chunk_size_feed_forward": 0,
|
| 202 |
+
"cross_attention_hidden_size": null,
|
| 203 |
+
"decoder_start_token_id": null,
|
| 204 |
+
"diversity_penalty": 0.0,
|
| 205 |
+
"do_sample": false,
|
| 206 |
+
"early_stopping": false,
|
| 207 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 208 |
+
"eos_token_id": null,
|
| 209 |
+
"exponential_decay_length_penalty": null,
|
| 210 |
+
"finetuning_task": null,
|
| 211 |
+
"forced_bos_token_id": null,
|
| 212 |
+
"forced_eos_token_id": null,
|
| 213 |
+
"id2label": {
|
| 214 |
+
"0": "LABEL_0",
|
| 215 |
+
"1": "LABEL_1"
|
| 216 |
+
},
|
| 217 |
+
"is_decoder": false,
|
| 218 |
+
"is_encoder_decoder": false,
|
| 219 |
+
"label2id": {
|
| 220 |
+
"LABEL_0": 0,
|
| 221 |
+
"LABEL_1": 1
|
| 222 |
+
},
|
| 223 |
+
"length_penalty": 1.0,
|
| 224 |
+
"max_length": 20,
|
| 225 |
+
"min_length": 0,
|
| 226 |
+
"model_type": "",
|
| 227 |
+
"no_repeat_ngram_size": 0,
|
| 228 |
+
"num_beam_groups": 1,
|
| 229 |
+
"num_beams": 1,
|
| 230 |
+
"num_return_sequences": 1,
|
| 231 |
+
"output_attentions": false,
|
| 232 |
+
"output_hidden_states": false,
|
| 233 |
+
"output_scores": false,
|
| 234 |
+
"pad_token_id": null,
|
| 235 |
+
"prefix": null,
|
| 236 |
+
"pretrained_model_path": null,
|
| 237 |
+
"problem_type": null,
|
| 238 |
+
"pruned_heads": {},
|
| 239 |
+
"qa_model_hidden_size": 2048,
|
| 240 |
+
"remove_invalid_values": false,
|
| 241 |
+
"repetition_penalty": 1.0,
|
| 242 |
+
"return_dict": true,
|
| 243 |
+
"return_dict_in_generate": false,
|
| 244 |
+
"s3bpe_tokenizer": null,
|
| 245 |
+
"sep_token_id": null,
|
| 246 |
+
"suppress_tokens": null,
|
| 247 |
+
"task_specific_params": null,
|
| 248 |
+
"temperature": 1.0,
|
| 249 |
+
"text_vocab_size": 151677,
|
| 250 |
+
"tf_legacy_loss": false,
|
| 251 |
+
"tie_encoder_decoder": false,
|
| 252 |
+
"tie_word_embeddings": false,
|
| 253 |
+
"tokenizer_class": null,
|
| 254 |
+
"top_k": 50,
|
| 255 |
+
"top_p": 1.0,
|
| 256 |
+
"torch_dtype": null,
|
| 257 |
+
"torchscript": false,
|
| 258 |
+
"typical_p": 1.0,
|
| 259 |
+
"use_bfloat16": false,
|
| 260 |
+
"vocab_size": 184445,
|
| 261 |
+
"vp_feature_size": 192,
|
| 262 |
+
"vp_kernel_size": 1,
|
| 263 |
+
"vp_stride": 1
|
| 264 |
+
},
|
| 265 |
+
"torch_dtype": "bfloat16",
|
| 266 |
+
"transformers_version": "4.45.0.dev0",
|
| 267 |
+
"vision_config": {
|
| 268 |
+
"_attn_implementation_autoset": true,
|
| 269 |
+
"_name_or_path": "",
|
| 270 |
+
"add_cross_attention": false,
|
| 271 |
+
"architectures": [
|
| 272 |
+
"Qwen2_5_VisionTransformer"
|
| 273 |
+
],
|
| 274 |
+
"auto_map": {
|
| 275 |
+
"AutoConfig": "configuration_qwen2_5_vit.Qwen2_5_VLVisionConfig",
|
| 276 |
+
"AutoModel": "qwen2_5_vit.Qwen2_5_VisionTransformer"
|
| 277 |
+
},
|
| 278 |
+
"bad_words_ids": null,
|
| 279 |
+
"begin_suppress_tokens": null,
|
| 280 |
+
"bos_token_id": null,
|
| 281 |
+
"chunk_size_feed_forward": 0,
|
| 282 |
+
"cross_attention_hidden_size": null,
|
| 283 |
+
"decoder_start_token_id": null,
|
| 284 |
+
"depth": 32,
|
| 285 |
+
"diversity_penalty": 0.0,
|
| 286 |
+
"do_sample": false,
|
| 287 |
+
"early_stopping": false,
|
| 288 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 289 |
+
"eos_token_id": null,
|
| 290 |
+
"exponential_decay_length_penalty": null,
|
| 291 |
+
"finetuning_task": null,
|
| 292 |
+
"forced_bos_token_id": null,
|
| 293 |
+
"forced_eos_token_id": null,
|
| 294 |
+
"fullatt_block_indexes": [
|
| 295 |
+
7,
|
| 296 |
+
15,
|
| 297 |
+
23,
|
| 298 |
+
31
|
| 299 |
+
],
|
| 300 |
+
"hidden_act": "silu",
|
| 301 |
+
"hidden_size": 1280,
|
| 302 |
+
"id2label": {
|
| 303 |
+
"0": "LABEL_0",
|
| 304 |
+
"1": "LABEL_1"
|
| 305 |
+
},
|
| 306 |
+
"in_channels": 3,
|
| 307 |
+
"in_chans": 3,
|
| 308 |
+
"intermediate_size": 3456,
|
| 309 |
+
"is_decoder": false,
|
| 310 |
+
"is_encoder_decoder": false,
|
| 311 |
+
"label2id": {
|
| 312 |
+
"LABEL_0": 0,
|
| 313 |
+
"LABEL_1": 1
|
| 314 |
+
},
|
| 315 |
+
"length_penalty": 1.0,
|
| 316 |
+
"max_length": 20,
|
| 317 |
+
"min_length": 0,
|
| 318 |
+
"model_type": "qwen2_5_vit",
|
| 319 |
+
"no_repeat_ngram_size": 0,
|
| 320 |
+
"num_beam_groups": 1,
|
| 321 |
+
"num_beams": 1,
|
| 322 |
+
"num_heads": 16,
|
| 323 |
+
"num_return_sequences": 1,
|
| 324 |
+
"out_hidden_size": 8192,
|
| 325 |
+
"output_attentions": false,
|
| 326 |
+
"output_hidden_states": false,
|
| 327 |
+
"output_scores": false,
|
| 328 |
+
"pad_token_id": null,
|
| 329 |
+
"patch_size": 14,
|
| 330 |
+
"prefix": null,
|
| 331 |
+
"problem_type": null,
|
| 332 |
+
"pruned_heads": {},
|
| 333 |
+
"remove_invalid_values": false,
|
| 334 |
+
"repetition_penalty": 1.0,
|
| 335 |
+
"return_dict": true,
|
| 336 |
+
"return_dict_in_generate": false,
|
| 337 |
+
"sep_token_id": null,
|
| 338 |
+
"spatial_merge_size": 2,
|
| 339 |
+
"spatial_patch_size": 14,
|
| 340 |
+
"suppress_tokens": null,
|
| 341 |
+
"task_specific_params": null,
|
| 342 |
+
"temperature": 1.0,
|
| 343 |
+
"temporal_patch_size": 2,
|
| 344 |
+
"tf_legacy_loss": false,
|
| 345 |
+
"tie_encoder_decoder": false,
|
| 346 |
+
"tie_word_embeddings": true,
|
| 347 |
+
"tokenizer_class": null,
|
| 348 |
+
"tokens_per_second": 2,
|
| 349 |
+
"top_k": 50,
|
| 350 |
+
"top_p": 1.0,
|
| 351 |
+
"torch_dtype": "bfloat16",
|
| 352 |
+
"torchscript": false,
|
| 353 |
+
"typical_p": 1.0,
|
| 354 |
+
"use_bfloat16": false,
|
| 355 |
+
"window_size": 112
|
| 356 |
+
}
|
| 357 |
+
}
|
connector/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 1536,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 8960,
|
| 12 |
+
"max_position_embeddings": 32768,
|
| 13 |
+
"max_window_layers": 21,
|
| 14 |
+
"model_type": "qwen2",
|
| 15 |
+
"num_attention_heads": 12,
|
| 16 |
+
"num_hidden_layers": 28,
|
| 17 |
+
"num_key_value_heads": 2,
|
| 18 |
+
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_scaling": null,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": null,
|
| 22 |
+
"tie_word_embeddings": true,
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.45.0",
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 151936
|
| 28 |
+
}
|
connector/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.1,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.45.0"
|
| 14 |
+
}
|
connector/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ced8b4fd1fbb51c31168b592670c1bef7baa4ab1e0c9b77a19bc1507bbda369
|
| 3 |
+
size 4996670464
|
connector/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f05bb947b37a6f08dc2035ffec268f968e1404aee22a0f02b04e6241151f9a14
|
| 3 |
+
size 1178224960
|
connector/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,345 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 6174857216
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 176 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 177 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 298 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 300 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 308 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 309 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 310 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 312 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 319 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 320 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 321 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 322 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 324 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 331 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 332 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 333 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 334 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 335 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 336 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 344 |
+
}
|
| 345 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.45.0.dev0"
|
| 4 |
+
}
|
mlp/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hidden_dim": 2240,
|
| 3 |
+
"mid_hidden_dim": 4480,
|
| 4 |
+
"output_dim": 32,
|
| 5 |
+
"activation": "gelu",
|
| 6 |
+
"layer_norm_eps": 1e-05,
|
| 7 |
+
"initializer_range": 0.02,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"CustomMidLayerMLPModel"
|
| 10 |
+
]
|
| 11 |
+
}
|
mlp/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da73bca66671789cbfada610fa8d5b5d3a3d8e8b3a54d1f1a987ebe6a6a3c318
|
| 3 |
+
size 229359448
|
model-00001-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce97d00b07535ebf2668fcd68200337cad4ee3834c8bd8a3e32366aaee1b24d2
|
| 3 |
+
size 4997127872
|
model-00002-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:147e7d754b6a61b5edb2a691c9cbc49fc984da487f21f6146ee0f7121579c206
|
| 3 |
+
size 4995036848
|
model-00003-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44911936224eb7e8add8425e92945f43699b08b019aa407fc51c8fd4a61bef03
|
| 3 |
+
size 4999501592
|
model-00004-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d7cbd87417bf89008716f5f1f38e1051d6b9c6e0aa98c2b29052154039431c8
|
| 3 |
+
size 4995037704
|
model-00005-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:337d76704908ba054c78aceabec283ea3f8e9e9d9efc8724ae55a450bb37a72a
|
| 3 |
+
size 4995037712
|
model-00006-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06228f48b7acf85e2460b4d38bdf9715275a6ebe8ed1eab83d97d4fbd46f9a9d
|
| 3 |
+
size 4995824376
|
model-00007-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a57111d57d04ef7dac282e43226eaa97a47326a1f4882eadff98bb7d67990dcf
|
| 3 |
+
size 4998715760
|
model-00008-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:946ee652e928c9d2b4116acca71a1609bac0bfec72d7b915aeaa1520763f5fd7
|
| 3 |
+
size 2807800584
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.29.0.dev0",
|
| 4 |
+
"num_train_timesteps": 1000,
|
| 5 |
+
"shift": 3.0
|
| 6 |
+
}
|
talker/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Apache License
|
| 3 |
+
Version 2.0, January 2004
|
| 4 |
+
http://www.apache.org/licenses/
|
| 5 |
+
|
| 6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 7 |
+
|
| 8 |
+
1. Definitions.
|
| 9 |
+
|
| 10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 12 |
+
|
| 13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 14 |
+
the copyright owner that is granting the License.
|
| 15 |
+
|
| 16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 17 |
+
other entities that control, are controlled by, or are under common
|
| 18 |
+
control with that entity. For the purposes of this definition,
|
| 19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 20 |
+
direction or management of such entity, whether by contract or
|
| 21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 23 |
+
|
| 24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 25 |
+
exercising permissions granted by this License.
|
| 26 |
+
|
| 27 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 28 |
+
including but not limited to software source code, documentation
|
| 29 |
+
source, and configuration files.
|
| 30 |
+
|
| 31 |
+
"Object" form shall mean any form resulting from mechanical
|
| 32 |
+
transformation or translation of a Source form, including but
|
| 33 |
+
not limited to compiled object code, generated documentation,
|
| 34 |
+
and conversions to other media types.
|
| 35 |
+
|
| 36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 37 |
+
Object form, made available under the License, as indicated by a
|
| 38 |
+
copyright notice that is included in or attached to the work
|
| 39 |
+
(an example is provided in the Appendix below).
|
| 40 |
+
|
| 41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 42 |
+
form, that is based on (or derived from) the Work and for which the
|
| 43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 45 |
+
of this License, Derivative Works shall not include works that remain
|
| 46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 47 |
+
the Work and Derivative Works thereof.
|
| 48 |
+
|
| 49 |
+
"Contribution" shall mean any work of authorship, including
|
| 50 |
+
the original version of the Work and any modifications or additions
|
| 51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 55 |
+
means any form of electronic, verbal, or written communication sent
|
| 56 |
+
to the Licensor or its representatives, including but not limited to
|
| 57 |
+
communication on electronic mailing lists, source code control systems,
|
| 58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 60 |
+
excluding communication that is conspicuously marked or otherwise
|
| 61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 62 |
+
|
| 63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 65 |
+
subsequently incorporated within the Work.
|
| 66 |
+
|
| 67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 72 |
+
Work and such Derivative Works in Source or Object form.
|
| 73 |
+
|
| 74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 77 |
+
(except as stated in this section) patent license to make, have made,
|
| 78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 79 |
+
where such license applies only to those patent claims licensable
|
| 80 |
+
by such Contributor that are necessarily infringed by their
|
| 81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 83 |
+
institute patent litigation against any entity (including a
|
| 84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 85 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 86 |
+
or contributory patent infringement, then any patent licenses
|
| 87 |
+
granted to You under this License for that Work shall terminate
|
| 88 |
+
as of the date such litigation is filed.
|
| 89 |
+
|
| 90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 91 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 92 |
+
modifications, and in Source or Object form, provided that You
|
| 93 |
+
meet the following conditions:
|
| 94 |
+
|
| 95 |
+
(a) You must give any other recipients of the Work or
|
| 96 |
+
Derivative Works a copy of this License; and
|
| 97 |
+
|
| 98 |
+
(b) You must cause any modified files to carry prominent notices
|
| 99 |
+
stating that You changed the files; and
|
| 100 |
+
|
| 101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 102 |
+
that You distribute, all copyright, patent, trademark, and
|
| 103 |
+
attribution notices from the Source form of the Work,
|
| 104 |
+
excluding those notices that do not pertain to any part of
|
| 105 |
+
the Derivative Works; and
|
| 106 |
+
|
| 107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 108 |
+
distribution, then any Derivative Works that You distribute must
|
| 109 |
+
include a readable copy of the attribution notices contained
|
| 110 |
+
within such NOTICE file, excluding those notices that do not
|
| 111 |
+
pertain to any part of the Derivative Works, in at least one
|
| 112 |
+
of the following places: within a NOTICE text file distributed
|
| 113 |
+
as part of the Derivative Works; within the Source form or
|
| 114 |
+
documentation, if provided along with the Derivative Works; or,
|
| 115 |
+
within a display generated by the Derivative Works, if and
|
| 116 |
+
wherever such third-party notices normally appear. The contents
|
| 117 |
+
of the NOTICE file are for informational purposes only and
|
| 118 |
+
do not modify the License. You may add Your own attribution
|
| 119 |
+
notices within Derivative Works that You distribute, alongside
|
| 120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 121 |
+
that such additional attribution notices cannot be construed
|
| 122 |
+
as modifying the License.
|
| 123 |
+
|
| 124 |
+
You may add Your own copyright statement to Your modifications and
|
| 125 |
+
may provide additional or different license terms and conditions
|
| 126 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 127 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 128 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 129 |
+
the conditions stated in this License.
|
| 130 |
+
|
| 131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 133 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 134 |
+
this License, without any additional terms or conditions.
|
| 135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 136 |
+
the terms of any separate license agreement you may have executed
|
| 137 |
+
with Licensor regarding such Contributions.
|
| 138 |
+
|
| 139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 141 |
+
except as required for reasonable and customary use in describing the
|
| 142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 143 |
+
|
| 144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 145 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 148 |
+
implied, including, without limitation, any warranties or conditions
|
| 149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 151 |
+
appropriateness of using or redistributing the Work and assume any
|
| 152 |
+
risks associated with Your exercise of permissions under this License.
|
| 153 |
+
|
| 154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 155 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 156 |
+
unless required by applicable law (such as deliberate and grossly
|
| 157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 158 |
+
liable to You for damages, including any direct, indirect, special,
|
| 159 |
+
incidental, or consequential damages of any character arising as a
|
| 160 |
+
result of this License or out of the use or inability to use the
|
| 161 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 162 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 163 |
+
other commercial damages or losses), even if such Contributor
|
| 164 |
+
has been advised of the possibility of such damages.
|
| 165 |
+
|
| 166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 169 |
+
or other liability obligations and/or rights consistent with this
|
| 170 |
+
License. However, in accepting such obligations, You may act only
|
| 171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 172 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 173 |
+
defend, and hold each Contributor harmless for any liability
|
| 174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 175 |
+
of your accepting any such warranty or additional liability.
|
| 176 |
+
|
| 177 |
+
END OF TERMS AND CONDITIONS
|
| 178 |
+
|
| 179 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 180 |
+
|
| 181 |
+
To apply the Apache License to your work, attach the following
|
| 182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 183 |
+
replaced with your own identifying information. (Don't include
|
| 184 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 185 |
+
comment syntax for the file format. We also recommend that a
|
| 186 |
+
file or class name and description of purpose be included on the
|
| 187 |
+
same "printed page" as the copyright notice for easier
|
| 188 |
+
identification within third-party archives.
|
| 189 |
+
|
| 190 |
+
Copyright 2024 Alibaba Cloud
|
| 191 |
+
|
| 192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 193 |
+
you may not use this file except in compliance with the License.
|
| 194 |
+
You may obtain a copy of the License at
|
| 195 |
+
|
| 196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 197 |
+
|
| 198 |
+
Unless required by applicable law or agreed to in writing, software
|
| 199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 201 |
+
See the License for the specific language governing permissions and
|
| 202 |
+
limitations under the License.
|
talker/README.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct/blob/main/LICENSE
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
base_model: Qwen/Qwen2.5-0.5B
|
| 8 |
+
tags:
|
| 9 |
+
- chat
|
| 10 |
+
library_name: transformers
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Qwen2.5-0.5B-Instruct
|
| 14 |
+
|
| 15 |
+
## Introduction
|
| 16 |
+
|
| 17 |
+
Qwen2.5 is the latest series of Qwen large language models. For Qwen2.5, we release a number of base language models and instruction-tuned language models ranging from 0.5 to 72 billion parameters. Qwen2.5 brings the following improvements upon Qwen2:
|
| 18 |
+
|
| 19 |
+
- Significantly **more knowledge** and has greatly improved capabilities in **coding** and **mathematics**, thanks to our specialized expert models in these domains.
|
| 20 |
+
- Significant improvements in **instruction following**, **generating long texts** (over 8K tokens), **understanding structured data** (e.g, tables), and **generating structured outputs** especially JSON. **More resilient to the diversity of system prompts**, enhancing role-play implementation and condition-setting for chatbots.
|
| 21 |
+
- **Long-context Support** up to 128K tokens and can generate up to 8K tokens.
|
| 22 |
+
- **Multilingual support** for over 29 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
| 23 |
+
|
| 24 |
+
**This repo contains the instruction-tuned 0.5B Qwen2.5 model**, which has the following features:
|
| 25 |
+
- Type: Causal Language Models
|
| 26 |
+
- Training Stage: Pretraining & Post-training
|
| 27 |
+
- Architecture: transformers with RoPE, SwiGLU, RMSNorm, Attention QKV bias and tied word embeddings
|
| 28 |
+
- Number of Parameters: 0.49B
|
| 29 |
+
- Number of Paramaters (Non-Embedding): 0.36B
|
| 30 |
+
- Number of Layers: 24
|
| 31 |
+
- Number of Attention Heads (GQA): 14 for Q and 2 for KV
|
| 32 |
+
- Context Length: Full 32,768 tokens and generation 8192 tokens
|
| 33 |
+
|
| 34 |
+
For more details, please refer to our [blog](https://qwenlm.github.io/blog/qwen2.5/), [GitHub](https://github.com/QwenLM/Qwen2.5), and [Documentation](https://qwen.readthedocs.io/en/latest/).
|
| 35 |
+
|
| 36 |
+
## Requirements
|
| 37 |
+
|
| 38 |
+
The code of Qwen2.5 has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
|
| 39 |
+
|
| 40 |
+
With `transformers<4.37.0`, you will encounter the following error:
|
| 41 |
+
```
|
| 42 |
+
KeyError: 'qwen2'
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
## Quickstart
|
| 46 |
+
|
| 47 |
+
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|
| 48 |
+
|
| 49 |
+
```python
|
| 50 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 51 |
+
|
| 52 |
+
model_name = "Qwen/Qwen2.5-0.5B-Instruct"
|
| 53 |
+
|
| 54 |
+
model = AutoModelForCausalLM.from_pretrained(
|
| 55 |
+
model_name,
|
| 56 |
+
torch_dtype="auto",
|
| 57 |
+
device_map="auto"
|
| 58 |
+
)
|
| 59 |
+
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 60 |
+
|
| 61 |
+
prompt = "Give me a short introduction to large language model."
|
| 62 |
+
messages = [
|
| 63 |
+
{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
|
| 64 |
+
{"role": "user", "content": prompt}
|
| 65 |
+
]
|
| 66 |
+
text = tokenizer.apply_chat_template(
|
| 67 |
+
messages,
|
| 68 |
+
tokenize=False,
|
| 69 |
+
add_generation_prompt=True
|
| 70 |
+
)
|
| 71 |
+
model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
|
| 72 |
+
|
| 73 |
+
generated_ids = model.generate(
|
| 74 |
+
**model_inputs,
|
| 75 |
+
max_new_tokens=512
|
| 76 |
+
)
|
| 77 |
+
generated_ids = [
|
| 78 |
+
output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
|
| 79 |
+
]
|
| 80 |
+
|
| 81 |
+
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 82 |
+
```
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
## Evaluation & Performance
|
| 86 |
+
|
| 87 |
+
Detailed evaluation results are reported in this [📑 blog](https://qwenlm.github.io/blog/qwen2.5/).
|
| 88 |
+
|
| 89 |
+
For requirements on GPU memory and the respective throughput, see results [here](https://qwen.readthedocs.io/en/latest/benchmark/speed_benchmark.html).
|
| 90 |
+
|
| 91 |
+
## Citation
|
| 92 |
+
|
| 93 |
+
If you find our work helpful, feel free to give us a cite.
|
| 94 |
+
|
| 95 |
+
```
|
| 96 |
+
@misc{qwen2.5,
|
| 97 |
+
title = {Qwen2.5: A Party of Foundation Models},
|
| 98 |
+
url = {https://qwenlm.github.io/blog/qwen2.5/},
|
| 99 |
+
author = {Qwen Team},
|
| 100 |
+
month = {September},
|
| 101 |
+
year = {2024}
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
@article{qwen2,
|
| 105 |
+
title={Qwen2 Technical Report},
|
| 106 |
+
author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
|
| 107 |
+
journal={arXiv preprint arXiv:2407.10671},
|
| 108 |
+
year={2024}
|
| 109 |
+
}
|
| 110 |
+
```
|
talker/added_tokens.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</prompt>": 151672,
|
| 3 |
+
"</thinker_prefix>": 151674,
|
| 4 |
+
"</tool_call>": 151658,
|
| 5 |
+
"</vp>": 151676,
|
| 6 |
+
"<audio_bos>": 151665,
|
| 7 |
+
"<audio_eos>": 151666,
|
| 8 |
+
"<audio_pad>": 151667,
|
| 9 |
+
"<prompt>": 151671,
|
| 10 |
+
"<text_bos>": 151668,
|
| 11 |
+
"<text_eos>": 151669,
|
| 12 |
+
"<text_pad>": 151670,
|
| 13 |
+
"<thinker_prefix>": 151673,
|
| 14 |
+
"<tool_call>": 151657,
|
| 15 |
+
"<vp>": 151675,
|
| 16 |
+
"<|box_end|>": 151649,
|
| 17 |
+
"<|box_start|>": 151648,
|
| 18 |
+
"<|endoftext|>": 151643,
|
| 19 |
+
"<|file_sep|>": 151664,
|
| 20 |
+
"<|fim_middle|>": 151660,
|
| 21 |
+
"<|fim_pad|>": 151662,
|
| 22 |
+
"<|fim_prefix|>": 151659,
|
| 23 |
+
"<|fim_suffix|>": 151661,
|
| 24 |
+
"<|im_end|>": 151645,
|
| 25 |
+
"<|im_start|>": 151644,
|
| 26 |
+
"<|image_pad|>": 151655,
|
| 27 |
+
"<|object_ref_end|>": 151647,
|
| 28 |
+
"<|object_ref_start|>": 151646,
|
| 29 |
+
"<|quad_end|>": 151651,
|
| 30 |
+
"<|quad_start|>": 151650,
|
| 31 |
+
"<|repo_name|>": 151663,
|
| 32 |
+
"<|video_pad|>": 151656,
|
| 33 |
+
"<|vision_end|>": 151653,
|
| 34 |
+
"<|vision_pad|>": 151654,
|
| 35 |
+
"<|vision_start|>": 151652
|
| 36 |
+
}
|
talker/audio_detokenizer.yaml
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# set random seed, so that you may reproduce your result.
|
| 2 |
+
__set_seed1: !apply:random.seed [1986]
|
| 3 |
+
__set_seed2: !apply:numpy.random.seed [1986]
|
| 4 |
+
__set_seed3: !apply:torch.manual_seed [1986]
|
| 5 |
+
__set_seed4: !apply:torch.cuda.manual_seed_all [1986]
|
| 6 |
+
|
| 7 |
+
# fixed params
|
| 8 |
+
sample_rate: 22050
|
| 9 |
+
text_encoder_input_size: 512
|
| 10 |
+
llm_input_size: 1024
|
| 11 |
+
llm_output_size: 1024
|
| 12 |
+
spk_embed_dim: 192
|
| 13 |
+
|
| 14 |
+
flow: !new:.audio_detokenizer.flow.flow.MaskedDiffWithXvec
|
| 15 |
+
input_size: 512
|
| 16 |
+
output_size: 80
|
| 17 |
+
spk_embed_dim: !ref <spk_embed_dim>
|
| 18 |
+
output_type: 'mel'
|
| 19 |
+
vocab_size: 4096
|
| 20 |
+
input_frame_rate: 50
|
| 21 |
+
only_mask_loss: True
|
| 22 |
+
encoder: !new:.audio_detokenizer.transformer.encoder.ConformerEncoder
|
| 23 |
+
output_size: 512
|
| 24 |
+
attention_heads: 8
|
| 25 |
+
linear_units: 2048
|
| 26 |
+
num_blocks: 6
|
| 27 |
+
dropout_rate: 0.1
|
| 28 |
+
positional_dropout_rate: 0.1
|
| 29 |
+
attention_dropout_rate: 0.1
|
| 30 |
+
normalize_before: True
|
| 31 |
+
input_layer: 'linear'
|
| 32 |
+
pos_enc_layer_type: 'rel_pos_espnet'
|
| 33 |
+
selfattention_layer_type: 'rel_selfattn'
|
| 34 |
+
input_size: 512
|
| 35 |
+
use_cnn_module: False
|
| 36 |
+
macaron_style: False
|
| 37 |
+
length_regulator: !new:.audio_detokenizer.flow.length_regulator.InterpolateRegulator
|
| 38 |
+
channels: 80
|
| 39 |
+
sampling_ratios: [1, 1, 1, 1]
|
| 40 |
+
decoder: !new:.audio_detokenizer.flow.flow_matching.ConditionalCFM
|
| 41 |
+
in_channels: 240
|
| 42 |
+
n_spks: 1
|
| 43 |
+
spk_emb_dim: 80
|
| 44 |
+
tensorrt_model_path: 'bin/ckpt_300M/estimator_fp16.plan'
|
| 45 |
+
cfm_params: !new:omegaconf.DictConfig
|
| 46 |
+
content:
|
| 47 |
+
sigma_min: 1e-06
|
| 48 |
+
solver: 'euler'
|
| 49 |
+
t_scheduler: 'cosine'
|
| 50 |
+
training_cfg_rate: 0.2
|
| 51 |
+
inference_cfg_rate: 0.7
|
| 52 |
+
reg_loss_type: 'l1'
|
| 53 |
+
estimator: !new:.audio_detokenizer.flow.decoder.ConditionalDecoder
|
| 54 |
+
in_channels: 320
|
| 55 |
+
out_channels: 80
|
| 56 |
+
channels: [256, 256]
|
| 57 |
+
dropout: 0
|
| 58 |
+
attention_head_dim: 64
|
| 59 |
+
n_blocks: 4
|
| 60 |
+
num_mid_blocks: 12
|
| 61 |
+
num_heads: 8
|
| 62 |
+
act_fn: 'gelu'
|
| 63 |
+
|
| 64 |
+
hift: !new:.audio_detokenizer.hifigan.generator.HiFTGenerator
|
| 65 |
+
in_channels: 80
|
| 66 |
+
base_channels: 512
|
| 67 |
+
nb_harmonics: 8
|
| 68 |
+
sampling_rate: !ref <sample_rate>
|
| 69 |
+
nsf_alpha: 0.1
|
| 70 |
+
nsf_sigma: 0.003
|
| 71 |
+
nsf_voiced_threshold: 10
|
| 72 |
+
upsample_rates: [8, 8]
|
| 73 |
+
upsample_kernel_sizes: [16, 16]
|
| 74 |
+
istft_params:
|
| 75 |
+
n_fft: 16
|
| 76 |
+
hop_len: 4
|
| 77 |
+
resblock_kernel_sizes: [3, 7, 11]
|
| 78 |
+
resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]]
|
| 79 |
+
source_resblock_kernel_sizes: [7, 11]
|
| 80 |
+
source_resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5]]
|
| 81 |
+
lrelu_slope: 0.1
|
| 82 |
+
audio_limit: 0.99
|
| 83 |
+
f0_predictor: !new:.audio_detokenizer.hifigan.f0_predictor.ConvRNNF0Predictor
|
| 84 |
+
num_class: 1
|
| 85 |
+
in_channels: 80
|
| 86 |
+
cond_channels: 512
|
| 87 |
+
|
| 88 |
+
feat_extractor: !name:matcha.utils.audio.mel_spectrogram
|
| 89 |
+
n_fft: 1024
|
| 90 |
+
num_mels: 80
|
| 91 |
+
sampling_rate: !ref <sample_rate>
|
| 92 |
+
hop_size: 256
|
| 93 |
+
win_size: 1024
|
| 94 |
+
fmin: 0
|
| 95 |
+
fmax: 8000
|
| 96 |
+
center: False
|
talker/campplus.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6ac6a63997761ae2997373e2ee1c47040854b4b759ea41ec48e4e42df0f4d73
|
| 3 |
+
size 28303423
|
talker/config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 896,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 4864,
|
| 12 |
+
"max_position_embeddings": 32768,
|
| 13 |
+
"max_window_layers": 21,
|
| 14 |
+
"model_type": "qwen2",
|
| 15 |
+
"num_attention_heads": 14,
|
| 16 |
+
"num_hidden_layers": 24,
|
| 17 |
+
"num_key_value_heads": 2,
|
| 18 |
+
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_theta": 1000000.0,
|
| 20 |
+
"sliding_window": 32768,
|
| 21 |
+
"tie_word_embeddings": false,
|
| 22 |
+
"torch_dtype": "bfloat16",
|
| 23 |
+
"transformers_version": "4.43.1",
|
| 24 |
+
"use_cache": false,
|
| 25 |
+
"use_sliding_window": false,
|
| 26 |
+
"vocab_size": 151936
|
| 27 |
+
}
|
talker/configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
talker/flow.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21eae78c105b5e1c6c337b04f667843377651b4bcfb2d43247ed3ad7fd0a3470
|
| 3 |
+
size 419900943
|
talker/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"pad_token_id": 151643,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
151645,
|
| 7 |
+
151643
|
| 8 |
+
],
|
| 9 |
+
"repetition_penalty": 1.1,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
+
"top_k": 20,
|
| 13 |
+
"transformers_version": "4.37.0"
|
| 14 |
+
}
|
talker/hift.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91e679b6ca1eff71187ffb4f3ab0444935594cdcc20a9bd12afad111ef8d6012
|
| 3 |
+
size 81896716
|
talker/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
talker/s3_bpe/char_mapping.txt
ADDED
|
@@ -0,0 +1,5862 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 的
|
| 2 |
+
1 是
|
| 3 |
+
2 一
|
| 4 |
+
3 不
|
| 5 |
+
4 有
|
| 6 |
+
5 了
|
| 7 |
+
6 人
|
| 8 |
+
7 在
|
| 9 |
+
8 我
|
| 10 |
+
9 个
|
| 11 |
+
10 大
|
| 12 |
+
11 为
|
| 13 |
+
12 中
|
| 14 |
+
13 以
|
| 15 |
+
14 这
|
| 16 |
+
15 学
|
| 17 |
+
16 和
|
| 18 |
+
17 要
|
| 19 |
+
18 就
|
| 20 |
+
19 上
|
| 21 |
+
20 年
|
| 22 |
+
21 你
|
| 23 |
+
22 生
|
| 24 |
+
23 可
|
| 25 |
+
24 会
|
| 26 |
+
25 时
|
| 27 |
+
26 能
|
| 28 |
+
27 用
|
| 29 |
+
28 到
|
| 30 |
+
29 国
|
| 31 |
+
30 来
|
| 32 |
+
31 么
|
| 33 |
+
32 好
|
| 34 |
+
33 后
|
| 35 |
+
34 多
|
| 36 |
+
35 他
|
| 37 |
+
36 也
|
| 38 |
+
37 自
|
| 39 |
+
38 出
|
| 40 |
+
39 作
|
| 41 |
+
40 下
|
| 42 |
+
41 对
|
| 43 |
+
42 发
|
| 44 |
+
43 都
|
| 45 |
+
44 说
|
| 46 |
+
45 家
|
| 47 |
+
46 成
|
| 48 |
+
47 子
|
| 49 |
+
48 业
|
| 50 |
+
49 过
|
| 51 |
+
50 地
|
| 52 |
+
51 于
|
| 53 |
+
52 分
|
| 54 |
+
53 没
|
| 55 |
+
54 理
|
| 56 |
+
55 还
|
| 57 |
+
56 看
|
| 58 |
+
57 行
|
| 59 |
+
58 如
|
| 60 |
+
59 得
|
| 61 |
+
60 第
|
| 62 |
+
61 方
|
| 63 |
+
62 小
|
| 64 |
+
63 现
|
| 65 |
+
64 之
|
| 66 |
+
65 很
|
| 67 |
+
66 高
|
| 68 |
+
67 工
|
| 69 |
+
68 本
|
| 70 |
+
69 们
|
| 71 |
+
70 面
|
| 72 |
+
71 天
|
| 73 |
+
72 经
|
| 74 |
+
73 心
|
| 75 |
+
74 动
|
| 76 |
+
75 开
|
| 77 |
+
76 主
|
| 78 |
+
77 公
|
| 79 |
+
78 机
|
| 80 |
+
79 最
|
| 81 |
+
80 法
|
| 82 |
+
81 而
|
| 83 |
+
82 定
|
| 84 |
+
83 实
|
| 85 |
+
84 点
|
| 86 |
+
85 里
|
| 87 |
+
86 等
|
| 88 |
+
87 所
|
| 89 |
+
88 其
|
| 90 |
+
89 去
|
| 91 |
+
90 那
|
| 92 |
+
91 体
|
| 93 |
+
92 什
|
| 94 |
+
93 事
|
| 95 |
+
94 然
|
| 96 |
+
95 想
|
| 97 |
+
96 力
|
| 98 |
+
97 与
|
| 99 |
+
98 月
|
| 100 |
+
99 文
|
| 101 |
+
100 种
|
| 102 |
+
101 同
|
| 103 |
+
102 性
|
| 104 |
+
103 长
|
| 105 |
+
104 电
|
| 106 |
+
105 日
|
| 107 |
+
106 全
|
| 108 |
+
107 前
|
| 109 |
+
108 情
|
| 110 |
+
109 道
|
| 111 |
+
110 部
|
| 112 |
+
111 三
|
| 113 |
+
112 果
|
| 114 |
+
113 合
|
| 115 |
+
114 者
|
| 116 |
+
115 己
|
| 117 |
+
116 但
|
| 118 |
+
117 进
|
| 119 |
+
118 产
|
| 120 |
+
119 样
|
| 121 |
+
120 比
|
| 122 |
+
121 间
|
| 123 |
+
122 新
|
| 124 |
+
123 内
|
| 125 |
+
124 因
|
| 126 |
+
125 手
|
| 127 |
+
126 化
|
| 128 |
+
127 当
|
| 129 |
+
128 品
|
| 130 |
+
129 重
|
| 131 |
+
130 问
|
| 132 |
+
131 意
|
| 133 |
+
132 关
|
| 134 |
+
133 加
|
| 135 |
+
134 无
|
| 136 |
+
135 度
|
| 137 |
+
136 物
|
| 138 |
+
137 水
|
| 139 |
+
138 名
|
| 140 |
+
139 着
|
| 141 |
+
140 应
|
| 142 |
+
141 些
|
| 143 |
+
142 题
|
| 144 |
+
143 知
|
| 145 |
+
144 起
|
| 146 |
+
145 只
|
| 147 |
+
146 二
|
| 148 |
+
147 系
|
| 149 |
+
148 市
|
| 150 |
+
149 外
|
| 151 |
+
150 教
|
| 152 |
+
151 通
|
| 153 |
+
152 女
|
| 154 |
+
153 做
|
| 155 |
+
154 建
|
| 156 |
+
155 量
|
| 157 |
+
156 美
|
| 158 |
+
157 制
|
| 159 |
+
158 相
|
| 160 |
+
159 十
|
| 161 |
+
160 被
|
| 162 |
+
161 设
|
| 163 |
+
162 数
|
| 164 |
+
163 明
|
| 165 |
+
164 代
|
| 166 |
+
165 或
|
| 167 |
+
166 期
|
| 168 |
+
167 感
|
| 169 |
+
168 位
|
| 170 |
+
169 常
|
| 171 |
+
170 入
|
| 172 |
+
171 次
|
| 173 |
+
172 从
|
| 174 |
+
173 科
|
| 175 |
+
174 正
|
| 176 |
+
175 特
|
| 177 |
+
176 真
|
| 178 |
+
177 她
|
| 179 |
+
178 程
|
| 180 |
+
179 管
|
| 181 |
+
180 别
|
| 182 |
+
181 平
|
| 183 |
+
182 信
|
| 184 |
+
183 及
|
| 185 |
+
184 更
|
| 186 |
+
185 安
|
| 187 |
+
186 区
|
| 188 |
+
187 话
|
| 189 |
+
188 网
|
| 190 |
+
189 计
|
| 191 |
+
190 给
|
| 192 |
+
191 考
|
| 193 |
+
192 务
|
| 194 |
+
193 身
|
| 195 |
+
194 爱
|
| 196 |
+
195 回
|
| 197 |
+
196 提
|
| 198 |
+
197 保
|
| 199 |
+
198 员
|
| 200 |
+
199 两
|
| 201 |
+
200 西
|
| 202 |
+
201 资
|
| 203 |
+
202 术
|
| 204 |
+
203 并
|
| 205 |
+
204 老
|
| 206 |
+
205 觉
|
| 207 |
+
206 表
|
| 208 |
+
207 打
|
| 209 |
+
208 基
|
| 210 |
+
209 场
|
| 211 |
+
210 解
|
| 212 |
+
211 目
|
| 213 |
+
212 利
|
| 214 |
+
213 活
|
| 215 |
+
214 件
|
| 216 |
+
215 怎
|
| 217 |
+
216 结
|
| 218 |
+
217 金
|
| 219 |
+
218 原
|
| 220 |
+
219 师
|
| 221 |
+
220 接
|
| 222 |
+
221 书
|
| 223 |
+
222 技
|
| 224 |
+
223 少
|
| 225 |
+
224 式
|
| 226 |
+
225 专
|
| 227 |
+
226 使
|
| 228 |
+
227 路
|
| 229 |
+
228 东
|
| 230 |
+
229 司
|
| 231 |
+
230 单
|
| 232 |
+
231 已
|
| 233 |
+
232 直
|
| 234 |
+
233 任
|
| 235 |
+
234 民
|
| 236 |
+
235 色
|
| 237 |
+
236 让
|
| 238 |
+
237 级
|
| 239 |
+
238 车
|
| 240 |
+
239 收
|
| 241 |
+
240 类
|
| 242 |
+
241 候
|
| 243 |
+
242 展
|
| 244 |
+
243 把
|
| 245 |
+
244 该
|
| 246 |
+
245 气
|
| 247 |
+
246 头
|
| 248 |
+
247 由
|
| 249 |
+
248 影
|
| 250 |
+
249 质
|
| 251 |
+
250 何
|
| 252 |
+
251 将
|
| 253 |
+
252 山
|
| 254 |
+
253 四
|
| 255 |
+
254 统
|
| 256 |
+
255 口
|
| 257 |
+
256 世
|
| 258 |
+
257 格
|
| 259 |
+
258 变
|
| 260 |
+
259 服
|
| 261 |
+
260 太
|
| 262 |
+
261 再
|
| 263 |
+
262 宝
|
| 264 |
+
263 海
|
| 265 |
+
264 吧
|
| 266 |
+
265 选
|
| 267 |
+
266 此
|
| 268 |
+
267 校
|
| 269 |
+
268 战
|
| 270 |
+
269 流
|
| 271 |
+
270 政
|
| 272 |
+
271 完
|
| 273 |
+
272 院
|
| 274 |
+
273 处
|
| 275 |
+
274 吗
|
| 276 |
+
275 北
|
| 277 |
+
276 友
|
| 278 |
+
277 先
|
| 279 |
+
278 各
|
| 280 |
+
279 章
|
| 281 |
+
280 求
|
| 282 |
+
281 门
|
| 283 |
+
282 价
|
| 284 |
+
283 游
|
| 285 |
+
284 总
|
| 286 |
+
285 几
|
| 287 |
+
286 线
|
| 288 |
+
287 导
|
| 289 |
+
288 男
|
| 290 |
+
289 研
|
| 291 |
+
290 型
|
| 292 |
+
291 才
|
| 293 |
+
292 每
|
| 294 |
+
293 强
|
| 295 |
+
294 放
|
| 296 |
+
295 需
|
| 297 |
+
296 又
|
| 298 |
+
297 装
|
| 299 |
+
298 白
|
| 300 |
+
299 空
|
| 301 |
+
300 立
|
| 302 |
+
301 万
|
| 303 |
+
302 元
|
| 304 |
+
303 受
|
| 305 |
+
304 见
|
| 306 |
+
305 南
|
| 307 |
+
306 节
|
| 308 |
+
307 交
|
| 309 |
+
308 风
|
| 310 |
+
309 论
|
| 311 |
+
310 至
|
| 312 |
+
311 向
|
| 313 |
+
312 喜
|
| 314 |
+
313 号
|
| 315 |
+
314 语
|
| 316 |
+
315 运
|
| 317 |
+
316 形
|
| 318 |
+
317 容
|
| 319 |
+
318 记
|
| 320 |
+
319 神
|
| 321 |
+
320 图
|
| 322 |
+
321 较
|
| 323 |
+
322 传
|
| 324 |
+
323 光
|
| 325 |
+
324 社
|
| 326 |
+
325 器
|
| 327 |
+
326 王
|
| 328 |
+
327 标
|
| 329 |
+
328 带
|
| 330 |
+
329 办
|
| 331 |
+
330 医
|
| 332 |
+
331 啊
|
| 333 |
+
332 条
|
| 334 |
+
333 吃
|
| 335 |
+
334 城
|
| 336 |
+
335 音
|
| 337 |
+
336 乐
|
| 338 |
+
337 视
|
| 339 |
+
338 认
|
| 340 |
+
339 房
|
| 341 |
+
340 组
|
| 342 |
+
341 商
|
| 343 |
+
342 欢
|
| 344 |
+
343 持
|
| 345 |
+
344 规
|
| 346 |
+
345 五
|
| 347 |
+
346 清
|
| 348 |
+
347 具
|
| 349 |
+
348 字
|
| 350 |
+
349 试
|
| 351 |
+
350 斯
|
| 352 |
+
351 花
|
| 353 |
+
352 算
|
| 354 |
+
353 界
|
| 355 |
+
354 马
|
| 356 |
+
355 指
|
| 357 |
+
356 非
|
| 358 |
+
357 演
|
| 359 |
+
358 习
|
| 360 |
+
359 省
|
| 361 |
+
360 儿
|
| 362 |
+
361 买
|
| 363 |
+
362 像
|
| 364 |
+
363 哪
|
| 365 |
+
364 育
|
| 366 |
+
365 集
|
| 367 |
+
366 达
|
| 368 |
+
367 证
|
| 369 |
+
368 军
|
| 370 |
+
369 片
|
| 371 |
+
370 反
|
| 372 |
+
371 始
|
| 373 |
+
372 联
|
| 374 |
+
373 调
|
| 375 |
+
374 米
|
| 376 |
+
375 改
|
| 377 |
+
376 病
|
| 378 |
+
377 思
|
| 379 |
+
378 据
|
| 380 |
+
379 功
|
| 381 |
+
380 备
|
| 382 |
+
381 参
|
| 383 |
+
382 注
|
| 384 |
+
383 找
|
| 385 |
+
384 版
|
| 386 |
+
385 德
|
| 387 |
+
386 尔
|
| 388 |
+
387 复
|
| 389 |
+
388 孩
|
| 390 |
+
389 且
|
| 391 |
+
390 包
|
| 392 |
+
391 英
|
| 393 |
+
392 精
|
| 394 |
+
393 请
|
| 395 |
+
394 究
|
| 396 |
+
395 难
|
| 397 |
+
396 查
|
| 398 |
+
397 台
|
| 399 |
+
398 创
|
| 400 |
+
399 造
|
| 401 |
+
400 百
|
| 402 |
+
401 存
|
| 403 |
+
402 它
|
| 404 |
+
403 克
|
| 405 |
+
404 治
|
| 406 |
+
405 广
|
| 407 |
+
406 效
|
| 408 |
+
407 项
|
| 409 |
+
408 球
|
| 410 |
+
409 费
|
| 411 |
+
410 快
|
| 412 |
+
411 准
|
| 413 |
+
412 观
|
| 414 |
+
413 历
|
| 415 |
+
414 料
|
| 416 |
+
415 队
|
| 417 |
+
416 户
|
| 418 |
+
417 推
|
| 419 |
+
418 钱
|
| 420 |
+
419 义
|
| 421 |
+
420 易
|
| 422 |
+
421 验
|
| 423 |
+
422 报
|
| 424 |
+
423 戏
|
| 425 |
+
424 取
|
| 426 |
+
425 源
|
| 427 |
+
426 优
|
| 428 |
+
427 张
|
| 429 |
+
428 首
|
| 430 |
+
429 引
|
| 431 |
+
430 玩
|
| 432 |
+
431 息
|
| 433 |
+
432 营
|
| 434 |
+
433 越
|
| 435 |
+
434 卡
|
| 436 |
+
435 决
|
| 437 |
+
436 死
|
| 438 |
+
437 配
|
| 439 |
+
438 评
|
| 440 |
+
439 转
|
| 441 |
+
440 确
|
| 442 |
+
441 称
|
| 443 |
+
442 华
|
| 444 |
+
443 士
|
| 445 |
+
444 职
|
| 446 |
+
445 议
|
| 447 |
+
446 便
|
| 448 |
+
447 食
|
| 449 |
+
448 村
|
| 450 |
+
449 走
|
| 451 |
+
450 整
|
| 452 |
+
451 投
|
| 453 |
+
452 写
|
| 454 |
+
453 共
|
| 455 |
+
454 况
|
| 456 |
+
455 边
|
| 457 |
+
456 离
|
| 458 |
+
457 识
|
| 459 |
+
458 值
|
| 460 |
+
459 近
|
| 461 |
+
460 置
|
| 462 |
+
461 星
|
| 463 |
+
462 企
|
| 464 |
+
463 支
|
| 465 |
+
464 微
|
| 466 |
+
465 团
|
| 467 |
+
466 干
|
| 468 |
+
467 言
|
| 469 |
+
468 显
|
| 470 |
+
469 热
|
| 471 |
+
470 深
|
| 472 |
+
471 养
|
| 473 |
+
472 适
|
| 474 |
+
473 眼
|
| 475 |
+
474 跟
|
| 476 |
+
475 连
|
| 477 |
+
476 根
|
| 478 |
+
477 望
|
| 479 |
+
478 拉
|
| 480 |
+
479 限
|
| 481 |
+
480 构
|
| 482 |
+
481 示
|
| 483 |
+
482 委
|
| 484 |
+
483 周
|
| 485 |
+
484 听
|
| 486 |
+
485 步
|
| 487 |
+
486 答
|
| 488 |
+
487 朋
|
| 489 |
+
488 速
|
| 490 |
+
489 环
|
| 491 |
+
490 林
|
| 492 |
+
491 命
|
| 493 |
+
492 率
|
| 494 |
+
493 必
|
| 495 |
+
494 简
|
| 496 |
+
495 读
|
| 497 |
+
496 布
|
| 498 |
+
497 即
|
| 499 |
+
498 红
|
| 500 |
+
499 修
|
| 501 |
+
500 属
|
| 502 |
+
501 画
|
| 503 |
+
502 超
|
| 504 |
+
503 低
|
| 505 |
+
504 照
|
| 506 |
+
505 素
|
| 507 |
+
506 局
|
| 508 |
+
507 增
|
| 509 |
+
508 除
|
| 510 |
+
509 站
|
| 511 |
+
510 谢
|
| 512 |
+
511 般
|
| 513 |
+
512 住
|
| 514 |
+
513 则
|
| 515 |
+
514 告
|
| 516 |
+
515 药
|
| 517 |
+
516 模
|
| 518 |
+
517 段
|
| 519 |
+
518 剧
|
| 520 |
+
519 领
|
| 521 |
+
520 火
|
| 522 |
+
521 客
|
| 523 |
+
522 护
|
| 524 |
+
523 角
|
| 525 |
+
524 消
|
| 526 |
+
525 获
|
| 527 |
+
526 歌
|
| 528 |
+
527 州
|
| 529 |
+
528 权
|
| 530 |
+
529 态
|
| 531 |
+
530 象
|
| 532 |
+
531 赛
|
| 533 |
+
532 河
|
| 534 |
+
533 供
|
| 535 |
+
534 声
|
| 536 |
+
535 错
|
| 537 |
+
536 江
|
| 538 |
+
537 艺
|
| 539 |
+
538 今
|
| 540 |
+
539 际
|
| 541 |
+
540 亲
|
| 542 |
+
541 助
|
| 543 |
+
542 初
|
| 544 |
+
543 呢
|
| 545 |
+
544 维
|
| 546 |
+
545 农
|
| 547 |
+
546 黑
|
| 548 |
+
547 境
|
| 549 |
+
548 哈
|
| 550 |
+
549 案
|
| 551 |
+
550 县
|
| 552 |
+
551 帮
|
| 553 |
+
552 济
|
| 554 |
+
553 击
|
| 555 |
+
554 失
|
| 556 |
+
555 血
|
| 557 |
+
556 划
|
| 558 |
+
557 列
|
| 559 |
+
558 满
|
| 560 |
+
559 史
|
| 561 |
+
560 积
|
| 562 |
+
561 景
|
| 563 |
+
562 排
|
| 564 |
+
563 古
|
| 565 |
+
564 约
|
| 566 |
+
565 远
|
| 567 |
+
566 石
|
| 568 |
+
567 未
|
| 569 |
+
568 极
|
| 570 |
+
569 母
|
| 571 |
+
570 足
|
| 572 |
+
571 细
|
| 573 |
+
572 妈
|
| 574 |
+
573 六
|
| 575 |
+
574 故
|
| 576 |
+
575 防
|
| 577 |
+
576 词
|
| 578 |
+
577 亚
|
| 579 |
+
578 响
|
| 580 |
+
579 状
|
| 581 |
+
580 京
|
| 582 |
+
581 断
|
| 583 |
+
582 八
|
| 584 |
+
583 择
|
| 585 |
+
584 换
|
| 586 |
+
585 室
|
| 587 |
+
586 差
|
| 588 |
+
587 续
|
| 589 |
+
588 阳
|
| 590 |
+
589 脑
|
| 591 |
+
590 龙
|
| 592 |
+
591 众
|
| 593 |
+
592 许
|
| 594 |
+
593 却
|
| 595 |
+
594 责
|
| 596 |
+
595 测
|
| 597 |
+
596 双
|
| 598 |
+
597 款
|
| 599 |
+
598 青
|
| 600 |
+
599 随
|
| 601 |
+
600 控
|
| 602 |
+
601 普
|
| 603 |
+
602 按
|
| 604 |
+
603 牌
|
| 605 |
+
604 往
|
| 606 |
+
605 编
|
| 607 |
+
606 油
|
| 608 |
+
607 压
|
| 609 |
+
608 早
|
| 610 |
+
609 致
|
| 611 |
+
610 藏
|
| 612 |
+
611 武
|
| 613 |
+
612 底
|
| 614 |
+
613 黄
|
| 615 |
+
614 范
|
| 616 |
+
615 施
|
| 617 |
+
616 够
|
| 618 |
+
617 材
|
| 619 |
+
618 半
|
| 620 |
+
619 轻
|
| 621 |
+
620 切
|
| 622 |
+
621 温
|
| 623 |
+
622 飞
|
| 624 |
+
623 千
|
| 625 |
+
624 录
|
| 626 |
+
625 升
|
| 627 |
+
626 曲
|
| 628 |
+
627 土
|
| 629 |
+
628 采
|
| 630 |
+
629 班
|
| 631 |
+
630 课
|
| 632 |
+
631 奖
|
| 633 |
+
632 族
|
| 634 |
+
633 终
|
| 635 |
+
634 销
|
| 636 |
+
635 罗
|
| 637 |
+
636 介
|
| 638 |
+
637 负
|
| 639 |
+
638 希
|
| 640 |
+
639 检
|
| 641 |
+
640 皮
|
| 642 |
+
641 伤
|
| 643 |
+
642 待
|
| 644 |
+
643 店
|
| 645 |
+
644 板
|
| 646 |
+
645 独
|
| 647 |
+
646 毕
|
| 648 |
+
647 七
|
| 649 |
+
648 粉
|
| 650 |
+
649 害
|
| 651 |
+
650 软
|
| 652 |
+
651 留
|
| 653 |
+
652 园
|
| 654 |
+
653 例
|
| 655 |
+
654 念
|
| 656 |
+
655 险
|
| 657 |
+
656 香
|
| 658 |
+
657 否
|
| 659 |
+
658 层
|
| 660 |
+
659 府
|
| 661 |
+
660 载
|
| 662 |
+
661 依
|
| 663 |
+
662 讲
|
| 664 |
+
663 围
|
| 665 |
+
664 疗
|
| 666 |
+
665 博
|
| 667 |
+
666 志
|
| 668 |
+
667 绝
|
| 669 |
+
668 协
|
| 670 |
+
669 官
|
| 671 |
+
670 酒
|
| 672 |
+
671 拿
|
| 673 |
+
672 织
|
| 674 |
+
673 争
|
| 675 |
+
674 刚
|
| 676 |
+
675 律
|
| 677 |
+
676 右
|
| 678 |
+
677 镇
|
| 679 |
+
678 群
|
| 680 |
+
679 杀
|
| 681 |
+
680 充
|
| 682 |
+
681 父
|
| 683 |
+
682 岁
|
| 684 |
+
683 左
|
| 685 |
+
684 云
|
| 686 |
+
685 汉
|
| 687 |
+
686 份
|
| 688 |
+
687 落
|
| 689 |
+
688 谁
|
| 690 |
+
689 另
|
| 691 |
+
690 健
|
| 692 |
+
691 福
|
| 693 |
+
692 叫
|
| 694 |
+
693 副
|
| 695 |
+
694 婚
|
| 696 |
+
695 兴
|
| 697 |
+
696 承
|
| 698 |
+
697 奇
|
| 699 |
+
698 阿
|
| 700 |
+
699 票
|
| 701 |
+
700 李
|
| 702 |
+
701 句
|
| 703 |
+
702 练
|
| 704 |
+
703 频
|
| 705 |
+
704 盘
|
| 706 |
+
705 乎
|
| 707 |
+
706 突
|
| 708 |
+
707 核
|
| 709 |
+
708 九
|
| 710 |
+
709 富
|
| 711 |
+
710 补
|
| 712 |
+
711 纪
|
| 713 |
+
712 木
|
| 714 |
+
713 晚
|
| 715 |
+
714 均
|
| 716 |
+
715 势
|
| 717 |
+
716 密
|
| 718 |
+
717 居
|
| 719 |
+
718 党
|
| 720 |
+
719 概
|
| 721 |
+
720 曾
|
| 722 |
+
721 预
|
| 723 |
+
722 免
|
| 724 |
+
723 卫
|
| 725 |
+
724 味
|
| 726 |
+
725 智
|
| 727 |
+
726 送
|
| 728 |
+
727 域
|
| 729 |
+
728 仅
|
| 730 |
+
729 虽
|
| 731 |
+
730 楼
|
| 732 |
+
731 背
|
| 733 |
+
732 巴
|
| 734 |
+
733 析
|
| 735 |
+
734 监
|
| 736 |
+
735 尽
|
| 737 |
+
736 财
|
| 738 |
+
737 康
|
| 739 |
+
738 慢
|
| 740 |
+
739 假
|
| 741 |
+
740 夫
|
| 742 |
+
741 破
|
| 743 |
+
742 笑
|
| 744 |
+
743 灵
|
| 745 |
+
744 善
|
| 746 |
+
745 输
|
| 747 |
+
746 追
|
| 748 |
+
747 异
|
| 749 |
+
748 兰
|
| 750 |
+
749 培
|
| 751 |
+
750 序
|
| 752 |
+
751 毒
|
| 753 |
+
752 久
|
| 754 |
+
753 秀
|
| 755 |
+
754 怀
|
| 756 |
+
755 益
|
| 757 |
+
756 止
|
| 758 |
+
757 佛
|
| 759 |
+
758 奶
|
| 760 |
+
759 梦
|
| 761 |
+
760 春
|
| 762 |
+
761 肉
|
| 763 |
+
762 波
|
| 764 |
+
763 印
|
| 765 |
+
764 络
|
| 766 |
+
765 套
|
| 767 |
+
766 码
|
| 768 |
+
767 遇
|
| 769 |
+
768 铁
|
| 770 |
+
769 训
|
| 771 |
+
770 严
|
| 772 |
+
771 银
|
| 773 |
+
772 播
|
| 774 |
+
773 菜
|
| 775 |
+
774 减
|
| 776 |
+
775 策
|
| 777 |
+
776 诉
|
| 778 |
+
777 含
|
| 779 |
+
778 似
|
| 780 |
+
779 某
|
| 781 |
+
780 吸
|
| 782 |
+
781 愿
|
| 783 |
+
782 担
|
| 784 |
+
783 括
|
| 785 |
+
784 吉
|
| 786 |
+
785 货
|
| 787 |
+
786 纳
|
| 788 |
+
787 卖
|
| 789 |
+
788 互
|
| 790 |
+
789 售
|
| 791 |
+
790 举
|
| 792 |
+
791 激
|
| 793 |
+
792 短
|
| 794 |
+
793 您
|
| 795 |
+
794 良
|
| 796 |
+
795 块
|
| 797 |
+
796 降
|
| 798 |
+
797 余
|
| 799 |
+
798 购
|
| 800 |
+
799 述
|
| 801 |
+
800 略
|
| 802 |
+
801 鱼
|
| 803 |
+
802 须
|
| 804 |
+
803 哥
|
| 805 |
+
804 乡
|
| 806 |
+
805 射
|
| 807 |
+
806 操
|
| 808 |
+
807 移
|
| 809 |
+
808 夜
|
| 810 |
+
809 攻
|
| 811 |
+
810 毛
|
| 812 |
+
811 础
|
| 813 |
+
812 穿
|
| 814 |
+
813 典
|
| 815 |
+
814 拍
|
| 816 |
+
815 怕
|
| 817 |
+
816 湖
|
| 818 |
+
817 批
|
| 819 |
+
818 掉
|
| 820 |
+
819 笔
|
| 821 |
+
820 坚
|
| 822 |
+
821 冷
|
| 823 |
+
822 衣
|
| 824 |
+
823 继
|
| 825 |
+
824 苏
|
| 826 |
+
825 刻
|
| 827 |
+
826 孕
|
| 828 |
+
827 贵
|
| 829 |
+
828 靠
|
| 830 |
+
829 唱
|
| 831 |
+
830 季
|
| 832 |
+
831 招
|
| 833 |
+
832 股
|
| 834 |
+
833 丝
|
| 835 |
+
834 航
|
| 836 |
+
835 牛
|
| 837 |
+
836 急
|
| 838 |
+
837 洗
|
| 839 |
+
838 斗
|
| 840 |
+
839 饰
|
| 841 |
+
840 旅
|
| 842 |
+
841 钟
|
| 843 |
+
842 著
|
| 844 |
+
843 端
|
| 845 |
+
844 兵
|
| 846 |
+
845 令
|
| 847 |
+
846 朝
|
| 848 |
+
847 索
|
| 849 |
+
848 松
|
| 850 |
+
849 尼
|
| 851 |
+
850 键
|
| 852 |
+
851 痛
|
| 853 |
+
852 叶
|
| 854 |
+
853 弹
|
| 855 |
+
854 顺
|
| 856 |
+
855 审
|
| 857 |
+
856 苦
|
| 858 |
+
857 占
|
| 859 |
+
858 睡
|
| 860 |
+
859 硬
|
| 861 |
+
860 魔
|
| 862 |
+
861 执
|
| 863 |
+
862 甚
|
| 864 |
+
863 冲
|
| 865 |
+
864 筑
|
| 866 |
+
865 登
|
| 867 |
+
866 草
|
| 868 |
+
867 鸡
|
| 869 |
+
868 饭
|
| 870 |
+
869 姐
|
| 871 |
+
870 付
|
| 872 |
+
871 跑
|
| 873 |
+
872 享
|
| 874 |
+
873 丽
|
| 875 |
+
874 库
|
| 876 |
+
875 临
|
| 877 |
+
876 甲
|
| 878 |
+
877 退
|
| 879 |
+
878 座
|
| 880 |
+
879 恋
|
| 881 |
+
880 脸
|
| 882 |
+
881 抗
|
| 883 |
+
882 永
|
| 884 |
+
883 缺
|
| 885 |
+
884 察
|
| 886 |
+
885 谈
|
| 887 |
+
886 征
|
| 888 |
+
887 坐
|
| 889 |
+
888 诗
|
| 890 |
+
889 爸
|
| 891 |
+
890 竟
|
| 892 |
+
891 融
|
| 893 |
+
892 亮
|
| 894 |
+
893 彩
|
| 895 |
+
894 荐
|
| 896 |
+
895 辑
|
| 897 |
+
896 紧
|
| 898 |
+
897 帝
|
| 899 |
+
898 蛋
|
| 900 |
+
899 架
|
| 901 |
+
900 馆
|
| 902 |
+
901 弟
|
| 903 |
+
902 静
|
| 904 |
+
903 税
|
| 905 |
+
904 树
|
| 906 |
+
905 症
|
| 907 |
+
906 酸
|
| 908 |
+
907 狗
|
| 909 |
+
908 镜
|
| 910 |
+
909 佳
|
| 911 |
+
910 杂
|
| 912 |
+
911 虑
|
| 913 |
+
912 拥
|
| 914 |
+
913 篇
|
| 915 |
+
914 奥
|
| 916 |
+
915 欧
|
| 917 |
+
916 托
|
| 918 |
+
917 额
|
| 919 |
+
918 田
|
| 920 |
+
919 雷
|
| 921 |
+
920 综
|
| 922 |
+
921 礼
|
| 923 |
+
922 陈
|
| 924 |
+
923 熟
|
| 925 |
+
924 洲
|
| 926 |
+
925 庭
|
| 927 |
+
926 厂
|
| 928 |
+
927 刘
|
| 929 |
+
928 喝
|
| 930 |
+
929 距
|
| 931 |
+
930 夏
|
| 932 |
+
931 肯
|
| 933 |
+
932 册
|
| 934 |
+
933 若
|
| 935 |
+
934 舞
|
| 936 |
+
935 纯
|
| 937 |
+
936 劳
|
| 938 |
+
937 附
|
| 939 |
+
938 液
|
| 940 |
+
939 革
|
| 941 |
+
940 停
|
| 942 |
+
941 申
|
| 943 |
+
942 绿
|
| 944 |
+
943 恶
|
| 945 |
+
944 胜
|
| 946 |
+
945 玉
|
| 947 |
+
946 骨
|
| 948 |
+
947 倒
|
| 949 |
+
948 植
|
| 950 |
+
949 床
|
| 951 |
+
950 威
|
| 952 |
+
951 丰
|
| 953 |
+
952 皇
|
| 954 |
+
953 宫
|
| 955 |
+
954 派
|
| 956 |
+
955 荣
|
| 957 |
+
956 翻
|
| 958 |
+
957 懂
|
| 959 |
+
958 努
|
| 960 |
+
959 散
|
| 961 |
+
960 沙
|
| 962 |
+
961 岛
|
| 963 |
+
962 趣
|
| 964 |
+
963 授
|
| 965 |
+
964 肤
|
| 966 |
+
965 摄
|
| 967 |
+
966 宣
|
| 968 |
+
967 稳
|
| 969 |
+
968 坏
|
| 970 |
+
969 顾
|
| 971 |
+
970 固
|
| 972 |
+
971 届
|
| 973 |
+
972 宗
|
| 974 |
+
973 释
|
| 975 |
+
974 染
|
| 976 |
+
975 妹
|
| 977 |
+
976 野
|
| 978 |
+
977 救
|
| 979 |
+
978 牙
|
| 980 |
+
979 守
|
| 981 |
+
980 警
|
| 982 |
+
981 雄
|
| 983 |
+
982 圈
|
| 984 |
+
983 港
|
| 985 |
+
984 宁
|
| 986 |
+
985 封
|
| 987 |
+
986 幸
|
| 988 |
+
987 顶
|
| 989 |
+
988 肥
|
| 990 |
+
989 茶
|
| 991 |
+
990 阶
|
| 992 |
+
991 刷
|
| 993 |
+
992 堂
|
| 994 |
+
993 绍
|
| 995 |
+
994 归
|
| 996 |
+
995 漫
|
| 997 |
+
996 街
|
| 998 |
+
997 耳
|
| 999 |
+
998 陆
|
| 1000 |
+
999 屏
|
| 1001 |
+
1000 宜
|
| 1002 |
+
1001 闻
|
| 1003 |
+
1002 脚
|
| 1004 |
+
1003 庆
|
| 1005 |
+
1004 针
|
| 1006 |
+
1005 误
|
| 1007 |
+
1006 楚
|
| 1008 |
+
1007 怪
|
| 1009 |
+
1008 避
|
| 1010 |
+
1009 雨
|
| 1011 |
+
1010 川
|
| 1012 |
+
1011 亿
|
| 1013 |
+
1012 询
|
| 1014 |
+
1013 启
|
| 1015 |
+
1014 借
|
| 1016 |
+
1015 挺
|
| 1017 |
+
1016 宋
|
| 1018 |
+
1017 雪
|
| 1019 |
+
1018 轮
|
| 1020 |
+
1019 疑
|
| 1021 |
+
1020 迷
|
| 1022 |
+
1021 判
|
| 1023 |
+
1022 颜
|
| 1024 |
+
1023 障
|
| 1025 |
+
1024 乱
|
| 1026 |
+
1025 麻
|
| 1027 |
+
1026 讨
|
| 1028 |
+
1027 蓝
|
| 1029 |
+
1028 混
|
| 1030 |
+
1029 盖
|
| 1031 |
+
1030 卷
|
| 1032 |
+
1031 汽
|
| 1033 |
+
1032 探
|
| 1034 |
+
1033 聊
|
| 1035 |
+
1034 绩
|
| 1036 |
+
1035 脱
|
| 1037 |
+
1036 损
|
| 1038 |
+
1037 餐
|
| 1039 |
+
1038 暗
|
| 1040 |
+
1039 纸
|
| 1041 |
+
1040 遗
|
| 1042 |
+
1041 啥
|
| 1043 |
+
1042 唐
|
| 1044 |
+
1043 秘
|
| 1045 |
+
1044 鲜
|
| 1046 |
+
1045 签
|
| 1047 |
+
1046 圣
|
| 1048 |
+
1047 触
|
| 1049 |
+
1048 败
|
| 1050 |
+
1049 饮
|
| 1051 |
+
1050 鲁
|
| 1052 |
+
1051 尚
|
| 1053 |
+
1052 私
|
| 1054 |
+
1053 猫
|
| 1055 |
+
1054 宽
|
| 1056 |
+
1055 冰
|
| 1057 |
+
1056 韩
|
| 1058 |
+
1057 贴
|
| 1059 |
+
1058 爆
|
| 1060 |
+
1059 妇
|
| 1061 |
+
1060 竞
|
| 1062 |
+
1061 童
|
| 1063 |
+
1062 阴
|
| 1064 |
+
1063 钢
|
| 1065 |
+
1064 既
|
| 1066 |
+
1065 净
|
| 1067 |
+
1066 刺
|
| 1068 |
+
1067 啦
|
| 1069 |
+
1068 跳
|
| 1070 |
+
1069 休
|
| 1071 |
+
1070 零
|
| 1072 |
+
1071 杨
|
| 1073 |
+
1072 雅
|
| 1074 |
+
1073 累
|
| 1075 |
+
1074 谓
|
| 1076 |
+
1075 偏
|
| 1077 |
+
1076 符
|
| 1078 |
+
1077 豆
|
| 1079 |
+
1078 圆
|
| 1080 |
+
1079 督
|
| 1081 |
+
1080 炎
|
| 1082 |
+
1081 浪
|
| 1083 |
+
1082 惊
|
| 1084 |
+
1083 露
|
| 1085 |
+
1084 舍
|
| 1086 |
+
1085 暴
|
| 1087 |
+
1086 虚
|
| 1088 |
+
1087 透
|
| 1089 |
+
1088 冠
|
| 1090 |
+
1089 箱
|
| 1091 |
+
1090 剂
|
| 1092 |
+
1091 侧
|
| 1093 |
+
1092 忘
|
| 1094 |
+
1093 幕
|
| 1095 |
+
1094 敢
|
| 1096 |
+
1095 危
|
| 1097 |
+
1096 疾
|
| 1098 |
+
1097 搜
|
| 1099 |
+
1098 烧
|
| 1100 |
+
1099 烟
|
| 1101 |
+
1100 屋
|
| 1102 |
+
1101 桥
|
| 1103 |
+
1102 估
|
| 1104 |
+
1103 刀
|
| 1105 |
+
1104 患
|
| 1106 |
+
1105 弃
|
| 1107 |
+
1106 末
|
| 1108 |
+
1107 塔
|
| 1109 |
+
1108 灯
|
| 1110 |
+
1109 搞
|
| 1111 |
+
1110 乳
|
| 1112 |
+
1111 址
|
| 1113 |
+
1112 巨
|
| 1114 |
+
1113 渐
|
| 1115 |
+
1114 掌
|
| 1116 |
+
1115 剑
|
| 1117 |
+
1116 忙
|
| 1118 |
+
1117 详
|
| 1119 |
+
1118 弱
|
| 1120 |
+
1119 糖
|
| 1121 |
+
1120 遍
|
| 1122 |
+
1121 折
|
| 1123 |
+
1122 献
|
| 1124 |
+
1123 毫
|
| 1125 |
+
1124 姓
|
| 1126 |
+
1125 敌
|
| 1127 |
+
1126 诺
|
| 1128 |
+
1127 秋
|
| 1129 |
+
1128 洋
|
| 1130 |
+
1129 媒
|
| 1131 |
+
1130 译
|
| 1132 |
+
1131 描
|
| 1133 |
+
1132 邀
|
| 1134 |
+
1133 君
|
| 1135 |
+
1134 困
|
| 1136 |
+
1135 呼
|
| 1137 |
+
1136 仪
|
| 1138 |
+
1137 午
|
| 1139 |
+
1138 厅
|
| 1140 |
+
1139 亡
|
| 1141 |
+
1140 延
|
| 1142 |
+
1141 贝
|
| 1143 |
+
1142 逐
|
| 1144 |
+
1143 醒
|
| 1145 |
+
1144 罪
|
| 1146 |
+
1145 齐
|
| 1147 |
+
1146 厚
|
| 1148 |
+
1147 束
|
| 1149 |
+
1148 恩
|
| 1150 |
+
1149 伴
|
| 1151 |
+
1150 尤
|
| 1152 |
+
1151 烈
|
| 1153 |
+
1152 迪
|
| 1154 |
+
1153 巧
|
| 1155 |
+
1154 沉
|
| 1156 |
+
1155 寻
|
| 1157 |
+
1156 档
|
| 1158 |
+
1157 旧
|
| 1159 |
+
1158 伦
|
| 1160 |
+
1159 枪
|
| 1161 |
+
1160 缘
|
| 1162 |
+
1161 仍
|
| 1163 |
+
1162 隐
|
| 1164 |
+
1163 途
|
| 1165 |
+
1164 摩
|
| 1166 |
+
1165 尾
|
| 1167 |
+
1166 偶
|
| 1168 |
+
1167 页
|
| 1169 |
+
1168 庄
|
| 1170 |
+
1169 胎
|
| 1171 |
+
1170 杰
|
| 1172 |
+
1171 惯
|
| 1173 |
+
1172 默
|
| 1174 |
+
1173 聚
|
| 1175 |
+
1174 挂
|
| 1176 |
+
1175 予
|
| 1177 |
+
1176 哦
|
| 1178 |
+
1177 矿
|
| 1179 |
+
1178 敏
|
| 1180 |
+
1179 迎
|
| 1181 |
+
1180 央
|
| 1182 |
+
1181 抱
|
| 1183 |
+
1182 婆
|
| 1184 |
+
1183 促
|
| 1185 |
+
1184 祖
|
| 1186 |
+
1185 娘
|
| 1187 |
+
1186 蒙
|
| 1188 |
+
1187 胡
|
| 1189 |
+
1188 唯
|
| 1190 |
+
1189 池
|
| 1191 |
+
1190 尊
|
| 1192 |
+
1191 仙
|
| 1193 |
+
1192 莫
|
| 1194 |
+
1193 塞
|
| 1195 |
+
1194 杯
|
| 1196 |
+
1195 呀
|
| 1197 |
+
1196 鬼
|
| 1198 |
+
1197 挥
|
| 1199 |
+
1198 伊
|
| 1200 |
+
1199 氏
|
| 1201 |
+
1200 船
|
| 1202 |
+
1201 盛
|
| 1203 |
+
1202 阅
|
| 1204 |
+
1203 烦
|
| 1205 |
+
1204 丁
|
| 1206 |
+
1205 洛
|
| 1207 |
+
1206 盟
|
| 1208 |
+
1207 插
|
| 1209 |
+
1208 峰
|
| 1210 |
+
1209 残
|
| 1211 |
+
1210 肌
|
| 1212 |
+
1211 犯
|
| 1213 |
+
1212 戴
|
| 1214 |
+
1213 菲
|
| 1215 |
+
1214 忆
|
| 1216 |
+
1215 菌
|
| 1217 |
+
1216 握
|
| 1218 |
+
1217 萨
|
| 1219 |
+
1218 煤
|
| 1220 |
+
1219 径
|
| 1221 |
+
1220 兼
|
| 1222 |
+
1221 逼
|
| 1223 |
+
1222 孙
|
| 1224 |
+
1223 宇
|
| 1225 |
+
1224 森
|
| 1226 |
+
1225 龄
|
| 1227 |
+
1226 顿
|
| 1228 |
+
1227 幼
|
| 1229 |
+
1228 汇
|
| 1230 |
+
1229 拟
|
| 1231 |
+
1230 币
|
| 1232 |
+
1231 幻
|
| 1233 |
+
1232 润
|
| 1234 |
+
1233 挑
|
| 1235 |
+
1234 缩
|
| 1236 |
+
1235 舒
|
| 1237 |
+
1236 耐
|
| 1238 |
+
1237 淡
|
| 1239 |
+
1238 哭
|
| 1240 |
+
1239 谷
|
| 1241 |
+
1240 爷
|
| 1242 |
+
1241 湿
|
| 1243 |
+
1242 泰
|
| 1244 |
+
1243 租
|
| 1245 |
+
1244 汤
|
| 1246 |
+
1245 辅
|
| 1247 |
+
1246 膜
|
| 1248 |
+
1247 亦
|
| 1249 |
+
1248 欲
|
| 1250 |
+
1249 忍
|
| 1251 |
+
1250 搭
|
| 1252 |
+
1251 赞
|
| 1253 |
+
1252 链
|
| 1254 |
+
1253 嘛
|
| 1255 |
+
1254 梅
|
| 1256 |
+
1255 映
|
| 1257 |
+
1256 灭
|
| 1258 |
+
1257 隔
|
| 1259 |
+
1258 订
|
| 1260 |
+
1259 瑞
|
| 1261 |
+
1260 咨
|
| 1262 |
+
1261 凡
|
| 1263 |
+
1262 赵
|
| 1264 |
+
1263 阵
|
| 1265 |
+
1264 冬
|
| 1266 |
+
1265 腿
|
| 1267 |
+
1266 吴
|
| 1268 |
+
1267 勇
|
| 1269 |
+
1268 恐
|
| 1270 |
+
1269 衡
|
| 1271 |
+
1270 寸
|
| 1272 |
+
1271 诸
|
| 1273 |
+
1272 禁
|
| 1274 |
+
1273 虎
|
| 1275 |
+
1274 抓
|
| 1276 |
+
1275 胞
|
| 1277 |
+
1276 扩
|
| 1278 |
+
1277 呵
|
| 1279 |
+
1278 鸟
|
| 1280 |
+
1279 洞
|
| 1281 |
+
1280 驱
|
| 1282 |
+
1281 讯
|
| 1283 |
+
1282 洁
|
| 1284 |
+
1283 晶
|
| 1285 |
+
1284 席
|
| 1286 |
+
1285 械
|
| 1287 |
+
1286 孔
|
| 1288 |
+
1287 繁
|
| 1289 |
+
1288 诊
|
| 1290 |
+
1289 闭
|
| 1291 |
+
1290 宿
|
| 1292 |
+
1291 硕
|
| 1293 |
+
1292 诚
|
| 1294 |
+
1293 祝
|
| 1295 |
+
1294 珠
|
| 1296 |
+
1295 虫
|
| 1297 |
+
1296 湾
|
| 1298 |
+
1297 滑
|
| 1299 |
+
1298 倍
|
| 1300 |
+
1299 嘴
|
| 1301 |
+
1300 亩
|
| 1302 |
+
1301 泡
|
| 1303 |
+
1302 兽
|
| 1304 |
+
1303 抽
|
| 1305 |
+
1304 狂
|
| 1306 |
+
1305 坦
|
| 1307 |
+
1306 违
|
| 1308 |
+
1307 脂
|
| 1309 |
+
1308 丹
|
| 1310 |
+
1309 誉
|
| 1311 |
+
1310 腹
|
| 1312 |
+
1311 腾
|
| 1313 |
+
1312 邮
|
| 1314 |
+
1313 柔
|
| 1315 |
+
1314 鞋
|
| 1316 |
+
1315 殊
|
| 1317 |
+
1316 俄
|
| 1318 |
+
1317 伯
|
| 1319 |
+
1318 寒
|
| 1320 |
+
1319 储
|
| 1321 |
+
1320 访
|
| 1322 |
+
1321 紫
|
| 1323 |
+
1322 墙
|
| 1324 |
+
1323 沟
|
| 1325 |
+
1324 鼓
|
| 1326 |
+
1325 替
|
| 1327 |
+
1326 俗
|
| 1328 |
+
1327 姆
|
| 1329 |
+
1328 励
|
| 1330 |
+
1329 潜
|
| 1331 |
+
1330 秒
|
| 1332 |
+
1331 泽
|
| 1333 |
+
1332 缓
|
| 1334 |
+
1333 淘
|
| 1335 |
+
1334 疼
|
| 1336 |
+
1335 贷
|
| 1337 |
+
1336 赶
|
| 1338 |
+
1337 锁
|
| 1339 |
+
1338 乘
|
| 1340 |
+
1339 暖
|
| 1341 |
+
1340 氧
|
| 1342 |
+
1341 胶
|
| 1343 |
+
1342 籍
|
| 1344 |
+
1343 魂
|
| 1345 |
+
1344 震
|
| 1346 |
+
1345 妻
|
| 1347 |
+
1346 惠
|
| 1348 |
+
1347 莱
|
| 1349 |
+
1348 偷
|
| 1350 |
+
1349 阻
|
| 1351 |
+
1350 刊
|
| 1352 |
+
1351 旗
|
| 1353 |
+
1352 拜
|
| 1354 |
+
1353 锅
|
| 1355 |
+
1354 羊
|
| 1356 |
+
1355 津
|
| 1357 |
+
1356 扬
|
| 1358 |
+
1357 辈
|
| 1359 |
+
1358 跨
|
| 1360 |
+
1359 炸
|
| 1361 |
+
1360 梁
|
| 1362 |
+
1361 孤
|
| 1363 |
+
1362 贸
|
| 1364 |
+
1363 弄
|
| 1365 |
+
1364 猪
|
| 1366 |
+
1365 兄
|
| 1367 |
+
1366 脉
|
| 1368 |
+
1367 曼
|
| 1369 |
+
1368 灰
|
| 1370 |
+
1369 盐
|
| 1371 |
+
1370 骗
|
| 1372 |
+
1371 伟
|
| 1373 |
+
1372 绪
|
| 1374 |
+
1373 赏
|
| 1375 |
+
1374 览
|
| 1376 |
+
1375 磨
|
| 1377 |
+
1376 鉴
|
| 1378 |
+
1377 嘉
|
| 1379 |
+
1378 迹
|
| 1380 |
+
1379 骑
|
| 1381 |
+
1380 貌
|
| 1382 |
+
1381 尿
|
| 1383 |
+
1382 仁
|
| 1384 |
+
1383 潮
|
| 1385 |
+
1384 麦
|
| 1386 |
+
1385 炼
|
| 1387 |
+
1386 珍
|
| 1388 |
+
1387 吐
|
| 1389 |
+
1388 闲
|
| 1390 |
+
1389 甜
|
| 1391 |
+
1390 截
|
| 1392 |
+
1391 喷
|
| 1393 |
+
1392 逃
|
| 1394 |
+
1393 豪
|
| 1395 |
+
1394 赚
|
| 1396 |
+
1395 琴
|
| 1397 |
+
1396 悲
|
| 1398 |
+
1397 耗
|
| 1399 |
+
1398 凭
|
| 1400 |
+
1399 迅
|
| 1401 |
+
1400 尺
|
| 1402 |
+
1401 燃
|
| 1403 |
+
1402 账
|
| 1404 |
+
1403 拔
|
| 1405 |
+
1404 焦
|
| 1406 |
+
1405 伙
|
| 1407 |
+
1406 涉
|
| 1408 |
+
1407 甘
|
| 1409 |
+
1408 妆
|
| 1410 |
+
1409 熊
|
| 1411 |
+
1410 卵
|
| 1412 |
+
1411 肠
|
| 1413 |
+
1412 乌
|
| 1414 |
+
1413 谱
|
| 1415 |
+
1414 艾
|
| 1416 |
+
1415 秦
|
| 1417 |
+
1416 勒
|
| 1418 |
+
1417 奏
|
| 1419 |
+
1418 删
|
| 1420 |
+
1419 辛
|
| 1421 |
+
1420 横
|
| 1422 |
+
1421 裂
|
| 1423 |
+
1422 恢
|
| 1424 |
+
1423 污
|
| 1425 |
+
1424 旁
|
| 1426 |
+
1425 鼻
|
| 1427 |
+
1426 壁
|
| 1428 |
+
1427 瓦
|
| 1429 |
+
1428 抵
|
| 1430 |
+
1429 隆
|
| 1431 |
+
1430 穷
|
| 1432 |
+
1431 拼
|
| 1433 |
+
1432 泉
|
| 1434 |
+
1433 窗
|
| 1435 |
+
1434 凉
|
| 1436 |
+
1435 驾
|
| 1437 |
+
1436 沿
|
| 1438 |
+
1437 纹
|
| 1439 |
+
1438 践
|
| 1440 |
+
1439 废
|
| 1441 |
+
1440 召
|
| 1442 |
+
1441 鼠
|
| 1443 |
+
1442 晓
|
| 1444 |
+
1443 炮
|
| 1445 |
+
1444 迁
|
| 1446 |
+
1445 彻
|
| 1447 |
+
1446 塑
|
| 1448 |
+
1447 徐
|
| 1449 |
+
1448 拒
|
| 1450 |
+
1449 疫
|
| 1451 |
+
1450 寺
|
| 1452 |
+
1451 泛
|
| 1453 |
+
1452 胃
|
| 1454 |
+
1453 朱
|
| 1455 |
+
1454 睛
|
| 1456 |
+
1455 冒
|
| 1457 |
+
1456 旋
|
| 1458 |
+
1457 凤
|
| 1459 |
+
1458 绘
|
| 1460 |
+
1459 胸
|
| 1461 |
+
1460 宾
|
| 1462 |
+
1461 舰
|
| 1463 |
+
1462 粒
|
| 1464 |
+
1463 浓
|
| 1465 |
+
1464 肝
|
| 1466 |
+
1465 薄
|
| 1467 |
+
1466 呈
|
| 1468 |
+
1467 苹
|
| 1469 |
+
1468 侵
|
| 1470 |
+
1469 漂
|
| 1471 |
+
1470 辆
|
| 1472 |
+
1471 岩
|
| 1473 |
+
1472 脏
|
| 1474 |
+
1473 妙
|
| 1475 |
+
1474 填
|
| 1476 |
+
1475 骂
|
| 1477 |
+
1476 陷
|
| 1478 |
+
1477 陪
|
| 1479 |
+
1478 姑
|
| 1480 |
+
1479 闪
|
| 1481 |
+
1480 帅
|
| 1482 |
+
1481 铺
|
| 1483 |
+
1482 岗
|
| 1484 |
+
1483 尝
|
| 1485 |
+
1484 桌
|
| 1486 |
+
1485 吹
|
| 1487 |
+
1486 井
|
| 1488 |
+
1487 殖
|
| 1489 |
+
1488 娜
|
| 1490 |
+
1489 徽
|
| 1491 |
+
1490 添
|
| 1492 |
+
1491 碎
|
| 1493 |
+
1492 抢
|
| 1494 |
+
1493 暂
|
| 1495 |
+
1494 侠
|
| 1496 |
+
1495 荷
|
| 1497 |
+
1496 敬
|
| 1498 |
+
1497 刑
|
| 1499 |
+
1498 乙
|
| 1500 |
+
1499 肿
|
| 1501 |
+
1500 墨
|
| 1502 |
+
1501 瓶
|
| 1503 |
+
1502 尖
|
| 1504 |
+
1503 稍
|
| 1505 |
+
1504 瓜
|
| 1506 |
+
1505 剩
|
| 1507 |
+
1506 篮
|
| 1508 |
+
1507 娱
|
| 1509 |
+
1508 朗
|
| 1510 |
+
1509 忽
|
| 1511 |
+
1510 闹
|
| 1512 |
+
1511 泪
|
| 1513 |
+
1512 扣
|
| 1514 |
+
1513 涂
|
| 1515 |
+
1514 奋
|
| 1516 |
+
1515 哲
|
| 1517 |
+
1516 泥
|
| 1518 |
+
1517 颗
|
| 1519 |
+
1518 慧
|
| 1520 |
+
1519 桃
|
| 1521 |
+
1520 惜
|
| 1522 |
+
1521 迫
|
| 1523 |
+
1522 摆
|
| 1524 |
+
1523 厌
|
| 1525 |
+
1524 滴
|
| 1526 |
+
1525 扎
|
| 1527 |
+
1526 蜜
|
| 1528 |
+
1527 寿
|
| 1529 |
+
1528 浮
|
| 1530 |
+
1529 晋
|
| 1531 |
+
1530 倾
|
| 1532 |
+
1531 遭
|
| 1533 |
+
1532 碰
|
| 1534 |
+
1533 夺
|
| 1535 |
+
1534 幅
|
| 1536 |
+
1535 酷
|
| 1537 |
+
1536 霸
|
| 1538 |
+
1537 徒
|
| 1539 |
+
1538 循
|
| 1540 |
+
1539 捷
|
| 1541 |
+
1540 措
|
| 1542 |
+
1541 浙
|
| 1543 |
+
1542 忠
|
| 1544 |
+
1543 苗
|
| 1545 |
+
1544 抑
|
| 1546 |
+
1545 郑
|
| 1547 |
+
1546 胆
|
| 1548 |
+
1547 偿
|
| 1549 |
+
1548 纠
|
| 1550 |
+
1549 昌
|
| 1551 |
+
1550 坛
|
| 1552 |
+
1551 凯
|
| 1553 |
+
1552 戒
|
| 1554 |
+
1553 轨
|
| 1555 |
+
1554 仿
|
| 1556 |
+
1555 粗
|
| 1557 |
+
1556 竹
|
| 1558 |
+
1557 罚
|
| 1559 |
+
1558 岸
|
| 1560 |
+
1559 盾
|
| 1561 |
+
1560 递
|
| 1562 |
+
1561 坑
|
| 1563 |
+
1562 勤
|
| 1564 |
+
1563 赢
|
| 1565 |
+
1564 毁
|
| 1566 |
+
1565 旦
|
| 1567 |
+
1566 御
|
| 1568 |
+
1567 萌
|
| 1569 |
+
1568 斤
|
| 1570 |
+
1569 郁
|
| 1571 |
+
1570 羽
|
| 1572 |
+
1571 谋
|
| 1573 |
+
1572 贫
|
| 1574 |
+
1573 耀
|
| 1575 |
+
1574 辞
|
| 1576 |
+
1575 裁
|
| 1577 |
+
1576 奈
|
| 1578 |
+
1577 腰
|
| 1579 |
+
1578 辣
|
| 1580 |
+
1579 胖
|
| 1581 |
+
1580 壮
|
| 1582 |
+
1581 锋
|
| 1583 |
+
1582 玛
|
| 1584 |
+
1583 贯
|
| 1585 |
+
1584 振
|
| 1586 |
+
1585 婴
|
| 1587 |
+
1586 宠
|
| 1588 |
+
1587 榜
|
| 1589 |
+
1588 伍
|
| 1590 |
+
1589 辖
|
| 1591 |
+
1590 腐
|
| 1592 |
+
1591 乔
|
| 1593 |
+
1592 翼
|
| 1594 |
+
1593 傻
|
| 1595 |
+
1594 陶
|
| 1596 |
+
1595 瘦
|
| 1597 |
+
1596 迟
|
| 1598 |
+
1597 覆
|
| 1599 |
+
1598 堆
|
| 1600 |
+
1599 返
|
| 1601 |
+
1600 粮
|
| 1602 |
+
1601 摸
|
| 1603 |
+
1602 摇
|
| 1604 |
+
1603 郎
|
| 1605 |
+
1604 彼
|
| 1606 |
+
1605 槽
|
| 1607 |
+
1606 厘
|
| 1608 |
+
1607 袭
|
| 1609 |
+
1608 柱
|
| 1610 |
+
1609 皆
|
| 1611 |
+
1610 驶
|
| 1612 |
+
1611 宅
|
| 1613 |
+
1612 纷
|
| 1614 |
+
1613 俱
|
| 1615 |
+
1614 眠
|
| 1616 |
+
1615 坡
|
| 1617 |
+
1616 晨
|
| 1618 |
+
1617 债
|
| 1619 |
+
1618 杜
|
| 1620 |
+
1619 腔
|
| 1621 |
+
1620 喂
|
| 1622 |
+
1621 臣
|
| 1623 |
+
1622 灾
|
| 1624 |
+
1623 磁
|
| 1625 |
+
1624 割
|
| 1626 |
+
1625 炒
|
| 1627 |
+
1626 溶
|
| 1628 |
+
1627 扰
|
| 1629 |
+
1628 欣
|
| 1630 |
+
1629 丢
|
| 1631 |
+
1630 悉
|
| 1632 |
+
1631 怒
|
| 1633 |
+
1632 烂
|
| 1634 |
+
1633 畅
|
| 1635 |
+
1634 尘
|
| 1636 |
+
1635 擦
|
| 1637 |
+
1636 扫
|
| 1638 |
+
1637 乃
|
| 1639 |
+
1638 栏
|
| 1640 |
+
1639 恒
|
| 1641 |
+
1640 纵
|
| 1642 |
+
1641 盗
|
| 1643 |
+
1642 拳
|
| 1644 |
+
1643 厉
|
| 1645 |
+
1644 绕
|
| 1646 |
+
1645 聘
|
| 1647 |
+
1646 浅
|
| 1648 |
+
1647 辉
|
| 1649 |
+
1648 贡
|
| 1650 |
+
1649 俩
|
| 1651 |
+
1650 袋
|
| 1652 |
+
1651 爽
|
| 1653 |
+
1652 雕
|
| 1654 |
+
1653 拆
|
| 1655 |
+
1654 莉
|
| 1656 |
+
1655 凝
|
| 1657 |
+
1656 燕
|
| 1658 |
+
1657 伸
|
| 1659 |
+
1658 洪
|
| 1660 |
+
1659 番
|
| 1661 |
+
1660 叔
|
| 1662 |
+
1661 棒
|
| 1663 |
+
1662 剪
|
| 1664 |
+
1663 奔
|
| 1665 |
+
1664 曰
|
| 1666 |
+
1665 陵
|
| 1667 |
+
1666 滚
|
| 1668 |
+
1667 圳
|
| 1669 |
+
1668 卓
|
| 1670 |
+
1669 佩
|
| 1671 |
+
1670 恨
|
| 1672 |
+
1671 邦
|
| 1673 |
+
1672 澳
|
| 1674 |
+
1673 役
|
| 1675 |
+
1674 拖
|
| 1676 |
+
1675 赖
|
| 1677 |
+
1676 瞬
|
| 1678 |
+
1677 仔
|
| 1679 |
+
1678 宏
|
| 1680 |
+
1679 钻
|
| 1681 |
+
1680 郭
|
| 1682 |
+
1681 夹
|
| 1683 |
+
1682 蒂
|
| 1684 |
+
1683 癌
|
| 1685 |
+
1684 曹
|
| 1686 |
+
1685 莲
|
| 1687 |
+
1686 劲
|
| 1688 |
+
1687 鸣
|
| 1689 |
+
1688 齿
|
| 1690 |
+
1689 铜
|
| 1691 |
+
1690 狼
|
| 1692 |
+
1691 逆
|
| 1693 |
+
1692 堡
|
| 1694 |
+
1693 赋
|
| 1695 |
+
1694 沈
|
| 1696 |
+
1695 祥
|
| 1697 |
+
1696 函
|
| 1698 |
+
1697 轴
|
| 1699 |
+
1698 仓
|
| 1700 |
+
1699 乏
|
| 1701 |
+
1700 扇
|
| 1702 |
+
1701 奉
|
| 1703 |
+
1702 俊
|
| 1704 |
+
1703 汗
|
| 1705 |
+
1704 丑
|
| 1706 |
+
1705 煮
|
| 1707 |
+
1706 筹
|
| 1708 |
+
1707 悟
|
| 1709 |
+
1708 董
|
| 1710 |
+
1709 吨
|
| 1711 |
+
1710 魏
|
| 1712 |
+
1711 逻
|
| 1713 |
+
1712 伏
|
| 1714 |
+
1713 稀
|
| 1715 |
+
1714 糊
|
| 1716 |
+
1715 辨
|
| 1717 |
+
1716 炉
|
| 1718 |
+
1717 悬
|
| 1719 |
+
1718 趋
|
| 1720 |
+
1719 允
|
| 1721 |
+
1720 侯
|
| 1722 |
+
1721 寄
|
| 1723 |
+
1722 赔
|
| 1724 |
+
1723 玄
|
| 1725 |
+
1724 粘
|
| 1726 |
+
1725 枝
|
| 1727 |
+
1726 肾
|
| 1728 |
+
1727 拓
|
| 1729 |
+
1728 疯
|
| 1730 |
+
1729 瓷
|
| 1731 |
+
1730 撞
|
| 1732 |
+
1731 券
|
| 1733 |
+
1732 芯
|
| 1734 |
+
1733 囊
|
| 1735 |
+
1734 猎
|
| 1736 |
+
1735 悔
|
| 1737 |
+
1736 涵
|
| 1738 |
+
1737 弗
|
| 1739 |
+
1738 框
|
| 1740 |
+
1739 锦
|
| 1741 |
+
1740 狱
|
| 1742 |
+
1741 凌
|
| 1743 |
+
1742 渣
|
| 1744 |
+
1743 援
|
| 1745 |
+
1744 肚
|
| 1746 |
+
1745 牧
|
| 1747 |
+
1746 壳
|
| 1748 |
+
1747 涨
|
| 1749 |
+
1748 汁
|
| 1750 |
+
1749 璃
|
| 1751 |
+
1750 垃
|
| 1752 |
+
1751 驻
|
| 1753 |
+
1752 贤
|
| 1754 |
+
1753 斑
|
| 1755 |
+
1754 邻
|
| 1756 |
+
1755 碍
|
| 1757 |
+
1756 圾
|
| 1758 |
+
1757 盒
|
| 1759 |
+
1758 浩
|
| 1760 |
+
1759 擅
|
| 1761 |
+
1760 箭
|
| 1762 |
+
1761 姜
|
| 1763 |
+
1762 殿
|
| 1764 |
+
1763 溪
|
| 1765 |
+
1764 劝
|
| 1766 |
+
1765 玻
|
| 1767 |
+
1766 漏
|
| 1768 |
+
1767 埃
|
| 1769 |
+
1768 矛
|
| 1770 |
+
1769 蛇
|
| 1771 |
+
1770 尸
|
| 1772 |
+
1771 崇
|
| 1773 |
+
1772 幽
|
| 1774 |
+
1773 搬
|
| 1775 |
+
1774 杆
|
| 1776 |
+
1775 肺
|
| 1777 |
+
1776 吵
|
| 1778 |
+
1777 愈
|
| 1779 |
+
1778 妖
|
| 1780 |
+
1779 墓
|
| 1781 |
+
1780 扮
|
| 1782 |
+
1781 辽
|
| 1783 |
+
1782 纤
|
| 1784 |
+
1783 姿
|
| 1785 |
+
1784 垂
|
| 1786 |
+
1785 跃
|
| 1787 |
+
1786 撑
|
| 1788 |
+
1787 渡
|
| 1789 |
+
1788 赫
|
| 1790 |
+
1789 犹
|
| 1791 |
+
1790 卧
|
| 1792 |
+
1791 耕
|
| 1793 |
+
1792 朵
|
| 1794 |
+
1793 荒
|
| 1795 |
+
1794 柳
|
| 1796 |
+
1795 衰
|
| 1797 |
+
1796 沃
|
| 1798 |
+
1797 聪
|
| 1799 |
+
1798 蒸
|
| 1800 |
+
1799 葡
|
| 1801 |
+
1800 扶
|
| 1802 |
+
1801 醉
|
| 1803 |
+
1802 猜
|
| 1804 |
+
1803 宙
|
| 1805 |
+
1804 肩
|
| 1806 |
+
1805 仰
|
| 1807 |
+
1806 踏
|
| 1808 |
+
1807 薪
|
| 1809 |
+
1808 娃
|
| 1810 |
+
1809 艳
|
| 1811 |
+
1810 嫁
|
| 1812 |
+
1811 晒
|
| 1813 |
+
1812 悠
|
| 1814 |
+
1813 赤
|
| 1815 |
+
1814 柜
|
| 1816 |
+
1815 庙
|
| 1817 |
+
1816 萝
|
| 1818 |
+
1817 谐
|
| 1819 |
+
1818 伪
|
| 1820 |
+
1819 黎
|
| 1821 |
+
1820 碑
|
| 1822 |
+
1821 杭
|
| 1823 |
+
1822 腺
|
| 1824 |
+
1823 忧
|
| 1825 |
+
1824 猛
|
| 1826 |
+
1825 渠
|
| 1827 |
+
1826 姻
|
| 1828 |
+
1827 碳
|
| 1829 |
+
1828 弯
|
| 1830 |
+
1829 梯
|
| 1831 |
+
1830 串
|
| 1832 |
+
1831 咖
|
| 1833 |
+
1832 廷
|
| 1834 |
+
1833 裤
|
| 1835 |
+
1834 稿
|
| 1836 |
+
1835 犬
|
| 1837 |
+
1836 唤
|
| 1838 |
+
1837 撒
|
| 1839 |
+
1838 芳
|
| 1840 |
+
1839 忌
|
| 1841 |
+
1840 痘
|
| 1842 |
+
1841 衍
|
| 1843 |
+
1842 挡
|
| 1844 |
+
1843 慕
|
| 1845 |
+
1844 牵
|
| 1846 |
+
1845 桑
|
| 1847 |
+
1846 岭
|
| 1848 |
+
1847 砖
|
| 1849 |
+
1848 捕
|
| 1850 |
+
1849 盆
|
| 1851 |
+
1850 嫌
|
| 1852 |
+
1851 懒
|
| 1853 |
+
1852 吊
|
| 1854 |
+
1853 遥
|
| 1855 |
+
1854 屈
|
| 1856 |
+
1855 钙
|
| 1857 |
+
1856 柏
|
| 1858 |
+
1857 瘤
|
| 1859 |
+
1858 锻
|
| 1860 |
+
1859 怨
|
| 1861 |
+
1860 欺
|
| 1862 |
+
1861 霜
|
| 1863 |
+
1862 魅
|
| 1864 |
+
1863 滋
|
| 1865 |
+
1864 恰
|
| 1866 |
+
1865 帐
|
| 1867 |
+
1866 挖
|
| 1868 |
+
1867 萄
|
| 1869 |
+
1868 昨
|
| 1870 |
+
1869 滤
|
| 1871 |
+
1870 韵
|
| 1872 |
+
1871 厨
|
| 1873 |
+
1872 蛮
|
| 1874 |
+
1873 饱
|
| 1875 |
+
1874 颈
|
| 1876 |
+
1875 烤
|
| 1877 |
+
1876 仇
|
| 1878 |
+
1877 携
|
| 1879 |
+
1878 押
|
| 1880 |
+
1879 巡
|
| 1881 |
+
1880 孝
|
| 1882 |
+
1881 灌
|
| 1883 |
+
1882 滨
|
| 1884 |
+
1883 桂
|
| 1885 |
+
1884 酱
|
| 1886 |
+
1885 匹
|
| 1887 |
+
1886 泌
|
| 1888 |
+
1887 邪
|
| 1889 |
+
1888 涯
|
| 1890 |
+
1889 诞
|
| 1891 |
+
1890 署
|
| 1892 |
+
1891 卢
|
| 1893 |
+
1892 翠
|
| 1894 |
+
1893 惑
|
| 1895 |
+
1894 昆
|
| 1896 |
+
1895 肖
|
| 1897 |
+
1896 脾
|
| 1898 |
+
1897 丈
|
| 1899 |
+
1898 雾
|
| 1900 |
+
1899 丧
|
| 1901 |
+
1900 肃
|
| 1902 |
+
1901 丛
|
| 1903 |
+
1902 疏
|
| 1904 |
+
1903 遵
|
| 1905 |
+
1904 鸭
|
| 1906 |
+
1905 兔
|
| 1907 |
+
1906 抛
|
| 1908 |
+
1907 嗯
|
| 1909 |
+
1908 踪
|
| 1910 |
+
1909 饼
|
| 1911 |
+
1910 鹿
|
| 1912 |
+
1911 夸
|
| 1913 |
+
1912 缴
|
| 1914 |
+
1913 陕
|
| 1915 |
+
1914 崩
|
| 1916 |
+
1915 慈
|
| 1917 |
+
1916 廉
|
| 1918 |
+
1917 凶
|
| 1919 |
+
1918 惨
|
| 1920 |
+
1919 亏
|
| 1921 |
+
1920 碗
|
| 1922 |
+
1921 枚
|
| 1923 |
+
1922 眉
|
| 1924 |
+
1923 菩
|
| 1925 |
+
1924 匀
|
| 1926 |
+
1925 耶
|
| 1927 |
+
1926 撤
|
| 1928 |
+
1927 霍
|
| 1929 |
+
1928 纽
|
| 1930 |
+
1929 喊
|
| 1931 |
+
1930 旨
|
| 1932 |
+
1931 纲
|
| 1933 |
+
1932 傲
|
| 1934 |
+
1933 兹
|
| 1935 |
+
1934 盈
|
| 1936 |
+
1935 浏
|
| 1937 |
+
1936 慎
|
| 1938 |
+
1937 蔬
|
| 1939 |
+
1938 螺
|
| 1940 |
+
1939 椒
|
| 1941 |
+
1940 慰
|
| 1942 |
+
1941 呆
|
| 1943 |
+
1942 浦
|
| 1944 |
+
1943 丘
|
| 1945 |
+
1944 咬
|
| 1946 |
+
1945 厦
|
| 1947 |
+
1946 冻
|
| 1948 |
+
1947 啡
|
| 1949 |
+
1948 阔
|
| 1950 |
+
1949 浴
|
| 1951 |
+
1950 荡
|
| 1952 |
+
1951 辩
|
| 1953 |
+
1952 罢
|
| 1954 |
+
1953 晰
|
| 1955 |
+
1954 孟
|
| 1956 |
+
1955 肪
|
| 1957 |
+
1956 藤
|
| 1958 |
+
1957 佐
|
| 1959 |
+
1958 缝
|
| 1960 |
+
1959 悦
|
| 1961 |
+
1960 铃
|
| 1962 |
+
1961 熙
|
| 1963 |
+
1962 疆
|
| 1964 |
+
1963 赠
|
| 1965 |
+
1964 斜
|
| 1966 |
+
1965 蹈
|
| 1967 |
+
1966 贼
|
| 1968 |
+
1967 挣
|
| 1969 |
+
1968 腻
|
| 1970 |
+
1969 卸
|
| 1971 |
+
1970 飘
|
| 1972 |
+
1971 氛
|
| 1973 |
+
1972 催
|
| 1974 |
+
1973 抄
|
| 1975 |
+
1974 迈
|
| 1976 |
+
1975 辰
|
| 1977 |
+
1976 抚
|
| 1978 |
+
1977 苍
|
| 1979 |
+
1978 妮
|
| 1980 |
+
1979 诱
|
| 1981 |
+
1980 蜂
|
| 1982 |
+
1981 妃
|
| 1983 |
+
1982 卜
|
| 1984 |
+
1983 帕
|
| 1985 |
+
1984 爬
|
| 1986 |
+
1985 瓣
|
| 1987 |
+
1986 屁
|
| 1988 |
+
1987 旺
|
| 1989 |
+
1988 拨
|
| 1990 |
+
1989 炭
|
| 1991 |
+
1990 丸
|
| 1992 |
+
1991 燥
|
| 1993 |
+
1992 侦
|
| 1994 |
+
1993 寓
|
| 1995 |
+
1994 垫
|
| 1996 |
+
1995 淋
|
| 1997 |
+
1996 揭
|
| 1998 |
+
1997 糕
|
| 1999 |
+
1998 穴
|
| 2000 |
+
1999 晕
|
| 2001 |
+
2000 芬
|
| 2002 |
+
2001 痕
|
| 2003 |
+
2002 吓
|
| 2004 |
+
2003 臂
|
| 2005 |
+
2004 抖
|
| 2006 |
+
2005 叠
|
| 2007 |
+
2006 泳
|
| 2008 |
+
2007 砂
|
| 2009 |
+
2008 芝
|
| 2010 |
+
2009 脆
|
| 2011 |
+
2010 谨
|
| 2012 |
+
2011 挤
|
| 2013 |
+
2012 弥
|
| 2014 |
+
2013 棉
|
| 2015 |
+
2014 尬
|
| 2016 |
+
2015 卑
|
| 2017 |
+
2016 埋
|
| 2018 |
+
2017 泄
|
| 2019 |
+
2018 朴
|
| 2020 |
+
2019 履
|
| 2021 |
+
2020 惧
|
| 2022 |
+
2021 叉
|
| 2023 |
+
2022 姨
|
| 2024 |
+
2023 跌
|
| 2025 |
+
2024 郡
|
| 2026 |
+
2025 绑
|
| 2027 |
+
2026 祭
|
| 2028 |
+
2027 漠
|
| 2029 |
+
2028 暑
|
| 2030 |
+
2029 亭
|
| 2031 |
+
2030 契
|
| 2032 |
+
2031 窝
|
| 2033 |
+
2032 扁
|
| 2034 |
+
2033 葛
|
| 2035 |
+
2034 膏
|
| 2036 |
+
2035 泻
|
| 2037 |
+
2036 碧
|
| 2038 |
+
2037 欠
|
| 2039 |
+
2038 隶
|
| 2040 |
+
2039 掘
|
| 2041 |
+
2040 鸿
|
| 2042 |
+
2041 蔡
|
| 2043 |
+
2042 扭
|
| 2044 |
+
2043 寨
|
| 2045 |
+
2044 弦
|
| 2046 |
+
2045 陌
|
| 2047 |
+
2046 仲
|
| 2048 |
+
2047 帽
|
| 2049 |
+
2048 熬
|
| 2050 |
+
2049 叹
|
| 2051 |
+
2050 堪
|
| 2052 |
+
2051 奴
|
| 2053 |
+
2052 怖
|
| 2054 |
+
2053 臭
|
| 2055 |
+
2054 勾
|
| 2056 |
+
2055 歉
|
| 2057 |
+
2056 骤
|
| 2058 |
+
2057 莎
|
| 2059 |
+
2058 茫
|
| 2060 |
+
2059 棋
|
| 2061 |
+
2060 岳
|
| 2062 |
+
2061 株
|
| 2063 |
+
2062 塘
|
| 2064 |
+
2063 帖
|
| 2065 |
+
2064 贾
|
| 2066 |
+
2065 昂
|
| 2067 |
+
2066 伐
|
| 2068 |
+
2067 锐
|
| 2069 |
+
2068 狠
|
| 2070 |
+
2069 傅
|
| 2071 |
+
2070 戚
|
| 2072 |
+
2071 恼
|
| 2073 |
+
2072 虹
|
| 2074 |
+
2073 吻
|
| 2075 |
+
2074 氨
|
| 2076 |
+
2075 饿
|
| 2077 |
+
2076 吕
|
| 2078 |
+
2077 胀
|
| 2079 |
+
2078 捐
|
| 2080 |
+
2079 艰
|
| 2081 |
+
2080 僧
|
| 2082 |
+
2081 晴
|
| 2083 |
+
2082 浆
|
| 2084 |
+
2083 葱
|
| 2085 |
+
2084 虾
|
| 2086 |
+
2085 扯
|
| 2087 |
+
2086 闷
|
| 2088 |
+
2087 躲
|
| 2089 |
+
2088 狐
|
| 2090 |
+
2089 萧
|
| 2091 |
+
2090 壤
|
| 2092 |
+
2091 侣
|
| 2093 |
+
2092 颁
|
| 2094 |
+
2093 牢
|
| 2095 |
+
2094 抹
|
| 2096 |
+
2095 鹅
|
| 2097 |
+
2096 翔
|
| 2098 |
+
2097 蝶
|
| 2099 |
+
2098 禅
|
| 2100 |
+
2099 陀
|
| 2101 |
+
2100 舌
|
| 2102 |
+
2101 咱
|
| 2103 |
+
2102 妥
|
| 2104 |
+
2103 咳
|
| 2105 |
+
2104 娇
|
| 2106 |
+
2105 畜
|
| 2107 |
+
2106 煎
|
| 2108 |
+
2107 邓
|
| 2109 |
+
2108 咸
|
| 2110 |
+
2109 愤
|
| 2111 |
+
2110 呗
|
| 2112 |
+
2111 阁
|
| 2113 |
+
2112 溃
|
| 2114 |
+
2113 咋
|
| 2115 |
+
2114 抬
|
| 2116 |
+
2115 猴
|
| 2117 |
+
2116 摘
|
| 2118 |
+
2117 鹰
|
| 2119 |
+
2118 颇
|
| 2120 |
+
2119 狮
|
| 2121 |
+
2120 冯
|
| 2122 |
+
2121 叙
|
| 2123 |
+
2122 吾
|
| 2124 |
+
2123 琳
|
| 2125 |
+
2124 劫
|
| 2126 |
+
2125 叛
|
| 2127 |
+
2126 劣
|
| 2128 |
+
2127 寂
|
| 2129 |
+
2128 柯
|
| 2130 |
+
2129 怜
|
| 2131 |
+
2130 爵
|
| 2132 |
+
2131 腊
|
| 2133 |
+
2132 坊
|
| 2134 |
+
2133 辐
|
| 2135 |
+
2134 夕
|
| 2136 |
+
2135 醇
|
| 2137 |
+
2136 盲
|
| 2138 |
+
2137 尴
|
| 2139 |
+
2138 舟
|
| 2140 |
+
2139 龟
|
| 2141 |
+
2140 葬
|
| 2142 |
+
2141 逊
|
| 2143 |
+
2142 赴
|
| 2144 |
+
2143 筋
|
| 2145 |
+
2144 戈
|
| 2146 |
+
2145 矩
|
| 2147 |
+
2146 淀
|
| 2148 |
+
2147 撕
|
| 2149 |
+
2148 敦
|
| 2150 |
+
2149 贪
|
| 2151 |
+
2150 疲
|
| 2152 |
+
2151 庐
|
| 2153 |
+
2152 轩
|
| 2154 |
+
2153 愉
|
| 2155 |
+
2154 栽
|
| 2156 |
+
2155 驰
|
| 2157 |
+
2156 扑
|
| 2158 |
+
2157 椅
|
| 2159 |
+
2158 韦
|
| 2160 |
+
2159 唇
|
| 2161 |
+
2160 柴
|
| 2162 |
+
2161 翰
|
| 2163 |
+
2162 贺
|
| 2164 |
+
2163 浸
|
| 2165 |
+
2164 蓄
|
| 2166 |
+
2165 薇
|
| 2167 |
+
2166 霉
|
| 2168 |
+
2167 掩
|
| 2169 |
+
2168 昭
|
| 2170 |
+
2169 胁
|
| 2171 |
+
2170 樱
|
| 2172 |
+
2171 锡
|
| 2173 |
+
2172 颖
|
| 2174 |
+
2173 漆
|
| 2175 |
+
2174 乾
|
| 2176 |
+
2175 谅
|
| 2177 |
+
2176 躺
|
| 2178 |
+
2177 牲
|
| 2179 |
+
2178 嘻
|
| 2180 |
+
2179 渴
|
| 2181 |
+
2180 绵
|
| 2182 |
+
2181 滩
|
| 2183 |
+
2182 袁
|
| 2184 |
+
2183 肢
|
| 2185 |
+
2184 摔
|
| 2186 |
+
2185 汪
|
| 2187 |
+
2186 姬
|
| 2188 |
+
2187 巾
|
| 2189 |
+
2188 逸
|
| 2190 |
+
2189 赌
|
| 2191 |
+
2190 骚
|
| 2192 |
+
2191 酶
|
| 2193 |
+
2192 逢
|
| 2194 |
+
2193 斩
|
| 2195 |
+
2194 穆
|
| 2196 |
+
2195 哀
|
| 2197 |
+
2196 瑟
|
| 2198 |
+
2197 翅
|
| 2199 |
+
2198 巢
|
| 2200 |
+
2199 嘿
|
| 2201 |
+
2200 芽
|
| 2202 |
+
2201 儒
|
| 2203 |
+
2202 饲
|
| 2204 |
+
2203 涛
|
| 2205 |
+
2204 糟
|
| 2206 |
+
2205 轰
|
| 2207 |
+
2206 逝
|
| 2208 |
+
2207 扔
|
| 2209 |
+
2208 艇
|
| 2210 |
+
2209 梨
|
| 2211 |
+
2210 勃
|
| 2212 |
+
2211 缠
|
| 2213 |
+
2212 蕾
|
| 2214 |
+
2213 庸
|
| 2215 |
+
2214 喻
|
| 2216 |
+
2215 兆
|
| 2217 |
+
2216 裙
|
| 2218 |
+
2217 昏
|
| 2219 |
+
2218 鼎
|
| 2220 |
+
2219 袖
|
| 2221 |
+
2220 玲
|
| 2222 |
+
2221 匙
|
| 2223 |
+
2222 碱
|
| 2224 |
+
2223 祸
|
| 2225 |
+
2224 逛
|
| 2226 |
+
2225 筒
|
| 2227 |
+
2226 拌
|
| 2228 |
+
2227 遮
|
| 2229 |
+
2228 渔
|
| 2230 |
+
2229 硫
|
| 2231 |
+
2230 稻
|
| 2232 |
+
2231 踢
|
| 2233 |
+
2232 锤
|
| 2234 |
+
2233 毅
|
| 2235 |
+
2234 铭
|
| 2236 |
+
2235 豫
|
| 2237 |
+
2236 遂
|
| 2238 |
+
2237 跪
|
| 2239 |
+
2238 悄
|
| 2240 |
+
2239 咪
|
| 2241 |
+
2240 嫩
|
| 2242 |
+
2241 淮
|
| 2243 |
+
2242 辱
|
| 2244 |
+
2243 湘
|
| 2245 |
+
2244 厕
|
| 2246 |
+
2245 敲
|
| 2247 |
+
2246 凰
|
| 2248 |
+
2247 挽
|
| 2249 |
+
2248 瞎
|
| 2250 |
+
2249 菱
|
| 2251 |
+
2250 弘
|
| 2252 |
+
2251 爹
|
| 2253 |
+
2252 吞
|
| 2254 |
+
2253 罩
|
| 2255 |
+
2254 削
|
| 2256 |
+
2255 潘
|
| 2257 |
+
2256 澡
|
| 2258 |
+
2257 脊
|
| 2259 |
+
2258 铸
|
| 2260 |
+
2259 凑
|
| 2261 |
+
2260 披
|
| 2262 |
+
2261 浑
|
| 2263 |
+
2262 梗
|
| 2264 |
+
2263 洒
|
| 2265 |
+
2264 峡
|
| 2266 |
+
2265 拾
|
| 2267 |
+
2266 羞
|
| 2268 |
+
2267 哎
|
| 2269 |
+
2268 噪
|
| 2270 |
+
2269 摊
|
| 2271 |
+
2270 歧
|
| 2272 |
+
2271 渊
|
| 2273 |
+
2272 笼
|
| 2274 |
+
2273 桶
|
| 2275 |
+
2274 罐
|
| 2276 |
+
2275 宴
|
| 2277 |
+
2276 裕
|
| 2278 |
+
2277 愁
|
| 2279 |
+
2278 鹏
|
| 2280 |
+
2279 丙
|
| 2281 |
+
2280 铝
|
| 2282 |
+
2281 谦
|
| 2283 |
+
2282 栋
|
| 2284 |
+
2283 阀
|
| 2285 |
+
2284 粹
|
| 2286 |
+
2285 煌
|
| 2287 |
+
2286 恭
|
| 2288 |
+
2287 琪
|
| 2289 |
+
2288 憾
|
| 2290 |
+
2289 堵
|
| 2291 |
+
2290 绳
|
| 2292 |
+
2291 踩
|
| 2293 |
+
2292 茂
|
| 2294 |
+
2293 擎
|
| 2295 |
+
2294 鹤
|
| 2296 |
+
2295 泊
|
| 2297 |
+
2296 羡
|
| 2298 |
+
2297 纱
|
| 2299 |
+
2298 痴
|
| 2300 |
+
2299 趁
|
| 2301 |
+
2300 嘲
|
| 2302 |
+
2301 廊
|
| 2303 |
+
2302 牺
|
| 2304 |
+
2303 宪
|
| 2305 |
+
2304 馨
|
| 2306 |
+
2305 虐
|
| 2307 |
+
2306 醋
|
| 2308 |
+
2307 於
|
| 2309 |
+
2308 侍
|
| 2310 |
+
2309 茨
|
| 2311 |
+
2310 舱
|
| 2312 |
+
2311 瑶
|
| 2313 |
+
2312 闺
|
| 2314 |
+
2313 纺
|
| 2315 |
+
2314 氢
|
| 2316 |
+
2315 烫
|
| 2317 |
+
2316 膀
|
| 2318 |
+
2317 炫
|
| 2319 |
+
2318 勿
|
| 2320 |
+
2319 坤
|
| 2321 |
+
2320 泼
|
| 2322 |
+
2321 芒
|
| 2323 |
+
2322 雀
|
| 2324 |
+
2323 彭
|
| 2325 |
+
2324 瑰
|
| 2326 |
+
2325 枯
|
| 2327 |
+
2326 珊
|
| 2328 |
+
2327 咯
|
| 2329 |
+
2328 蒋
|
| 2330 |
+
2329 慌
|
| 2331 |
+
2330 褐
|
| 2332 |
+
2331 杠
|
| 2333 |
+
2332 菊
|
| 2334 |
+
2333 佬
|
| 2335 |
+
2334 捉
|
| 2336 |
+
2335 躁
|
| 2337 |
+
2336 涌
|
| 2338 |
+
2337 匿
|
| 2339 |
+
2338 撰
|
| 2340 |
+
2339 咽
|
| 2341 |
+
2340 屠
|
| 2342 |
+
2341 庞
|
| 2343 |
+
2342 柄
|
| 2344 |
+
2343 奸
|
| 2345 |
+
2344 坝
|
| 2346 |
+
2345 芦
|
| 2347 |
+
2346 搏
|
| 2348 |
+
2347 霞
|
| 2349 |
+
2348 靖
|
| 2350 |
+
2349 弊
|
| 2351 |
+
2350 贞
|
| 2352 |
+
2351 衔
|
| 2353 |
+
2352 逗
|
| 2354 |
+
2353 砍
|
| 2355 |
+
2354 馈
|
| 2356 |
+
2355 玫
|
| 2357 |
+
2356 寝
|
| 2358 |
+
2357 喉
|
| 2359 |
+
2358 詹
|
| 2360 |
+
2359 敷
|
| 2361 |
+
2360 咒
|
| 2362 |
+
2361 剖
|
| 2363 |
+
2362 斥
|
| 2364 |
+
2363 菠
|
| 2365 |
+
2364 蚀
|
| 2366 |
+
2365 倡
|
| 2367 |
+
2366 谊
|
| 2368 |
+
2367 渗
|
| 2369 |
+
2368 勉
|
| 2370 |
+
2369 痒
|
| 2371 |
+
2370 坪
|
| 2372 |
+
2371 焰
|
| 2373 |
+
2372 曝
|
| 2374 |
+
2373 畏
|
| 2375 |
+
2374 焊
|
| 2376 |
+
2375 伞
|
| 2377 |
+
2376 砸
|
| 2378 |
+
2377 粥
|
| 2379 |
+
2378 弓
|
| 2380 |
+
2379 硅
|
| 2381 |
+
2380 赐
|
| 2382 |
+
2381 裸
|
| 2383 |
+
2382 崔
|
| 2384 |
+
2383 刹
|
| 2385 |
+
2384 讽
|
| 2386 |
+
2385 乖
|
| 2387 |
+
2386 捧
|
| 2388 |
+
2387 惹
|
| 2389 |
+
2388 茎
|
| 2390 |
+
2389 卿
|
| 2391 |
+
2390 薛
|
| 2392 |
+
2391 鲍
|
| 2393 |
+
2392 椎
|
| 2394 |
+
2393 谣
|
| 2395 |
+
2394 伽
|
| 2396 |
+
2395 缸
|
| 2397 |
+
2396 狭
|
| 2398 |
+
2397 菇
|
| 2399 |
+
2398 媳
|
| 2400 |
+
2399 耍
|
| 2401 |
+
2400 瑜
|
| 2402 |
+
2401 遣
|
| 2403 |
+
2402 蔽
|
| 2404 |
+
2403 磷
|
| 2405 |
+
2404 沫
|
| 2406 |
+
2405 殷
|
| 2407 |
+
2406 僵
|
| 2408 |
+
2407 疹
|
| 2409 |
+
2408 骄
|
| 2410 |
+
2409 娶
|
| 2411 |
+
2410 雌
|
| 2412 |
+
2411 滞
|
| 2413 |
+
2412 酬
|
| 2414 |
+
2413 奢
|
| 2415 |
+
2414 溜
|
| 2416 |
+
2415 屎
|
| 2417 |
+
2416 阐
|
| 2418 |
+
2417 冈
|
| 2419 |
+
2418 宰
|
| 2420 |
+
2419 蟹
|
| 2421 |
+
2420 闯
|
| 2422 |
+
2421 搅
|
| 2423 |
+
2422 婷
|
| 2424 |
+
2423 讼
|
| 2425 |
+
2424 巫
|
| 2426 |
+
2425 枫
|
| 2427 |
+
2426 妨
|
| 2428 |
+
2427 枣
|
| 2429 |
+
2428 钮
|
| 2430 |
+
2429 剥
|
| 2431 |
+
2430 膝
|
| 2432 |
+
2431 矫
|
| 2433 |
+
2432 溢
|
| 2434 |
+
2433 矣
|
| 2435 |
+
2434 刃
|
| 2436 |
+
2435 蓉
|
| 2437 |
+
2436 嵌
|
| 2438 |
+
2437 胺
|
| 2439 |
+
2438 枕
|
| 2440 |
+
2439 衬
|
| 2441 |
+
2440 刮
|
| 2442 |
+
2441 誓
|
| 2443 |
+
2442 颠
|
| 2444 |
+
2443 矮
|
| 2445 |
+
2444 锈
|
| 2446 |
+
2445 酵
|
| 2447 |
+
2446 勋
|
| 2448 |
+
2447 蕴
|
| 2449 |
+
2448 窄
|
| 2450 |
+
2449 婉
|
| 2451 |
+
2450 辟
|
| 2452 |
+
2451 赁
|
| 2453 |
+
2452 愚
|
| 2454 |
+
2453 橡
|
| 2455 |
+
2454 彰
|
| 2456 |
+
2455 哇
|
| 2457 |
+
2456 歇
|
| 2458 |
+
2457 枢
|
| 2459 |
+
2458 沧
|
| 2460 |
+
2459 怡
|
| 2461 |
+
2460 姚
|
| 2462 |
+
2461 耻
|
| 2463 |
+
2462 坠
|
| 2464 |
+
2463 谜
|
| 2465 |
+
2464 绒
|
| 2466 |
+
2465 髓
|
| 2467 |
+
2466 迦
|
| 2468 |
+
2467 萍
|
| 2469 |
+
2468 愧
|
| 2470 |
+
2469 歪
|
| 2471 |
+
2470 帆
|
| 2472 |
+
2471 粤
|
| 2473 |
+
2472 绣
|
| 2474 |
+
2473 蒜
|
| 2475 |
+
2474 寞
|
| 2476 |
+
2475 汰
|
| 2477 |
+
2476 翁
|
| 2478 |
+
2477 兑
|
| 2479 |
+
2478 筛
|
| 2480 |
+
2479 潭
|
| 2481 |
+
2480 舅
|
| 2482 |
+
2481 茅
|
| 2483 |
+
2482 杉
|
| 2484 |
+
2483 衷
|
| 2485 |
+
2484 夷
|
| 2486 |
+
2485 蜀
|
| 2487 |
+
2486 芙
|
| 2488 |
+
2487 巷
|
| 2489 |
+
2488 郊
|
| 2490 |
+
2489 壶
|
| 2491 |
+
2490 窑
|
| 2492 |
+
2491 蠢
|
| 2493 |
+
2492 冥
|
| 2494 |
+
2493 杏
|
| 2495 |
+
2494 拦
|
| 2496 |
+
2495 睿
|
| 2497 |
+
2496 秉
|
| 2498 |
+
2497 诈
|
| 2499 |
+
2498 惩
|
| 2500 |
+
2499 攀
|
| 2501 |
+
2500 禽
|
| 2502 |
+
2501 蹲
|
| 2503 |
+
2502 荆
|
| 2504 |
+
2503 捞
|
| 2505 |
+
2504 顷
|
| 2506 |
+
2505 凸
|
| 2507 |
+
2506 泵
|
| 2508 |
+
2507 钩
|
| 2509 |
+
2508 谎
|
| 2510 |
+
2509 膨
|
| 2511 |
+
2510 匠
|
| 2512 |
+
2511 雁
|
| 2513 |
+
2512 甩
|
| 2514 |
+
2513 旬
|
| 2515 |
+
2514 哺
|
| 2516 |
+
2515 沸
|
| 2517 |
+
2516 岚
|
| 2518 |
+
2517 旭
|
| 2519 |
+
2518 麟
|
| 2520 |
+
2519 灿
|
| 2521 |
+
2520 琼
|
| 2522 |
+
2521 妊
|
| 2523 |
+
2522 崖
|
| 2524 |
+
2523 哄
|
| 2525 |
+
2524 钓
|
| 2526 |
+
2525 隙
|
| 2527 |
+
2526 栖
|
| 2528 |
+
2527 爪
|
| 2529 |
+
2528 氯
|
| 2530 |
+
2529 桐
|
| 2531 |
+
2530 橙
|
| 2532 |
+
2531 钥
|
| 2533 |
+
2532 竭
|
| 2534 |
+
2533 冶
|
| 2535 |
+
2534 坎
|
| 2536 |
+
2535 贱
|
| 2537 |
+
2536 妄
|
| 2538 |
+
2537 捡
|
| 2539 |
+
2538 驳
|
| 2540 |
+
2539 勘
|
| 2541 |
+
2540 昧
|
| 2542 |
+
2541 烹
|
| 2543 |
+
2542 卦
|
| 2544 |
+
2543 罕
|
| 2545 |
+
2544 苑
|
| 2546 |
+
2545 娠
|
| 2547 |
+
2546 彦
|
| 2548 |
+
2547 歼
|
| 2549 |
+
2548 兮
|
| 2550 |
+
2549 沾
|
| 2551 |
+
2550 姥
|
| 2552 |
+
2551 棕
|
| 2553 |
+
2552 钉
|
| 2554 |
+
2553 拯
|
| 2555 |
+
2554 呕
|
| 2556 |
+
2555 畸
|
| 2557 |
+
2556 塌
|
| 2558 |
+
2557 仗
|
| 2559 |
+
2558 笨
|
| 2560 |
+
2559 疮
|
| 2561 |
+
2560 蓬
|
| 2562 |
+
2561 豹
|
| 2563 |
+
2562 茄
|
| 2564 |
+
2563 亨
|
| 2565 |
+
2564 撩
|
| 2566 |
+
2565 酮
|
| 2567 |
+
2566 旱
|
| 2568 |
+
2567 浇
|
| 2569 |
+
2568 秩
|
| 2570 |
+
2569 淫
|
| 2571 |
+
2570 泣
|
| 2572 |
+
2571 棚
|
| 2573 |
+
2572 裹
|
| 2574 |
+
2573 梳
|
| 2575 |
+
2574 黏
|
| 2576 |
+
2575 磊
|
| 2577 |
+
2576 熔
|
| 2578 |
+
2577 惟
|
| 2579 |
+
2578 匆
|
| 2580 |
+
2579 棍
|
| 2581 |
+
2580 屯
|
| 2582 |
+
2581 皱
|
| 2583 |
+
2582 募
|
| 2584 |
+
2583 晃
|
| 2585 |
+
2584 碟
|
| 2586 |
+
2585 雇
|
| 2587 |
+
2586 鸽
|
| 2588 |
+
2587 酿
|
| 2589 |
+
2588 隋
|
| 2590 |
+
2589 鳞
|
| 2591 |
+
2590 艘
|
| 2592 |
+
2591 韧
|
| 2593 |
+
2592 厢
|
| 2594 |
+
2593 巅
|
| 2595 |
+
2594 烯
|
| 2596 |
+
2595 奠
|
| 2597 |
+
2596 寡
|
| 2598 |
+
2597 拘
|
| 2599 |
+
2598 禄
|
| 2600 |
+
2599 锌
|
| 2601 |
+
2600 薯
|
| 2602 |
+
2601 媚
|
| 2603 |
+
2602 谭
|
| 2604 |
+
2603 挫
|
| 2605 |
+
2604 诵
|
| 2606 |
+
2605 挨
|
| 2607 |
+
2606 墅
|
| 2608 |
+
2607 帧
|
| 2609 |
+
2608 嗽
|
| 2610 |
+
2609 盼
|
| 2611 |
+
2610 佑
|
| 2612 |
+
2611 穗
|
| 2613 |
+
2612 舆
|
| 2614 |
+
2613 竖
|
| 2615 |
+
2614 耽
|
| 2616 |
+
2615 葩
|
| 2617 |
+
2616 翡
|
| 2618 |
+
2617 侨
|
| 2619 |
+
2618 蛛
|
| 2620 |
+
2619 卒
|
| 2621 |
+
2620 瘾
|
| 2622 |
+
2621 钠
|
| 2623 |
+
2622 鸦
|
| 2624 |
+
2623 脖
|
| 2625 |
+
2624 呜
|
| 2626 |
+
2625 贩
|
| 2627 |
+
2626 魄
|
| 2628 |
+
2627 淑
|
| 2629 |
+
2628 苯
|
| 2630 |
+
2629 甄
|
| 2631 |
+
2630 稚
|
| 2632 |
+
2631 腕
|
| 2633 |
+
2632 屡
|
| 2634 |
+
2633 蜡
|
| 2635 |
+
2634 涅
|
| 2636 |
+
2635 喘
|
| 2637 |
+
2636 崎
|
| 2638 |
+
2637 昔
|
| 2639 |
+
2638 鑫
|
| 2640 |
+
2639 贬
|
| 2641 |
+
2640 滥
|
| 2642 |
+
2641 涩
|
| 2643 |
+
2642 铅
|
| 2644 |
+
2643 鄙
|
| 2645 |
+
2644 涡
|
| 2646 |
+
2645 衫
|
| 2647 |
+
2646 唉
|
| 2648 |
+
2647 捏
|
| 2649 |
+
2648 顽
|
| 2650 |
+
2649 屑
|
| 2651 |
+
2650 颂
|
| 2652 |
+
2651 绎
|
| 2653 |
+
2652 帘
|
| 2654 |
+
2653 弧
|
| 2655 |
+
2654 巩
|
| 2656 |
+
2655 岂
|
| 2657 |
+
2656 盯
|
| 2658 |
+
2657 凹
|
| 2659 |
+
2658 栗
|
| 2660 |
+
2659 啤
|
| 2661 |
+
2660 勺
|
| 2662 |
+
2661 佣
|
| 2663 |
+
2662 祛
|
| 2664 |
+
2663 慨
|
| 2665 |
+
2664 纬
|
| 2666 |
+
2665 掏
|
| 2667 |
+
2666 喵
|
| 2668 |
+
2667 尹
|
| 2669 |
+
2668 祈
|
| 2670 |
+
2669 斋
|
| 2671 |
+
2670 楠
|
| 2672 |
+
2671 彤
|
| 2673 |
+
2672 钦
|
| 2674 |
+
2673 汝
|
| 2675 |
+
2674 缆
|
| 2676 |
+
2675 匪
|
| 2677 |
+
2676 芭
|
| 2678 |
+
2677 澄
|
| 2679 |
+
2678 堕
|
| 2680 |
+
2679 澜
|
| 2681 |
+
2680 琐
|
| 2682 |
+
2681 橘
|
| 2683 |
+
2682 庚
|
| 2684 |
+
2683 轿
|
| 2685 |
+
2684 甸
|
| 2686 |
+
2685 斌
|
| 2687 |
+
2686 蚁
|
| 2688 |
+
2687 烘
|
| 2689 |
+
2688 宵
|
| 2690 |
+
2689 奎
|
| 2691 |
+
2690 昊
|
| 2692 |
+
2691 裔
|
| 2693 |
+
2692 稽
|
| 2694 |
+
2693 叮
|
| 2695 |
+
2694 淳
|
| 2696 |
+
2695 睁
|
| 2697 |
+
2696 仆
|
| 2698 |
+
2697 饥
|
| 2699 |
+
2698 呐
|
| 2700 |
+
2699 摧
|
| 2701 |
+
2700 肆
|
| 2702 |
+
2701 蚊
|
| 2703 |
+
2702 甫
|
| 2704 |
+
2703 湛
|
| 2705 |
+
2704 蚕
|
| 2706 |
+
2705 襄
|
| 2707 |
+
2706 懵
|
| 2708 |
+
2707 匈
|
| 2709 |
+
2708 吼
|
| 2710 |
+
2709 饶
|
| 2711 |
+
2710 拐
|
| 2712 |
+
2711 仑
|
| 2713 |
+
2712 卉
|
| 2714 |
+
2713 攒
|
| 2715 |
+
2714 窃
|
| 2716 |
+
2715 沪
|
| 2717 |
+
2716 怼
|
| 2718 |
+
2717 咏
|
| 2719 |
+
2718 矢
|
| 2720 |
+
2719 瞳
|
| 2721 |
+
2720 妒
|
| 2722 |
+
2721 胚
|
| 2723 |
+
2722 哒
|
| 2724 |
+
2723 吟
|
| 2725 |
+
2724 酯
|
| 2726 |
+
2725 丫
|
| 2727 |
+
2726 蕉
|
| 2728 |
+
2727 瀑
|
| 2729 |
+
2728 冀
|
| 2730 |
+
2729 俯
|
| 2731 |
+
2730 痰
|
| 2732 |
+
2731 邑
|
| 2733 |
+
2732 袜
|
| 2734 |
+
2733 潇
|
| 2735 |
+
2734 鞭
|
| 2736 |
+
2735 尉
|
| 2737 |
+
2736 仕
|
| 2738 |
+
2737 棵
|
| 2739 |
+
2738 揉
|
| 2740 |
+
2739 哟
|
| 2741 |
+
2740 挪
|
| 2742 |
+
2741 娅
|
| 2743 |
+
2742 槛
|
| 2744 |
+
2743 撼
|
| 2745 |
+
2744 氮
|
| 2746 |
+
2745 梵
|
| 2747 |
+
2746 萃
|
| 2748 |
+
2747 冤
|
| 2749 |
+
2748 疤
|
| 2750 |
+
2749 骏
|
| 2751 |
+
2750 粪
|
| 2752 |
+
2751 醛
|
| 2753 |
+
2752 牡
|
| 2754 |
+
2753 藻
|
| 2755 |
+
2754 钾
|
| 2756 |
+
2755 炖
|
| 2757 |
+
2756 皂
|
| 2758 |
+
2757 瞄
|
| 2759 |
+
2758 辜
|
| 2760 |
+
2759 逾
|
| 2761 |
+
2760 戳
|
| 2762 |
+
2761 嘱
|
| 2763 |
+
2762 笛
|
| 2764 |
+
2763 鳍
|
| 2765 |
+
2764 黛
|
| 2766 |
+
2765 莓
|
| 2767 |
+
2766 镶
|
| 2768 |
+
2767 镖
|
| 2769 |
+
2768 啪
|
| 2770 |
+
2769 蛙
|
| 2771 |
+
2770 拱
|
| 2772 |
+
2771 狄
|
| 2773 |
+
2772 沛
|
| 2774 |
+
2773 颤
|
| 2775 |
+
2774 峻
|
| 2776 |
+
2775 煞
|
| 2777 |
+
2776 沦
|
| 2778 |
+
2777 嗓
|
| 2779 |
+
2778 栓
|
| 2780 |
+
2779 彬
|
| 2781 |
+
2780 暮
|
| 2782 |
+
2781 沐
|
| 2783 |
+
2782 肛
|
| 2784 |
+
2783 瞒
|
| 2785 |
+
2784 翘
|
| 2786 |
+
2785 诀
|
| 2787 |
+
2786 哑
|
| 2788 |
+
2787 闸
|
| 2789 |
+
2788 哼
|
| 2790 |
+
2789 嫂
|
| 2791 |
+
2790 倦
|
| 2792 |
+
2791 娟
|
| 2793 |
+
2792 蹭
|
| 2794 |
+
2793 闽
|
| 2795 |
+
2794 舶
|
| 2796 |
+
2795 糙
|
| 2797 |
+
2796 榴
|
| 2798 |
+
2797 嫉
|
| 2799 |
+
2798 祠
|
| 2800 |
+
2799 垒
|
| 2801 |
+
2800 窦
|
| 2802 |
+
2801 耿
|
| 2803 |
+
2802 垄
|
| 2804 |
+
2803 邵
|
| 2805 |
+
2804 屿
|
| 2806 |
+
2805 缀
|
| 2807 |
+
2806 噩
|
| 2808 |
+
2807 莹
|
| 2809 |
+
2808 雍
|
| 2810 |
+
2809 柠
|
| 2811 |
+
2810 锥
|
| 2812 |
+
2811 暨
|
| 2813 |
+
2812 叭
|
| 2814 |
+
2813 崛
|
| 2815 |
+
2814 莞
|
| 2816 |
+
2815 蝴
|
| 2817 |
+
2816 臀
|
| 2818 |
+
2817 喇
|
| 2819 |
+
2818 棱
|
| 2820 |
+
2819 缅
|
| 2821 |
+
2820 憋
|
| 2822 |
+
2821 抒
|
| 2823 |
+
2822 诡
|
| 2824 |
+
2823 焉
|
| 2825 |
+
2824 灶
|
| 2826 |
+
2825 舔
|
| 2827 |
+
2826 煲
|
| 2828 |
+
2827 蒲
|
| 2829 |
+
2828 祀
|
| 2830 |
+
2829 驴
|
| 2831 |
+
2830 斧
|
| 2832 |
+
2831 丞
|
| 2833 |
+
2832 圭
|
| 2834 |
+
2833 懈
|
| 2835 |
+
2834 瞧
|
| 2836 |
+
2835 吏
|
| 2837 |
+
2836 狸
|
| 2838 |
+
2837 椭
|
| 2839 |
+
2838 溯
|
| 2840 |
+
2839 蜘
|
| 2841 |
+
2840 汀
|
| 2842 |
+
2841 猿
|
| 2843 |
+
2842 桩
|
| 2844 |
+
2843 蹦
|
| 2845 |
+
2844 鲸
|
| 2846 |
+
2845 兜
|
| 2847 |
+
2846 杖
|
| 2848 |
+
2847 妍
|
| 2849 |
+
2848 敞
|
| 2850 |
+
2849 厄
|
| 2851 |
+
2850 葵
|
| 2852 |
+
2851 雯
|
| 2853 |
+
2852 熏
|
| 2854 |
+
2853 趟
|
| 2855 |
+
2854 躯
|
| 2856 |
+
2855 坞
|
| 2857 |
+
2856 肋
|
| 2858 |
+
2857 柿
|
| 2859 |
+
2858 敛
|
| 2860 |
+
2859 俘
|
| 2861 |
+
2860 堤
|
| 2862 |
+
2861 觅
|
| 2863 |
+
2862 萎
|
| 2864 |
+
2863 暧
|
| 2865 |
+
2864 哉
|
| 2866 |
+
2865 焕
|
| 2867 |
+
2866 酰
|
| 2868 |
+
2867 氓
|
| 2869 |
+
2868 孢
|
| 2870 |
+
2869 梭
|
| 2871 |
+
2870 腥
|
| 2872 |
+
2871 乞
|
| 2873 |
+
2872 禹
|
| 2874 |
+
2873 掠
|
| 2875 |
+
2874 埔
|
| 2876 |
+
2875 孵
|
| 2877 |
+
2876 檬
|
| 2878 |
+
2877 隧
|
| 2879 |
+
2878 缚
|
| 2880 |
+
2879 喀
|
| 2881 |
+
2880 趴
|
| 2882 |
+
2881 尧
|
| 2883 |
+
2882 佟
|
| 2884 |
+
2883 诏
|
| 2885 |
+
2884 坟
|
| 2886 |
+
2885 霆
|
| 2887 |
+
2886 蕊
|
| 2888 |
+
2887 碌
|
| 2889 |
+
2888 镍
|
| 2890 |
+
2889 袍
|
| 2891 |
+
2890 镀
|
| 2892 |
+
2891 硝
|
| 2893 |
+
2892 阜
|
| 2894 |
+
2893 鲨
|
| 2895 |
+
2894 侈
|
| 2896 |
+
2895 烛
|
| 2897 |
+
2896 芹
|
| 2898 |
+
2897 寇
|
| 2899 |
+
2898 坂
|
| 2900 |
+
2899 苔
|
| 2901 |
+
2900 蝎
|
| 2902 |
+
2901 籽
|
| 2903 |
+
2902 釉
|
| 2904 |
+
2903 宛
|
| 2905 |
+
2904 笋
|
| 2906 |
+
2905 贮
|
| 2907 |
+
2906 蹄
|
| 2908 |
+
2907 茜
|
| 2909 |
+
2908 屌
|
| 2910 |
+
2909 嗜
|
| 2911 |
+
2910 胰
|
| 2912 |
+
2911 捣
|
| 2913 |
+
2912 饺
|
| 2914 |
+
2913 倩
|
| 2915 |
+
2914 钝
|
| 2916 |
+
2915 栈
|
| 2917 |
+
2916 睹
|
| 2918 |
+
2917 蔓
|
| 2919 |
+
2918 汕
|
| 2920 |
+
2919 蝉
|
| 2921 |
+
2920 棠
|
| 2922 |
+
2921 馅
|
| 2923 |
+
2922 悍
|
| 2924 |
+
2923 畴
|
| 2925 |
+
2924 鲤
|
| 2926 |
+
2925 狙
|
| 2927 |
+
2926 讶
|
| 2928 |
+
2927 迭
|
| 2929 |
+
2928 沼
|
| 2930 |
+
2929 竣
|
| 2931 |
+
2930 苟
|
| 2932 |
+
2931 诛
|
| 2933 |
+
2932 磕
|
| 2934 |
+
2933 邱
|
| 2935 |
+
2934 赎
|
| 2936 |
+
2935 糯
|
| 2937 |
+
2936 亥
|
| 2938 |
+
2937 嚼
|
| 2939 |
+
2938 萱
|
| 2940 |
+
2939 劈
|
| 2941 |
+
2940 酥
|
| 2942 |
+
2941 膳
|
| 2943 |
+
2942 弈
|
| 2944 |
+
2943 鄂
|
| 2945 |
+
2944 畔
|
| 2946 |
+
2945 寅
|
| 2947 |
+
2946 叨
|
| 2948 |
+
2947 楷
|
| 2949 |
+
2948 奕
|
| 2950 |
+
2949 麒
|
| 2951 |
+
2950 虞
|
| 2952 |
+
2951 魁
|
| 2953 |
+
2952 铲
|
| 2954 |
+
2953 麽
|
| 2955 |
+
2954 礁
|
| 2956 |
+
2955 溉
|
| 2957 |
+
2956 扛
|
| 2958 |
+
2957 锯
|
| 2959 |
+
2958 浊
|
| 2960 |
+
2959 焚
|
| 2961 |
+
2960 懿
|
| 2962 |
+
2961 窟
|
| 2963 |
+
2962 媛
|
| 2964 |
+
2963 瘫
|
| 2965 |
+
2964 侃
|
| 2966 |
+
2965 棘
|
| 2967 |
+
2966 赣
|
| 2968 |
+
2967 雏
|
| 2969 |
+
2968 搓
|
| 2970 |
+
2969 絮
|
| 2971 |
+
2970 囚
|
| 2972 |
+
2971 脐
|
| 2973 |
+
2972 琦
|
| 2974 |
+
2973 饪
|
| 2975 |
+
2974 缔
|
| 2976 |
+
2975 哨
|
| 2977 |
+
2976 沥
|
| 2978 |
+
2977 榄
|
| 2979 |
+
2978 锂
|
| 2980 |
+
2979 噬
|
| 2981 |
+
2980 嘎
|
| 2982 |
+
2981 砌
|
| 2983 |
+
2982 嗨
|
| 2984 |
+
2983 荧
|
| 2985 |
+
2984 鳄
|
| 2986 |
+
2985 朔
|
| 2987 |
+
2986 彪
|
| 2988 |
+
2987 骼
|
| 2989 |
+
2988 廓
|
| 2990 |
+
2989 阱
|
| 2991 |
+
2990 玺
|
| 2992 |
+
2991 挚
|
| 2993 |
+
2992 琢
|
| 2994 |
+
2993 绸
|
| 2995 |
+
2994 霖
|
| 2996 |
+
2995 趾
|
| 2997 |
+
2996 茹
|
| 2998 |
+
2997 榨
|
| 2999 |
+
2998 淹
|
| 3000 |
+
2999 疡
|
| 3001 |
+
3000 驼
|
| 3002 |
+
3001 灸
|
| 3003 |
+
3002 俞
|
| 3004 |
+
3003 扒
|
| 3005 |
+
3004 荫
|
| 3006 |
+
3005 個
|
| 3007 |
+
3006 這
|
| 3008 |
+
3007 怂
|
| 3009 |
+
3008 恳
|
| 3010 |
+
3009 琉
|
| 3011 |
+
3010 掀
|
| 3012 |
+
3011 陋
|
| 3013 |
+
3012 倚
|
| 3014 |
+
3013 颌
|
| 3015 |
+
3014 毗
|
| 3016 |
+
3015 诠
|
| 3017 |
+
3016 脓
|
| 3018 |
+
3017 镁
|
| 3019 |
+
3018 灼
|
| 3020 |
+
3019 凄
|
| 3021 |
+
3020 傍
|
| 3022 |
+
3021 卤
|
| 3023 |
+
3022 揽
|
| 3024 |
+
3023 廖
|
| 3025 |
+
3024 侮
|
| 3026 |
+
3025 葫
|
| 3027 |
+
3026 绞
|
| 3028 |
+
3027 洽
|
| 3029 |
+
3028 剔
|
| 3030 |
+
3029 瑕
|
| 3031 |
+
3030 啸
|
| 3032 |
+
3031 芸
|
| 3033 |
+
3032 涕
|
| 3034 |
+
3033 颅
|
| 3035 |
+
3034 氟
|
| 3036 |
+
3035 蚂
|
| 3037 |
+
3036 噢
|
| 3038 |
+
3037 琅
|
| 3039 |
+
3038 涤
|
| 3040 |
+
3039 禾
|
| 3041 |
+
3040 旷
|
| 3042 |
+
3041 莽
|
| 3043 |
+
3042 橄
|
| 3044 |
+
3043 磅
|
| 3045 |
+
3044 沂
|
| 3046 |
+
3045 挠
|
| 3047 |
+
3046 窍
|
| 3048 |
+
3047 俭
|
| 3049 |
+
3048 咕
|
| 3050 |
+
3049 芜
|
| 3051 |
+
3050 歹
|
| 3052 |
+
3051 穹
|
| 3053 |
+
3052 撸
|
| 3054 |
+
3053 蝠
|
| 3055 |
+
3054 戊
|
| 3056 |
+
3055 榆
|
| 3057 |
+
3056 渲
|
| 3058 |
+
3057 藩
|
| 3059 |
+
3058 诶
|
| 3060 |
+
3059 阎
|
| 3061 |
+
3060 稠
|
| 3062 |
+
3061 钛
|
| 3063 |
+
3062 邢
|
| 3064 |
+
3063 渤
|
| 3065 |
+
3064 昼
|
| 3066 |
+
3065 谍
|
| 3067 |
+
3066 逍
|
| 3068 |
+
3067 晗
|
| 3069 |
+
3068 蘑
|
| 3070 |
+
3069 逮
|
| 3071 |
+
3070 厥
|
| 3072 |
+
3071 梓
|
| 3073 |
+
3072 桓
|
| 3074 |
+
3073 澈
|
| 3075 |
+
3074 紊
|
| 3076 |
+
3075 腌
|
| 3077 |
+
3076 簧
|
| 3078 |
+
3077 疚
|
| 3079 |
+
3078 钧
|
| 3080 |
+
3079 秃
|
| 3081 |
+
3080 碾
|
| 3082 |
+
3081 肘
|
| 3083 |
+
3082 滕
|
| 3084 |
+
3083 犀
|
| 3085 |
+
3084 渝
|
| 3086 |
+
3085 曦
|
| 3087 |
+
3086 哮
|
| 3088 |
+
3087 靡
|
| 3089 |
+
3088 蔚
|
| 3090 |
+
3089 濒
|
| 3091 |
+
3090 禧
|
| 3092 |
+
3091 窥
|
| 3093 |
+
3092 筝
|
| 3094 |
+
3093 簿
|
| 3095 |
+
3094 幂
|
| 3096 |
+
3095 熄
|
| 3097 |
+
3096 珀
|
| 3098 |
+
3097 癫
|
| 3099 |
+
3098 烷
|
| 3100 |
+
3099 苛
|
| 3101 |
+
3100 牟
|
| 3102 |
+
3101 聂
|
| 3103 |
+
3102 鞍
|
| 3104 |
+
3103 愣
|
| 3105 |
+
3104 豚
|
| 3106 |
+
3105 為
|
| 3107 |
+
3106 嵩
|
| 3108 |
+
3107 俏
|
| 3109 |
+
3108 镰
|
| 3110 |
+
3109 棺
|
| 3111 |
+
3110 卯
|
| 3112 |
+
3111 矶
|
| 3113 |
+
3112 盔
|
| 3114 |
+
3113 裴
|
| 3115 |
+
3114 篷
|
| 3116 |
+
3115 绊
|
| 3117 |
+
3116 哩
|
| 3118 |
+
3117 捆
|
| 3119 |
+
3118 檐
|
| 3120 |
+
3119 侄
|
| 3121 |
+
3120 瞻
|
| 3122 |
+
3121 拢
|
| 3123 |
+
3122 眷
|
| 3124 |
+
3123 巍
|
| 3125 |
+
3124 淇
|
| 3126 |
+
3125 羁
|
| 3127 |
+
3126 昕
|
| 3128 |
+
3127 槐
|
| 3129 |
+
3128 椰
|
| 3130 |
+
3129 靓
|
| 3131 |
+
3130 朽
|
| 3132 |
+
3131 迄
|
| 3133 |
+
3132 瑚
|
| 3134 |
+
3133 绮
|
| 3135 |
+
3134 恤
|
| 3136 |
+
3135 庵
|
| 3137 |
+
3136 乒
|
| 3138 |
+
3137 彝
|
| 3139 |
+
3138 捂
|
| 3140 |
+
3139 邹
|
| 3141 |
+
3140 垣
|
| 3142 |
+
3141 娥
|
| 3143 |
+
3142 檀
|
| 3144 |
+
3143 膊
|
| 3145 |
+
3144 俺
|
| 3146 |
+
3145 毯
|
| 3147 |
+
3146 揣
|
| 3148 |
+
3147 咧
|
| 3149 |
+
3148 陇
|
| 3150 |
+
3149 烨
|
| 3151 |
+
3150 岐
|
| 3152 |
+
3151 睫
|
| 3153 |
+
3152 绰
|
| 3154 |
+
3153 靴
|
| 3155 |
+
3154 肇
|
| 3156 |
+
3155 阮
|
| 3157 |
+
3156 猩
|
| 3158 |
+
3157 鹊
|
| 3159 |
+
3158 邯
|
| 3160 |
+
3159 帜
|
| 3161 |
+
3160 孜
|
| 3162 |
+
3161 溺
|
| 3163 |
+
3162 胳
|
| 3164 |
+
3163 荟
|
| 3165 |
+
3164 埠
|
| 3166 |
+
3165 蝇
|
| 3167 |
+
3166 眩
|
| 3168 |
+
3167 嚣
|
| 3169 |
+
3168 渺
|
| 3170 |
+
3169 仄
|
| 3171 |
+
3170 凿
|
| 3172 |
+
3171 譬
|
| 3173 |
+
3172 沁
|
| 3174 |
+
3173 绅
|
| 3175 |
+
3174 恍
|
| 3176 |
+
3175 绽
|
| 3177 |
+
3176 杞
|
| 3178 |
+
3177 贿
|
| 3179 |
+
3178 篆
|
| 3180 |
+
3179 诅
|
| 3181 |
+
3180 僻
|
| 3182 |
+
3181 壬
|
| 3183 |
+
3182 凳
|
| 3184 |
+
3183 垢
|
| 3185 |
+
3184 嘟
|
| 3186 |
+
3185 筷
|
| 3187 |
+
3186 匣
|
| 3188 |
+
3187 啃
|
| 3189 |
+
3188 匡
|
| 3190 |
+
3189 刨
|
| 3191 |
+
3190 漓
|
| 3192 |
+
3191 蝙
|
| 3193 |
+
3192 茵
|
| 3194 |
+
3193 肽
|
| 3195 |
+
3194 拙
|
| 3196 |
+
3195 伺
|
| 3197 |
+
3196 赘
|
| 3198 |
+
3197 庶
|
| 3199 |
+
3198 妾
|
| 3200 |
+
3199 渍
|
| 3201 |
+
3200 幢
|
| 3202 |
+
3201 芷
|
| 3203 |
+
3202 霄
|
| 3204 |
+
3203 妞
|
| 3205 |
+
3204 亢
|
| 3206 |
+
3205 呃
|
| 3207 |
+
3206 祁
|
| 3208 |
+
3207 韶
|
| 3209 |
+
3208 酪
|
| 3210 |
+
3209 馒
|
| 3211 |
+
3210 麓
|
| 3212 |
+
3211 抠
|
| 3213 |
+
3212 嗣
|
| 3214 |
+
3213 韭
|
| 3215 |
+
3214 栅
|
| 3216 |
+
3215 璐
|
| 3217 |
+
3216 藉
|
| 3218 |
+
3217 冢
|
| 3219 |
+
3218 骆
|
| 3220 |
+
3219 撇
|
| 3221 |
+
3220 僚
|
| 3222 |
+
3221 哗
|
| 3223 |
+
3222 毙
|
| 3224 |
+
3223 晏
|
| 3225 |
+
3224 祷
|
| 3226 |
+
3225 讳
|
| 3227 |
+
3226 郝
|
| 3228 |
+
3227 恕
|
| 3229 |
+
3228 酚
|
| 3230 |
+
3229 斐
|
| 3231 |
+
3230 剃
|
| 3232 |
+
3231 钞
|
| 3233 |
+
3232 淤
|
| 3234 |
+
3233 弛
|
| 3235 |
+
3234 喔
|
| 3236 |
+
3235 跋
|
| 3237 |
+
3236 浒
|
| 3238 |
+
3237 皓
|
| 3239 |
+
3238 笙
|
| 3240 |
+
3239 倪
|
| 3241 |
+
3240 搁
|
| 3242 |
+
3241 拷
|
| 3243 |
+
3242 嬛
|
| 3244 |
+
3243 翩
|
| 3245 |
+
3244 樊
|
| 3246 |
+
3245 渭
|
| 3247 |
+
3246 拇
|
| 3248 |
+
3247 聋
|
| 3249 |
+
3248 阪
|
| 3250 |
+
3249 桔
|
| 3251 |
+
3250 盏
|
| 3252 |
+
3251 寥
|
| 3253 |
+
3252 掷
|
| 3254 |
+
3253 蔷
|
| 3255 |
+
3254 芋
|
| 3256 |
+
3255 晾
|
| 3257 |
+
3256 拽
|
| 3258 |
+
3257 庇
|
| 3259 |
+
3258 璋
|
| 3260 |
+
3259 掺
|
| 3261 |
+
3260 徙
|
| 3262 |
+
3261 虏
|
| 3263 |
+
3262 枉
|
| 3264 |
+
3263 暇
|
| 3265 |
+
3264 肴
|
| 3266 |
+
3265 郸
|
| 3267 |
+
3266 睐
|
| 3268 |
+
3267 乓
|
| 3269 |
+
3268 擒
|
| 3270 |
+
3269 漱
|
| 3271 |
+
3270 颊
|
| 3272 |
+
3271 墩
|
| 3273 |
+
3272 晖
|
| 3274 |
+
3273 轧
|
| 3275 |
+
3274 蛤
|
| 3276 |
+
3275 墟
|
| 3277 |
+
3276 沌
|
| 3278 |
+
3277 蔗
|
| 3279 |
+
3278 梧
|
| 3280 |
+
3279 缕
|
| 3281 |
+
3280 橱
|
| 3282 |
+
3281 竿
|
| 3283 |
+
3282 烁
|
| 3284 |
+
3283 嫣
|
| 3285 |
+
3284 蕃
|
| 3286 |
+
3285 恬
|
| 3287 |
+
3286 拭
|
| 3288 |
+
3287 螂
|
| 3289 |
+
3288 鸳
|
| 3290 |
+
3289 哔
|
| 3291 |
+
3290 骁
|
| 3292 |
+
3291 眸
|
| 3293 |
+
3292 娩
|
| 3294 |
+
3293 饵
|
| 3295 |
+
3294 痔
|
| 3296 |
+
3295 昵
|
| 3297 |
+
3296 貂
|
| 3298 |
+
3297 猥
|
| 3299 |
+
3298 瘟
|
| 3300 |
+
3299 豁
|
| 3301 |
+
3300 瑾
|
| 3302 |
+
3301 蛾
|
| 3303 |
+
3302 喧
|
| 3304 |
+
3303 羲
|
| 3305 |
+
3304 來
|
| 3306 |
+
3305 荔
|
| 3307 |
+
3306 飙
|
| 3308 |
+
3307 妓
|
| 3309 |
+
3308 瀚
|
| 3310 |
+
3309 狩
|
| 3311 |
+
3310 蜗
|
| 3312 |
+
3311 靶
|
| 3313 |
+
3312 垮
|
| 3314 |
+
3313 惫
|
| 3315 |
+
3314 町
|
| 3316 |
+
3315 痹
|
| 3317 |
+
3316 凛
|
| 3318 |
+
3317 唑
|
| 3319 |
+
3318 炳
|
| 3320 |
+
3319 掐
|
| 3321 |
+
3320 拂
|
| 3322 |
+
3321 癖
|
| 3323 |
+
3322 笃
|
| 3324 |
+
3323 酌
|
| 3325 |
+
3324 惰
|
| 3326 |
+
3325 糜
|
| 3327 |
+
3326 鹦
|
| 3328 |
+
3327 唧
|
| 3329 |
+
3328 戮
|
| 3330 |
+
3329 惕
|
| 3331 |
+
3330 蠕
|
| 3332 |
+
3331 藕
|
| 3333 |
+
3332 吁
|
| 3334 |
+
3333 驭
|
| 3335 |
+
3334 璇
|
| 3336 |
+
3335 癸
|
| 3337 |
+
3336 扳
|
| 3338 |
+
3337 懦
|
| 3339 |
+
3338 殴
|
| 3340 |
+
3339 毋
|
| 3341 |
+
3340 铠
|
| 3342 |
+
3341 會
|
| 3343 |
+
3342 碘
|
| 3344 |
+
3343 嗅
|
| 3345 |
+
3344 驿
|
| 3346 |
+
3345 驯
|
| 3347 |
+
3346 苞
|
| 3348 |
+
3347 堰
|
| 3349 |
+
3348 镯
|
| 3350 |
+
3349 垦
|
| 3351 |
+
3350 舜
|
| 3352 |
+
3351 嘘
|
| 3353 |
+
3352 陨
|
| 3354 |
+
3353 丐
|
| 3355 |
+
3354 梢
|
| 3356 |
+
3355 鸯
|
| 3357 |
+
3356 稣
|
| 3358 |
+
3357 噜
|
| 3359 |
+
3358 峨
|
| 3360 |
+
3359 巳
|
| 3361 |
+
3360 時
|
| 3362 |
+
3361 柚
|
| 3363 |
+
3362 璧
|
| 3364 |
+
3363 婊
|
| 3365 |
+
3364 孽
|
| 3366 |
+
3365 啼
|
| 3367 |
+
3366 敖
|
| 3368 |
+
3367 遁
|
| 3369 |
+
3368 戎
|
| 3370 |
+
3369 坯
|
| 3371 |
+
3370 黔
|
| 3372 |
+
3371 鞠
|
| 3373 |
+
3372 刁
|
| 3374 |
+
3373 枸
|
| 3375 |
+
3374 耸
|
| 3376 |
+
3375 喽
|
| 3377 |
+
3376 芥
|
| 3378 |
+
3377 秤
|
| 3379 |
+
3378 鞘
|
| 3380 |
+
3379 皖
|
| 3381 |
+
3380 掰
|
| 3382 |
+
3381 绚
|
| 3383 |
+
3382 陡
|
| 3384 |
+
3383 睦
|
| 3385 |
+
3384 腋
|
| 3386 |
+
3385 辗
|
| 3387 |
+
3386 崭
|
| 3388 |
+
3387 祺
|
| 3389 |
+
3388 苷
|
| 3390 |
+
3389 酉
|
| 3391 |
+
3390 壹
|
| 3392 |
+
3391 揍
|
| 3393 |
+
3392 扈
|
| 3394 |
+
3393 谛
|
| 3395 |
+
3394 鹉
|
| 3396 |
+
3395 炬
|
| 3397 |
+
3396 洼
|
| 3398 |
+
3397 悚
|
| 3399 |
+
3398 怠
|
| 3400 |
+
3399 峪
|
| 3401 |
+
3400 胱
|
| 3402 |
+
3401 乍
|
| 3403 |
+
3402 唾
|
| 3404 |
+
3403 颓
|
| 3405 |
+
3404 徊
|
| 3406 |
+
3405 唠
|
| 3407 |
+
3406 嘤
|
| 3408 |
+
3407 怯
|
| 3409 |
+
3408 萼
|
| 3410 |
+
3409 汶
|
| 3411 |
+
3410 龚
|
| 3412 |
+
3411 洱
|
| 3413 |
+
3412 憨
|
| 3414 |
+
3413 瘩
|
| 3415 |
+
3414 說
|
| 3416 |
+
3415 滔
|
| 3417 |
+
3416 疙
|
| 3418 |
+
3417 疸
|
| 3419 |
+
3418 瞪
|
| 3420 |
+
3419 轼
|
| 3421 |
+
3420 徘
|
| 3422 |
+
3421 酋
|
| 3423 |
+
3422 铬
|
| 3424 |
+
3423 姊
|
| 3425 |
+
3424 啰
|
| 3426 |
+
3425 粑
|
| 3427 |
+
3426 镭
|
| 3428 |
+
3427 後
|
| 3429 |
+
3428 惶
|
| 3430 |
+
3429 锰
|
| 3431 |
+
3430 鸠
|
| 3432 |
+
3431 抉
|
| 3433 |
+
3432 茸
|
| 3434 |
+
3433 诣
|
| 3435 |
+
3434 潍
|
| 3436 |
+
3435 咀
|
| 3437 |
+
3436 诫
|
| 3438 |
+
3437 倘
|
| 3439 |
+
3438 霹
|
| 3440 |
+
3439 呦
|
| 3441 |
+
3440 悼
|
| 3442 |
+
3441 朕
|
| 3443 |
+
3442 拧
|
| 3444 |
+
3443 缉
|
| 3445 |
+
3444 婶
|
| 3446 |
+
3445 岔
|
| 3447 |
+
3446 剿
|
| 3448 |
+
3447 冉
|
| 3449 |
+
3448 摹
|
| 3450 |
+
3449 晦
|
| 3451 |
+
3450 桦
|
| 3452 |
+
3451 菁
|
| 3453 |
+
3452 绷
|
| 3454 |
+
3453 雳
|
| 3455 |
+
3454 褪
|
| 3456 |
+
3455 绥
|
| 3457 |
+
3456 煜
|
| 3458 |
+
3457 镑
|
| 3459 |
+
3458 嗦
|
| 3460 |
+
3459 婿
|
| 3461 |
+
3460 煽
|
| 3462 |
+
3461 玮
|
| 3463 |
+
3462 襟
|
| 3464 |
+
3463 戌
|
| 3465 |
+
3464 挟
|
| 3466 |
+
3465 痫
|
| 3467 |
+
3466 漳
|
| 3468 |
+
3467 祯
|
| 3469 |
+
3468 珑
|
| 3470 |
+
3469 窜
|
| 3471 |
+
3470 瞩
|
| 3472 |
+
3471 陛
|
| 3473 |
+
3472 兢
|
| 3474 |
+
3473 冕
|
| 3475 |
+
3474 鸥
|
| 3476 |
+
3475 侗
|
| 3477 |
+
3476 纶
|
| 3478 |
+
3477 琶
|
| 3479 |
+
3478 焙
|
| 3480 |
+
3479 绯
|
| 3481 |
+
3480 弩
|
| 3482 |
+
3481 薰
|
| 3483 |
+
3482 粟
|
| 3484 |
+
3483 谏
|
| 3485 |
+
3484 窒
|
| 3486 |
+
3485 谬
|
| 3487 |
+
3486 苇
|
| 3488 |
+
3487 骸
|
| 3489 |
+
3488 咚
|
| 3490 |
+
3489 啧
|
| 3491 |
+
3490 烽
|
| 3492 |
+
3491 兀
|
| 3493 |
+
3492 侏
|
| 3494 |
+
3493 闵
|
| 3495 |
+
3494 學
|
| 3496 |
+
3495 睾
|
| 3497 |
+
3496 茧
|
| 3498 |
+
3497 咙
|
| 3499 |
+
3498 褶
|
| 3500 |
+
3499 瘀
|
| 3501 |
+
3500 桨
|
| 3502 |
+
3501 簇
|
| 3503 |
+
3502 叽
|
| 3504 |
+
3503 弼
|
| 3505 |
+
3504 纂
|
| 3506 |
+
3505 泗
|
| 3507 |
+
3506 羹
|
| 3508 |
+
3507 眶
|
| 3509 |
+
3508 膛
|
| 3510 |
+
3509 曙
|
| 3511 |
+
3510 翟
|
| 3512 |
+
3511 羯
|
| 3513 |
+
3512 褒
|
| 3514 |
+
3513 鲫
|
| 3515 |
+
3514 佼
|
| 3516 |
+
3515 磺
|
| 3517 |
+
3516 辙
|
| 3518 |
+
3517 鹭
|
| 3519 |
+
3518 憎
|
| 3520 |
+
3519 馏
|
| 3521 |
+
3520 泸
|
| 3522 |
+
3521 缪
|
| 3523 |
+
3522 蜕
|
| 3524 |
+
3523 樟
|
| 3525 |
+
3524 茉
|
| 3526 |
+
3525 疵
|
| 3527 |
+
3526 烙
|
| 3528 |
+
3527 麼
|
| 3529 |
+
3528 毓
|
| 3530 |
+
3529 溅
|
| 3531 |
+
3530 昱
|
| 3532 |
+
3531 涧
|
| 3533 |
+
3532 娴
|
| 3534 |
+
3533 憧
|
| 3535 |
+
3534 炙
|
| 3536 |
+
3535 淄
|
| 3537 |
+
3536 挛
|
| 3538 |
+
3537 柑
|
| 3539 |
+
3538 捅
|
| 3540 |
+
3539 蚌
|
| 3541 |
+
3540 筱
|
| 3542 |
+
3541 沒
|
| 3543 |
+
3542 崽
|
| 3544 |
+
3543 颐
|
| 3545 |
+
3544 窖
|
| 3546 |
+
3545 阙
|
| 3547 |
+
3546 炽
|
| 3548 |
+
3547 沮
|
| 3549 |
+
3548 娄
|
| 3550 |
+
3549 腱
|
| 3551 |
+
3550 辕
|
| 3552 |
+
3551 剁
|
| 3553 |
+
3552 濑
|
| 3554 |
+
3553 憬
|
| 3555 |
+
3554 躬
|
| 3556 |
+
3555 氪
|
| 3557 |
+
3556 钗
|
| 3558 |
+
3557 腮
|
| 3559 |
+
3558 汐
|
| 3560 |
+
3559 囧
|
| 3561 |
+
3560 栩
|
| 3562 |
+
3561 谴
|
| 3563 |
+
3562 坷
|
| 3564 |
+
3563 韬
|
| 3565 |
+
3564 戟
|
| 3566 |
+
3565 莺
|
| 3567 |
+
3566 呛
|
| 3568 |
+
3567 钳
|
| 3569 |
+
3568 勐
|
| 3570 |
+
3569 廿
|
| 3571 |
+
3570 狡
|
| 3572 |
+
3571 嫖
|
| 3573 |
+
3572 峙
|
| 3574 |
+
3573 扼
|
| 3575 |
+
3574 羿
|
| 3576 |
+
3575 胧
|
| 3577 |
+
3576 谥
|
| 3578 |
+
3577 晟
|
| 3579 |
+
3578 蘸
|
| 3580 |
+
3579 嚷
|
| 3581 |
+
3580 羌
|
| 3582 |
+
3581 鹃
|
| 3583 |
+
3582 嫔
|
| 3584 |
+
3583 恺
|
| 3585 |
+
3584 嬉
|
| 3586 |
+
3585 鳌
|
| 3587 |
+
3586 虔
|
| 3588 |
+
3587 踝
|
| 3589 |
+
3588 琵
|
| 3590 |
+
3589 殉
|
| 3591 |
+
3590 螃
|
| 3592 |
+
3591 汲
|
| 3593 |
+
3592 峭
|
| 3594 |
+
3593 滇
|
| 3595 |
+
3594 蔑
|
| 3596 |
+
3595 扉
|
| 3597 |
+
3596 汾
|
| 3598 |
+
3597 疱
|
| 3599 |
+
3598 钵
|
| 3600 |
+
3599 砚
|
| 3601 |
+
3600 澎
|
| 3602 |
+
3601 臻
|
| 3603 |
+
3602 凋
|
| 3604 |
+
3603 揪
|
| 3605 |
+
3604 咐
|
| 3606 |
+
3605 宦
|
| 3607 |
+
3606 淆
|
| 3608 |
+
3607 锣
|
| 3609 |
+
3608 珂
|
| 3610 |
+
3609 裳
|
| 3611 |
+
3610 龈
|
| 3612 |
+
3611 朦
|
| 3613 |
+
3612 孰
|
| 3614 |
+
3613 札
|
| 3615 |
+
3614 讪
|
| 3616 |
+
3615 嗷
|
| 3617 |
+
3616 秽
|
| 3618 |
+
3617 夭
|
| 3619 |
+
3618 秧
|
| 3620 |
+
3619 铂
|
| 3621 |
+
3620 犁
|
| 3622 |
+
3621 痉
|
| 3623 |
+
3622 睑
|
| 3624 |
+
3623 傣
|
| 3625 |
+
3624 拎
|
| 3626 |
+
3625 霾
|
| 3627 |
+
3626 玖
|
| 3628 |
+
3627 宸
|
| 3629 |
+
3628 羟
|
| 3630 |
+
3629 祐
|
| 3631 |
+
3630 戾
|
| 3632 |
+
3631 疣
|
| 3633 |
+
3632 倔
|
| 3634 |
+
3633 琥
|
| 3635 |
+
3634 隘
|
| 3636 |
+
3635 喃
|
| 3637 |
+
3636 嫡
|
| 3638 |
+
3637 眨
|
| 3639 |
+
3638 烊
|
| 3640 |
+
3639 笠
|
| 3641 |
+
3640 楞
|
| 3642 |
+
3641 槟
|
| 3643 |
+
3642 厮
|
| 3644 |
+
3643 诃
|
| 3645 |
+
3644 國
|
| 3646 |
+
3645 圩
|
| 3647 |
+
3646 辫
|
| 3648 |
+
3647 萤
|
| 3649 |
+
3648 瑙
|
| 3650 |
+
3649 赦
|
| 3651 |
+
3650 衅
|
| 3652 |
+
3651 耦
|
| 3653 |
+
3652 殆
|
| 3654 |
+
3653 聆
|
| 3655 |
+
3654 烃
|
| 3656 |
+
3655 癣
|
| 3657 |
+
3656 楔
|
| 3658 |
+
3657 焖
|
| 3659 |
+
3658 曜
|
| 3660 |
+
3659 釜
|
| 3661 |
+
3660 阑
|
| 3662 |
+
3661 篡
|
| 3663 |
+
3662 黯
|
| 3664 |
+
3663 衙
|
| 3665 |
+
3664 嗝
|
| 3666 |
+
3665 伶
|
| 3667 |
+
3666 莆
|
| 3668 |
+
3667 枭
|
| 3669 |
+
3668 馀
|
| 3670 |
+
3669 姗
|
| 3671 |
+
3670 汹
|
| 3672 |
+
3671 奚
|
| 3673 |
+
3672 漾
|
| 3674 |
+
3673 丶
|
| 3675 |
+
3674 辍
|
| 3676 |
+
3675 婪
|
| 3677 |
+
3676 痣
|
| 3678 |
+
3677 匮
|
| 3679 |
+
3678 對
|
| 3680 |
+
3679 痊
|
| 3681 |
+
3680 哆
|
| 3682 |
+
3681 辄
|
| 3683 |
+
3682 丕
|
| 3684 |
+
3683 蛊
|
| 3685 |
+
3684 舵
|
| 3686 |
+
3685 慑
|
| 3687 |
+
3686 峥
|
| 3688 |
+
3687 鳖
|
| 3689 |
+
3688 過
|
| 3690 |
+
3689 荀
|
| 3691 |
+
3690 悯
|
| 3692 |
+
3691 绫
|
| 3693 |
+
3692 逅
|
| 3694 |
+
3693 佰
|
| 3695 |
+
3694 锚
|
| 3696 |
+
3695 倭
|
| 3697 |
+
3696 戛
|
| 3698 |
+
3697 苓
|
| 3699 |
+
3698 邂
|
| 3700 |
+
3699 遏
|
| 3701 |
+
3700 裘
|
| 3702 |
+
3701 忏
|
| 3703 |
+
3702 鳗
|
| 3704 |
+
3703 搂
|
| 3705 |
+
3704 猝
|
| 3706 |
+
3705 還
|
| 3707 |
+
3706 熠
|
| 3708 |
+
3707 惭
|
| 3709 |
+
3708 嫦
|
| 3710 |
+
3709 骇
|
| 3711 |
+
3710 無
|
| 3712 |
+
3711 蟑
|
| 3713 |
+
3712 髅
|
| 3714 |
+
3713 胤
|
| 3715 |
+
3714 挝
|
| 3716 |
+
3715 殇
|
| 3717 |
+
3716 殡
|
| 3718 |
+
3717 楂
|
| 3719 |
+
3718 撮
|
| 3720 |
+
3719 淌
|
| 3721 |
+
3720 眯
|
| 3722 |
+
3721 悖
|
| 3723 |
+
3722 匾
|
| 3724 |
+
3723 跤
|
| 3725 |
+
3724 慷
|
| 3726 |
+
3725 驹
|
| 3727 |
+
3726 泾
|
| 3728 |
+
3727 闫
|
| 3729 |
+
3728 镉
|
| 3730 |
+
3729 茬
|
| 3731 |
+
3730 沽
|
| 3732 |
+
3731 吝
|
| 3733 |
+
3732 隅
|
| 3734 |
+
3733 岑
|
| 3735 |
+
3734 岱
|
| 3736 |
+
3735 盎
|
| 3737 |
+
3736 腑
|
| 3738 |
+
3737 硒
|
| 3739 |
+
3738 钰
|
| 3740 |
+
3739 屉
|
| 3741 |
+
3740 帷
|
| 3742 |
+
3741 禀
|
| 3743 |
+
3742 鼬
|
| 3744 |
+
3743 蕙
|
| 3745 |
+
3744 眺
|
| 3746 |
+
3745 坨
|
| 3747 |
+
3746 璨
|
| 3748 |
+
3747 芍
|
| 3749 |
+
3748 蒿
|
| 3750 |
+
3749 霓
|
| 3751 |
+
3750 拣
|
| 3752 |
+
3751 遐
|
| 3753 |
+
3752 惚
|
| 3754 |
+
3753 悸
|
| 3755 |
+
3754 蜥
|
| 3756 |
+
3755 侥
|
| 3757 |
+
3756 槃
|
| 3758 |
+
3757 恪
|
| 3759 |
+
3758 缤
|
| 3760 |
+
3759 箫
|
| 3761 |
+
3760 痪
|
| 3762 |
+
3761 翌
|
| 3763 |
+
3762 婧
|
| 3764 |
+
3763 蹬
|
| 3765 |
+
3764 篱
|
| 3766 |
+
3765 瞅
|
| 3767 |
+
3766 熹
|
| 3768 |
+
3767 筠
|
| 3769 |
+
3768 缮
|
| 3770 |
+
3769 憩
|
| 3771 |
+
3770 鳃
|
| 3772 |
+
3771 螨
|
| 3773 |
+
3772 榕
|
| 3774 |
+
3773 湃
|
| 3775 |
+
3774 咔
|
| 3776 |
+
3775 怅
|
| 3777 |
+
3776 瑛
|
| 3778 |
+
3777 匕
|
| 3779 |
+
3778 鸾
|
| 3780 |
+
3779 嘶
|
| 3781 |
+
3780 豌
|
| 3782 |
+
3781 皿
|
| 3783 |
+
3782 淼
|
| 3784 |
+
3783 竺
|
| 3785 |
+
3784 骷
|
| 3786 |
+
3785 袱
|
| 3787 |
+
3786 瘙
|
| 3788 |
+
3787 粽
|
| 3789 |
+
3788 腓
|
| 3790 |
+
3789 秆
|
| 3791 |
+
3790 筐
|
| 3792 |
+
3791 磐
|
| 3793 |
+
3792 荤
|
| 3794 |
+
3793 漩
|
| 3795 |
+
3794 蛟
|
| 3796 |
+
3795 捍
|
| 3797 |
+
3796 铮
|
| 3798 |
+
3797 囤
|
| 3799 |
+
3798 璀
|
| 3800 |
+
3799 稼
|
| 3801 |
+
3800 谕
|
| 3802 |
+
3801 踹
|
| 3803 |
+
3802 茗
|
| 3804 |
+
3803 莘
|
| 3805 |
+
3804 娲
|
| 3806 |
+
3805 惮
|
| 3807 |
+
3806 琛
|
| 3808 |
+
3807 塾
|
| 3809 |
+
3808 們
|
| 3810 |
+
3809 彷
|
| 3811 |
+
3810 唔
|
| 3812 |
+
3811 绢
|
| 3813 |
+
3812 遛
|
| 3814 |
+
3813 吱
|
| 3815 |
+
3814 潢
|
| 3816 |
+
3815 媲
|
| 3817 |
+
3816 現
|
| 3818 |
+
3817 喙
|
| 3819 |
+
3818 圃
|
| 3820 |
+
3819 稷
|
| 3821 |
+
3820 曳
|
| 3822 |
+
3821 噶
|
| 3823 |
+
3822 冗
|
| 3824 |
+
3823 戍
|
| 3825 |
+
3824 皋
|
| 3826 |
+
3825 宕
|
| 3827 |
+
3826 逞
|
| 3828 |
+
3827 窘
|
| 3829 |
+
3828 擂
|
| 3830 |
+
3829 焯
|
| 3831 |
+
3830 嚎
|
| 3832 |
+
3831 侬
|
| 3833 |
+
3832 傀
|
| 3834 |
+
3833 棣
|
| 3835 |
+
3834 鱿
|
| 3836 |
+
3835 氰
|
| 3837 |
+
3836 邃
|
| 3838 |
+
3837 诬
|
| 3839 |
+
3838 猕
|
| 3840 |
+
3839 痢
|
| 3841 |
+
3840 醚
|
| 3842 |
+
3841 涝
|
| 3843 |
+
3842 畲
|
| 3844 |
+
3843 涟
|
| 3845 |
+
3844 喱
|
| 3846 |
+
3845 艹
|
| 3847 |
+
3846 汞
|
| 3848 |
+
3847 陂
|
| 3849 |
+
3848 孚
|
| 3850 |
+
3849 谤
|
| 3851 |
+
3850 痞
|
| 3852 |
+
3851 峦
|
| 3853 |
+
3852 粱
|
| 3854 |
+
3853 吖
|
| 3855 |
+
3854 箍
|
| 3856 |
+
3855 亵
|
| 3857 |
+
3856 炯
|
| 3858 |
+
3857 轶
|
| 3859 |
+
3858 夯
|
| 3860 |
+
3859 蕨
|
| 3861 |
+
3860 俐
|
| 3862 |
+
3861 羚
|
| 3863 |
+
3862 叩
|
| 3864 |
+
3863 嗡
|
| 3865 |
+
3864 痤
|
| 3866 |
+
3865 吮
|
| 3867 |
+
3866 咎
|
| 3868 |
+
3867 敕
|
| 3869 |
+
3868 柬
|
| 3870 |
+
3869 浚
|
| 3871 |
+
3870 榻
|
| 3872 |
+
3871 帛
|
| 3873 |
+
3872 讹
|
| 3874 |
+
3873 昙
|
| 3875 |
+
3874 脯
|
| 3876 |
+
3875 缭
|
| 3877 |
+
3876 菡
|
| 3878 |
+
3877 缨
|
| 3879 |
+
3878 跖
|
| 3880 |
+
3879 鸢
|
| 3881 |
+
3880 儡
|
| 3882 |
+
3881 蓟
|
| 3883 |
+
3882 蓓
|
| 3884 |
+
3883 惬
|
| 3885 |
+
3884 赡
|
| 3886 |
+
3885 斟
|
| 3887 |
+
3886 潼
|
| 3888 |
+
3887 寰
|
| 3889 |
+
3888 荚
|
| 3890 |
+
3889 禺
|
| 3891 |
+
3890 髋
|
| 3892 |
+
3891 俑
|
| 3893 |
+
3892 炊
|
| 3894 |
+
3893 耘
|
| 3895 |
+
3894 咲
|
| 3896 |
+
3895 铎
|
| 3897 |
+
3896 嚏
|
| 3898 |
+
3897 膺
|
| 3899 |
+
3898 毂
|
| 3900 |
+
3899 臆
|
| 3901 |
+
3900 娓
|
| 3902 |
+
3901 屹
|
| 3903 |
+
3902 炜
|
| 3904 |
+
3903 婕
|
| 3905 |
+
3904 砺
|
| 3906 |
+
3905 跆
|
| 3907 |
+
3906 壕
|
| 3908 |
+
3907 扦
|
| 3909 |
+
3908 嗑
|
| 3910 |
+
3909 唬
|
| 3911 |
+
3910 褚
|
| 3912 |
+
3911 呱
|
| 3913 |
+
3912 蔻
|
| 3914 |
+
3913 濮
|
| 3915 |
+
3914 薏
|
| 3916 |
+
3915 惋
|
| 3917 |
+
3916 铣
|
| 3918 |
+
3917 鬓
|
| 3919 |
+
3918 獒
|
| 3920 |
+
3919 迥
|
| 3921 |
+
3920 贰
|
| 3922 |
+
3921 铀
|
| 3923 |
+
3922 椿
|
| 3924 |
+
3923 瓢
|
| 3925 |
+
3924 珞
|
| 3926 |
+
3925 箔
|
| 3927 |
+
3926 寐
|
| 3928 |
+
3927 砾
|
| 3929 |
+
3928 荼
|
| 3930 |
+
3929 當
|
| 3931 |
+
3930 邸
|
| 3932 |
+
3931 诧
|
| 3933 |
+
3932 戦
|
| 3934 |
+
3933 烬
|
| 3935 |
+
3934 丨
|
| 3936 |
+
3935 咆
|
| 3937 |
+
3936 矜
|
| 3938 |
+
3937 婢
|
| 3939 |
+
3938 惺
|
| 3940 |
+
3939 癜
|
| 3941 |
+
3940 螳
|
| 3942 |
+
3941 吒
|
| 3943 |
+
3942 跻
|
| 3944 |
+
3943 瞰
|
| 3945 |
+
3944 赂
|
| 3946 |
+
3945 剌
|
| 3947 |
+
3946 壑
|
| 3948 |
+
3947 衢
|
| 3949 |
+
3948 幡
|
| 3950 |
+
3949 镗
|
| 3951 |
+
3950 馋
|
| 3952 |
+
3951 胭
|
| 3953 |
+
3952 汛
|
| 3954 |
+
3953 佚
|
| 3955 |
+
3954 攸
|
| 3956 |
+
3955 阉
|
| 3957 |
+
3956 胥
|
| 3958 |
+
3957 溴
|
| 3959 |
+
3958 實
|
| 3960 |
+
3959 奄
|
| 3961 |
+
3960 嬷
|
| 3962 |
+
3961 硼
|
| 3963 |
+
3962 赃
|
| 3964 |
+
3963 隽
|
| 3965 |
+
3964 玥
|
| 3966 |
+
3965 磋
|
| 3967 |
+
3966 菏
|
| 3968 |
+
3967 籁
|
| 3969 |
+
3968 恃
|
| 3970 |
+
3969 铵
|
| 3971 |
+
3970 忱
|
| 3972 |
+
3971 蛀
|
| 3973 |
+
3972 胯
|
| 3974 |
+
3973 铛
|
| 3975 |
+
3974 焱
|
| 3976 |
+
3975 徵
|
| 3977 |
+
3976 髦
|
| 3978 |
+
3977 幺
|
| 3979 |
+
3978 啄
|
| 3980 |
+
3979 馍
|
| 3981 |
+
3980 鳝
|
| 3982 |
+
3981 琊
|
| 3983 |
+
3982 掖
|
| 3984 |
+
3983 浔
|
| 3985 |
+
3984 蚝
|
| 3986 |
+
3985 蟆
|
| 3987 |
+
3986 嘀
|
| 3988 |
+
3987 耒
|
| 3989 |
+
3988 闰
|
| 3990 |
+
3989 娑
|
| 3991 |
+
3990 忒
|
| 3992 |
+
3991 榈
|
| 3993 |
+
3992 迂
|
| 3994 |
+
3993 颚
|
| 3995 |
+
3994 浣
|
| 3996 |
+
3995 犊
|
| 3997 |
+
3996 笺
|
| 3998 |
+
3997 诋
|
| 3999 |
+
3998 俪
|
| 4000 |
+
3999 懊
|
| 4001 |
+
4000 蟒
|
| 4002 |
+
4001 渎
|
| 4003 |
+
4002 酣
|
| 4004 |
+
4003 缎
|
| 4005 |
+
4004 噱
|
| 4006 |
+
4005 爻
|
| 4007 |
+
4006 幌
|
| 4008 |
+
4007 樣
|
| 4009 |
+
4008 榔
|
| 4010 |
+
4009 袂
|
| 4011 |
+
4010 匝
|
| 4012 |
+
4011 咦
|
| 4013 |
+
4012 嘞
|
| 4014 |
+
4013 诲
|
| 4015 |
+
4014 枷
|
| 4016 |
+
4015 徨
|
| 4017 |
+
4016 狈
|
| 4018 |
+
4017 辊
|
| 4019 |
+
4018 砰
|
| 4020 |
+
4019 膈
|
| 4021 |
+
4020 經
|
| 4022 |
+
4021 浜
|
| 4023 |
+
4022 語
|
| 4024 |
+
4023 讷
|
| 4025 |
+
4024 俨
|
| 4026 |
+
4025 茯
|
| 4027 |
+
4026 祟
|
| 4028 |
+
4027 淬
|
| 4029 |
+
4028 褥
|
| 4030 |
+
4029 雉
|
| 4031 |
+
4030 濡
|
| 4032 |
+
4031 渚
|
| 4033 |
+
4032 種
|
| 4034 |
+
4033 問
|
| 4035 |
+
4034 酝
|
| 4036 |
+
4035 谚
|
| 4037 |
+
4036 吠
|
| 4038 |
+
4037 芡
|
| 4039 |
+
4038 跷
|
| 4040 |
+
4039 蟠
|
| 4041 |
+
4040 沓
|
| 4042 |
+
4041 呸
|
| 4043 |
+
4042 飓
|
| 4044 |
+
4043 簪
|
| 4045 |
+
4044 泓
|
| 4046 |
+
4045 镐
|
| 4047 |
+
4046 樵
|
| 4048 |
+
4047 璞
|
| 4049 |
+
4048 叼
|
| 4050 |
+
4049 潺
|
| 4051 |
+
4050 荨
|
| 4052 |
+
4051 伎
|
| 4053 |
+
4052 芮
|
| 4054 |
+
4053 攘
|
| 4055 |
+
4054 啶
|
| 4056 |
+
4055 钨
|
| 4057 |
+
4056 拗
|
| 4058 |
+
4057 翎
|
| 4059 |
+
4058 気
|
| 4060 |
+
4059 偈
|
| 4061 |
+
4060 蹊
|
| 4062 |
+
4061 绛
|
| 4063 |
+
4062 讥
|
| 4064 |
+
4063 痿
|
| 4065 |
+
4064 嗔
|
| 4066 |
+
4065 噗
|
| 4067 |
+
4066 臼
|
| 4068 |
+
4067 耙
|
| 4069 |
+
4068 蛹
|
| 4070 |
+
4069 抨
|
| 4071 |
+
4070 诟
|
| 4072 |
+
4071 疝
|
| 4073 |
+
4072 鲲
|
| 4074 |
+
4073 涮
|
| 4075 |
+
4074 甥
|
| 4076 |
+
4075 鄱
|
| 4077 |
+
4076 猾
|
| 4078 |
+
4077 麝
|
| 4079 |
+
4078 珉
|
| 4080 |
+
4079 滁
|
| 4081 |
+
4080 開
|
| 4082 |
+
4081 秸
|
| 4083 |
+
4082 纣
|
| 4084 |
+
4083 煸
|
| 4085 |
+
4084 溥
|
| 4086 |
+
4085 飒
|
| 4087 |
+
4086 熨
|
| 4088 |
+
4087 煊
|
| 4089 |
+
4088 捶
|
| 4090 |
+
4089 泷
|
| 4091 |
+
4090 佤
|
| 4092 |
+
4091 惘
|
| 4093 |
+
4092 弑
|
| 4094 |
+
4093 惦
|
| 4095 |
+
4094 蜒
|
| 4096 |
+
4095 锭
|
| 4097 |
+
4096 摒
|
| 4098 |
+
4097 楹
|
| 4099 |
+
4098 藓
|
| 4100 |
+
4099 馄
|
| 4101 |
+
4100 诩
|
| 4102 |
+
4101 荞
|
| 4103 |
+
4102 栾
|
| 4104 |
+
4103 隼
|
| 4105 |
+
4104 蔼
|
| 4106 |
+
4105 寮
|
| 4107 |
+
4106 彗
|
| 4108 |
+
4107 翱
|
| 4109 |
+
4108 耆
|
| 4110 |
+
4109 饨
|
| 4111 |
+
4110 鲛
|
| 4112 |
+
4111 發
|
| 4113 |
+
4112 奘
|
| 4114 |
+
4113 魇
|
| 4115 |
+
4114 愛
|
| 4116 |
+
4115 骋
|
| 4117 |
+
4116 偕
|
| 4118 |
+
4117 礴
|
| 4119 |
+
4118 吩
|
| 4120 |
+
4119 糠
|
| 4121 |
+
4120 妩
|
| 4122 |
+
4121 沅
|
| 4123 |
+
4122 茱
|
| 4124 |
+
4123 痂
|
| 4125 |
+
4124 迢
|
| 4126 |
+
4125 垛
|
| 4127 |
+
4126 锄
|
| 4128 |
+
4127 旻
|
| 4129 |
+
4128 搐
|
| 4130 |
+
4129 肮
|
| 4131 |
+
4130 蜻
|
| 4132 |
+
4131 斡
|
| 4133 |
+
4132 點
|
| 4134 |
+
4133 拮
|
| 4135 |
+
4134 蟾
|
| 4136 |
+
4135 咩
|
| 4137 |
+
4136 叱
|
| 4138 |
+
4137 鸮
|
| 4139 |
+
4138 汴
|
| 4140 |
+
4139 盂
|
| 4141 |
+
4140 缇
|
| 4142 |
+
4141 娣
|
| 4143 |
+
4142 與
|
| 4144 |
+
4143 芪
|
| 4145 |
+
4144 忐
|
| 4146 |
+
4145 遴
|
| 4147 |
+
4146 忑
|
| 4148 |
+
4147 踞
|
| 4149 |
+
4148 蜓
|
| 4150 |
+
4149 蜿
|
| 4151 |
+
4150 祎
|
| 4152 |
+
4151 镌
|
| 4153 |
+
4152 茴
|
| 4154 |
+
4153 瀛
|
| 4155 |
+
4154 蝗
|
| 4156 |
+
4155 惆
|
| 4157 |
+
4156 吭
|
| 4158 |
+
4157 擀
|
| 4159 |
+
4158 愫
|
| 4160 |
+
4159 話
|
| 4161 |
+
4160 娼
|
| 4162 |
+
4161 瞿
|
| 4163 |
+
4162 覺
|
| 4164 |
+
4163 啬
|
| 4165 |
+
4164 诙
|
| 4166 |
+
4165 靳
|
| 4167 |
+
4166 粕
|
| 4168 |
+
4167 胫
|
| 4169 |
+
4168 羔
|
| 4170 |
+
4169 馥
|
| 4171 |
+
4170 镂
|
| 4172 |
+
4171 阂
|
| 4173 |
+
4172 桀
|
| 4174 |
+
4173 坍
|
| 4175 |
+
4174 動
|
| 4176 |
+
4175 诽
|
| 4177 |
+
4176 桢
|
| 4178 |
+
4177 弋
|
| 4179 |
+
4178 歆
|
| 4180 |
+
4179 皈
|
| 4181 |
+
4180 題
|
| 4182 |
+
4181 炀
|
| 4183 |
+
4182 潦
|
| 4184 |
+
4183 撬
|
| 4185 |
+
4184 谟
|
| 4186 |
+
4185 涎
|
| 4187 |
+
4186 腭
|
| 4188 |
+
4187 間
|
| 4189 |
+
4188 钊
|
| 4190 |
+
4189 皎
|
| 4191 |
+
4190 湄
|
| 4192 |
+
4191 體
|
| 4193 |
+
4192 瞥
|
| 4194 |
+
4193 粳
|
| 4195 |
+
4194 暄
|
| 4196 |
+
4195 踵
|
| 4197 |
+
4196 龛
|
| 4198 |
+
4197 嗤
|
| 4199 |
+
4198 嗒
|
| 4200 |
+
4199 萦
|
| 4201 |
+
4200 袅
|
| 4202 |
+
4201 渥
|
| 4203 |
+
4202 谙
|
| 4204 |
+
4203 亳
|
| 4205 |
+
4204 毡
|
| 4206 |
+
4205 蛰
|
| 4207 |
+
4206 迩
|
| 4208 |
+
4207 谩
|
| 4209 |
+
4208 燎
|
| 4210 |
+
4209 偃
|
| 4211 |
+
4210 滦
|
| 4212 |
+
4211 蚤
|
| 4213 |
+
4212 髻
|
| 4214 |
+
4213 霏
|
| 4215 |
+
4214 阈
|
| 4216 |
+
4215 孺
|
| 4217 |
+
4216 贻
|
| 4218 |
+
4217 吡
|
| 4219 |
+
4218 怦
|
| 4220 |
+
4219 皙
|
| 4221 |
+
4220 烩
|
| 4222 |
+
4221 鬟
|
| 4223 |
+
4222 胄
|
| 4224 |
+
4223 湮
|
| 4225 |
+
4224 骰
|
| 4226 |
+
4225 颍
|
| 4227 |
+
4226 捻
|
| 4228 |
+
4227 漪
|
| 4229 |
+
4228 唆
|
| 4230 |
+
4229 泯
|
| 4231 |
+
4230 摁
|
| 4232 |
+
4231 悴
|
| 4233 |
+
4232 臧
|
| 4234 |
+
4233 灏
|
| 4235 |
+
4234 邺
|
| 4236 |
+
4235 邋
|
| 4237 |
+
4236 羧
|
| 4238 |
+
4237 谧
|
| 4239 |
+
4238 虱
|
| 4240 |
+
4239 谒
|
| 4241 |
+
4240 猬
|
| 4242 |
+
4241 箕
|
| 4243 |
+
4242 斓
|
| 4244 |
+
4243 矸
|
| 4245 |
+
4244 鲈
|
| 4246 |
+
4245 娆
|
| 4247 |
+
4246 梆
|
| 4248 |
+
4247 酗
|
| 4249 |
+
4248 蜈
|
| 4250 |
+
4249 見
|
| 4251 |
+
4250 簸
|
| 4252 |
+
4251 罡
|
| 4253 |
+
4252 袒
|
| 4254 |
+
4253 缥
|
| 4255 |
+
4254 缈
|
| 4256 |
+
4255 亘
|
| 4257 |
+
4256 炕
|
| 4258 |
+
4257 牐
|
| 4259 |
+
4258 钴
|
| 4260 |
+
4259 嬴
|
| 4261 |
+
4260 咫
|
| 4262 |
+
4261 喆
|
| 4263 |
+
4262 仨
|
| 4264 |
+
4263 煨
|
| 4265 |
+
4264 蚜
|
| 4266 |
+
4265 鸵
|
| 4267 |
+
4266 斛
|
| 4268 |
+
4267 拴
|
| 4269 |
+
4268 晤
|
| 4270 |
+
4269 別
|
| 4271 |
+
4270 憔
|
| 4272 |
+
4271 袄
|
| 4273 |
+
4272 锢
|
| 4274 |
+
4273 嘈
|
| 4275 |
+
4274 蜴
|
| 4276 |
+
4275 垩
|
| 4277 |
+
4276 迸
|
| 4278 |
+
4277 熵
|
| 4279 |
+
4278 隍
|
| 4280 |
+
4279 逵
|
| 4281 |
+
4280 腆
|
| 4282 |
+
4281 覃
|
| 4283 |
+
4282 猖
|
| 4284 |
+
4283 忿
|
| 4285 |
+
4284 瘠
|
| 4286 |
+
4285 睬
|
| 4287 |
+
4286 昀
|
| 4288 |
+
4287 殃
|
| 4289 |
+
4288 菟
|
| 4290 |
+
4289 麾
|
| 4291 |
+
4290 喋
|
| 4292 |
+
4291 蚣
|
| 4293 |
+
4292 鲶
|
| 4294 |
+
4293 葆
|
| 4295 |
+
4294 鳕
|
| 4296 |
+
4295 亟
|
| 4297 |
+
4296 帚
|
| 4298 |
+
4297 愕
|
| 4299 |
+
4298 瓮
|
| 4300 |
+
4299 颧
|
| 4301 |
+
4300 疽
|
| 4302 |
+
4301 黍
|
| 4303 |
+
4302 從
|
| 4304 |
+
4303 拈
|
| 4305 |
+
4304 驮
|
| 4306 |
+
4305 涓
|
| 4307 |
+
4306 宥
|
| 4308 |
+
4307 甙
|
| 4309 |
+
4308 芊
|
| 4310 |
+
4309 偻
|
| 4311 |
+
4310 旌
|
| 4312 |
+
4311 钼
|
| 4313 |
+
4312 矾
|
| 4314 |
+
4313 艮
|
| 4315 |
+
4314 瘪
|
| 4316 |
+
4315 颉
|
| 4317 |
+
4316 煦
|
| 4318 |
+
4317 咄
|
| 4319 |
+
4318 蚓
|
| 4320 |
+
4319 翊
|
| 4321 |
+
4320 鹫
|
| 4322 |
+
4321 妲
|
| 4323 |
+
4322 赈
|
| 4324 |
+
4323 砧
|
| 4325 |
+
4324 鹑
|
| 4326 |
+
4325 裆
|
| 4327 |
+
4326 遢
|
| 4328 |
+
4327 恣
|
| 4329 |
+
4328 豉
|
| 4330 |
+
4329 淞
|
| 4331 |
+
4330 呻
|
| 4332 |
+
4331 掳
|
| 4333 |
+
4332 呤
|
| 4334 |
+
4333 骞
|
| 4335 |
+
4334 長
|
| 4336 |
+
4335 舷
|
| 4337 |
+
4336 掂
|
| 4338 |
+
4337 鳅
|
| 4339 |
+
4338 骥
|
| 4340 |
+
4339 堀
|
| 4341 |
+
4340 業
|
| 4342 |
+
4341 轲
|
| 4343 |
+
4342 闾
|
| 4344 |
+
4343 婵
|
| 4345 |
+
4344 卞
|
| 4346 |
+
4345 龋
|
| 4347 |
+
4346 佝
|
| 4348 |
+
4347 唏
|
| 4349 |
+
4348 褂
|
| 4350 |
+
4349 玑
|
| 4351 |
+
4350 翦
|
| 4352 |
+
4351 踊
|
| 4353 |
+
4352 贲
|
| 4354 |
+
4353 岷
|
| 4355 |
+
4354 纫
|
| 4356 |
+
4355 跗
|
| 4357 |
+
4356 慵
|
| 4358 |
+
4357 栀
|
| 4359 |
+
4358 叁
|
| 4360 |
+
4359 搽
|
| 4361 |
+
4360 瓯
|
| 4362 |
+
4361 捺
|
| 4363 |
+
4362 涿
|
| 4364 |
+
4363 堑
|
| 4365 |
+
4364 畿
|
| 4366 |
+
4365 冽
|
| 4367 |
+
4366 榭
|
| 4368 |
+
4367 萘
|
| 4369 |
+
4368 夙
|
| 4370 |
+
4369 嗪
|
| 4371 |
+
4370 裱
|
| 4372 |
+
4371 兩
|
| 4373 |
+
4372 砥
|
| 4374 |
+
4373 锵
|
| 4375 |
+
4374 俸
|
| 4376 |
+
4375 饷
|
| 4377 |
+
4376 犷
|
| 4378 |
+
4377 缜
|
| 4379 |
+
4378 書
|
| 4380 |
+
4379 璟
|
| 4381 |
+
4380 遨
|
| 4382 |
+
4381 肱
|
| 4383 |
+
4382 刍
|
| 4384 |
+
4383 捋
|
| 4385 |
+
4384 蛎
|
| 4386 |
+
4385 俾
|
| 4387 |
+
4386 腼
|
| 4388 |
+
4387 炅
|
| 4389 |
+
4388 恙
|
| 4390 |
+
4389 疟
|
| 4391 |
+
4390 霁
|
| 4392 |
+
4391 忻
|
| 4393 |
+
4392 荠
|
| 4394 |
+
4393 挞
|
| 4395 |
+
4394 喳
|
| 4396 |
+
4395 罹
|
| 4397 |
+
4396 祇
|
| 4398 |
+
4397 蹴
|
| 4399 |
+
4398 杷
|
| 4400 |
+
4399 枞
|
| 4401 |
+
4400 瘘
|
| 4402 |
+
4401 洙
|
| 4403 |
+
4402 劾
|
| 4404 |
+
4403 怔
|
| 4405 |
+
4404 郴
|
| 4406 |
+
4405 偎
|
| 4407 |
+
4406 痱
|
| 4408 |
+
4407 內
|
| 4409 |
+
4408 徇
|
| 4410 |
+
4409 祜
|
| 4411 |
+
4410 笈
|
| 4412 |
+
4411 枇
|
| 4413 |
+
4412 蚯
|
| 4414 |
+
4413 碉
|
| 4415 |
+
4414 甬
|
| 4416 |
+
4415 桧
|
| 4417 |
+
4416 瑄
|
| 4418 |
+
4417 佯
|
| 4419 |
+
4418 蛆
|
| 4420 |
+
4419 沱
|
| 4421 |
+
4420 铰
|
| 4422 |
+
4421 搔
|
| 4423 |
+
4422 恿
|
| 4424 |
+
4423 瞌
|
| 4425 |
+
4424 忡
|
| 4426 |
+
4425 機
|
| 4427 |
+
4426 蔺
|
| 4428 |
+
4427 纨
|
| 4429 |
+
4428 槿
|
| 4430 |
+
4429 應
|
| 4431 |
+
4430 關
|
| 4432 |
+
4431 潞
|
| 4433 |
+
4432 鲑
|
| 4434 |
+
4433 阖
|
| 4435 |
+
4434 兖
|
| 4436 |
+
4435 帼
|
| 4437 |
+
4436 杵
|
| 4438 |
+
4437 蜚
|
| 4439 |
+
4438 噎
|
| 4440 |
+
4439 東
|
| 4441 |
+
4440 鹈
|
| 4442 |
+
4441 鹘
|
| 4443 |
+
4442 祉
|
| 4444 |
+
4443 栎
|
| 4445 |
+
4444 罔
|
| 4446 |
+
4445 煅
|
| 4447 |
+
4446 砷
|
| 4448 |
+
4447 佘
|
| 4449 |
+
4448 鲟
|
| 4450 |
+
4449 夔
|
| 4451 |
+
4450 筏
|
| 4452 |
+
4451 蚩
|
| 4453 |
+
4452 觑
|
| 4454 |
+
4453 鞅
|
| 4455 |
+
4454 迤
|
| 4456 |
+
4455 叟
|
| 4457 |
+
4456 裡
|
| 4458 |
+
4457 骡
|
| 4459 |
+
4458 噻
|
| 4460 |
+
4459 瘢
|
| 4461 |
+
4460 蠡
|
| 4462 |
+
4461 嗟
|
| 4463 |
+
4462 矗
|
| 4464 |
+
4463 脍
|
| 4465 |
+
4464 饕
|
| 4466 |
+
4465 牦
|
| 4467 |
+
4466 柒
|
| 4468 |
+
4467 窿
|
| 4469 |
+
4468 筵
|
| 4470 |
+
4469 湍
|
| 4471 |
+
4470 璜
|
| 4472 |
+
4471 飚
|
| 4473 |
+
4472 芈
|
| 4474 |
+
4473 蹋
|
| 4475 |
+
4474 鲅
|
| 4476 |
+
4475 鹌
|
| 4477 |
+
4476 痈
|
| 4478 |
+
4477 诘
|
| 4479 |
+
4478 祚
|
| 4480 |
+
4479 铨
|
| 4481 |
+
4480 鹄
|
| 4482 |
+
4481 樽
|
| 4483 |
+
4482 藐
|
| 4484 |
+
4483 蜷
|
| 4485 |
+
4484 荃
|
| 4486 |
+
4485 漕
|
| 4487 |
+
4486 濂
|
| 4488 |
+
4487 菅
|
| 4489 |
+
4488 孑
|
| 4490 |
+
4489 莒
|
| 4491 |
+
4490 蟋
|
| 4492 |
+
4491 馁
|
| 4493 |
+
4492 畦
|
| 4494 |
+
4493 牒
|
| 4495 |
+
4494 囱
|
| 4496 |
+
4495 茁
|
| 4497 |
+
4496 珐
|
| 4498 |
+
4497 楽
|
| 4499 |
+
4498 箴
|
| 4500 |
+
4499 搪
|
| 4501 |
+
4500 涪
|
| 4502 |
+
4501 師
|
| 4503 |
+
4502 厝
|
| 4504 |
+
4503 給
|
| 4505 |
+
4504 榛
|
| 4506 |
+
4505 诰
|
| 4507 |
+
4506 醺
|
| 4508 |
+
4507 甾
|
| 4509 |
+
4508 燮
|
| 4510 |
+
4509 痨
|
| 4511 |
+
4510 璎
|
| 4512 |
+
4511 酐
|
| 4513 |
+
4512 洮
|
| 4514 |
+
4513 衮
|
| 4515 |
+
4514 涸
|
| 4516 |
+
4515 啮
|
| 4517 |
+
4516 暹
|
| 4518 |
+
4517 黒
|
| 4519 |
+
4518 鼾
|
| 4520 |
+
4519 啾
|
| 4521 |
+
4520 鸬
|
| 4522 |
+
4521 実
|
| 4523 |
+
4522 岌
|
| 4524 |
+
4523 徕
|
| 4525 |
+
4524 瘸
|
| 4526 |
+
4525 咤
|
| 4527 |
+
4526 峒
|
| 4528 |
+
4527 糅
|
| 4529 |
+
4528 巽
|
| 4530 |
+
4529 歡
|
| 4531 |
+
4530 蘖
|
| 4532 |
+
4531 裨
|
| 4533 |
+
4532 觞
|
| 4534 |
+
4533 骛
|
| 4535 |
+
4534 琏
|
| 4536 |
+
4535 論
|
| 4537 |
+
4536 痧
|
| 4538 |
+
4537 蟀
|
| 4539 |
+
4538 晁
|
| 4540 |
+
4539 跛
|
| 4541 |
+
4540 铆
|
| 4542 |
+
4541 莪
|
| 4543 |
+
4542 姝
|
| 4544 |
+
4543 嘌
|
| 4545 |
+
4544 钹
|
| 4546 |
+
4545 邕
|
| 4547 |
+
4546 嘚
|
| 4548 |
+
4547 垠
|
| 4549 |
+
4548 鄞
|
| 4550 |
+
4549 鞑
|
| 4551 |
+
4550 琰
|
| 4552 |
+
4551 栉
|
| 4553 |
+
4552 奂
|
| 4554 |
+
4553 藜
|
| 4555 |
+
4554 黜
|
| 4556 |
+
4555 姣
|
| 4557 |
+
4556 阡
|
| 4558 |
+
4557 槌
|
| 4559 |
+
4558 吆
|
| 4560 |
+
4559 咿
|
| 4561 |
+
4560 铉
|
| 4562 |
+
4561 嵘
|
| 4563 |
+
4562 佗
|
| 4564 |
+
4563 擢
|
| 4565 |
+
4564 陟
|
| 4566 |
+
4565 俚
|
| 4567 |
+
4566 狞
|
| 4568 |
+
4567 罂
|
| 4569 |
+
4568 攥
|
| 4570 |
+
4569 谑
|
| 4571 |
+
4570 睢
|
| 4572 |
+
4571 郢
|
| 4573 |
+
4572 鹕
|
| 4574 |
+
4573 钡
|
| 4575 |
+
4574 庾
|
| 4576 |
+
4575 義
|
| 4577 |
+
4576 戬
|
| 4578 |
+
4577 苄
|
| 4579 |
+
4578 啉
|
| 4580 |
+
4579 桅
|
| 4581 |
+
4580 孪
|
| 4582 |
+
4581 骊
|
| 4583 |
+
4582 徳
|
| 4584 |
+
4583 匍
|
| 4585 |
+
4584 発
|
| 4586 |
+
4585 榷
|
| 4587 |
+
4586 腩
|
| 4588 |
+
4587 氦
|
| 4589 |
+
4588 眈
|
| 4590 |
+
4589 認
|
| 4591 |
+
4590 谔
|
| 4592 |
+
4591 锆
|
| 4593 |
+
4592 躇
|
| 4594 |
+
4593 岖
|
| 4595 |
+
4594 糗
|
| 4596 |
+
4595 苻
|
| 4597 |
+
4596 進
|
| 4598 |
+
4597 嶂
|
| 4599 |
+
4598 坳
|
| 4600 |
+
4599 呋
|
| 4601 |
+
4600 虢
|
| 4602 |
+
4601 婀
|
| 4603 |
+
4602 昶
|
| 4604 |
+
4603 膑
|
| 4605 |
+
4604 藿
|
| 4606 |
+
4605 匐
|
| 4607 |
+
4606 踌
|
| 4608 |
+
4607 炁
|
| 4609 |
+
4608 琬
|
| 4610 |
+
4609 鹚
|
| 4611 |
+
4610 驸
|
| 4612 |
+
4611 甭
|
| 4613 |
+
4612 岙
|
| 4614 |
+
4613 纭
|
| 4615 |
+
4614 厩
|
| 4616 |
+
4615 蒴
|
| 4617 |
+
4616 猷
|
| 4618 |
+
4617 蝌
|
| 4619 |
+
4618 涣
|
| 4620 |
+
4619 镊
|
| 4621 |
+
4620 哽
|
| 4622 |
+
4621 瘴
|
| 4623 |
+
4622 蓦
|
| 4624 |
+
4623 鬃
|
| 4625 |
+
4624 敝
|
| 4626 |
+
4625 薨
|
| 4627 |
+
4626 婺
|
| 4628 |
+
4627 铿
|
| 4629 |
+
4628 吋
|
| 4630 |
+
4629 僖
|
| 4631 |
+
4630 沢
|
| 4632 |
+
4631 胛
|
| 4633 |
+
4632 彧
|
| 4634 |
+
4633 苋
|
| 4635 |
+
4634 燧
|
| 4636 |
+
4635 袤
|
| 4637 |
+
4636 變
|
| 4638 |
+
4637 餮
|
| 4639 |
+
4638 獭
|
| 4640 |
+
4639 讴
|
| 4641 |
+
4640 雹
|
| 4642 |
+
4641 绶
|
| 4643 |
+
4642 铐
|
| 4644 |
+
4643 睽
|
| 4645 |
+
4644 堇
|
| 4646 |
+
4645 珈
|
| 4647 |
+
4646 泱
|
| 4648 |
+
4647 捎
|
| 4649 |
+
4648 麸
|
| 4650 |
+
4649 镳
|
| 4651 |
+
4650 莴
|
| 4652 |
+
4651 珲
|
| 4653 |
+
4652 嗖
|
| 4654 |
+
4653 碁
|
| 4655 |
+
4654 珩
|
| 4656 |
+
4655 芩
|
| 4657 |
+
4656 蛳
|
| 4658 |
+
4657 螯
|
| 4659 |
+
4658 钣
|
| 4660 |
+
4659 幾
|
| 4661 |
+
4660 揖
|
| 4662 |
+
4661 篝
|
| 4663 |
+
4662 姫
|
| 4664 |
+
4663 幔
|
| 4665 |
+
4664 杳
|
| 4666 |
+
4665 珏
|
| 4667 |
+
4666 锑
|
| 4668 |
+
4667 垭
|
| 4669 |
+
4668 蚪
|
| 4670 |
+
4669 扪
|
| 4671 |
+
4670 鹳
|
| 4672 |
+
4671 崴
|
| 4673 |
+
4672 琮
|
| 4674 |
+
4673 蹂
|
| 4675 |
+
4674 辘
|
| 4676 |
+
4675 狰
|
| 4677 |
+
4676 搀
|
| 4678 |
+
4677 翳
|
| 4679 |
+
4678 炔
|
| 4680 |
+
4679 霰
|
| 4681 |
+
4680 剽
|
| 4682 |
+
4681 霭
|
| 4683 |
+
4682 抿
|
| 4684 |
+
4683 皑
|
| 4685 |
+
4684 鞣
|
| 4686 |
+
4685 僳
|
| 4687 |
+
4686 嗲
|
| 4688 |
+
4687 晔
|
| 4689 |
+
4688 骐
|
| 4690 |
+
4689 脲
|
| 4691 |
+
4690 並
|
| 4692 |
+
4691 螟
|
| 4693 |
+
4692 風
|
| 4694 |
+
4693 佃
|
| 4695 |
+
4694 様
|
| 4696 |
+
4695 佞
|
| 4697 |
+
4696 頭
|
| 4698 |
+
4697 電
|
| 4699 |
+
4698 哧
|
| 4700 |
+
4699 骅
|
| 4701 |
+
4700 骜
|
| 4702 |
+
4701 铢
|
| 4703 |
+
4702 麋
|
| 4704 |
+
4703 泠
|
| 4705 |
+
4704 躏
|
| 4706 |
+
4705 啵
|
| 4707 |
+
4706 谪
|
| 4708 |
+
4707 瘁
|
| 4709 |
+
4708 門
|
| 4710 |
+
4709 傳
|
| 4711 |
+
4710 囡
|
| 4712 |
+
4711 伫
|
| 4713 |
+
4712 氣
|
| 4714 |
+
4713 粼
|
| 4715 |
+
4714 幄
|
| 4716 |
+
4715 蓑
|
| 4717 |
+
4716 蹶
|
| 4718 |
+
4717 樂
|
| 4719 |
+
4718 粲
|
| 4720 |
+
4719 結
|
| 4721 |
+
4720 鸨
|
| 4722 |
+
4721 瓒
|
| 4723 |
+
4722 菰
|
| 4724 |
+
4723 邬
|
| 4725 |
+
4724 數
|
| 4726 |
+
4725 鸩
|
| 4727 |
+
4726 铳
|
| 4728 |
+
4727 颞
|
| 4729 |
+
4728 讓
|
| 4730 |
+
4729 柘
|
| 4731 |
+
4730 萸
|
| 4732 |
+
4731 哏
|
| 4733 |
+
4732 掣
|
| 4734 |
+
4733 鲢
|
| 4735 |
+
4734 識
|
| 4736 |
+
4735 懋
|
| 4737 |
+
4736 虬
|
| 4738 |
+
4737 漉
|
| 4739 |
+
4738 窈
|
| 4740 |
+
4739 葚
|
| 4741 |
+
4740 嵬
|
| 4742 |
+
4741 昴
|
| 4743 |
+
4742 篓
|
| 4744 |
+
4743 旖
|
| 4745 |
+
4744 陲
|
| 4746 |
+
4745 桜
|
| 4747 |
+
4746 缙
|
| 4748 |
+
4747 難
|
| 4749 |
+
4748 纥
|
| 4750 |
+
4749 蹉
|
| 4751 |
+
4750 伝
|
| 4752 |
+
4751 該
|
| 4753 |
+
4752 舀
|
| 4754 |
+
4753 円
|
| 4755 |
+
4754 桉
|
| 4756 |
+
4755 盱
|
| 4757 |
+
4756 盅
|
| 4758 |
+
4757 晌
|
| 4759 |
+
4758 漢
|
| 4760 |
+
4759 畑
|
| 4761 |
+
4760 蜃
|
| 4762 |
+
4761 臃
|
| 4763 |
+
4762 臊
|
| 4764 |
+
4763 撂
|
| 4765 |
+
4764 琨
|
| 4766 |
+
4765 嗎
|
| 4767 |
+
4766 唢
|
| 4768 |
+
4767 塬
|
| 4769 |
+
4768 変
|
| 4770 |
+
4769 啕
|
| 4771 |
+
4770 鲎
|
| 4772 |
+
4771 記
|
| 4773 |
+
4772 莠
|
| 4774 |
+
4773 缰
|
| 4775 |
+
4774 旎
|
| 4776 |
+
4775 則
|
| 4777 |
+
4776 癞
|
| 4778 |
+
4777 箩
|
| 4779 |
+
4778 洵
|
| 4780 |
+
4779 谗
|
| 4781 |
+
4780 觐
|
| 4782 |
+
4781 崂
|
| 4783 |
+
4782 蛔
|
| 4784 |
+
4783 抡
|
| 4785 |
+
4784 較
|
| 4786 |
+
4785 滓
|
| 4787 |
+
4786 苣
|
| 4788 |
+
4787 骶
|
| 4789 |
+
4788 宓
|
| 4790 |
+
4789 場
|
| 4791 |
+
4790 泫
|
| 4792 |
+
4791 腈
|
| 4793 |
+
4792 鲷
|
| 4794 |
+
4793 霎
|
| 4795 |
+
4794 噼
|
| 4796 |
+
4795 轭
|
| 4797 |
+
4796 馗
|
| 4798 |
+
4797 祗
|
| 4799 |
+
4798 恻
|
| 4800 |
+
4799 噔
|
| 4801 |
+
4800 哌
|
| 4802 |
+
4801 螈
|
| 4803 |
+
4802 莅
|
| 4804 |
+
4803 鹜
|
| 4805 |
+
4804 怆
|
| 4806 |
+
4805 楣
|
| 4807 |
+
4806 囿
|
| 4808 |
+
4807 珪
|
| 4809 |
+
4808 缢
|
| 4810 |
+
4809 谄
|
| 4811 |
+
4810 谆
|
| 4812 |
+
4811 牍
|
| 4813 |
+
4812 沭
|
| 4814 |
+
4813 饽
|
| 4815 |
+
4814 颦
|
| 4816 |
+
4815 蹿
|
| 4817 |
+
4816 單
|
| 4818 |
+
4817 玷
|
| 4819 |
+
4818 鸪
|
| 4820 |
+
4819 觊
|
| 4821 |
+
4820 類
|
| 4822 |
+
4821 儋
|
| 4823 |
+
4822 薅
|
| 4824 |
+
4823 仟
|
| 4825 |
+
4824 漯
|
| 4826 |
+
4825 讀
|
| 4827 |
+
4826 仞
|
| 4828 |
+
4827 嚓
|
| 4829 |
+
4828 澧
|
| 4830 |
+
4829 簡
|
| 4831 |
+
4830 苒
|
| 4832 |
+
4831 饯
|
| 4833 |
+
4832 顼
|
| 4834 |
+
4833 處
|
| 4835 |
+
4834 俎
|
| 4836 |
+
4835 檄
|
| 4837 |
+
4836 殒
|
| 4838 |
+
4837 觀
|
| 4839 |
+
4838 骈
|
| 4840 |
+
4839 聿
|
| 4841 |
+
4840 葺
|
| 4842 |
+
4841 冼
|
| 4843 |
+
4842 溟
|
| 4844 |
+
4843 枳
|
| 4845 |
+
4844 讫
|
| 4846 |
+
4845 淅
|
| 4847 |
+
4846 銮
|
| 4848 |
+
4847 蛐
|
| 4849 |
+
4848 醴
|
| 4850 |
+
4849 邈
|
| 4851 |
+
4850 龌
|
| 4852 |
+
4851 妤
|
| 4853 |
+
4852 弁
|
| 4854 |
+
4853 挎
|
| 4855 |
+
4854 氽
|
| 4856 |
+
4855 寫
|
| 4857 |
+
4856 溧
|
| 4858 |
+
4857 埼
|
| 4859 |
+
4858 绀
|
| 4860 |
+
4859 聃
|
| 4861 |
+
4860 鲳
|
| 4862 |
+
4861 眙
|
| 4863 |
+
4862 請
|
| 4864 |
+
4863 嶋
|
| 4865 |
+
4864 绔
|
| 4866 |
+
4865 瞭
|
| 4867 |
+
4866 荻
|
| 4868 |
+
4867 绾
|
| 4869 |
+
4868 澹
|
| 4870 |
+
4869 淖
|
| 4871 |
+
4870 磬
|
| 4872 |
+
4871 芾
|
| 4873 |
+
4872 泞
|
| 4874 |
+
4873 掇
|
| 4875 |
+
4874 阆
|
| 4876 |
+
4875 雎
|
| 4877 |
+
4876 鲇
|
| 4878 |
+
4877 镧
|
| 4879 |
+
4878 氩
|
| 4880 |
+
4879 鶐
|
| 4881 |
+
4880 焘
|
| 4882 |
+
4881 衩
|
| 4883 |
+
4882 赊
|
| 4884 |
+
4883 觎
|
| 4885 |
+
4884 鹧
|
| 4886 |
+
4885 玟
|
| 4887 |
+
4886 將
|
| 4888 |
+
4887 撵
|
| 4889 |
+
4888 灬
|
| 4890 |
+
4889 诂
|
| 4891 |
+
4890 锉
|
| 4892 |
+
4891 貔
|
| 4893 |
+
4892 踮
|
| 4894 |
+
4893 鲵
|
| 4895 |
+
4894 笆
|
| 4896 |
+
4895 焗
|
| 4897 |
+
4896 苡
|
| 4898 |
+
4897 俟
|
| 4899 |
+
4898 対
|
| 4900 |
+
4899 聽
|
| 4901 |
+
4900 靼
|
| 4902 |
+
4901 侑
|
| 4903 |
+
4902 窕
|
| 4904 |
+
4903 罄
|
| 4905 |
+
4904 阕
|
| 4906 |
+
4905 歙
|
| 4907 |
+
4906 黝
|
| 4908 |
+
4907 缄
|
| 4909 |
+
4908 佥
|
| 4910 |
+
4909 撅
|
| 4911 |
+
4910 醍
|
| 4912 |
+
4911 鳜
|
| 4913 |
+
4912 芎
|
| 4914 |
+
4913 愍
|
| 4915 |
+
4914 濠
|
| 4916 |
+
4915 蜇
|
| 4917 |
+
4916 貅
|
| 4918 |
+
4917 潴
|
| 4919 |
+
4918 菀
|
| 4920 |
+
4919 砒
|
| 4921 |
+
4920 泮
|
| 4922 |
+
4921 嚯
|
| 4923 |
+
4922 跎
|
| 4924 |
+
4923 髯
|
| 4925 |
+
4924 氙
|
| 4926 |
+
4925 資
|
| 4927 |
+
4926 锲
|
| 4928 |
+
4927 豺
|
| 4929 |
+
4928 卅
|
| 4930 |
+
4929 柞
|
| 4931 |
+
4930 蔫
|
| 4932 |
+
4931 萋
|
| 4933 |
+
4932 嘧
|
| 4934 |
+
4933 瀬
|
| 4935 |
+
4934 岫
|
| 4936 |
+
4935 桎
|
| 4937 |
+
4936 疖
|
| 4938 |
+
4937 恵
|
| 4939 |
+
4938 車
|
| 4940 |
+
4939 邳
|
| 4941 |
+
4940 赭
|
| 4942 |
+
4941 谶
|
| 4943 |
+
4942 臾
|
| 4944 |
+
4943 計
|
| 4945 |
+
4944 呎
|
| 4946 |
+
4945 昇
|
| 4947 |
+
4946 镕
|
| 4948 |
+
4947 靛
|
| 4949 |
+
4948 獗
|
| 4950 |
+
4949 跺
|
| 4951 |
+
4950 撷
|
| 4952 |
+
4951 惇
|
| 4953 |
+
4952 钒
|
| 4954 |
+
4953 龊
|
| 4955 |
+
4954 膻
|
| 4956 |
+
4955 醐
|
| 4957 |
+
4956 喹
|
| 4958 |
+
4957 嵋
|
| 4959 |
+
4958 荥
|
| 4960 |
+
4959 瑠
|
| 4961 |
+
4960 蓼
|
| 4962 |
+
4961 梏
|
| 4963 |
+
4962 钺
|
| 4964 |
+
4963 巻
|
| 4965 |
+
4964 選
|
| 4966 |
+
4965 颛
|
| 4967 |
+
4966 鳟
|
| 4968 |
+
4967 強
|
| 4969 |
+
4968 郫
|
| 4970 |
+
4969 榫
|
| 4971 |
+
4970 歩
|
| 4972 |
+
4971 鏖
|
| 4973 |
+
4972 钜
|
| 4974 |
+
4973 鹞
|
| 4975 |
+
4974 蛭
|
| 4976 |
+
4975 頫
|
| 4977 |
+
4976 啫
|
| 4978 |
+
4977 谯
|
| 4979 |
+
4978 碣
|
| 4980 |
+
4979 碚
|
| 4981 |
+
4980 酊
|
| 4982 |
+
4981 郧
|
| 4983 |
+
4982 蜱
|
| 4984 |
+
4983 詞
|
| 4985 |
+
4984 薙
|
| 4986 |
+
4985 灣
|
| 4987 |
+
4986 镓
|
| 4988 |
+
4987 簋
|
| 4989 |
+
4988 锗
|
| 4990 |
+
4989 濯
|
| 4991 |
+
4990 眦
|
| 4992 |
+
4991 眾
|
| 4993 |
+
4992 蚱
|
| 4994 |
+
4993 偌
|
| 4995 |
+
4994 撃
|
| 4996 |
+
4995 聲
|
| 4997 |
+
4996 爲
|
| 4998 |
+
4997 鄢
|
| 4999 |
+
4998 習
|
| 5000 |
+
4999 質
|
| 5001 |
+
5000 產
|
| 5002 |
+
5001 呲
|
| 5003 |
+
5002 殁
|
| 5004 |
+
5003 绦
|
| 5005 |
+
5004 瞟
|
| 5006 |
+
5005 骠
|
| 5007 |
+
5006 跄
|
| 5008 |
+
5007 溏
|
| 5009 |
+
5008 嵊
|
| 5010 |
+
5009 谌
|
| 5011 |
+
5010 咻
|
| 5012 |
+
5011 獠
|
| 5013 |
+
5012 蝼
|
| 5014 |
+
5013 買
|
| 5015 |
+
5014 滢
|
| 5016 |
+
5015 羸
|
| 5017 |
+
5016 庑
|
| 5018 |
+
5017 佶
|
| 5019 |
+
5018 镝
|
| 5020 |
+
5019 裟
|
| 5021 |
+
5020 仝
|
| 5022 |
+
5021 鎏
|
| 5023 |
+
5022 洹
|
| 5024 |
+
5023 踉
|
| 5025 |
+
5024 鬣
|
| 5026 |
+
5025 摞
|
| 5027 |
+
5026 骧
|
| 5028 |
+
5027 恸
|
| 5029 |
+
5028 澍
|
| 5030 |
+
5029 箐
|
| 5031 |
+
5030 蕲
|
| 5032 |
+
5031 锏
|
| 5033 |
+
5032 砼
|
| 5034 |
+
5033 稔
|
| 5035 |
+
5034 離
|
| 5036 |
+
5035 啖
|
| 5037 |
+
5036 嘹
|
| 5038 |
+
5037 孛
|
| 5039 |
+
5038 獐
|
| 5040 |
+
5039 矽
|
| 5041 |
+
5040 饬
|
| 5042 |
+
5041 桡
|
| 5043 |
+
5042 髌
|
| 5044 |
+
5043 攫
|
| 5045 |
+
5044 徉
|
| 5046 |
+
5045 璘
|
| 5047 |
+
5046 埂
|
| 5048 |
+
5047 椁
|
| 5049 |
+
5048 沣
|
| 5050 |
+
5049 闇
|
| 5051 |
+
5050 剐
|
| 5052 |
+
5051 術
|
| 5053 |
+
5052 柩
|
| 5054 |
+
5053 薹
|
| 5055 |
+
5054 濛
|
| 5056 |
+
5055 華
|
| 5057 |
+
5056 悪
|
| 5058 |
+
5057 脘
|
| 5059 |
+
5058 椹
|
| 5060 |
+
5059 郦
|
| 5061 |
+
5060 舫
|
| 5062 |
+
5061 梶
|
| 5063 |
+
5062 桁
|
| 5064 |
+
5063 橇
|
| 5065 |
+
5064 赓
|
| 5066 |
+
5065 達
|
| 5067 |
+
5066 掸
|
| 5068 |
+
5067 珅
|
| 5069 |
+
5068 綦
|
| 5070 |
+
5069 馬
|
| 5071 |
+
5070 荸
|
| 5072 |
+
5071 耨
|
| 5073 |
+
5072 讧
|
| 5074 |
+
5073 啜
|
| 5075 |
+
5074 赅
|
| 5076 |
+
5075 珺
|
| 5077 |
+
5076 惴
|
| 5078 |
+
5077 徜
|
| 5079 |
+
5078 郓
|
| 5080 |
+
5079 颏
|
| 5081 |
+
5080 嗳
|
| 5082 |
+
5081 邝
|
| 5083 |
+
5082 遒
|
| 5084 |
+
5083 旃
|
| 5085 |
+
5084 録
|
| 5086 |
+
5085 戰
|
| 5087 |
+
5086 視
|
| 5088 |
+
5087 跚
|
| 5089 |
+
5088 膘
|
| 5090 |
+
5089 淝
|
| 5091 |
+
5090 萬
|
| 5092 |
+
5091 菖
|
| 5093 |
+
5092 袈
|
| 5094 |
+
5093 遽
|
| 5095 |
+
5094 蹙
|
| 5096 |
+
5095 肄
|
| 5097 |
+
5096 囔
|
| 5098 |
+
5097 锹
|
| 5099 |
+
5098 凪
|
| 5100 |
+
5099 崆
|
| 5101 |
+
5100 诿
|
| 5102 |
+
5101 氐
|
| 5103 |
+
5102 牯
|
| 5104 |
+
5103 傥
|
| 5105 |
+
5104 辇
|
| 5106 |
+
5105 髂
|
| 5107 |
+
5106 鸱
|
| 5108 |
+
5107 腴
|
| 5109 |
+
5108 蜍
|
| 5110 |
+
5109 凇
|
| 5111 |
+
5110 唰
|
| 5112 |
+
5111 傈
|
| 5113 |
+
5112 劭
|
| 5114 |
+
5113 囟
|
| 5115 |
+
5114 潸
|
| 5116 |
+
5115 飨
|
| 5117 |
+
5116 糸
|
| 5118 |
+
5117 锺
|
| 5119 |
+
5118 蹩
|
| 5120 |
+
5119 遊
|
| 5121 |
+
5120 犍
|
| 5122 |
+
5121 統
|
| 5123 |
+
5122 崧
|
| 5124 |
+
5123 郯
|
| 5125 |
+
5124 売
|
| 5126 |
+
5125 铤
|
| 5127 |
+
5126 員
|
| 5128 |
+
5127 勖
|
| 5129 |
+
5128 遠
|
| 5130 |
+
5129 邛
|
| 5131 |
+
5130 嶙
|
| 5132 |
+
5131 鹂
|
| 5133 |
+
5132 犒
|
| 5134 |
+
5133 楸
|
| 5135 |
+
5134 瞑
|
| 5136 |
+
5135 镬
|
| 5137 |
+
5136 蜊
|
| 5138 |
+
5137 錢
|
| 5139 |
+
5138 麂
|
| 5140 |
+
5139 蓿
|
| 5141 |
+
5140 設
|
| 5142 |
+
5141 疥
|
| 5143 |
+
5142 區
|
| 5144 |
+
5143 拄
|
| 5145 |
+
5144 總
|
| 5146 |
+
5145 闱
|
| 5147 |
+
5146 嵇
|
| 5148 |
+
5147 歷
|
| 5149 |
+
5148 谲
|
| 5150 |
+
5149 傩
|
| 5151 |
+
5150 陉
|
| 5152 |
+
5151 谀
|
| 5153 |
+
5152 帶
|
| 5154 |
+
5153 舂
|
| 5155 |
+
5154 涙
|
| 5156 |
+
5155 阚
|
| 5157 |
+
5156 錯
|
| 5158 |
+
5157 锶
|
| 5159 |
+
5158 広
|
| 5160 |
+
5159 蹒
|
| 5161 |
+
5160 稱
|
| 5162 |
+
5161 專
|
| 5163 |
+
5162 瓤
|
| 5164 |
+
5163 妣
|
| 5165 |
+
5164 峋
|
| 5166 |
+
5165 関
|
| 5167 |
+
5166 尕
|
| 5168 |
+
5167 卻
|
| 5169 |
+
5168 庖
|
| 5170 |
+
5169 黠
|
| 5171 |
+
5170 趸
|
| 5172 |
+
5171 饴
|
| 5173 |
+
5172 揩
|
| 5174 |
+
5173 荪
|
| 5175 |
+
5174 窠
|
| 5176 |
+
5175 湟
|
| 5177 |
+
5176 伱
|
| 5178 |
+
5177 爰
|
| 5179 |
+
5178 倜
|
| 5180 |
+
5179 琯
|
| 5181 |
+
5180 糍
|
| 5182 |
+
5181 耄
|
| 5183 |
+
5182 続
|
| 5184 |
+
5183 枋
|
| 5185 |
+
5184 蹑
|
| 5186 |
+
5185 砝
|
| 5187 |
+
5186 繇
|
| 5188 |
+
5187 尻
|
| 5189 |
+
5188 垅
|
| 5190 |
+
5189 張
|
| 5191 |
+
5190 邊
|
| 5192 |
+
5191 畫
|
| 5193 |
+
5192 雒
|
| 5194 |
+
5193 洄
|
| 5195 |
+
5194 刽
|
| 5196 |
+
5195 鳙
|
| 5197 |
+
5196 懑
|
| 5198 |
+
5197 獾
|
| 5199 |
+
5198 叻
|
| 5200 |
+
5199 苜
|
| 5201 |
+
5200 證
|
| 5202 |
+
5201 诤
|
| 5203 |
+
5202 疳
|
| 5204 |
+
5203 瞠
|
| 5205 |
+
5204 棂
|
| 5206 |
+
5205 犟
|
| 5207 |
+
5206 苕
|
| 5208 |
+
5207 悻
|
| 5209 |
+
5208 莼
|
| 5210 |
+
5209 遑
|
| 5211 |
+
5210 咛
|
| 5212 |
+
5211 钎
|
| 5213 |
+
5212 僭
|
| 5214 |
+
5213 胍
|
| 5215 |
+
5214 茭
|
| 5216 |
+
5215 瑁
|
| 5217 |
+
5216 報
|
| 5218 |
+
5217 葭
|
| 5219 |
+
5218 镲
|
| 5220 |
+
5219 確
|
| 5221 |
+
5220 舛
|
| 5222 |
+
5221 苎
|
| 5223 |
+
5222 阇
|
| 5224 |
+
5223 菽
|
| 5225 |
+
5224 湫
|
| 5226 |
+
5225 砭
|
| 5227 |
+
5226 骺
|
| 5228 |
+
5227 稃
|
| 5229 |
+
5228 钏
|
| 5230 |
+
5229 粿
|
| 5231 |
+
5230 調
|
| 5232 |
+
5231 倏
|
| 5233 |
+
5232 試
|
| 5234 |
+
5233 肓
|
| 5235 |
+
5234 踱
|
| 5236 |
+
5235 價
|
| 5237 |
+
5236 畈
|
| 5238 |
+
5237 淦
|
| 5239 |
+
5238 轉
|
| 5240 |
+
5239 埚
|
| 5241 |
+
5240 刎
|
| 5242 |
+
5241 坩
|
| 5243 |
+
5242 碛
|
| 5244 |
+
5243 陸
|
| 5245 |
+
5244 掬
|
| 5246 |
+
5245 郅
|
| 5247 |
+
5246 蠹
|
| 5248 |
+
5247 悌
|
| 5249 |
+
5248 廣
|
| 5250 |
+
5249 榉
|
| 5251 |
+
5250 晞
|
| 5252 |
+
5251 瞋
|
| 5253 |
+
5252 雖
|
| 5254 |
+
5253 蝈
|
| 5255 |
+
5254 孳
|
| 5256 |
+
5255 滘
|
| 5257 |
+
5256 連
|
| 5258 |
+
5257 劵
|
| 5259 |
+
5258 妳
|
| 5260 |
+
5259 氲
|
| 5261 |
+
5260 哐
|
| 5262 |
+
5261 疃
|
| 5263 |
+
5262 驷
|
| 5264 |
+
5263 鲱
|
| 5265 |
+
5264 旳
|
| 5266 |
+
5265 颢
|
| 5267 |
+
5266 殓
|
| 5268 |
+
5267 謝
|
| 5269 |
+
5268 蹼
|
| 5270 |
+
5269 卍
|
| 5271 |
+
5270 欸
|
| 5272 |
+
5271 許
|
| 5273 |
+
5272 謂
|
| 5274 |
+
5273 恚
|
| 5275 |
+
5274 噫
|
| 5276 |
+
5275 汩
|
| 5277 |
+
5276 钤
|
| 5278 |
+
5277 涞
|
| 5279 |
+
5278 弭
|
| 5280 |
+
5279 谡
|
| 5281 |
+
5280 钿
|
| 5282 |
+
5281 軍
|
| 5283 |
+
5282 妫
|
| 5284 |
+
5283 槎
|
| 5285 |
+
5284 団
|
| 5286 |
+
5285 況
|
| 5287 |
+
5286 滂
|
| 5288 |
+
5287 査
|
| 5289 |
+
5288 孱
|
| 5290 |
+
5289 棹
|
| 5291 |
+
5290 誰
|
| 5292 |
+
5291 圖
|
| 5293 |
+
5292 卟
|
| 5294 |
+
5293 馔
|
| 5295 |
+
5294 廪
|
| 5296 |
+
5295 睨
|
| 5297 |
+
5296 総
|
| 5298 |
+
5297 圻
|
| 5299 |
+
5298 灞
|
| 5300 |
+
5299 朐
|
| 5301 |
+
5300 萜
|
| 5302 |
+
5301 砀
|
| 5303 |
+
5302 節
|
| 5304 |
+
5303 祢
|
| 5305 |
+
5304 氤
|
| 5306 |
+
5305 醮
|
| 5307 |
+
5306 箨
|
| 5308 |
+
5307 镫
|
| 5309 |
+
5308 玳
|
| 5310 |
+
5309 篾
|
| 5311 |
+
5310 胪
|
| 5312 |
+
5311 魉
|
| 5313 |
+
5312 咣
|
| 5314 |
+
5313 蕈
|
| 5315 |
+
5314 钯
|
| 5316 |
+
5315 皴
|
| 5317 |
+
5316 箜
|
| 5318 |
+
5317 運
|
| 5319 |
+
5318 稹
|
| 5320 |
+
5319 唁
|
| 5321 |
+
5320 祂
|
| 5322 |
+
5321 蝮
|
| 5323 |
+
5322 稗
|
| 5324 |
+
5323 稞
|
| 5325 |
+
5324 芫
|
| 5326 |
+
5325 镣
|
| 5327 |
+
5326 擞
|
| 5328 |
+
5327 靥
|
| 5329 |
+
5328 鬻
|
| 5330 |
+
5329 裏
|
| 5331 |
+
5330 忤
|
| 5332 |
+
5331 邨
|
| 5333 |
+
5332 岬
|
| 5334 |
+
5333 壅
|
| 5335 |
+
5334 珥
|
| 5336 |
+
5335 簌
|
| 5337 |
+
5336 嬅
|
| 5338 |
+
5337 級
|
| 5339 |
+
5338 鏊
|
| 5340 |
+
5339 颔
|
| 5341 |
+
5340 猗
|
| 5342 |
+
5341 盹
|
| 5343 |
+
5342 藁
|
| 5344 |
+
5343 酞
|
| 5345 |
+
5344 魍
|
| 5346 |
+
5345 鹗
|
| 5347 |
+
5346 係
|
| 5348 |
+
5347 哙
|
| 5349 |
+
5348 椽
|
| 5350 |
+
5349 蠊
|
| 5351 |
+
5350 親
|
| 5352 |
+
5351 腧
|
| 5353 |
+
5352 笏
|
| 5354 |
+
5353 馊
|
| 5355 |
+
5354 犄
|
| 5356 |
+
5355 垸
|
| 5357 |
+
5356 徭
|
| 5358 |
+
5357 坻
|
| 5359 |
+
5358 杲
|
| 5360 |
+
5359 犸
|
| 5361 |
+
5360 刈
|
| 5362 |
+
5361 荏
|
| 5363 |
+
5362 辺
|
| 5364 |
+
5363 鼹
|
| 5365 |
+
5364 沏
|
| 5366 |
+
5365 辎
|
| 5367 |
+
5366 訇
|
| 5368 |
+
5367 峯
|
| 5369 |
+
5368 芃
|
| 5370 |
+
5369 亜
|
| 5371 |
+
5370 迳
|
| 5372 |
+
5371 嬗
|
| 5373 |
+
5372 仃
|
| 5374 |
+
5373 標
|
| 5375 |
+
5374 诨
|
| 5376 |
+
5375 喰
|
| 5377 |
+
5376 馕
|
| 5378 |
+
5377 叵
|
| 5379 |
+
5378 擘
|
| 5380 |
+
5379 墉
|
| 5381 |
+
5380 噌
|
| 5382 |
+
5381 県
|
| 5383 |
+
5382 網
|
| 5384 |
+
5383 姒
|
| 5385 |
+
5384 導
|
| 5386 |
+
5385 镛
|
| 5387 |
+
5386 羰
|
| 5388 |
+
5387 蝰
|
| 5389 |
+
5388 鄠
|
| 5390 |
+
5389 凫
|
| 5391 |
+
5390 庠
|
| 5392 |
+
5391 赝
|
| 5393 |
+
5392 淙
|
| 5394 |
+
5393 篌
|
| 5395 |
+
5394 贽
|
| 5396 |
+
5395 悭
|
| 5397 |
+
5396 衿
|
| 5398 |
+
5397 鹬
|
| 5399 |
+
5398 収
|
| 5400 |
+
5399 纰
|
| 5401 |
+
5400 蜉
|
| 5402 |
+
5401 舐
|
| 5403 |
+
5402 條
|
| 5404 |
+
5403 阗
|
| 5405 |
+
5404 旮
|
| 5406 |
+
5405 叡
|
| 5407 |
+
5406 奭
|
| 5408 |
+
5407 炝
|
| 5409 |
+
5408 丿
|
| 5410 |
+
5409 蚴
|
| 5411 |
+
5410 箸
|
| 5412 |
+
5411 褓
|
| 5413 |
+
5412 決
|
| 5414 |
+
5413 蜢
|
| 5415 |
+
5414 蚧
|
| 5416 |
+
5415 終
|
| 5417 |
+
5416 抻
|
| 5418 |
+
5417 隨
|
| 5419 |
+
5418 襁
|
| 5420 |
+
5419 約
|
| 5421 |
+
5420 滟
|
| 5422 |
+
5421 醫
|
| 5423 |
+
5422 線
|
| 5424 |
+
5423 鮠
|
| 5425 |
+
5424 埭
|
| 5426 |
+
5425 郗
|
| 5427 |
+
5426 狒
|
| 5428 |
+
5427 缬
|
| 5429 |
+
5428 講
|
| 5430 |
+
5429 醪
|
| 5431 |
+
5430 碴
|
| 5432 |
+
5431 咂
|
| 5433 |
+
5432 倌
|
| 5434 |
+
5433 碇
|
| 5435 |
+
5434 碓
|
| 5436 |
+
5435 铌
|
| 5437 |
+
5436 镔
|
| 5438 |
+
5437 喏
|
| 5439 |
+
5438 嚩
|
| 5440 |
+
5439 楫
|
| 5441 |
+
5440 汜
|
| 5442 |
+
5441 羅
|
| 5443 |
+
5442 恁
|
| 5444 |
+
5443 滿
|
| 5445 |
+
5444 篁
|
| 5446 |
+
5445 準
|
| 5447 |
+
5446 绡
|
| 5448 |
+
5447 霊
|
| 5449 |
+
5448 莳
|
| 5450 |
+
5449 耵
|
| 5451 |
+
5450 號
|
| 5452 |
+
5451 俅
|
| 5453 |
+
5452 樾
|
| 5454 |
+
5453 曩
|
| 5455 |
+
5454 極
|
| 5456 |
+
5455 茼
|
| 5457 |
+
5456 筆
|
| 5458 |
+
5457 岘
|
| 5459 |
+
5458 願
|
| 5460 |
+
5459 瓠
|
| 5461 |
+
5460 艏
|
| 5462 |
+
5461 潋
|
| 5463 |
+
5462 燊
|
| 5464 |
+
5463 秣
|
| 5465 |
+
5464 籼
|
| 5466 |
+
5465 聒
|
| 5467 |
+
5466 險
|
| 5468 |
+
5467 吽
|
| 5469 |
+
5468 毽
|
| 5470 |
+
5469 氡
|
| 5471 |
+
5470 苾
|
| 5472 |
+
5471 郜
|
| 5473 |
+
5472 蛉
|
| 5474 |
+
5473 晷
|
| 5475 |
+
5474 闼
|
| 5476 |
+
5475 沔
|
| 5477 |
+
5476 絕
|
| 5478 |
+
5477 诳
|
| 5479 |
+
5478 铄
|
| 5480 |
+
5479 覚
|
| 5481 |
+
5480 欤
|
| 5482 |
+
5481 貉
|
| 5483 |
+
5482 務
|
| 5484 |
+
5483 増
|
| 5485 |
+
5484 劇
|
| 5486 |
+
5485 殚
|
| 5487 |
+
5486 诹
|
| 5488 |
+
5487 垌
|
| 5489 |
+
5488 酩
|
| 5490 |
+
5489 衾
|
| 5491 |
+
5490 逶
|
| 5492 |
+
5491 钽
|
| 5493 |
+
5492 議
|
| 5494 |
+
5493 捱
|
| 5495 |
+
5494 權
|
| 5496 |
+
5495 盥
|
| 5497 |
+
5496 衲
|
| 5498 |
+
5497 竜
|
| 5499 |
+
5498 揆
|
| 5500 |
+
5499 異
|
| 5501 |
+
5500 紅
|
| 5502 |
+
5501 蚶
|
| 5503 |
+
5502 纾
|
| 5504 |
+
5503 嘣
|
| 5505 |
+
5504 筮
|
| 5506 |
+
5505 酢
|
| 5507 |
+
5506 椴
|
| 5508 |
+
5507 獨
|
| 5509 |
+
5508 據
|
| 5510 |
+
5509 斫
|
| 5511 |
+
5510 笞
|
| 5512 |
+
5511 輕
|
| 5513 |
+
5512 潟
|
| 5514 |
+
5513 埕
|
| 5515 |
+
5514 穂
|
| 5516 |
+
5515 蹇
|
| 5517 |
+
5516 聍
|
| 5518 |
+
5517 剣
|
| 5519 |
+
5518 绻
|
| 5520 |
+
5519 砦
|
| 5521 |
+
5520 萩
|
| 5522 |
+
5521 夠
|
| 5523 |
+
5522 戲
|
| 5524 |
+
5523 費
|
| 5525 |
+
5524 铋
|
| 5526 |
+
5525 鳐
|
| 5527 |
+
5526 耷
|
| 5528 |
+
5527 胝
|
| 5529 |
+
5528 曷
|
| 5530 |
+
5529 規
|
| 5531 |
+
5530 钕
|
| 5532 |
+
5531 橼
|
| 5533 |
+
5532 茏
|
| 5534 |
+
5533 魑
|
| 5535 |
+
5534 衄
|
| 5536 |
+
5535 戢
|
| 5537 |
+
5536 茕
|
| 5538 |
+
5537 轸
|
| 5539 |
+
5538 兒
|
| 5540 |
+
5539 摈
|
| 5541 |
+
5540 細
|
| 5542 |
+
5541 夢
|
| 5543 |
+
5542 蒽
|
| 5544 |
+
5543 龍
|
| 5545 |
+
5544 評
|
| 5546 |
+
5545 雙
|
| 5547 |
+
5546 汨
|
| 5548 |
+
5547 皲
|
| 5549 |
+
5548 睇
|
| 5550 |
+
5549 儆
|
| 5551 |
+
5550 旯
|
| 5552 |
+
5551 響
|
| 5553 |
+
5552 唵
|
| 5554 |
+
5553 篑
|
| 5555 |
+
5554 铍
|
| 5556 |
+
5555 僮
|
| 5557 |
+
5556 赉
|
| 5558 |
+
5557 込
|
| 5559 |
+
5558 肼
|
| 5560 |
+
5559 锷
|
| 5561 |
+
5560 嵴
|
| 5562 |
+
5561 佻
|
| 5563 |
+
5562 適
|
| 5564 |
+
5563 呷
|
| 5565 |
+
5564 闳
|
| 5566 |
+
5565 颙
|
| 5567 |
+
5566 鳏
|
| 5568 |
+
5567 妪
|
| 5569 |
+
5568 瑗
|
| 5570 |
+
5569 狍
|
| 5571 |
+
5570 諸
|
| 5572 |
+
5571 哚
|
| 5573 |
+
5572 桠
|
| 5574 |
+
5573 檗
|
| 5575 |
+
5574 蘅
|
| 5576 |
+
5575 崮
|
| 5577 |
+
5576 焜
|
| 5578 |
+
5577 耋
|
| 5579 |
+
5578 蓖
|
| 5580 |
+
5579 圪
|
| 5581 |
+
5580 绌
|
| 5582 |
+
5581 仡
|
| 5583 |
+
5582 焓
|
| 5584 |
+
5583 锴
|
| 5585 |
+
5584 捌
|
| 5586 |
+
5585 搡
|
| 5587 |
+
5586 赳
|
| 5588 |
+
5587 墒
|
| 5589 |
+
5588 弾
|
| 5590 |
+
5589 缱
|
| 5591 |
+
5590 際
|
| 5592 |
+
5591 薮
|
| 5593 |
+
5592 豇
|
| 5594 |
+
5593 豢
|
| 5595 |
+
5594 峤
|
| 5596 |
+
5595 忖
|
| 5597 |
+
5596 龅
|
| 5598 |
+
5597 甑
|
| 5599 |
+
5598 鼐
|
| 5600 |
+
5599 辋
|
| 5601 |
+
5600 杼
|
| 5602 |
+
5601 柾
|
| 5603 |
+
5602 聞
|
| 5604 |
+
5603 藝
|
| 5605 |
+
5604 掾
|
| 5606 |
+
5605 呓
|
| 5607 |
+
5606 嘭
|
| 5608 |
+
5607 醌
|
| 5609 |
+
5608 箓
|
| 5610 |
+
5609 緣
|
| 5611 |
+
5610 復
|
| 5612 |
+
5611 苴
|
| 5613 |
+
5612 吲
|
| 5614 |
+
5613 峄
|
| 5615 |
+
5614 濬
|
| 5616 |
+
5615 笄
|
| 5617 |
+
5616 怛
|
| 5618 |
+
5617 镞
|
| 5619 |
+
5618 態
|
| 5620 |
+
5619 珙
|
| 5621 |
+
5620 浠
|
| 5622 |
+
5621 瓿
|
| 5623 |
+
5622 鸫
|
| 5624 |
+
5623 熱
|
| 5625 |
+
5624 莜
|
| 5626 |
+
5625 唷
|
| 5627 |
+
5626 镦
|
| 5628 |
+
5627 飛
|
| 5629 |
+
5628 瑭
|
| 5630 |
+
5629 葳
|
| 5631 |
+
5630 崃
|
| 5632 |
+
5631 枥
|
| 5633 |
+
5632 胴
|
| 5634 |
+
5633 辦
|
| 5635 |
+
5634 粄
|
| 5636 |
+
5635 帰
|
| 5637 |
+
5636 裝
|
| 5638 |
+
5637 荽
|
| 5639 |
+
5638 襦
|
| 5640 |
+
5639 怏
|
| 5641 |
+
5640 跶
|
| 5642 |
+
5641 埵
|
| 5643 |
+
5642 菓
|
| 5644 |
+
5643 镨
|
| 5645 |
+
5644 暝
|
| 5646 |
+
5645 夼
|
| 5647 |
+
5646 蕤
|
| 5648 |
+
5647 豕
|
| 5649 |
+
5648 滅
|
| 5650 |
+
5649 剡
|
| 5651 |
+
5650 鬲
|
| 5652 |
+
5651 揄
|
| 5653 |
+
5652 膦
|
| 5654 |
+
5653 楝
|
| 5655 |
+
5654 爾
|
| 5656 |
+
5655 琍
|
| 5657 |
+
5656 恽
|
| 5658 |
+
5657 蝽
|
| 5659 |
+
5658 挈
|
| 5660 |
+
5659 硐
|
| 5661 |
+
5660 團
|
| 5662 |
+
5661 擤
|
| 5663 |
+
5662 缟
|
| 5664 |
+
5663 嗬
|
| 5665 |
+
5664 孀
|
| 5666 |
+
5665 興
|
| 5667 |
+
5666 顯
|
| 5668 |
+
5667 怵
|
| 5669 |
+
5668 殺
|
| 5670 |
+
5669 箧
|
| 5671 |
+
5670 冇
|
| 5672 |
+
5671 畢
|
| 5673 |
+
5672 椤
|
| 5674 |
+
5673 乂
|
| 5675 |
+
5674 勰
|
| 5676 |
+
5675 參
|
| 5677 |
+
5676 汊
|
| 5678 |
+
5677 濉
|
| 5679 |
+
5678 媾
|
| 5680 |
+
5679 穰
|
| 5681 |
+
5680 飕
|
| 5682 |
+
5681 禛
|
| 5683 |
+
5682 篦
|
| 5684 |
+
5683 牖
|
| 5685 |
+
5684 翕
|
| 5686 |
+
5685 杈
|
| 5687 |
+
5686 螭
|
| 5688 |
+
5687 備
|
| 5689 |
+
5688 啷
|
| 5690 |
+
5689 斷
|
| 5691 |
+
5690 陽
|
| 5692 |
+
5691 姹
|
| 5693 |
+
5692 擇
|
| 5694 |
+
5693 阏
|
| 5695 |
+
5694 寶
|
| 5696 |
+
5695 囗
|
| 5697 |
+
5696 愎
|
| 5698 |
+
5697 睥
|
| 5699 |
+
5698 豸
|
| 5700 |
+
5699 镱
|
| 5701 |
+
5700 闘
|
| 5702 |
+
5701 剛
|
| 5703 |
+
5702 屐
|
| 5704 |
+
5703 愠
|
| 5705 |
+
5704 橹
|
| 5706 |
+
5705 黃
|
| 5707 |
+
5706 優
|
| 5708 |
+
5707 鲀
|
| 5709 |
+
5708 帙
|
| 5710 |
+
5709 骢
|
| 5711 |
+
5710 養
|
| 5712 |
+
5711 維
|
| 5713 |
+
5712 鳔
|
| 5714 |
+
5713 換
|
| 5715 |
+
5714 裾
|
| 5716 |
+
5715 屬
|
| 5717 |
+
5716 疔
|
| 5718 |
+
5717 竽
|
| 5719 |
+
5718 邰
|
| 5720 |
+
5719 嶷
|
| 5721 |
+
5720 蝣
|
| 5722 |
+
5721 媽
|
| 5723 |
+
5722 豊
|
| 5724 |
+
5723 獣
|
| 5725 |
+
5724 褛
|
| 5726 |
+
5725 嘅
|
| 5727 |
+
5726 絵
|
| 5728 |
+
5727 萆
|
| 5729 |
+
5728 亻
|
| 5730 |
+
5729 荦
|
| 5731 |
+
5730 堃
|
| 5732 |
+
5731 肟
|
| 5733 |
+
5732 鲧
|
| 5734 |
+
5733 囵
|
| 5735 |
+
5734 湎
|
| 5736 |
+
5735 珰
|
| 5737 |
+
5736 绉
|
| 5738 |
+
5737 圜
|
| 5739 |
+
5738 砜
|
| 5740 |
+
5739 硌
|
| 5741 |
+
5740 葶
|
| 5742 |
+
5741 抟
|
| 5743 |
+
5742 玦
|
| 5744 |
+
5743 壊
|
| 5745 |
+
5744 旸
|
| 5746 |
+
5745 炷
|
| 5747 |
+
5746 傷
|
| 5748 |
+
5747 瑀
|
| 5749 |
+
5748 盡
|
| 5750 |
+
5749 乜
|
| 5751 |
+
5750 摺
|
| 5752 |
+
5751 瘿
|
| 5753 |
+
5752 狀
|
| 5754 |
+
5753 熘
|
| 5755 |
+
5754 誊
|
| 5756 |
+
5755 驗
|
| 5757 |
+
5756 蛲
|
| 5758 |
+
5757 囫
|
| 5759 |
+
5758 铡
|
| 5760 |
+
5759 揶
|
| 5761 |
+
5760 鲣
|
| 5762 |
+
5761 昉
|
| 5763 |
+
5762 砗
|
| 5764 |
+
5763 媪
|
| 5765 |
+
5764 齁
|
| 5766 |
+
5765 趺
|
| 5767 |
+
5766 隊
|
| 5768 |
+
5767 掴
|
| 5769 |
+
5768 痍
|
| 5770 |
+
5769 跬
|
| 5771 |
+
5770 續
|
| 5772 |
+
5771 鲮
|
| 5773 |
+
5772 抜
|
| 5774 |
+
5773 組
|
| 5775 |
+
5774 佢
|
| 5776 |
+
5775 唳
|
| 5777 |
+
5776 钇
|
| 5778 |
+
5777 邙
|
| 5779 |
+
5778 纮
|
| 5780 |
+
5779 岀
|
| 5781 |
+
5780 樯
|
| 5782 |
+
5781 鲠
|
| 5783 |
+
5782 鲡
|
| 5784 |
+
5783 殄
|
| 5785 |
+
5784 笹
|
| 5786 |
+
5785 創
|
| 5787 |
+
5786 鄄
|
| 5788 |
+
5787 剜
|
| 5789 |
+
5788 槭
|
| 5790 |
+
5789 肫
|
| 5791 |
+
5790 惡
|
| 5792 |
+
5791 沤
|
| 5793 |
+
5792 铟
|
| 5794 |
+
5793 垓
|
| 5795 |
+
5794 诌
|
| 5796 |
+
5795 鄯
|
| 5797 |
+
5796 討
|
| 5798 |
+
5797 伉
|
| 5799 |
+
5798 菈
|
| 5800 |
+
5799 踽
|
| 5801 |
+
5800 隰
|
| 5802 |
+
5801 撺
|
| 5803 |
+
5802 杌
|
| 5804 |
+
5803 腚
|
| 5805 |
+
5804 蛏
|
| 5806 |
+
5805 俳
|
| 5807 |
+
5806 雲
|
| 5808 |
+
5807 屍
|
| 5809 |
+
5808 铱
|
| 5810 |
+
5809 孬
|
| 5811 |
+
5810 槁
|
| 5812 |
+
5811 歲
|
| 5813 |
+
5812 氵
|
| 5814 |
+
5813 藥
|
| 5815 |
+
5814 鉄
|
| 5816 |
+
5815 玠
|
| 5817 |
+
5816 璠
|
| 5818 |
+
5817 腦
|
| 5819 |
+
5818 転
|
| 5820 |
+
5819 韫
|
| 5821 |
+
5820 聩
|
| 5822 |
+
5821 詩
|
| 5823 |
+
5822 轱
|
| 5824 |
+
5823 绺
|
| 5825 |
+
5824 缦
|
| 5826 |
+
5825 锟
|
| 5827 |
+
5826 仮
|
| 5828 |
+
5827 侩
|
| 5829 |
+
5828 練
|
| 5830 |
+
5829 蒡
|
| 5831 |
+
5830 呪
|
| 5832 |
+
5831 紀
|
| 5833 |
+
5832 爨
|
| 5834 |
+
5833 製
|
| 5835 |
+
5834 貴
|
| 5836 |
+
5835 辻
|
| 5837 |
+
5836 職
|
| 5838 |
+
5837 赟
|
| 5839 |
+
5838 課
|
| 5840 |
+
5839 偁
|
| 5841 |
+
5840 浃
|
| 5842 |
+
5841 辔
|
| 5843 |
+
5842 夥
|
| 5844 |
+
5843 珣
|
| 5845 |
+
5844 縻
|
| 5846 |
+
5845 犽
|
| 5847 |
+
5846 毎
|
| 5848 |
+
5847 捭
|
| 5849 |
+
5848 幫
|
| 5850 |
+
5849 磲
|
| 5851 |
+
5850 簟
|
| 5852 |
+
5851 経
|
| 5853 |
+
5852 噤
|
| 5854 |
+
5853 脩
|
| 5855 |
+
5854 茔
|
| 5856 |
+
5855 恂
|
| 5857 |
+
5856 垚
|
| 5858 |
+
5857 昰
|
| 5859 |
+
5858 釋
|
| 5860 |
+
5859 蛄
|
| 5861 |
+
5860 須
|
| 5862 |
+
5861 僅
|
talker/s3_bpe/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
talker/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
talker/speech_tokenizer_v1.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23b5a723ed9143aebfd9ffda14ac4c21231f31c35ef837b6a13bb9e5488abb1e
|
| 3 |
+
size 522624269
|
talker/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d37a0cc302f19f1c0b443db425f2636779baa3623a825a55f11ed6045c4a7006
|
| 3 |
+
size 11424142
|
talker/tokenizer_config.json
ADDED
|
@@ -0,0 +1,303 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<audio_bos>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": true,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "<audio_eos>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": true,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<audio_pad>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": true,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "<text_bos>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": true,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
},
|
| 213 |
+
"151669": {
|
| 214 |
+
"content": "<text_eos>",
|
| 215 |
+
"lstrip": false,
|
| 216 |
+
"normalized": true,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false,
|
| 219 |
+
"special": false
|
| 220 |
+
},
|
| 221 |
+
"151670": {
|
| 222 |
+
"content": "<text_pad>",
|
| 223 |
+
"lstrip": false,
|
| 224 |
+
"normalized": true,
|
| 225 |
+
"rstrip": false,
|
| 226 |
+
"single_word": false,
|
| 227 |
+
"special": false
|
| 228 |
+
},
|
| 229 |
+
"151671": {
|
| 230 |
+
"content": "<prompt>",
|
| 231 |
+
"lstrip": false,
|
| 232 |
+
"normalized": true,
|
| 233 |
+
"rstrip": false,
|
| 234 |
+
"single_word": false,
|
| 235 |
+
"special": false
|
| 236 |
+
},
|
| 237 |
+
"151672": {
|
| 238 |
+
"content": "</prompt>",
|
| 239 |
+
"lstrip": false,
|
| 240 |
+
"normalized": true,
|
| 241 |
+
"rstrip": false,
|
| 242 |
+
"single_word": false,
|
| 243 |
+
"special": false
|
| 244 |
+
},
|
| 245 |
+
"151673": {
|
| 246 |
+
"content": "<thinker_prefix>",
|
| 247 |
+
"lstrip": false,
|
| 248 |
+
"normalized": true,
|
| 249 |
+
"rstrip": false,
|
| 250 |
+
"single_word": false,
|
| 251 |
+
"special": false
|
| 252 |
+
},
|
| 253 |
+
"151674": {
|
| 254 |
+
"content": "</thinker_prefix>",
|
| 255 |
+
"lstrip": false,
|
| 256 |
+
"normalized": true,
|
| 257 |
+
"rstrip": false,
|
| 258 |
+
"single_word": false,
|
| 259 |
+
"special": false
|
| 260 |
+
},
|
| 261 |
+
"151675": {
|
| 262 |
+
"content": "<vp>",
|
| 263 |
+
"lstrip": false,
|
| 264 |
+
"normalized": true,
|
| 265 |
+
"rstrip": false,
|
| 266 |
+
"single_word": false,
|
| 267 |
+
"special": false
|
| 268 |
+
},
|
| 269 |
+
"151676": {
|
| 270 |
+
"content": "</vp>",
|
| 271 |
+
"lstrip": false,
|
| 272 |
+
"normalized": true,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false,
|
| 275 |
+
"special": false
|
| 276 |
+
}
|
| 277 |
+
},
|
| 278 |
+
"additional_special_tokens": [
|
| 279 |
+
"<|im_start|>",
|
| 280 |
+
"<|im_end|>",
|
| 281 |
+
"<|object_ref_start|>",
|
| 282 |
+
"<|object_ref_end|>",
|
| 283 |
+
"<|box_start|>",
|
| 284 |
+
"<|box_end|>",
|
| 285 |
+
"<|quad_start|>",
|
| 286 |
+
"<|quad_end|>",
|
| 287 |
+
"<|vision_start|>",
|
| 288 |
+
"<|vision_end|>",
|
| 289 |
+
"<|vision_pad|>",
|
| 290 |
+
"<|image_pad|>",
|
| 291 |
+
"<|video_pad|>"
|
| 292 |
+
],
|
| 293 |
+
"bos_token": null,
|
| 294 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 295 |
+
"clean_up_tokenization_spaces": false,
|
| 296 |
+
"eos_token": "<|im_end|>",
|
| 297 |
+
"errors": "replace",
|
| 298 |
+
"model_max_length": 131072,
|
| 299 |
+
"pad_token": "<|endoftext|>",
|
| 300 |
+
"split_special_tokens": false,
|
| 301 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 302 |
+
"unk_token": null
|
| 303 |
+
}
|
talker/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transformer/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "SD3Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.33.1",
|
| 4 |
+
"attention_head_dim": 64,
|
| 5 |
+
"caption_projection_dim": 1536,
|
| 6 |
+
"dual_attention_layers": [
|
| 7 |
+
0,
|
| 8 |
+
1,
|
| 9 |
+
2,
|
| 10 |
+
3,
|
| 11 |
+
4,
|
| 12 |
+
5,
|
| 13 |
+
6,
|
| 14 |
+
7,
|
| 15 |
+
8,
|
| 16 |
+
9,
|
| 17 |
+
10,
|
| 18 |
+
11,
|
| 19 |
+
12
|
| 20 |
+
],
|
| 21 |
+
"in_channels": 16,
|
| 22 |
+
"joint_attention_dim": 4096,
|
| 23 |
+
"num_attention_heads": 24,
|
| 24 |
+
"num_layers": 24,
|
| 25 |
+
"num_refiner_layers": 2,
|
| 26 |
+
"out_channels": 16,
|
| 27 |
+
"patch_size": 2,
|
| 28 |
+
"pooled_projection_dim": 2048,
|
| 29 |
+
"pos_embed_max_size": 384,
|
| 30 |
+
"qk_norm": "rms_norm",
|
| 31 |
+
"sample_size": 128,
|
| 32 |
+
"vae_ref_channel_cat": false
|
| 33 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fecc17c89bb0d9ca82c3d0e9ea9ac079d066a073e8858a4545520c987322a19d
|
| 3 |
+
size 9991573456
|
transformer/diffusion_pytorch_model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e386f056ca05cf1b83af9360a79e7316552f41c984aa34b3b8c58fff5c7b52a2
|
| 3 |
+
size 1473408512
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae/config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.31.0.dev0",
|
| 4 |
+
"_name_or_path": "../sdxl-vae/",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"force_upcast": true,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"latent_channels": 16,
|
| 21 |
+
"latents_mean": null,
|
| 22 |
+
"latents_std": null,
|
| 23 |
+
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
+
"norm_num_groups": 32,
|
| 26 |
+
"out_channels": 3,
|
| 27 |
+
"sample_size": 1024,
|
| 28 |
+
"scaling_factor": 1.5305,
|
| 29 |
+
"shift_factor": 0.0609,
|
| 30 |
+
"up_block_types": [
|
| 31 |
+
"UpDecoderBlock2D",
|
| 32 |
+
"UpDecoderBlock2D",
|
| 33 |
+
"UpDecoderBlock2D",
|
| 34 |
+
"UpDecoderBlock2D"
|
| 35 |
+
],
|
| 36 |
+
"use_post_quant_conv": false,
|
| 37 |
+
"use_quant_conv": false
|
| 38 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f53304a79335b55e13ec50f63e5157fee4deb2f30d5fae0654e2b2653c109dc
|
| 3 |
+
size 167666902
|