diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/8k-100.sh b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/8k-100.sh new file mode 100644 index 0000000000000000000000000000000000000000..8d9b97b199e7c142854d19591c9f17b7c6903d33 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/8k-100.sh @@ -0,0 +1,65 @@ +FLAME_PATH=/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame +DATASET_ROOT=/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset +TOKENIZER=/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer + +cd $FLAME_PATH +source .venv/bin/activate + +# =========== train config =========== +CONFIG=${1:-transformer_340M.json} +SEQ_LEN=8192 +WARMUP_STEPS=100 +STEPS=95366 +LR=3e-4 +BATCH_SIZE=16 +DECAY_TYPE=linear +DECAY_RATIO=1 + +NNODE=1 +NGPU=8 +LOG_RANK=0 +# ==================================== + +# if jq command is not found, install it +if ! command -v jq &> /dev/null; then + echo "jq could not be found, installing it..." + sudo yum install -y jq +fi + +EXP_NAME=$(basename $CONFIG | sed 's/\.config//')-ctx${SEQ_LEN}-steps${STEPS}-lr${LR}-decay_type${DECAY_TYPE}-decay_ratio${DECAY_RATIO}-bs${BATCH_SIZE}-nn${NNODE} + +bash train.sh \ + --job.config_file flame/models/fla.toml \ + --job.dump_folder $FLAME_PATH/exp/$EXP_NAME \ + --model.config $FLAME_PATH/configs/$CONFIG \ + --model.tokenizer_path $TOKENIZER \ + --optimizer.name AdamW \ + --optimizer.eps 1e-8 \ + --optimizer.lr $LR \ + --lr_scheduler.warmup_steps $WARMUP_STEPS \ + --lr_scheduler.lr_min 0.01 \ + --lr_scheduler.decay_type $DECAY_TYPE \ + --lr_scheduler.decay_ratio $DECAY_RATIO \ + --training.batch_size $BATCH_SIZE \ + --training.seq_len $SEQ_LEN \ + --training.context_len $SEQ_LEN \ + --training.gradient_accumulation_steps 1 \ + --training.steps $STEPS \ + --training.max_norm 1.0 \ + --training.skip_nan_inf \ + --training.dataset $DATASET_ROOT/fineweb-edu-sample,$DATASET_ROOT/small_repos_20B_sample_merged,$DATASET_ROOT/megamath-web-pro \ + --training.data_probs 0.55,0.3,0.15 \ + --training.dataset_split train,train,train \ + --training.dataset_name default,default,default \ + --training.streaming \ + --training.num_workers 32 \ + --training.prefetch_factor 2 \ + --training.seed 42 \ + --training.compile \ + --checkpoint.interval 8192 \ + --checkpoint.load_step -1 \ + --checkpoint.keep_latest_k 100 \ + --metrics.log_freq 1 \ + --metrics.enable_tensorboard \ + --training.streaming + diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/config.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9e176938e9469adde683c575255c0a940894331f --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/config.json @@ -0,0 +1,53 @@ +{ + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..97726ff8c42fe0c32cad027fa3bd419e195bc68a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_1B.json @@ -0,0 +1,29 @@ +{ + "attn": null, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 2048, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "delta_net", + "norm_eps": 1e-06, + "num_heads": 16, + "num_hidden_layers": 24, + "pad_token_id": 2, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "use_beta": true, + "use_cache": true, + "use_gate": false, + "use_output_norm": true, + "use_short_conv": true +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..2eb566c873b179893174edfd816706a22cf4d53a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/delta_net_340M.json @@ -0,0 +1,26 @@ +{ + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "delta_net", + "norm_eps": 1e-06, + "num_heads": 8, + "num_hidden_layers": 24, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "use_beta": true, + "use_cache": true, + "use_gate": false, + "use_output_norm": true, + "use_short_conv": true +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..f10793ea778aa039138a8821c2a6eda1c3f76cef --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_1B.json @@ -0,0 +1,22 @@ +{ + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_v": 2, + "fuse_cross_entropy": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 2048, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "num_heads": 6, + "num_hidden_layers": 21, + "tie_word_embeddings": false, + "use_cache": true, + "use_gate": true, + "use_short_conv": true +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..0c592213c2013465f36b394eaae49f54f484936a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gated_deltanet_340M.json @@ -0,0 +1,22 @@ +{ + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_v": 2, + "fuse_cross_entropy": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "num_heads": 6, + "num_hidden_layers": 21, + "tie_word_embeddings": false, + "use_cache": true, + "use_gate": true, + "use_short_conv": true +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gdn_6_1_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gdn_6_1_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..8b17fd826dd82b406a0d575a42edb5e8efbe4bf7 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gdn_6_1_340M.json @@ -0,0 +1,50 @@ +{ + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.51.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..7190f4fd6b1abb5ee0af83f108bd4100cc6cd038 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_340M.json @@ -0,0 +1,24 @@ +{ + "attn_mode": "chunk", + "bos_token_id": 1, + "clamp_min": null, + "eos_token_id": 2, + "expand_k": 0.5, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "gla", + "num_heads": 4, + "num_hidden_layers": 24, + "norm_eps": 1e-06, + "tie_word_embeddings": false, + "use_cache": true, + "use_gk": true, + "use_gv": false, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_7B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_7B.json new file mode 100644 index 0000000000000000000000000000000000000000..16d373247ce3c3f96a804f8e41014e162c17b9d8 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gla_7B.json @@ -0,0 +1,25 @@ +{ + "attn": null, + "attn_mode": "chunk", + "bos_token_id": 1, + "eos_token_id": 2, + "expand_k": 0.5, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 11008, + "model_type": "gla", + "norm_eps": 1e-06, + "num_heads": 16, + "num_hidden_layers": 32, + "tie_word_embeddings": false, + "use_cache": true, + "use_gk": true, + "use_gv": false, + "use_output_gate": true, + "use_short_conv": false +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gsa_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gsa_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..8b4f4ec77ac1b3978dac071e91e26ced4ae58342 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/gsa_340M.json @@ -0,0 +1,29 @@ +{ + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "elementwise_affine": false, + "feature_map": "swish", + "fuse_cross_entropy": true, + "fuse_norm": true, + "gate_logit_normalizer": 4, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "gsa", + "num_heads": 4, + "num_hidden_layers": 24, + "num_slots": 64, + "norm_eps": 1e-06, + "share_conv_kernel": true, + "tie_word_embeddings": false, + "use_cache": true, + "use_norm": true, + "use_output_gate": true, + "use_rope": false, + "use_short_conv": false +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/hgrn2_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/hgrn2_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..9f8ab2e06998cb0c2c42bee50e6a0b43833cb440 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/hgrn2_340M.json @@ -0,0 +1,20 @@ +{ + "attn_mode": "chunk", + "bos_token_id": 1, + "eos_token_id": 2, + "expand_ratio": 128, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "model_type": "hgrn2", + "num_heads": 8, + "num_hidden_layers": 24, + "norm_eps": 1e-06, + "tie_word_embeddings": false, + "use_cache": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..7469f2819a2bc60796e9a76d5e1ead16f4039d68 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_1B.json @@ -0,0 +1,32 @@ +{ + "bos_token_id": 1, + "chunk_size": 256, + "conv_kernel": 4, + "eos_token_id": 2, + "expand": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "head_dim": 64, + "hidden_act": "silu", + "hidden_size": 2048, + "initializer_range": 0.02, + "norm_eps": 1e-05, + "model_type": "mamba2", + "n_groups": 1, + "num_hidden_layers": 48, + "pad_token_id": 0, + "rescale_prenorm_residual": true, + "residual_in_fp32": true, + "rms_norm": true, + "state_size": 128, + "tie_word_embeddings": false, + "time_step_floor": 0.0001, + "time_step_max": 0.1, + "time_step_min": 0.001, + "time_step_rank": 128, + "transformers_version": "4.50.1", + "use_bias": false, + "use_cache": true, + "use_conv_bias": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..0f9c34d4ef6280cb1b3f813f7bac9de907a7ebed --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba2_340M.json @@ -0,0 +1,32 @@ +{ + "bos_token_id": 1, + "chunk_size": 256, + "conv_kernel": 4, + "eos_token_id": 2, + "expand": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "head_dim": 64, + "hidden_act": "silu", + "hidden_size": 1024, + "initializer_range": 0.02, + "norm_eps": 1e-05, + "model_type": "mamba2", + "n_groups": 1, + "num_hidden_layers": 48, + "pad_token_id": 0, + "rescale_prenorm_residual": true, + "residual_in_fp32": true, + "rms_norm": true, + "state_size": 128, + "tie_word_embeddings": false, + "time_step_floor": 0.0001, + "time_step_max": 0.1, + "time_step_min": 0.001, + "time_step_rank": 128, + "transformers_version": "4.50.1", + "use_bias": false, + "use_cache": true, + "use_conv_bias": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..8ab111e041711a082aef0e9cac5ca750a2f59c91 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_1B.json @@ -0,0 +1,30 @@ +{ + "bos_token_id": 1, + "conv_kernel": 4, + "eos_token_id": 2, + "expand": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "silu", + "hidden_size": 2048, + "initializer_range": 0.02, + "model_type": "mamba", + "norm_eps": 1e-05, + "num_hidden_layers": 48, + "pad_token_id": 0, + "rescale_prenorm_residual": false, + "residual_in_fp32": false, + "state_size": 16, + "tie_word_embeddings": false, + "time_step_floor": 0.0001, + "time_step_init_scheme": "random", + "time_step_max": 0.1, + "time_step_min": 0.001, + "time_step_rank": 128, + "time_step_scale": 1.0, + "transformers_version": "4.50.1", + "use_bias": false, + "use_cache": true, + "use_conv_bias": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..a316b792619d6a871a3f561f477fc2ab044cf5bd --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/mamba_340M.json @@ -0,0 +1,30 @@ +{ + "bos_token_id": 1, + "conv_kernel": 4, + "eos_token_id": 2, + "expand": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "silu", + "hidden_size": 1024, + "initializer_range": 0.02, + "model_type": "mamba", + "norm_eps": 1e-05, + "num_hidden_layers": 48, + "pad_token_id": 0, + "rescale_prenorm_residual": false, + "residual_in_fp32": false, + "state_size": 16, + "tie_word_embeddings": false, + "time_step_floor": 0.0001, + "time_step_init_scheme": "random", + "time_step_max": 0.1, + "time_step_min": 0.001, + "time_step_rank": 128, + "time_step_scale": 1.0, + "transformers_version": "4.50.1", + "use_bias": false, + "use_cache": true, + "use_conv_bias": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/samba_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/samba_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..58f91099417bf59574da7188624fe51c49bfe441 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/samba_1B.json @@ -0,0 +1,52 @@ +{ + "attn": { + "layers": [ + 1, + 3, + 5, + 7, + 9, + 11, + 13, + 15, + 17 + ], + "num_heads": 18, + "num_kv_heads": 18, + "qkv_bias": false, + "rope_theta": 10000.0, + "window_size": 2048 + }, + "bos_token_id": 1, + "conv_kernel": 4, + "eos_token_id": 2, + "expand": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 2304, + "initializer_range": 0.02, + "intermediate_size": 4608, + "max_position_embeddings": 2048, + "model_type": "samba", + "norm_eps": 1e-05, + "num_hidden_layers": 18, + "pad_token_id": 0, + "rescale_prenorm_residual": false, + "residual_in_fp32": false, + "state_size": 16, + "tie_word_embeddings": false, + "time_step_floor": 0.0001, + "time_step_init_scheme": "random", + "time_step_max": 0.1, + "time_step_min": 0.001, + "time_step_rank": 144, + "time_step_scale": 1.0, + "transformers_version": "4.50.1", + "use_bias": false, + "use_cache": true, + "use_conv_bias": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/sba_340m.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/sba_340m.json new file mode 100644 index 0000000000000000000000000000000000000000..97c98de03c9c1f8ea8062d1f30147856cd036df6 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/sba_340m.json @@ -0,0 +1,18 @@ +{ + "attention_bias": false, + "bos_token_id": 1, + "eos_token_id": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_size": 1024, + "initializer_range": 0.006, + "max_position_embeddings": 8192, + "model_type": "sba", + "num_heads": 16, + "num_hidden_layers": 24, + "norm_eps": 1e-06, + "tie_word_embeddings": false, + "use_cache": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_1B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_1B.json new file mode 100644 index 0000000000000000000000000000000000000000..042dd38334d708c6d0e21aba0e791f0e995af605 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_1B.json @@ -0,0 +1,22 @@ +{ + "bos_token_id": 1, + "elementwise_affine": true, + "eos_token_id": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 2048, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "transformer", + "norm_eps": 1e-06, + "num_heads": 32, + "num_hidden_layers": 24, + "num_kv_heads": null, + "pad_token_id": 2, + "rope_theta": 10000.0, + "tie_word_embeddings": false +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_340M.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_340M.json new file mode 100644 index 0000000000000000000000000000000000000000..696bc5cbeee41ec89f6c1cb06399b2189b627a93 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_340M.json @@ -0,0 +1,18 @@ +{ + "attention_bias": false, + "bos_token_id": 1, + "eos_token_id": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_size": 1024, + "initializer_range": 0.02, + "max_position_embeddings": 8192, + "model_type": "transformer", + "num_heads": 16, + "num_hidden_layers": 24, + "norm_eps": 1e-06, + "tie_word_embeddings": false, + "use_cache": true, + "vocab_size": 32000 +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_7B.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_7B.json new file mode 100644 index 0000000000000000000000000000000000000000..a2a3c2c81d0aecf83e4ccdd97851192f0e16939e --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/configs/transformer_7B.json @@ -0,0 +1,21 @@ +{ + "attention_bias": false, + "bos_token_id": 1, + "eos_token_id": 2, + "fuse_cross_entropy": true, + "fuse_norm": true, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "model_type": "transformer", + "norm_eps": 1e-06, + "num_heads": 32, + "num_hidden_layers": 32, + "num_kv_heads": 8, + "rope_theta": 10000.0, + "tie_word_embeddings": false, + "use_cache": true, + "window_size": null +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/0/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/0/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/0/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/0/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/0/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/1/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/1/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/1/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/1/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/1/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/2/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/2/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/2/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/2/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/2/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/3/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/3/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/3/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/3/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/3/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/4/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/4/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/4/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/4/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/4/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/5/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/5/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/5/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/5/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/5/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/6/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/6/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/6/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/6/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/6/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/7/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/7/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..1c06acbb27edebfeb1b9d8078813cfee731679af --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/7/stderr.log @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "", line 198, in _run_module_as_main + File "", line 88, in _run_code + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 17, in + from torchtitan.components.checkpoint import CheckpointManager +ModuleNotFoundError: No module named 'torchtitan' diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/7/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_0hlbuzgb/attempt_0/7/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/0/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/0/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..57b1b4df7d25f30c735db007a9fcc21379f8992d --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/0/stderr.log @@ -0,0 +1,217 @@ +[titan] 2025-07-22 22:47:41,883 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,883 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,885 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:41,885 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:41,901 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:41,963 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:41,963 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:41,963 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,109 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,210 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,211 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,211 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,666 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. + Generating train split: 0 examples [00:00, ? examples/s] Generating train split: 1000 examples [00:03, 309.08 examples/s] Generating train split: 15000 examples [00:03, 6209.67 examples/s] Generating train split: 31000 examples [00:03, 14928.43 examples/s] Generating train split: 78000 examples [00:03, 48667.15 examples/s] Generating train split: 111000 examples [00:03, 70493.96 examples/s] Generating train split: 143000 examples [00:03, 98244.03 examples/s] Generating train split: 175000 examples [00:03, 126108.93 examples/s] Generating train split: 202000 examples [00:04, 134048.77 examples/s] Generating train split: 230000 examples [00:08, 21104.93 examples/s] Generating train split: 275000 examples [00:08, 34447.94 examples/s] Generating train split: 322000 examples [00:08, 52908.64 examples/s] Generating train split: 374000 examples [00:08, 79727.27 examples/s] Generating train split: 414000 examples [00:08, 99775.18 examples/s] Generating train split: 447000 examples [00:08, 116108.48 examples/s] Generating train split: 492000 examples [00:08, 152538.50 examples/s] Generating train split: 526000 examples [00:08, 173283.27 examples/s] Generating train split: 559000 examples [00:12, 30362.96 examples/s] Generating train split: 586000 examples [00:12, 37061.38 examples/s] Generating train split: 609000 examples [00:12, 45473.74 examples/s] Generating train split: 643000 examples [00:12, 61715.23 examples/s] Generating train split: 666000 examples [00:13, 73548.90 examples/s] Generating train split: 735000 examples [00:13, 132743.34 examples/s] Generating train split: 774000 examples [00:13, 162030.25 examples/s] Generating train split: 809000 examples [00:13, 174826.54 examples/s] Generating train split: 842000 examples [00:13, 174018.03 examples/s] Generating train split: 874000 examples [00:13, 194579.12 examples/s] Generating train split: 907000 examples [00:17, 30622.58 examples/s] Generating train split: 932000 examples [00:17, 38526.73 examples/s] Generating train split: 963000 examples [00:17, 51264.87 examples/s] Generating train split: 989000 examples [00:17, 64103.68 examples/s] Generating train split: 1035000 examples [00:17, 96996.17 examples/s] Generating train split: 1080000 examples [00:17, 132579.09 examples/s] Generating train split: 1116000 examples [00:17, 160424.36 examples/s] Generating train split: 1149000 examples [00:17, 185763.50 examples/s] Generating train split: 1195000 examples [00:18, 179439.35 examples/s] Generating train split: 1228000 examples [00:18, 147920.72 examples/s] Generating train split: 1263000 examples [00:18, 174191.71 examples/s] Generating train split: 1290000 examples [00:21, 29969.42 examples/s] Generating train split: 1313000 examples [00:21, 37278.39 examples/s] Generating train split: 1365000 examples [00:22, 61298.99 examples/s] Generating train split: 1398000 examples [00:22, 76001.93 examples/s] Generating train split: 1426000 examples [00:22, 90353.89 examples/s] Generating train split: 1478000 examples [00:22, 133728.25 examples/s] Generating train split: 1511000 examples [00:22, 147230.72 examples/s] Generating train split: 1544000 examples [00:22, 173510.21 examples/s] Generating train split: 1596000 examples [00:22, 226120.27 examples/s] Generating train split: 1634000 examples [00:26, 34305.03 examples/s] Generating train split: 1661000 examples [00:26, 40551.28 examples/s] Generating train split: 1692000 examples [00:26, 52625.95 examples/s] Generating train split: 1761000 examples [00:26, 90862.74 examples/s] Generating train split: 1800000 examples [00:26, 114093.53 examples/s] Generating train split: 1839000 examples [00:27, 129273.06 examples/s] Generating train split: 1873000 examples [00:27, 130605.13 examples/s] Generating train split: 1900000 examples [00:27, 134821.05 examples/s] Generating train split: 1947000 examples [00:27, 180392.05 examples/s] Generating train split: 1978000 examples [00:30, 36807.98 examples/s] Generating train split: 2000000 examples [00:30, 38130.97 examples/s] Generating train split: 2018000 examples [00:30, 44549.01 examples/s] Generating train split: 2034000 examples [00:31, 47038.99 examples/s] Generating train split: 2067000 examples [00:31, 68573.77 examples/s] Generating train split: 2095000 examples [00:31, 89295.28 examples/s] Generating train split: 2131000 examples [00:31, 121119.79 examples/s] Generating train split: 2159000 examples [00:31, 140399.04 examples/s] Generating train split: 2185000 examples [00:31, 157446.55 examples/s] Generating train split: 2218000 examples [00:31, 186448.09 examples/s] Generating train split: 2247000 examples [00:32, 183237.59 examples/s] Generating train split: 2274000 examples [00:32, 172867.05 examples/s] Generating train split: 2307000 examples [00:32, 194263.04 examples/s] Generating train split: 2330000 examples [00:32, 98148.19 examples/s] Generating train split: 2352000 examples [00:35, 27912.25 examples/s] Generating train split: 2367000 examples [00:35, 32580.75 examples/s] Generating train split: 2391000 examples [00:35, 42101.24 examples/s] Generating train split: 2425000 examples [00:36, 56123.21 examples/s] Generating train split: 2442000 examples [00:36, 65566.79 examples/s] Generating train split: 2458000 examples [00:36, 74882.05 examples/s] Generating train split: 2499000 examples [00:36, 118731.33 examples/s] Generating train split: 2538000 examples [00:36, 161195.57 examples/s] Generating train split: 2579000 examples [00:36, 205420.48 examples/s] Generating train split: 2613000 examples [00:36, 201958.60 examples/s] Generating train split: 2645000 examples [00:36, 219409.54 examples/s] Generating train split: 2677000 examples [00:37, 143173.81 examples/s] Generating train split: 2701000 examples [00:40, 29975.34 examples/s] Generating train split: 2719000 examples [00:40, 35824.71 examples/s] Generating train split: 2736000 examples [00:40, 40748.07 examples/s] Generating train split: 2769000 examples [00:40, 59967.40 examples/s] Generating train split: 2792000 examples [00:40, 74378.82 examples/s] Generating train split: 2827000 examples [00:40, 102942.43 examples/s] Generating train split: 2854000 examples [00:40, 114853.56 examples/s] Generating train split: 2879000 examples [00:41, 107642.82 examples/s] Generating train split: 2903000 examples [00:41, 125239.18 examples/s] Generating train split: 2937000 examples [00:41, 161674.66 examples/s] Generating train split: 2963000 examples [00:41, 177638.97 examples/s] Generating train split: 2990000 examples [00:41, 190208.16 examples/s] Generating train split: 3014000 examples [00:42, 113820.33 examples/s] Generating train split: 3035000 examples [00:42, 120783.22 examples/s] Generating train split: 3052000 examples [00:44, 25226.30 examples/s] Generating train split: 3066000 examples [00:45, 27340.05 examples/s] Generating train split: 3101000 examples [00:45, 41854.30 examples/s] Generating train split: 3128000 examples [00:45, 57026.19 examples/s] Generating train split: 3150000 examples [00:45, 70568.22 examples/s] Generating train split: 3175000 examples [00:45, 90092.52 examples/s] Generating train split: 3207000 examples [00:45, 119841.81 examples/s] Generating train split: 3244000 examples [00:45, 158182.55 examples/s] Generating train split: 3273000 examples [00:46, 171464.21 examples/s] Generating train split: 3301000 examples [00:46, 159739.63 examples/s] Generating train split: 3329000 examples [00:46, 176644.06 examples/s] Generating train split: 3351000 examples [00:46, 157881.15 examples/s] Generating train split: 3375000 examples [00:46, 144305.83 examples/s] Generating train split: 3397000 examples [00:47, 92370.39 examples/s] Generating train split: 3414000 examples [00:49, 24651.73 examples/s] Generating train split: 3432000 examples [00:49, 31179.19 examples/s] Generating train split: 3446000 examples [00:49, 34858.04 examples/s] Generating train split: 3475000 examples [00:50, 51836.96 examples/s] Generating train split: 3489000 examples [00:50, 58093.95 examples/s] Generating train split: 3505000 examples [00:50, 65196.09 examples/s] Generating train split: 3545000 examples [00:50, 108774.18 examples/s] Generating train split: 3569000 examples [00:50, 122195.33 examples/s] Generating train split: 3607000 examples [00:50, 165717.59 examples/s] Generating train split: 3632000 examples [00:50, 169199.78 examples/s] Generating train split: 3678000 examples [00:51, 178774.23 examples/s] Generating train split: 3700000 examples [00:51, 176242.36 examples/s] Generating train split: 3722000 examples [00:51, 173363.61 examples/s] Generating train split: 3745000 examples [00:52, 75045.91 examples/s] Generating train split: 3762000 examples [00:53, 30868.53 examples/s] Generating train split: 3778000 examples [00:54, 32221.13 examples/s] Generating train split: 3800000 examples [00:54, 40741.01 examples/s] Generating train split: 3815000 examples [00:54, 48751.79 examples/s] Generating train split: 3837000 examples [00:54, 62944.01 examples/s] Generating train split: 3876000 examples [00:54, 99111.18 examples/s] Generating train split: 3899000 examples [00:55, 98365.57 examples/s] Generating train split: 3918000 examples [00:55, 101037.31 examples/s] Generating train split: 3933000 examples [00:55, 103730.75 examples/s] Generating train split: 3956000 examples [00:55, 124472.39 examples/s] Generating train split: 3992000 examples [00:55, 170610.88 examples/s] Generating train split: 4014000 examples [00:55, 163467.81 examples/s] Generating train split: 4040000 examples [00:55, 184721.97 examples/s] Generating train split: 4064000 examples [00:56, 141945.92 examples/s] Generating train split: 4086000 examples [00:56, 127129.71 examples/s] Generating train split: 4103000 examples [00:58, 28132.34 examples/s] Generating train split: 4115000 examples [00:58, 31878.22 examples/s] Generating train split: 4126000 examples [00:59, 30480.63 examples/s] Generating train split: 4147000 examples [00:59, 43225.84 examples/s] Generating train split: 4162000 examples [00:59, 48228.49 examples/s] Generating train split: 4190000 examples [00:59, 68923.61 examples/s] Generating train split: 4218000 examples [00:59, 95496.03 examples/s] Generating train split: 4255000 examples [00:59, 132069.40 examples/s] Generating train split: 4277000 examples [00:59, 144919.68 examples/s] Generating train split: 4300000 examples [01:00, 142188.49 examples/s] Generating train split: 4334000 examples [01:00, 179704.10 examples/s] Generating train split: 4361000 examples [01:00, 152412.64 examples/s] Generating train split: 4401000 examples [01:00, 196065.52 examples/s] Generating train split: 4427000 examples [01:00, 200174.81 examples/s] Generating train split: 4455000 examples [01:01, 100892.18 examples/s] Generating train split: 4475000 examples [01:03, 29052.89 examples/s] Generating train split: 4498000 examples [01:03, 37369.71 examples/s] Generating train split: 4514000 examples [01:03, 44464.78 examples/s] Generating train split: 4531000 examples [01:04, 53875.93 examples/s] Generating train split: 4559000 examples [01:04, 71517.22 examples/s] Generating train split: 4578000 examples [01:04, 79009.05 examples/s] Generating train split: 4594000 examples [01:04, 86365.22 examples/s] Generating train split: 4609000 examples [01:04, 86150.83 examples/s] Generating train split: 4651000 examples [01:04, 137384.46 examples/s] Generating train split: 4672000 examples [01:04, 144682.12 examples/s] Generating train split: 4695000 examples [01:05, 146785.79 examples/s] Generating train split: 4714000 examples [01:05, 143070.73 examples/s] Generating train split: 4734000 examples [01:05, 124693.06 examples/s] Generating train split: 4751000 examples [01:05, 128527.40 examples/s] Generating train split: 4784000 examples [01:05, 120906.39 examples/s] Generating train split: 4800000 examples [01:06, 89494.91 examples/s] Generating train split: 4811000 examples [01:08, 25497.43 examples/s] Generating train split: 4821000 examples [01:08, 27344.91 examples/s] Generating train split: 4838000 examples [01:08, 33327.63 examples/s] Generating train split: 4862000 examples [01:08, 49656.47 examples/s] Generating train split: 4879000 examples [01:08, 59327.93 examples/s] Generating train split: 4902000 examples [01:08, 78444.07 examples/s] Generating train split: 4920000 examples [01:09, 66295.06 examples/s] Generating train split: 4966000 examples [01:09, 111719.27 examples/s] Generating train split: 4988000 examples [01:09, 117794.78 examples/s] Generating train split: 5016000 examples [01:09, 141433.57 examples/s] Generating train split: 5038000 examples [01:09, 142470.07 examples/s] Generating train split: 5075000 examples [01:09, 185741.39 examples/s] Generating train split: 5103000 examples [01:10, 130142.93 examples/s] Generating train split: 5125000 examples [01:10, 140602.81 examples/s] Generating train split: 5144000 examples [01:12, 32103.15 examples/s] Generating train split: 5158000 examples [01:12, 34103.85 examples/s] Generating train split: 5169000 examples [01:12, 38946.77 examples/s] Generating train split: 5184000 examples [01:13, 43574.66 examples/s] Generating train split: 5194000 examples [01:13, 48825.02 examples/s] Generating train split: 5204000 examples [01:13, 47667.83 examples/s] Generating train split: 5229000 examples [01:13, 72934.13 examples/s] Generating train split: 5267000 examples [01:13, 118695.50 examples/s] Generating train split: 5300000 examples [01:13, 146268.08 examples/s] Generating train split: 5329000 examples [01:13, 164498.91 examples/s] Generating train split: 5354000 examples [01:14, 166879.47 examples/s] Generating train split: 5376000 examples [01:14, 133020.48 examples/s] Generating train split: 5393000 examples [01:14, 127063.95 examples/s] Generating train split: 5409000 examples [01:14, 112729.12 examples/s] Generating train split: 5458000 examples [01:15, 107284.65 examples/s] Generating train split: 5475000 examples [01:15, 109633.44 examples/s] Generating train split: 5490000 examples [01:15, 95429.28 examples/s] Generating train split: 5501000 examples [01:17, 30440.82 examples/s] Generating train split: 5509000 examples [01:17, 31019.49 examples/s] Generating train split: 5520000 examples [01:17, 32264.31 examples/s] Generating train split: 5541000 examples [01:17, 47078.65 examples/s] Generating train split: 5563000 examples [01:17, 65130.04 examples/s] Generating train split: 5593000 examples [01:17, 95707.83 examples/s] Generating train split: 5610000 examples [01:18, 71990.82 examples/s] Generating train split: 5630000 examples [01:18, 84674.12 examples/s] Generating train split: 5653000 examples [01:18, 100761.76 examples/s] Generating train split: 5668000 examples [01:18, 106186.99 examples/s] Generating train split: 5690000 examples [01:18, 114719.12 examples/s] Generating train split: 5722000 examples [01:19, 123854.70 examples/s] Generating train split: 5737000 examples [01:19, 127698.79 examples/s] Generating train split: 5754000 examples [01:19, 128324.52 examples/s] Generating train split: 5778000 examples [01:19, 150045.96 examples/s] Generating train split: 5815000 examples [01:19, 195718.53 examples/s] Generating train split: 5838000 examples [01:21, 36437.59 examples/s] Generating train split: 5859000 examples [01:22, 39991.03 examples/s] Generating train split: 5880000 examples [01:22, 46295.35 examples/s] Generating train split: 5900000 examples [01:22, 52770.96 examples/s] Generating train split: 5917000 examples [01:22, 62422.60 examples/s] Generating train split: 5932000 examples [01:22, 72329.42 examples/s] Generating train split: 5954000 examples [01:22, 92495.42 examples/s] Generating train split: 5970000 examples [01:23, 82000.16 examples/s] Generating train split: 5988000 examples [01:23, 93144.47 examples/s] Generating train split: 6006000 examples [01:23, 100937.85 examples/s] Generating train split: 6036000 examples [01:23, 127591.72 examples/s] Generating train split: 6052000 examples [01:23, 99550.01 examples/s] Generating train split: 6085000 examples [01:23, 133112.50 examples/s] Generating train split: 6119000 examples [01:24, 166444.78 examples/s] Generating train split: 6146000 examples [01:24, 185352.75 examples/s] Generating train split: 6173000 examples [01:24, 119184.75 examples/s] Generating train split: 6190000 examples [01:26, 33332.19 examples/s] Generating train split: 6204000 examples [01:26, 34642.34 examples/s] Generating train split: 6225000 examples [01:27, 40641.99 examples/s] Generating train split: 6240000 examples [01:27, 48896.57 examples/s] Generating train split: 6256000 examples [01:27, 58010.00 examples/s] Generating train split: 6269000 examples [01:27, 60890.86 examples/s] Generating train split: 6309000 examples [01:27, 105374.70 examples/s] Generating train split: 6329000 examples [01:27, 97650.46 examples/s] Generating train split: 6346000 examples [01:28, 93860.06 examples/s] Generating train split: 6378000 examples [01:28, 121197.76 examples/s] Generating train split: 6394000 examples [01:28, 107773.73 examples/s] Generating train split: 6410000 examples [01:28, 103350.87 examples/s] Generating train split: 6433000 examples [01:28, 125589.08 examples/s] Generating train split: 6456000 examples [01:28, 146344.86 examples/s] Generating train split: 6495000 examples [01:28, 193348.11 examples/s] Generating train split: 6522000 examples [01:30, 44902.93 examples/s] Generating train split: 6538000 examples [01:30, 43327.83 examples/s] Generating train split: 6567000 examples [01:31, 53432.86 examples/s] Generating train split: 6579000 examples [01:31, 55102.43 examples/s] Generating train split: 6601000 examples [01:31, 67191.73 examples/s] Generating train split: 6617000 examples [01:31, 75815.10 examples/s] Generating train split: 6629000 examples [01:32, 60397.33 examples/s] Generating train split: 6639000 examples [01:32, 63412.61 examples/s] Generating train split: 6667000 examples [01:32, 95318.36 examples/s] Generating train split: 6703000 examples [01:32, 132201.85 examples/s] Generating train split: 6726000 examples [01:32, 118551.17 examples/s] Generating train split: 6742000 examples [01:32, 112925.61 examples/s] Generating train split: 6782000 examples [01:33, 160155.85 examples/s] Generating train split: 6806000 examples [01:33, 111904.32 examples/s] Generating train split: 6822000 examples [01:33, 95550.03 examples/s] Generating train split: 6851000 examples [01:33, 116273.68 examples/s] Generating train split: 6868000 examples [01:35, 36525.69 examples/s] Generating train split: 6883000 examples [01:35, 35464.40 examples/s] Generating train split: 6909000 examples [01:36, 46817.03 examples/s] Generating train split: 6919000 examples [01:36, 43326.88 examples/s] Generating train split: 6940000 examples [01:36, 57316.88 examples/s] Generating train split: 6954000 examples [01:36, 66488.69 examples/s] Generating train split: 6975000 examples [01:36, 84567.49 examples/s] Generating train split: 6991000 examples [01:36, 78667.72 examples/s] Generating train split: 7007000 examples [01:37, 89901.92 examples/s] Generating train split: 7027000 examples [01:37, 103541.35 examples/s] Generating train split: 7062000 examples [01:37, 147324.14 examples/s] Generating train split: 7085000 examples [01:37, 134456.13 examples/s] Generating train split: 7102000 examples [01:37, 130694.76 examples/s] Generating train split: 7125000 examples [01:37, 150392.62 examples/s] Generating train split: 7146000 examples [01:37, 137629.20 examples/s] Generating train split: 7168000 examples [01:38, 146160.45 examples/s] Generating train split: 7186000 examples [01:38, 108196.77 examples/s] Generating train split: 7199000 examples [01:38, 96974.83 examples/s] Generating train split: 7211000 examples [01:38, 63346.15 examples/s] Generating train split: 7222000 examples [01:40, 29622.01 examples/s] Generating train split: 7241000 examples [01:40, 41723.60 examples/s] Generating train split: 7255000 examples [01:40, 48320.20 examples/s] Generating train split: 7267000 examples [01:40, 42974.30 examples/s] Generating train split: 7278000 examples [01:41, 34402.75 examples/s] Generating train split: 7296000 examples [01:41, 48651.59 examples/s] Generating train split: 7312000 examples [01:41, 62347.54 examples/s] Generating train split: 7336000 examples [01:41, 87523.68 examples/s] Generating train split: 7354000 examples [01:41, 85884.92 examples/s] Generating train split: 7378000 examples [01:41, 107130.78 examples/s] Generating train split: 7394000 examples [01:42, 103993.75 examples/s] Generating train split: 7427000 examples [01:42, 144115.22 examples/s] Generating train split: 7454000 examples [01:42, 163559.86 examples/s] Generating train split: 7477000 examples [01:42, 151339.41 examples/s] Generating train split: 7499000 examples [01:42, 131742.00 examples/s] Generating train split: 7526000 examples [01:42, 150150.58 examples/s] Generating train split: 7544000 examples [01:42, 141779.09 examples/s] Generating train split: 7564000 examples [01:43, 134913.68 examples/s] Generating train split: 7580000 examples [01:43, 134620.40 examples/s] Generating train split: 7597000 examples [01:44, 32986.77 examples/s] Generating train split: 7624000 examples [01:45, 45256.01 examples/s] Generating train split: 7635000 examples [01:45, 43630.23 examples/s] Generating train split: 7647000 examples [01:45, 44934.89 examples/s] Generating train split: 7658000 examples [01:45, 50625.17 examples/s] Generating train split: 7670000 examples [01:45, 53123.97 examples/s] Generating train split: 7691000 examples [01:46, 68703.20 examples/s] Generating train split: 7711000 examples [01:46, 70127.52 examples/s] Generating train split: 7728000 examples [01:46, 83223.40 examples/s] Generating train split: 7751000 examples [01:46, 88091.19 examples/s] Generating train split: 7776000 examples [01:46, 110502.59 examples/s] Generating train split: 7812415 examples [01:46, 156353.80 examples/s] Generating train split: 7834415 examples [01:47, 167503.65 examples/s] Generating train split: 7857415 examples [01:47, 158531.63 examples/s] Generating train split: 7878415 examples [01:47, 117466.61 examples/s] Generating train split: 7911415 examples [01:47, 152041.66 examples/s] Generating train split: 7934415 examples [01:48, 85661.13 examples/s] Generating train split: 7949415 examples [01:49, 37137.41 examples/s] Generating train split: 7965415 examples [01:49, 44763.61 examples/s] Generating train split: 7986415 examples [01:49, 58378.04 examples/s] Generating train split: 8003415 examples [01:50, 51122.40 examples/s] Generating train split: 8017415 examples [01:50, 58178.07 examples/s] Generating train split: 8028415 examples [01:50, 63008.24 examples/s] Generating train split: 8040415 examples [01:50, 66826.78 examples/s] Generating train split: 8067415 examples [01:50, 97020.12 examples/s] Generating train split: 8084415 examples [01:50, 90596.12 examples/s] Generating train split: 8099415 examples [01:51, 79525.92 examples/s] Generating train split: 8124415 examples [01:51, 107734.29 examples/s] Generating train split: 8140415 examples [01:51, 107607.13 examples/s] Generating train split: 8157415 examples [01:51, 104045.41 examples/s] Generating train split: 8185415 examples [01:51, 136179.18 examples/s] Generating train split: 8214415 examples [01:51, 124811.33 examples/s] Generating train split: 8234995 examples [01:52, 138820.24 examples/s] Generating train split: 8251995 examples [01:52, 133746.02 examples/s] Generating train split: 8266995 examples [01:52, 137089.02 examples/s] Generating train split: 8282995 examples [01:52, 114244.68 examples/s] Generating train split: 8298995 examples [01:53, 35793.63 examples/s] Generating train split: 8321995 examples [01:53, 50573.04 examples/s] Generating train split: 8338995 examples [01:54, 42679.25 examples/s] Generating train split: 8349995 examples [01:54, 37690.78 examples/s] Generating train split: 8366995 examples [01:55, 47796.67 examples/s] Generating train split: 8375995 examples [01:55, 49826.84 examples/s] Generating train split: 8392995 examples [01:55, 65346.75 examples/s] Generating train split: 8403995 examples [01:55, 70536.02 examples/s] Generating train split: 8436995 examples [01:55, 116840.51 examples/s] Generating train split: 8456995 examples [01:55, 112757.94 examples/s] Generating train split: 8474995 examples [01:55, 105788.68 examples/s] Generating train split: 8489995 examples [01:56, 107668.74 examples/s] Generating train split: 8512995 examples [01:56, 118500.24 examples/s] Generating train split: 8529995 examples [01:56, 124987.42 examples/s] Generating train split: 8545995 examples [01:56, 123866.69 examples/s] Generating train split: 8585995 examples [01:56, 186447.45 examples/s] Generating train split: 8607995 examples [01:56, 126153.85 examples/s] Generating train split: 8625995 examples [01:56, 126970.99 examples/s] Generating train split: 8641995 examples [01:57, 103763.19 examples/s] Generating train split: 8658995 examples [01:58, 37419.43 examples/s] Generating train split: 8680995 examples [01:58, 51381.00 examples/s] Generating train split: 8696995 examples [01:58, 58989.78 examples/s] Generating train split: 8713995 examples [01:59, 52935.27 examples/s] Generating train split: 8725995 examples [01:59, 54500.43 examples/s] Generating train split: 8736995 examples [01:59, 61330.95 examples/s] Generating train split: 8746995 examples [01:59, 59773.76 examples/s] Generating train split: 8759995 examples [01:59, 53869.38 examples/s] Generating train split: 8769995 examples [02:00, 58073.46 examples/s] Generating train split: 8787995 examples [02:00, 74058.79 examples/s] Generating train split: 8809995 examples [02:00, 90943.73 examples/s] Generating train split: 8831995 examples [02:00, 96774.71 examples/s] Generating train split: 8853995 examples [02:00, 114434.65 examples/s] Generating train split: 8894995 examples [02:00, 174373.76 examples/s] Generating train split: 8920995 examples [02:01, 133971.32 examples/s] Generating train split: 8947995 examples [02:01, 149517.76 examples/s] Generating train split: 8970995 examples [02:01, 116799.08 examples/s] Generating train split: 8986995 examples [02:01, 94784.06 examples/s] Generating train split: 9003995 examples [02:02, 92025.46 examples/s] Generating train split: 9020995 examples [02:03, 36634.17 examples/s] Generating train split: 9056995 examples [02:03, 58398.63 examples/s] Generating train split: 9073995 examples [02:04, 42770.65 examples/s] Generating train split: 9083995 examples [02:04, 41462.54 examples/s] Generating train split: 9106995 examples [02:04, 56912.61 examples/s] Generating train split: 9122995 examples [02:04, 57893.47 examples/s] Generating train split: 9133995 examples [02:04, 62412.65 examples/s] Generating train split: 9165995 examples [02:05, 86497.07 examples/s] Generating train split: 9181995 examples [02:05, 88116.61 examples/s] Generating train split: 9209995 examples [02:05, 116596.14 examples/s] Generating train split: 9248995 examples [02:05, 164356.00 examples/s] Generating train split: 9271995 examples [02:05, 141810.06 examples/s] Generating train split: 9297995 examples [02:05, 163994.91 examples/s] Generating train split: 9321995 examples [02:06, 148929.43 examples/s] Generating train split: 9343995 examples [02:06, 112113.08 examples/s] Generating train split: 9358995 examples [02:07, 44881.35 examples/s] Generating train split: 9370995 examples [02:07, 49863.09 examples/s] Generating train split: 9382995 examples [02:08, 43425.81 examples/s] Generating train split: 9411995 examples [02:08, 68023.56 examples/s] Generating train split: 9428995 examples [02:08, 54251.97 examples/s] Generating train split: 9442995 examples [02:08, 53288.75 examples/s] Generating train split: 9459995 examples [02:09, 63465.62 examples/s] Generating train split: 9470995 examples [02:09, 67454.15 examples/s] Generating train split: 9491995 examples [02:09, 87018.49 examples/s] Generating train split: 9508995 examples [02:09, 85352.07 examples/s] Generating train split: 9524995 examples [02:09, 86869.02 examples/s] Generating train split: 9546995 examples [02:09, 108717.15 examples/s] Generating train split: 9569995 examples [02:09, 121428.86 examples/s] Generating train split: 9587995 examples [02:10, 106313.78 examples/s] Generating train split: 9616995 examples [02:10, 128788.60 examples/s] Generating train split: 9631995 examples [02:10, 100486.70 examples/s] Generating train split: 9647995 examples [02:10, 109839.01 examples/s] Generating train split: 9681995 examples [02:10, 145353.11 examples/s] Generating train split: 9703995 examples [02:11, 65509.31 examples/s] Generating train split: 9721995 examples [02:12, 45049.76 examples/s] Generating train split: 9738995 examples [02:12, 54945.97 examples/s] Generating train split: 9755995 examples [02:12, 50410.93 examples/s] Generating train split: 9778995 examples [02:13, 63209.13 examples/s] Generating train split: 9790995 examples [02:13, 57505.72 examples/s] Generating train split: 9806995 examples [02:13, 67995.26 examples/s] Generating train split: 9823995 examples [02:13, 72763.05 examples/s] Generating train split: 9834995 examples [02:13, 69715.27 examples/s] Generating train split: 9855995 examples [02:14, 88541.49 examples/s] Generating train split: 9866995 examples [02:14, 84367.68 examples/s] Generating train split: 9878995 examples [02:14, 78897.26 examples/s] Generating train split: 9893995 examples [02:14, 89322.70 examples/s] Generating train split: 9915995 examples [02:14, 113041.48 examples/s] Generating train split: 9943995 examples [02:14, 148442.45 examples/s] Generating train split: 9962995 examples [02:14, 132983.12 examples/s] Generating train split: 9994995 examples [02:15, 139072.03 examples/s] Generating train split: 10017995 examples [02:15, 110799.01 examples/s] Generating train split: 10038995 examples [02:15, 115751.21 examples/s] Generating train split: 10056995 examples [02:15, 86806.32 examples/s] Generating train split: 10067995 examples [02:16, 53860.02 examples/s] Generating train split: 10077995 examples [02:17, 35294.69 examples/s] Generating train split: 10124995 examples [02:17, 73280.38 examples/s] Generating train split: 10147995 examples [02:17, 64358.73 examples/s] Generating train split: 10162995 examples [02:18, 54587.28 examples/s] Generating train split: 10178995 examples [02:18, 64534.15 examples/s] Generating train split: 10192995 examples [02:18, 61779.49 examples/s] Generating train split: 10203995 examples [02:18, 65995.59 examples/s] Generating train split: 10222995 examples [02:18, 84118.59 examples/s] Generating train split: 10239995 examples [02:18, 84353.86 examples/s] Generating train split: 10256995 examples [02:19, 96686.01 examples/s] Generating train split: 10280995 examples [02:19, 116362.84 examples/s] Generating train split: 10303995 examples [02:19, 136899.29 examples/s] Generating train split: 10324995 examples [02:19, 151270.26 examples/s] Generating train split: 10342995 examples [02:19, 142968.83 examples/s] Generating train split: 10363995 examples [02:19, 143867.77 examples/s] Generating train split: 10380995 examples [02:19, 107567.42 examples/s] Generating train split: 10395995 examples [02:20, 64517.20 examples/s] Generating train split: 10412995 examples [02:20, 74544.34 examples/s] Generating train split: 10425659 examples [02:21, 43665.09 examples/s] Generating train split: 10453659 examples [02:21, 64763.03 examples/s] Generating train split: 10469659 examples [02:21, 54031.83 examples/s] Generating train split: 10492659 examples [02:22, 73151.93 examples/s] Generating train split: 10507659 examples [02:22, 63333.42 examples/s] Generating train split: 10523659 examples [02:22, 63676.19 examples/s] Generating train split: 10534659 examples [02:22, 68085.87 examples/s] Generating train split: 10550659 examples [02:22, 73573.44 examples/s] Generating train split: 10561659 examples [02:23, 57542.56 examples/s] Generating train split: 10572659 examples [02:23, 64122.06 examples/s] Generating train split: 10583659 examples [02:23, 70030.19 examples/s] Generating train split: 10606659 examples [02:23, 94785.30 examples/s] Generating train split: 10622659 examples [02:23, 92523.40 examples/s] Generating train split: 10650659 examples [02:23, 117621.31 examples/s] Generating train split: 10665659 examples [02:24, 96340.96 examples/s] Generating train split: 10698659 examples [02:24, 129607.26 examples/s] Generating train split: 10714659 examples [02:24, 112782.50 examples/s] Generating train split: 10731659 examples [02:24, 94511.93 examples/s] Generating train split: 10747659 examples [02:24, 101572.68 examples/s] Generating train split: 10764659 examples [02:25, 61179.59 examples/s] Generating train split: 10773659 examples [02:25, 46405.80 examples/s] Generating train split: 10783659 examples [02:26, 48856.64 examples/s] Generating train split: 10800659 examples [02:26, 62980.96 examples/s] Generating train split: 10824659 examples [02:26, 86153.80 examples/s] Generating train split: 10839659 examples [02:26, 69176.30 examples/s] Generating train split: 10852659 examples [02:26, 76370.67 examples/s] Generating train split: 10863659 examples [02:26, 67233.33 examples/s] Generating train split: 10873659 examples [02:27, 60556.53 examples/s] Generating train split: 10883659 examples [02:27, 57147.82 examples/s] Generating train split: 10894659 examples [02:27, 57543.84 examples/s] Generating train split: 10910659 examples [02:27, 72504.07 examples/s] Generating train split: 10919659 examples [02:28, 53505.56 examples/s] Generating train split: 10936659 examples [02:28, 66752.09 examples/s] Generating train split: 10953659 examples [02:28, 82682.91 examples/s] Generating train split: 10982659 examples [02:28, 114004.59 examples/s] Generating train split: 11004659 examples [02:28, 133119.94 examples/s] Generating train split: 11044659 examples [02:28, 177439.02 examples/s] Generating train split: 11066659 examples [02:29, 103657.56 examples/s] Generating train split: 11083659 examples [02:29, 80533.96 examples/s] Generating train split: 11104659 examples [02:30, 59683.79 examples/s] Generating train split: 11115659 examples [02:30, 58468.59 examples/s] Generating train split: 11128659 examples [02:30, 50963.65 examples/s] Generating train split: 11139659 examples [02:30, 50108.38 examples/s] Generating train split: 11161659 examples [02:30, 70969.32 examples/s] Generating train split: 11176659 examples [02:31, 56180.72 examples/s] Generating train split: 11194659 examples [02:31, 67983.34 examples/s] Generating train split: 11204659 examples [02:31, 63454.69 examples/s] Generating train split: 11221659 examples [02:32, 63428.29 examples/s] Generating train split: 11242659 examples [02:32, 73321.37 examples/s] Generating train split: 11253659 examples [02:32, 74122.52 examples/s] Generating train split: 11269659 examples [02:32, 83847.75 examples/s] Generating train split: 11286659 examples [02:32, 98507.84 examples/s] Generating train split: 11302659 examples [02:32, 88463.94 examples/s] Generating train split: 11318659 examples [02:32, 95636.67 examples/s] Generating train split: 11341659 examples [02:33, 117366.59 examples/s] Generating train split: 11356659 examples [02:33, 122334.95 examples/s] Generating train split: 11390659 examples [02:33, 169475.44 examples/s] Generating train split: 11411659 examples [02:33, 170224.78 examples/s] Generating train split: 11432659 examples [02:33, 120106.84 examples/s] Generating train split: 11448659 examples [02:33, 125591.55 examples/s] Generating train split: 11464659 examples [02:34, 73664.35 examples/s] Generating train split: 11482659 examples [02:35, 44842.91 examples/s] Generating train split: 11509659 examples [02:35, 54768.76 examples/s] Generating train split: 11520659 examples [02:35, 58314.91 examples/s] Generating train split: 11536659 examples [02:35, 70617.94 examples/s] Generating train split: 11547659 examples [02:35, 56792.51 examples/s] Generating train split: 11558659 examples [02:36, 61457.21 examples/s] Generating train split: 11568659 examples [02:36, 61626.55 examples/s] Generating train split: 11585659 examples [02:36, 78638.92 examples/s] Generating train split: 11596659 examples [02:36, 73226.19 examples/s] Generating train split: 11605659 examples [02:36, 51647.23 examples/s] Generating train split: 11622659 examples [02:37, 62163.04 examples/s] Generating train split: 11639659 examples [02:37, 74227.69 examples/s] Generating train split: 11659659 examples [02:37, 93804.57 examples/s] Generating train split: 11683659 examples [02:37, 118209.73 examples/s] Generating train split: 11699659 examples [02:37, 122440.67 examples/s] Generating train split: 11715659 examples [02:37, 130369.55 examples/s] Generating train split: 11736659 examples [02:37, 149344.95 examples/s] Generating train split: 11756659 examples [02:37, 134019.13 examples/s] Generating train split: 11773659 examples [02:38, 132977.80 examples/s] Generating train split: 11788659 examples [02:38, 104353.47 examples/s] Generating train split: 11805659 examples [02:38, 104216.34 examples/s] Generating train split: 11817659 examples [02:39, 52224.57 examples/s] Generating train split: 11829659 examples [02:39, 36886.81 examples/s] Generating train split: 11851659 examples [02:39, 51885.72 examples/s] Generating train split: 11879659 examples [02:40, 75323.39 examples/s] Generating train split: 11897659 examples [02:40, 59884.75 examples/s] Generating train split: 11911659 examples [02:40, 59534.10 examples/s] Generating train split: 11926659 examples [02:40, 63566.28 examples/s] Generating train split: 11946659 examples [02:41, 75869.69 examples/s] Generating train split: 11968659 examples [02:41, 70570.31 examples/s] Generating train split: 11979659 examples [02:41, 73600.30 examples/s] Generating train split: 11990659 examples [02:41, 55761.73 examples/s] Generating train split: 12022659 examples [02:42, 89285.18 examples/s] Generating train split: 12037659 examples [02:42, 97927.09 examples/s] Generating train split: 12059659 examples [02:42, 106915.87 examples/s] Generating train split: 12073659 examples [02:42, 90172.50 examples/s] Generating train split: 12084659 examples [02:42, 91241.95 examples/s] Generating train split: 12112659 examples [02:42, 127339.65 examples/s] Generating train split: 12130659 examples [02:42, 123840.17 examples/s] Generating train split: 12146659 examples [02:43, 100318.60 examples/s] Generating train split: 12162659 examples [02:43, 52586.42 examples/s] Generating train split: 12184659 examples [02:44, 65115.46 examples/s] Generating train split: 12201659 examples [02:44, 77042.79 examples/s] Generating train split: 12217659 examples [02:44, 66326.54 examples/s] Generating train split: 12228659 examples [02:44, 66498.79 examples/s] Generating train split: 12241659 examples [02:45, 49838.92 examples/s] Generating train split: 12269659 examples [02:45, 78017.16 examples/s] Generating train split: 12287659 examples [02:45, 76868.53 examples/s] Generating train split: 12302659 examples [02:45, 58442.88 examples/s] Generating train split: 12313659 examples [02:46, 56349.96 examples/s] Generating train split: 12335659 examples [02:46, 77376.50 examples/s] Generating train split: 12358659 examples [02:46, 95836.56 examples/s] Generating train split: 12375659 examples [02:46, 69132.20 examples/s] Generating train split: 12390659 examples [02:46, 72709.25 examples/s] Generating train split: 12419659 examples [02:47, 105462.12 examples/s] Generating train split: 12446659 examples [02:47, 124502.90 examples/s] Generating train split: 12464659 examples [02:47, 111596.66 examples/s] Generating train split: 12504659 examples [02:47, 155976.00 examples/s] Generating train split: 12526659 examples [02:48, 83061.45 examples/s] Generating train split: 12542659 examples [02:48, 55668.24 examples/s] Generating train split: 12557659 examples [02:48, 60210.56 examples/s] Generating train split: 12568659 examples [02:49, 57165.01 examples/s] Generating train split: 12582659 examples [02:49, 56459.32 examples/s] Generating train split: 12592659 examples [02:49, 48501.79 examples/s] Generating train split: 12603659 examples [02:49, 51187.04 examples/s] Generating train split: 12624659 examples [02:50, 68683.50 examples/s] Generating train split: 12634659 examples [02:50, 71782.26 examples/s] Generating train split: 12649659 examples [02:50, 84294.35 examples/s] Generating train split: 12660659 examples [02:50, 59342.23 examples/s] Generating train split: 12671659 examples [02:50, 54777.77 examples/s] Generating train split: 12716659 examples [02:51, 116591.94 examples/s] Generating train split: 12745659 examples [02:51, 136162.09 examples/s] Generating train split: 12768659 examples [02:51, 90611.22 examples/s] Generating train split: 12784659 examples [02:51, 88393.70 examples/s] Generating train split: 12809659 examples [02:51, 109209.15 examples/s] Generating train split: 12829659 examples [02:52, 98930.80 examples/s] Generating train split: 12853659 examples [02:52, 117049.70 examples/s] Generating train split: 12869659 examples [02:52, 68063.99 examples/s] Generating train split: 12881659 examples [02:53, 58158.47 examples/s] Generating train split: 12892659 examples [02:53, 58150.07 examples/s] Generating train split: 12924659 examples [02:53, 90324.56 examples/s] Generating train split: 12940659 examples [02:53, 80058.96 examples/s] Generating train split: 12951659 examples [02:54, 60214.80 examples/s] Generating train split: 12962659 examples [02:54, 53700.78 examples/s] Generating train split: 12984659 examples [02:54, 72981.48 examples/s] Generating train split: 12995659 examples [02:54, 58077.77 examples/s] Generating train split: 13006659 examples [02:55, 40730.08 examples/s] Generating train split: 13017659 examples [02:55, 41432.22 examples/s] Generating train split: 13055659 examples [02:55, 79366.60 examples/s] Generating train split: 13089659 examples [02:55, 110564.15 examples/s] Generating train split: 13111659 examples [02:56, 124308.37 examples/s] Generating train split: 13134659 examples [02:56, 101571.08 examples/s] Generating train split: 13150659 examples [02:56, 88599.47 examples/s] Generating train split: 13179659 examples [02:56, 109870.01 examples/s] Generating train split: 13196659 examples [02:57, 93891.35 examples/s] Generating train split: 13217659 examples [02:57, 109917.82 examples/s] Generating train split: 13231659 examples [02:57, 67986.63 examples/s] Generating train split: 13255659 examples [02:57, 85566.26 examples/s] Generating train split: 13269659 examples [02:58, 62526.58 examples/s] Generating train split: 13286659 examples [02:58, 73799.35 examples/s] Generating train split: 13297659 examples [02:58, 63764.59 examples/s] Generating train split: 13308659 examples [02:58, 54866.69 examples/s] Generating train split: 13325659 examples [02:59, 60594.34 examples/s] Generating train split: 13346659 examples [02:59, 78236.04 examples/s] Generating train split: 13363659 examples [02:59, 93038.91 examples/s] Generating train split: 13375659 examples [03:00, 43174.36 examples/s] Generating train split: 13397659 examples [03:00, 61683.27 examples/s] Generating train split: 13413659 examples [03:00, 63659.30 examples/s] Generating train split: 13457659 examples [03:00, 106687.29 examples/s] Generating train split: 13474659 examples [03:00, 115440.88 examples/s] Generating train split: 13492659 examples [03:00, 126402.49 examples/s] Generating train split: 13509659 examples [03:01, 114685.02 examples/s] Generating train split: 13543659 examples [03:01, 152674.65 examples/s] Generating train split: 13565659 examples [03:01, 80164.89 examples/s] Generating train split: 13582659 examples [03:01, 88923.71 examples/s] Generating train split: 13597659 examples [03:02, 81380.40 examples/s] Generating train split: 13612659 examples [03:02, 74139.79 examples/s] Generating train split: 13622659 examples [03:02, 56609.30 examples/s] Generating train split: 13633659 examples [03:03, 53973.42 examples/s] Generating train split: 13643659 examples [03:03, 59582.17 examples/s] Generating train split: 13653659 examples [03:03, 38698.01 examples/s] Generating train split: 13664659 examples [03:03, 45887.26 examples/s] Generating train split: 13676659 examples [03:04, 45866.53 examples/s] Generating train split: 13704659 examples [03:04, 76900.95 examples/s] Generating train split: 13720659 examples [03:04, 48956.30 examples/s] Generating train split: 13741659 examples [03:04, 66159.22 examples/s] Generating train split: 13768659 examples [03:05, 88040.73 examples/s] Generating train split: 13783659 examples [03:05, 68232.12 examples/s] Generating train split: 13806659 examples [03:05, 88732.70 examples/s] Generating train split: 13822659 examples [03:05, 98337.07 examples/s] Generating train split: 13845659 examples [03:05, 119240.54 examples/s] Generating train split: 13866659 examples [03:05, 132938.81 examples/s] Generating train split: 13894659 examples [03:06, 157206.17 examples/s] Generating train split: 13915659 examples [03:06, 74316.77 examples/s] Generating train split: 13930659 examples [03:06, 80074.17 examples/s] Generating train split: 13947659 examples [03:06, 92873.56 examples/s] Generating train split: 13962659 examples [03:07, 64399.21 examples/s] Generating train split: 13978659 examples [03:07, 55453.70 examples/s] Generating train split: 13989659 examples [03:08, 52008.63 examples/s] Generating train split: 13999659 examples [03:08, 47154.81 examples/s] Generating train split: 14023659 examples [03:08, 69452.91 examples/s] Generating train split: 14034659 examples [03:08, 72330.95 examples/s] Generating train split: 14046659 examples [03:08, 59233.23 examples/s] Generating train split: 14057659 examples [03:08, 66153.79 examples/s] Generating train split: 14068659 examples [03:09, 53038.98 examples/s] Generating train split: 14079659 examples [03:09, 42150.70 examples/s] Generating train split: 14106659 examples [03:09, 70380.79 examples/s] Generating train split: 14130659 examples [03:09, 96328.96 examples/s] Generating train split: 14147659 examples [03:10, 86432.03 examples/s] Generating train split: 14163659 examples [03:10, 91882.72 examples/s] Generating train split: 14178659 examples [03:10, 92505.05 examples/s] Generating train split: 14194659 examples [03:10, 93295.38 examples/s] Generating train split: 14219659 examples [03:10, 123755.33 examples/s] Generating train split: 14235659 examples [03:10, 120019.70 examples/s] Generating train split: 14250659 examples [03:11, 96854.63 examples/s] Generating train split: 14267659 examples [03:11, 108048.77 examples/s] Generating train split: 14283659 examples [03:11, 78302.20 examples/s] Generating train split: 14294659 examples [03:11, 78877.22 examples/s] Generating train split: 14309659 examples [03:12, 57616.75 examples/s] Generating train split: 14320659 examples [03:12, 57796.65 examples/s] Generating train split: 14351659 examples [03:12, 72556.52 examples/s] Generating train split: 14362659 examples [03:13, 41807.08 examples/s] Generating train split: 14379659 examples [03:13, 54178.89 examples/s] Generating train split: 14390659 examples [03:13, 59211.97 examples/s] Generating train split: 14402659 examples [03:14, 37684.68 examples/s] Generating train split: 14430659 examples [03:14, 62307.74 examples/s] Generating train split: 14447659 examples [03:14, 59931.68 examples/s] Generating train split: 14477659 examples [03:14, 85941.86 examples/s] Generating train split: 14498659 examples [03:14, 103513.30 examples/s] Generating train split: 14514659 examples [03:15, 102485.20 examples/s] Generating train split: 14547659 examples [03:15, 126357.09 examples/s] Generating train split: 14565659 examples [03:15, 125637.07 examples/s] Generating train split: 14581659 examples [03:15, 92736.71 examples/s] Generating train split: 14597659 examples [03:15, 83240.94 examples/s] Generating train split: 14613659 examples [03:16, 85096.66 examples/s] Generating train split: 14624659 examples [03:16, 86326.67 examples/s] Generating train split: 14635659 examples [03:16, 58200.67 examples/s] Generating train split: 14657659 examples [03:17, 57259.80 examples/s] Generating train split: 14678659 examples [03:17, 62517.99 examples/s] Generating train split: 14695659 examples [03:17, 74634.43 examples/s] Generating train split: 14705659 examples [03:17, 71955.91 examples/s] Generating train split: 14721659 examples [03:17, 82930.82 examples/s] Generating train split: 14744659 examples [03:18, 36383.27 examples/s] Generating train split: 14755659 examples [03:19, 35817.29 examples/s] Generating train split: 14794659 examples [03:19, 65888.03 examples/s] Generating train split: 14809659 examples [03:19, 60569.92 examples/s] Generating train split: 14836659 examples [03:19, 83861.69 examples/s] Generating train split: 14859659 examples [03:19, 101489.73 examples/s] Generating train split: 14880659 examples [03:20, 112310.61 examples/s] Generating train split: 14920659 examples [03:20, 154764.47 examples/s] Generating train split: 14942659 examples [03:20, 93475.83 examples/s] Generating train split: 14959659 examples [03:20, 88042.26 examples/s] Generating train split: 14975659 examples [03:21, 87665.64 examples/s] Generating train split: 14997659 examples [03:21, 66251.57 examples/s] Generating train split: 15007659 examples [03:21, 68930.39 examples/s] Generating train split: 15021659 examples [03:21, 65563.31 examples/s] Generating train split: 15037659 examples [03:22, 76262.13 examples/s] Generating train split: 15047659 examples [03:22, 68694.38 examples/s] Generating train split: 15058659 examples [03:22, 56848.77 examples/s] Generating train split: 15069659 examples [03:22, 64155.70 examples/s] Generating train split: 15085659 examples [03:22, 78546.88 examples/s] Generating train split: 15100659 examples [03:23, 59595.32 examples/s] Generating train split: 15111659 examples [03:23, 48088.72 examples/s] Generating train split: 15132659 examples [03:23, 51227.40 examples/s] Generating train split: 15148659 examples [03:24, 64468.12 examples/s] Generating train split: 15159659 examples [03:24, 64037.01 examples/s] Generating train split: 15185659 examples [03:24, 94796.79 examples/s] Generating train split: 15218659 examples [03:24, 111232.64 examples/s] Generating train split: 15234659 examples [03:24, 113162.19 examples/s] Generating train split: 15250659 examples [03:24, 105243.20 examples/s] Generating train split: 15268659 examples [03:24, 112681.78 examples/s] Generating train split: 15284659 examples [03:25, 87869.15 examples/s] Generating train split: 15295659 examples [03:25, 84384.83 examples/s] Generating train split: 15306659 examples [03:25, 71644.99 examples/s] Generating train split: 15316659 examples [03:25, 72905.49 examples/s] Generating train split: 15333659 examples [03:25, 86695.80 examples/s] Generating train split: 15350659 examples [03:26, 63739.59 examples/s] Generating train split: 15361659 examples [03:26, 60743.13 examples/s] Generating train split: 15382659 examples [03:26, 68631.25 examples/s] Generating train split: 15394931 examples [03:26, 75329.41 examples/s] Generating train split: 15417931 examples [03:26, 102681.12 examples/s] Generating train split: 15432931 examples [03:27, 109679.92 examples/s] Generating train split: 15449931 examples [03:28, 39466.90 examples/s] Generating train split: 15460931 examples [03:28, 39259.70 examples/s] Generating train split: 15479931 examples [03:28, 54334.68 examples/s] Generating train split: 15493931 examples [03:28, 49999.39 examples/s] Generating train split: 15527931 examples [03:29, 74229.61 examples/s] Generating train split: 15548931 examples [03:29, 90517.44 examples/s] Generating train split: 15577931 examples [03:29, 119543.20 examples/s] Generating train split: 15599931 examples [03:29, 97851.67 examples/s] Generating train split: 15620931 examples [03:30, 71239.59 examples/s] Generating train split: 15636931 examples [03:30, 78379.06 examples/s] Generating train split: 15652931 examples [03:30, 70169.60 examples/s] Generating train split: 15663931 examples [03:30, 66066.57 examples/s] Generating train split: 15695931 examples [03:31, 73531.54 examples/s] Generating train split: 15706931 examples [03:31, 76340.67 examples/s] Generating train split: 15717931 examples [03:31, 77350.63 examples/s] Generating train split: 15729931 examples [03:31, 70545.42 examples/s] Generating train split: 15746931 examples [03:31, 81699.38 examples/s] Generating train split: 15765931 examples [03:31, 99017.79 examples/s] Generating train split: 15780931 examples [03:32, 109084.70 examples/s] Generating train split: 15796931 examples [03:32, 49761.40 examples/s] Generating train split: 15807931 examples [03:33, 47081.47 examples/s] Generating train split: 15819931 examples [03:33, 47246.48 examples/s] Generating train split: 15841931 examples [03:33, 52582.45 examples/s] Generating train split: 15852931 examples [03:33, 56896.92 examples/s] Generating train split: 15878931 examples [03:33, 85459.83 examples/s] Generating train split: 15893931 examples [03:33, 91674.21 examples/s] Generating train split: 15915931 examples [03:34, 114727.06 examples/s] Generating train split: 15949931 examples [03:34, 151398.70 examples/s] Generating train split: 15971931 examples [03:34, 77342.69 examples/s] Generating train split: 15986931 examples [03:35, 73012.44 examples/s] Generating train split: 16026931 examples [03:35, 110144.99 examples/s] Generating train split: 16047931 examples [03:35, 94732.28 examples/s] Generating train split: 16062931 examples [03:36, 60797.88 examples/s] Generating train split: 16084931 examples [03:36, 58621.88 examples/s] Generating train split: 16095931 examples [03:36, 63381.61 examples/s] Generating train split: 16112931 examples [03:36, 68572.10 examples/s] Generating train split: 16134931 examples [03:37, 50222.07 examples/s] Generating train split: 16150931 examples [03:37, 59378.76 examples/s] Generating train split: 16159931 examples [03:37, 52560.70 examples/s] Generating train split: 16176931 examples [03:38, 58176.54 examples/s] Generating train split: 16187931 examples [03:38, 58805.82 examples/s] Generating train split: 16214931 examples [03:38, 86431.77 examples/s] Generating train split: 16237931 examples [03:38, 106424.06 examples/s] Generating train split: 16253931 examples [03:38, 114414.37 examples/s] Generating train split: 16276931 examples [03:38, 129346.51 examples/s] Generating train split: 16293931 examples [03:38, 134956.21 examples/s] Generating train split: 16310931 examples [03:39, 126874.82 examples/s] Generating train split: 16326931 examples [03:39, 88747.49 examples/s] Generating train split: 16338931 examples [03:39, 90516.82 examples/s] Generating train split: 16352931 examples [03:39, 59765.30 examples/s] Generating train split: 16375931 examples [03:40, 64957.95 examples/s] Generating train split: 16397931 examples [03:40, 82127.78 examples/s] Generating train split: 16408931 examples [03:40, 82152.05 examples/s] Generating train split: 16419931 examples [03:40, 69521.31 examples/s] Generating train split: 16441931 examples [03:41, 68555.21 examples/s] Generating train split: 16463931 examples [03:41, 58990.26 examples/s] Generating train split: 16475931 examples [03:41, 64807.01 examples/s] Generating train split: 16486931 examples [03:42, 39095.46 examples/s] Generating train split: 16513931 examples [03:42, 61231.22 examples/s] Generating train split: 16528931 examples [03:42, 56472.55 examples/s] Generating train split: 16545931 examples [03:42, 68529.37 examples/s] Generating train split: 16566931 examples [03:43, 82814.82 examples/s] Generating train split: 16580931 examples [03:43, 88514.44 examples/s] Generating train split: 16613931 examples [03:43, 129636.29 examples/s] Generating train split: 16634931 examples [03:43, 128494.96 examples/s] Generating train split: 16651931 examples [03:43, 95484.63 examples/s] Generating train split: 16667931 examples [03:44, 65677.66 examples/s] Generating train split: 16677931 examples [03:44, 66340.68 examples/s] Generating train split: 16689931 examples [03:44, 50774.28 examples/s] Generating train split: 16711931 examples [03:44, 71018.54 examples/s] Generating train split: 16722931 examples [03:45, 67778.18 examples/s] Generating train split: 16751931 examples [03:45, 97265.00 examples/s] Generating train split: 16766931 examples [03:45, 90187.09 examples/s] Generating train split: 16781931 examples [03:45, 83693.84 examples/s] Generating train split: 16802931 examples [03:46, 77146.37 examples/s] Generating train split: 16823931 examples [03:46, 63962.63 examples/s] Generating train split: 16833931 examples [03:46, 67142.17 examples/s] Generating train split: 16843931 examples [03:47, 44867.55 examples/s] Generating train split: 16861931 examples [03:47, 57091.99 examples/s] Generating train split: 16885931 examples [03:47, 81102.86 examples/s] Generating train split: 16902931 examples [03:47, 88366.70 examples/s] Generating train split: 16919931 examples [03:47, 101014.30 examples/s] Generating train split: 16935931 examples [03:47, 91150.02 examples/s] Generating train split: 16947931 examples [03:47, 89171.51 examples/s] Generating train split: 16962931 examples [03:48, 100077.53 examples/s] Generating train split: 16983931 examples [03:48, 121156.38 examples/s] Generating train split: 17000931 examples [03:48, 125385.62 examples/s] Generating train split: 17029931 examples [03:48, 122737.31 examples/s] Generating train split: 17044931 examples [03:49, 65405.43 examples/s] Generating train split: 17071931 examples [03:49, 87852.65 examples/s] Generating train split: 17086931 examples [03:49, 83333.29 examples/s] Generating train split: 17102931 examples [03:49, 81212.05 examples/s] Generating train split: 17113931 examples [03:49, 82195.42 examples/s] Generating train split: 17124931 examples [03:49, 81632.69 examples/s] Generating train split: 17148931 examples [03:50, 72236.15 examples/s] Generating train split: 17162931 examples [03:50, 74600.55 examples/s] Generating train split: 17172931 examples [03:50, 54607.11 examples/s] Generating train split: 17185931 examples [03:51, 42295.56 examples/s] Generating train split: 17207931 examples [03:51, 53343.23 examples/s] Generating train split: 17227931 examples [03:51, 70122.89 examples/s] Generating train split: 17242931 examples [03:52, 48333.18 examples/s] Generating train split: 17257931 examples [03:52, 59054.72 examples/s] Generating train split: 17274931 examples [03:52, 68573.09 examples/s] Generating train split: 17296931 examples [03:52, 90203.53 examples/s] Generating train split: 17313931 examples [03:52, 92315.04 examples/s] Generating train split: 17330931 examples [03:52, 98489.69 examples/s] Generating train split: 17346931 examples [03:53, 92604.87 examples/s] Generating train split: 17357931 examples [03:53, 82049.41 examples/s] Generating train split: 17367931 examples [03:53, 84616.34 examples/s] Generating train split: 17395931 examples [03:53, 114535.49 examples/s] Generating train split: 17408931 examples [03:53, 78194.29 examples/s] Generating train split: 17423931 examples [03:54, 66523.05 examples/s] Generating train split: 17435931 examples [03:54, 71390.20 examples/s] Generating train split: 17456931 examples [03:54, 81813.64 examples/s] Generating train split: 17479931 examples [03:54, 101206.65 examples/s] Generating train split: 17502931 examples [03:55, 46648.63 examples/s] Generating train split: 17524931 examples [03:56, 46782.38 examples/s] Generating train split: 17547931 examples [03:56, 54980.20 examples/s] Generating train split: 17564931 examples [03:56, 64553.40 examples/s] Generating train split: 17582931 examples [03:56, 69527.73 examples/s] Generating train split: 17604931 examples [03:57, 71001.61 examples/s] Generating train split: 17615931 examples [03:57, 74577.22 examples/s] Generating train split: 17632931 examples [03:57, 83166.60 examples/s] Generating train split: 17653931 examples [03:57, 101132.15 examples/s] Generating train split: 17674009 examples [03:57, 114492.30 examples/s] Generating train split: 17690009 examples [03:57, 114657.49 examples/s] Generating train split: 17707009 examples [03:57, 113329.00 examples/s] Generating train split: 17723009 examples [03:58, 97819.58 examples/s] Generating train split: 17740009 examples [03:58, 102695.85 examples/s] Generating train split: 17769009 examples [03:58, 103541.35 examples/s] Generating train split: 17780009 examples [03:58, 82844.38 examples/s] Generating train split: 17797009 examples [03:58, 91054.52 examples/s] Generating train split: 17809009 examples [03:59, 68622.20 examples/s] Generating train split: 17825009 examples [03:59, 71870.50 examples/s] Generating train split: 17842009 examples [03:59, 87268.50 examples/s] Generating train split: 17858009 examples [03:59, 68488.59 examples/s] Generating train split: 17869009 examples [04:00, 43297.78 examples/s] Generating train split: 17880009 examples [04:00, 43925.04 examples/s] Generating train split: 17891009 examples [04:00, 51121.51 examples/s] Generating train split: 17913009 examples [04:01, 63428.72 examples/s] Generating train split: 17925009 examples [04:01, 62253.87 examples/s] Generating train split: 17942009 examples [04:01, 77502.19 examples/s] Generating train split: 17952009 examples [04:01, 71672.42 examples/s] Generating train split: 17970009 examples [04:01, 90850.51 examples/s] Generating train split: 17992009 examples [04:01, 117409.15 examples/s] Generating train split: 18008009 examples [04:02, 79902.27 examples/s] Generating train split: 18031009 examples [04:02, 104046.62 examples/s] Generating train split: 18049009 examples [04:02, 93204.21 examples/s] Generating train split: 18079009 examples [04:02, 123412.48 examples/s] Generating train split: 18100009 examples [04:02, 105878.46 examples/s] Generating train split: 18117009 examples [04:03, 98477.69 examples/s] Generating train split: 18133009 examples [04:03, 70135.13 examples/s] Generating train split: 18143009 examples [04:03, 74061.55 examples/s] Generating train split: 18161009 examples [04:03, 83974.70 examples/s] Generating train split: 18183009 examples [04:04, 79370.53 examples/s] Generating train split: 18195009 examples [04:04, 66710.49 examples/s] Generating train split: 18205009 examples [04:04, 68795.75 examples/s] Generating train split: 18217009 examples [04:04, 57293.58 examples/s] Generating train split: 18228009 examples [04:04, 63580.81 examples/s] Generating train split: 18240009 examples [04:05, 40592.09 examples/s] Generating train split: 18251009 examples [04:05, 45985.79 examples/s] Generating train split: 18278009 examples [04:05, 72129.28 examples/s] Generating train split: 18288009 examples [04:05, 66771.24 examples/s] Generating train split: 18299009 examples [04:06, 56774.03 examples/s] Generating train split: 18310009 examples [04:06, 55165.08 examples/s] Generating train split: 18342009 examples [04:06, 90496.46 examples/s] Generating train split: 18359009 examples [04:06, 102997.76 examples/s] Generating train split: 18375009 examples [04:06, 89624.52 examples/s] Generating train split: 18392009 examples [04:07, 96454.64 examples/s] Generating train split: 18405009 examples [04:07, 92770.75 examples/s] Generating train split: 18422009 examples [04:07, 100850.20 examples/s] Generating train split: 18443009 examples [04:07, 111349.59 examples/s] Generating train split: 18459009 examples [04:07, 118047.69 examples/s] Generating train split: 18477009 examples [04:07, 107024.35 examples/s] Generating train split: 18491009 examples [04:08, 104391.19 examples/s] Generating train split: 18508009 examples [04:08, 62704.62 examples/s] Generating train split: 18525009 examples [04:08, 75070.43 examples/s] Generating train split: 18554009 examples [04:08, 88548.12 examples/s] Generating train split: 18566009 examples [04:09, 72115.48 examples/s] Generating train split: 18576009 examples [04:09, 52496.68 examples/s] Generating train split: 18587009 examples [04:09, 55599.14 examples/s] Generating train split: 18598009 examples [04:09, 58308.49 examples/s] Generating train split: 18619009 examples [04:10, 66909.68 examples/s] Generating train split: 18631009 examples [04:10, 57877.40 examples/s] Generating train split: 18651009 examples [04:10, 53059.29 examples/s] Generating train split: 18662009 examples [04:11, 58454.04 examples/s] Generating train split: 18673009 examples [04:11, 53158.35 examples/s] Generating train split: 18697009 examples [04:11, 77560.12 examples/s] Generating train split: 18713009 examples [04:11, 81728.18 examples/s] Generating train split: 18728009 examples [04:11, 90480.92 examples/s] Generating train split: 18745009 examples [04:11, 104280.25 examples/s] Generating train split: 18771009 examples [04:11, 128820.73 examples/s] Generating train split: 18799009 examples [04:12, 159224.67 examples/s] Generating train split: 18821009 examples [04:12, 141103.41 examples/s] Generating train split: 18837009 examples [04:12, 112012.88 examples/s] Generating train split: 18854009 examples [04:12, 86745.19 examples/s] Generating train split: 18865009 examples [04:12, 77440.26 examples/s] Generating train split: 18876009 examples [04:13, 67913.17 examples/s] Generating train split: 18887009 examples [04:13, 67673.19 examples/s] Generating train split: 18897009 examples [04:13, 72803.47 examples/s] Generating train split: 18914009 examples [04:14, 48747.36 examples/s] Generating train split: 18924009 examples [04:14, 40617.65 examples/s] Generating train split: 18936009 examples [04:14, 46570.45 examples/s] Generating train split: 18948009 examples [04:14, 54685.89 examples/s] Generating train split: 18970009 examples [04:14, 80007.23 examples/s] Generating train split: 18987009 examples [04:14, 86639.57 examples/s] Generating train split: 18998009 examples [04:15, 62838.62 examples/s] Generating train split: 19014009 examples [04:15, 68738.76 examples/s] Generating train split: 19031009 examples [04:15, 83027.28 examples/s] Generating train split: 19046009 examples [04:15, 89534.97 examples/s] Generating train split: 19057009 examples [04:16, 59915.61 examples/s] Generating train split: 19079009 examples [04:16, 69363.37 examples/s] Generating train split: 19102009 examples [04:16, 92330.11 examples/s] Generating train split: 19140009 examples [04:16, 138056.04 examples/s] Generating train split: 19163009 examples [04:16, 151811.69 examples/s] Generating train split: 19185009 examples [04:16, 164855.21 examples/s] Generating train split: 19209009 examples [04:17, 80816.02 examples/s] Generating train split: 19226009 examples [04:17, 85495.97 examples/s] Generating train split: 19248009 examples [04:17, 99440.91 examples/s] Generating train split: 19264009 examples [04:18, 63207.98 examples/s] Generating train split: 19286009 examples [04:18, 60592.85 examples/s] Generating train split: 19297009 examples [04:18, 57176.98 examples/s] Generating train split: 19308009 examples [04:19, 45972.77 examples/s] Generating train split: 19320009 examples [04:19, 50165.11 examples/s] Generating train split: 19342009 examples [04:19, 70368.65 examples/s] Generating train split: 19356009 examples [04:19, 79493.27 examples/s] Generating train split: 19371009 examples [04:20, 60641.69 examples/s] Generating train split: 19382009 examples [04:20, 66248.88 examples/s] Generating train split: 19397009 examples [04:20, 75965.45 examples/s] Generating train split: 19413009 examples [04:20, 90944.83 examples/s] Generating train split: 19431009 examples [04:20, 95726.46 examples/s] Generating train split: 19453009 examples [04:20, 119942.17 examples/s] Generating train split: 19470009 examples [04:20, 106719.23 examples/s] Generating train split: 19493009 examples [04:21, 119618.71 examples/s] Generating train split: 19508009 examples [04:21, 112206.36 examples/s] Generating train split: 19523009 examples [04:21, 111593.51 examples/s] Generating train split: 19557009 examples [04:21, 151618.46 examples/s] Generating train split: 19574009 examples [04:22, 55868.72 examples/s] Generating train split: 19589009 examples [04:22, 64140.75 examples/s] Generating train split: 19618009 examples [04:23, 63146.33 examples/s] Generating train split: 19630009 examples [04:23, 61515.02 examples/s] Generating train split: 19641009 examples [04:23, 51736.31 examples/s] Generating train split: 19664009 examples [04:23, 64075.60 examples/s] Generating train split: 19678009 examples [04:23, 70195.41 examples/s] Generating train split: 19694009 examples [04:24, 55231.16 examples/s] Generating train split: 19709009 examples [04:24, 63846.97 examples/s] Generating train split: 19731009 examples [04:24, 71734.05 examples/s] Generating train split: 19744009 examples [04:25, 62763.78 examples/s] Generating train split: 19755009 examples [04:25, 62714.12 examples/s] Generating train split: 19778009 examples [04:25, 86709.60 examples/s] Generating train split: 19793009 examples [04:25, 82211.06 examples/s] Generating train split: 19816009 examples [04:25, 107383.73 examples/s] Generating train split: 19842009 examples [04:25, 131879.91 examples/s] Generating train split: 19864009 examples [04:25, 135775.34 examples/s] Generating train split: 19880009 examples [04:26, 117760.68 examples/s] Generating train split: 19898009 examples [04:26, 100369.77 examples/s] Generating train split: 19914009 examples [04:26, 107561.53 examples/s] Generating train split: 19931009 examples [04:26, 97101.76 examples/s] Generating train split: 19942009 examples [04:26, 83791.55 examples/s] Generating train split: 19953009 examples [04:27, 56292.09 examples/s] Generating train split: 19968009 examples [04:27, 67589.80 examples/s] Generating train split: 19989009 examples [04:27, 57070.54 examples/s] Generating train split: 20000009 examples [04:28, 42315.97 examples/s] Generating train split: 20018009 examples [04:28, 55635.20 examples/s] Generating train split: 20029009 examples [04:28, 57350.23 examples/s] Generating train split: 20055009 examples [04:28, 84457.20 examples/s] Generating train split: 20071009 examples [04:29, 74017.44 examples/s] Generating train split: 20082009 examples [04:29, 58726.68 examples/s] Generating train split: 20094009 examples [04:29, 62279.10 examples/s] Generating train split: 20111009 examples [04:29, 73911.13 examples/s] Generating train split: 20126009 examples [04:29, 72823.45 examples/s] Generating train split: 20137009 examples [04:30, 78823.77 examples/s] Generating train split: 20158009 examples [04:30, 102522.84 examples/s] Generating train split: 20174009 examples [04:30, 76707.01 examples/s] Generating train split: 20187009 examples [04:30, 85660.51 examples/s] Generating train split: 20208009 examples [04:30, 109022.58 examples/s] Generating train split: 20236009 examples [04:30, 141815.88 examples/s] Generating train split: 20253009 examples [04:31, 124810.90 examples/s] Generating train split: 20268009 examples [04:31, 70193.06 examples/s] Generating train split: 20284009 examples [04:31, 76925.14 examples/s] Generating train split: 20302009 examples [04:31, 78296.97 examples/s] Generating train split: 20313009 examples [04:32, 63306.40 examples/s] Generating train split: 20324009 examples [04:32, 62213.05 examples/s] Generating train split: 20341009 examples [04:32, 75993.85 examples/s] Generating train split: 20352009 examples [04:33, 45358.07 examples/s] Generating train split: 20362009 examples [04:33, 41130.08 examples/s] Generating train split: 20378009 examples [04:33, 52338.78 examples/s] Generating train split: 20408009 examples [04:33, 86271.10 examples/s] Generating train split: 20424009 examples [04:33, 80413.31 examples/s] Generating train split: 20439009 examples [04:34, 53784.43 examples/s] Generating train split: 20455009 examples [04:34, 62876.87 examples/s] Generating train split: 20466009 examples [04:34, 60316.16 examples/s] Generating train split: 20498009 examples [04:34, 95297.14 examples/s] Generating train split: 20538009 examples [04:34, 143405.21 examples/s] Generating train split: 20558009 examples [04:35, 85900.08 examples/s] Generating train split: 20587009 examples [04:35, 112441.58 examples/s] Generating train split: 20611009 examples [04:35, 104924.79 examples/s] Generating train split: 20632009 examples [04:36, 73410.83 examples/s] Generating train split: 20647009 examples [04:36, 81237.18 examples/s] Generating train split: 20664009 examples [04:36, 76650.76 examples/s] Generating train split: 20675009 examples [04:37, 54486.21 examples/s] Generating train split: 20687009 examples [04:37, 47566.20 examples/s] Generating train split: 20698009 examples [04:37, 46500.75 examples/s] Generating train split: 20733009 examples [04:37, 83650.95 examples/s] Generating train split: 20748009 examples [04:38, 67953.72 examples/s] Generating train split: 20760009 examples [04:38, 53334.80 examples/s] Generating train split: 20771009 examples [04:38, 59661.39 examples/s] Generating train split: 20782009 examples [04:39, 52472.55 examples/s] Generating train split: 20810009 examples [04:39, 83855.32 examples/s] Generating train split: 20832009 examples [04:39, 98521.47 examples/s] Generating train split: 20846009 examples [04:39, 76256.50 examples/s] Generating train split: 20885009 examples [04:39, 118751.57 examples/s] Generating train split: 20906009 examples [04:40, 106882.03 examples/s] Generating train split: 20921009 examples [04:40, 84075.50 examples/s] Generating train split: 20934009 examples [04:40, 87701.18 examples/s] Generating train split: 20946009 examples [04:40, 72174.21 examples/s] Generating train split: 20961009 examples [04:41, 56979.76 examples/s] Generating train split: 20971009 examples [04:41, 61798.00 examples/s] Generating train split: 20988009 examples [04:41, 76901.58 examples/s] Generating train split: 21003009 examples [04:41, 66572.37 examples/s] Generating train split: 21014009 examples [04:42, 49062.50 examples/s] Generating train split: 21025009 examples [04:42, 40417.88 examples/s] Generating train split: 21036009 examples [04:42, 47273.24 examples/s] Generating train split: 21047009 examples [04:42, 53870.36 examples/s] Generating train split: 21085009 examples [04:42, 104035.02 examples/s] Generating train split: 21100009 examples [04:43, 79807.89 examples/s] Generating train split: 21117009 examples [04:43, 62052.63 examples/s] Generating train split: 21128009 examples [04:43, 61656.27 examples/s] Generating train split: 21139009 examples [04:44, 59587.50 examples/s] Generating train split: 21178009 examples [04:44, 108321.88 examples/s] Generating train split: 21201009 examples [04:44, 122153.98 examples/s] Generating train split: 21222009 examples [04:44, 98569.55 examples/s] Generating train split: 21238009 examples [04:44, 101845.49 examples/s] Generating train split: 21255009 examples [04:44, 105342.50 examples/s] Generating train split: 21269009 examples [04:45, 90833.73 examples/s] Generating train split: 21292009 examples [04:45, 100030.44 examples/s] Generating train split: 21306009 examples [04:45, 87042.49 examples/s] Generating train split: 21322009 examples [04:45, 92731.75 examples/s] Generating train split: 21333009 examples [04:46, 60948.42 examples/s] Generating train split: 21344009 examples [04:46, 58440.79 examples/s] Generating train split: 21360009 examples [04:46, 55864.24 examples/s] Generating train split: 21371009 examples [04:46, 62495.31 examples/s] Generating train split: 21382009 examples [04:46, 53354.01 examples/s] Generating train split: 21392009 examples [04:47, 55175.76 examples/s] Generating train split: 21402009 examples [04:47, 46031.61 examples/s] Generating train split: 21410009 examples [04:47, 43026.16 examples/s] Generating train split: 21432009 examples [04:47, 69077.65 examples/s] Generating train split: 21454009 examples [04:48, 65030.64 examples/s] Generating train split: 21471009 examples [04:48, 76131.26 examples/s] Generating train split: 21493009 examples [04:48, 94554.06 examples/s] Generating train split: 21509009 examples [04:48, 91810.82 examples/s] Generating train split: 21520009 examples [04:48, 72833.47 examples/s] Generating train split: 21534009 examples [04:49, 81137.70 examples/s] Generating train split: 21580009 examples [04:49, 138903.23 examples/s] Generating train split: 21601009 examples [04:49, 89894.65 examples/s] Generating train split: 21617009 examples [04:49, 72739.24 examples/s] Generating train split: 21649009 examples [04:50, 101199.30 examples/s] Generating train split: 21665009 examples [04:50, 85202.05 examples/s] Generating train split: 21678009 examples [04:50, 55741.86 examples/s] Generating train split: 21688009 examples [04:51, 52080.22 examples/s] Generating train split: 21704009 examples [04:51, 63645.00 examples/s] Generating train split: 21716009 examples [04:51, 44719.97 examples/s] Generating train split: 21726009 examples [04:51, 48973.84 examples/s] Generating train split: 21737009 examples [04:52, 54922.19 examples/s] Generating train split: 21746009 examples [04:52, 49966.83 examples/s] Generating train split: 21757009 examples [04:52, 49645.19 examples/s] Generating train split: 21785009 examples [04:52, 85045.34 examples/s] Generating train split: 21802009 examples [04:52, 94701.28 examples/s] Generating train split: 21817009 examples [04:53, 62442.04 examples/s] Generating train split: 21858009 examples [04:53, 109727.05 examples/s] Generating train split: 21878009 examples [04:53, 120494.36 examples/s] Generating train split: 21901009 examples [04:53, 115896.32 examples/s] Generating train split: 21922009 examples [04:54, 88536.97 examples/s] Generating train split: 21936009 examples [04:54, 59239.48 examples/s] Generating train split: 21953009 examples [04:54, 68891.90 examples/s] Generating train split: 21972009 examples [04:54, 81762.53 examples/s] Generating train split: 21992009 examples [04:54, 100215.76 examples/s] Generating train split: 22008009 examples [04:55, 82765.35 examples/s] Generating train split: 22025009 examples [04:55, 69376.75 examples/s] Generating train split: 22036009 examples [04:55, 63196.19 examples/s] Generating train split: 22047009 examples [04:56, 60299.30 examples/s] Generating train split: 22058009 examples [04:56, 35077.87 examples/s] Generating train split: 22068009 examples [04:56, 39078.55 examples/s] Generating train split: 22074009 examples [04:57, 41174.96 examples/s] Generating train split: 22084009 examples [04:57, 46991.05 examples/s] Generating train split: 22095009 examples [04:57, 48794.58 examples/s] Generating train split: 22118009 examples [04:57, 70365.27 examples/s] Generating train split: 22175009 examples [04:57, 143716.81 examples/s] Generating train split: 22195009 examples [04:58, 93817.27 examples/s] Generating train split: 22228009 examples [04:58, 126388.06 examples/s] Generating train split: 22250009 examples [04:58, 138609.28 examples/s] Generating train split: 22272009 examples [04:58, 114505.36 examples/s] Generating train split: 22289009 examples [04:59, 73076.93 examples/s] Generating train split: 22311009 examples [04:59, 88724.94 examples/s] Generating train split: 22328009 examples [04:59, 76092.60 examples/s] Generating train split: 22343009 examples [04:59, 85162.10 examples/s] Generating train split: 22359009 examples [05:00, 61259.68 examples/s] Generating train split: 22370009 examples [05:00, 58074.10 examples/s] Generating train split: 22381009 examples [05:00, 57367.78 examples/s] Generating train split: 22391009 examples [05:01, 40967.81 examples/s] Generating train split: 22400009 examples [05:01, 38847.53 examples/s] Generating train split: 22410009 examples [05:01, 42074.72 examples/s] Generating train split: 22421009 examples [05:01, 40445.03 examples/s] Generating train split: 22443009 examples [05:02, 47073.71 examples/s] Generating train split: 22460009 examples [05:02, 60753.63 examples/s] Generating train split: 22469009 examples [05:02, 62639.08 examples/s] Generating train split: 22520009 examples [05:02, 133929.70 examples/s] Generating train split: 22548009 examples [05:02, 161181.40 examples/s] Generating train split: 22571009 examples [05:02, 126615.46 examples/s] Generating train split: 22592009 examples [05:03, 122919.24 examples/s] Generating train split: 22608009 examples [05:03, 98294.94 examples/s] Generating train split: 22623009 examples [05:03, 74963.78 examples/s] Generating train split: 22636009 examples [05:04, 67660.43 examples/s] Generating train split: 22652009 examples [05:04, 79097.38 examples/s] Generating train split: 22667009 examples [05:04, 69966.01 examples/s] Generating train split: 22689009 examples [05:04, 88228.51 examples/s] Generating train split: 22705009 examples [05:04, 79798.65 examples/s] Generating train split: 22724009 examples [05:04, 91645.51 examples/s] Generating train split: 22735009 examples [05:05, 79477.10 examples/s] Generating train split: 22747009 examples [05:05, 39161.60 examples/s] Generating train split: 22760009 examples [05:06, 41617.12 examples/s] Generating train split: 22770009 examples [05:06, 43893.31 examples/s] Generating train split: 22781009 examples [05:06, 44355.07 examples/s] Generating train split: 22809009 examples [05:06, 72957.03 examples/s] Generating train split: 22820009 examples [05:06, 77985.87 examples/s] Generating train split: 22835009 examples [05:07, 74098.56 examples/s] Generating train split: 22846009 examples [05:07, 77482.56 examples/s] Generating train split: 22880009 examples [05:07, 123542.88 examples/s] Generating train split: 22907009 examples [05:07, 154047.33 examples/s] Generating train split: 22930009 examples [05:07, 118754.33 examples/s] Generating train split: 22946009 examples [05:08, 97271.26 examples/s] Generating train split: 22961009 examples [05:08, 98605.37 examples/s] Generating train split: 22993009 examples [05:08, 133163.77 examples/s] Generating train split: 23011009 examples [05:08, 100957.40 examples/s] Generating train split: 23032009 examples [05:08, 115182.29 examples/s] Generating train split: 23069167 examples [05:08, 161583.34 examples/s] Generating train split: 23094167 examples [05:09, 137559.48 examples/s] Generating train split: 23115167 examples [05:09, 147230.17 examples/s] Generating train split: 23153167 examples [05:09, 191138.91 examples/s] Generating train split: 23191167 examples [05:09, 217948.81 examples/s] Generating train split: 23246167 examples [05:09, 293613.02 examples/s] Generating train split: 23284167 examples [05:09, 166934.56 examples/s] Generating train split: 23326167 examples [05:10, 194609.35 examples/s] Generating train split: 23358167 examples [05:10, 98993.46 examples/s] Generating train split: 23384167 examples [05:11, 100479.32 examples/s] Generating train split: 23403167 examples [05:11, 108872.61 examples/s] Generating train split: 23422167 examples [05:11, 70771.73 examples/s] Generating train split: 23435167 examples [05:12, 68563.95 examples/s] Generating train split: 23450167 examples [05:12, 64662.82 examples/s] Generating train split: 23464167 examples [05:12, 60633.36 examples/s] Generating train split: 23487167 examples [05:12, 81431.93 examples/s] Generating train split: 23500167 examples [05:12, 73990.42 examples/s] Generating train split: 23543167 examples [05:13, 124786.56 examples/s] Generating train split: 23577167 examples [05:13, 150201.05 examples/s] Generating train split: 23600167 examples [05:14, 53218.60 examples/s] Generating train split: 23619167 examples [05:14, 63842.20 examples/s] Generating train split: 23638167 examples [05:14, 72321.56 examples/s] Generating train split: 23658167 examples [05:14, 85330.10 examples/s] Generating train split: 23675167 examples [05:15, 66675.92 examples/s] Generating train split: 23688167 examples [05:15, 42425.69 examples/s] Generating train split: 23702167 examples [05:16, 49539.89 examples/s] Generating train split: 23722167 examples [05:16, 64915.36 examples/s] Generating train split: 23736167 examples [05:16, 41818.12 examples/s] Generating train split: 23747167 examples [05:17, 47373.92 examples/s] Generating train split: 23757167 examples [05:17, 46239.06 examples/s] Generating train split: 23778167 examples [05:17, 65807.89 examples/s] Generating train split: 23791167 examples [05:17, 68729.40 examples/s] Generating train split: 23816167 examples [05:17, 97402.29 examples/s] Generating train split: 23832167 examples [05:17, 98833.42 examples/s] Generating train split: 23869167 examples [05:17, 150113.07 examples/s] Generating train split: 23911167 examples [05:18, 200074.21 examples/s] Generating train split: 23937167 examples [05:19, 53094.89 examples/s] Generating train split: 23959167 examples [05:19, 64389.45 examples/s] Generating train split: 23997167 examples [05:19, 89794.38 examples/s] Generating train split: 24017167 examples [05:20, 63539.52 examples/s] Generating train split: 24046167 examples [05:20, 78768.23 examples/s] Generating train split: 24063167 examples [05:20, 69800.94 examples/s] Generating train split: 24078167 examples [05:21, 48331.83 examples/s] Generating train split: 24092167 examples [05:21, 49077.10 examples/s] Generating train split: 24120167 examples [05:21, 69807.78 examples/s] Generating train split: 24136167 examples [05:22, 70208.38 examples/s] Generating train split: 24167167 examples [05:22, 99709.81 examples/s] Generating train split: 24190167 examples [05:22, 115202.21 examples/s] Generating train split: 24207167 examples [05:22, 123050.58 examples/s] Generating train split: 24226167 examples [05:22, 123011.01 examples/s] Generating train split: 24257167 examples [05:22, 153751.78 examples/s] Generating train split: 24279167 examples [05:23, 60608.98 examples/s] Generating train split: 24308167 examples [05:23, 82493.36 examples/s] Generating train split: 24330167 examples [05:24, 88274.67 examples/s] Generating train split: 24346167 examples [05:24, 72122.80 examples/s] Generating train split: 24358167 examples [05:24, 70788.90 examples/s] Generating train split: 24374167 examples [05:25, 48781.26 examples/s] Generating train split: 24397167 examples [05:25, 67696.79 examples/s] Generating train split: 24412167 examples [05:25, 70483.16 examples/s] Generating train split: 24429167 examples [05:25, 62989.23 examples/s] Generating train split: 24440167 examples [05:26, 59669.44 examples/s] Generating train split: 24451167 examples [05:26, 51667.99 examples/s] Generating train split: 24463167 examples [05:26, 60431.05 examples/s] Generating train split: 24473167 examples [05:26, 65504.34 examples/s] Generating train split: 24483167 examples [05:26, 66315.57 examples/s] Generating train split: 24516167 examples [05:26, 116512.13 examples/s] Generating train split: 24532167 examples [05:27, 101725.52 examples/s] Generating train split: 24579167 examples [05:27, 169713.33 examples/s] Generating train split: 24602167 examples [05:27, 111499.09 examples/s] Generating train split: 24624167 examples [05:27, 116495.55 examples/s] Generating train split: 24641167 examples [05:28, 90811.67 examples/s] Generating train split: 24657167 examples [05:28, 61365.50 examples/s] Generating train split: 24669167 examples [05:28, 67737.05 examples/s] Generating train split: 24685167 examples [05:28, 79084.38 examples/s] Generating train split: 24713167 examples [05:28, 103818.56 examples/s] Generating train split: 24730167 examples [05:29, 66330.58 examples/s] Generating train split: 24746167 examples [05:30, 45299.10 examples/s] Generating train split: 24767167 examples [05:30, 53950.30 examples/s] Generating train split: 24778167 examples [05:30, 49571.94 examples/s] Generating train split: 24790167 examples [05:30, 50910.08 examples/s] Generating train split: 24807167 examples [05:30, 65485.81 examples/s] Generating train split: 24819167 examples [05:31, 68224.44 examples/s] Generating train split: 24830167 examples [05:31, 66499.62 examples/s] Generating train split: 24847167 examples [05:31, 82343.18 examples/s] Generating train split: 24861167 examples [05:31, 75928.23 examples/s] Generating train split: 24880167 examples [05:31, 85415.22 examples/s] Generating train split: 24897167 examples [05:31, 99095.62 examples/s] Generating train split: 24965167 examples [05:32, 203068.91 examples/s] Generating train split: 24991167 examples [05:32, 132725.39 examples/s] Generating train split: 25014167 examples [05:32, 90405.85 examples/s] Generating train split: 25030167 examples [05:33, 63058.79 examples/s] Generating train split: 25053167 examples [05:33, 79425.78 examples/s] Generating train split: 25075167 examples [05:33, 94868.02 examples/s] Generating train split: 25096167 examples [05:34, 56976.31 examples/s] Generating train split: 25112167 examples [05:34, 50320.86 examples/s] Generating train split: 25125506 examples [05:35, 57148.10 examples/s] Generating train split: 25142506 examples [05:35, 61922.99 examples/s] Generating train split: 25152506 examples [05:35, 66412.68 examples/s] Generating train split: 25163506 examples [05:35, 55034.58 examples/s] Generating train split: 25186506 examples [05:35, 74334.58 examples/s] Generating train split: 25197506 examples [05:36, 67704.02 examples/s] Generating train split: 25225506 examples [05:36, 98871.35 examples/s] Generating train split: 25241506 examples [05:36, 93845.66 examples/s] Generating train split: 25254506 examples [05:36, 97775.43 examples/s] Generating train split: 25289506 examples [05:36, 135188.60 examples/s] Generating train split: 25316506 examples [05:36, 160565.69 examples/s] Generating train split: 25343506 examples [05:36, 183191.17 examples/s] Generating train split: 25370506 examples [05:37, 74594.94 examples/s] Generating train split: 25387506 examples [05:38, 58547.23 examples/s] Generating train split: 25404506 examples [05:38, 62898.64 examples/s] Generating train split: 25445506 examples [05:38, 102121.68 examples/s] Generating train split: 25467506 examples [05:39, 61334.34 examples/s] Generating train split: 25482506 examples [05:39, 54842.52 examples/s] Generating train split: 25495506 examples [05:40, 46512.06 examples/s] Generating train split: 25507506 examples [05:40, 42862.91 examples/s] Generating train split: 25536506 examples [05:40, 65932.51 examples/s] Generating train split: 25553506 examples [05:40, 76474.02 examples/s] Generating train split: 25587506 examples [05:40, 109156.09 examples/s] Generating train split: 25624506 examples [05:40, 147213.61 examples/s] Generating train split: 25647506 examples [05:41, 124161.97 examples/s] Generating train split: 25675506 examples [05:41, 146644.58 examples/s] Generating train split: 25697506 examples [05:41, 126523.38 examples/s] Generating train split: 25718506 examples [05:42, 66045.25 examples/s] Generating train split: 25735506 examples [05:42, 69068.13 examples/s] Generating train split: 25767506 examples [05:42, 94872.47 examples/s] Generating train split: 25783506 examples [05:43, 64551.46 examples/s] Generating train split: 25798506 examples [05:43, 46347.28 examples/s] Generating train split: 25816506 examples [05:44, 47311.67 examples/s] Generating train split: 25827506 examples [05:44, 52721.59 examples/s] Generating train split: 25844506 examples [05:44, 66511.66 examples/s] Generating train split: 25857506 examples [05:44, 44701.63 examples/s] Generating train split: 25869506 examples [05:45, 51721.51 examples/s] Generating train split: 25902506 examples [05:45, 85762.67 examples/s] Generating train split: 25926506 examples [05:45, 101960.54 examples/s] Generating train split: 25956506 examples [05:45, 132737.13 examples/s] Generating train split: 25977506 examples [05:45, 141213.59 examples/s] Generating train split: 26028506 examples [05:45, 194072.84 examples/s] Generating train split: 26051506 examples [05:46, 77027.74 examples/s] Generating train split: 26068506 examples [05:47, 64624.22 examples/s] Generating train split: 26085506 examples [05:47, 68236.42 examples/s] Generating train split: 26118506 examples [05:47, 61102.30 examples/s] Generating train split: 26141506 examples [05:48, 54617.05 examples/s] Generating train split: 26164506 examples [05:48, 68582.21 examples/s] Generating train split: 26180506 examples [05:48, 60493.36 examples/s] Generating train split: 26191506 examples [05:49, 42300.01 examples/s] Generating train split: 26203506 examples [05:49, 48077.14 examples/s] Generating train split: 26214506 examples [05:49, 51133.17 examples/s] Generating train split: 26252506 examples [05:50, 89254.74 examples/s] Generating train split: 26268506 examples [05:50, 99785.29 examples/s] Generating train split: 26306506 examples [05:50, 144258.67 examples/s] Generating train split: 26333506 examples [05:50, 167416.89 examples/s] Generating train split: 26372506 examples [05:50, 212469.13 examples/s] Generating train split: 26402506 examples [05:51, 80478.48 examples/s] Generating train split: 26423506 examples [05:51, 73857.77 examples/s] Generating train split: 26440506 examples [05:51, 71666.41 examples/s] Generating train split: 26458506 examples [05:52, 83251.77 examples/s] Generating train split: 26475506 examples [05:52, 59244.72 examples/s] Generating train split: 26503506 examples [05:52, 81253.51 examples/s] Generating train split: 26518506 examples [05:53, 60043.08 examples/s] Generating train split: 26530506 examples [05:53, 51816.57 examples/s] Generating train split: 26541506 examples [05:53, 55939.60 examples/s] Generating train split: 26553506 examples [05:54, 49747.59 examples/s] Generating train split: 26592506 examples [05:54, 91389.02 examples/s] Generating train split: 26608506 examples [05:54, 72871.87 examples/s] Generating train split: 26625506 examples [05:54, 70850.88 examples/s] Generating train split: 26657506 examples [05:54, 98992.61 examples/s] Generating train split: 26674506 examples [05:55, 106792.57 examples/s] Generating train split: 26712506 examples [05:55, 147666.52 examples/s] Generating train split: 26734506 examples [05:55, 67662.49 examples/s] Generating train split: 26751506 examples [05:56, 63453.47 examples/s] Generating train split: 26763506 examples [05:56, 64746.77 examples/s] Generating train split: 26780506 examples [05:56, 73932.93 examples/s] Generating train split: 26795506 examples [05:56, 78722.99 examples/s] Generating train split: 26826506 examples [05:56, 114874.51 examples/s] Generating train split: 26847506 examples [05:57, 76902.74 examples/s] Generating train split: 26864506 examples [05:57, 58091.43 examples/s] Generating train split: 26875506 examples [05:58, 43835.85 examples/s] Generating train split: 26898506 examples [05:58, 48943.63 examples/s] Generating train split: 26942506 examples [05:58, 85185.25 examples/s] Generating train split: 26963506 examples [05:58, 99485.84 examples/s] Generating train split: 26985506 examples [05:59, 110175.91 examples/s] Generating train split: 27008506 examples [05:59, 123420.41 examples/s] Generating train split: 27025506 examples [05:59, 91396.78 examples/s] Generating train split: 27041506 examples [05:59, 94404.05 examples/s] Generating train split: 27064506 examples [05:59, 110877.75 examples/s] Generating train split: 27080506 examples [06:00, 100708.17 examples/s] Generating train split: 27096506 examples [06:00, 62809.46 examples/s] Generating train split: 27108506 examples [06:00, 63908.89 examples/s] Generating train split: 27129506 examples [06:00, 84280.57 examples/s] Generating train split: 27145506 examples [06:01, 56390.46 examples/s] Generating train split: 27166506 examples [06:01, 73570.89 examples/s] Generating train split: 27188506 examples [06:02, 57005.76 examples/s] Generating train split: 27199506 examples [06:02, 45372.86 examples/s] Generating train split: 27209506 examples [06:02, 50505.29 examples/s] Generating train split: 27220506 examples [06:03, 43454.42 examples/s] Generating train split: 27237506 examples [06:03, 57457.16 examples/s] Generating train split: 27254506 examples [06:03, 68386.85 examples/s] Generating train split: 27265506 examples [06:03, 67020.68 examples/s] Generating train split: 27288506 examples [06:03, 94324.18 examples/s] Generating train split: 27322506 examples [06:03, 141978.05 examples/s] Generating train split: 27345506 examples [06:03, 152859.03 examples/s] Generating train split: 27366506 examples [06:03, 145517.09 examples/s] Generating train split: 27389506 examples [06:04, 150073.93 examples/s] Generating train split: 27411506 examples [06:04, 109737.78 examples/s] Generating train split: 27426506 examples [06:04, 76248.83 examples/s] Generating train split: 27437506 examples [06:05, 49253.52 examples/s] Generating train split: 27454506 examples [06:05, 59369.07 examples/s] Generating train split: 27467506 examples [06:05, 68178.24 examples/s] Generating train split: 27482506 examples [06:05, 80221.43 examples/s] Generating train split: 27497506 examples [06:06, 58762.93 examples/s] Generating train split: 27512506 examples [06:06, 71077.88 examples/s] Generating train split: 27544506 examples [06:06, 109103.31 examples/s] Generating train split: 27560506 examples [06:07, 45657.36 examples/s] Generating train split: 27575506 examples [06:07, 54853.93 examples/s] Generating train split: 27592506 examples [06:07, 58399.32 examples/s] Generating train split: 27607506 examples [06:07, 67200.88 examples/s] Generating train split: 27633506 examples [06:07, 95030.53 examples/s] Generating train split: 27660506 examples [06:08, 115416.53 examples/s] Generating train split: 27682506 examples [06:08, 113352.07 examples/s] Generating train split: 27697506 examples [06:08, 115607.84 examples/s] Generating train split: 27719506 examples [06:08, 132359.79 examples/s] Generating train split: 27736506 examples [06:08, 106976.27 examples/s] Generating train split: 27752506 examples [06:08, 108294.76 examples/s] Generating train split: 27769506 examples [06:09, 54645.28 examples/s] Generating train split: 27786506 examples [06:09, 53954.12 examples/s] Generating train split: 27797506 examples [06:10, 55421.63 examples/s] Generating train split: 27807506 examples [06:10, 53392.70 examples/s] Generating train split: 27837506 examples [06:10, 80203.78 examples/s] Generating train split: 27859506 examples [06:11, 62503.84 examples/s] Generating train split: 27876506 examples [06:11, 72014.87 examples/s] Generating train split: 27887506 examples [06:12, 35301.28 examples/s] Generating train split: 27903506 examples [06:12, 45340.48 examples/s] Generating train split: 27929506 examples [06:12, 64354.43 examples/s] Generating train split: 27941506 examples [06:12, 63078.07 examples/s] Generating train split: 27980506 examples [06:12, 106998.87 examples/s] Generating train split: 28000506 examples [06:12, 120306.86 examples/s] Generating train split: 28022506 examples [06:12, 118057.98 examples/s] Generating train split: 28050506 examples [06:13, 133672.40 examples/s] Generating train split: 28070506 examples [06:13, 91293.40 examples/s] Generating train split: 28087506 examples [06:13, 87067.46 examples/s] Generating train split: 28102506 examples [06:14, 57042.20 examples/s] Generating train split: 28124506 examples [06:14, 75040.31 examples/s] Generating train split: 28143506 examples [06:14, 76853.06 examples/s] Generating train split: 28163506 examples [06:14, 93619.23 examples/s] Generating train split: 28180506 examples [06:15, 71929.21 examples/s] Generating train split: 28201506 examples [06:15, 90898.00 examples/s] Generating train split: 28218506 examples [06:15, 51441.04 examples/s] Generating train split: 28229506 examples [06:16, 45968.85 examples/s] Generating train split: 28245506 examples [06:16, 44099.88 examples/s] Generating train split: 28252506 examples [06:16, 43661.90 examples/s] Generating train split: 28285506 examples [06:16, 77771.64 examples/s] Generating train split: 28302506 examples [06:17, 86269.25 examples/s] Generating train split: 28318506 examples [06:17, 85297.30 examples/s] Generating train split: 28335506 examples [06:17, 95554.72 examples/s] Generating train split: 28350506 examples [06:17, 104520.89 examples/s] Generating train split: 28367506 examples [06:17, 95877.10 examples/s] Generating train split: 28383506 examples [06:17, 105137.32 examples/s] Generating train split: 28399506 examples [06:17, 113730.08 examples/s] Generating train split: 28416506 examples [06:18, 86850.61 examples/s] Generating train split: 28429506 examples [06:18, 69348.33 examples/s] Generating train split: 28440506 examples [06:18, 72084.19 examples/s] Generating train split: 28450506 examples [06:19, 48597.33 examples/s] Generating train split: 28473506 examples [06:19, 70074.83 examples/s] Generating train split: 28483506 examples [06:19, 68642.62 examples/s] Generating train split: 28505506 examples [06:19, 56862.79 examples/s] Generating train split: 28515506 examples [06:20, 60894.98 examples/s] Generating train split: 28535506 examples [06:20, 81744.77 examples/s] Generating train split: 28548506 examples [06:20, 56547.41 examples/s] Generating train split: 28558506 examples [06:20, 57281.44 examples/s] Generating train split: 28567506 examples [06:21, 47113.70 examples/s] Generating train split: 28583506 examples [06:21, 62277.92 examples/s] Generating train split: 28599506 examples [06:21, 60816.71 examples/s] Generating train split: 28626506 examples [06:21, 91452.39 examples/s] Generating train split: 28641506 examples [06:21, 98702.54 examples/s] Generating train split: 28678506 examples [06:21, 141934.46 examples/s] Generating train split: 28699506 examples [06:21, 143657.88 examples/s] Generating train split: 28718506 examples [06:22, 63224.88 examples/s] Generating train split: 28746506 examples [06:23, 72452.14 examples/s] Generating train split: 28761506 examples [06:23, 67758.76 examples/s] Generating train split: 28778506 examples [06:23, 75291.65 examples/s] Generating train split: 28794506 examples [06:23, 85289.41 examples/s] Generating train split: 28808506 examples [06:23, 63292.32 examples/s] Generating train split: 28819506 examples [06:24, 66839.51 examples/s] Generating train split: 28847506 examples [06:24, 94268.58 examples/s] Generating train split: 28865506 examples [06:24, 64958.55 examples/s] Generating train split: 28879506 examples [06:25, 58579.10 examples/s] Generating train split: 28890506 examples [06:25, 51270.17 examples/s] Generating train split: 28899506 examples [06:25, 39808.54 examples/s] Generating train split: 28923506 examples [06:25, 59281.48 examples/s] Generating train split: 28945506 examples [06:26, 79447.72 examples/s] Generating train split: 28962506 examples [06:26, 77509.57 examples/s] Generating train split: 28976506 examples [06:26, 83738.32 examples/s] Generating train split: 28993506 examples [06:26, 94924.29 examples/s] Generating train split: 29007506 examples [06:26, 103447.85 examples/s] Generating train split: 29023506 examples [06:26, 91351.74 examples/s] Generating train split: 29034506 examples [06:26, 94553.19 examples/s] Generating train split: 29055506 examples [06:27, 86111.17 examples/s] Generating train split: 29066506 examples [06:27, 65770.36 examples/s] Generating train split: 29076506 examples [06:27, 61065.76 examples/s] Generating train split: 29093506 examples [06:27, 73629.34 examples/s] Generating train split: 29106506 examples [06:28, 70238.31 examples/s] Generating train split: 29139506 examples [06:28, 112668.24 examples/s] Generating train split: 29154506 examples [06:28, 107771.05 examples/s] Generating train split: 29170506 examples [06:28, 62491.17 examples/s] Generating train split: 29198506 examples [06:29, 87230.23 examples/s] Generating train split: 29212506 examples [06:29, 50382.53 examples/s] Generating train split: 29223506 examples [06:30, 47147.71 examples/s] Generating train split: 29234506 examples [06:30, 39535.43 examples/s] Generating train split: 29273506 examples [06:30, 74619.50 examples/s] Generating train split: 29288506 examples [06:30, 83213.22 examples/s] Generating train split: 29309506 examples [06:30, 99598.00 examples/s] Generating train split: 29325506 examples [06:30, 104631.58 examples/s] Generating train split: 29343506 examples [06:31, 109461.34 examples/s] Generating train split: 29360506 examples [06:31, 109686.65 examples/s] Generating train split: 29375506 examples [06:31, 88240.41 examples/s] Generating train split: 29386506 examples [06:31, 88999.84 examples/s] Generating train split: 29408506 examples [06:31, 76592.52 examples/s] Generating train split: 29419506 examples [06:32, 81101.42 examples/s] Generating train split: 29431506 examples [06:32, 73132.08 examples/s] Generating train split: 29442506 examples [06:32, 69619.28 examples/s] Generating train split: 29452506 examples [06:32, 69676.60 examples/s] Generating train split: 29461506 examples [06:32, 72024.39 examples/s] Generating train split: 29477506 examples [06:32, 84075.31 examples/s] Generating train split: 29489506 examples [06:33, 74838.60 examples/s] Generating train split: 29501506 examples [06:33, 48416.70 examples/s] Generating train split: 29523506 examples [06:33, 61170.42 examples/s] Generating train split: 29534506 examples [06:34, 53970.63 examples/s] Generating train split: 29545506 examples [06:34, 42690.69 examples/s] Generating train split: 29555506 examples [06:34, 46119.85 examples/s] Generating train split: 29577506 examples [06:34, 68237.89 examples/s] Generating train split: 29587506 examples [06:35, 52871.96 examples/s] Generating train split: 29607506 examples [06:35, 73138.49 examples/s] Generating train split: 29624506 examples [06:35, 86644.23 examples/s] Generating train split: 29639506 examples [06:35, 91363.78 examples/s] Generating train split: 29671506 examples [06:35, 135624.85 examples/s] Generating train split: 29691506 examples [06:35, 96576.30 examples/s] Generating train split: 29709506 examples [06:36, 77362.23 examples/s] Generating train split: 29725506 examples [06:36, 85356.61 examples/s] Generating train split: 29737506 examples [06:36, 72999.30 examples/s] Generating train split: 29755506 examples [06:36, 88130.22 examples/s] Generating train split: 29770506 examples [06:36, 85386.82 examples/s] Generating train split: 29809506 examples [06:37, 133105.89 examples/s] Generating train split: 29826506 examples [06:37, 66631.61 examples/s] Generating train split: 29842506 examples [06:38, 50481.11 examples/s] Generating train split: 29853506 examples [06:38, 47178.66 examples/s] Generating train split: 29864506 examples [06:38, 48415.51 examples/s] Generating train split: 29875506 examples [06:38, 55706.06 examples/s] Generating train split: 29886506 examples [06:38, 63376.95 examples/s] Generating train split: 29897506 examples [06:39, 63357.60 examples/s] Generating train split: 29907506 examples [06:39, 51419.44 examples/s] Generating train split: 29926506 examples [06:39, 68238.51 examples/s] Generating train split: 29942506 examples [06:39, 83057.46 examples/s] Generating train split: 29953506 examples [06:39, 86760.79 examples/s] Generating train split: 29973506 examples [06:39, 109216.36 examples/s] Generating train split: 30005506 examples [06:40, 157451.63 examples/s] Generating train split: 30025506 examples [06:40, 101933.92 examples/s] Generating train split: 30045506 examples [06:40, 69248.53 examples/s] Generating train split: 30060506 examples [06:41, 78171.28 examples/s] Generating train split: 30075506 examples [06:41, 87942.51 examples/s] Generating train split: 30107506 examples [06:41, 97303.28 examples/s] Generating train split: 30134174 examples [06:41, 115971.42 examples/s] Generating train split: 30150174 examples [06:41, 103704.71 examples/s] Generating train split: 30171174 examples [06:41, 118480.54 examples/s] Generating train split: 30188174 examples [06:42, 70878.50 examples/s] Generating train split: 30204174 examples [06:42, 50094.24 examples/s] Generating train split: 30215174 examples [06:43, 51904.16 examples/s] Generating train split: 30226174 examples [06:43, 58191.25 examples/s] Generating train split: 30238174 examples [06:43, 51036.02 examples/s] Generating train split: 30247174 examples [06:43, 40687.08 examples/s] Generating train split: 30300174 examples [06:44, 96352.68 examples/s] Generating train split: 30316174 examples [06:44, 96985.95 examples/s] Generating train split: 30338174 examples [06:44, 108710.75 examples/s] Generating train split: 30356174 examples [06:44, 83334.73 examples/s] Generating train split: 30372174 examples [06:45, 74202.46 examples/s] Generating train split: 30389174 examples [06:45, 86887.60 examples/s] Generating train split: 30403174 examples [06:45, 72677.38 examples/s] Generating train split: 30421174 examples [06:45, 85271.88 examples/s] Generating train split: 30436174 examples [06:45, 92763.88 examples/s] Generating train split: 30470174 examples [06:45, 117359.09 examples/s] Generating train split: 30488174 examples [06:46, 102626.69 examples/s] Generating train split: 30504174 examples [06:46, 86872.47 examples/s] Generating train split: 30526174 examples [06:47, 46834.08 examples/s] Generating train split: 30541174 examples [06:47, 55974.00 examples/s] Generating train split: 30553174 examples [06:47, 53894.32 examples/s] Generating train split: 30564174 examples [06:47, 59775.26 examples/s] Generating train split: 30575174 examples [06:48, 52439.48 examples/s] Generating train split: 30586174 examples [06:48, 56601.19 examples/s] Generating train split: 30596174 examples [06:48, 44680.28 examples/s] Generating train split: 30631174 examples [06:48, 84939.73 examples/s] Generating train split: 30649174 examples [06:48, 96424.67 examples/s] Generating train split: 30664174 examples [06:49, 86191.12 examples/s] Generating train split: 30679174 examples [06:49, 96185.98 examples/s] Generating train split: 30692174 examples [06:49, 81173.28 examples/s] Generating train split: 30705174 examples [06:49, 83672.80 examples/s] Generating train split: 30718174 examples [06:49, 82400.48 examples/s] Generating train split: 30735174 examples [06:49, 77330.79 examples/s] Generating train split: 30747174 examples [06:50, 83756.62 examples/s] Generating train split: 30765174 examples [06:50, 100746.51 examples/s] Generating train split: 30781174 examples [06:50, 103416.16 examples/s] Generating train split: 30808174 examples [06:50, 134234.25 examples/s] Generating train split: 30823174 examples [06:51, 68648.30 examples/s] Generating train split: 30845174 examples [06:51, 60874.88 examples/s] Generating train split: 30855174 examples [06:51, 43058.23 examples/s] Generating train split: 30865174 examples [06:52, 48462.10 examples/s] Generating train split: 30876174 examples [06:52, 47607.18 examples/s] Generating train split: 30908174 examples [06:52, 67070.10 examples/s] Generating train split: 30937174 examples [06:52, 95406.47 examples/s] Generating train split: 30954174 examples [06:53, 61595.15 examples/s] Generating train split: 30972174 examples [06:53, 72656.85 examples/s] Generating train split: 30990174 examples [06:53, 76970.50 examples/s] Generating train split: 31012174 examples [06:53, 93939.82 examples/s] Generating train split: 31027174 examples [06:54, 81809.60 examples/s] Generating train split: 31043174 examples [06:54, 87586.41 examples/s] Generating train split: 31055174 examples [06:54, 87377.92 examples/s] Generating train split: 31072174 examples [06:54, 69600.20 examples/s] Generating train split: 31102174 examples [06:54, 98386.07 examples/s] Generating train split: 31121174 examples [06:54, 113691.59 examples/s] Generating train split: 31138174 examples [06:55, 116697.31 examples/s] Generating train split: 31158174 examples [06:55, 133098.93 examples/s] Generating train split: 31175174 examples [06:55, 65682.12 examples/s] Generating train split: 31192174 examples [06:56, 53467.79 examples/s] Generating train split: 31204174 examples [06:56, 42485.45 examples/s] Generating train split: 31217174 examples [06:56, 47041.09 examples/s] Generating train split: 31252174 examples [06:57, 78944.45 examples/s] Generating train split: 31268174 examples [06:57, 76932.94 examples/s] Generating train split: 31285174 examples [06:57, 80826.93 examples/s] Generating train split: 31296174 examples [06:57, 67864.20 examples/s] Generating train split: 31306174 examples [06:57, 66925.37 examples/s] Generating train split: 31323174 examples [06:57, 80628.24 examples/s] Generating train split: 31343174 examples [06:58, 100942.96 examples/s] Generating train split: 31358174 examples [06:58, 102584.64 examples/s] Generating train split: 31380174 examples [06:58, 121143.75 examples/s] Generating train split: 31397174 examples [06:58, 66392.05 examples/s] Generating train split: 31409174 examples [06:59, 68696.79 examples/s] Generating train split: 31420174 examples [06:59, 70997.15 examples/s] Generating train split: 31437174 examples [06:59, 83709.08 examples/s] Generating train split: 31454174 examples [06:59, 99449.00 examples/s] Generating train split: 31472174 examples [06:59, 104912.51 examples/s] Generating train split: 31487174 examples [06:59, 108735.51 examples/s] Generating train split: 31511174 examples [07:00, 65280.09 examples/s] Generating train split: 31523174 examples [07:00, 49902.44 examples/s] Generating train split: 31541174 examples [07:00, 63336.08 examples/s] Generating train split: 31558174 examples [07:01, 60081.14 examples/s] Generating train split: 31578174 examples [07:01, 69407.62 examples/s] Generating train split: 31588174 examples [07:01, 51268.14 examples/s] Generating train split: 31610174 examples [07:01, 70165.94 examples/s] Generating train split: 31622174 examples [07:02, 61100.86 examples/s] Generating train split: 31633174 examples [07:02, 54883.85 examples/s] Generating train split: 31645174 examples [07:02, 58489.61 examples/s] Generating train split: 31669174 examples [07:02, 82015.53 examples/s] Generating train split: 31697174 examples [07:02, 114772.00 examples/s] Generating train split: 31714174 examples [07:03, 81525.16 examples/s] Generating train split: 31752174 examples [07:03, 124361.37 examples/s] Generating train split: 31775174 examples [07:03, 126702.48 examples/s] Generating train split: 31797174 examples [07:03, 113519.25 examples/s] Generating train split: 31816174 examples [07:04, 76264.87 examples/s] Generating train split: 31832174 examples [07:04, 55552.08 examples/s] Generating train split: 31843174 examples [07:04, 60869.65 examples/s] Generating train split: 31859174 examples [07:05, 52430.44 examples/s] Generating train split: 31871174 examples [07:05, 57884.87 examples/s] Generating train split: 31887174 examples [07:05, 70991.86 examples/s] Generating train split: 31897174 examples [07:05, 58938.35 examples/s] Generating train split: 31918174 examples [07:05, 81684.97 examples/s] Generating train split: 31935174 examples [07:06, 91350.66 examples/s] Generating train split: 31951174 examples [07:06, 80721.56 examples/s] Generating train split: 31966174 examples [07:06, 89101.63 examples/s] Generating train split: 31983174 examples [07:06, 100189.89 examples/s] Generating train split: 31995174 examples [07:06, 85123.99 examples/s] Generating train split: 32006174 examples [07:07, 67230.29 examples/s] Generating train split: 32017174 examples [07:07, 63514.13 examples/s] Generating train split: 32040174 examples [07:07, 90051.95 examples/s] Generating train split: 32061174 examples [07:07, 108920.71 examples/s] Generating train split: 32077174 examples [07:07, 74646.54 examples/s] Generating train split: 32105174 examples [07:08, 103779.06 examples/s] Generating train split: 32122174 examples [07:08, 105879.06 examples/s] Generating train split: 32139174 examples [07:08, 95489.08 examples/s] Generating train split: 32156174 examples [07:08, 102943.65 examples/s] Generating train split: 32173174 examples [07:08, 80017.11 examples/s] Generating train split: 32184174 examples [07:09, 78383.83 examples/s] Generating train split: 32196174 examples [07:09, 52467.12 examples/s] Generating train split: 32207174 examples [07:10, 37971.37 examples/s] Generating train split: 32214174 examples [07:10, 40838.90 examples/s] Generating train split: 32232174 examples [07:10, 46725.29 examples/s] Generating train split: 32248174 examples [07:10, 59642.76 examples/s] Generating train split: 32277174 examples [07:10, 88630.93 examples/s] Generating train split: 32293174 examples [07:10, 81800.05 examples/s] Generating train split: 32310174 examples [07:11, 90973.40 examples/s] Generating train split: 32321174 examples [07:11, 86446.69 examples/s] Generating train split: 32331174 examples [07:11, 82299.64 examples/s] Generating train split: 32341174 examples [07:11, 65276.81 examples/s] Generating train split: 32359174 examples [07:11, 82998.60 examples/s] Generating train split: 32371174 examples [07:11, 74137.96 examples/s] Generating train split: 32389174 examples [07:12, 90858.33 examples/s] Generating train split: 32405174 examples [07:12, 66337.52 examples/s] Generating train split: 32428174 examples [07:12, 90237.42 examples/s] Generating train split: 32456174 examples [07:12, 121549.40 examples/s] Generating train split: 32475174 examples [07:12, 110261.43 examples/s] Generating train split: 32491174 examples [07:13, 96297.66 examples/s] Generating train split: 32508174 examples [07:13, 62710.68 examples/s] Generating train split: 32520174 examples [07:14, 47337.57 examples/s] Generating train split: 32530174 examples [07:14, 38913.60 examples/s] Generating train split: 32550174 examples [07:14, 55442.40 examples/s] Generating train split: 32584174 examples [07:14, 86374.06 examples/s] Generating train split: 32600174 examples [07:15, 76456.26 examples/s] Generating train split: 32619174 examples [07:15, 74572.72 examples/s] Generating train split: 32630174 examples [07:15, 78104.48 examples/s] Generating train split: 32651174 examples [07:15, 99190.02 examples/s] Generating train split: 32668174 examples [07:15, 90357.39 examples/s] Generating train split: 32683174 examples [07:15, 85898.46 examples/s] Generating train split: 32698174 examples [07:16, 87390.01 examples/s] Generating train split: 32715174 examples [07:16, 100011.57 examples/s] Generating train split: 32731174 examples [07:16, 89606.26 examples/s] Generating train split: 32754174 examples [07:16, 109065.94 examples/s] Generating train split: 32781174 examples [07:16, 135620.75 examples/s] Generating train split: 32797174 examples [07:17, 89688.17 examples/s] Generating train split: 32820174 examples [07:17, 83014.78 examples/s] Generating train split: 32835174 examples [07:17, 81857.81 examples/s] Generating train split: 32857174 examples [07:17, 99800.33 examples/s] Generating train split: 32871174 examples [07:18, 45828.60 examples/s] Generating train split: 32881174 examples [07:19, 37312.84 examples/s] Generating train split: 32904174 examples [07:19, 55039.34 examples/s] Generating train split: 32921174 examples [07:19, 66477.01 examples/s] Generating train split: 32943174 examples [07:19, 87019.29 examples/s] Generating train split: 32960174 examples [07:19, 93287.32 examples/s] Generating train split: 32978174 examples [07:19, 71722.12 examples/s] Generating train split: 32989174 examples [07:20, 70873.38 examples/s] Generating train split: 33000174 examples [07:20, 44985.51 examples/s] Generating train split: 33024174 examples [07:20, 65229.97 examples/s] Generating train split: 33041174 examples [07:20, 77771.25 examples/s] Generating train split: 33057174 examples [07:21, 76346.95 examples/s] Generating train split: 33074174 examples [07:21, 91152.11 examples/s] Generating train split: 33090174 examples [07:21, 103601.60 examples/s] Generating train split: 33108174 examples [07:21, 85091.68 examples/s] Generating train split: 33135174 examples [07:21, 116874.54 examples/s] Generating train split: 33152174 examples [07:22, 85791.89 examples/s] Generating train split: 33169174 examples [07:22, 96427.70 examples/s] Generating train split: 33185174 examples [07:22, 57083.54 examples/s] Generating train split: 33196174 examples [07:23, 44875.55 examples/s] Generating train split: 33212174 examples [07:23, 56237.97 examples/s] Generating train split: 33230174 examples [07:23, 67638.18 examples/s] Generating train split: 33245174 examples [07:23, 72334.16 examples/s] Generating train split: 33266174 examples [07:23, 83515.18 examples/s] Generating train split: 33277174 examples [07:24, 75016.71 examples/s] Generating train split: 33299174 examples [07:24, 68639.29 examples/s] Generating train split: 33310174 examples [07:24, 71470.28 examples/s] Generating train split: 33319174 examples [07:24, 73740.79 examples/s] Generating train split: 33329174 examples [07:24, 72660.86 examples/s] Generating train split: 33340174 examples [07:25, 50877.19 examples/s] Generating train split: 33351174 examples [07:25, 59081.33 examples/s] Generating train split: 33373174 examples [07:25, 84398.55 examples/s] Generating train split: 33412174 examples [07:25, 127817.44 examples/s] Generating train split: 33428174 examples [07:25, 132204.09 examples/s] Generating train split: 33455174 examples [07:25, 152970.36 examples/s] Generating train split: 33475174 examples [07:26, 95755.64 examples/s] Generating train split: 33498174 examples [07:26, 111937.60 examples/s] Generating train split: 33516174 examples [07:26, 85895.75 examples/s] Generating train split: 33531174 examples [07:27, 42411.31 examples/s] Generating train split: 33543174 examples [07:27, 48587.38 examples/s] Generating train split: 33557174 examples [07:27, 58270.10 examples/s] Generating train split: 33574174 examples [07:27, 73259.63 examples/s] Generating train split: 33589174 examples [07:28, 81277.60 examples/s] Generating train split: 33619174 examples [07:28, 115468.19 examples/s] Generating train split: 33635174 examples [07:28, 95009.19 examples/s] Generating train split: 33648174 examples [07:28, 97692.59 examples/s] Generating train split: 33665174 examples [07:28, 107114.35 examples/s] Generating train split: 33681174 examples [07:29, 58471.31 examples/s] Generating train split: 33702174 examples [07:29, 77150.36 examples/s] Generating train split: 33729174 examples [07:29, 73931.55 examples/s] Generating train split: 33750174 examples [07:29, 87949.92 examples/s] Generating train split: 33767174 examples [07:30, 92543.70 examples/s] Generating train split: 33779174 examples [07:30, 87700.24 examples/s] Generating train split: 33804174 examples [07:30, 76270.99 examples/s] Generating train split: 33832174 examples [07:30, 104153.84 examples/s] Generating train split: 33848174 examples [07:31, 64132.07 examples/s] Generating train split: 33862174 examples [07:31, 54536.17 examples/s] Generating train split: 33872174 examples [07:31, 56072.72 examples/s] Generating train split: 33889174 examples [07:32, 56239.13 examples/s] Generating train split: 33897174 examples [07:32, 55376.54 examples/s] Generating train split: 33908174 examples [07:32, 60626.89 examples/s] Generating train split: 33930174 examples [07:32, 81195.55 examples/s] Generating train split: 33947174 examples [07:32, 92722.82 examples/s] Generating train split: 33958174 examples [07:32, 93918.76 examples/s] Generating train split: 33970174 examples [07:33, 61211.69 examples/s] Generating train split: 33991174 examples [07:33, 79901.86 examples/s] Generating train split: 34002174 examples [07:33, 53097.69 examples/s] Generating train split: 34014174 examples [07:33, 56726.07 examples/s] Generating train split: 34043174 examples [07:34, 91524.35 examples/s] Generating train split: 34070174 examples [07:34, 112592.17 examples/s] Generating train split: 34088174 examples [07:34, 90039.33 examples/s] Generating train split: 34104174 examples [07:34, 80799.06 examples/s] Generating train split: 34130174 examples [07:34, 106414.76 examples/s] Generating train split: 34152174 examples [07:35, 83560.89 examples/s] Generating train split: 34181174 examples [07:35, 109623.99 examples/s] Generating train split: 34197174 examples [07:36, 45392.67 examples/s] Generating train split: 34214174 examples [07:36, 55085.63 examples/s] Generating train split: 34240174 examples [07:36, 66830.73 examples/s] Generating train split: 34273174 examples [07:37, 89956.55 examples/s] Generating train split: 34290174 examples [07:37, 99067.27 examples/s] Generating train split: 34306174 examples [07:37, 55838.97 examples/s] Generating train split: 34318174 examples [07:37, 61712.77 examples/s] Generating train split: 34334174 examples [07:38, 73486.73 examples/s] Generating train split: 34347174 examples [07:38, 52714.97 examples/s] Generating train split: 34362174 examples [07:38, 63583.73 examples/s] Generating train split: 34385174 examples [07:38, 86432.62 examples/s] Generating train split: 34399174 examples [07:38, 89316.28 examples/s] Generating train split: 34414174 examples [07:39, 74769.06 examples/s] Generating train split: 34425174 examples [07:39, 66179.11 examples/s] Generating train split: 34447174 examples [07:39, 90876.12 examples/s] Generating train split: 34480174 examples [07:39, 129434.59 examples/s] Generating train split: 34497174 examples [07:40, 72606.43 examples/s] Generating train split: 34513174 examples [07:40, 58039.19 examples/s] Generating train split: 34523174 examples [07:40, 49616.14 examples/s] Generating train split: 34534174 examples [07:41, 53183.36 examples/s] Generating train split: 34545174 examples [07:41, 58345.14 examples/s] Generating train split: 34562174 examples [07:41, 73148.88 examples/s] Generating train split: 34573174 examples [07:41, 74446.46 examples/s] Generating train split: 34606174 examples [07:41, 94090.11 examples/s] Generating train split: 34617174 examples [07:41, 87284.12 examples/s] Generating train split: 34628174 examples [07:42, 90427.25 examples/s] Generating train split: 34644174 examples [07:42, 104545.25 examples/s] Generating train split: 34656174 examples [07:42, 62726.19 examples/s] Generating train split: 34683174 examples [07:42, 91360.46 examples/s] Generating train split: 34699174 examples [07:42, 76171.74 examples/s] Generating train split: 34710174 examples [07:43, 74148.95 examples/s] Generating train split: 34721174 examples [07:43, 75873.85 examples/s] Generating train split: 34732174 examples [07:43, 64735.30 examples/s] Generating train split: 34749174 examples [07:43, 82747.86 examples/s] Generating train split: 34767174 examples [07:43, 99634.33 examples/s] Generating train split: 34783174 examples [07:44, 76056.48 examples/s] Generating train split: 34805174 examples [07:44, 95535.48 examples/s] Generating train split: 34820174 examples [07:44, 101901.66 examples/s] Generating train split: 34836174 examples [07:45, 43547.66 examples/s] Generating train split: 34857174 examples [07:45, 57445.84 examples/s] Generating train split: 34868174 examples [07:45, 55702.33 examples/s] Generating train split: 34884174 examples [07:45, 64354.56 examples/s] Generating train split: 34895174 examples [07:45, 60872.13 examples/s] Generating train split: 34911174 examples [07:46, 75334.55 examples/s] Generating train split: 34934174 examples [07:46, 96963.64 examples/s] Generating train split: 34956174 examples [07:46, 101039.52 examples/s] Generating train split: 34972174 examples [07:46, 91694.71 examples/s] Generating train split: 34994174 examples [07:46, 109043.45 examples/s] Generating train split: 35009174 examples [07:46, 111436.29 examples/s] Generating train split: 35024174 examples [07:47, 73417.45 examples/s] Generating train split: 35035174 examples [07:47, 75698.66 examples/s] Generating train split: 35057174 examples [07:47, 97631.32 examples/s] Generating train split: 35078174 examples [07:47, 109769.08 examples/s] Generating train split: 35094174 examples [07:47, 106485.67 examples/s] Generating train split: 35111174 examples [07:48, 76508.09 examples/s] Generating train split: 35123174 examples [07:48, 81487.86 examples/s] Generating train split: 35145174 examples [07:48, 81830.08 examples/s] Generating train split: 35163174 examples [07:48, 90804.53 examples/s] Generating train split: 35178174 examples [07:49, 45033.37 examples/s] Generating train split: 35189174 examples [07:49, 48871.78 examples/s] Generating train split: 35201174 examples [07:49, 52690.87 examples/s] Generating train split: 35224174 examples [07:49, 72360.07 examples/s] Generating train split: 35240174 examples [07:50, 79376.69 examples/s] Generating train split: 35251174 examples [07:50, 58391.21 examples/s] Generating train split: 35264174 examples [07:50, 62863.75 examples/s] Generating train split: 35286174 examples [07:50, 82678.65 examples/s] Generating train split: 35297174 examples [07:50, 79776.34 examples/s] Generating train split: 35307174 examples [07:51, 79659.15 examples/s] Generating train split: 35323174 examples [07:51, 87766.12 examples/s] Generating train split: 35340174 examples [07:51, 101782.73 examples/s] Generating train split: 35355174 examples [07:51, 66008.55 examples/s] Generating train split: 35377174 examples [07:51, 82665.06 examples/s] Generating train split: 35399174 examples [07:52, 105949.57 examples/s] Generating train split: 35417174 examples [07:52, 87512.42 examples/s] Generating train split: 35433174 examples [07:52, 79745.15 examples/s] Generating train split: 35443174 examples [07:52, 76071.57 examples/s] Generating train split: 35474174 examples [07:52, 108142.10 examples/s] Generating train split: 35497174 examples [07:52, 129361.97 examples/s] Generating train split: 35513174 examples [07:54, 41956.12 examples/s] Generating train split: 35529174 examples [07:54, 46801.49 examples/s] Generating train split: 35567174 examples [07:54, 78162.43 examples/s] Generating train split: 35589174 examples [07:54, 81203.76 examples/s] Generating train split: 35605174 examples [07:55, 72044.05 examples/s] Generating train split: 35621174 examples [07:55, 71745.12 examples/s] Generating train split: 35632174 examples [07:55, 56866.29 examples/s] Generating train split: 35645174 examples [07:55, 60785.80 examples/s] Generating train split: 35655174 examples [07:55, 60281.55 examples/s] Generating train split: 35673174 examples [07:56, 77721.19 examples/s] Generating train split: 35684174 examples [07:56, 63238.24 examples/s] Generating train split: 35701174 examples [07:56, 76005.84 examples/s] Generating train split: 35729174 examples [07:56, 97772.80 examples/s] Generating train split: 35746174 examples [07:56, 101774.07 examples/s] Generating train split: 35761174 examples [07:57, 93061.38 examples/s] Generating train split: 35772174 examples [07:57, 67581.09 examples/s] Generating train split: 35794174 examples [07:57, 91163.97 examples/s] Generating train split: 35818174 examples [07:57, 110254.84 examples/s] Generating train split: 35834174 examples [07:58, 46461.52 examples/s] Generating train split: 35850174 examples [07:58, 49959.93 examples/s] Generating train split: 35862174 examples [07:58, 53925.75 examples/s] Generating train split: 35873174 examples [07:59, 57074.05 examples/s] Generating train split: 35900174 examples [07:59, 87581.85 examples/s] Generating train split: 35922174 examples [07:59, 102226.16 examples/s] Generating train split: 35939174 examples [07:59, 64945.09 examples/s] Generating train split: 35955174 examples [08:00, 70210.78 examples/s] Generating train split: 35967174 examples [08:00, 75066.10 examples/s] Generating train split: 35984174 examples [08:00, 90646.13 examples/s] Generating train split: 36001174 examples [08:00, 89692.00 examples/s] Generating train split: 36024174 examples [08:00, 103374.13 examples/s] Generating train split: 36041174 examples [08:00, 113640.71 examples/s] Generating train split: 36056174 examples [08:01, 82882.34 examples/s] Generating train split: 36067174 examples [08:01, 78270.64 examples/s] Generating train split: 36077174 examples [08:01, 75322.27 examples/s] Generating train split: 36093174 examples [08:01, 88475.35 examples/s] Generating train split: 36104174 examples [08:01, 79618.50 examples/s] Generating train split: 36120174 examples [08:02, 59423.55 examples/s] Generating train split: 36135174 examples [08:02, 70758.24 examples/s] Generating train split: 36166174 examples [08:03, 47748.63 examples/s] Generating train split: 36176174 examples [08:03, 50957.37 examples/s] Generating train split: 36187174 examples [08:03, 56634.36 examples/s] Generating train split: 36207174 examples [08:03, 76167.81 examples/s] Generating train split: 36228174 examples [08:03, 94019.85 examples/s] Generating train split: 36245174 examples [08:03, 93118.44 examples/s] Generating train split: 36266174 examples [08:04, 84606.08 examples/s] Generating train split: 36289174 examples [08:04, 89864.22 examples/s] Generating train split: 36306174 examples [08:04, 94750.02 examples/s] Generating train split: 36317174 examples [08:04, 74353.84 examples/s] Generating train split: 36328174 examples [08:04, 78773.72 examples/s] Generating train split: 36339174 examples [08:05, 63326.29 examples/s] Generating train split: 36358174 examples [08:05, 81292.70 examples/s] Generating train split: 36375174 examples [08:05, 90055.15 examples/s] Generating train split: 36386174 examples [08:05, 77358.48 examples/s] Generating train split: 36400174 examples [08:05, 88417.37 examples/s] Generating train split: 36411174 examples [08:05, 91346.32 examples/s] Generating train split: 36427174 examples [08:05, 88566.94 examples/s] Generating train split: 36442174 examples [08:06, 85863.03 examples/s] Generating train split: 36454174 examples [08:06, 84807.83 examples/s] Generating train split: 36476174 examples [08:06, 67688.90 examples/s] Generating train split: 36499174 examples [08:07, 49109.44 examples/s] Generating train split: 36509174 examples [08:07, 54069.46 examples/s] Generating train split: 36526174 examples [08:07, 64621.78 examples/s] Generating train split: 36549174 examples [08:07, 85596.08 examples/s] Generating train split: 36575174 examples [08:07, 113155.40 examples/s] Generating train split: 36596174 examples [08:08, 67107.53 examples/s] Generating train split: 36612174 examples [08:08, 70876.74 examples/s] Generating train split: 36629174 examples [08:08, 72584.25 examples/s] Generating train split: 36639174 examples [08:08, 74577.24 examples/s] Generating train split: 36656174 examples [08:09, 84624.02 examples/s] Generating train split: 36669174 examples [08:09, 70360.14 examples/s] Generating train split: 36679174 examples [08:09, 53297.76 examples/s] Generating train split: 36703174 examples [08:09, 75546.46 examples/s] Generating train split: 36725174 examples [08:10, 94587.28 examples/s] Generating train split: 36743174 examples [08:10, 98272.71 examples/s] Generating train split: 36755174 examples [08:10, 61350.92 examples/s] Generating train split: 36770174 examples [08:10, 72964.08 examples/s] Generating train split: 36808174 examples [08:10, 122480.06 examples/s] Generating train split: 36829174 examples [08:11, 82572.73 examples/s] Generating train split: 36848174 examples [08:12, 51717.64 examples/s] Generating train split: 36871174 examples [08:12, 66441.88 examples/s] Generating train split: 36898174 examples [08:12, 88760.36 examples/s] Generating train split: 36915174 examples [08:12, 92488.20 examples/s] Generating train split: 36931174 examples [08:12, 83469.38 examples/s] Generating train split: 36947174 examples [08:12, 75039.52 examples/s] Generating train split: 36963174 examples [08:13, 78780.60 examples/s] Generating train split: 36973174 examples [08:13, 58338.07 examples/s] Generating train split: 36984174 examples [08:13, 61008.33 examples/s] Generating train split: 36996174 examples [08:13, 67295.11 examples/s] Generating train split: 37008174 examples [08:13, 68505.08 examples/s] Generating train split: 37019174 examples [08:14, 74586.07 examples/s] Generating train split: 37030174 examples [08:14, 75305.03 examples/s] Generating train split: 37040174 examples [08:14, 71052.60 examples/s] Generating train split: 37063174 examples [08:14, 100160.54 examples/s] Generating train split: 37079174 examples [08:14, 95796.38 examples/s] Generating train split: 37096174 examples [08:14, 110762.66 examples/s] Generating train split: 37110174 examples [08:15, 56650.35 examples/s] Generating train split: 37133174 examples [08:15, 78495.69 examples/s] Generating train split: 37156174 examples [08:16, 57494.20 examples/s] Generating train split: 37167174 examples [08:16, 58005.82 examples/s] Generating train split: 37177174 examples [08:16, 52932.34 examples/s] Generating train split: 37191174 examples [08:16, 63765.33 examples/s] Generating train split: 37207174 examples [08:16, 73533.89 examples/s] Generating train split: 37219174 examples [08:16, 77705.03 examples/s] Generating train split: 37236174 examples [08:16, 93928.33 examples/s] Generating train split: 37251174 examples [08:17, 73817.60 examples/s] Generating train split: 37262174 examples [08:17, 76650.02 examples/s] Generating train split: 37272174 examples [08:17, 69470.40 examples/s] Generating train split: 37294174 examples [08:17, 96879.70 examples/s] Generating train split: 37306174 examples [08:18, 62120.62 examples/s] Generating train split: 37323174 examples [08:18, 74596.77 examples/s] Generating train split: 37345174 examples [08:18, 95427.10 examples/s] Generating train split: 37363174 examples [08:18, 77527.66 examples/s] Generating train split: 37374174 examples [08:19, 60741.22 examples/s] Generating train split: 37386174 examples [08:19, 66771.87 examples/s] Generating train split: 37397174 examples [08:19, 65488.82 examples/s] Generating train split: 37408174 examples [08:19, 71903.01 examples/s] Generating train split: 37430174 examples [08:19, 65462.68 examples/s] Generating train split: 37451174 examples [08:19, 84730.02 examples/s] Generating train split: 37471174 examples [08:20, 100794.81 examples/s] Generating train split: 37486174 examples [08:20, 59088.91 examples/s] Generating train split: 37503174 examples [08:20, 65200.09 examples/s] Generating train split: 37514174 examples [08:20, 64492.84 examples/s] Generating train split: 37526174 examples [08:21, 64320.24 examples/s] Generating train split: 37537174 examples [08:21, 68458.96 examples/s] Generating train split: 37547174 examples [08:21, 73834.94 examples/s] Generating train split: 37566174 examples [08:21, 95647.45 examples/s] Generating train split: 37583174 examples [08:21, 75219.45 examples/s] Generating train split: 37595174 examples [08:22, 59549.95 examples/s] Generating train split: 37616174 examples [08:22, 82081.38 examples/s] Generating train split: 37645174 examples [08:22, 112620.11 examples/s] Generating train split: 37660174 examples [08:22, 84349.31 examples/s] Generating train split: 37677174 examples [08:22, 85206.24 examples/s] Generating train split: 37691174 examples [08:23, 66108.38 examples/s] Generating train split: 37702174 examples [08:23, 65590.93 examples/s] Generating train split: 37713174 examples [08:23, 68044.83 examples/s] Generating train split: 37728174 examples [08:23, 78153.26 examples/s] Generating train split: 37745174 examples [08:23, 93021.41 examples/s] Generating train split: 37757174 examples [08:24, 85236.52 examples/s] Generating train split: 37789174 examples [08:24, 132403.67 examples/s] Generating train split: 37810174 examples [08:25, 44858.97 examples/s] Generating train split: 37836174 examples [08:25, 57267.04 examples/s] Generating train split: 37862174 examples [08:25, 77783.82 examples/s] Generating train split: 37878174 examples [08:25, 77303.16 examples/s] Generating train split: 37894174 examples [08:25, 85112.03 examples/s] Generating train split: 37910174 examples [08:26, 82679.59 examples/s] Generating train split: 37927174 examples [08:26, 76918.52 examples/s] Generating train split: 37938174 examples [08:26, 54606.13 examples/s] Generating train split: 37965174 examples [08:26, 76218.64 examples/s] Generating train split: 37980174 examples [08:27, 66282.26 examples/s] Generating train split: 38002174 examples [08:27, 81545.70 examples/s] Generating train split: 38013174 examples [08:27, 72095.07 examples/s] Generating train split: 38025174 examples [08:27, 68551.10 examples/s] Generating train split: 38042174 examples [08:27, 84311.36 examples/s] Generating train split: 38058174 examples [08:28, 91928.92 examples/s] Generating train split: 38070174 examples [08:28, 71961.95 examples/s] Generating train split: 38086174 examples [08:28, 78589.01 examples/s] Generating train split: 38108174 examples [08:28, 99246.26 examples/s] Generating train split: 38134174 examples [08:29, 64887.16 examples/s] Generating train split: 38145174 examples [08:29, 62811.67 examples/s] Generating train split: 38156174 examples [08:29, 54692.56 examples/s] Generating train split: 38172174 examples [08:29, 63300.28 examples/s] Generating train split: 38189174 examples [08:30, 76168.26 examples/s] Generating train split: 38207174 examples [08:30, 88179.61 examples/s] Generating train split: 38222174 examples [08:30, 74812.00 examples/s] Generating train split: 38233174 examples [08:30, 60427.62 examples/s] Generating train split: 38244174 examples [08:30, 62025.86 examples/s] Generating train split: 38255174 examples [08:31, 51174.32 examples/s] Generating train split: 38266174 examples [08:31, 58084.20 examples/s] Generating train split: 38299174 examples [08:31, 102309.20 examples/s] Generating train split: 38315174 examples [08:31, 69867.96 examples/s] Generating train split: 38333174 examples [08:32, 81993.65 examples/s] Generating train split: 38345174 examples [08:32, 78892.35 examples/s] Generating train split: 38356174 examples [08:32, 70353.29 examples/s] Generating train split: 38372174 examples [08:32, 73174.08 examples/s] Generating train split: 38392174 examples [08:32, 91988.62 examples/s] Generating train split: 38403174 examples [08:32, 81566.71 examples/s] Generating train split: 38415174 examples [08:33, 71630.00 examples/s] Generating train split: 38437174 examples [08:33, 92343.72 examples/s] Generating train split: 38453174 examples [08:33, 76210.07 examples/s] Generating train split: 38463174 examples [08:33, 59154.96 examples/s] Generating train split: 38480174 examples [08:34, 55239.17 examples/s] Generating train split: 38496174 examples [08:34, 67122.85 examples/s] Generating train split: 38508174 examples [08:34, 73637.09 examples/s] Generating train split: 38519174 examples [08:34, 80075.15 examples/s] Generating train split: 38535174 examples [08:34, 84509.59 examples/s] Generating train split: 38546174 examples [08:34, 76320.80 examples/s] Generating train split: 38562174 examples [08:35, 88689.81 examples/s] Generating train split: 38579174 examples [08:35, 70893.95 examples/s] Generating train split: 38600174 examples [08:35, 91313.43 examples/s] Generating train split: 38622174 examples [08:35, 71536.84 examples/s] Generating train split: 38632174 examples [08:36, 74923.65 examples/s] Generating train split: 38643174 examples [08:36, 76378.33 examples/s] Generating train split: 38655174 examples [08:36, 83414.95 examples/s] Generating train split: 38667174 examples [08:36, 64761.40 examples/s] Generating train split: 38678174 examples [08:36, 56819.51 examples/s] Generating train split: 38688174 examples [08:37, 59040.92 examples/s] Generating train split: 38716174 examples [08:37, 79052.59 examples/s] Generating train split: 38762174 examples [08:37, 138130.68 examples/s] Generating train split: 38784174 examples [08:38, 61751.49 examples/s] Generating train split: 38800174 examples [08:38, 59772.18 examples/s] Generating train split: 38816174 examples [08:38, 68303.31 examples/s] Generating train split: 38831174 examples [08:38, 67011.24 examples/s] Generating train split: 38842174 examples [08:39, 72180.87 examples/s] Generating train split: 38853174 examples [08:39, 68083.91 examples/s] Generating train split: 38864174 examples [08:39, 71410.94 examples/s] Generating train split: 38875174 examples [08:39, 66780.56 examples/s] Generating train split: 38892174 examples [08:39, 82536.20 examples/s] Generating train split: 38909174 examples [08:40, 70531.65 examples/s] Generating train split: 38919174 examples [08:40, 74672.47 examples/s] Generating train split: 38940174 examples [08:40, 95206.26 examples/s] Generating train split: 38952174 examples [08:40, 67947.70 examples/s] Generating train split: 38973174 examples [08:40, 79133.87 examples/s] Generating train split: 38994174 examples [08:40, 98941.93 examples/s] Generating train split: 39009174 examples [08:41, 92833.59 examples/s] Generating train split: 39025174 examples [08:41, 76843.26 examples/s] Generating train split: 39035174 examples [08:41, 63139.76 examples/s] Generating train split: 39052174 examples [08:41, 78916.96 examples/s] Generating train split: 39067174 examples [08:41, 80021.27 examples/s] Generating train split: 39089174 examples [08:42, 77098.03 examples/s] Generating train split: 39100174 examples [08:42, 71351.85 examples/s] Generating train split: 39117174 examples [08:42, 83230.99 examples/s] Generating train split: 39128174 examples [08:43, 51763.25 examples/s] Generating train split: 39139174 examples [08:43, 57090.98 examples/s] Generating train split: 39154174 examples [08:43, 68986.94 examples/s] Generating train split: 39176174 examples [08:43, 86106.05 examples/s] Generating train split: 39191174 examples [08:43, 83861.79 examples/s] Generating train split: 39214174 examples [08:43, 105709.07 examples/s] Generating train split: 39230174 examples [08:44, 81881.65 examples/s] Generating train split: 39241174 examples [08:44, 80145.88 examples/s] Generating train split: 39251174 examples [08:44, 48820.33 examples/s] Generating train split: 39261174 examples [08:44, 55398.29 examples/s] Generating train split: 39277174 examples [08:44, 69487.08 examples/s] Generating train split: 39289174 examples [08:45, 60873.95 examples/s] Generating train split: 39305174 examples [08:45, 61119.50 examples/s] Generating train split: 39316174 examples [08:45, 67606.88 examples/s] Generating train split: 39331174 examples [08:45, 79176.70 examples/s] Generating train split: 39351174 examples [08:45, 75351.53 examples/s] Generating train split: 39379174 examples [08:46, 108848.58 examples/s] Generating train split: 39395174 examples [08:46, 75416.08 examples/s] Generating train split: 39423174 examples [08:46, 101514.47 examples/s] Generating train split: 39439174 examples [08:46, 78362.07 examples/s] Generating train split: 39455174 examples [08:47, 49241.93 examples/s] Generating train split: 39466174 examples [08:47, 52757.59 examples/s] Generating train split: 39477174 examples [08:47, 56180.66 examples/s] Generating train split: 39511174 examples [08:48, 83910.17 examples/s] Generating train split: 39526174 examples [08:48, 91396.36 examples/s] Generating train split: 39543174 examples [08:48, 103079.18 examples/s] Generating train split: 39561174 examples [08:48, 82911.61 examples/s] Generating train split: 39578174 examples [08:48, 89765.91 examples/s] Generating train split: 39590174 examples [08:48, 95126.08 examples/s] Generating train split: 39606174 examples [08:49, 101736.93 examples/s] Generating train split: 39618174 examples [08:49, 53241.07 examples/s] Generating train split: 39629174 examples [08:49, 59633.01 examples/s] Generating train split: 39639174 examples [08:49, 64962.43 examples/s] Generating train split: 39656174 examples [08:49, 80453.00 examples/s] Generating train split: 39667174 examples [08:50, 76703.81 examples/s] Generating train split: 39682174 examples [08:50, 85895.73 examples/s] Generating train split: 39696174 examples [08:50, 87332.90 examples/s] Generating train split: 39713174 examples [08:50, 81823.69 examples/s] Generating train split: 39731174 examples [08:50, 98635.59 examples/s] Generating train split: 39743174 examples [08:51, 80180.92 examples/s] Generating train split: 39753174 examples [08:51, 79530.33 examples/s] Generating train split: 39764174 examples [08:51, 83389.80 examples/s] Generating train split: 39775174 examples [08:51, 60771.29 examples/s] Generating train split: 39785174 examples [08:51, 67245.41 examples/s] Generating train split: 39801174 examples [08:51, 82976.83 examples/s] Generating train split: 39816174 examples [08:52, 74541.27 examples/s] Generating train split: 39828174 examples [08:52, 59686.32 examples/s] Generating train split: 39849174 examples [08:52, 83952.11 examples/s] Generating train split: 39867174 examples [08:52, 96251.31 examples/s] Generating train split: 39884174 examples [08:52, 107552.15 examples/s] Generating train split: 39901174 examples [08:52, 91540.59 examples/s] Generating train split: 39917174 examples [08:53, 64281.13 examples/s] Generating train split: 39934174 examples [08:53, 76925.26 examples/s] Generating train split: 39949174 examples [08:53, 80846.84 examples/s] Generating train split: 39960174 examples [08:53, 81224.82 examples/s] Generating train split: 39970174 examples [08:53, 83262.04 examples/s] Generating train split: 39981174 examples [08:54, 64433.63 examples/s] Generating train split: 39993174 examples [08:54, 53908.15 examples/s] Generating train split: 40006174 examples [08:54, 63018.27 examples/s] Generating train split: 40028174 examples [08:54, 84244.82 examples/s] Generating train split: 40039174 examples [08:55, 64496.38 examples/s] Generating train split: 40051174 examples [08:55, 69588.26 examples/s] Generating train split: 40071174 examples [08:55, 92306.08 examples/s] Generating train split: 40084174 examples [08:55, 66428.69 examples/s] Generating train split: 40107174 examples [08:55, 91080.32 examples/s] Generating train split: 40124174 examples [08:56, 54772.56 examples/s] Generating train split: 40141174 examples [08:56, 65029.05 examples/s] Generating train split: 40153174 examples [08:56, 70718.25 examples/s] Generating train split: 40170174 examples [08:56, 80048.79 examples/s] Generating train split: 40181174 examples [08:56, 76373.57 examples/s] Generating train split: 40211174 examples [08:57, 103107.69 examples/s] Generating train split: 40223174 examples [08:57, 91697.47 examples/s] Generating train split: 40240174 examples [08:57, 103142.07 examples/s] Generating train split: 40254174 examples [08:58, 53918.74 examples/s] Generating train split: 40267174 examples [08:58, 59817.28 examples/s] Generating train split: 40280174 examples [08:58, 61281.44 examples/s] Generating train split: 40291174 examples [08:58, 55110.17 examples/s] Generating train split: 40302174 examples [08:58, 58606.00 examples/s] Generating train split: 40312174 examples [08:58, 64694.04 examples/s] Generating train split: 40323174 examples [08:59, 61178.34 examples/s] Generating train split: 40346174 examples [08:59, 90566.37 examples/s] Generating train split: 40373174 examples [08:59, 124974.00 examples/s] Generating train split: 40391174 examples [08:59, 99925.49 examples/s] Generating train split: 40407174 examples [08:59, 97630.69 examples/s] Generating train split: 40425174 examples [08:59, 110759.41 examples/s] Generating train split: 40441174 examples [09:00, 72562.68 examples/s] Generating train split: 40452174 examples [09:00, 70765.19 examples/s] Generating train split: 40462174 examples [09:00, 67236.64 examples/s] Generating train split: 40473174 examples [09:00, 66624.83 examples/s] Generating train split: 40490174 examples [09:00, 84209.94 examples/s] Generating train split: 40508174 examples [09:01, 72738.94 examples/s] Generating train split: 40525174 examples [09:01, 83181.53 examples/s] Generating train split: 40536174 examples [09:01, 83172.94 examples/s] Generating train split: 40548174 examples [09:01, 85747.70 examples/s] Generating train split: 40560174 examples [09:01, 89935.89 examples/s] Generating train split: 40571174 examples [09:01, 78107.70 examples/s] Generating train split: 40581174 examples [09:02, 70198.75 examples/s] Generating train split: 40614174 examples [09:02, 119882.61 examples/s] Generating train split: 40630174 examples [09:03, 48244.83 examples/s] Generating train split: 40648174 examples [09:03, 54914.95 examples/s] Generating train split: 40660174 examples [09:03, 50110.26 examples/s] Generating train split: 40678174 examples [09:03, 65079.39 examples/s] Generating train split: 40701174 examples [09:03, 85353.81 examples/s] Generating train split: 40718174 examples [09:04, 71488.85 examples/s] Generating train split: 40733174 examples [09:04, 73323.44 examples/s] Generating train split: 40767174 examples [09:04, 112559.23 examples/s] Generating train split: 40788174 examples [09:05, 66745.89 examples/s] Generating train split: 40803174 examples [09:05, 76041.08 examples/s] Generating train split: 40820174 examples [09:05, 86723.41 examples/s] Generating train split: 40835174 examples [09:05, 96819.32 examples/s] Generating train split: 40869174 examples [09:05, 101677.63 examples/s] Generating train split: 40886174 examples [09:05, 106847.78 examples/s] Generating train split: 40901174 examples [09:06, 86752.32 examples/s] Generating train split: 40912174 examples [09:06, 51630.75 examples/s] Generating train split: 40940174 examples [09:06, 77108.17 examples/s] Generating train split: 40957174 examples [09:07, 46556.85 examples/s] Generating train split: 40972174 examples [09:07, 55881.54 examples/s] Generating train split: 41000174 examples [09:07, 76053.62 examples/s] Generating train split: 41029174 examples [09:08, 104347.22 examples/s] Generating train split: 41052174 examples [09:08, 87879.28 examples/s] Generating train split: 41071174 examples [09:08, 94422.27 examples/s] Generating train split: 41087174 examples [09:09, 63112.26 examples/s] Generating train split: 41098174 examples [09:09, 67452.25 examples/s] Generating train split: 41115174 examples [09:09, 76416.32 examples/s] Generating train split: 41126174 examples [09:09, 77150.42 examples/s] Generating train split: 41142174 examples [09:09, 59109.84 examples/s] Generating train split: 41152174 examples [09:09, 64374.52 examples/s] Generating train split: 41173174 examples [09:10, 81938.56 examples/s] Generating train split: 41199174 examples [09:10, 112144.23 examples/s] Generating train split: 41215174 examples [09:10, 108629.19 examples/s] Generating train split: 41229174 examples [09:10, 104945.95 examples/s] Generating train split: 41246174 examples [09:11, 45904.29 examples/s] Generating train split: 41275174 examples [09:11, 69286.77 examples/s] Generating train split: 41292174 examples [09:11, 74662.31 examples/s] Generating train split: 41308174 examples [09:12, 67387.89 examples/s] Generating train split: 41320174 examples [09:12, 66024.15 examples/s] Generating train split: 41338174 examples [09:12, 81841.43 examples/s] Generating train split: 41365174 examples [09:12, 101455.34 examples/s] Generating train split: 41386174 examples [09:12, 87384.34 examples/s] Generating train split: 41401174 examples [09:13, 75499.28 examples/s] Generating train split: 41433174 examples [09:13, 95398.70 examples/s] Generating train split: 41444174 examples [09:13, 81393.54 examples/s] Generating train split: 41467174 examples [09:13, 90689.65 examples/s] Generating train split: 41478174 examples [09:13, 89592.15 examples/s] Generating train split: 41492174 examples [09:14, 62631.04 examples/s] Generating train split: 41504174 examples [09:14, 60691.02 examples/s] Generating train split: 41523174 examples [09:14, 78368.38 examples/s] Generating train split: 41551174 examples [09:14, 104303.78 examples/s] Generating train split: 41573174 examples [09:14, 121433.56 examples/s] Generating train split: 41591174 examples [09:15, 67405.12 examples/s] Generating train split: 41615174 examples [09:16, 47785.93 examples/s] Generating train split: 41641174 examples [09:16, 66189.57 examples/s] Generating train split: 41657174 examples [09:16, 60970.27 examples/s] Generating train split: 41669174 examples [09:16, 65151.76 examples/s] Generating train split: 41680174 examples [09:16, 67001.52 examples/s] Generating train split: 41703174 examples [09:17, 91049.88 examples/s] Generating train split: 41738174 examples [09:17, 136266.57 examples/s] Generating train split: 41760174 examples [09:17, 76238.23 examples/s] Generating train split: 41775174 examples [09:17, 81942.57 examples/s] Generating train split: 41796174 examples [09:18, 87420.30 examples/s] Generating train split: 41817174 examples [09:18, 89630.93 examples/s] Generating train split: 41834174 examples [09:18, 60586.92 examples/s] Generating train split: 41846174 examples [09:19, 62306.50 examples/s] Generating train split: 41869174 examples [09:19, 83446.41 examples/s] Generating train split: 41886174 examples [09:19, 96440.68 examples/s] Generating train split: 41902174 examples [09:19, 106562.51 examples/s] Generating train split: 41919174 examples [09:19, 113182.09 examples/s] Generating train split: 41934174 examples [09:19, 73606.61 examples/s] Generating train split: 41949174 examples [09:20, 76180.74 examples/s] Generating train split: 41961174 examples [09:20, 39642.48 examples/s] Generating train split: 41978174 examples [09:20, 52878.73 examples/s] Generating train split: 41996174 examples [09:21, 54025.28 examples/s] Generating train split: 42006174 examples [09:21, 59403.64 examples/s] Generating train split: 42028174 examples [09:21, 74523.20 examples/s] Generating train split: 42050174 examples [09:21, 96622.26 examples/s] Generating train split: 42066174 examples [09:21, 106032.70 examples/s] Generating train split: 42082174 examples [09:22, 56208.67 examples/s] Generating train split: 42097174 examples [09:22, 59731.89 examples/s] Generating train split: 42119174 examples [09:22, 80568.23 examples/s] Generating train split: 42141174 examples [09:22, 80735.14 examples/s] Generating train split: 42156174 examples [09:23, 89644.74 examples/s] Generating train split: 42178174 examples [09:23, 109631.16 examples/s] Generating train split: 42195174 examples [09:23, 103140.06 examples/s] Generating train split: 42213174 examples [09:23, 73413.72 examples/s] Generating train split: 42229174 examples [09:23, 82034.65 examples/s] Generating train split: 42245174 examples [09:24, 91428.77 examples/s] Generating train split: 42262174 examples [09:24, 59934.70 examples/s] Generating train split: 42274174 examples [09:24, 64096.19 examples/s] Generating train split: 42285174 examples [09:24, 70639.84 examples/s] Generating train split: 42295174 examples [09:25, 50123.26 examples/s] Generating train split: 42305174 examples [09:25, 53744.22 examples/s] Generating train split: 42326174 examples [09:25, 77337.03 examples/s] Generating train split: 42354174 examples [09:25, 113730.34 examples/s] Generating train split: 42372174 examples [09:25, 118209.79 examples/s] Generating train split: 42393174 examples [09:26, 78593.75 examples/s] Generating train split: 42413174 examples [09:26, 90623.03 examples/s] Generating train split: 42430174 examples [09:26, 78170.05 examples/s] Generating train split: 42442174 examples [09:27, 45231.69 examples/s] Generating train split: 42463174 examples [09:27, 60715.55 examples/s] Generating train split: 42474174 examples [09:27, 64870.56 examples/s] Generating train split: 42508174 examples [09:27, 99147.84 examples/s] Generating train split: 42528174 examples [09:27, 113774.05 examples/s] Generating train split: 42544174 examples [09:28, 98543.49 examples/s] Generating train split: 42568174 examples [09:28, 79897.53 examples/s] Generating train split: 42589174 examples [09:28, 98251.20 examples/s] Generating train split: 42606174 examples [09:28, 67392.64 examples/s] Generating train split: 42619174 examples [09:29, 58817.54 examples/s] Generating train split: 42629174 examples [09:29, 43028.42 examples/s] Generating train split: 42651174 examples [09:29, 59705.54 examples/s] Generating train split: 42677174 examples [09:30, 80080.82 examples/s] Generating train split: 42711174 examples [09:30, 113058.91 examples/s] Generating train split: 42728174 examples [09:30, 111066.20 examples/s] Generating train split: 42746174 examples [09:30, 68825.04 examples/s] Generating train split: 42762174 examples [09:31, 64006.84 examples/s] Generating train split: 42773174 examples [09:31, 68595.97 examples/s] Generating train split: 42783174 examples [09:31, 58537.12 examples/s] Generating train split: 42811174 examples [09:31, 86449.92 examples/s] Generating train split: 42826174 examples [09:32, 75484.64 examples/s] Generating train split: 42848174 examples [09:32, 97109.09 examples/s] Generating train split: 42865174 examples [09:32, 74142.34 examples/s] Generating train split: 42898174 examples [09:32, 77111.17 examples/s] Generating train split: 42909174 examples [09:33, 73159.67 examples/s] Generating train split: 42920174 examples [09:33, 55289.33 examples/s] Generating train split: 42933174 examples [09:33, 52744.64 examples/s] Generating train split: 42943174 examples [09:33, 57519.18 examples/s] Generating train split: 42953174 examples [09:33, 63592.90 examples/s] Generating train split: 42968174 examples [09:34, 77888.41 examples/s] Generating train split: 42984174 examples [09:34, 87574.84 examples/s] Generating train split: 42999174 examples [09:34, 93642.45 examples/s] Generating train split: 43027174 examples [09:34, 100067.02 examples/s] Generating train split: 43044174 examples [09:34, 103632.99 examples/s] Generating train split: 43059174 examples [09:35, 78070.56 examples/s] Generating train split: 43082174 examples [09:35, 74473.95 examples/s] Generating train split: 43093174 examples [09:35, 69057.01 examples/s] Generating train split: 43110174 examples [09:35, 80564.14 examples/s] Generating train split: 43126174 examples [09:36, 73762.83 examples/s] Generating train split: 43154174 examples [09:36, 105935.13 examples/s] Generating train split: 43183174 examples [09:36, 112980.13 examples/s] Generating train split: 43200174 examples [09:36, 103891.96 examples/s] Generating train split: 43215174 examples [09:36, 77657.33 examples/s] Generating train split: 43230174 examples [09:37, 88217.80 examples/s] Generating train split: 43262174 examples [09:37, 118544.14 examples/s] Generating train split: 43279174 examples [09:38, 46741.38 examples/s] Generating train split: 43291174 examples [09:38, 50736.91 examples/s] Generating train split: 43318174 examples [09:38, 73668.17 examples/s] Generating train split: 43333174 examples [09:38, 74772.78 examples/s] Generating train split: 43359174 examples [09:38, 100154.90 examples/s] Generating train split: 43378174 examples [09:39, 76024.82 examples/s] Generating train split: 43395174 examples [09:39, 84028.00 examples/s] Generating train split: 43410174 examples [09:39, 64246.63 examples/s] Generating train split: 43424174 examples [09:39, 72334.90 examples/s] Generating train split: 43435174 examples [09:39, 71348.31 examples/s] Generating train split: 43445174 examples [09:40, 73087.01 examples/s] Generating train split: 43461174 examples [09:40, 88404.48 examples/s] Generating train split: 43472174 examples [09:40, 82882.38 examples/s] Generating train split: 43482174 examples [09:40, 69682.87 examples/s] Generating train split: 43504174 examples [09:40, 88062.03 examples/s] Generating train split: 43521174 examples [09:40, 93704.11 examples/s] Generating train split: 43536174 examples [09:41, 92413.15 examples/s] Generating train split: 43548174 examples [09:41, 65508.72 examples/s] Generating train split: 43575174 examples [09:41, 96131.61 examples/s] Generating train split: 43590174 examples [09:42, 59279.57 examples/s] Generating train split: 43601174 examples [09:42, 57308.38 examples/s] Generating train split: 43614174 examples [09:42, 55538.50 examples/s] Generating train split: 43624174 examples [09:42, 51124.75 examples/s] Generating train split: 43646174 examples [09:42, 73125.87 examples/s] Generating train split: 43656174 examples [09:43, 71305.27 examples/s] Generating train split: 43666174 examples [09:43, 74214.22 examples/s] Generating train split: 43678174 examples [09:43, 79878.31 examples/s] Generating train split: 43694174 examples [09:43, 94854.14 examples/s] Generating train split: 43706174 examples [09:43, 66214.16 examples/s] Generating train split: 43736174 examples [09:43, 102105.93 examples/s] Generating train split: 43751174 examples [09:44, 76425.34 examples/s] Generating train split: 43766174 examples [09:44, 62103.36 examples/s] Generating train split: 43782174 examples [09:44, 74209.17 examples/s] Generating train split: 43798174 examples [09:44, 81102.94 examples/s] Generating train split: 43814174 examples [09:45, 71565.90 examples/s] Generating train split: 43836174 examples [09:45, 81870.49 examples/s] Generating train split: 43854174 examples [09:45, 83058.94 examples/s] Generating train split: 43876174 examples [09:46, 64715.78 examples/s] Generating train split: 43889174 examples [09:46, 62665.27 examples/s] Generating train split: 43899174 examples [09:46, 53793.56 examples/s] Generating train split: 43916174 examples [09:46, 61854.57 examples/s] Generating train split: 43930174 examples [09:46, 72793.59 examples/s] Generating train split: 43948174 examples [09:47, 57774.18 examples/s] Generating train split: 43959174 examples [09:47, 59010.94 examples/s] Generating train split: 43971174 examples [09:47, 64666.09 examples/s] Generating train split: 43991174 examples [09:47, 87203.76 examples/s] Generating train split: 44009174 examples [09:47, 90940.51 examples/s] Generating train split: 44029174 examples [09:48, 75348.09 examples/s] Generating train split: 44041174 examples [09:48, 74674.14 examples/s] Generating train split: 44055174 examples [09:48, 74751.56 examples/s] Generating train split: 44066174 examples [09:48, 76640.15 examples/s] Generating train split: 44077174 examples [09:49, 47353.22 examples/s] Generating train split: 44100174 examples [09:49, 69614.21 examples/s] Generating train split: 44117174 examples [09:49, 81693.93 examples/s] Generating train split: 44131174 examples [09:49, 84346.89 examples/s] Generating train split: 44146174 examples [09:49, 96323.25 examples/s] Generating train split: 44161174 examples [09:49, 86328.36 examples/s] Generating train split: 44173174 examples [09:50, 73115.13 examples/s] Generating train split: 44184174 examples [09:50, 46632.37 examples/s] Generating train split: 44199174 examples [09:50, 59812.36 examples/s] Generating train split: 44212174 examples [09:50, 64756.28 examples/s] Generating train split: 44223174 examples [09:51, 59356.35 examples/s] Generating train split: 44243174 examples [09:51, 80203.74 examples/s] Generating train split: 44265174 examples [09:51, 97195.23 examples/s] Generating train split: 44286174 examples [09:51, 96388.11 examples/s] Generating train split: 44302174 examples [09:51, 107447.77 examples/s] Generating train split: 44318174 examples [09:51, 107543.45 examples/s] Generating train split: 44333174 examples [09:52, 75198.59 examples/s] Generating train split: 44350174 examples [09:52, 78312.76 examples/s] Generating train split: 44360174 examples [09:52, 56147.86 examples/s] Generating train split: 44381174 examples [09:52, 76024.77 examples/s] Generating train split: 44397174 examples [09:53, 73452.73 examples/s] Generating train split: 44422174 examples [09:53, 95920.29 examples/s] Generating train split: 44438174 examples [09:53, 62013.65 examples/s] Generating train split: 44452174 examples [09:53, 68199.44 examples/s] Generating train split: 44478174 examples [09:54, 95465.91 examples/s] Generating train split: 44495174 examples [09:54, 91358.93 examples/s] Generating train split: 44513174 examples [09:54, 66627.33 examples/s] Generating train split: 44530174 examples [09:55, 42591.04 examples/s] Generating train split: 44541174 examples [09:55, 44731.62 examples/s] Generating train split: 44556174 examples [09:55, 55926.49 examples/s] Generating train split: 44579174 examples [09:55, 74947.15 examples/s] Generating train split: 44594174 examples [09:56, 85605.24 examples/s] Generating train split: 44608174 examples [09:56, 78937.35 examples/s] Generating train split: 44629174 examples [09:56, 99933.86 examples/s] Generating train split: 44644174 examples [09:56, 107609.06 examples/s] Generating train split: 44660174 examples [09:56, 79731.78 examples/s] Generating train split: 44674174 examples [09:56, 85931.08 examples/s] Generating train split: 44690174 examples [09:57, 98784.48 examples/s] Generating train split: 44707174 examples [09:57, 69607.39 examples/s] Generating train split: 44720174 examples [09:57, 60568.50 examples/s] Generating train split: 44742174 examples [09:57, 82467.22 examples/s] Generating train split: 44758174 examples [09:58, 85757.57 examples/s] Generating train split: 44770174 examples [09:58, 56015.76 examples/s] Generating train split: 44789174 examples [09:58, 73693.30 examples/s] Generating train split: 44805174 examples [09:58, 80670.14 examples/s] Generating train split: 44822174 examples [09:58, 93926.37 examples/s] Generating train split: 44838174 examples [09:59, 63762.63 examples/s] Generating train split: 44854174 examples [09:59, 52079.15 examples/s] Generating train split: 44865174 examples [09:59, 58980.67 examples/s] Generating train split: 44876174 examples [09:59, 66411.43 examples/s] Generating train split: 44888174 examples [10:00, 68126.45 examples/s] Generating train split: 44897174 examples [10:00, 60904.73 examples/s] Generating train split: 44915174 examples [10:00, 69716.32 examples/s] Generating train split: 44926174 examples [10:00, 61578.65 examples/s] Generating train split: 44966174 examples [10:00, 117704.58 examples/s] Generating train split: 44986174 examples [10:00, 120894.65 examples/s] Generating train split: 45003174 examples [10:01, 126872.49 examples/s] Generating train split: 45019174 examples [10:01, 79657.01 examples/s] Generating train split: 45036174 examples [10:01, 71910.06 examples/s] Generating train split: 45050174 examples [10:02, 70170.74 examples/s] Generating train split: 45060174 examples [10:02, 58277.58 examples/s] Generating train split: 45071174 examples [10:02, 60926.27 examples/s] Generating train split: 45096174 examples [10:02, 88243.75 examples/s] Generating train split: 45114174 examples [10:02, 96028.64 examples/s] Generating train split: 45129174 examples [10:03, 69846.64 examples/s] Generating train split: 45144174 examples [10:03, 78120.95 examples/s] Generating train split: 45184174 examples [10:03, 130425.49 examples/s] Generating train split: 45213174 examples [10:03, 155517.39 examples/s] Generating train split: 45234174 examples [10:03, 143409.40 examples/s] Generating train split: 45255174 examples [10:04, 94584.59 examples/s] Generating train split: 45300174 examples [10:04, 135321.67 examples/s] Generating train split: 45322174 examples [10:04, 90685.84 examples/s] Generating train split: 45338174 examples [10:04, 87691.45 examples/s] Generating train split: 45353174 examples [10:05, 94127.35 examples/s] Generating train split: 45375174 examples [10:05, 107409.59 examples/s] Generating train split: 45392174 examples [10:05, 114306.78 examples/s] Generating train split: 45407174 examples [10:05, 117774.23 examples/s] Generating train split: 45422174 examples [10:05, 115262.98 examples/s] Generating train split: 45465174 examples [10:05, 176739.93 examples/s] Generating train split: 45489174 examples [10:05, 173429.29 examples/s] Generating train split: 45510174 examples [10:05, 164635.15 examples/s] Generating train split: 45529174 examples [10:06, 167628.65 examples/s] Generating train split: 45549174 examples [10:06, 168485.65 examples/s] Generating train split: 45579174 examples [10:06, 192506.33 examples/s] Generating train split: 45603174 examples [10:07, 81141.98 examples/s] Generating train split: 45622174 examples [10:07, 61557.50 examples/s] Generating train split: 45643174 examples [10:07, 69054.34 examples/s] Generating train split: 45657174 examples [10:07, 74229.93 examples/s] Generating train split: 45671174 examples [10:08, 65893.80 examples/s] Generating train split: 45690174 examples [10:08, 80044.62 examples/s] Generating train split: 45710174 examples [10:08, 98182.99 examples/s] Generating train split: 45728174 examples [10:08, 86295.32 examples/s] Generating train split: 45743174 examples [10:08, 81163.55 examples/s] Generating train split: 45754174 examples [10:09, 65691.06 examples/s] Generating train split: 45777174 examples [10:09, 89643.10 examples/s] Generating train split: 45802174 examples [10:09, 117762.85 examples/s] Generating train split: 45819174 examples [10:10, 50896.27 examples/s] Generating train split: 45845174 examples [10:10, 63678.33 examples/s] Generating train split: 45860174 examples [10:10, 70697.74 examples/s] Generating train split: 45878174 examples [10:10, 79387.65 examples/s] Generating train split: 45893174 examples [10:11, 46147.95 examples/s] Generating train split: 45908174 examples [10:11, 47356.87 examples/s] Generating train split: 45919174 examples [10:12, 44655.96 examples/s] Generating train split: 45933174 examples [10:12, 54707.65 examples/s] Generating train split: 45947174 examples [10:12, 59124.71 examples/s] Generating train split: 45964174 examples [10:12, 72967.81 examples/s] Generating train split: 45976174 examples [10:12, 73000.33 examples/s] Generating train split: 46007174 examples [10:12, 97348.07 examples/s] Generating train split: 46033174 examples [10:13, 115201.75 examples/s] Generating train split: 46047174 examples [10:13, 67835.59 examples/s] Generating train split: 46057174 examples [10:13, 71571.78 examples/s] Generating train split: 46070174 examples [10:13, 76228.38 examples/s] Generating train split: 46102174 examples [10:13, 114272.52 examples/s] Generating train split: 46117174 examples [10:14, 120886.59 examples/s] Generating train split: 46132174 examples [10:14, 104997.41 examples/s] Generating train split: 46150174 examples [10:14, 117823.61 examples/s] Generating train split: 46167174 examples [10:14, 62787.85 examples/s] Generating train split: 46179174 examples [10:15, 58482.84 examples/s] Generating train split: 46209174 examples [10:15, 87558.02 examples/s] Generating train split: 46225174 examples [10:15, 83375.91 examples/s] Generating train split: 46242174 examples [10:15, 66506.25 examples/s] Generating train split: 46255174 examples [10:16, 54396.12 examples/s] Generating train split: 46266174 examples [10:16, 55623.08 examples/s] Generating train split: 46277174 examples [10:16, 51043.22 examples/s] Generating train split: 46293174 examples [10:16, 58888.95 examples/s] Generating train split: 46304174 examples [10:17, 59295.74 examples/s] Generating train split: 46315174 examples [10:17, 58992.70 examples/s] Generating train split: 46348174 examples [10:17, 85111.19 examples/s] Generating train split: 46363174 examples [10:17, 94248.09 examples/s] Generating train split: 46384174 examples [10:17, 108822.99 examples/s] Generating train split: 46403174 examples [10:18, 96252.99 examples/s] Generating train split: 46415174 examples [10:18, 67170.92 examples/s] Generating train split: 46444174 examples [10:18, 81205.41 examples/s] Generating train split: 46459174 examples [10:18, 86389.92 examples/s] Generating train split: 46471174 examples [10:18, 89458.24 examples/s] Generating train split: 46485174 examples [10:19, 62363.86 examples/s] Generating train split: 46507174 examples [10:19, 81506.76 examples/s] Generating train split: 46523174 examples [10:19, 74637.35 examples/s] Generating train split: 46542174 examples [10:19, 89589.65 examples/s] Generating train split: 46558174 examples [10:20, 81052.10 examples/s] Generating train split: 46569174 examples [10:20, 58414.08 examples/s] Generating train split: 46580174 examples [10:20, 49562.28 examples/s] Generating train split: 46591174 examples [10:21, 49192.03 examples/s] Generating train split: 46610174 examples [10:21, 62369.94 examples/s] Generating train split: 46625174 examples [10:21, 74781.24 examples/s] Generating train split: 46653174 examples [10:21, 100573.82 examples/s] Generating train split: 46673174 examples [10:21, 109908.70 examples/s] Generating train split: 46689174 examples [10:21, 108391.11 examples/s] Generating train split: 46704174 examples [10:21, 95284.48 examples/s] Generating train split: 46716174 examples [10:22, 71207.15 examples/s] Generating train split: 46728174 examples [10:22, 74611.81 examples/s] Generating train split: 46738174 examples [10:22, 65849.68 examples/s] Generating train split: 46748174 examples [10:22, 50892.77 examples/s] Generating train split: 46781174 examples [10:23, 92537.63 examples/s] Generating train split: 46796174 examples [10:23, 92879.61 examples/s] Generating train split: 46820174 examples [10:23, 115261.77 examples/s] Generating train split: 46837174 examples [10:23, 74807.21 examples/s] Generating train split: 46856174 examples [10:23, 88394.78 examples/s] Generating train split: 46879174 examples [10:24, 73339.17 examples/s] Generating train split: 46890174 examples [10:24, 66026.34 examples/s] Generating train split: 46912174 examples [10:25, 56101.10 examples/s] Generating train split: 46923174 examples [10:25, 49982.84 examples/s] Generating train split: 46934174 examples [10:25, 53896.96 examples/s] Generating train split: 46952174 examples [10:25, 68707.79 examples/s] Generating train split: 46962174 examples [10:25, 70196.96 examples/s] Generating train split: 46993174 examples [10:25, 110914.98 examples/s] Generating train split: 47023174 examples [10:26, 139856.57 examples/s] Generating train split: 47041174 examples [10:26, 116105.07 examples/s] Generating train split: 47059174 examples [10:26, 111305.94 examples/s] Generating train split: 47074174 examples [10:26, 81740.73 examples/s] Generating train split: 47085174 examples [10:26, 76308.07 examples/s] Generating train split: 47110174 examples [10:27, 91997.89 examples/s] Generating train split: 47122174 examples [10:27, 68770.74 examples/s] Generating train split: 47133174 examples [10:27, 57896.56 examples/s] Generating train split: 47155174 examples [10:27, 78724.32 examples/s] Generating train split: 47172174 examples [10:28, 91950.32 examples/s] Generating train split: 47186174 examples [10:28, 59775.89 examples/s] Generating train split: 47215174 examples [10:28, 67735.13 examples/s] Generating train split: 47227174 examples [10:29, 59038.25 examples/s] Generating train split: 47238174 examples [10:29, 45457.79 examples/s] Generating train split: 47245174 examples [10:29, 44228.51 examples/s] Generating train split: 47262174 examples [10:29, 56557.18 examples/s] Generating train split: 47272174 examples [10:30, 55254.75 examples/s] Generating train split: 47289174 examples [10:30, 65825.83 examples/s] Generating train split: 47329174 examples [10:30, 114466.24 examples/s] Generating train split: 47345174 examples [10:30, 118424.32 examples/s] Generating train split: 47374174 examples [10:30, 148043.09 examples/s] Generating train split: 47394174 examples [10:30, 109539.60 examples/s] Generating train split: 47411174 examples [10:31, 103197.73 examples/s] Generating train split: 47428174 examples [10:31, 97366.79 examples/s] Generating train split: 47444174 examples [10:31, 94673.59 examples/s] Generating train split: 47460174 examples [10:31, 94173.22 examples/s] Generating train split: 47471174 examples [10:31, 88286.82 examples/s] Generating train split: 47482174 examples [10:32, 85868.24 examples/s] Generating train split: 47493174 examples [10:32, 66072.38 examples/s] Generating train split: 47505174 examples [10:32, 70705.66 examples/s] Generating train split: 47516174 examples [10:32, 55091.41 examples/s] Generating train split: 47528174 examples [10:32, 60940.20 examples/s] Generating train split: 47556174 examples [10:33, 95899.65 examples/s] Generating train split: 47572174 examples [10:33, 59955.61 examples/s] Generating train split: 47583174 examples [10:34, 44630.80 examples/s] Generating train split: 47595174 examples [10:34, 44444.02 examples/s] Generating train split: 47617174 examples [10:34, 63237.60 examples/s] Generating train split: 47642174 examples [10:34, 85647.14 examples/s] Generating train split: 47670174 examples [10:34, 114977.68 examples/s] Generating train split: 47689174 examples [10:34, 114642.21 examples/s] Generating train split: 47706174 examples [10:34, 124540.92 examples/s] Generating train split: 47722174 examples [10:35, 70648.36 examples/s] Generating train split: 47743174 examples [10:35, 78439.18 examples/s] Generating train split: 47759174 examples [10:35, 87867.90 examples/s] Generating train split: 47771174 examples [10:35, 77199.20 examples/s] Generating train split: 47783174 examples [10:36, 76581.68 examples/s] Generating train split: 47800174 examples [10:36, 90889.25 examples/s] Generating train split: 47821174 examples [10:36, 112045.02 examples/s] Generating train split: 47836174 examples [10:36, 100289.56 examples/s] Generating train split: 47852174 examples [10:36, 79982.87 examples/s] Generating train split: 47880174 examples [10:37, 105916.42 examples/s] Generating train split: 47895174 examples [10:37, 67788.45 examples/s] Generating train split: 47907174 examples [10:37, 73300.74 examples/s] Generating train split: 47922174 examples [10:38, 50144.83 examples/s] Generating train split: 47933174 examples [10:38, 41717.74 examples/s] Generating train split: 47953174 examples [10:38, 57285.27 examples/s] Generating train split: 47970174 examples [10:38, 71512.21 examples/s] Generating train split: 47998174 examples [10:38, 102869.56 examples/s] Generating train split: 48015174 examples [10:39, 110573.06 examples/s] Generating train split: 48033174 examples [10:39, 117058.70 examples/s] Generating train split: 48048174 examples [10:39, 93525.78 examples/s] Generating train split: 48065174 examples [10:39, 56614.38 examples/s] Generating train split: 48083174 examples [10:40, 68143.50 examples/s] Generating train split: 48100174 examples [10:40, 82120.00 examples/s] Generating train split: 48117174 examples [10:40, 82342.48 examples/s] Generating train split: 48128174 examples [10:40, 75667.68 examples/s] Generating train split: 48141174 examples [10:40, 70740.17 examples/s] Generating train split: 48158174 examples [10:40, 87717.45 examples/s] Generating train split: 48170174 examples [10:41, 64756.36 examples/s] Generating train split: 48187174 examples [10:41, 81753.92 examples/s] Generating train split: 48199174 examples [10:41, 82209.11 examples/s] Generating train split: 48220174 examples [10:41, 106362.21 examples/s] Generating train split: 48236174 examples [10:41, 82006.84 examples/s] Generating train split: 48252174 examples [10:42, 51833.50 examples/s] Generating train split: 48263174 examples [10:42, 53350.25 examples/s] Generating train split: 48275174 examples [10:42, 59629.16 examples/s] Generating train split: 48285174 examples [10:43, 52214.66 examples/s] Generating train split: 48313174 examples [10:43, 82404.31 examples/s] Generating train split: 48336174 examples [10:43, 103207.06 examples/s] Generating train split: 48366174 examples [10:43, 122288.02 examples/s] Generating train split: 48383174 examples [10:43, 91523.81 examples/s] Generating train split: 48400174 examples [10:44, 66552.40 examples/s] Generating train split: 48410174 examples [10:44, 69941.73 examples/s] Generating train split: 48438174 examples [10:44, 100574.57 examples/s] Generating train split: 48466174 examples [10:44, 125860.06 examples/s] Generating train split: 48483174 examples [10:44, 98870.87 examples/s] Generating train split: 48498174 examples [10:45, 68073.68 examples/s] Generating train split: 48516174 examples [10:45, 81966.25 examples/s] Generating train split: 48532174 examples [10:45, 65637.62 examples/s] Generating train split: 48544174 examples [10:46, 66711.44 examples/s] Generating train split: 48554174 examples [10:46, 52116.36 examples/s] Generating train split: 48575174 examples [10:46, 46026.32 examples/s] Generating train split: 48597174 examples [10:47, 58259.52 examples/s] Generating train split: 48607174 examples [10:47, 59846.64 examples/s] Generating train split: 48623174 examples [10:47, 70026.08 examples/s] Generating train split: 48651174 examples [10:47, 101833.18 examples/s] Generating train split: 48673174 examples [10:47, 117104.34 examples/s] Generating train split: 48695174 examples [10:47, 136258.15 examples/s] Generating train split: 48722174 examples [10:48, 78339.86 examples/s] Generating train split: 48739174 examples [10:48, 74045.46 examples/s] Generating train split: 48755174 examples [10:48, 73026.79 examples/s] Generating train split: 48775174 examples [10:49, 86893.55 examples/s] Generating train split: 48803174 examples [10:49, 90913.83 examples/s] Generating train split: 48814174 examples [10:49, 56524.01 examples/s] Generating train split: 48843174 examples [10:49, 82070.43 examples/s] Generating train split: 48865174 examples [10:50, 96022.25 examples/s] Generating train split: 48882174 examples [10:50, 67066.69 examples/s] Generating train split: 48899174 examples [10:50, 57751.32 examples/s] Generating train split: 48909174 examples [10:51, 58655.59 examples/s] Generating train split: 48919174 examples [10:51, 47133.92 examples/s] Generating train split: 48941174 examples [10:51, 67637.11 examples/s] Generating train split: 48957174 examples [10:51, 78701.35 examples/s] Generating train split: 48972174 examples [10:51, 72552.77 examples/s] Generating train split: 48996174 examples [10:52, 94868.25 examples/s] Generating train split: 49009174 examples [10:52, 93031.50 examples/s] Generating train split: 49030174 examples [10:52, 111322.69 examples/s] Generating train split: 49046174 examples [10:52, 89164.54 examples/s] Generating train split: 49061174 examples [10:52, 70517.45 examples/s] Generating train split: 49089174 examples [10:53, 101415.52 examples/s] Generating train split: 49106174 examples [10:53, 73961.59 examples/s] Generating train split: 49121174 examples [10:53, 83889.70 examples/s] Generating train split: 49137174 examples [10:53, 72936.56 examples/s] Generating train split: 49152174 examples [10:54, 57134.12 examples/s] Generating train split: 49164174 examples [10:54, 63158.31 examples/s] Generating train split: 49186174 examples [10:54, 81848.18 examples/s] Generating train split: 49209174 examples [10:54, 78788.30 examples/s] Generating train split: 49219174 examples [10:55, 79746.27 examples/s] Generating train split: 49230174 examples [10:55, 52114.49 examples/s] Generating train split: 49258174 examples [10:55, 58821.23 examples/s] Generating train split: 49273174 examples [10:55, 69023.11 examples/s] Generating train split: 49294174 examples [10:56, 86048.16 examples/s] Generating train split: 49327174 examples [10:56, 125486.33 examples/s] Generating train split: 49349174 examples [10:56, 111827.50 examples/s] Generating train split: 49365174 examples [10:56, 87833.11 examples/s] Generating train split: 49380174 examples [10:57, 66624.87 examples/s] Generating train split: 49395174 examples [10:57, 69635.08 examples/s] Generating train split: 49405174 examples [10:57, 65157.04 examples/s] Generating train split: 49454174 examples [10:57, 123621.91 examples/s] Generating train split: 49476174 examples [10:58, 67280.12 examples/s] Generating train split: 49504174 examples [10:58, 88674.76 examples/s] Generating train split: 49524174 examples [10:59, 62226.49 examples/s] Generating train split: 49545174 examples [10:59, 64999.25 examples/s] Generating train split: 49561174 examples [10:59, 64817.73 examples/s] Generating train split: 49571174 examples [11:00, 51676.93 examples/s] Generating train split: 49601174 examples [11:00, 74747.36 examples/s] Generating train split: 49614174 examples [11:00, 63690.82 examples/s] Generating train split: 49636174 examples [11:00, 81352.70 examples/s] Generating train split: 49653174 examples [11:00, 92944.60 examples/s] Generating train split: 49678174 examples [11:00, 100123.82 examples/s] Generating train split: 49698174 examples [11:01, 108150.22 examples/s] Generating train split: 49715174 examples [11:01, 77444.41 examples/s] Generating train split: 49730174 examples [11:01, 59389.05 examples/s] Generating train split: 49740174 examples [11:02, 63521.16 examples/s] Generating train split: 49769174 examples [11:02, 92683.18 examples/s] Generating train split: 49785174 examples [11:02, 68942.67 examples/s] Generating train split: 49795174 examples [11:02, 53805.65 examples/s] Generating train split: 49823174 examples [11:03, 82221.40 examples/s] Generating train split: 49839174 examples [11:03, 92522.86 examples/s] Generating train split: 49853174 examples [11:03, 65383.31 examples/s] Generating train split: 49864174 examples [11:03, 68213.68 examples/s] Generating train split: 49878174 examples [11:03, 61812.91 examples/s] Generating train split: 49905174 examples [11:04, 54800.76 examples/s] Generating train split: 49928174 examples [11:04, 73531.83 examples/s] Generating train split: 49944174 examples [11:04, 84219.76 examples/s] Generating train split: 49960174 examples [11:05, 72317.55 examples/s] Generating train split: 49975174 examples [11:05, 77598.92 examples/s] Generating train split: 49990174 examples [11:05, 89044.08 examples/s] Generating train split: 50013174 examples [11:05, 104592.83 examples/s] Generating train split: 50028174 examples [11:05, 108462.81 examples/s] Generating train split: 50046174 examples [11:05, 82786.76 examples/s] Generating train split: 50073174 examples [11:06, 112102.40 examples/s] Generating train split: 50096174 examples [11:06, 130002.83 examples/s] Generating train split: 50117174 examples [11:06, 61866.05 examples/s] Generating train split: 50139174 examples [11:07, 77214.16 examples/s] Generating train split: 50156174 examples [11:07, 69180.47 examples/s] Generating train split: 50169174 examples [11:07, 63203.11 examples/s] Generating train split: 50179174 examples [11:08, 46669.77 examples/s] Generating train split: 50191174 examples [11:08, 54165.78 examples/s] Generating train split: 50201174 examples [11:08, 53245.92 examples/s] Generating train split: 50212174 examples [11:08, 59921.60 examples/s] Generating train split: 50234174 examples [11:08, 84930.66 examples/s] Generating train split: 50254174 examples [11:09, 69677.77 examples/s] Generating train split: 50271174 examples [11:09, 80094.05 examples/s] Generating train split: 50297174 examples [11:09, 102007.58 examples/s] Generating train split: 50314174 examples [11:09, 87325.57 examples/s] Generating train split: 50329174 examples [11:09, 66965.39 examples/s] Generating train split: 50350174 examples [11:10, 79890.24 examples/s] Generating train split: 50366174 examples [11:10, 91075.57 examples/s] Generating train split: 50382174 examples [11:10, 73974.01 examples/s] Generating train split: 50410174 examples [11:10, 105833.51 examples/s] Generating train split: 50426174 examples [11:11, 72016.12 examples/s] Generating train split: 50442174 examples [11:11, 54580.81 examples/s] Generating train split: 50458174 examples [11:11, 65233.78 examples/s] Generating train split: 50473174 examples [11:11, 64609.95 examples/s] Generating train split: 50484174 examples [11:12, 62221.66 examples/s] Generating train split: 50507174 examples [11:12, 85137.55 examples/s] Generating train split: 50524174 examples [11:12, 70288.46 examples/s] Generating train split: 50535174 examples [11:13, 50702.29 examples/s] Generating train split: 50551174 examples [11:13, 62082.49 examples/s] Generating train split: 50573174 examples [11:13, 60891.65 examples/s] Generating train split: 50591174 examples [11:13, 73272.08 examples/s] Generating train split: 50616174 examples [11:13, 98621.14 examples/s] Generating train split: 50632174 examples [11:13, 106219.97 examples/s] Generating train split: 50650174 examples [11:14, 117403.29 examples/s] Generating train split: 50666174 examples [11:14, 64714.38 examples/s] Generating train split: 50683174 examples [11:14, 75833.24 examples/s] Generating train split: 50698174 examples [11:14, 87223.96 examples/s] Generating train split: 50714174 examples [11:15, 80083.84 examples/s] Generating train split: 50734174 examples [11:15, 93769.22 examples/s] Generating train split: 50757174 examples [11:15, 76108.32 examples/s] Generating train split: 50767174 examples [11:15, 64406.80 examples/s] Generating train split: 50778174 examples [11:15, 66531.13 examples/s] Generating train split: 50795174 examples [11:16, 78333.52 examples/s] Generating train split: 50811174 examples [11:16, 53075.96 examples/s] Generating train split: 50827174 examples [11:16, 66243.37 examples/s] Generating train split: 50838174 examples [11:16, 66094.07 examples/s] Generating train split: 50849174 examples [11:17, 58428.26 examples/s] Generating train split: 50860174 examples [11:17, 44877.15 examples/s] Generating train split: 50876174 examples [11:17, 58403.04 examples/s] Generating train split: 50897174 examples [11:17, 81103.13 examples/s] Generating train split: 50914174 examples [11:17, 89192.97 examples/s] Generating train split: 50930174 examples [11:18, 78432.18 examples/s] Generating train split: 50948174 examples [11:18, 93518.74 examples/s] Generating train split: 50965174 examples [11:18, 97993.51 examples/s] Generating train split: 50981174 examples [11:18, 89815.12 examples/s] Generating train split: 50992174 examples [11:19, 59390.08 examples/s] Generating train split: 51024174 examples [11:19, 91068.72 examples/s] Generating train split: 51039174 examples [11:19, 98759.00 examples/s] Generating train split: 51054174 examples [11:19, 84807.00 examples/s] Generating train split: 51069174 examples [11:19, 82822.95 examples/s] Generating train split: 51079174 examples [11:20, 62016.79 examples/s] Generating train split: 51095174 examples [11:20, 76627.89 examples/s] Generating train split: 51106174 examples [11:20, 65813.57 examples/s] Generating train split: 51117174 examples [11:20, 60462.19 examples/s] Generating train split: 51133174 examples [11:20, 76016.87 examples/s] Generating train split: 51143174 examples [11:21, 50225.14 examples/s] Generating train split: 51154174 examples [11:21, 53221.00 examples/s] Generating train split: 51166174 examples [11:21, 54005.78 examples/s] Generating train split: 51192174 examples [11:21, 82690.31 examples/s] Generating train split: 51213174 examples [11:21, 104793.90 examples/s] Generating train split: 51230174 examples [11:22, 76678.01 examples/s] Generating train split: 51246174 examples [11:22, 89707.94 examples/s] Generating train split: 51267174 examples [11:22, 102516.14 examples/s] Generating train split: 51282174 examples [11:22, 87638.15 examples/s] Generating train split: 51298174 examples [11:22, 94667.61 examples/s] Generating train split: 51314174 examples [11:23, 76701.94 examples/s] Generating train split: 51343174 examples [11:23, 98880.55 examples/s] Generating train split: 51360174 examples [11:23, 94148.35 examples/s] Generating train split: 51371174 examples [11:23, 83559.17 examples/s] Generating train split: 51386174 examples [11:23, 88971.13 examples/s] Generating train split: 51397174 examples [11:24, 56556.95 examples/s] Generating train split: 51413174 examples [11:24, 66085.64 examples/s] Generating train split: 51425174 examples [11:24, 65308.05 examples/s] Generating train split: 51437174 examples [11:24, 68608.16 examples/s] Generating train split: 51448174 examples [11:25, 49584.25 examples/s] Generating train split: 51465174 examples [11:25, 63633.62 examples/s] Generating train split: 51476174 examples [11:25, 69941.73 examples/s] Generating train split: 51488174 examples [11:25, 53645.03 examples/s] Generating train split: 51498174 examples [11:26, 40415.22 examples/s] Generating train split: 51524174 examples [11:26, 67635.24 examples/s] Generating train split: 51546174 examples [11:26, 87977.31 examples/s] Generating train split: 51561174 examples [11:26, 89421.68 examples/s] Generating train split: 51577174 examples [11:26, 77371.98 examples/s] Generating train split: 51590174 examples [11:27, 84899.11 examples/s] Generating train split: 51602174 examples [11:27, 72287.04 examples/s] Generating train split: 51613174 examples [11:27, 70085.11 examples/s] Generating train split: 51624174 examples [11:27, 64370.93 examples/s] Generating train split: 51635174 examples [11:27, 70485.15 examples/s] Generating train split: 51662174 examples [11:27, 107912.10 examples/s] Generating train split: 51689174 examples [11:28, 109413.49 examples/s] Generating train split: 51705174 examples [11:28, 100014.58 examples/s] Generating train split: 51727174 examples [11:28, 118582.51 examples/s] Generating train split: 51742174 examples [11:28, 65156.01 examples/s] Generating train split: 51760174 examples [11:29, 77222.80 examples/s] Generating train split: 51774174 examples [11:29, 59623.26 examples/s] Generating train split: 51784174 examples [11:29, 48554.25 examples/s] Generating train split: 51806174 examples [11:29, 68032.41 examples/s] Generating train split: 51817174 examples [11:30, 53045.67 examples/s] Generating train split: 51833174 examples [11:30, 66272.16 examples/s] Generating train split: 51850174 examples [11:30, 60711.37 examples/s] Generating train split: 51867174 examples [11:30, 71716.99 examples/s] Generating train split: 51878174 examples [11:31, 76124.04 examples/s] Generating train split: 51890174 examples [11:31, 75234.75 examples/s] Generating train split: 51906174 examples [11:31, 80459.83 examples/s] Generating train split: 51919174 examples [11:31, 69103.11 examples/s] Generating train split: 51929174 examples [11:31, 74236.20 examples/s] Generating train split: 51945174 examples [11:31, 83917.04 examples/s] Generating train split: 51955174 examples [11:32, 67068.56 examples/s] Generating train split: 51965174 examples [11:32, 55996.86 examples/s] Generating train split: 52010174 examples [11:32, 115549.66 examples/s] Generating train split: 52033174 examples [11:32, 135288.04 examples/s] Generating train split: 52055174 examples [11:33, 91962.06 examples/s] Generating train split: 52069174 examples [11:33, 74768.87 examples/s] Generating train split: 52085174 examples [11:33, 75439.45 examples/s] Generating train split: 52095174 examples [11:33, 76453.88 examples/s] Generating train split: 52106174 examples [11:33, 62455.14 examples/s] Generating train split: 52124174 examples [11:34, 51309.43 examples/s] Generating train split: 52156174 examples [11:34, 81306.10 examples/s] Generating train split: 52171174 examples [11:34, 70552.11 examples/s] Generating train split: 52181174 examples [11:34, 73393.85 examples/s] Generating train split: 52192174 examples [11:35, 54707.91 examples/s] Generating train split: 52205174 examples [11:35, 63002.03 examples/s] Generating train split: 52227174 examples [11:35, 76134.88 examples/s] Generating train split: 52242174 examples [11:35, 79965.85 examples/s] Generating train split: 52253174 examples [11:35, 83936.25 examples/s] Generating train split: 52264174 examples [11:36, 56324.76 examples/s] Generating train split: 52303174 examples [11:36, 105488.65 examples/s] Generating train split: 52323174 examples [11:36, 70563.91 examples/s] Generating train split: 52347174 examples [11:37, 87024.46 examples/s] Generating train split: 52363174 examples [11:37, 84062.22 examples/s] Generating train split: 52379174 examples [11:37, 74371.28 examples/s] Generating train split: 52394174 examples [11:37, 68683.56 examples/s] Generating train split: 52419174 examples [11:38, 93275.28 examples/s] Generating train split: 52433174 examples [11:38, 91729.60 examples/s] Generating train split: 52449174 examples [11:38, 82218.18 examples/s] Generating train split: 52474174 examples [11:38, 70253.38 examples/s] Generating train split: 52484174 examples [11:39, 68377.90 examples/s] Generating train split: 52496174 examples [11:39, 69262.16 examples/s] Generating train split: 52506174 examples [11:39, 55776.62 examples/s] Generating train split: 52527174 examples [11:39, 78390.82 examples/s] Generating train split: 52542174 examples [11:39, 79200.40 examples/s] Generating train split: 52553174 examples [11:39, 79846.13 examples/s] Generating train split: 52569174 examples [11:40, 58942.72 examples/s] Generating train split: 52585174 examples [11:40, 73408.75 examples/s] Generating train split: 52600174 examples [11:40, 57252.54 examples/s] Generating train split: 52621174 examples [11:40, 77435.25 examples/s] Generating train split: 52648174 examples [11:41, 87885.20 examples/s] Generating train split: 52666174 examples [11:41, 101943.94 examples/s] Generating train split: 52682174 examples [11:41, 90703.91 examples/s] Generating train split: 52707174 examples [11:41, 113848.63 examples/s] Generating train split: 52723174 examples [11:42, 64955.73 examples/s] Generating train split: 52736174 examples [11:42, 62267.97 examples/s] Generating train split: 52761174 examples [11:42, 82791.23 examples/s] Generating train split: 52777174 examples [11:42, 67699.38 examples/s] Generating train split: 52805174 examples [11:43, 71395.49 examples/s] Generating train split: 52816174 examples [11:43, 68536.31 examples/s] Generating train split: 52827174 examples [11:43, 71938.84 examples/s] Generating train split: 52844174 examples [11:43, 62090.27 examples/s] Generating train split: 52871174 examples [11:44, 88800.93 examples/s] Generating train split: 52887174 examples [11:44, 75119.04 examples/s] Generating train split: 52907174 examples [11:44, 80354.02 examples/s] Generating train split: 52917174 examples [11:44, 82824.34 examples/s] Generating train split: 52930174 examples [11:44, 84740.85 examples/s] Generating train split: 52953174 examples [11:45, 80203.92 examples/s] Generating train split: 52962174 examples [11:45, 79474.73 examples/s] Generating train split: 52978174 examples [11:45, 85389.82 examples/s] Generating train split: 52995174 examples [11:45, 74472.92 examples/s] Generating train split: 53006174 examples [11:45, 79856.68 examples/s] Generating train split: 53016174 examples [11:46, 71756.61 examples/s] Generating train split: 53033174 examples [11:46, 87280.94 examples/s] Generating train split: 53056174 examples [11:46, 111152.75 examples/s] Generating train split: 53074178 examples [11:46, 106367.44 examples/s] Generating train split: 53092178 examples [11:46, 119333.84 examples/s] Generating train split: 53108178 examples [11:47, 68873.66 examples/s] Generating train split: 53124178 examples [11:47, 57922.33 examples/s] Generating train split: 53147178 examples [11:47, 78452.81 examples/s] Generating train split: 53159178 examples [11:47, 69365.11 examples/s] Generating train split: 53171178 examples [11:47, 76300.16 examples/s] Generating train split: 53188178 examples [11:48, 89260.19 examples/s] Generating train split: 53203178 examples [11:48, 54603.99 examples/s] Generating train split: 53221178 examples [11:48, 68921.25 examples/s] Generating train split: 53235178 examples [11:48, 61502.49 examples/s] Generating train split: 53255178 examples [11:49, 80784.89 examples/s] Generating train split: 53270178 examples [11:49, 71397.82 examples/s] Generating train split: 53288178 examples [11:49, 84899.10 examples/s] Generating train split: 53301178 examples [11:49, 71523.29 examples/s] Generating train split: 53323178 examples [11:49, 92482.38 examples/s] Generating train split: 53340178 examples [11:50, 88168.33 examples/s] Generating train split: 53351178 examples [11:50, 55652.35 examples/s] Generating train split: 53371178 examples [11:50, 72497.96 examples/s] Generating train split: 53387178 examples [11:50, 84106.14 examples/s] Generating train split: 53405178 examples [11:50, 98569.01 examples/s] Generating train split: 53419178 examples [11:51, 94954.99 examples/s] Generating train split: 53436178 examples [11:51, 71451.29 examples/s] Generating train split: 53458178 examples [11:51, 93060.55 examples/s] Generating train split: 53479178 examples [11:51, 71057.17 examples/s] Generating train split: 53494178 examples [11:52, 58506.14 examples/s] Generating train split: 53511178 examples [11:52, 69213.34 examples/s] Generating train split: 53528178 examples [11:53, 50618.66 examples/s] Generating train split: 53553178 examples [11:53, 70837.68 examples/s] Generating train split: 53570178 examples [11:53, 65437.29 examples/s] Generating train split: 53582178 examples [11:53, 71169.09 examples/s] Generating train split: 53600178 examples [11:53, 69515.10 examples/s] Generating train split: 53617178 examples [11:54, 83377.50 examples/s] Generating train split: 53638178 examples [11:54, 104533.49 examples/s] Generating train split: 53655178 examples [11:54, 83083.03 examples/s] Generating train split: 53669178 examples [11:54, 81766.51 examples/s] Generating train split: 53687178 examples [11:54, 75349.62 examples/s] Generating train split: 53698178 examples [11:55, 76953.23 examples/s] Generating train split: 53708178 examples [11:55, 72652.75 examples/s] Generating train split: 53729178 examples [11:55, 82130.53 examples/s] Generating train split: 53740178 examples [11:55, 73924.17 examples/s] Generating train split: 53770178 examples [11:56, 69153.93 examples/s] Generating train split: 53799178 examples [11:56, 92162.42 examples/s] Generating train split: 53811178 examples [11:56, 82025.61 examples/s] Generating train split: 53822178 examples [11:56, 81548.38 examples/s] Generating train split: 53833178 examples [11:57, 48825.25 examples/s] Generating train split: 53841178 examples [11:57, 50047.79 examples/s] Generating train split: 53852178 examples [11:57, 58578.19 examples/s] Generating train split: 53863178 examples [11:57, 54564.71 examples/s] Generating train split: 53888178 examples [11:57, 85643.64 examples/s] Generating train split: 53905178 examples [11:58, 58436.48 examples/s] Generating train split: 53927178 examples [11:58, 64968.79 examples/s] Generating train split: 53949178 examples [11:58, 81524.67 examples/s] Generating train split: 53961178 examples [11:58, 73294.94 examples/s] Generating train split: 53971178 examples [11:58, 77141.70 examples/s] Generating train split: 53986178 examples [11:59, 84505.38 examples/s] Generating train split: 54012178 examples [11:59, 116474.81 examples/s] Generating train split: 54034178 examples [11:59, 107033.77 examples/s] Generating train split: 54051178 examples [11:59, 117330.51 examples/s] Generating train split: 54067178 examples [11:59, 94061.48 examples/s] Generating train split: 54084178 examples [12:00, 73271.17 examples/s] Generating train split: 54106178 examples [12:00, 95166.63 examples/s] Generating train split: 54122178 examples [12:00, 65436.07 examples/s] Generating train split: 54133178 examples [12:00, 71033.96 examples/s] Generating train split: 54149178 examples [12:00, 74474.18 examples/s] Generating train split: 54171178 examples [12:01, 91286.05 examples/s] Generating train split: 54188178 examples [12:01, 49638.50 examples/s] Generating train split: 54197178 examples [12:02, 45822.16 examples/s] Generating train split: 54229178 examples [12:02, 76550.86 examples/s] Generating train split: 54257178 examples [12:02, 101528.10 examples/s] Generating train split: 54279178 examples [12:02, 79701.08 examples/s] Generating train split: 54297178 examples [12:03, 77875.42 examples/s] Generating train split: 54315178 examples [12:03, 89395.19 examples/s] Generating train split: 54332178 examples [12:03, 100114.09 examples/s] Generating train split: 54347178 examples [12:03, 68315.48 examples/s] Generating train split: 54370178 examples [12:03, 87540.76 examples/s] Generating train split: 54387178 examples [12:04, 86757.63 examples/s] Generating train split: 54402178 examples [12:04, 93819.77 examples/s] Generating train split: 54414178 examples [12:04, 91661.75 examples/s] Generating train split: 54425178 examples [12:04, 56700.06 examples/s] Generating train split: 54448178 examples [12:05, 57559.22 examples/s] Generating train split: 54460178 examples [12:05, 62972.17 examples/s] Generating train split: 54482178 examples [12:05, 70317.27 examples/s] Generating train split: 54497178 examples [12:05, 79115.47 examples/s] Generating train split: 54514178 examples [12:06, 57368.26 examples/s] Generating train split: 54531178 examples [12:06, 67331.06 examples/s] Generating train split: 54545178 examples [12:06, 67223.38 examples/s] Generating train split: 54556178 examples [12:06, 54974.55 examples/s] Generating train split: 54586178 examples [12:06, 82509.11 examples/s] Generating train split: 54597178 examples [12:07, 84806.47 examples/s] Generating train split: 54611178 examples [12:07, 69121.57 examples/s] Generating train split: 54621178 examples [12:07, 69443.12 examples/s] Generating train split: 54649178 examples [12:07, 98607.25 examples/s] Generating train split: 54665178 examples [12:07, 107535.79 examples/s] Generating train split: 54680178 examples [12:08, 69142.55 examples/s] Generating train split: 54698178 examples [12:08, 82381.26 examples/s] Generating train split: 54718178 examples [12:08, 93983.57 examples/s] Generating train split: 54736178 examples [12:08, 81548.50 examples/s] Generating train split: 54764178 examples [12:09, 71903.03 examples/s] Generating train split: 54786178 examples [12:09, 89386.29 examples/s] Generating train split: 54804178 examples [12:09, 84013.74 examples/s] Generating train split: 54817178 examples [12:10, 52924.13 examples/s] Generating train split: 54843178 examples [12:10, 75717.89 examples/s] Generating train split: 54860178 examples [12:10, 56067.62 examples/s] Generating train split: 54889178 examples [12:10, 77569.01 examples/s] Generating train split: 54904178 examples [12:11, 60913.57 examples/s] Generating train split: 54919178 examples [12:11, 70805.41 examples/s] Generating train split: 54936178 examples [12:11, 76185.97 examples/s] Generating train split: 54958178 examples [12:12, 65788.56 examples/s] Generating train split: 54971178 examples [12:12, 72393.62 examples/s] Generating train split: 54999178 examples [12:12, 99755.42 examples/s] Generating train split: 55021178 examples [12:12, 118624.86 examples/s] Generating train split: 55037178 examples [12:12, 98351.73 examples/s] Generating train split: 55054178 examples [12:12, 99127.80 examples/s] Generating train split: 55069178 examples [12:13, 76477.07 examples/s] Generating train split: 55079178 examples [12:13, 70705.02 examples/s] Generating train split: 55091178 examples [12:13, 51361.95 examples/s] Generating train split: 55130178 examples [12:13, 93774.56 examples/s] Generating train split: 55145178 examples [12:14, 49423.48 examples/s] Generating train split: 55168178 examples [12:14, 65685.06 examples/s] Generating train split: 55186178 examples [12:15, 68497.22 examples/s] Generating train split: 55202178 examples [12:15, 60471.83 examples/s] Generating train split: 55225178 examples [12:15, 80214.68 examples/s] Generating train split: 55240178 examples [12:15, 75037.52 examples/s] Generating train split: 55258178 examples [12:15, 84777.83 examples/s] Generating train split: 55274178 examples [12:16, 68011.19 examples/s] Generating train split: 55297178 examples [12:16, 89056.62 examples/s] Generating train split: 55313178 examples [12:16, 76003.23 examples/s] Generating train split: 55330178 examples [12:16, 84615.95 examples/s] Generating train split: 55346178 examples [12:16, 88881.68 examples/s] Generating train split: 55368178 examples [12:17, 108686.70 examples/s] Generating train split: 55384178 examples [12:17, 80492.78 examples/s] Generating train split: 55402178 examples [12:17, 95759.56 examples/s] Generating train split: 55418178 examples [12:17, 73202.88 examples/s] Generating train split: 55433178 examples [12:18, 52294.26 examples/s] Generating train split: 55461178 examples [12:18, 57675.99 examples/s] Generating train split: 55472178 examples [12:19, 52442.90 examples/s] Generating train split: 55483178 examples [12:19, 48932.51 examples/s] Generating train split: 55534178 examples [12:19, 82252.83 examples/s] Generating train split: 55545178 examples [12:19, 69765.34 examples/s] Generating train split: 55555178 examples [12:20, 73027.60 examples/s] Generating train split: 55570178 examples [12:20, 64728.55 examples/s] Generating train split: 55587178 examples [12:20, 63460.30 examples/s] Generating train split: 55597178 examples [12:20, 67677.70 examples/s] Generating train split: 55618178 examples [12:20, 89466.46 examples/s] Generating train split: 55639178 examples [12:21, 101232.09 examples/s] Generating train split: 55655178 examples [12:21, 86463.97 examples/s] Generating train split: 55667178 examples [12:21, 77579.99 examples/s] Generating train split: 55686178 examples [12:21, 95740.09 examples/s] Generating train split: 55704178 examples [12:21, 100730.27 examples/s] Generating train split: 55721178 examples [12:21, 104889.48 examples/s] Generating train split: 55736178 examples [12:22, 99820.27 examples/s] Generating train split: 55747178 examples [12:22, 65142.34 examples/s] Generating train split: 55767178 examples [12:22, 84244.62 examples/s] Generating train split: 55782178 examples [12:23, 57966.78 examples/s] Generating train split: 55803178 examples [12:23, 77726.63 examples/s] Generating train split: 55819178 examples [12:23, 42815.13 examples/s] Generating train split: 55845178 examples [12:24, 63854.31 examples/s] Generating train split: 55876178 examples [12:24, 89454.92 examples/s] Generating train split: 55895178 examples [12:24, 89110.36 examples/s] Generating train split: 55913178 examples [12:24, 61633.53 examples/s] Generating train split: 55936178 examples [12:25, 79752.29 examples/s] Generating train split: 55958178 examples [12:25, 86952.93 examples/s] Generating train split: 55974178 examples [12:25, 74242.98 examples/s] Generating train split: 55990178 examples [12:25, 85191.70 examples/s] Generating train split: 56011178 examples [12:25, 100106.26 examples/s] Generating train split: 56027178 examples [12:25, 103247.34 examples/s] Generating train split: 56044178 examples [12:26, 102736.86 examples/s] Generating train split: 56060178 examples [12:26, 98225.99 examples/s] Generating train split: 56071178 examples [12:26, 65517.87 examples/s] Generating train split: 56082178 examples [12:27, 53496.91 examples/s] Generating train split: 56093178 examples [12:27, 61317.52 examples/s] Generating train split: 56131178 examples [12:27, 78539.88 examples/s] Generating train split: 56142178 examples [12:27, 63025.70 examples/s] Generating train split: 56153178 examples [12:28, 60097.92 examples/s] Generating train split: 56174178 examples [12:28, 78933.59 examples/s] Generating train split: 56185178 examples [12:28, 55029.73 examples/s] Generating train split: 56195178 examples [12:28, 60736.43 examples/s] Generating train split: 56219178 examples [12:28, 86145.23 examples/s] Generating train split: 56236178 examples [12:29, 84411.71 examples/s] Generating train split: 56258178 examples [12:29, 64369.43 examples/s] Generating train split: 56275178 examples [12:29, 77950.12 examples/s] Generating train split: 56288178 examples [12:29, 80607.70 examples/s] Generating train split: 56304178 examples [12:29, 93382.85 examples/s] Generating train split: 56327178 examples [12:29, 119626.44 examples/s] Generating train split: 56344178 examples [12:30, 90261.36 examples/s] Generating train split: 56362178 examples [12:30, 103231.70 examples/s] Generating train split: 56377178 examples [12:30, 99444.54 examples/s] Generating train split: 56393178 examples [12:30, 87509.25 examples/s] Generating train split: 56406178 examples [12:31, 71307.63 examples/s] Generating train split: 56419178 examples [12:31, 79924.96 examples/s] Generating train split: 56431178 examples [12:31, 47498.89 examples/s] Generating train split: 56446178 examples [12:32, 47812.32 examples/s] Generating train split: 56467178 examples [12:32, 64546.88 examples/s] Generating train split: 56478178 examples [12:32, 57751.91 examples/s] Generating train split: 56490178 examples [12:32, 53285.65 examples/s] Generating train split: 56500178 examples [12:32, 48963.13 examples/s] Generating train split: 56522178 examples [12:33, 67081.29 examples/s] Generating train split: 56533178 examples [12:33, 69968.44 examples/s] Generating train split: 56550178 examples [12:33, 81774.29 examples/s] Generating train split: 56565178 examples [12:33, 72612.39 examples/s] Generating train split: 56576178 examples [12:34, 55406.24 examples/s] Generating train split: 56597178 examples [12:34, 77913.23 examples/s] Generating train split: 56614178 examples [12:34, 86263.83 examples/s] Generating train split: 56643178 examples [12:34, 121054.01 examples/s] Generating train split: 56665178 examples [12:34, 129067.55 examples/s] Generating train split: 56686178 examples [12:34, 95444.73 examples/s] Generating train split: 56715178 examples [12:35, 115829.39 examples/s] Generating train split: 56730178 examples [12:35, 90165.95 examples/s] Generating train split: 56746178 examples [12:35, 79420.73 examples/s] Generating train split: 56763178 examples [12:36, 51712.52 examples/s] Generating train split: 56784178 examples [12:36, 66849.19 examples/s] Generating train split: 56795178 examples [12:36, 60389.44 examples/s] Generating train split: 56816178 examples [12:36, 79801.40 examples/s] Generating train split: 56832178 examples [12:37, 64628.80 examples/s] Generating train split: 56853178 examples [12:37, 81409.54 examples/s] Generating train split: 56865178 examples [12:37, 75487.94 examples/s] Generating train split: 56886178 examples [12:37, 73489.12 examples/s] Generating train split: 56897178 examples [12:37, 77559.76 examples/s] Generating train split: 56907178 examples [12:38, 66569.50 examples/s] Generating train split: 56936178 examples [12:38, 98886.69 examples/s] Generating train split: 56953178 examples [12:38, 101910.82 examples/s] Generating train split: 56968178 examples [12:38, 102437.88 examples/s] Generating train split: 56984178 examples [12:38, 95514.29 examples/s] Generating train split: 56999178 examples [12:38, 93622.73 examples/s] Generating train split: 57025178 examples [12:39, 68336.40 examples/s] Generating train split: 57058178 examples [12:39, 102086.15 examples/s] Generating train split: 57076178 examples [12:39, 82460.85 examples/s] Generating train split: 57092178 examples [12:40, 62116.75 examples/s] Generating train split: 57107178 examples [12:40, 49465.69 examples/s] Generating train split: 57119178 examples [12:40, 55975.81 examples/s] Generating train split: 57133178 examples [12:41, 56194.15 examples/s] Generating train split: 57161178 examples [12:41, 84028.32 examples/s] Generating train split: 57176178 examples [12:41, 78954.27 examples/s] Generating train split: 57193178 examples [12:41, 89212.80 examples/s] Generating train split: 57207178 examples [12:41, 89141.71 examples/s] Generating train split: 57224178 examples [12:42, 75084.39 examples/s] Generating train split: 57236178 examples [12:42, 50814.46 examples/s] Generating train split: 57257178 examples [12:42, 65773.82 examples/s] Generating train split: 57268178 examples [12:42, 68849.45 examples/s] Generating train split: 57279178 examples [12:42, 73298.48 examples/s] Generating train split: 57311178 examples [12:43, 110967.97 examples/s] Generating train split: 57327178 examples [12:43, 90186.92 examples/s] Generating train split: 57354178 examples [12:43, 117936.04 examples/s] Generating train split: 57371178 examples [12:43, 89075.09 examples/s] Generating train split: 57388178 examples [12:44, 86108.07 examples/s] Generating train split: 57399178 examples [12:44, 85122.64 examples/s] Generating train split: 57420178 examples [12:44, 56034.74 examples/s] Generating train split: 57446178 examples [12:44, 75719.23 examples/s] Generating train split: 57460178 examples [12:45, 43755.14 examples/s] Generating train split: 57483178 examples [12:45, 60353.38 examples/s] Generating train split: 57499178 examples [12:46, 63414.49 examples/s] Generating train split: 57521178 examples [12:46, 76813.95 examples/s] Generating train split: 57542178 examples [12:46, 94538.45 examples/s] Generating train split: 57557178 examples [12:46, 76572.53 examples/s] Generating train split: 57574178 examples [12:46, 86386.98 examples/s] Generating train split: 57586178 examples [12:47, 69024.43 examples/s] Generating train split: 57596178 examples [12:47, 73389.61 examples/s] Generating train split: 57606178 examples [12:47, 57883.76 examples/s] Generating train split: 57649178 examples [12:47, 81109.12 examples/s] Generating train split: 57678178 examples [12:47, 107092.17 examples/s] Generating train split: 57694178 examples [12:48, 108265.47 examples/s] Generating train split: 57708178 examples [12:48, 107881.05 examples/s] Generating train split: 57725178 examples [12:48, 106027.69 examples/s] Generating train split: 57740178 examples [12:48, 81453.41 examples/s] Generating train split: 57752178 examples [12:49, 46927.13 examples/s] Generating train split: 57779178 examples [12:49, 70232.78 examples/s] Generating train split: 57795178 examples [12:49, 70322.48 examples/s] Generating train split: 57806178 examples [12:50, 51170.92 examples/s] Generating train split: 57816178 examples [12:50, 55939.36 examples/s] Generating train split: 57851178 examples [12:50, 93257.77 examples/s] Generating train split: 57867178 examples [12:50, 101371.26 examples/s] Generating train split: 57884178 examples [12:50, 94582.86 examples/s] Generating train split: 57901178 examples [12:51, 70452.43 examples/s] Generating train split: 57919178 examples [12:51, 67742.14 examples/s] Generating train split: 57930178 examples [12:51, 67549.56 examples/s] Generating train split: 57952178 examples [12:51, 69913.47 examples/s] Generating train split: 57962178 examples [12:52, 70403.66 examples/s] Generating train split: 57990178 examples [12:52, 100156.07 examples/s] Generating train split: 58006178 examples [12:52, 84527.42 examples/s] Generating train split: 58028178 examples [12:52, 101465.71 examples/s] Generating train split: 58043178 examples [12:52, 92584.62 examples/s] Generating train split: 58066178 examples [12:52, 109576.11 examples/s] Generating train split: 58083178 examples [12:53, 75697.98 examples/s] Generating train split: 58096178 examples [12:54, 41158.52 examples/s] Generating train split: 58120178 examples [12:54, 59314.57 examples/s] Generating train split: 58135178 examples [12:54, 51091.16 examples/s] Generating train split: 58146178 examples [12:54, 52221.12 examples/s] Generating train split: 58169178 examples [12:54, 72769.48 examples/s] Generating train split: 58186178 examples [12:55, 86497.30 examples/s] Generating train split: 58202178 examples [12:55, 70396.45 examples/s] Generating train split: 58213178 examples [12:55, 66161.46 examples/s] Generating train split: 58232178 examples [12:55, 76903.68 examples/s] Generating train split: 58244178 examples [12:55, 74182.75 examples/s] Generating train split: 58256178 examples [12:56, 67042.31 examples/s] Generating train split: 58266178 examples [12:56, 58240.48 examples/s] Generating train split: 58283178 examples [12:56, 74596.41 examples/s] Generating train split: 58330178 examples [12:56, 136751.94 examples/s] Generating train split: 58352178 examples [12:56, 110043.90 examples/s] Generating train split: 58369178 examples [12:57, 87569.90 examples/s] Generating train split: 58391178 examples [12:57, 89092.99 examples/s] Generating train split: 58402178 examples [12:57, 73797.22 examples/s] Generating train split: 58423178 examples [12:57, 92365.97 examples/s] Generating train split: 58436178 examples [12:58, 72336.95 examples/s] Generating train split: 58447178 examples [12:58, 53978.08 examples/s] Generating train split: 58478178 examples [12:58, 86829.37 examples/s] Generating train split: 58495178 examples [12:58, 88882.79 examples/s] Generating train split: 58510178 examples [12:59, 57770.16 examples/s] Generating train split: 58531178 examples [12:59, 74644.47 examples/s] Generating train split: 58547178 examples [12:59, 74461.74 examples/s] Generating train split: 58564178 examples [12:59, 75310.45 examples/s] Generating train split: 58575178 examples [13:00, 78355.30 examples/s] Generating train split: 58593178 examples [13:00, 95221.58 examples/s] Generating train split: 58610178 examples [13:00, 64259.51 examples/s] Generating train split: 58621178 examples [13:00, 70577.73 examples/s] Generating train split: 58632178 examples [13:00, 64038.21 examples/s] Generating train split: 58647178 examples [13:01, 74334.14 examples/s] Generating train split: 58669178 examples [13:01, 99479.67 examples/s] Generating train split: 58686178 examples [13:01, 112423.56 examples/s] Generating train split: 58702178 examples [13:01, 72226.15 examples/s] Generating train split: 58730178 examples [13:01, 104322.98 examples/s] Generating train split: 58746178 examples [13:01, 108708.39 examples/s] Generating train split: 58764178 examples [13:02, 64348.84 examples/s] Generating train split: 58779178 examples [13:02, 74290.95 examples/s] Generating train split: 58798178 examples [13:02, 85249.13 examples/s] Generating train split: 58812178 examples [13:03, 61567.54 examples/s] Generating train split: 58823178 examples [13:03, 52022.26 examples/s] Generating train split: 58835178 examples [13:03, 46531.72 examples/s] Generating train split: 58859178 examples [13:03, 68853.90 examples/s] Generating train split: 58898178 examples [13:04, 111560.82 examples/s] Generating train split: 58915178 examples [13:04, 101066.74 examples/s] Generating train split: 58930178 examples [13:04, 60265.42 examples/s] Generating train split: 58947178 examples [13:05, 68728.82 examples/s] Generating train split: 58960178 examples [13:05, 76071.16 examples/s] Generating train split: 58978178 examples [13:05, 88807.48 examples/s] Generating train split: 59006178 examples [13:05, 117624.87 examples/s] Generating train split: 59024178 examples [13:05, 98021.60 examples/s] Generating train split: 59040178 examples [13:06, 73019.74 examples/s] Generating train split: 59053178 examples [13:06, 70005.70 examples/s] Generating train split: 59071178 examples [13:06, 82628.17 examples/s] Generating train split: 59087178 examples [13:06, 76129.96 examples/s] Generating train split: 59102178 examples [13:06, 67608.89 examples/s] Generating train split: 59120178 examples [13:07, 79357.64 examples/s] Generating train split: 59131178 examples [13:07, 48851.82 examples/s] Generating train split: 59142178 examples [13:07, 52941.84 examples/s] Generating train split: 59152178 examples [13:07, 55004.39 examples/s] Generating train split: 59175178 examples [13:08, 77837.26 examples/s] Generating train split: 59186178 examples [13:08, 62408.92 examples/s] Generating train split: 59204178 examples [13:08, 78781.19 examples/s] Generating train split: 59226178 examples [13:08, 96885.80 examples/s] Generating train split: 59242178 examples [13:08, 81933.86 examples/s] Generating train split: 59254178 examples [13:09, 78328.70 examples/s] Generating train split: 59264178 examples [13:09, 80687.44 examples/s] Generating train split: 59279178 examples [13:09, 85527.24 examples/s] Generating train split: 59290178 examples [13:09, 76607.15 examples/s] Generating train split: 59300178 examples [13:09, 79355.80 examples/s] Generating train split: 59316178 examples [13:09, 88375.01 examples/s] Generating train split: 59327178 examples [13:09, 88946.39 examples/s] Generating train split: 59344178 examples [13:10, 96906.15 examples/s] Generating train split: 59354178 examples [13:10, 87964.06 examples/s] Generating train split: 59378178 examples [13:10, 80171.63 examples/s] Generating train split: 59388178 examples [13:10, 62971.61 examples/s] Generating train split: 59405178 examples [13:10, 77992.49 examples/s] Generating train split: 59419178 examples [13:11, 79884.76 examples/s] Generating train split: 59433178 examples [13:11, 65443.97 examples/s] Generating train split: 59444178 examples [13:11, 72263.39 examples/s] Generating train split: 59461178 examples [13:12, 42784.65 examples/s] Generating train split: 59483178 examples [13:12, 57990.65 examples/s] Generating train split: 59516178 examples [13:12, 92388.20 examples/s] Generating train split: 59533178 examples [13:12, 74407.71 examples/s] Generating train split: 59548178 examples [13:13, 75124.38 examples/s] Generating train split: 59559178 examples [13:13, 69145.28 examples/s] Generating train split: 59570178 examples [13:13, 66183.14 examples/s] Generating train split: 59584178 examples [13:13, 75326.15 examples/s] Generating train split: 59602178 examples [13:13, 89096.83 examples/s] Generating train split: 59618178 examples [13:13, 86478.51 examples/s] Generating train split: 59629178 examples [13:14, 78965.73 examples/s] Generating train split: 59639178 examples [13:14, 70714.39 examples/s] Generating train split: 59656178 examples [13:14, 81295.93 examples/s] Generating train split: 59666178 examples [13:14, 67280.94 examples/s] Generating train split: 59694178 examples [13:14, 100873.84 examples/s] Generating train split: 59710178 examples [13:14, 98860.28 examples/s] Generating train split: 59727178 examples [13:15, 107820.95 examples/s] Generating train split: 59742178 examples [13:15, 74633.80 examples/s] Generating train split: 59763178 examples [13:15, 63962.33 examples/s] Generating train split: 59774178 examples [13:15, 69063.80 examples/s] Generating train split: 59784178 examples [13:16, 50665.62 examples/s] Generating train split: 59800178 examples [13:16, 64330.20 examples/s] Generating train split: 59810178 examples [13:16, 54156.51 examples/s] Generating train split: 59837178 examples [13:16, 83246.89 examples/s] Generating train split: 59854178 examples [13:17, 88920.45 examples/s] Generating train split: 59870178 examples [13:17, 63099.90 examples/s] Generating train split: 59880178 examples [13:17, 53970.65 examples/s] Generating train split: 59891178 examples [13:18, 52825.70 examples/s] Generating train split: 59906178 examples [13:18, 66333.06 examples/s] Generating train split: 59945178 examples [13:18, 110673.23 examples/s] Generating train split: 59979178 examples [13:18, 144813.75 examples/s] Generating train split: 60001178 examples [13:18, 134997.50 examples/s] Generating train split: 60021178 examples [13:19, 70533.25 examples/s] Generating train split: 60043178 examples [13:19, 78119.80 examples/s] Generating train split: 60065178 examples [13:19, 84941.29 examples/s] Generating train split: 60080178 examples [13:19, 82703.83 examples/s] Generating train split: 60097178 examples [13:19, 93492.49 examples/s] Generating train split: 60113178 examples [13:20, 64318.72 examples/s] Generating train split: 60124178 examples [13:20, 57199.98 examples/s] Generating train split: 60141178 examples [13:20, 70326.55 examples/s] Generating train split: 60157178 examples [13:20, 83415.74 examples/s] Generating train split: 60173178 examples [13:21, 91103.12 examples/s] Generating train split: 60188178 examples [13:21, 77816.90 examples/s] Generating train split: 60205178 examples [13:21, 92084.57 examples/s] Generating train split: 60222178 examples [13:21, 58425.78 examples/s] Generating train split: 60233178 examples [13:22, 64436.07 examples/s] Generating train split: 60249178 examples [13:22, 73736.51 examples/s] Generating train split: 60264178 examples [13:22, 85719.87 examples/s] Generating train split: 60283686 examples [13:22, 92813.42 examples/s] Generating train split: 60300686 examples [13:22, 100498.40 examples/s] Generating train split: 60323686 examples [13:23, 81670.48 examples/s] Generating train split: 60350686 examples [13:23, 106799.33 examples/s] Generating train split: 60366686 examples [13:23, 73785.11 examples/s] Generating train split: 60377686 examples [13:23, 73024.09 examples/s] Generating train split: 60387686 examples [13:23, 62892.09 examples/s] Generating train split: 60398686 examples [13:24, 51770.29 examples/s] Generating train split: 60409686 examples [13:24, 58116.66 examples/s] Generating train split: 60424686 examples [13:24, 53927.23 examples/s] Generating train split: 60439686 examples [13:24, 66741.28 examples/s] Generating train split: 60449686 examples [13:25, 53707.97 examples/s] Generating train split: 60488686 examples [13:25, 89469.98 examples/s] Generating train split: 60504686 examples [13:25, 79957.60 examples/s] Generating train split: 60515686 examples [13:25, 82366.55 examples/s] Generating train split: 60527686 examples [13:26, 61844.91 examples/s] Generating train split: 60537686 examples [13:26, 57226.50 examples/s] Generating train split: 60565686 examples [13:26, 90763.31 examples/s] Generating train split: 60591686 examples [13:26, 120367.39 examples/s] Generating train split: 60608686 examples [13:26, 110154.09 examples/s] Generating train split: 60628686 examples [13:26, 111778.68 examples/s] Generating train split: 60649686 examples [13:27, 120218.99 examples/s] Generating train split: 60665686 examples [13:27, 86409.64 examples/s] Generating train split: 60687686 examples [13:27, 88888.80 examples/s] Generating train split: 60699686 examples [13:27, 75262.67 examples/s] Generating train split: 60709686 examples [13:28, 62983.94 examples/s] Generating train split: 60732686 examples [13:28, 84050.94 examples/s] Generating train split: 60748686 examples [13:28, 72306.47 examples/s] Generating train split: 60759686 examples [13:29, 51971.83 examples/s] Generating train split: 60781686 examples [13:29, 72725.32 examples/s] Generating train split: 60797686 examples [13:29, 64513.56 examples/s] Generating train split: 60814686 examples [13:29, 78229.29 examples/s] Generating train split: 60841686 examples [13:30, 64918.48 examples/s] Generating train split: 60854686 examples [13:30, 55667.06 examples/s] Generating train split: 60869686 examples [13:30, 64204.88 examples/s] Generating train split: 60878686 examples [13:30, 62469.55 examples/s] Generating train split: 60921686 examples [13:30, 111269.26 examples/s] Generating train split: 60938686 examples [13:31, 102431.25 examples/s] Generating train split: 60955686 examples [13:31, 109371.25 examples/s] Generating train split: 60974686 examples [13:31, 120404.44 examples/s] Generating train split: 60992686 examples [13:31, 108011.70 examples/s] Generating train split: 61008686 examples [13:31, 85641.33 examples/s] Generating train split: 61019686 examples [13:32, 64137.10 examples/s] Generating train split: 61030686 examples [13:32, 63426.07 examples/s] Generating train split: 61041686 examples [13:32, 58628.25 examples/s] Generating train split: 61058686 examples [13:32, 72663.98 examples/s] Generating train split: 61074686 examples [13:32, 69228.03 examples/s] Generating train split: 61087686 examples [13:33, 78779.83 examples/s] Generating train split: 61098686 examples [13:33, 65946.08 examples/s] Generating train split: 61109686 examples [13:33, 71547.52 examples/s] Generating train split: 61121686 examples [13:33, 79681.86 examples/s] Generating train split: 61136686 examples [13:33, 89410.19 examples/s] Generating train split: 61146686 examples [13:33, 78388.03 examples/s] Generating train split: 61155686 examples [13:33, 76198.09 examples/s] Generating train split: 61171686 examples [13:34, 92609.66 examples/s] Generating train split: 61182686 examples [13:34, 65257.97 examples/s] Generating train split: 61194686 examples [13:34, 51784.85 examples/s] Generating train split: 61206686 examples [13:34, 49901.55 examples/s] Generating train split: 61218686 examples [13:35, 59353.95 examples/s] Generating train split: 61250686 examples [13:35, 99235.82 examples/s] Generating train split: 61268686 examples [13:35, 78411.63 examples/s] Generating train split: 61283686 examples [13:35, 85682.20 examples/s] Generating train split: 61298686 examples [13:35, 82815.85 examples/s] Generating train split: 61312686 examples [13:36, 71865.83 examples/s] Generating train split: 61334686 examples [13:36, 94697.63 examples/s] Generating train split: 61349686 examples [13:36, 75079.16 examples/s] Generating train split: 61371686 examples [13:36, 73289.53 examples/s] Generating train split: 61389686 examples [13:37, 62645.48 examples/s] Generating train split: 61399686 examples [13:37, 51715.53 examples/s] Generating train split: 61428686 examples [13:37, 77763.80 examples/s] Generating train split: 61440686 examples [13:37, 69830.62 examples/s] Generating train split: 61457686 examples [13:38, 59276.45 examples/s] Generating train split: 61468686 examples [13:38, 59879.48 examples/s] Generating train split: 61478686 examples [13:38, 64581.38 examples/s] Generating train split: 61493686 examples [13:38, 59032.46 examples/s] Generating train split: 61510686 examples [13:39, 73726.04 examples/s] Generating train split: 61533686 examples [13:39, 92084.41 examples/s] Generating train split: 61544686 examples [13:39, 90860.33 examples/s] Generating train split: 61555686 examples [13:39, 94629.49 examples/s] Generating train split: 61581686 examples [13:39, 129948.00 examples/s] Generating train split: 61600686 examples [13:40, 81441.44 examples/s] Generating train split: 61617686 examples [13:40, 78615.03 examples/s] Generating train split: 61628686 examples [13:40, 66295.08 examples/s] Generating train split: 61641686 examples [13:40, 69242.47 examples/s] Generating train split: 61651686 examples [13:40, 54742.26 examples/s] Generating train split: 61676686 examples [13:41, 83399.23 examples/s] Generating train split: 61693686 examples [13:41, 88169.21 examples/s] Generating train split: 61716686 examples [13:41, 113685.08 examples/s] Generating train split: 61732686 examples [13:41, 64685.86 examples/s] Generating train split: 61751686 examples [13:42, 80443.51 examples/s] Generating train split: 61767686 examples [13:42, 81157.63 examples/s] Generating train split: 61783686 examples [13:42, 84088.79 examples/s] Generating train split: 61799686 examples [13:42, 89417.28 examples/s] Generating train split: 61815686 examples [13:42, 71775.30 examples/s] Generating train split: 61827686 examples [13:43, 52678.03 examples/s] Generating train split: 61843686 examples [13:43, 64187.39 examples/s] Generating train split: 61859686 examples [13:43, 71219.83 examples/s] Generating train split: 61875686 examples [13:43, 79024.76 examples/s] Generating train split: 61887686 examples [13:43, 82274.63 examples/s] Generating train split: 61899686 examples [13:43, 86426.65 examples/s] Generating train split: 61909686 examples [13:44, 57699.78 examples/s] Generating train split: 61937686 examples [13:44, 82319.41 examples/s] Generating train split: 61958686 examples [13:44, 92520.18 examples/s] Generating train split: 61971686 examples [13:44, 89284.62 examples/s] Generating train split: 61987686 examples [13:44, 102191.74 examples/s] Generating train split: 61999686 examples [13:45, 97094.25 examples/s] Generating train split: 62010686 examples [13:45, 57277.36 examples/s] Generating train split: 62023686 examples [13:45, 64960.07 examples/s] Generating train split: 62034686 examples [13:45, 61683.86 examples/s] Generating train split: 62045686 examples [13:46, 52743.35 examples/s] Generating train split: 62055686 examples [13:46, 58187.84 examples/s] Generating train split: 62082686 examples [13:46, 76418.15 examples/s] Generating train split: 62093686 examples [13:46, 74524.72 examples/s] Generating train split: 62115686 examples [13:46, 97937.60 examples/s] Generating train split: 62141686 examples [13:47, 84706.13 examples/s] Generating train split: 62152686 examples [13:47, 62799.56 examples/s] Generating train split: 62163686 examples [13:47, 67700.53 examples/s] Generating train split: 62186686 examples [13:47, 91822.20 examples/s] Generating train split: 62212686 examples [13:47, 114239.88 examples/s] Generating train split: 62229686 examples [13:48, 101470.56 examples/s] Generating train split: 62245686 examples [13:48, 59079.60 examples/s] Generating train split: 62262686 examples [13:48, 68354.14 examples/s] Generating train split: 62279686 examples [13:48, 81446.48 examples/s] Generating train split: 62293686 examples [13:49, 73612.74 examples/s] Generating train split: 62312686 examples [13:49, 88160.13 examples/s] Generating train split: 62328686 examples [13:49, 90774.80 examples/s] Generating train split: 62344686 examples [13:49, 69343.96 examples/s] Generating train split: 62356686 examples [13:50, 63643.74 examples/s] Generating train split: 62378686 examples [13:50, 85778.20 examples/s] Generating train split: 62401686 examples [13:50, 90289.59 examples/s] Generating train split: 62413686 examples [13:50, 89610.27 examples/s] Generating train split: 62430686 examples [13:50, 75174.90 examples/s] Generating train split: 62444686 examples [13:51, 67087.98 examples/s] Generating train split: 62455686 examples [13:51, 68646.72 examples/s] Generating train split: 62466686 examples [13:51, 58224.25 examples/s] Generating train split: 62477686 examples [13:51, 45740.45 examples/s] Generating train split: 62497686 examples [13:52, 65589.14 examples/s] Generating train split: 62519686 examples [13:52, 84862.55 examples/s] Generating train split: 62541686 examples [13:52, 101459.97 examples/s] Generating train split: 62559686 examples [13:52, 98110.59 examples/s] Generating train split: 62576686 examples [13:52, 98991.91 examples/s] Generating train split: 62588686 examples [13:52, 87902.86 examples/s] Generating train split: 62598686 examples [13:53, 88661.20 examples/s] Generating train split: 62618686 examples [13:53, 79263.57 examples/s] Generating train split: 62630686 examples [13:53, 62910.13 examples/s] Generating train split: 62639686 examples [13:53, 57508.02 examples/s] Generating train split: 62661686 examples [13:53, 82693.13 examples/s] Generating train split: 62672686 examples [13:54, 62342.14 examples/s] Generating train split: 62684686 examples [13:54, 53717.93 examples/s] Generating train split: 62706686 examples [13:54, 77201.46 examples/s] Generating train split: 62723686 examples [13:54, 91794.98 examples/s] Generating train split: 62738686 examples [13:55, 88683.49 examples/s] Generating train split: 62765686 examples [13:55, 122543.36 examples/s] Generating train split: 62781686 examples [13:55, 64700.89 examples/s] Generating train split: 62797686 examples [13:55, 61338.70 examples/s] Generating train split: 62812686 examples [13:56, 58940.87 examples/s] Generating train split: 62828686 examples [13:56, 71665.87 examples/s] Generating train split: 62839686 examples [13:56, 72502.23 examples/s] Generating train split: 62857686 examples [13:56, 90345.76 examples/s] Generating train split: 62873686 examples [13:56, 78812.80 examples/s] Generating train split: 62885686 examples [13:57, 80161.95 examples/s] Generating train split: 62896686 examples [13:57, 69475.42 examples/s] Generating train split: 62907686 examples [13:57, 73086.26 examples/s] Generating train split: 62929686 examples [13:57, 96434.86 examples/s] Generating train split: 62944686 examples [13:57, 98188.10 examples/s] Generating train split: 62955686 examples [13:57, 96418.36 examples/s] Generating train split: 62969686 examples [13:58, 78053.94 examples/s] Generating train split: 62983686 examples [13:58, 89533.86 examples/s] Generating train split: 62995686 examples [13:58, 71502.37 examples/s] Generating train split: 63007686 examples [13:58, 46584.76 examples/s] Generating train split: 63028686 examples [13:58, 68243.58 examples/s] Generating train split: 63045686 examples [13:59, 82326.06 examples/s] Generating train split: 63062686 examples [13:59, 85432.59 examples/s] Generating train split: 63084686 examples [13:59, 92200.37 examples/s] Generating train split: 63097686 examples [14:00, 52147.52 examples/s] Generating train split: 63114686 examples [14:00, 64890.52 examples/s] Generating train split: 63131686 examples [14:00, 79504.88 examples/s] Generating train split: 63159686 examples [14:00, 98907.25 examples/s] Generating train split: 63176686 examples [14:00, 97678.96 examples/s] Generating train split: 63188686 examples [14:01, 62316.36 examples/s] Generating train split: 63200686 examples [14:01, 64778.67 examples/s] Generating train split: 63217686 examples [14:01, 78927.93 examples/s] Generating train split: 63230686 examples [14:01, 73682.54 examples/s] Generating train split: 63243686 examples [14:01, 69801.78 examples/s] Generating train split: 63266686 examples [14:01, 86830.05 examples/s] Generating train split: 63276686 examples [14:02, 88196.18 examples/s] Generating train split: 63292686 examples [14:02, 102241.75 examples/s] Generating train split: 63311686 examples [14:02, 115043.97 examples/s] Generating train split: 63326686 examples [14:02, 119896.02 examples/s] Generating train split: 63343686 examples [14:02, 88107.64 examples/s] Generating train split: 63354686 examples [14:02, 80103.89 examples/s] Generating train split: 63370686 examples [14:03, 79106.84 examples/s] Generating train split: 63387686 examples [14:03, 78565.95 examples/s] Generating train split: 63400686 examples [14:03, 66332.48 examples/s] Generating train split: 63412686 examples [14:03, 67490.03 examples/s] Generating train split: 63423686 examples [14:03, 73699.84 examples/s] Generating train split: 63439686 examples [14:04, 73481.11 examples/s] Generating train split: 63451686 examples [14:04, 51998.26 examples/s] Generating train split: 63466686 examples [14:04, 64651.48 examples/s] Generating train split: 63494686 examples [14:04, 94681.44 examples/s] Generating train split: 63511686 examples [14:04, 101372.34 examples/s] Generating train split: 63527686 examples [14:05, 112802.85 examples/s] Generating train split: 63543686 examples [14:05, 64159.55 examples/s] Generating train split: 63561686 examples [14:05, 79818.28 examples/s] Generating train split: 63578686 examples [14:05, 74537.93 examples/s] Generating train split: 63596686 examples [14:06, 75457.40 examples/s] Generating train split: 63613686 examples [14:06, 88517.18 examples/s] Generating train split: 63628686 examples [14:06, 70699.48 examples/s] Generating train split: 63652686 examples [14:06, 75539.02 examples/s] Generating train split: 63663686 examples [14:07, 74335.43 examples/s] Generating train split: 63684686 examples [14:07, 91463.68 examples/s] Generating train split: 63705686 examples [14:07, 108614.91 examples/s] Generating train split: 63721686 examples [14:07, 94704.53 examples/s] Generating train split: 63739686 examples [14:08, 50213.70 examples/s] Generating train split: 63761686 examples [14:08, 60443.49 examples/s] Generating train split: 63778686 examples [14:08, 71810.71 examples/s] Generating train split: 63793686 examples [14:08, 74155.87 examples/s] Generating train split: 63804686 examples [14:09, 65808.60 examples/s] Generating train split: 63816686 examples [14:09, 72362.73 examples/s] Generating train split: 63827686 examples [14:09, 71753.93 examples/s] Generating train split: 63847686 examples [14:09, 66849.74 examples/s] Generating train split: 63858686 examples [14:09, 67354.29 examples/s] Generating train split: 63870686 examples [14:09, 69186.53 examples/s] Generating train split: 63894686 examples [14:10, 98489.51 examples/s] Generating train split: 63917686 examples [14:10, 95329.33 examples/s] Generating train split: 63943686 examples [14:10, 122058.47 examples/s] Generating train split: 63960686 examples [14:10, 113789.73 examples/s] Generating train split: 63975686 examples [14:11, 55296.70 examples/s] Generating train split: 63986686 examples [14:11, 58525.17 examples/s] Generating train split: 64003686 examples [14:11, 71326.12 examples/s] Generating train split: 64026686 examples [14:11, 85033.55 examples/s] Generating train split: 64038686 examples [14:11, 80022.69 examples/s] Generating train split: 64055686 examples [14:12, 95528.89 examples/s] Generating train split: 64070686 examples [14:12, 50352.83 examples/s] Generating train split: 64081686 examples [14:12, 56363.93 examples/s] Generating train split: 64103686 examples [14:12, 73709.01 examples/s] Generating train split: 64121686 examples [14:13, 76619.47 examples/s] Generating train split: 64132686 examples [14:13, 66738.98 examples/s] Generating train split: 64143686 examples [14:13, 73397.94 examples/s] Generating train split: 64162686 examples [14:13, 90186.68 examples/s] Generating train split: 64173686 examples [14:13, 90574.64 examples/s] Generating train split: 64190686 examples [14:13, 99889.41 examples/s] Generating train split: 64205686 examples [14:14, 79693.73 examples/s] Generating train split: 64217686 examples [14:14, 56807.51 examples/s] Generating train split: 64240686 examples [14:14, 75332.43 examples/s] Generating train split: 64251686 examples [14:14, 80816.04 examples/s] Generating train split: 64269686 examples [14:15, 83629.81 examples/s] Generating train split: 64280686 examples [14:15, 84930.88 examples/s] Generating train split: 64291686 examples [14:15, 80828.69 examples/s] Generating train split: 64301686 examples [14:15, 84412.88 examples/s] Generating train split: 64317686 examples [14:15, 57848.05 examples/s] Generating train split: 64337686 examples [14:15, 77623.96 examples/s] Generating train split: 64348686 examples [14:16, 62823.00 examples/s] Generating train split: 64359686 examples [14:16, 69329.07 examples/s] Generating train split: 64371686 examples [14:16, 74901.52 examples/s] Generating train split: 64385686 examples [14:16, 86427.31 examples/s] Generating train split: 64396686 examples [14:16, 72699.29 examples/s] Generating train split: 64407686 examples [14:17, 53002.94 examples/s] Generating train split: 64424686 examples [14:17, 68880.75 examples/s] Generating train split: 64444686 examples [14:17, 90913.54 examples/s] Generating train split: 64461686 examples [14:17, 91989.43 examples/s] Generating train split: 64477686 examples [14:18, 61367.12 examples/s] Generating train split: 64498686 examples [14:18, 78775.85 examples/s] Generating train split: 64510686 examples [14:18, 83435.27 examples/s] Generating train split: 64521686 examples [14:18, 78830.49 examples/s] Generating train split: 64533686 examples [14:18, 85348.13 examples/s] Generating train split: 64550686 examples [14:18, 100911.01 examples/s] Generating train split: 64562686 examples [14:19, 62973.76 examples/s] Generating train split: 64578686 examples [14:19, 71243.26 examples/s] Generating train split: 64599686 examples [14:19, 83685.01 examples/s] Generating train split: 64609686 examples [14:19, 86316.18 examples/s] Generating train split: 64620686 examples [14:19, 89559.90 examples/s] Generating train split: 64632686 examples [14:19, 85276.42 examples/s] Generating train split: 64642686 examples [14:19, 79158.61 examples/s] Generating train split: 64653686 examples [14:20, 73468.89 examples/s] Generating train split: 64668686 examples [14:20, 86856.76 examples/s] Generating train split: 64684686 examples [14:20, 52636.28 examples/s] Generating train split: 64696686 examples [14:20, 56341.27 examples/s] Generating train split: 64717686 examples [14:21, 72089.76 examples/s] Generating train split: 64734686 examples [14:21, 81974.52 examples/s] Generating train split: 64750686 examples [14:21, 83662.52 examples/s] Generating train split: 64760686 examples [14:21, 82954.79 examples/s] Generating train split: 64771686 examples [14:21, 83362.48 examples/s] Generating train split: 64781686 examples [14:21, 80330.30 examples/s] Generating train split: 64799686 examples [14:22, 84417.61 examples/s] Generating train split: 64809686 examples [14:22, 59433.29 examples/s] Generating train split: 64829686 examples [14:22, 57491.16 examples/s] Generating train split: 64839686 examples [14:22, 63253.04 examples/s] Generating train split: 64856686 examples [14:23, 67058.81 examples/s] Generating train split: 64868686 examples [14:23, 54893.74 examples/s] Generating train split: 64878686 examples [14:23, 60496.80 examples/s] Generating train split: 64895686 examples [14:23, 77991.54 examples/s] Generating train split: 64917686 examples [14:23, 98485.88 examples/s] Generating train split: 64932686 examples [14:24, 82022.45 examples/s] Generating train split: 64952686 examples [14:24, 98039.79 examples/s] Generating train split: 64981686 examples [14:24, 81988.08 examples/s] Generating train split: 64992686 examples [14:24, 68095.56 examples/s] Generating train split: 65010686 examples [14:25, 74510.07 examples/s] Generating train split: 65021686 examples [14:25, 67582.44 examples/s] Generating train split: 65032686 examples [14:25, 65165.92 examples/s] Generating train split: 65050686 examples [14:25, 82422.54 examples/s] Generating train split: 65064686 examples [14:25, 74434.42 examples/s] Generating train split: 65085686 examples [14:26, 72579.07 examples/s] Generating train split: 65102686 examples [14:26, 86784.41 examples/s] Generating train split: 65118686 examples [14:26, 69810.75 examples/s] Generating train split: 65140686 examples [14:26, 75463.47 examples/s] Generating train split: 65150686 examples [14:26, 69334.90 examples/s] Generating train split: 65160686 examples [14:27, 72814.86 examples/s] Generating train split: 65170686 examples [14:27, 57714.90 examples/s] Generating train split: 65202686 examples [14:27, 95773.72 examples/s] Generating train split: 65218686 examples [14:27, 83754.72 examples/s] Generating train split: 65230686 examples [14:27, 82544.03 examples/s] Generating train split: 65241686 examples [14:28, 73733.26 examples/s] Generating train split: 65252686 examples [14:28, 58817.11 examples/s] Generating train split: 65263686 examples [14:28, 63762.51 examples/s] Generating train split: 65285686 examples [14:28, 89241.72 examples/s] Generating train split: 65299686 examples [14:29, 68064.36 examples/s] Generating train split: 65309686 examples [14:29, 71457.78 examples/s] Generating train split: 65325686 examples [14:29, 79306.25 examples/s] Generating train split: 65340686 examples [14:29, 90717.88 examples/s] Generating train split: 65373686 examples [14:29, 114595.82 examples/s] Generating train split: 65388686 examples [14:30, 63025.13 examples/s] Generating train split: 65409686 examples [14:30, 80885.95 examples/s] Generating train split: 65424686 examples [14:30, 67294.54 examples/s] Generating train split: 65440686 examples [14:30, 79959.29 examples/s] Generating train split: 65455686 examples [14:31, 65787.30 examples/s] Generating train split: 65466686 examples [14:31, 63498.87 examples/s] Generating train split: 65476686 examples [14:31, 68230.85 examples/s] Generating train split: 65494686 examples [14:31, 55328.89 examples/s] Generating train split: 65505686 examples [14:32, 52815.47 examples/s] Generating train split: 65526686 examples [14:32, 70208.54 examples/s] Generating train split: 65542686 examples [14:32, 82149.48 examples/s] Generating train split: 65557686 examples [14:32, 86523.50 examples/s] Generating train split: 65582686 examples [14:32, 109907.10 examples/s] Generating train split: 65599686 examples [14:32, 89411.01 examples/s] Generating train split: 65610686 examples [14:33, 56791.17 examples/s] Generating train split: 65621686 examples [14:33, 55124.07 examples/s] Generating train split: 65636686 examples [14:33, 65846.82 examples/s] Generating train split: 65646686 examples [14:33, 69510.72 examples/s] Generating train split: 65662686 examples [14:33, 84923.08 examples/s] Generating train split: 65678686 examples [14:34, 94697.61 examples/s] Generating train split: 65694686 examples [14:34, 99157.55 examples/s] Generating train split: 65711686 examples [14:34, 61239.29 examples/s] Generating train split: 65720686 examples [14:34, 59773.55 examples/s] Generating train split: 65737686 examples [14:34, 73589.22 examples/s] Generating train split: 65751686 examples [14:35, 71972.27 examples/s] Generating train split: 65761686 examples [14:35, 50348.86 examples/s] Generating train split: 65771686 examples [14:35, 55097.34 examples/s] Generating train split: 65793686 examples [14:35, 77816.03 examples/s] Generating train split: 65803686 examples [14:35, 79515.11 examples/s] Generating train split: 65817686 examples [14:36, 62754.25 examples/s] Generating train split: 65827686 examples [14:36, 65023.36 examples/s] Generating train split: 65844686 examples [14:36, 83860.30 examples/s] Generating train split: 65860686 examples [14:36, 79811.40 examples/s] Generating train split: 65887686 examples [14:36, 111549.24 examples/s] Generating train split: 65904686 examples [14:36, 123107.21 examples/s] Generating train split: 65922686 examples [14:37, 66152.39 examples/s] Generating train split: 65936686 examples [14:37, 71795.99 examples/s] Generating train split: 65963686 examples [14:37, 100340.10 examples/s] Generating train split: 65979686 examples [14:37, 93413.78 examples/s] Generating train split: 65992686 examples [14:38, 61696.13 examples/s] Generating train split: 66009686 examples [14:38, 73686.72 examples/s] Generating train split: 66020686 examples [14:38, 61780.65 examples/s] Generating train split: 66031686 examples [14:39, 58848.96 examples/s] Generating train split: 66041686 examples [14:39, 64297.96 examples/s] Generating train split: 66051686 examples [14:39, 53947.88 examples/s] Generating train split: 66070686 examples [14:39, 72740.26 examples/s] Generating train split: 66086686 examples [14:39, 84591.91 examples/s] Generating train split: 66101686 examples [14:39, 83991.51 examples/s] Generating train split: 66116686 examples [14:40, 74376.53 examples/s] Generating train split: 66126686 examples [14:40, 57466.29 examples/s] Generating train split: 66148686 examples [14:40, 63095.44 examples/s] Generating train split: 66173686 examples [14:40, 88391.70 examples/s] Generating train split: 66199686 examples [14:40, 115063.10 examples/s] Generating train split: 66220686 examples [14:41, 96042.00 examples/s] Generating train split: 66234686 examples [14:41, 92424.90 examples/s] Generating train split: 66251686 examples [14:41, 93973.87 examples/s] Generating train split: 66262686 examples [14:41, 84211.23 examples/s] Generating train split: 66273686 examples [14:42, 70915.67 examples/s] Generating train split: 66290686 examples [14:42, 82294.16 examples/s] Generating train split: 66301686 examples [14:42, 73128.37 examples/s] Generating train split: 66313686 examples [14:42, 81666.28 examples/s] Generating train split: 66323686 examples [14:42, 58816.57 examples/s] Generating train split: 66335686 examples [14:42, 61335.81 examples/s] Generating train split: 66345686 examples [14:43, 54786.48 examples/s] Generating train split: 66355686 examples [14:43, 46596.15 examples/s] Generating train split: 66362686 examples [14:43, 39084.55 examples/s] Generating train split: 66373686 examples [14:43, 48396.76 examples/s] Generating train split: 66388686 examples [14:44, 65416.16 examples/s] Generating train split: 66404686 examples [14:44, 68264.67 examples/s] Generating train split: 66421686 examples [14:44, 86701.20 examples/s] Generating train split: 66436686 examples [14:44, 46746.33 examples/s] Generating train split: 66447686 examples [14:45, 50356.92 examples/s] Generating train split: 66459686 examples [14:45, 59070.61 examples/s] Generating train split: 66495686 examples [14:45, 105501.88 examples/s] Generating train split: 66513686 examples [14:45, 80924.98 examples/s] Generating train split: 66543686 examples [14:45, 104486.30 examples/s] Generating train split: 66559686 examples [14:46, 105033.38 examples/s] Generating train split: 66580686 examples [14:46, 112594.70 examples/s] Generating train split: 66595686 examples [14:46, 79218.83 examples/s] Generating train split: 66606686 examples [14:46, 71761.19 examples/s] Generating train split: 66617686 examples [14:46, 74296.10 examples/s] Generating train split: 66628686 examples [14:47, 63899.46 examples/s] Generating train split: 66644686 examples [14:47, 72142.28 examples/s] Generating train split: 66660686 examples [14:47, 85972.22 examples/s] Generating train split: 66671686 examples [14:47, 54355.63 examples/s] Generating train split: 66682686 examples [14:48, 60601.22 examples/s] Generating train split: 66692686 examples [14:48, 52863.10 examples/s] Generating train split: 66712686 examples [14:48, 71151.60 examples/s] Generating train split: 66728686 examples [14:48, 75226.59 examples/s] Generating train split: 66739686 examples [14:48, 69317.19 examples/s] Generating train split: 66761686 examples [14:49, 67596.60 examples/s] Generating train split: 66771686 examples [14:49, 64347.14 examples/s] Generating train split: 66788686 examples [14:49, 80601.93 examples/s] Generating train split: 66803686 examples [14:49, 92358.81 examples/s] Generating train split: 66824686 examples [14:49, 106124.83 examples/s] Generating train split: 66846686 examples [14:49, 113756.58 examples/s] Generating train split: 66863686 examples [14:50, 111480.82 examples/s] Generating train split: 66880686 examples [14:50, 123462.33 examples/s] Generating train split: 66904686 examples [14:50, 133623.77 examples/s] Generating train split: 66929686 examples [14:50, 149515.91 examples/s] Generating train split: 66945686 examples [14:50, 87614.05 examples/s] Generating train split: 66967686 examples [14:50, 107445.08 examples/s] Generating train split: 66990686 examples [14:51, 128752.30 examples/s] Generating train split: 67011686 examples [14:51, 119502.32 examples/s] Generating train split: 67027686 examples [14:51, 83025.92 examples/s] Generating train split: 67047686 examples [14:51, 97931.47 examples/s] Generating train split: 67069686 examples [14:51, 110545.73 examples/s] Generating train split: 67086686 examples [14:52, 111992.32 examples/s] Generating train split: 67106686 examples [14:52, 99468.50 examples/s] Generating train split: 67122686 examples [14:52, 98513.25 examples/s] Generating train split: 67156686 examples [14:52, 141367.52 examples/s] Generating train split: 67185686 examples [14:52, 162928.39 examples/s] Generating train split: 67214686 examples [14:52, 177823.15 examples/s] Generating train split: 67237686 examples [14:52, 173715.74 examples/s] Generating train split: 67256686 examples [14:53, 146359.97 examples/s] Generating train split: 67276686 examples [14:53, 138830.72 examples/s] Generating train split: 67293686 examples [14:53, 87435.83 examples/s] Generating train split: 67325686 examples [14:53, 112027.62 examples/s] Generating train split: 67348686 examples [14:54, 93106.98 examples/s] Generating train split: 67364686 examples [14:54, 80718.55 examples/s] Generating train split: 67379686 examples [14:54, 64744.08 examples/s] Generating train split: 67391686 examples [14:55, 68188.02 examples/s] Generating train split: 67400686 examples [14:55, 64224.95 examples/s] Generating train split: 67410686 examples [14:55, 46339.13 examples/s] Generating train split: 67424686 examples [14:55, 57853.93 examples/s] Generating train split: 67450686 examples [14:55, 85064.35 examples/s] Generating train split: 67464686 examples [14:56, 77850.35 examples/s] Generating train split: 67474686 examples [14:56, 67302.12 examples/s] Generating train split: 67484686 examples [14:56, 56474.32 examples/s] Generating train split: 67500686 examples [14:56, 72138.85 examples/s] Generating train split: 67511686 examples [14:56, 73565.69 examples/s] Generating train split: 67523686 examples [14:57, 73133.43 examples/s] Generating train split: 67550686 examples [14:57, 108271.87 examples/s] Generating train split: 67564686 examples [14:57, 98215.33 examples/s] Generating train split: 67580686 examples [14:58, 45789.28 examples/s] Generating train split: 67603686 examples [14:58, 62343.98 examples/s] Generating train split: 67618686 examples [14:58, 73275.68 examples/s] Generating train split: 67632686 examples [14:58, 65019.85 examples/s] Generating train split: 67647686 examples [14:59, 55562.04 examples/s] Generating train split: 67655686 examples [14:59, 48209.00 examples/s] Generating train split: 67672686 examples [14:59, 62316.56 examples/s] Generating train split: 67683686 examples [14:59, 69321.87 examples/s] Generating train split: 67693686 examples [14:59, 63055.15 examples/s] Generating train split: 67703686 examples [15:00, 48130.71 examples/s] Generating train split: 67730686 examples [15:00, 79894.88 examples/s] Generating train split: 67755686 examples [15:00, 109056.50 examples/s] Generating train split: 67774686 examples [15:00, 100713.79 examples/s] Generating train split: 67790686 examples [15:00, 85990.55 examples/s] Generating train split: 67807686 examples [15:01, 73404.08 examples/s] Generating train split: 67829686 examples [15:01, 89349.34 examples/s] Generating train split: 67846686 examples [15:01, 89874.54 examples/s] Generating train split: 67868686 examples [15:01, 111396.27 examples/s] Generating train split: 67889686 examples [15:01, 124470.52 examples/s] Generating train split: 67906686 examples [15:01, 125646.27 examples/s] Generating train split: 67922686 examples [15:02, 82961.67 examples/s] Generating train split: 67935686 examples [15:02, 85497.17 examples/s] Generating train split: 67947686 examples [15:02, 72654.63 examples/s] Generating train split: 67964686 examples [15:02, 84146.59 examples/s] Generating train split: 67979686 examples [15:03, 51911.55 examples/s] Generating train split: 67990686 examples [15:03, 53181.62 examples/s] Generating train split: 68001686 examples [15:03, 45814.84 examples/s] Generating train split: 68019686 examples [15:03, 61757.62 examples/s] Generating train split: 68030686 examples [15:03, 67123.38 examples/s] Generating train split: 68041686 examples [15:04, 68335.61 examples/s] Generating train split: 68052686 examples [15:04, 69650.68 examples/s] Generating train split: 68063686 examples [15:04, 73896.06 examples/s] Generating train split: 68075686 examples [15:04, 75771.20 examples/s] Generating train split: 68104686 examples [15:04, 85742.06 examples/s] Generating train split: 68116686 examples [15:04, 90410.29 examples/s] Generating train split: 68128686 examples [15:05, 82225.39 examples/s] Generating train split: 68144686 examples [15:05, 96221.19 examples/s] Generating train split: 68157686 examples [15:05, 77605.34 examples/s] Generating train split: 68169686 examples [15:05, 76559.74 examples/s] Generating train split: 68181686 examples [15:05, 80404.22 examples/s] Generating train split: 68193686 examples [15:05, 87499.50 examples/s] Generating train split: 68211686 examples [15:06, 106103.23 examples/s] Generating train split: 68227686 examples [15:06, 67353.77 examples/s] Generating train split: 68238686 examples [15:06, 72139.37 examples/s] Generating train split: 68260686 examples [15:06, 95719.52 examples/s] Generating train split: 68274686 examples [15:06, 88962.31 examples/s] Generating train split: 68291686 examples [15:07, 98331.97 examples/s] Generating train split: 68303686 examples [15:07, 49972.48 examples/s] Generating train split: 68313686 examples [15:07, 55055.33 examples/s] Generating train split: 68330686 examples [15:08, 45745.11 examples/s] Generating train split: 68348686 examples [15:08, 58631.51 examples/s] Generating train split: 68358686 examples [15:08, 61328.13 examples/s] Generating train split: 68380686 examples [15:08, 84798.29 examples/s] Generating train split: 68395686 examples [15:08, 64968.78 examples/s] Generating train split: 68417686 examples [15:09, 86367.25 examples/s] Generating train split: 68440686 examples [15:09, 109529.61 examples/s] Generating train split: 68461686 examples [15:09, 108222.20 examples/s] Generating train split: 68478686 examples [15:09, 93834.10 examples/s] Generating train split: 68495686 examples [15:10, 66968.90 examples/s] Generating train split: 68514686 examples [15:10, 74680.26 examples/s] Generating train split: 68529686 examples [15:10, 83767.19 examples/s] Generating train split: 68546686 examples [15:10, 72692.12 examples/s] Generating train split: 68556686 examples [15:10, 72514.82 examples/s] Generating train split: 68567686 examples [15:10, 77579.21 examples/s] Generating train split: 68585686 examples [15:11, 81126.35 examples/s] Generating train split: 68595686 examples [15:11, 82936.21 examples/s] Generating train split: 68607686 examples [15:11, 76911.67 examples/s] Generating train split: 68618686 examples [15:11, 49659.28 examples/s] Generating train split: 68629686 examples [15:12, 51047.74 examples/s] Generating train split: 68658686 examples [15:12, 85909.57 examples/s] Generating train split: 68670686 examples [15:12, 61799.26 examples/s] Generating train split: 68682686 examples [15:12, 62301.49 examples/s] Generating train split: 68693686 examples [15:12, 69232.39 examples/s] Generating train split: 68711686 examples [15:13, 84263.58 examples/s] Generating train split: 68727686 examples [15:13, 63377.91 examples/s] Generating train split: 68754686 examples [15:13, 91708.92 examples/s] Generating train split: 68782686 examples [15:13, 110688.60 examples/s] Generating train split: 68800686 examples [15:13, 121767.49 examples/s] Generating train split: 68817686 examples [15:14, 98421.68 examples/s] Generating train split: 68833686 examples [15:14, 108470.79 examples/s] Generating train split: 68849686 examples [15:14, 83823.40 examples/s] Generating train split: 68861686 examples [15:14, 89877.53 examples/s] Generating train split: 68873686 examples [15:14, 77590.03 examples/s] Generating train split: 68890686 examples [15:14, 93945.40 examples/s] Generating train split: 68907686 examples [15:15, 81922.32 examples/s] Generating train split: 68918686 examples [15:15, 85650.59 examples/s] Generating train split: 68934686 examples [15:15, 98724.67 examples/s] Generating train split: 68946686 examples [15:15, 85597.96 examples/s] Generating train split: 68957686 examples [15:16, 53691.42 examples/s] Generating train split: 68967686 examples [15:16, 53053.54 examples/s] Generating train split: 68985686 examples [15:16, 54085.47 examples/s] Generating train split: 69002686 examples [15:16, 69686.79 examples/s] Generating train split: 69013686 examples [15:16, 67252.93 examples/s] Generating train split: 69030686 examples [15:17, 71934.21 examples/s] Generating train split: 69041686 examples [15:17, 72527.03 examples/s] Generating train split: 69055686 examples [15:17, 39058.76 examples/s] Generating train split: 69087686 examples [15:18, 69428.28 examples/s] Generating train split: 69111686 examples [15:18, 87259.49 examples/s] Generating train split: 69141686 examples [15:18, 119510.32 examples/s] Generating train split: 69162686 examples [15:18, 79422.14 examples/s] Generating train split: 69179686 examples [15:19, 72007.65 examples/s] Generating train split: 69202686 examples [15:19, 77406.25 examples/s] Generating train split: 69224686 examples [15:19, 96041.01 examples/s] Generating train split: 69240686 examples [15:19, 89008.89 examples/s] Generating train split: 69256686 examples [15:19, 84677.60 examples/s] Generating train split: 69267686 examples [15:19, 85621.40 examples/s] Generating train split: 69278686 examples [15:20, 78175.75 examples/s] Generating train split: 69289686 examples [15:20, 62812.57 examples/s] Generating train split: 69299686 examples [15:20, 55459.96 examples/s] Generating train split: 69323686 examples [15:21, 60411.34 examples/s] Generating train split: 69335686 examples [15:21, 66293.83 examples/s] Generating train split: 69346686 examples [15:21, 65638.24 examples/s] Generating train split: 69370686 examples [15:21, 78977.34 examples/s] Generating train split: 69380686 examples [15:21, 81815.58 examples/s] Generating train split: 69391686 examples [15:21, 81573.87 examples/s] Generating train split: 69403686 examples [15:21, 80745.99 examples/s] Generating train split: 69414686 examples [15:22, 86666.55 examples/s] Generating train split: 69437686 examples [15:22, 109006.36 examples/s] Generating train split: 69453686 examples [15:22, 85864.67 examples/s] Generating train split: 69480686 examples [15:22, 118137.21 examples/s] Generating train split: 69497686 examples [15:22, 86187.47 examples/s] Generating train split: 69514686 examples [15:23, 79795.84 examples/s] Generating train split: 69525686 examples [15:23, 82969.36 examples/s] Generating train split: 69542686 examples [15:23, 98190.04 examples/s] Generating train split: 69560686 examples [15:23, 81286.02 examples/s] Generating train split: 69571686 examples [15:23, 82470.68 examples/s] Generating train split: 69582686 examples [15:24, 51836.21 examples/s] Generating train split: 69593686 examples [15:24, 59090.10 examples/s] Generating train split: 69605686 examples [15:24, 58415.63 examples/s] Generating train split: 69633686 examples [15:24, 76379.58 examples/s] Generating train split: 69643686 examples [15:24, 79721.29 examples/s] Generating train split: 69654686 examples [15:25, 80886.97 examples/s] Generating train split: 69665686 examples [15:25, 50987.30 examples/s] Generating train split: 69675686 examples [15:25, 45299.94 examples/s] Generating train split: 69688686 examples [15:26, 49955.73 examples/s] Generating train split: 69698686 examples [15:26, 57023.18 examples/s] Generating train split: 69710686 examples [15:26, 58260.05 examples/s] Generating train split: 69728686 examples [15:26, 74903.88 examples/s] Generating train split: 69738686 examples [15:26, 79349.86 examples/s] Generating train split: 69756686 examples [15:26, 89901.57 examples/s] Generating train split: 69767686 examples [15:26, 93005.30 examples/s] Generating train split: 69778686 examples [15:26, 93028.47 examples/s] Generating train split: 69805686 examples [15:27, 134436.75 examples/s] Generating train split: 69825686 examples [15:27, 79401.91 examples/s] Generating train split: 69842686 examples [15:27, 70605.32 examples/s] Generating train split: 69860686 examples [15:27, 82818.75 examples/s] Generating train split: 69875686 examples [15:28, 79446.80 examples/s] Generating train split: 69897686 examples [15:28, 94599.60 examples/s] Generating train split: 69914686 examples [15:28, 74177.13 examples/s] Generating train split: 69925686 examples [15:28, 66803.35 examples/s] Generating train split: 69941686 examples [15:29, 75446.73 examples/s] Generating train split: 69952686 examples [15:29, 79920.85 examples/s] Generating train split: 69962686 examples [15:29, 62725.86 examples/s] Generating train split: 69974686 examples [15:29, 47511.37 examples/s] Generating train split: 69987686 examples [15:29, 58753.40 examples/s] Generating train split: 70004686 examples [15:30, 51765.79 examples/s] Generating train split: 70026686 examples [15:30, 56905.87 examples/s] Generating train split: 70036686 examples [15:30, 61311.17 examples/s] Generating train split: 70065686 examples [15:30, 91699.93 examples/s] Generating train split: 70081686 examples [15:31, 99385.45 examples/s] Generating train split: 70094686 examples [15:31, 86646.50 examples/s] Generating train split: 70105686 examples [15:31, 76059.81 examples/s] Generating train split: 70117686 examples [15:31, 78609.68 examples/s] Generating train split: 70133686 examples [15:31, 93526.83 examples/s] Generating train split: 70149686 examples [15:31, 92392.49 examples/s] Generating train split: 70160686 examples [15:32, 75105.98 examples/s] Generating train split: 70177686 examples [15:32, 91262.79 examples/s] Generating train split: 70194686 examples [15:32, 99305.50 examples/s] Generating train split: 70212686 examples [15:32, 110187.49 examples/s] Generating train split: 70224686 examples [15:33, 56634.18 examples/s] Generating train split: 70243686 examples [15:33, 59436.33 examples/s] Generating train split: 70260686 examples [15:33, 71996.40 examples/s] Generating train split: 70272686 examples [15:33, 69728.23 examples/s] Generating train split: 70283686 examples [15:33, 63612.69 examples/s] Generating train split: 70293686 examples [15:33, 67801.03 examples/s] Generating train split: 70302686 examples [15:34, 46945.84 examples/s] Generating train split: 70319686 examples [15:34, 62957.57 examples/s] Generating train split: 70330686 examples [15:34, 56270.37 examples/s] Generating train split: 70362686 examples [15:34, 97004.79 examples/s] Generating train split: 70381686 examples [15:35, 73821.67 examples/s] Generating train split: 70394686 examples [15:35, 69953.06 examples/s] Generating train split: 70410686 examples [15:35, 66343.07 examples/s] Generating train split: 70420686 examples [15:35, 69999.04 examples/s] Generating train split: 70432686 examples [15:36, 68252.89 examples/s] Generating train split: 70453686 examples [15:36, 91345.82 examples/s] Generating train split: 70470686 examples [15:36, 85255.08 examples/s] Generating train split: 70492686 examples [15:36, 93386.31 examples/s] Generating train split: 70503686 examples [15:36, 96259.17 examples/s] Generating train split: 70519686 examples [15:36, 97725.65 examples/s] Generating train split: 70532686 examples [15:37, 88205.98 examples/s] Generating train split: 70543686 examples [15:37, 62951.21 examples/s] Generating train split: 70554686 examples [15:37, 65091.14 examples/s] Generating train split: 70593686 examples [15:37, 89992.04 examples/s] Generating train split: 70604686 examples [15:37, 92140.05 examples/s] Generating train split: 70615686 examples [15:38, 65864.49 examples/s] Generating train split: 70627686 examples [15:38, 63719.63 examples/s] Generating train split: 70638686 examples [15:38, 58958.03 examples/s] Generating train split: 70654686 examples [15:38, 74378.83 examples/s] Generating train split: 70670686 examples [15:38, 84692.90 examples/s] Generating train split: 70682686 examples [15:39, 61641.96 examples/s] Generating train split: 70703686 examples [15:39, 79076.19 examples/s] Generating train split: 70715686 examples [15:39, 79000.10 examples/s] Generating train split: 70726686 examples [15:39, 84437.15 examples/s] Generating train split: 70737686 examples [15:39, 87425.73 examples/s] Generating train split: 70749686 examples [15:39, 90546.38 examples/s] Generating train split: 70761686 examples [15:40, 68461.07 examples/s] Generating train split: 70773686 examples [15:40, 56161.24 examples/s] Generating train split: 70785686 examples [15:40, 49321.09 examples/s] Generating train split: 70807686 examples [15:40, 73023.03 examples/s] Generating train split: 70817686 examples [15:41, 71190.99 examples/s] Generating train split: 70833686 examples [15:41, 84719.15 examples/s] Generating train split: 70844686 examples [15:41, 75877.12 examples/s] Generating train split: 70860686 examples [15:41, 90445.14 examples/s] Generating train split: 70872686 examples [15:41, 75385.82 examples/s] Generating train split: 70897686 examples [15:41, 98682.40 examples/s] Generating train split: 70918686 examples [15:41, 117610.07 examples/s] Generating train split: 70934686 examples [15:42, 63608.02 examples/s] Generating train split: 70951686 examples [15:42, 77766.65 examples/s] Generating train split: 70967686 examples [15:43, 62392.72 examples/s] Generating train split: 70983686 examples [15:43, 73846.01 examples/s] Generating train split: 70997686 examples [15:43, 84150.27 examples/s] Generating train split: 71014686 examples [15:43, 72956.70 examples/s] Generating train split: 71035686 examples [15:43, 92931.98 examples/s] Generating train split: 71051686 examples [15:43, 79184.35 examples/s] Generating train split: 71067686 examples [15:44, 90698.89 examples/s] Generating train split: 71082686 examples [15:44, 67135.58 examples/s] Generating train split: 71093686 examples [15:44, 65730.03 examples/s] Generating train split: 71109686 examples [15:44, 65631.49 examples/s] Generating train split: 71120686 examples [15:45, 62505.84 examples/s] Generating train split: 71133686 examples [15:45, 63166.04 examples/s] Generating train split: 71144686 examples [15:45, 69368.69 examples/s] Generating train split: 71169686 examples [15:45, 90910.08 examples/s] Generating train split: 71179686 examples [15:45, 73811.35 examples/s] Generating train split: 71212686 examples [15:46, 94821.82 examples/s] Generating train split: 71229686 examples [15:46, 102418.74 examples/s] Generating train split: 71240686 examples [15:46, 81163.62 examples/s] Generating train split: 71250686 examples [15:46, 49437.74 examples/s] Generating train split: 71267686 examples [15:47, 61219.57 examples/s] Generating train split: 71278686 examples [15:47, 54555.47 examples/s] Generating train split: 71289686 examples [15:47, 61927.34 examples/s] Generating train split: 71317686 examples [15:47, 88044.86 examples/s] Generating train split: 71340686 examples [15:47, 95751.50 examples/s] Generating train split: 71351686 examples [15:47, 95616.50 examples/s] Generating train split: 71364686 examples [15:48, 72564.51 examples/s] Generating train split: 71375686 examples [15:48, 65963.04 examples/s] Generating train split: 71385686 examples [15:48, 46020.16 examples/s] Generating train split: 71408686 examples [15:49, 52735.98 examples/s] Generating train split: 71423686 examples [15:49, 64571.32 examples/s] Generating train split: 71455686 examples [15:49, 86342.59 examples/s] Generating train split: 71488686 examples [15:49, 100596.94 examples/s] Generating train split: 71504686 examples [15:50, 98113.48 examples/s] Generating train split: 71525686 examples [15:50, 113325.76 examples/s] Generating train split: 71541686 examples [15:50, 67398.93 examples/s] Generating train split: 71561686 examples [15:50, 76703.75 examples/s] Generating train split: 71572686 examples [15:51, 52309.87 examples/s] Generating train split: 71582686 examples [15:51, 46463.77 examples/s] Generating train split: 71593686 examples [15:51, 51619.12 examples/s] Generating train split: 71621686 examples [15:51, 81056.99 examples/s] Generating train split: 71637686 examples [15:52, 86128.66 examples/s] Generating train split: 71654686 examples [15:52, 98346.54 examples/s] Generating train split: 71669686 examples [15:52, 98489.78 examples/s] Generating train split: 71686686 examples [15:52, 83662.52 examples/s] Generating train split: 71697686 examples [15:52, 78976.76 examples/s] Generating train split: 71708686 examples [15:52, 77729.83 examples/s] Generating train split: 71718686 examples [15:53, 46577.70 examples/s] Generating train split: 71732686 examples [15:53, 53256.49 examples/s] Generating train split: 71747686 examples [15:53, 64758.57 examples/s] Generating train split: 71775686 examples [15:53, 82229.58 examples/s] Generating train split: 71792686 examples [15:54, 94778.26 examples/s] Generating train split: 71804686 examples [15:54, 89916.88 examples/s] Generating train split: 71819686 examples [15:54, 84335.61 examples/s] Generating train split: 71860686 examples [15:54, 139731.18 examples/s] Generating train split: 71881686 examples [15:55, 68679.13 examples/s] Generating train split: 71896686 examples [15:55, 62820.95 examples/s] Generating train split: 71912686 examples [15:55, 72854.30 examples/s] Generating train split: 71926686 examples [15:55, 76156.11 examples/s] Generating train split: 71948686 examples [15:55, 92247.02 examples/s] Generating train split: 71963686 examples [15:56, 91603.37 examples/s] Generating train split: 71978686 examples [15:56, 70748.79 examples/s] Generating train split: 71994686 examples [15:56, 54956.67 examples/s] Generating train split: 72009686 examples [15:57, 63230.22 examples/s] Generating train split: 72020686 examples [15:57, 64045.06 examples/s] Generating train split: 72030686 examples [15:57, 58937.96 examples/s] Generating train split: 72041686 examples [15:57, 60956.60 examples/s] Generating train split: 72050686 examples [15:57, 59232.54 examples/s] Generating train split: 72089686 examples [15:57, 101803.56 examples/s] Generating train split: 72102686 examples [15:58, 99021.49 examples/s] Generating train split: 72118686 examples [15:58, 96787.48 examples/s] Generating train split: 72128686 examples [15:58, 70944.08 examples/s] Generating train split: 72139686 examples [15:58, 65174.89 examples/s] Generating train split: 72171686 examples [15:59, 91518.46 examples/s] Generating train split: 72181686 examples [15:59, 77357.24 examples/s] Generating train split: 72191686 examples [15:59, 73705.86 examples/s] Generating train split: 72202686 examples [15:59, 48366.12 examples/s] Generating train split: 72219686 examples [15:59, 64072.78 examples/s] Generating train split: 72232686 examples [16:00, 60715.65 examples/s] Generating train split: 72252686 examples [16:00, 81595.34 examples/s] Generating train split: 72289686 examples [16:00, 133227.33 examples/s] Generating train split: 72310686 examples [16:00, 88054.56 examples/s] Generating train split: 72325686 examples [16:01, 57861.81 examples/s] Generating train split: 72336686 examples [16:01, 60999.75 examples/s] Generating train split: 72347686 examples [16:01, 51726.04 examples/s] Generating train split: 72358686 examples [16:02, 48080.17 examples/s] Generating train split: 72404686 examples [16:02, 96849.62 examples/s] Generating train split: 72424686 examples [16:02, 112188.59 examples/s] Generating train split: 72444686 examples [16:02, 117312.32 examples/s] Generating train split: 72461686 examples [16:02, 123237.13 examples/s] Generating train split: 72481686 examples [16:03, 91797.24 examples/s] Generating train split: 72496686 examples [16:03, 86048.48 examples/s] Generating train split: 72511686 examples [16:03, 88742.53 examples/s] Generating train split: 72527686 examples [16:03, 83554.24 examples/s] Generating train split: 72537686 examples [16:03, 69704.31 examples/s] Generating train split: 72547686 examples [16:04, 48695.62 examples/s] Generating train split: 72569686 examples [16:04, 67426.55 examples/s] Generating train split: 72580686 examples [16:04, 63058.15 examples/s] Generating train split: 72609686 examples [16:04, 96389.98 examples/s] Generating train split: 72627686 examples [16:05, 63170.47 examples/s] Generating train split: 72642686 examples [16:05, 57768.10 examples/s] Generating train split: 72651686 examples [16:05, 61489.05 examples/s] Generating train split: 72663686 examples [16:05, 55634.30 examples/s] Generating train split: 72685686 examples [16:06, 77764.05 examples/s] Generating train split: 72696686 examples [16:06, 80738.12 examples/s] Generating train split: 72707686 examples [16:06, 85716.34 examples/s] Generating train split: 72724686 examples [16:06, 98669.57 examples/s] Generating train split: 72740686 examples [16:06, 88712.55 examples/s] Generating train split: 72752686 examples [16:06, 82734.11 examples/s] Generating train split: 72766686 examples [16:07, 62852.03 examples/s] Generating train split: 72780686 examples [16:07, 74614.34 examples/s] Generating train split: 72796686 examples [16:07, 88662.01 examples/s] Generating train split: 72811686 examples [16:07, 82142.59 examples/s] Generating train split: 72832686 examples [16:07, 73277.02 examples/s] Generating train split: 72843686 examples [16:08, 78327.03 examples/s] Generating train split: 72854686 examples [16:08, 75117.12 examples/s] Generating train split: 72864686 examples [16:08, 60018.05 examples/s] Generating train split: 72888686 examples [16:08, 89108.28 examples/s] Generating train split: 72909686 examples [16:08, 108614.81 examples/s] Generating train split: 72926686 examples [16:08, 98112.47 examples/s] Generating train split: 72942686 examples [16:09, 95571.27 examples/s] Generating train split: 72953686 examples [16:09, 61132.99 examples/s] Generating train split: 72971686 examples [16:09, 76651.59 examples/s] Generating train split: 72983686 examples [16:09, 76080.06 examples/s] Generating train split: 72995686 examples [16:10, 61404.34 examples/s] Generating train split: 73005686 examples [16:10, 50043.45 examples/s] Generating train split: 73038686 examples [16:10, 86455.73 examples/s] Generating train split: 73055686 examples [16:10, 85730.39 examples/s] Generating train split: 73078686 examples [16:10, 108037.85 examples/s] Generating train split: 73093686 examples [16:11, 94776.72 examples/s] Generating train split: 73115686 examples [16:11, 109848.35 examples/s] Generating train split: 73131686 examples [16:11, 66467.72 examples/s] Generating train split: 73146686 examples [16:11, 64643.62 examples/s] Generating train split: 73158686 examples [16:12, 61246.63 examples/s] Generating train split: 73170686 examples [16:12, 63701.43 examples/s] Generating train split: 73180686 examples [16:12, 64254.67 examples/s] Generating train split: 73196686 examples [16:12, 56313.55 examples/s] Generating train split: 73209686 examples [16:13, 65236.90 examples/s] Generating train split: 73226686 examples [16:13, 77515.02 examples/s] Generating train split: 73238686 examples [16:13, 66120.37 examples/s] Generating train split: 73260686 examples [16:13, 84580.98 examples/s] Generating train split: 73273686 examples [16:13, 65322.97 examples/s] Generating train split: 73295686 examples [16:13, 87537.45 examples/s] Generating train split: 73312686 examples [16:14, 76845.92 examples/s] Generating train split: 73323686 examples [16:14, 61262.87 examples/s] Generating train split: 73334686 examples [16:14, 66241.89 examples/s] Generating train split: 73356686 examples [16:14, 90539.69 examples/s] Generating train split: 73377686 examples [16:14, 111793.76 examples/s] Generating train split: 73395686 examples [16:15, 115614.17 examples/s] Generating train split: 73411686 examples [16:15, 73471.83 examples/s] Generating train split: 73423686 examples [16:15, 66863.30 examples/s] Generating train split: 73450686 examples [16:15, 93695.81 examples/s] Generating train split: 73464686 examples [16:16, 62798.73 examples/s] Generating train split: 73474686 examples [16:16, 54320.31 examples/s] Generating train split: 73485686 examples [16:16, 57403.34 examples/s] Generating train split: 73508686 examples [16:16, 82109.68 examples/s] Generating train split: 73523686 examples [16:17, 61832.56 examples/s] Generating train split: 73543686 examples [16:17, 81045.03 examples/s] Generating train split: 73558686 examples [16:17, 90012.65 examples/s] Generating train split: 73576686 examples [16:17, 73658.53 examples/s] Generating train split: 73592686 examples [16:18, 54084.58 examples/s] Generating train split: 73603686 examples [16:18, 50106.07 examples/s] Generating train split: 73620686 examples [16:18, 64012.22 examples/s] Generating train split: 73634686 examples [16:18, 61972.06 examples/s] Generating train split: 73650686 examples [16:19, 75790.66 examples/s] Generating train split: 73661686 examples [16:19, 80590.12 examples/s] Generating train split: 73682686 examples [16:19, 105444.85 examples/s] Generating train split: 73703686 examples [16:19, 126812.71 examples/s] Generating train split: 73722686 examples [16:19, 101689.33 examples/s] Generating train split: 73738686 examples [16:19, 90196.59 examples/s] Generating train split: 73750686 examples [16:19, 95398.63 examples/s] Generating train split: 73762686 examples [16:20, 91380.32 examples/s] Generating train split: 73779686 examples [16:20, 53517.82 examples/s] Generating train split: 73790686 examples [16:21, 46759.63 examples/s] Generating train split: 73806686 examples [16:21, 60439.68 examples/s] Generating train split: 73825686 examples [16:21, 79649.92 examples/s] Generating train split: 73854686 examples [16:21, 115851.88 examples/s] Generating train split: 73875686 examples [16:21, 94052.76 examples/s] Generating train split: 73891686 examples [16:22, 63105.12 examples/s] Generating train split: 73918686 examples [16:22, 70011.85 examples/s] Generating train split: 73930686 examples [16:22, 61843.84 examples/s] Generating train split: 73940686 examples [16:22, 61006.66 examples/s] Generating train split: 73967686 examples [16:23, 89680.23 examples/s] Generating train split: 73984686 examples [16:23, 73361.79 examples/s] Generating train split: 74000686 examples [16:23, 85099.01 examples/s] Generating train split: 74015686 examples [16:23, 83805.75 examples/s] Generating train split: 74044686 examples [16:23, 112526.18 examples/s] Generating train split: 74061686 examples [16:24, 96987.46 examples/s] Generating train split: 74077686 examples [16:24, 86901.59 examples/s] Generating train split: 74088686 examples [16:24, 87088.15 examples/s] Generating train split: 74100686 examples [16:24, 78820.19 examples/s] Generating train split: 74111686 examples [16:24, 57520.62 examples/s] Generating train split: 74122686 examples [16:25, 55017.78 examples/s] Generating train split: 74145686 examples [16:25, 58554.72 examples/s] Generating train split: 74164686 examples [16:25, 71368.86 examples/s] Generating train split: 74184686 examples [16:25, 90116.96 examples/s] Generating train split: 74200686 examples [16:26, 69194.70 examples/s] Generating train split: 74217686 examples [16:26, 65949.24 examples/s] Generating train split: 74233686 examples [16:26, 76589.48 examples/s] Generating train split: 74243686 examples [16:26, 70991.29 examples/s] Generating train split: 74255686 examples [16:26, 78219.15 examples/s] Generating train split: 74267686 examples [16:27, 68095.35 examples/s] Generating train split: 74279686 examples [16:27, 57365.03 examples/s] Generating train split: 74300686 examples [16:27, 72282.80 examples/s] Generating train split: 74317686 examples [16:27, 83451.24 examples/s] Generating train split: 74341686 examples [16:27, 109026.11 examples/s] Generating train split: 74355686 examples [16:27, 114202.63 examples/s] Generating train split: 74371686 examples [16:28, 105295.07 examples/s] Generating train split: 74387686 examples [16:28, 116341.85 examples/s] Generating train split: 74404686 examples [16:28, 107758.67 examples/s] Generating train split: 74423686 examples [16:28, 65915.74 examples/s] Generating train split: 74434686 examples [16:29, 48876.28 examples/s] Generating train split: 74444686 examples [16:29, 54798.68 examples/s] Generating train split: 74459686 examples [16:29, 64583.30 examples/s] Generating train split: 74485686 examples [16:29, 95045.27 examples/s] Generating train split: 74501686 examples [16:30, 82433.14 examples/s] Generating train split: 74513686 examples [16:30, 86874.70 examples/s] Generating train split: 74529686 examples [16:30, 98202.98 examples/s] Generating train split: 74541686 examples [16:30, 75024.57 examples/s] Generating train split: 74554686 examples [16:30, 68146.62 examples/s] Generating train split: 74565686 examples [16:30, 72976.56 examples/s] Generating train split: 74577686 examples [16:31, 54433.55 examples/s] Generating train split: 74594686 examples [16:31, 56523.78 examples/s] Generating train split: 74601686 examples [16:31, 51076.85 examples/s] Generating train split: 74607686 examples [16:31, 50275.00 examples/s] Generating train split: 74628686 examples [16:31, 76724.33 examples/s] Generating train split: 74638686 examples [16:32, 79408.48 examples/s] Generating train split: 74667686 examples [16:32, 119219.24 examples/s] Generating train split: 74684686 examples [16:32, 91630.82 examples/s] Generating train split: 74700686 examples [16:32, 102874.24 examples/s] Generating train split: 74717686 examples [16:32, 98002.17 examples/s] Generating train split: 74739686 examples [16:32, 120996.98 examples/s] Generating train split: 74757686 examples [16:33, 74163.72 examples/s] Generating train split: 74783686 examples [16:33, 95419.92 examples/s] Generating train split: 74799686 examples [16:33, 69695.24 examples/s] Generating train split: 74819686 examples [16:34, 82117.90 examples/s] Generating train split: 74836686 examples [16:34, 63525.20 examples/s] Generating train split: 74847686 examples [16:34, 60450.98 examples/s] Generating train split: 74858686 examples [16:34, 66700.48 examples/s] Generating train split: 74868686 examples [16:34, 71206.96 examples/s] Generating train split: 74883686 examples [16:35, 83722.34 examples/s] Generating train split: 74897686 examples [16:35, 79504.39 examples/s] Generating train split: 74909686 examples [16:35, 52126.58 examples/s] Generating train split: 74920686 examples [16:35, 60236.16 examples/s] Generating train split: 74940686 examples [16:35, 72976.01 examples/s] Generating train split: 74964686 examples [16:36, 98523.82 examples/s] Generating train split: 74978686 examples [16:36, 91520.50 examples/s] Generating train split: 74989686 examples [16:36, 92309.93 examples/s] Generating train split: 75005686 examples [16:36, 103155.18 examples/s] Generating train split: 75029686 examples [16:36, 119648.81 examples/s] Generating train split: 75044686 examples [16:37, 70759.09 examples/s] Generating train split: 75062686 examples [16:37, 85170.92 examples/s] Generating train split: 75078686 examples [16:37, 92533.42 examples/s] Generating train split: 75091686 examples [16:37, 60228.40 examples/s] Generating train split: 75116686 examples [16:37, 86013.62 examples/s] Generating train split: 75134686 examples [16:38, 69430.89 examples/s] Generating train split: 75155686 examples [16:38, 86866.16 examples/s] Generating train split: 75172686 examples [16:38, 95127.02 examples/s] Generating train split: 75187686 examples [16:38, 102822.15 examples/s] Generating train split: 75200686 examples [16:39, 54553.58 examples/s] Generating train split: 75213686 examples [16:39, 57133.27 examples/s] Generating train split: 75224686 examples [16:39, 64295.67 examples/s] Generating train split: 75240686 examples [16:39, 80012.20 examples/s] Generating train split: 75252686 examples [16:40, 43990.12 examples/s] Generating train split: 75269686 examples [16:40, 53695.36 examples/s] Generating train split: 75298686 examples [16:40, 82785.36 examples/s] Generating train split: 75322686 examples [16:40, 84860.23 examples/s] Generating train split: 75334686 examples [16:41, 72955.94 examples/s] Generating train split: 75355686 examples [16:41, 88254.69 examples/s] Generating train split: 75374686 examples [16:41, 102805.29 examples/s] Generating train split: 75391686 examples [16:41, 97092.94 examples/s] Generating train split: 75403686 examples [16:42, 47393.45 examples/s] Generating train split: 75425686 examples [16:42, 65743.50 examples/s] Generating train split: 75438686 examples [16:42, 71376.09 examples/s] Generating train split: 75453686 examples [16:42, 78830.26 examples/s] Generating train split: 75465686 examples [16:42, 80370.15 examples/s] Generating train split: 75483686 examples [16:42, 90635.45 examples/s] Generating train split: 75494686 examples [16:43, 55213.07 examples/s] Generating train split: 75505686 examples [16:43, 61790.91 examples/s] Generating train split: 75516686 examples [16:43, 58607.06 examples/s] Generating train split: 75528686 examples [16:43, 64113.36 examples/s] Generating train split: 75540686 examples [16:44, 68811.68 examples/s] Generating train split: 75552686 examples [16:44, 73860.55 examples/s] Generating train split: 75572686 examples [16:44, 98061.88 examples/s] Generating train split: 75587686 examples [16:44, 66533.42 examples/s] Generating train split: 75600686 examples [16:44, 68896.96 examples/s] Generating train split: 75615686 examples [16:44, 80966.76 examples/s] Generating train split: 75655686 examples [16:45, 95204.69 examples/s] Generating train split: 75682686 examples [16:45, 119049.01 examples/s] Generating train split: 75698686 examples [16:45, 101241.27 examples/s] Generating train split: 75720686 examples [16:46, 69558.76 examples/s] Generating train split: 75745686 examples [16:46, 91374.69 examples/s] Generating train split: 75761686 examples [16:46, 65948.85 examples/s] Generating train split: 75784686 examples [16:46, 84853.29 examples/s] Generating train split: 75800686 examples [16:47, 82457.54 examples/s] Generating train split: 75815686 examples [16:47, 55567.90 examples/s] Generating train split: 75829686 examples [16:47, 61245.73 examples/s] Generating train split: 75845686 examples [16:47, 71916.75 examples/s] Generating train split: 75866686 examples [16:48, 91393.39 examples/s] Generating train split: 75881686 examples [16:48, 53839.19 examples/s] Generating train split: 75893686 examples [16:48, 60564.20 examples/s] Generating train split: 75916686 examples [16:48, 84087.92 examples/s] Generating train split: 75933686 examples [16:49, 65910.20 examples/s] Generating train split: 75957686 examples [16:49, 81740.40 examples/s] Generating train split: 75985686 examples [16:49, 106306.85 examples/s] Generating train split: 76005686 examples [16:49, 119229.66 examples/s] Generating train split: 76021686 examples [16:49, 106504.42 examples/s] Generating train split: 76038686 examples [16:50, 95773.19 examples/s] Generating train split: 76055686 examples [16:50, 55186.79 examples/s] Generating train split: 76083686 examples [16:50, 79692.30 examples/s] Generating train split: 76099686 examples [16:51, 63712.73 examples/s] Generating train split: 76121686 examples [16:51, 80603.81 examples/s] Generating train split: 76134686 examples [16:51, 82405.14 examples/s] Generating train split: 76149686 examples [16:52, 48799.45 examples/s] Generating train split: 76162686 examples [16:52, 50141.73 examples/s] Generating train split: 76188686 examples [16:52, 48821.69 examples/s] Generating train split: 76199686 examples [16:53, 50027.80 examples/s] Generating train split: 76226686 examples [16:53, 75005.33 examples/s] Generating train split: 76259686 examples [16:53, 110056.05 examples/s] Generating train split: 76279686 examples [16:53, 106116.94 examples/s] Generating train split: 76302686 examples [16:53, 94066.44 examples/s] Generating train split: 76318686 examples [16:54, 95925.48 examples/s] Generating train split: 76334686 examples [16:54, 82694.83 examples/s] Generating train split: 76346686 examples [16:54, 86487.49 examples/s] Generating train split: 76357686 examples [16:54, 82212.50 examples/s] Generating train split: 76374686 examples [16:54, 67075.50 examples/s] Generating train split: 76384686 examples [16:55, 65029.59 examples/s] Generating train split: 76414686 examples [16:55, 97689.63 examples/s] Generating train split: 76426686 examples [16:55, 55140.09 examples/s] Generating train split: 76442686 examples [16:55, 66789.56 examples/s] Generating train split: 76457686 examples [16:56, 53030.34 examples/s] Generating train split: 76467686 examples [16:56, 58002.95 examples/s] Generating train split: 76479686 examples [16:56, 49058.17 examples/s] Generating train split: 76515686 examples [16:56, 89649.73 examples/s] Generating train split: 76531686 examples [16:57, 50169.11 examples/s] Generating train split: 76569686 examples [16:57, 81990.90 examples/s] Generating train split: 76609686 examples [16:57, 109235.55 examples/s] Generating train split: 76628686 examples [16:58, 113969.01 examples/s] Generating train split: 76645686 examples [16:58, 111828.21 examples/s] Generating train split: 76662686 examples [16:58, 97477.29 examples/s] Generating train split: 76676686 examples [16:59, 61620.08 examples/s] Generating train split: 76698686 examples [16:59, 79470.74 examples/s] Generating train split: 76714686 examples [16:59, 81625.19 examples/s] Generating train split: 76730686 examples [16:59, 74704.47 examples/s] Generating train split: 76746686 examples [16:59, 86926.74 examples/s] Generating train split: 76760686 examples [17:00, 61422.06 examples/s] Generating train split: 76770686 examples [17:00, 65617.86 examples/s] Generating train split: 76780686 examples [17:00, 65641.86 examples/s] Generating train split: 76797686 examples [17:00, 51178.61 examples/s] Generating train split: 76809686 examples [17:01, 42691.02 examples/s] Generating train split: 76844686 examples [17:01, 77150.24 examples/s] Generating train split: 76859686 examples [17:02, 47033.68 examples/s] Generating train split: 76899686 examples [17:02, 81104.75 examples/s] Generating train split: 76939686 examples [17:02, 118256.66 examples/s] Generating train split: 76965686 examples [17:02, 115201.38 examples/s] Generating train split: 76987686 examples [17:02, 114467.44 examples/s] Generating train split: 77005686 examples [17:03, 87823.80 examples/s] Generating train split: 77019686 examples [17:03, 67908.70 examples/s] Generating train split: 77036686 examples [17:03, 61839.28 examples/s] Generating train split: 77048686 examples [17:04, 55162.67 examples/s] Generating train split: 77064686 examples [17:04, 66419.37 examples/s] Generating train split: 77075686 examples [17:04, 71623.29 examples/s] Generating train split: 77087686 examples [17:04, 56250.01 examples/s] Generating train split: 77098686 examples [17:04, 54660.34 examples/s] Generating train split: 77109686 examples [17:05, 51288.33 examples/s] Generating train split: 77136686 examples [17:05, 47528.12 examples/s] Generating train split: 77146686 examples [17:05, 53072.91 examples/s] Generating train split: 77157686 examples [17:06, 54860.89 examples/s] Generating train split: 77173686 examples [17:06, 66198.93 examples/s] Generating train split: 77198686 examples [17:06, 93158.36 examples/s] Generating train split: 77213686 examples [17:06, 92541.79 examples/s] Generating train split: 77254686 examples [17:06, 145255.23 examples/s] Generating train split: 77287686 examples [17:06, 162198.43 examples/s] Generating train split: 77310686 examples [17:07, 84304.26 examples/s] Generating train split: 77329686 examples [17:07, 87118.05 examples/s] Generating train split: 77345686 examples [17:07, 85363.28 examples/s] Generating train split: 77358686 examples [17:08, 83240.92 examples/s] Generating train split: 77373686 examples [17:08, 59122.31 examples/s] Generating train split: 77384686 examples [17:08, 59076.43 examples/s] Generating train split: 77395686 examples [17:09, 44407.84 examples/s] Generating train split: 77405686 examples [17:09, 50892.25 examples/s] Generating train split: 77415686 examples [17:09, 49545.98 examples/s] Generating train split: 77425686 examples [17:09, 47703.25 examples/s] Generating train split: 77443686 examples [17:09, 66938.31 examples/s] Generating train split: 77457686 examples [17:10, 49630.81 examples/s] Generating train split: 77467686 examples [17:10, 55785.52 examples/s] Generating train split: 77483686 examples [17:10, 71692.33 examples/s] Generating train split: 77512686 examples [17:10, 109793.29 examples/s] Generating train split: 77541686 examples [17:10, 146651.60 examples/s] Generating train split: 77563686 examples [17:10, 157978.94 examples/s] Generating train split: 77585686 examples [17:10, 167104.02 examples/s] Generating train split: 77606686 examples [17:11, 137080.65 examples/s] Generating train split: 77626686 examples [17:11, 85684.96 examples/s] Generating train split: 77642686 examples [17:11, 75802.91 examples/s] Generating train split: 77663686 examples [17:11, 94400.68 examples/s] Generating train split: 77680686 examples [17:12, 78905.04 examples/s] Generating train split: 77692686 examples [17:12, 55973.78 examples/s] Generating train split: 77702686 examples [17:12, 60459.06 examples/s] Generating train split: 77712686 examples [17:12, 62913.04 examples/s] Generating train split: 77723686 examples [17:13, 40261.38 examples/s] Generating train split: 77744686 examples [17:13, 60303.20 examples/s] Generating train split: 77767686 examples [17:13, 71522.22 examples/s] Generating train split: 77779686 examples [17:14, 53272.88 examples/s] Generating train split: 77790686 examples [17:14, 55330.96 examples/s] Generating train split: 77799686 examples [17:14, 54161.60 examples/s] Generating train split: 77818686 examples [17:14, 72923.39 examples/s] Generating train split: 77829686 examples [17:14, 71648.72 examples/s] Generating train split: 77855686 examples [17:15, 105346.94 examples/s] Generating train split: 77872686 examples [17:15, 110849.74 examples/s] Generating train split: 77888686 examples [17:15, 110092.04 examples/s] Generating train split: 77902686 examples [17:15, 96627.48 examples/s] Generating train split: 77918686 examples [17:15, 94671.19 examples/s] Generating train split: 77929686 examples [17:15, 87600.44 examples/s] Generating train split: 77940686 examples [17:16, 73940.81 examples/s] Generating train split: 77951686 examples [17:16, 72910.73 examples/s] Generating train split: 77962686 examples [17:16, 79506.16 examples/s] Generating train split: 77972686 examples [17:16, 79502.18 examples/s] Generating train split: 77987686 examples [17:17, 39663.02 examples/s] Generating train split: 77994686 examples [17:17, 42412.36 examples/s] Generating train split: 78004686 examples [17:17, 49921.56 examples/s] Generating train split: 78016686 examples [17:17, 51911.78 examples/s] Generating train split: 78032686 examples [17:17, 66602.54 examples/s] Generating train split: 78043686 examples [17:18, 51638.35 examples/s] Generating train split: 78061686 examples [17:18, 71328.42 examples/s] Generating train split: 78072686 examples [17:18, 70965.43 examples/s] Generating train split: 78084686 examples [17:18, 46409.90 examples/s] Generating train split: 78105686 examples [17:18, 65810.85 examples/s] Generating train split: 78129686 examples [17:19, 83685.50 examples/s] Generating train split: 78150686 examples [17:19, 101665.64 examples/s] Generating train split: 78178686 examples [17:19, 124229.62 examples/s] Generating train split: 78194686 examples [17:19, 110533.38 examples/s] Generating train split: 78215686 examples [17:19, 129276.95 examples/s] Generating train split: 78236686 examples [17:19, 132990.36 examples/s] Generating train split: 78252686 examples [17:20, 75788.28 examples/s] Generating train split: 78268686 examples [17:20, 77919.30 examples/s] Generating train split: 78283686 examples [17:20, 75257.91 examples/s] Generating train split: 78310686 examples [17:20, 98515.03 examples/s] Generating train split: 78326686 examples [17:21, 47633.43 examples/s] Generating train split: 78344686 examples [17:21, 57624.76 examples/s] Generating train split: 78355686 examples [17:22, 60210.61 examples/s] Generating train split: 78371686 examples [17:22, 71161.77 examples/s] Generating train split: 78387686 examples [17:22, 60291.10 examples/s] Generating train split: 78398686 examples [17:22, 66856.47 examples/s] Generating train split: 78409686 examples [17:22, 63482.51 examples/s] Generating train split: 78437686 examples [17:22, 97405.27 examples/s] Generating train split: 78453686 examples [17:23, 78709.95 examples/s] Generating train split: 78475686 examples [17:23, 98997.67 examples/s] Generating train split: 78491686 examples [17:23, 86663.40 examples/s] Generating train split: 78518686 examples [17:23, 116477.77 examples/s] Generating train split: 78541686 examples [17:23, 126532.27 examples/s] Generating train split: 78558686 examples [17:24, 87874.74 examples/s] Generating train split: 78579686 examples [17:24, 106920.71 examples/s] Generating train split: 78594686 examples [17:24, 76705.96 examples/s] Generating train split: 78616686 examples [17:24, 79631.15 examples/s] Generating train split: 78631686 examples [17:25, 72645.35 examples/s] Generating train split: 78642686 examples [17:25, 52740.28 examples/s] Generating train split: 78654686 examples [17:25, 56702.88 examples/s] Generating train split: 78665686 examples [17:26, 43741.32 examples/s] Generating train split: 78675686 examples [17:26, 49834.62 examples/s] Generating train split: 78685686 examples [17:26, 53934.66 examples/s] Generating train split: 78709686 examples [17:26, 81245.62 examples/s] Generating train split: 78724686 examples [17:26, 89945.00 examples/s] Generating train split: 78736686 examples [17:26, 77665.05 examples/s] Generating train split: 78747686 examples [17:27, 82766.53 examples/s] Generating train split: 78757686 examples [17:27, 66422.91 examples/s] Generating train split: 78773686 examples [17:27, 78967.43 examples/s] Generating train split: 78785686 examples [17:27, 81541.12 examples/s] Generating train split: 78808686 examples [17:27, 106299.36 examples/s] Generating train split: 78847686 examples [17:27, 125026.82 examples/s] Generating train split: 78864686 examples [17:28, 117152.58 examples/s] Generating train split: 78885686 examples [17:28, 130965.03 examples/s] Generating train split: 78902686 examples [17:28, 88307.18 examples/s] Generating train split: 78919686 examples [17:29, 63998.40 examples/s] Generating train split: 78941686 examples [17:29, 83196.71 examples/s] Generating train split: 78959686 examples [17:29, 65222.10 examples/s] Generating train split: 78970686 examples [17:30, 46049.53 examples/s] Generating train split: 78986686 examples [17:30, 55842.52 examples/s] Generating train split: 78998686 examples [17:30, 54889.00 examples/s] Generating train split: 79021686 examples [17:30, 54565.88 examples/s] Generating train split: 79043686 examples [17:31, 73610.33 examples/s] Generating train split: 79058686 examples [17:31, 69972.62 examples/s] Generating train split: 79070686 examples [17:31, 66164.87 examples/s] Generating train split: 79081686 examples [17:31, 65099.54 examples/s] Generating train split: 79097686 examples [17:31, 75221.54 examples/s] Generating train split: 79106686 examples [17:31, 74113.76 examples/s] Generating train split: 79127686 examples [17:32, 94459.32 examples/s] Generating train split: 79148686 examples [17:32, 112376.44 examples/s] Generating train split: 79165686 examples [17:32, 122953.73 examples/s] Generating train split: 79181686 examples [17:32, 118267.72 examples/s] Generating train split: 79200686 examples [17:32, 127456.72 examples/s] Generating train split: 79218686 examples [17:32, 113926.76 examples/s] Generating train split: 79234686 examples [17:33, 82047.72 examples/s] Generating train split: 79246686 examples [17:33, 54330.79 examples/s] Generating train split: 79264686 examples [17:33, 50092.44 examples/s] Generating train split: 79285686 examples [17:34, 64941.35 examples/s] Generating train split: 79295686 examples [17:34, 41071.71 examples/s] Generating train split: 79321686 examples [17:34, 57554.75 examples/s] Generating train split: 79341686 examples [17:35, 73626.10 examples/s] Generating train split: 79353686 examples [17:35, 58116.29 examples/s] Generating train split: 79370686 examples [17:35, 68611.94 examples/s] Generating train split: 79381686 examples [17:35, 68692.98 examples/s] Generating train split: 79398686 examples [17:35, 81198.84 examples/s] Generating train split: 79411686 examples [17:36, 78999.94 examples/s] Generating train split: 79438686 examples [17:36, 86342.29 examples/s] Generating train split: 79454686 examples [17:36, 95911.02 examples/s] Generating train split: 79465686 examples [17:36, 98074.82 examples/s] Generating train split: 79476686 examples [17:36, 98023.00 examples/s] Generating train split: 79487686 examples [17:36, 91785.24 examples/s] Generating train split: 79504686 examples [17:36, 99560.16 examples/s] Generating train split: 79515686 examples [17:37, 85538.05 examples/s] Generating train split: 79525686 examples [17:37, 88565.99 examples/s] Generating train split: 79539686 examples [17:37, 72474.97 examples/s] Generating train split: 79550686 examples [17:37, 76304.89 examples/s] Generating train split: 79560686 examples [17:37, 72387.55 examples/s] Generating train split: 79570686 examples [17:37, 62062.12 examples/s]Process ForkPoolWorker-30: +Process ForkPoolWorker-32: +Process ForkPoolWorker-31: + Generating train split: 79576686 examples [17:38, 75195.86 examples/s] +Traceback (most recent call last): +Traceback (most recent call last): + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 314, in _bootstrap + self.run() + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 108, in run + self._target(*self._args, **self._kwargs) + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 314, in _bootstrap + self.run() + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/pool.py", line 114, in worker + task = get() + ^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 108, in run + self._target(*self._args, **self._kwargs) + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/queues.py", line 367, in get + with self._rlock: + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/pool.py", line 114, in worker + task = get() + ^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/synchronize.py", line 101, in __enter__ + return self._semlock.__enter__() + ^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/queues.py", line 367, in get + with self._rlock: + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/synchronize.py", line 101, in __enter__ + return self._semlock.__enter__() + ^^^^^^^^^^^^^^^^^^^^^^^^^ +KeyboardInterrupt +Traceback (most recent call last): +KeyboardInterrupt + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 314, in _bootstrap + self.run() + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/process.py", line 108, in run + self._target(*self._args, **self._kwargs) + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/pool.py", line 114, in worker + task = get() + ^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/queues.py", line 368, in get + res = self._reader.recv_bytes() + ^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/connection.py", line 219, in recv_bytes + buf = self._recv_bytes(maxlength) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/connection.py", line 433, in _recv_bytes + buf = self._recv(4) + ^^^^^^^^^^^^^ + File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/multiprocess/connection.py", line 398, in _recv + chunk = read(handle, remaining) + ^^^^^^^^^^^^^^^^^^^^^^^ +KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/0/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/0/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/1/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/1/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..28682c5b3fb80ecca2244724f4ffe9cbbc3d0ebd --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/1/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,941 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,941 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,942 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,062 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,064 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,187 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,187 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,187 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,207 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,370 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,371 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,371 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,667 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank1]: Traceback (most recent call last): +[rank1]: File "", line 198, in _run_module_as_main +[rank1]: File "", line 88, in _run_code +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank1]: main(config) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank1]: return f(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank1]: dataset = build_dataset( +[rank1]: ^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank1]: subset = load_dataset( +[rank1]: ^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank1]: builder_instance.download_and_prepare( +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank1]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank1]: self.acquire() +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank1]: time.sleep(poll_interval) +[rank1]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/1/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/1/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/2/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/2/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..f619d1cc8198e9afbd060721edd9c70ea0528044 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/2/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:42,036 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:42,037 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:42,038 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,075 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,078 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,210 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,210 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,210 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,219 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,387 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,387 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,387 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,667 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,668 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank2]: Traceback (most recent call last): +[rank2]: File "", line 198, in _run_module_as_main +[rank2]: File "", line 88, in _run_code +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank2]: main(config) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank2]: return f(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank2]: dataset = build_dataset( +[rank2]: ^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank2]: subset = load_dataset( +[rank2]: ^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank2]: builder_instance.download_and_prepare( +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank2]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank2]: self.acquire() +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank2]: time.sleep(poll_interval) +[rank2]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/2/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/2/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/3/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/3/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..a1c9d7681aca134776b84e0dae1043ca3a968114 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/3/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,964 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,965 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,966 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,050 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,053 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,165 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,165 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,165 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,192 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,304 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,304 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,304 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,666 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank3]: Traceback (most recent call last): +[rank3]: File "", line 198, in _run_module_as_main +[rank3]: File "", line 88, in _run_code +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank3]: main(config) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank3]: return f(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank3]: dataset = build_dataset( +[rank3]: ^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank3]: subset = load_dataset( +[rank3]: ^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank3]: builder_instance.download_and_prepare( +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank3]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank3]: self.acquire() +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank3]: time.sleep(poll_interval) +[rank3]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/3/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/3/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/4/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/4/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..496250c83a5ab3dc5d47ebbbbbefe9c1766c78da --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/4/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,988 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,988 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,990 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,095 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,097 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,213 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,213 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,214 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,222 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,405 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,405 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,405 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,667 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank4]: Traceback (most recent call last): +[rank4]: File "", line 198, in _run_module_as_main +[rank4]: File "", line 88, in _run_code +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank4]: main(config) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank4]: return f(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank4]: dataset = build_dataset( +[rank4]: ^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank4]: subset = load_dataset( +[rank4]: ^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank4]: builder_instance.download_and_prepare( +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank4]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank4]: self.acquire() +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank4]: time.sleep(poll_interval) +[rank4]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/4/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/4/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/5/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/5/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..c7a816ddc1f1e921e57903f36b239eb4921d3ddb --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/5/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,984 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,984 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,986 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,062 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,064 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,202 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,202 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,202 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,209 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,394 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,395 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,395 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,666 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank5]: Traceback (most recent call last): +[rank5]: File "", line 198, in _run_module_as_main +[rank5]: File "", line 88, in _run_code +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank5]: main(config) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank5]: return f(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank5]: dataset = build_dataset( +[rank5]: ^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank5]: subset = load_dataset( +[rank5]: ^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank5]: builder_instance.download_and_prepare( +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank5]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank5]: self.acquire() +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank5]: time.sleep(poll_interval) +[rank5]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/5/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/5/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/6/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/6/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..971063234a1f549ed8a702366c8d2fef077e3ce7 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/6/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,727 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,727 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,729 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:42,344 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:42,347 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:42,391 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:42,391 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:42,391 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:42,708 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,145 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,145 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,146 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,667 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,668 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank6]: Traceback (most recent call last): +[rank6]: File "", line 198, in _run_module_as_main +[rank6]: File "", line 88, in _run_code +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank6]: main(config) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank6]: return f(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank6]: dataset = build_dataset( +[rank6]: ^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank6]: subset = load_dataset( +[rank6]: ^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank6]: builder_instance.download_and_prepare( +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank6]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank6]: self.acquire() +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank6]: time.sleep(poll_interval) +[rank6]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/6/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/6/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/7/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/7/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..57b167ea5cefde1dcbfc11e684cbc9eb5dac0fce --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/7/stderr.log @@ -0,0 +1,187 @@ +[titan] 2025-07-22 22:47:41,993 - root - INFO - Starting job: default job +[titan] 2025-07-22 22:47:41,993 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 22:47:41,995 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 22:47:43,056 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 22:47:43,058 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 22:47:43,185 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 22:47:43,185 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 22:47:43,185 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 22:47:43,207 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 22:47:43,352 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 22:47:43,352 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/MegaMath/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,352 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,666 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 22:47:43,666 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 22:47:43,667 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 22:47:43,667 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[rank7]: Traceback (most recent call last): +[rank7]: File "", line 198, in _run_module_as_main +[rank7]: File "", line 88, in _run_code +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank7]: main(config) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank7]: return f(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 155, in main +[rank7]: dataset = build_dataset( +[rank7]: ^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/data.py", line 689, in build_dataset +[rank7]: subset = load_dataset( +[rank7]: ^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/load.py", line 1412, in load_dataset +[rank7]: builder_instance.download_and_prepare( +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/datasets/builder.py", line 829, in download_and_prepare +[rank7]: with FileLock(lock_path) if is_local else contextlib.nullcontext(): +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 376, in __enter__ +[rank7]: self.acquire() +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/filelock/_api.py", line 344, in acquire +[rank7]: time.sleep(poll_interval) +[rank7]: KeyboardInterrupt diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/7/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_ff62l9rt/attempt_0/7/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..6f56c919c88e5becf47f2e5a7a91e1617ba96b8d --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/stderr.log @@ -0,0 +1,302 @@ +[titan] 2025-07-22 23:06:21,670 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:21,670 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:21,671 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:21,672 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:21,674 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:21,739 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:21,740 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:21,740 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:21,974 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:22,084 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:22,084 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,084 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,210 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:22,211 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:22,212 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,213 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,778 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,812 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:08,812 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:08,812 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,812 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,100 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,573 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,574 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,574 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,853 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,528 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,649 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,651 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,653 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank0]: Traceback (most recent call last): +[rank0]: File "", line 198, in _run_module_as_main +[rank0]: File "", line 88, in _run_code +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank0]: main(config) +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank0]: return f(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank0]: model = AutoModelForCausalLM.from_config(model_config) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank0]: return model_class._from_config(config, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank0]: return func(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank0]: model = cls(config, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank0]: self.model = GatedDeltaNetModel(config) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank0]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank0]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank0]: self.attn = Attention( +[rank0]: ^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank0]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank0]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first +[rank0]:[W722 23:17:11.702401472 ProcessGroupNCCL.cpp:1479] Warning: WARNING: destroy_process_group() was not called before program exit, which can leak resources. For more info, please see https://pytorch.org/docs/stable/distributed.html#shutdown (function operator()) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/0/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..ea386bf0e6c577c10f05ead35209e8b6aec29c84 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/stderr.log @@ -0,0 +1,304 @@ +[titan] 2025-07-22 23:06:24,497 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:24,498 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:24,500 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:24,902 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:24,904 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:24,992 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:24,992 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:24,993 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:25,001 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:25,141 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:25,141 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,141 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,269 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:25,269 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:25,269 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,269 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:06,096 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:06,209 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:06,209 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:06,209 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:06,209 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +Setting num_proc from 32 back to 1 for the train split to disable multiprocessing as it only contains one shard. +[titan] 2025-07-22 23:12:06,301 - datasets.builder - WARNING - Setting num_proc from 32 back to 1 for the train split to disable multiprocessing as it only contains one shard. + Generating train split: 0 examples [00:00, ? examples/s] Generating train split: 80099 examples [00:26, 3062.05 examples/s] Generating train split: 160549 examples [00:26, 7210.30 examples/s] Generating train split: 238364 examples [00:27, 12503.71 examples/s] Generating train split: 317719 examples [00:28, 19454.52 examples/s] Generating train split: 398626 examples [00:28, 27945.57 examples/s] Generating train split: 465855 examples [00:29, 36443.59 examples/s] Generating train split: 465855 examples [00:29, 15820.52 examples/s] +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,063 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,574 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,574 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,575 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,914 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,595 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,713 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,716 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,718 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank1]: Traceback (most recent call last): +[rank1]: File "", line 198, in _run_module_as_main +[rank1]: File "", line 88, in _run_code +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank1]: main(config) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank1]: return f(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank1]: model = AutoModelForCausalLM.from_config(model_config) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank1]: return model_class._from_config(config, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank1]: return func(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank1]: model = cls(config, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank1]: self.model = GatedDeltaNetModel(config) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank1]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank1]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank1]: self.attn = Attention( +[rank1]: ^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank1]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank1]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/1/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..bca83fe0b02e8e6ce59710d8e623c8e051a97e5d --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/stderr.log @@ -0,0 +1,302 @@ +[titan] 2025-07-22 23:06:21,126 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:21,127 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:21,128 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:21,341 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:21,343 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:21,392 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:21,392 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:21,392 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:21,399 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:21,506 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:21,506 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:21,506 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:21,635 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:21,635 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:21,635 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:21,635 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. + Generating train split: 0 examples [00:00, ? examples/s] Generating train split: 1000 examples [00:00, 2205.94 examples/s] Generating train split: 14000 examples [00:00, 32395.76 examples/s] Generating train split: 36000 examples [00:00, 78722.83 examples/s] Generating train split: 102000 examples [00:00, 230174.02 examples/s] Generating train split: 221000 examples [00:00, 489836.44 examples/s] Generating train split: 461000 examples [00:00, 999002.52 examples/s] Generating train split: 731000 examples [00:01, 1469190.64 examples/s] Generating train split: 979000 examples [00:01, 1754763.40 examples/s] Generating train split: 1224000 examples [00:01, 1938918.63 examples/s] Generating train split: 1529000 examples [00:01, 2248680.45 examples/s] Generating train split: 1777000 examples [00:01, 2299339.91 examples/s] Generating train split: 2049000 examples [00:01, 2422387.81 examples/s] Generating train split: 2298000 examples [00:01, 2410982.84 examples/s] Generating train split: 2575000 examples [00:01, 2511112.42 examples/s] Generating train split: 2832000 examples [00:01, 2447544.94 examples/s] Generating train split: 3080000 examples [00:02, 2272046.15 examples/s] Generating train split: 3314000 examples [00:02, 889500.27 examples/s] Generating train split: 3504000 examples [00:04, 318714.36 examples/s] Generating train split: 3642000 examples [00:04, 371234.01 examples/s] Generating train split: 3767000 examples [00:04, 425204.55 examples/s] Generating train split: 3884000 examples [00:04, 445569.23 examples/s] Generating train split: 3980000 examples [00:05, 436359.70 examples/s] Generating train split: 4058000 examples [00:05, 454978.80 examples/s] Generating train split: 4130000 examples [00:05, 475716.77 examples/s] Generating train split: 4198000 examples [00:05, 501253.63 examples/s] Generating train split: 4280000 examples [00:05, 557874.40 examples/s] Generating train split: 4421000 examples [00:05, 731932.06 examples/s] Generating train split: 4591000 examples [00:05, 951417.84 examples/s] Generating train split: 4771000 examples [00:05, 1156217.44 examples/s] Generating train split: 4940000 examples [00:06, 1277635.93 examples/s] Generating train split: 5103000 examples [00:06, 1361801.88 examples/s] Generating train split: 5255000 examples [00:06, 1384967.25 examples/s] Generating train split: 5403000 examples [00:06, 1389103.73 examples/s] Generating train split: 5558000 examples [00:06, 1421876.72 examples/s] Generating train split: 5754000 examples [00:06, 1572065.93 examples/s] Generating train split: 5916000 examples [00:06, 1576670.13 examples/s] Generating train split: 6139000 examples [00:06, 1752894.24 examples/s] Generating train split: 6329000 examples [00:06, 1793898.08 examples/s] Generating train split: 6528000 examples [00:06, 1833015.70 examples/s] Generating train split: 6734000 examples [00:07, 1879418.90 examples/s] Generating train split: 6925000 examples [00:07, 1885317.72 examples/s] Generating train split: 7118000 examples [00:07, 1733256.11 examples/s] Generating train split: 7299000 examples [00:08, 602786.87 examples/s] Generating train split: 7434000 examples [00:08, 620241.88 examples/s] Generating train split: 7551000 examples [00:08, 633746.62 examples/s] Generating train split: 7652000 examples [00:08, 626683.99 examples/s] Generating train split: 7743000 examples [00:09, 478890.07 examples/s] Generating train split: 7815000 examples [00:09, 468551.12 examples/s] Generating train split: 7890000 examples [00:09, 504624.05 examples/s] Generating train split: 8007000 examples [00:09, 619520.17 examples/s] Generating train split: 8098000 examples [00:09, 676869.81 examples/s] Generating train split: 8180000 examples [00:09, 705645.66 examples/s] Generating train split: 8292000 examples [00:09, 802037.06 examples/s] Generating train split: 8384000 examples [00:09, 819650.26 examples/s] Generating train split: 8499000 examples [00:09, 898722.70 examples/s] Generating train split: 8624000 examples [00:10, 964283.26 examples/s] Generating train split: 8806415 examples [00:10, 1177505.73 examples/s] Generating train split: 8977995 examples [00:10, 1311575.02 examples/s] Generating train split: 9125995 examples [00:10, 1357832.19 examples/s] Generating train split: 9318995 examples [00:10, 1518300.08 examples/s] Generating train split: 9536995 examples [00:10, 1703155.26 examples/s] Generating train split: 9711995 examples [00:10, 1716248.31 examples/s] Generating train split: 9886995 examples [00:10, 1677363.65 examples/s] Generating train split: 10060995 examples [00:10, 1424922.59 examples/s] Generating train split: 10212995 examples [00:11, 971098.39 examples/s] Generating train split: 10337995 examples [00:11, 580333.72 examples/s] Generating train split: 10431995 examples [00:11, 590841.46 examples/s] Generating train split: 10515995 examples [00:12, 308173.76 examples/s] Generating train split: 10577995 examples [00:13, 223498.64 examples/s] Generating train split: 10626995 examples [00:13, 200067.36 examples/s] Generating train split: 10685995 examples [00:13, 234785.08 examples/s] Generating train split: 10759995 examples [00:13, 291521.93 examples/s] Generating train split: 10841995 examples [00:13, 363914.94 examples/s] Generating train split: 10932995 examples [00:13, 454209.67 examples/s] Generating train split: 11042995 examples [00:14, 574236.63 examples/s] Generating train split: 11172995 examples [00:14, 726254.58 examples/s] Generating train split: 11309995 examples [00:14, 872916.12 examples/s] Generating train split: 11480995 examples [00:14, 1081292.67 examples/s] Generating train split: 11652995 examples [00:14, 1244900.88 examples/s] Generating train split: 11845995 examples [00:14, 1419737.29 examples/s] Generating train split: 12020995 examples [00:14, 1510319.44 examples/s] Generating train split: 12182995 examples [00:14, 1516699.78 examples/s] Generating train split: 12357659 examples [00:14, 1579856.11 examples/s] Generating train split: 12531659 examples [00:15, 1615908.97 examples/s] Generating train split: 12711659 examples [00:15, 1640771.28 examples/s] Generating train split: 12885659 examples [00:15, 1651775.89 examples/s] Generating train split: 13061659 examples [00:15, 1673230.72 examples/s] Generating train split: 13234659 examples [00:15, 1628556.07 examples/s] Generating train split: 13403659 examples [00:15, 1610214.97 examples/s] Generating train split: 13570659 examples [00:15, 1521373.25 examples/s] Generating train split: 13728659 examples [00:15, 1043455.90 examples/s] Generating train split: 13855659 examples [00:17, 313304.42 examples/s] Generating train split: 13946659 examples [00:17, 323663.82 examples/s] Generating train split: 14026659 examples [00:17, 292841.65 examples/s] Generating train split: 14085659 examples [00:18, 260403.08 examples/s] Generating train split: 14133659 examples [00:18, 232161.53 examples/s] Generating train split: 14170659 examples [00:18, 236706.57 examples/s] Generating train split: 14207659 examples [00:18, 250528.97 examples/s] Generating train split: 14258659 examples [00:18, 285065.62 examples/s] Generating train split: 14319659 examples [00:18, 338402.24 examples/s] Generating train split: 14402659 examples [00:19, 427822.31 examples/s] Generating train split: 14478659 examples [00:19, 498768.09 examples/s] Generating train split: 14545659 examples [00:19, 535787.71 examples/s] Generating train split: 14624659 examples [00:19, 594941.20 examples/s] Generating train split: 14705659 examples [00:19, 646698.05 examples/s] Generating train split: 14822659 examples [00:19, 786296.57 examples/s] Generating train split: 14948659 examples [00:19, 913816.72 examples/s] Generating train split: 15085659 examples [00:19, 1039871.25 examples/s] Generating train split: 15260659 examples [00:19, 1241425.90 examples/s] Generating train split: 15404659 examples [00:19, 1292346.75 examples/s] Generating train split: 15592659 examples [00:20, 1453453.91 examples/s] Generating train split: 15769659 examples [00:20, 1540662.83 examples/s] Generating train split: 15944659 examples [00:20, 1599871.69 examples/s] Generating train split: 16108659 examples [00:20, 1574191.26 examples/s] Generating train split: 16276659 examples [00:20, 1604806.74 examples/s] Generating train split: 16439659 examples [00:20, 1485098.31 examples/s] Generating train split: 16591659 examples [00:20, 1490715.91 examples/s] Generating train split: 16743659 examples [00:20, 1359354.78 examples/s] Generating train split: 16885659 examples [00:20, 1339735.53 examples/s] Generating train split: 17035931 examples [00:21, 1376131.44 examples/s] Generating train split: 17177931 examples [00:21, 1274774.89 examples/s] Generating train split: 17309931 examples [00:21, 1286313.89 examples/s] Generating train split: 17440931 examples [00:21, 968623.42 examples/s] Generating train split: 17551931 examples [00:21, 853489.27 examples/s] Generating train split: 17650931 examples [00:21, 783884.05 examples/s] Generating train split: 17737931 examples [00:21, 776066.66 examples/s] Generating train split: 17820931 examples [00:22, 778952.66 examples/s] Generating train split: 17905931 examples [00:22, 775943.75 examples/s] Generating train split: 17985931 examples [00:22, 749102.12 examples/s] Generating train split: 18065931 examples [00:22, 677634.10 examples/s] Generating train split: 18138931 examples [00:22, 593230.55 examples/s] Generating train split: 18205931 examples [00:22, 537263.78 examples/s] Generating train split: 18262931 examples [00:22, 509644.58 examples/s] Generating train split: 18315931 examples [00:23, 385050.52 examples/s] Generating train split: 18359931 examples [00:23, 286624.27 examples/s] Generating train split: 18394931 examples [00:23, 287323.06 examples/s] Generating train split: 18428931 examples [00:23, 290589.85 examples/s] Generating train split: 18463931 examples [00:23, 300765.06 examples/s] Generating train split: 18501931 examples [00:23, 318109.77 examples/s] Generating train split: 18552931 examples [00:23, 361225.73 examples/s] Generating train split: 18604931 examples [00:24, 394280.11 examples/s] Generating train split: 18650931 examples [00:24, 368238.72 examples/s] Generating train split: 18690009 examples [00:24, 367829.92 examples/s] Generating train split: 18729009 examples [00:24, 370821.74 examples/s] Generating train split: 18767009 examples [00:24, 366018.49 examples/s] Generating train split: 18853009 examples [00:24, 492214.40 examples/s] Generating train split: 18964009 examples [00:24, 650343.77 examples/s] Generating train split: 19072009 examples [00:24, 755323.02 examples/s] Generating train split: 19194009 examples [00:24, 879701.37 examples/s] Generating train split: 19309009 examples [00:25, 952184.37 examples/s] Generating train split: 19416009 examples [00:25, 977395.34 examples/s] Generating train split: 19535009 examples [00:25, 1009396.41 examples/s] Generating train split: 19657009 examples [00:25, 1036250.56 examples/s] Generating train split: 19780009 examples [00:25, 1089199.58 examples/s] Generating train split: 19918009 examples [00:25, 1168165.97 examples/s] Generating train split: 20064009 examples [00:25, 1251783.47 examples/s] Generating train split: 20222009 examples [00:25, 1333901.52 examples/s] Generating train split: 20370009 examples [00:25, 1373166.15 examples/s] Generating train split: 20546009 examples [00:26, 1462794.17 examples/s] Generating train split: 20737009 examples [00:26, 1589426.99 examples/s] Generating train split: 20902009 examples [00:26, 1604824.64 examples/s] Generating train split: 21069009 examples [00:26, 1624007.65 examples/s] Generating train split: 21235009 examples [00:26, 1596582.90 examples/s] Generating train split: 21397009 examples [00:26, 1555514.02 examples/s] Generating train split: 21556009 examples [00:26, 1564356.00 examples/s] Generating train split: 21717009 examples [00:26, 1551422.61 examples/s] Generating train split: 21876009 examples [00:26, 1465040.46 examples/s] Generating train split: 22025009 examples [00:27, 816121.48 examples/s] Generating train split: 22148009 examples [00:27, 649926.20 examples/s] Generating train split: 22242009 examples [00:27, 523842.88 examples/s] Generating train split: 22321009 examples [00:28, 377968.90 examples/s] Generating train split: 22389009 examples [00:28, 299689.16 examples/s] Generating train split: 22437009 examples [00:28, 268183.65 examples/s] Generating train split: 22475009 examples [00:29, 263624.99 examples/s] Generating train split: 22512009 examples [00:29, 277280.25 examples/s] Generating train split: 22560009 examples [00:29, 307652.57 examples/s] Generating train split: 22640009 examples [00:29, 377510.52 examples/s] Generating train split: 22751009 examples [00:29, 514931.53 examples/s] Generating train split: 22847009 examples [00:29, 610123.11 examples/s] Generating train split: 22923009 examples [00:29, 645668.91 examples/s] Generating train split: 23073009 examples [00:29, 853151.80 examples/s] Generating train split: 23188009 examples [00:30, 930828.08 examples/s] Generating train split: 23289009 examples [00:30, 927931.95 examples/s] Generating train split: 23388009 examples [00:30, 850706.91 examples/s] Generating train split: 23482009 examples [00:30, 851225.39 examples/s] Generating train split: 23592009 examples [00:30, 913185.44 examples/s] Generating train split: 23730009 examples [00:30, 1036040.42 examples/s] Generating train split: 23886009 examples [00:30, 1182025.65 examples/s] Generating train split: 24022009 examples [00:30, 1216442.19 examples/s] Generating train split: 24170009 examples [00:30, 1282532.93 examples/s] Generating train split: 24303009 examples [00:30, 1296247.70 examples/s] Generating train split: 24438009 examples [00:31, 1237749.19 examples/s] Generating train split: 24567009 examples [00:31, 1195432.33 examples/s] Generating train split: 24692167 examples [00:31, 1206071.79 examples/s] Generating train split: 24817167 examples [00:31, 1177949.52 examples/s] Generating train split: 24954167 examples [00:31, 1219639.89 examples/s] Generating train split: 25117167 examples [00:31, 1317563.17 examples/s] Generating train split: 25305167 examples [00:31, 1476356.41 examples/s] Generating train split: 25471167 examples [00:31, 1502162.22 examples/s] Generating train split: 25624167 examples [00:31, 1495383.91 examples/s] Generating train split: 25790167 examples [00:32, 1511594.88 examples/s] Generating train split: 25949167 examples [00:32, 1533207.45 examples/s] Generating train split: 26132167 examples [00:32, 1610873.54 examples/s] Generating train split: 26318167 examples [00:32, 1670891.78 examples/s] Generating train split: 26489167 examples [00:32, 1589217.55 examples/s] Generating train split: 26653167 examples [00:32, 1566654.50 examples/s] Generating train split: 26813167 examples [00:32, 1465522.09 examples/s] Generating train split: 26963506 examples [00:32, 1290446.62 examples/s] Generating train split: 27104506 examples [00:33, 1130413.90 examples/s] Generating train split: 27227506 examples [00:33, 663080.39 examples/s] Generating train split: 27326506 examples [00:34, 299411.56 examples/s] Generating train split: 27395506 examples [00:34, 301328.53 examples/s] Generating train split: 27454506 examples [00:34, 307229.18 examples/s] Generating train split: 27509506 examples [00:35, 286355.92 examples/s] Generating train split: 27561506 examples [00:35, 248776.80 examples/s] Generating train split: 27608506 examples [00:35, 272361.77 examples/s] Generating train split: 27667506 examples [00:35, 315859.26 examples/s] Generating train split: 27727506 examples [00:35, 357120.37 examples/s] Generating train split: 27790506 examples [00:35, 394846.54 examples/s] Generating train split: 27838506 examples [00:35, 404981.28 examples/s] Generating train split: 27910506 examples [00:36, 469373.70 examples/s] Generating train split: 27997506 examples [00:36, 563588.74 examples/s] Generating train split: 28084506 examples [00:36, 641371.74 examples/s] Generating train split: 28169506 examples [00:36, 692962.94 examples/s] Generating train split: 28287506 examples [00:36, 810830.77 examples/s] Generating train split: 28423506 examples [00:36, 945171.73 examples/s] Generating train split: 28580506 examples [00:36, 1115830.41 examples/s] Generating train split: 28756506 examples [00:36, 1288063.93 examples/s] Generating train split: 28927506 examples [00:36, 1401808.83 examples/s] Generating train split: 29110506 examples [00:36, 1462861.56 examples/s] Generating train split: 29291506 examples [00:37, 1533592.54 examples/s] Generating train split: 29455506 examples [00:37, 1539085.17 examples/s] Generating train split: 29616506 examples [00:37, 1493709.20 examples/s] Generating train split: 29770506 examples [00:37, 1451217.87 examples/s] Generating train split: 29920506 examples [00:37, 1386052.73 examples/s] Generating train split: 30065506 examples [00:37, 1258477.45 examples/s] Generating train split: 30198506 examples [00:37, 1163288.25 examples/s] Generating train split: 30321506 examples [00:37, 1134590.17 examples/s] Generating train split: 30491506 examples [00:38, 1258180.53 examples/s] Generating train split: 30648506 examples [00:38, 1338680.93 examples/s] Generating train split: 30802506 examples [00:38, 1378873.59 examples/s] Generating train split: 30953506 examples [00:38, 1413396.38 examples/s] Generating train split: 31104506 examples [00:38, 1419276.38 examples/s] Generating train split: 31253506 examples [00:38, 1054540.67 examples/s] Generating train split: 31378506 examples [00:39, 296871.47 examples/s] Generating train split: 31470506 examples [00:40, 322695.84 examples/s] Generating train split: 31547506 examples [00:40, 354627.18 examples/s] Generating train split: 31632506 examples [00:40, 411246.46 examples/s] Generating train split: 31708506 examples [00:40, 458138.10 examples/s] Generating train split: 31797506 examples [00:40, 527536.43 examples/s] Generating train split: 31879506 examples [00:40, 572211.69 examples/s] Generating train split: 31955506 examples [00:40, 590289.00 examples/s] Generating train split: 32032506 examples [00:40, 608694.60 examples/s] Generating train split: 32106506 examples [00:41, 624171.12 examples/s] Generating train split: 32180506 examples [00:41, 573646.48 examples/s] Generating train split: 32243506 examples [00:41, 491919.78 examples/s] Generating train split: 32298506 examples [00:41, 466467.66 examples/s] Generating train split: 32352506 examples [00:41, 468732.87 examples/s] Generating train split: 32412506 examples [00:41, 495968.57 examples/s] Generating train split: 32487506 examples [00:41, 541539.88 examples/s] Generating train split: 32578506 examples [00:41, 612563.46 examples/s] Generating train split: 32723506 examples [00:42, 830496.96 examples/s] Generating train split: 32839506 examples [00:42, 903165.99 examples/s] Generating train split: 32970506 examples [00:42, 1008195.95 examples/s] Generating train split: 33086506 examples [00:42, 1039036.17 examples/s] Generating train split: 33214506 examples [00:42, 1091138.05 examples/s] Generating train split: 33360506 examples [00:42, 1193562.44 examples/s] Generating train split: 33488506 examples [00:42, 1210977.37 examples/s] Generating train split: 33656174 examples [00:42, 1337777.07 examples/s] Generating train split: 33827174 examples [00:42, 1441858.83 examples/s] Generating train split: 33994174 examples [00:42, 1499834.57 examples/s] Generating train split: 34169174 examples [00:43, 1562023.86 examples/s] Generating train split: 34329174 examples [00:43, 1538656.03 examples/s] Generating train split: 34485174 examples [00:43, 1505770.98 examples/s] Generating train split: 34639174 examples [00:43, 1470538.81 examples/s] Generating train split: 34789174 examples [00:43, 1463418.15 examples/s] Generating train split: 34947174 examples [00:43, 1474786.96 examples/s] Generating train split: 35107174 examples [00:43, 1501944.85 examples/s] Generating train split: 35261174 examples [00:43, 1412874.37 examples/s] Generating train split: 35407174 examples [00:44, 1216041.42 examples/s] Generating train split: 35534174 examples [00:44, 1028259.96 examples/s] Generating train split: 35647174 examples [00:44, 775095.15 examples/s] Generating train split: 35742174 examples [00:45, 418847.12 examples/s] Generating train split: 35819174 examples [00:45, 364035.25 examples/s] Generating train split: 35880174 examples [00:46, 232670.30 examples/s] Generating train split: 35922174 examples [00:46, 247704.60 examples/s] Generating train split: 35965174 examples [00:46, 267498.00 examples/s] Generating train split: 36016174 examples [00:46, 296752.16 examples/s] Generating train split: 36058174 examples [00:46, 315321.64 examples/s] Generating train split: 36111174 examples [00:46, 345164.22 examples/s] Generating train split: 36174174 examples [00:46, 400705.87 examples/s] Generating train split: 36239174 examples [00:46, 452379.77 examples/s] Generating train split: 36292174 examples [00:46, 468810.16 examples/s] Generating train split: 36345174 examples [00:46, 482415.56 examples/s] Generating train split: 36400174 examples [00:47, 481730.41 examples/s] Generating train split: 36454174 examples [00:47, 494582.51 examples/s] Generating train split: 36533174 examples [00:47, 575890.35 examples/s] Generating train split: 36606174 examples [00:47, 616743.09 examples/s] Generating train split: 36713174 examples [00:47, 738465.49 examples/s] Generating train split: 36824174 examples [00:47, 839267.97 examples/s] Generating train split: 36951174 examples [00:47, 960687.79 examples/s] Generating train split: 37092174 examples [00:47, 1085894.59 examples/s] Generating train split: 37228174 examples [00:47, 1160020.65 examples/s] Generating train split: 37385174 examples [00:47, 1276101.34 examples/s] Generating train split: 37555174 examples [00:48, 1373461.34 examples/s] Generating train split: 37726174 examples [00:48, 1463962.72 examples/s] Generating train split: 37884174 examples [00:48, 1462234.90 examples/s] Generating train split: 38034174 examples [00:48, 1468990.93 examples/s] Generating train split: 38183174 examples [00:48, 1455233.79 examples/s] Generating train split: 38329174 examples [00:48, 1445906.16 examples/s] Generating train split: 38476174 examples [00:48, 1438848.06 examples/s] Generating train split: 38622174 examples [00:48, 1401115.39 examples/s] Generating train split: 38763174 examples [00:48, 1364695.90 examples/s] Generating train split: 38914174 examples [00:49, 1376281.74 examples/s] Generating train split: 39054174 examples [00:49, 1366918.88 examples/s] Generating train split: 39192174 examples [00:49, 1333476.30 examples/s] Generating train split: 39329174 examples [00:49, 1271431.23 examples/s] Generating train split: 39458174 examples [00:49, 1240740.12 examples/s] Generating train split: 39588174 examples [00:49, 1211302.77 examples/s] Generating train split: 39716174 examples [00:49, 1056152.08 examples/s] Generating train split: 39827174 examples [00:49, 962098.90 examples/s] Generating train split: 39930174 examples [00:50, 724158.62 examples/s] Generating train split: 40015174 examples [00:50, 513639.04 examples/s] Generating train split: 40081174 examples [00:50, 446657.93 examples/s] Generating train split: 40138174 examples [00:50, 394699.54 examples/s] Generating train split: 40185174 examples [00:51, 401814.88 examples/s] Generating train split: 40231174 examples [00:51, 409169.48 examples/s] Generating train split: 40282174 examples [00:51, 424969.36 examples/s] Generating train split: 40330174 examples [00:51, 411684.68 examples/s] Generating train split: 40380174 examples [00:51, 381206.95 examples/s] Generating train split: 40424174 examples [00:51, 388683.20 examples/s] Generating train split: 40468174 examples [00:51, 364430.08 examples/s] Generating train split: 40511174 examples [00:51, 310881.33 examples/s] Generating train split: 40553174 examples [00:52, 323288.45 examples/s] Generating train split: 40592174 examples [00:52, 334957.02 examples/s] Generating train split: 40636174 examples [00:52, 349751.53 examples/s] Generating train split: 40677174 examples [00:52, 363159.33 examples/s] Generating train split: 40739174 examples [00:52, 428989.88 examples/s] Generating train split: 40803174 examples [00:52, 471456.12 examples/s] Generating train split: 40869174 examples [00:52, 517706.15 examples/s] Generating train split: 40942174 examples [00:52, 552162.84 examples/s] Generating train split: 41041174 examples [00:52, 658210.91 examples/s] Generating train split: 41137174 examples [00:53, 735895.30 examples/s] Generating train split: 41237174 examples [00:53, 799720.78 examples/s] Generating train split: 41353174 examples [00:53, 883437.70 examples/s] Generating train split: 41496174 examples [00:53, 1033089.23 examples/s] Generating train split: 41675174 examples [00:53, 1247934.19 examples/s] Generating train split: 41844174 examples [00:53, 1364389.39 examples/s] Generating train split: 42018174 examples [00:53, 1472835.22 examples/s] Generating train split: 42185174 examples [00:53, 1528996.19 examples/s] Generating train split: 42359174 examples [00:53, 1567299.91 examples/s] Generating train split: 42526174 examples [00:53, 1593118.29 examples/s] Generating train split: 42693174 examples [00:54, 1609209.01 examples/s] Generating train split: 42865174 examples [00:54, 1626565.04 examples/s] Generating train split: 43055174 examples [00:54, 1667727.38 examples/s] Generating train split: 43225174 examples [00:54, 1643833.57 examples/s] Generating train split: 43390174 examples [00:54, 1505378.29 examples/s] Generating train split: 43547174 examples [00:54, 1445056.80 examples/s] Generating train split: 43694174 examples [00:54, 1433766.29 examples/s] Generating train split: 43840174 examples [00:54, 1413739.63 examples/s] Generating train split: 43991174 examples [00:54, 1431614.00 examples/s] Generating train split: 44139174 examples [00:55, 1437348.23 examples/s] Generating train split: 44288174 examples [00:55, 1078386.12 examples/s] Generating train split: 44415174 examples [00:56, 361181.19 examples/s] Generating train split: 44516174 examples [00:56, 391894.01 examples/s] Generating train split: 44595174 examples [00:56, 331006.85 examples/s] Generating train split: 44670174 examples [00:56, 363389.04 examples/s] Generating train split: 44754174 examples [00:57, 424516.52 examples/s] Generating train split: 44847174 examples [00:57, 503285.50 examples/s] Generating train split: 44928174 examples [00:57, 549360.63 examples/s] Generating train split: 45006174 examples [00:57, 495279.15 examples/s] Generating train split: 45071174 examples [00:57, 488518.42 examples/s] Generating train split: 45130174 examples [00:57, 502362.52 examples/s] Generating train split: 45195174 examples [00:57, 525251.55 examples/s] Generating train split: 45270174 examples [00:57, 567977.12 examples/s] Generating train split: 45337174 examples [00:58, 578146.00 examples/s] Generating train split: 45400174 examples [00:58, 573145.44 examples/s] Generating train split: 45485174 examples [00:58, 641075.57 examples/s] Generating train split: 45582174 examples [00:58, 714907.05 examples/s] Generating train split: 45670174 examples [00:58, 757401.19 examples/s] Generating train split: 45774174 examples [00:58, 833428.68 examples/s] Generating train split: 45876174 examples [00:58, 881391.99 examples/s] Generating train split: 46000174 examples [00:58, 979083.59 examples/s] Generating train split: 46127174 examples [00:58, 1046561.06 examples/s] Generating train split: 46248174 examples [00:59, 1076418.93 examples/s] Generating train split: 46385174 examples [00:59, 1158855.60 examples/s] Generating train split: 46545174 examples [00:59, 1273631.05 examples/s] Generating train split: 46710174 examples [00:59, 1381840.05 examples/s] Generating train split: 46893174 examples [00:59, 1498675.63 examples/s] Generating train split: 47075174 examples [00:59, 1592781.90 examples/s] Generating train split: 47258174 examples [00:59, 1660092.58 examples/s] Generating train split: 47432174 examples [00:59, 1682652.78 examples/s] Generating train split: 47605174 examples [00:59, 1685411.77 examples/s] Generating train split: 47774174 examples [00:59, 1642574.84 examples/s] Generating train split: 47941174 examples [01:00, 1602652.56 examples/s] Generating train split: 48106174 examples [01:00, 1584247.51 examples/s] Generating train split: 48268174 examples [01:00, 1526603.25 examples/s] Generating train split: 48430174 examples [01:00, 1263362.51 examples/s] Generating train split: 48566174 examples [01:00, 758535.45 examples/s] Generating train split: 48673174 examples [01:01, 675222.21 examples/s] Generating train split: 48763174 examples [01:01, 665098.79 examples/s] Generating train split: 48844174 examples [01:01, 638257.70 examples/s] Generating train split: 48927174 examples [01:01, 365316.05 examples/s] Generating train split: 48983174 examples [01:01, 389182.38 examples/s] Generating train split: 49053174 examples [01:02, 410149.88 examples/s] Generating train split: 49112174 examples [01:02, 297146.76 examples/s] Generating train split: 49164174 examples [01:02, 327217.95 examples/s] Generating train split: 49217174 examples [01:02, 358953.51 examples/s] Generating train split: 49267174 examples [01:02, 385358.76 examples/s] Generating train split: 49332174 examples [01:02, 440972.30 examples/s] Generating train split: 49388174 examples [01:03, 461822.82 examples/s] Generating train split: 49444174 examples [01:03, 421075.68 examples/s] Generating train split: 49492174 examples [01:03, 427095.65 examples/s] Generating train split: 49556174 examples [01:03, 469425.36 examples/s] Generating train split: 49633174 examples [01:03, 541139.00 examples/s] Generating train split: 49723174 examples [01:03, 615660.91 examples/s] Generating train split: 49817174 examples [01:03, 695708.55 examples/s] Generating train split: 49911174 examples [01:03, 753468.42 examples/s] Generating train split: 50015174 examples [01:03, 829121.19 examples/s] Generating train split: 50123174 examples [01:04, 899047.96 examples/s] Generating train split: 50262174 examples [01:04, 1032979.52 examples/s] Generating train split: 50383174 examples [01:04, 1077001.98 examples/s] Generating train split: 50526174 examples [01:04, 1179703.71 examples/s] Generating train split: 50653174 examples [01:04, 1193199.68 examples/s] Generating train split: 50774174 examples [01:04, 1181549.61 examples/s] Generating train split: 50908174 examples [01:04, 1218559.13 examples/s] Generating train split: 51045174 examples [01:04, 1256180.10 examples/s] Generating train split: 51204174 examples [01:04, 1350538.76 examples/s] Generating train split: 51353174 examples [01:04, 1388324.67 examples/s] Generating train split: 51508174 examples [01:05, 1434974.91 examples/s] Generating train split: 51685174 examples [01:05, 1504414.57 examples/s] Generating train split: 51856174 examples [01:05, 1556657.74 examples/s] Generating train split: 52022174 examples [01:05, 1573944.93 examples/s] Generating train split: 52186174 examples [01:05, 1583878.46 examples/s] Generating train split: 52347174 examples [01:05, 1495428.57 examples/s] Generating train split: 52501174 examples [01:05, 1372486.34 examples/s] Generating train split: 52643174 examples [01:05, 1316873.32 examples/s] Generating train split: 52784174 examples [01:05, 1246188.81 examples/s] Generating train split: 52919174 examples [01:06, 1153105.84 examples/s] Generating train split: 53039174 examples [01:06, 1022091.39 examples/s] Generating train split: 53150174 examples [01:06, 445179.51 examples/s] Generating train split: 53233174 examples [01:07, 473036.40 examples/s] Generating train split: 53335174 examples [01:07, 541473.41 examples/s] Generating train split: 53415174 examples [01:07, 537863.13 examples/s] Generating train split: 53498174 examples [01:07, 552827.33 examples/s] Generating train split: 53572174 examples [01:07, 527776.01 examples/s] Generating train split: 53643174 examples [01:07, 508161.25 examples/s] Generating train split: 53706174 examples [01:07, 454848.76 examples/s] Generating train split: 53757174 examples [01:08, 271358.30 examples/s] Generating train split: 53797174 examples [01:08, 251888.86 examples/s] Generating train split: 53861174 examples [01:08, 309820.53 examples/s] Generating train split: 53922174 examples [01:08, 359129.69 examples/s] Generating train split: 53981174 examples [01:08, 397135.71 examples/s] Generating train split: 54032174 examples [01:09, 398399.51 examples/s] Generating train split: 54080174 examples [01:09, 416280.02 examples/s] Generating train split: 54139174 examples [01:09, 441192.40 examples/s] Generating train split: 54207174 examples [01:09, 478095.21 examples/s] Generating train split: 54303174 examples [01:09, 579658.62 examples/s] Generating train split: 54416174 examples [01:09, 722747.65 examples/s] Generating train split: 54515174 examples [01:09, 790645.65 examples/s] Generating train split: 54632174 examples [01:09, 872909.11 examples/s] Generating train split: 54757174 examples [01:09, 969160.10 examples/s] Generating train split: 54893174 examples [01:10, 1074434.95 examples/s] Generating train split: 55056174 examples [01:10, 1224008.12 examples/s] Generating train split: 55236174 examples [01:10, 1389323.65 examples/s] Generating train split: 55430174 examples [01:10, 1528885.09 examples/s] Generating train split: 55617174 examples [01:10, 1621519.59 examples/s] Generating train split: 55790174 examples [01:10, 1629080.70 examples/s] Generating train split: 55960174 examples [01:10, 1635511.77 examples/s] Generating train split: 56126174 examples [01:10, 1566723.78 examples/s] Generating train split: 56285174 examples [01:10, 1555069.87 examples/s] Generating train split: 56443174 examples [01:10, 1396837.60 examples/s] Generating train split: 56591174 examples [01:11, 1324499.20 examples/s] Generating train split: 56734174 examples [01:11, 1265384.66 examples/s] Generating train split: 56867174 examples [01:11, 1164253.30 examples/s] Generating train split: 56994174 examples [01:11, 1174938.08 examples/s] Generating train split: 57114178 examples [01:11, 1061936.01 examples/s] Generating train split: 57224178 examples [01:12, 613882.99 examples/s] Generating train split: 57317178 examples [01:12, 467802.54 examples/s] Generating train split: 57386178 examples [01:12, 327534.69 examples/s] Generating train split: 57445178 examples [01:13, 301094.28 examples/s] Generating train split: 57488178 examples [01:13, 291677.44 examples/s] Generating train split: 57533178 examples [01:13, 305759.76 examples/s] Generating train split: 57595178 examples [01:13, 352362.01 examples/s] Generating train split: 57672178 examples [01:13, 423885.17 examples/s] Generating train split: 57767178 examples [01:13, 524543.62 examples/s] Generating train split: 57875178 examples [01:13, 639294.40 examples/s] Generating train split: 57980178 examples [01:13, 730942.84 examples/s] Generating train split: 58065178 examples [01:14, 744169.71 examples/s] Generating train split: 58157178 examples [01:14, 758310.12 examples/s] Generating train split: 58243178 examples [01:14, 742745.72 examples/s] Generating train split: 58328178 examples [01:14, 759416.65 examples/s] Generating train split: 58451178 examples [01:14, 883481.89 examples/s] Generating train split: 58582178 examples [01:14, 992428.44 examples/s] Generating train split: 58703178 examples [01:14, 1020608.26 examples/s] Generating train split: 58823178 examples [01:14, 1059447.88 examples/s] Generating train split: 58948178 examples [01:14, 1110784.94 examples/s] Generating train split: 59066178 examples [01:15, 1125465.26 examples/s] Generating train split: 59192178 examples [01:15, 1158389.72 examples/s] Generating train split: 59354178 examples [01:15, 1290412.11 examples/s] Generating train split: 59506178 examples [01:15, 1334390.19 examples/s] Generating train split: 59663178 examples [01:15, 1378501.39 examples/s] Generating train split: 59802178 examples [01:15, 1380557.40 examples/s] Generating train split: 59944178 examples [01:15, 1391745.76 examples/s] Generating train split: 60087178 examples [01:15, 1354884.60 examples/s] Generating train split: 60226178 examples [01:15, 1336633.50 examples/s] Generating train split: 60361178 examples [01:15, 1303167.75 examples/s] Generating train split: 60501178 examples [01:16, 1328628.09 examples/s] Generating train split: 60642178 examples [01:16, 1324202.29 examples/s] Generating train split: 60788178 examples [01:16, 1335164.00 examples/s] Generating train split: 60932178 examples [01:16, 1322011.47 examples/s] Generating train split: 61098178 examples [01:16, 1387985.27 examples/s] Generating train split: 61247178 examples [01:16, 1363704.14 examples/s] Generating train split: 61384178 examples [01:16, 1350008.90 examples/s] Generating train split: 61525178 examples [01:17, 624738.42 examples/s] Generating train split: 61635178 examples [01:17, 691453.62 examples/s] Generating train split: 61740178 examples [01:17, 615732.65 examples/s] Generating train split: 61833178 examples [01:17, 550133.62 examples/s] Generating train split: 61911178 examples [01:17, 576438.65 examples/s] Generating train split: 61994178 examples [01:18, 581609.38 examples/s] Generating train split: 62097178 examples [01:18, 669662.95 examples/s] Generating train split: 62186178 examples [01:18, 716445.98 examples/s] Generating train split: 62270178 examples [01:18, 683366.07 examples/s] Generating train split: 62356178 examples [01:18, 483938.36 examples/s] Generating train split: 62432178 examples [01:18, 501680.43 examples/s] Generating train split: 62544178 examples [01:18, 623385.33 examples/s] Generating train split: 62653178 examples [01:19, 719912.58 examples/s] Generating train split: 62763178 examples [01:19, 799989.53 examples/s] Generating train split: 62881178 examples [01:19, 881147.90 examples/s] Generating train split: 62981178 examples [01:19, 724585.25 examples/s] Generating train split: 63076686 examples [01:19, 772628.38 examples/s] Generating train split: 63211686 examples [01:19, 892044.32 examples/s] Generating train split: 63308686 examples [01:19, 909501.30 examples/s] Generating train split: 63443686 examples [01:19, 1005410.02 examples/s] Generating train split: 63609686 examples [01:19, 1177558.42 examples/s] Generating train split: 63758686 examples [01:20, 1239640.48 examples/s] Generating train split: 63899686 examples [01:20, 1273307.97 examples/s] Generating train split: 64031686 examples [01:20, 1276795.37 examples/s] Generating train split: 64163686 examples [01:20, 1282064.20 examples/s] Generating train split: 64325686 examples [01:20, 1356887.97 examples/s] Generating train split: 64466686 examples [01:20, 1170027.20 examples/s] Generating train split: 64593686 examples [01:20, 1166028.82 examples/s] Generating train split: 64717686 examples [01:20, 1181005.57 examples/s] Generating train split: 64846686 examples [01:20, 1183425.70 examples/s] Generating train split: 64973686 examples [01:21, 1184576.05 examples/s] Generating train split: 65114686 examples [01:21, 1109040.91 examples/s] Generating train split: 65243686 examples [01:21, 1152571.63 examples/s] Generating train split: 65374686 examples [01:21, 1101294.28 examples/s] Generating train split: 65522686 examples [01:21, 1199824.87 examples/s] Generating train split: 65671686 examples [01:21, 1184086.81 examples/s] Generating train split: 65796686 examples [01:21, 884404.97 examples/s] Generating train split: 65900686 examples [01:22, 312000.49 examples/s] Generating train split: 65989686 examples [01:23, 360690.84 examples/s] Generating train split: 66068686 examples [01:23, 387940.64 examples/s] Generating train split: 66141686 examples [01:23, 433872.32 examples/s] Generating train split: 66216686 examples [01:23, 482286.62 examples/s] Generating train split: 66328686 examples [01:23, 578216.86 examples/s] Generating train split: 66437686 examples [01:23, 679931.68 examples/s] Generating train split: 66533686 examples [01:23, 737741.99 examples/s] Generating train split: 66622686 examples [01:23, 768689.25 examples/s] Generating train split: 66746686 examples [01:23, 880338.04 examples/s] Generating train split: 66852686 examples [01:24, 899290.30 examples/s] Generating train split: 66950686 examples [01:24, 871122.81 examples/s] Generating train split: 67044686 examples [01:24, 868485.36 examples/s] Generating train split: 67144686 examples [01:24, 903027.66 examples/s] Generating train split: 67280686 examples [01:24, 1017431.08 examples/s] Generating train split: 67434686 examples [01:24, 1125797.89 examples/s] Generating train split: 67572686 examples [01:24, 1171630.41 examples/s] Generating train split: 67752686 examples [01:24, 1329000.51 examples/s] Generating train split: 67902686 examples [01:24, 1377179.96 examples/s] Generating train split: 68041686 examples [01:24, 1379863.51 examples/s] Generating train split: 68188686 examples [01:25, 1401587.26 examples/s] Generating train split: 68329686 examples [01:25, 1354048.23 examples/s] Generating train split: 68466686 examples [01:25, 1356098.16 examples/s] Generating train split: 68605686 examples [01:25, 1347872.11 examples/s] Generating train split: 68743686 examples [01:25, 1347113.01 examples/s] Generating train split: 68893686 examples [01:25, 1382467.50 examples/s] Generating train split: 69055686 examples [01:25, 1450344.63 examples/s] Generating train split: 69218686 examples [01:25, 1483154.26 examples/s] Generating train split: 69369686 examples [01:25, 1457425.15 examples/s] Generating train split: 69518686 examples [01:26, 1418968.28 examples/s] Generating train split: 69662686 examples [01:26, 1415466.44 examples/s] Generating train split: 69815686 examples [01:26, 1408077.28 examples/s] Generating train split: 69976686 examples [01:26, 1435635.40 examples/s] Generating train split: 70129686 examples [01:26, 1444936.29 examples/s] Generating train split: 70282686 examples [01:26, 1421501.22 examples/s] Generating train split: 70427686 examples [01:26, 826199.37 examples/s] Generating train split: 70549686 examples [01:27, 324474.88 examples/s] Generating train split: 70648686 examples [01:28, 364096.55 examples/s] Generating train split: 70735686 examples [01:28, 357936.45 examples/s] Generating train split: 70812686 examples [01:28, 381550.28 examples/s] Generating train split: 70901686 examples [01:28, 430533.20 examples/s] Generating train split: 70965686 examples [01:28, 434253.39 examples/s] Generating train split: 71068686 examples [01:28, 535028.47 examples/s] Generating train split: 71214686 examples [01:29, 715870.05 examples/s] Generating train split: 71325686 examples [01:29, 799137.57 examples/s] Generating train split: 71432686 examples [01:29, 836975.36 examples/s] Generating train split: 71566686 examples [01:29, 949354.25 examples/s] Generating train split: 71673686 examples [01:29, 922014.28 examples/s] Generating train split: 71775686 examples [01:29, 888154.66 examples/s] Generating train split: 71874686 examples [01:29, 857591.17 examples/s] Generating train split: 72029686 examples [01:29, 1033797.58 examples/s] Generating train split: 72175686 examples [01:29, 1138241.68 examples/s] Generating train split: 72328686 examples [01:30, 1243113.24 examples/s] Generating train split: 72467686 examples [01:30, 1276437.16 examples/s] Generating train split: 72603686 examples [01:30, 1282545.48 examples/s] Generating train split: 72734686 examples [01:30, 1279961.72 examples/s] Generating train split: 72865686 examples [01:30, 1254665.74 examples/s] Generating train split: 73015686 examples [01:30, 1287856.13 examples/s] Generating train split: 73165686 examples [01:30, 1342777.42 examples/s] Generating train split: 73320686 examples [01:30, 1377725.37 examples/s] Generating train split: 73479686 examples [01:30, 1437376.16 examples/s] Generating train split: 73626686 examples [01:30, 1436081.14 examples/s] Generating train split: 73773686 examples [01:31, 1379570.49 examples/s] Generating train split: 73914686 examples [01:31, 1290297.73 examples/s] Generating train split: 74064686 examples [01:31, 1330580.55 examples/s] Generating train split: 74240686 examples [01:31, 1442081.36 examples/s] Generating train split: 74396686 examples [01:31, 1473755.10 examples/s] Generating train split: 74570686 examples [01:31, 1540723.80 examples/s] Generating train split: 74729686 examples [01:31, 1536396.35 examples/s] Generating train split: 74891686 examples [01:31, 1527486.31 examples/s] Generating train split: 75045686 examples [01:31, 1508652.27 examples/s] Generating train split: 75205686 examples [01:33, 372870.74 examples/s] Generating train split: 75318686 examples [01:33, 410368.64 examples/s] Generating train split: 75422686 examples [01:33, 408652.63 examples/s] Generating train split: 75508686 examples [01:33, 455026.88 examples/s] Generating train split: 75590686 examples [01:33, 505088.68 examples/s] Generating train split: 75684686 examples [01:33, 577135.72 examples/s] Generating train split: 75792686 examples [01:33, 667278.95 examples/s] Generating train split: 75888686 examples [01:34, 706565.31 examples/s] Generating train split: 75989686 examples [01:34, 771669.32 examples/s] Generating train split: 76093686 examples [01:34, 828328.26 examples/s] Generating train split: 76211686 examples [01:34, 895053.64 examples/s] Generating train split: 76313686 examples [01:34, 904383.95 examples/s] Generating train split: 76421686 examples [01:34, 909704.83 examples/s] Generating train split: 76559686 examples [01:34, 1028966.13 examples/s] Generating train split: 76675686 examples [01:34, 1062686.03 examples/s] Generating train split: 76834686 examples [01:34, 1206121.16 examples/s] Generating train split: 77011686 examples [01:35, 1324695.51 examples/s] Generating train split: 77189686 examples [01:35, 1436999.38 examples/s] Generating train split: 77341686 examples [01:35, 1459872.10 examples/s] Generating train split: 77489686 examples [01:35, 1416775.72 examples/s] Generating train split: 77632686 examples [01:35, 1369552.63 examples/s] Generating train split: 77775686 examples [01:35, 1383462.67 examples/s] Generating train split: 77943686 examples [01:35, 1468411.39 examples/s] Generating train split: 78126686 examples [01:35, 1554850.45 examples/s] Generating train split: 78285686 examples [01:35, 1527432.77 examples/s] Generating train split: 78440686 examples [01:35, 1479046.60 examples/s] Generating train split: 78590686 examples [01:36, 1437210.03 examples/s] Generating train split: 78739686 examples [01:36, 1427377.05 examples/s] Generating train split: 78890686 examples [01:36, 1449673.39 examples/s] Generating train split: 79036686 examples [01:36, 1430395.88 examples/s] Generating train split: 79183686 examples [01:36, 1417727.10 examples/s] Generating train split: 79329686 examples [01:36, 1311260.99 examples/s] Generating train split: 79470686 examples [01:37, 688745.90 examples/s] Generating train split: 79596686 examples [01:37, 780665.04 examples/s] Generating train split: 79710686 examples [01:37, 730418.12 examples/s] Generating train split: 79822686 examples [01:37, 625664.40 examples/s] Generating train split: 79927686 examples [01:37, 695027.38 examples/s] Generating train split: 80068686 examples [01:37, 832744.68 examples/s] Generating train split: 80207686 examples [01:37, 941559.29 examples/s] Generating train split: 80347686 examples [01:38, 1014253.98 examples/s] Generating train split: 80465686 examples [01:38, 1028729.59 examples/s] Generating train split: 80596686 examples [01:38, 1097939.99 examples/s] Generating train split: 80736686 examples [01:38, 1101391.57 examples/s] Generating train split: 80867686 examples [01:38, 1092140.67 examples/s] Generating train split: 81001686 examples [01:38, 678128.00 examples/s] Generating train split: 81099686 examples [01:39, 698379.55 examples/s] Generating train split: 81216686 examples [01:39, 789775.65 examples/s] Generating train split: 81313686 examples [01:39, 470520.01 examples/s] Generating train split: 81397686 examples [01:40, 346657.66 examples/s] Generating train split: 81457686 examples [01:40, 193830.76 examples/s] Generating train split: 81505686 examples [01:41, 167540.82 examples/s] Generating train split: 81538686 examples [01:41, 143370.67 examples/s] Generating train split: 81564686 examples [01:42, 136166.07 examples/s] Generating train split: 81585686 examples [01:42, 136934.14 examples/s] Generating train split: 81609686 examples [01:42, 148440.92 examples/s] Generating train split: 81634686 examples [01:42, 103940.41 examples/s] Generating train split: 81653686 examples [01:42, 112165.34 examples/s] Generating train split: 81671686 examples [01:43, 92089.72 examples/s] Generating train split: 81697686 examples [01:43, 110062.75 examples/s] Generating train split: 81713686 examples [01:43, 71918.84 examples/s] Generating train split: 81729686 examples [01:44, 69267.46 examples/s] Generating train split: 81744686 examples [01:44, 79134.22 examples/s] Generating train split: 81757686 examples [01:44, 74758.68 examples/s] Generating train split: 81769686 examples [01:44, 63144.81 examples/s] Generating train split: 81789686 examples [01:44, 77049.59 examples/s] Generating train split: 81799686 examples [01:45, 71637.34 examples/s] Generating train split: 81819686 examples [01:45, 93120.58 examples/s] Generating train split: 81841686 examples [01:45, 63231.72 examples/s] Generating train split: 81853686 examples [01:45, 54432.21 examples/s] Generating train split: 81877686 examples [01:46, 77693.14 examples/s] Generating train split: 81902686 examples [01:46, 102640.10 examples/s] Generating train split: 81918686 examples [01:46, 87250.09 examples/s] Generating train split: 81933686 examples [01:46, 88245.92 examples/s] Generating train split: 81952686 examples [01:46, 103516.71 examples/s] Generating train split: 81970686 examples [01:46, 113228.23 examples/s] Generating train split: 81987686 examples [01:47, 93446.43 examples/s] Generating train split: 81999686 examples [01:47, 94606.56 examples/s] Generating train split: 82011686 examples [01:47, 77423.10 examples/s] Generating train split: 82022686 examples [01:47, 68872.40 examples/s] Generating train split: 82030686 examples [01:48, 43395.41 examples/s] Generating train split: 82041686 examples [01:48, 51659.92 examples/s] Generating train split: 82052686 examples [01:48, 43775.91 examples/s] Generating train split: 82073686 examples [01:48, 65750.35 examples/s] Generating train split: 82086686 examples [01:49, 54860.38 examples/s] Generating train split: 82101686 examples [01:49, 67512.10 examples/s] Generating train split: 82113686 examples [01:49, 71530.70 examples/s] Generating train split: 82125686 examples [01:49, 72734.92 examples/s] Generating train split: 82161686 examples [01:49, 120461.32 examples/s] Generating train split: 82179686 examples [01:49, 84337.35 examples/s] Generating train split: 82191686 examples [01:50, 62042.09 examples/s] Generating train split: 82202686 examples [01:50, 65858.52 examples/s] Generating train split: 82213686 examples [01:50, 59320.39 examples/s] Generating train split: 82224686 examples [01:50, 62795.07 examples/s] Generating train split: 82241686 examples [01:51, 79043.63 examples/s] Generating train split: 82266686 examples [01:51, 104030.77 examples/s] Generating train split: 82282686 examples [01:51, 88962.72 examples/s] Generating train split: 82297686 examples [01:51, 91460.76 examples/s] Generating train split: 82323686 examples [01:51, 116355.54 examples/s] Generating train split: 82340686 examples [01:52, 76083.10 examples/s] Generating train split: 82360686 examples [01:52, 90253.20 examples/s] Generating train split: 82376686 examples [01:52, 63111.42 examples/s] Generating train split: 82390686 examples [01:52, 61816.78 examples/s] Generating train split: 82403686 examples [01:53, 69307.10 examples/s] Generating train split: 82415686 examples [01:53, 54311.73 examples/s] Generating train split: 82427686 examples [01:53, 54645.05 examples/s] Generating train split: 82434686 examples [01:53, 46710.40 examples/s] Generating train split: 82455686 examples [01:54, 67199.66 examples/s] Generating train split: 82465686 examples [01:54, 71874.44 examples/s] Generating train split: 82478686 examples [01:54, 69820.86 examples/s] Generating train split: 82495686 examples [01:54, 76539.64 examples/s] Generating train split: 82511686 examples [01:54, 86435.06 examples/s] Generating train split: 82523686 examples [01:54, 82660.09 examples/s] Generating train split: 82544686 examples [01:54, 106862.26 examples/s] Generating train split: 82560686 examples [01:55, 88199.02 examples/s] Generating train split: 82572686 examples [01:55, 77735.10 examples/s] Generating train split: 82605686 examples [01:55, 120587.41 examples/s] Generating train split: 82627686 examples [01:55, 110636.00 examples/s] Generating train split: 82644686 examples [01:56, 52119.57 examples/s] Generating train split: 82655686 examples [01:56, 53383.36 examples/s] Generating train split: 82666686 examples [01:56, 51575.72 examples/s] Generating train split: 82676686 examples [01:57, 46047.13 examples/s] Generating train split: 82707686 examples [01:57, 78465.09 examples/s] Generating train split: 82725686 examples [01:57, 70958.87 examples/s] Generating train split: 82743686 examples [01:57, 77265.11 examples/s] Generating train split: 82758686 examples [01:58, 65771.30 examples/s] Generating train split: 82774686 examples [01:58, 78807.48 examples/s] Generating train split: 82789686 examples [01:58, 80925.66 examples/s] Generating train split: 82803686 examples [01:58, 77810.58 examples/s] Generating train split: 82825686 examples [01:58, 96478.18 examples/s] Generating train split: 82842686 examples [01:59, 88104.87 examples/s] Generating train split: 82858686 examples [01:59, 84625.34 examples/s] Generating train split: 82889686 examples [01:59, 116635.44 examples/s] Generating train split: 82905686 examples [01:59, 121009.23 examples/s] Generating train split: 82923686 examples [01:59, 107333.08 examples/s] Generating train split: 82948686 examples [01:59, 132084.66 examples/s] Generating train split: 82968686 examples [02:00, 55441.07 examples/s] Generating train split: 82981686 examples [02:00, 59100.42 examples/s] Generating train split: 83001686 examples [02:01, 75519.18 examples/s] Generating train split: 83027686 examples [02:01, 94843.27 examples/s] Generating train split: 83043686 examples [02:01, 57440.46 examples/s] Generating train split: 83067686 examples [02:01, 77645.73 examples/s] Generating train split: 83082686 examples [02:02, 66943.13 examples/s] Generating train split: 83099686 examples [02:02, 78285.96 examples/s] Generating train split: 83113686 examples [02:02, 86204.67 examples/s] Generating train split: 83126686 examples [02:02, 79462.88 examples/s] Generating train split: 83148686 examples [02:02, 103846.11 examples/s] Generating train split: 83164686 examples [02:03, 68379.27 examples/s] Generating train split: 83175686 examples [02:03, 72025.67 examples/s] Generating train split: 83187686 examples [02:03, 75120.60 examples/s] Generating train split: 83220686 examples [02:03, 112271.85 examples/s] Generating train split: 83238686 examples [02:03, 112270.01 examples/s] Generating train split: 83263686 examples [02:03, 136094.60 examples/s] Generating train split: 83280686 examples [02:04, 55179.87 examples/s] Generating train split: 83292686 examples [02:04, 57814.88 examples/s] Generating train split: 83308686 examples [02:05, 64261.15 examples/s] Generating train split: 83319686 examples [02:05, 57259.79 examples/s] Generating train split: 83329686 examples [02:05, 56312.13 examples/s] Generating train split: 83344686 examples [02:05, 69429.44 examples/s] Generating train split: 83355686 examples [02:05, 63901.82 examples/s] Generating train split: 83365686 examples [02:06, 55944.89 examples/s] Generating train split: 83387686 examples [02:06, 80216.76 examples/s] Generating train split: 83398686 examples [02:06, 63033.94 examples/s] Generating train split: 83416686 examples [02:06, 78201.91 examples/s] Generating train split: 83428686 examples [02:06, 85401.02 examples/s] Generating train split: 83444686 examples [02:06, 74155.21 examples/s] Generating train split: 83459686 examples [02:07, 84744.38 examples/s] Generating train split: 83478686 examples [02:07, 94825.08 examples/s] Generating train split: 83490686 examples [02:07, 99574.36 examples/s] Generating train split: 83506686 examples [02:07, 103346.22 examples/s] Generating train split: 83518686 examples [02:07, 103096.58 examples/s] Generating train split: 83538686 examples [02:07, 102867.81 examples/s] Generating train split: 83553686 examples [02:07, 104390.22 examples/s] Generating train split: 83569686 examples [02:08, 107337.99 examples/s] Generating train split: 83586686 examples [02:08, 120244.05 examples/s] Generating train split: 83606686 examples [02:08, 136275.67 examples/s] Generating train split: 83622686 examples [02:09, 45071.07 examples/s] Generating train split: 83633686 examples [02:09, 50031.43 examples/s] Generating train split: 83644686 examples [02:09, 44772.93 examples/s] Generating train split: 83652686 examples [02:09, 45249.41 examples/s] Generating train split: 83673686 examples [02:10, 65752.51 examples/s] Generating train split: 83686686 examples [02:10, 59331.50 examples/s] Generating train split: 83696686 examples [02:10, 58445.10 examples/s] Generating train split: 83712686 examples [02:10, 73915.89 examples/s] Generating train split: 83723686 examples [02:10, 62569.18 examples/s] Generating train split: 83740686 examples [02:11, 74091.40 examples/s] Generating train split: 83749686 examples [02:11, 75813.60 examples/s] Generating train split: 83758686 examples [02:11, 77445.88 examples/s] Generating train split: 83768686 examples [02:11, 63267.27 examples/s] Generating train split: 83788686 examples [02:11, 77659.74 examples/s] Generating train split: 83799686 examples [02:11, 82632.77 examples/s] Generating train split: 83824686 examples [02:11, 117047.15 examples/s] Generating train split: 83838686 examples [02:12, 93125.42 examples/s] Generating train split: 83864686 examples [02:12, 124837.55 examples/s] Generating train split: 83881686 examples [02:12, 96070.68 examples/s] Generating train split: 83896686 examples [02:12, 102110.30 examples/s] Generating train split: 83913686 examples [02:13, 39537.62 examples/s] Generating train split: 83935686 examples [02:13, 54498.08 examples/s] Generating train split: 83947686 examples [02:14, 48229.88 examples/s] Generating train split: 83958686 examples [02:14, 51115.37 examples/s] Generating train split: 83976686 examples [02:14, 65727.16 examples/s] Generating train split: 83991686 examples [02:14, 77958.00 examples/s] Generating train split: 84006686 examples [02:14, 74845.78 examples/s] Generating train split: 84023686 examples [02:14, 85568.06 examples/s] Generating train split: 84034686 examples [02:15, 83894.92 examples/s] Generating train split: 84044686 examples [02:15, 86618.91 examples/s] Generating train split: 84055686 examples [02:15, 84761.12 examples/s] Generating train split: 84076686 examples [02:15, 109122.77 examples/s] Generating train split: 84091686 examples [02:15, 81007.38 examples/s] Generating train split: 84102686 examples [02:15, 86429.73 examples/s] Generating train split: 84117686 examples [02:15, 91205.68 examples/s] Generating train split: 84137686 examples [02:16, 109881.92 examples/s] Generating train split: 84152686 examples [02:16, 108424.33 examples/s] Generating train split: 84164686 examples [02:16, 93159.75 examples/s] Generating train split: 84180686 examples [02:16, 95434.49 examples/s] Generating train split: 84223686 examples [02:16, 162014.83 examples/s] Generating train split: 84242686 examples [02:17, 43699.71 examples/s] Generating train split: 84257686 examples [02:18, 51941.08 examples/s] Generating train split: 84272686 examples [02:18, 60902.17 examples/s] Generating train split: 84290686 examples [02:18, 50852.89 examples/s] Generating train split: 84314686 examples [02:18, 69115.02 examples/s] Generating train split: 84330686 examples [02:19, 69992.03 examples/s] Generating train split: 84346686 examples [02:19, 81708.51 examples/s] Generating train split: 84368686 examples [02:19, 78685.01 examples/s] Generating train split: 84380686 examples [02:19, 72395.78 examples/s] Generating train split: 84396686 examples [02:19, 84136.18 examples/s] Generating train split: 84413686 examples [02:19, 99337.05 examples/s] Generating train split: 84434686 examples [02:20, 114838.80 examples/s] Generating train split: 84450686 examples [02:20, 102145.33 examples/s] Generating train split: 84466686 examples [02:20, 112361.76 examples/s] Generating train split: 84482686 examples [02:20, 106816.24 examples/s] Generating train split: 84498686 examples [02:20, 112346.69 examples/s] Generating train split: 84513686 examples [02:20, 92289.82 examples/s] Generating train split: 84532686 examples [02:20, 110881.68 examples/s] Generating train split: 84549686 examples [02:21, 79742.85 examples/s] Generating train split: 84560686 examples [02:21, 46480.35 examples/s] Generating train split: 84570686 examples [02:22, 42251.61 examples/s] Generating train split: 84580686 examples [02:22, 48473.96 examples/s] Generating train split: 84592686 examples [02:22, 51905.10 examples/s] Generating train split: 84615686 examples [02:22, 74341.89 examples/s] Generating train split: 84627686 examples [02:23, 55148.28 examples/s] Generating train split: 84645686 examples [02:23, 72204.05 examples/s] Generating train split: 84656686 examples [02:23, 57858.67 examples/s] Generating train split: 84668686 examples [02:23, 62986.72 examples/s] Generating train split: 84693686 examples [02:23, 79768.09 examples/s] Generating train split: 84707686 examples [02:23, 88318.60 examples/s] Generating train split: 84729686 examples [02:24, 100336.21 examples/s] Generating train split: 84746686 examples [02:24, 94228.06 examples/s] Generating train split: 84760686 examples [02:24, 78877.52 examples/s] Generating train split: 84777686 examples [02:24, 93036.37 examples/s] Generating train split: 84797686 examples [02:24, 113042.37 examples/s] Generating train split: 84815686 examples [02:24, 118649.65 examples/s] Generating train split: 84830686 examples [02:25, 91408.36 examples/s] Generating train split: 84846686 examples [02:25, 93417.27 examples/s] Generating train split: 84862686 examples [02:25, 69123.71 examples/s] Generating train split: 84873686 examples [02:26, 51698.46 examples/s] Generating train split: 84882686 examples [02:26, 50206.57 examples/s] Generating train split: 84889686 examples [02:26, 41498.36 examples/s] Generating train split: 84899686 examples [02:26, 44211.30 examples/s] Generating train split: 84933686 examples [02:26, 85045.85 examples/s] Generating train split: 84948686 examples [02:27, 70715.92 examples/s] Generating train split: 84973686 examples [02:27, 96707.35 examples/s] Generating train split: 84990686 examples [02:27, 91676.02 examples/s] Generating train split: 85004686 examples [02:27, 67012.94 examples/s] Generating train split: 85042686 examples [02:28, 83506.44 examples/s] Generating train split: 85063686 examples [02:28, 99347.67 examples/s] Generating train split: 85076686 examples [02:28, 66881.24 examples/s] Generating train split: 85096686 examples [02:28, 79927.10 examples/s] Generating train split: 85114686 examples [02:29, 88211.83 examples/s] Generating train split: 85136686 examples [02:29, 104170.33 examples/s] Generating train split: 85150686 examples [02:29, 75632.79 examples/s] Generating train split: 85162686 examples [02:29, 77386.07 examples/s] Generating train split: 85172686 examples [02:30, 61912.21 examples/s] Generating train split: 85184686 examples [02:30, 48925.50 examples/s] Generating train split: 85201686 examples [02:30, 61731.26 examples/s] Generating train split: 85211686 examples [02:30, 64652.80 examples/s] Generating train split: 85221686 examples [02:30, 70220.71 examples/s] Generating train split: 85231686 examples [02:30, 74421.52 examples/s] Generating train split: 85241686 examples [02:31, 63759.16 examples/s] Generating train split: 85267686 examples [02:31, 102100.73 examples/s] Generating train split: 85291686 examples [02:31, 130473.93 examples/s] Generating train split: 85310686 examples [02:31, 98890.52 examples/s] Generating train split: 85325686 examples [02:31, 85312.52 examples/s] Generating train split: 85336686 examples [02:32, 67129.89 examples/s] Generating train split: 85347686 examples [02:32, 70955.27 examples/s] Generating train split: 85379686 examples [02:32, 108733.69 examples/s] Generating train split: 85395686 examples [02:32, 75510.35 examples/s] Generating train split: 85406686 examples [02:33, 61115.82 examples/s] Generating train split: 85427686 examples [02:33, 80370.95 examples/s] Generating train split: 85443686 examples [02:33, 85562.13 examples/s] Generating train split: 85459686 examples [02:33, 98658.40 examples/s] Generating train split: 85476686 examples [02:33, 70499.23 examples/s] Generating train split: 85490686 examples [02:34, 70386.54 examples/s] Generating train split: 85500686 examples [02:34, 73755.34 examples/s] Generating train split: 85511686 examples [02:34, 43007.32 examples/s] Generating train split: 85528686 examples [02:34, 57829.22 examples/s] Generating train split: 85539686 examples [02:35, 62736.74 examples/s] Generating train split: 85565686 examples [02:35, 93515.33 examples/s] Generating train split: 85580686 examples [02:35, 70576.69 examples/s] Generating train split: 85597686 examples [02:35, 81898.59 examples/s] Generating train split: 85627686 examples [02:35, 118185.72 examples/s] Generating train split: 85647686 examples [02:36, 77575.51 examples/s] Generating train split: 85665686 examples [02:36, 91840.13 examples/s] Generating train split: 85681686 examples [02:36, 86204.81 examples/s] Generating train split: 85698686 examples [02:36, 90381.00 examples/s] Generating train split: 85715686 examples [02:36, 83900.50 examples/s] Generating train split: 85726686 examples [02:37, 85995.26 examples/s] Generating train split: 85741686 examples [02:37, 88223.21 examples/s] Generating train split: 85762686 examples [02:37, 84651.49 examples/s] Generating train split: 85790686 examples [02:37, 117249.11 examples/s] Generating train split: 85807686 examples [02:38, 56555.65 examples/s] Generating train split: 85827686 examples [02:38, 72268.88 examples/s] Generating train split: 85844686 examples [02:38, 74628.58 examples/s] Generating train split: 85866686 examples [02:38, 79668.07 examples/s] Generating train split: 85880686 examples [02:39, 77786.63 examples/s] Generating train split: 85890686 examples [02:39, 79318.99 examples/s] Generating train split: 85903686 examples [02:39, 68528.11 examples/s] Generating train split: 85918686 examples [02:39, 77468.34 examples/s] Generating train split: 85928686 examples [02:39, 63834.27 examples/s] Generating train split: 85950686 examples [02:39, 89430.98 examples/s] Generating train split: 85972686 examples [02:40, 113845.04 examples/s] Generating train split: 85987686 examples [02:40, 65566.20 examples/s] Generating train split: 86002686 examples [02:40, 60679.69 examples/s] Generating train split: 86024686 examples [02:40, 82187.16 examples/s] Generating train split: 86038686 examples [02:41, 68264.39 examples/s] Generating train split: 86055686 examples [02:41, 75960.13 examples/s] Generating train split: 86070686 examples [02:41, 87104.87 examples/s] Generating train split: 86083686 examples [02:41, 75263.40 examples/s] Generating train split: 86096686 examples [02:42, 58442.96 examples/s] Generating train split: 86111686 examples [02:42, 71367.06 examples/s] Generating train split: 86125686 examples [02:42, 80601.75 examples/s] Generating train split: 86136686 examples [02:42, 58017.15 examples/s] Generating train split: 86153686 examples [02:42, 64640.53 examples/s] Generating train split: 86176686 examples [02:43, 64538.05 examples/s] Generating train split: 86188686 examples [02:43, 63119.59 examples/s] Generating train split: 86198686 examples [02:43, 60065.10 examples/s] Generating train split: 86221686 examples [02:43, 81087.27 examples/s] Generating train split: 86234686 examples [02:43, 82045.85 examples/s] Generating train split: 86246686 examples [02:44, 77990.81 examples/s] Generating train split: 86256686 examples [02:44, 81564.02 examples/s] Generating train split: 86278686 examples [02:44, 109106.55 examples/s] Generating train split: 86294686 examples [02:44, 72194.73 examples/s] Generating train split: 86310686 examples [02:44, 84754.21 examples/s] Generating train split: 86324686 examples [02:44, 86545.64 examples/s] Generating train split: 86335686 examples [02:45, 71851.94 examples/s] Generating train split: 86356686 examples [02:45, 72911.75 examples/s] Generating train split: 86378686 examples [02:45, 91208.84 examples/s] Generating train split: 86395686 examples [02:45, 100598.31 examples/s] Generating train split: 86420686 examples [02:45, 127726.75 examples/s] Generating train split: 86435686 examples [02:46, 95795.79 examples/s] Generating train split: 86453686 examples [02:46, 79962.43 examples/s] Generating train split: 86469686 examples [02:46, 84720.22 examples/s] Generating train split: 86481686 examples [02:46, 79197.68 examples/s] Generating train split: 86491686 examples [02:47, 67622.49 examples/s] Generating train split: 86502686 examples [02:47, 65807.56 examples/s] Generating train split: 86512686 examples [02:47, 61530.52 examples/s] Generating train split: 86533686 examples [02:47, 80832.28 examples/s] Generating train split: 86546686 examples [02:47, 60551.01 examples/s] Generating train split: 86559686 examples [02:48, 70419.41 examples/s] Generating train split: 86580686 examples [02:48, 64775.33 examples/s] Generating train split: 86597686 examples [02:48, 74878.26 examples/s] Generating train split: 86607686 examples [02:48, 73972.82 examples/s] Generating train split: 86617686 examples [02:48, 67786.80 examples/s] Generating train split: 86646686 examples [02:49, 99879.97 examples/s] Generating train split: 86659686 examples [02:49, 75339.65 examples/s] Generating train split: 86680686 examples [02:49, 94499.62 examples/s] Generating train split: 86695686 examples [02:49, 79720.92 examples/s] Generating train split: 86719686 examples [02:49, 105086.02 examples/s] Generating train split: 86733686 examples [02:50, 92876.44 examples/s] Generating train split: 86750686 examples [02:50, 105535.27 examples/s] Generating train split: 86767686 examples [02:50, 59884.74 examples/s] Generating train split: 86778686 examples [02:50, 63973.08 examples/s] Generating train split: 86788686 examples [02:50, 66582.58 examples/s] Generating train split: 86799686 examples [02:51, 57436.40 examples/s] Generating train split: 86811686 examples [02:51, 59965.35 examples/s] Generating train split: 86829686 examples [02:51, 61818.82 examples/s] Generating train split: 86852686 examples [02:51, 85355.92 examples/s] Generating train split: 86863686 examples [02:52, 62731.61 examples/s] Generating train split: 86897686 examples [02:52, 104253.07 examples/s] Generating train split: 86917686 examples [02:52, 83741.85 examples/s] Generating train split: 86933686 examples [02:53, 66790.32 examples/s] Generating train split: 86947686 examples [02:53, 67530.04 examples/s] Generating train split: 86958686 examples [02:53, 49408.08 examples/s] Generating train split: 86985686 examples [02:54, 57459.82 examples/s] Generating train split: 87018686 examples [02:54, 84086.05 examples/s] Generating train split: 87035686 examples [02:54, 90407.03 examples/s] Generating train split: 87050686 examples [02:54, 98269.63 examples/s] Generating train split: 87067686 examples [02:54, 96935.46 examples/s] Generating train split: 87084686 examples [02:54, 74595.76 examples/s] Generating train split: 87095686 examples [02:55, 41835.94 examples/s] Generating train split: 87117686 examples [02:55, 59139.62 examples/s] Generating train split: 87129686 examples [02:55, 60399.87 examples/s] Generating train split: 87145686 examples [02:56, 74162.49 examples/s] Generating train split: 87172686 examples [02:56, 99019.53 examples/s] Generating train split: 87189686 examples [02:56, 88291.38 examples/s] Generating train split: 87213686 examples [02:56, 110920.31 examples/s] Generating train split: 87228686 examples [02:56, 83485.18 examples/s] Generating train split: 87241686 examples [02:56, 90770.34 examples/s] Generating train split: 87257686 examples [02:57, 77264.35 examples/s] Generating train split: 87271686 examples [02:57, 86604.07 examples/s] Generating train split: 87291686 examples [02:57, 103884.18 examples/s] Generating train split: 87307686 examples [02:57, 96754.42 examples/s] Generating train split: 87323686 examples [02:57, 101051.16 examples/s] Generating train split: 87343686 examples [02:57, 117459.05 examples/s] Generating train split: 87359686 examples [02:58, 117496.58 examples/s] Generating train split: 87377686 examples [02:58, 66941.12 examples/s] Generating train split: 87387686 examples [02:58, 51933.68 examples/s] Generating train split: 87403686 examples [02:59, 48899.80 examples/s] Generating train split: 87420686 examples [02:59, 62847.88 examples/s] Generating train split: 87430686 examples [02:59, 63738.12 examples/s] Generating train split: 87444686 examples [02:59, 73627.51 examples/s] Generating train split: 87455686 examples [02:59, 66943.91 examples/s] Generating train split: 87468686 examples [03:00, 71630.99 examples/s] Generating train split: 87489686 examples [03:00, 91922.60 examples/s] Generating train split: 87504686 examples [03:00, 69791.24 examples/s] Generating train split: 87513686 examples [03:00, 72279.65 examples/s] Generating train split: 87526686 examples [03:00, 61190.63 examples/s] Generating train split: 87544686 examples [03:01, 79949.26 examples/s] Generating train split: 87559686 examples [03:01, 84687.77 examples/s] Generating train split: 87571686 examples [03:01, 89739.07 examples/s] Generating train split: 87585686 examples [03:01, 82432.55 examples/s] Generating train split: 87601686 examples [03:01, 97122.69 examples/s] Generating train split: 87616686 examples [03:01, 103688.97 examples/s] Generating train split: 87639686 examples [03:01, 110776.98 examples/s] Generating train split: 87654686 examples [03:02, 61764.90 examples/s] Generating train split: 87675686 examples [03:02, 61500.76 examples/s] Generating train split: 87692686 examples [03:02, 70593.68 examples/s] Generating train split: 87702686 examples [03:03, 55536.27 examples/s] Generating train split: 87719686 examples [03:03, 70843.44 examples/s] Generating train split: 87745686 examples [03:03, 95813.78 examples/s] Generating train split: 87761686 examples [03:03, 105566.21 examples/s] Generating train split: 87776686 examples [03:03, 97557.83 examples/s] Generating train split: 87802686 examples [03:03, 129182.93 examples/s] Generating train split: 87822686 examples [03:04, 98119.61 examples/s] Generating train split: 87839686 examples [03:04, 83361.59 examples/s] Generating train split: 87855686 examples [03:04, 86652.66 examples/s] Generating train split: 87872686 examples [03:04, 85565.10 examples/s] Generating train split: 87884686 examples [03:05, 67439.14 examples/s] Generating train split: 87920686 examples [03:05, 109554.28 examples/s] Generating train split: 87937686 examples [03:05, 109622.01 examples/s] Generating train split: 87952686 examples [03:06, 63951.45 examples/s] Generating train split: 87969686 examples [03:06, 76710.83 examples/s] Generating train split: 87985686 examples [03:06, 62959.37 examples/s] Generating train split: 87998686 examples [03:06, 71616.17 examples/s] Generating train split: 88012686 examples [03:06, 80916.40 examples/s] Generating train split: 88024686 examples [03:06, 72811.73 examples/s] Generating train split: 88036686 examples [03:07, 64239.42 examples/s] Generating train split: 88056686 examples [03:07, 84743.53 examples/s] Generating train split: 88067686 examples [03:07, 81227.33 examples/s] Generating train split: 88083686 examples [03:07, 94547.72 examples/s] Generating train split: 88099686 examples [03:07, 84426.10 examples/s] Generating train split: 88109686 examples [03:08, 57770.90 examples/s] Generating train split: 88129686 examples [03:08, 70110.61 examples/s] Generating train split: 88146686 examples [03:08, 84218.70 examples/s] Generating train split: 88173686 examples [03:08, 96748.69 examples/s] Generating train split: 88185686 examples [03:08, 84310.52 examples/s] Generating train split: 88196686 examples [03:09, 73685.93 examples/s] Generating train split: 88219686 examples [03:09, 97006.26 examples/s] Generating train split: 88237686 examples [03:09, 86461.92 examples/s] Generating train split: 88248686 examples [03:10, 49473.81 examples/s] Generating train split: 88261686 examples [03:10, 57878.03 examples/s] Generating train split: 88271686 examples [03:10, 51908.29 examples/s] Generating train split: 88294686 examples [03:10, 77095.37 examples/s] Generating train split: 88306686 examples [03:10, 69065.68 examples/s] Generating train split: 88321686 examples [03:10, 81314.92 examples/s] Generating train split: 88333686 examples [03:11, 81496.91 examples/s] Generating train split: 88354686 examples [03:11, 106568.39 examples/s] Generating train split: 88371686 examples [03:11, 100813.47 examples/s] Generating train split: 88384686 examples [03:11, 68112.73 examples/s] Generating train split: 88410686 examples [03:11, 97558.27 examples/s] Generating train split: 88439686 examples [03:11, 128552.39 examples/s] Generating train split: 88460686 examples [03:12, 134945.90 examples/s] Generating train split: 88477686 examples [03:12, 95194.00 examples/s] Generating train split: 88493686 examples [03:12, 90714.09 examples/s] Generating train split: 88508686 examples [03:12, 83363.80 examples/s] Generating train split: 88523686 examples [03:13, 58309.83 examples/s] Generating train split: 88540686 examples [03:13, 70204.21 examples/s] Generating train split: 88550686 examples [03:13, 73772.55 examples/s] Generating train split: 88561686 examples [03:13, 68904.90 examples/s] Generating train split: 88576686 examples [03:13, 81636.64 examples/s] Generating train split: 88598686 examples [03:14, 76855.14 examples/s] Generating train split: 88615686 examples [03:14, 89586.16 examples/s] Generating train split: 88626686 examples [03:14, 93096.83 examples/s] Generating train split: 88637686 examples [03:14, 86333.24 examples/s] Generating train split: 88648686 examples [03:14, 54512.61 examples/s] Generating train split: 88671686 examples [03:15, 79787.80 examples/s] Generating train split: 88700686 examples [03:15, 112769.38 examples/s] Generating train split: 88721686 examples [03:15, 121412.93 examples/s] Generating train split: 88737686 examples [03:15, 65135.05 examples/s] Generating train split: 88752686 examples [03:16, 71040.45 examples/s] Generating train split: 88768686 examples [03:16, 63959.31 examples/s] Generating train split: 88790686 examples [03:16, 80661.58 examples/s] Generating train split: 88804686 examples [03:16, 68452.51 examples/s] Generating train split: 88820686 examples [03:16, 80931.38 examples/s] Generating train split: 88831686 examples [03:17, 67226.25 examples/s] Generating train split: 88857686 examples [03:17, 97412.84 examples/s] Generating train split: 88875686 examples [03:17, 90212.33 examples/s] Generating train split: 88896686 examples [03:17, 108293.22 examples/s] Generating train split: 88912686 examples [03:17, 105737.17 examples/s] Generating train split: 88929686 examples [03:18, 88101.74 examples/s] Generating train split: 88940686 examples [03:18, 46123.08 examples/s] Generating train split: 88966686 examples [03:18, 69307.29 examples/s] Generating train split: 88983686 examples [03:19, 70803.42 examples/s] Generating train split: 89000686 examples [03:19, 83222.34 examples/s] Generating train split: 89024686 examples [03:19, 72677.94 examples/s] Generating train split: 89039686 examples [03:19, 81968.35 examples/s] Generating train split: 89054686 examples [03:19, 80467.24 examples/s] Generating train split: 89069686 examples [03:20, 91230.23 examples/s] Generating train split: 89082686 examples [03:20, 82070.60 examples/s] Generating train split: 89108686 examples [03:20, 114809.64 examples/s] Generating train split: 89138686 examples [03:20, 123343.83 examples/s] Generating train split: 89155686 examples [03:20, 102587.12 examples/s] Generating train split: 89171686 examples [03:21, 72525.40 examples/s] Generating train split: 89194686 examples [03:21, 84768.69 examples/s] Generating train split: 89214686 examples [03:21, 93420.60 examples/s] Generating train split: 89233686 examples [03:21, 104906.21 examples/s] Generating train split: 89258686 examples [03:21, 125111.19 examples/s] Generating train split: 89273686 examples [03:22, 111621.71 examples/s] Generating train split: 89288686 examples [03:22, 118607.78 examples/s] Generating train split: 89305686 examples [03:22, 120261.00 examples/s] Generating train split: 89319686 examples [03:22, 121836.05 examples/s] Generating train split: 89337686 examples [03:22, 97053.15 examples/s] Generating train split: 89353686 examples [03:22, 105493.17 examples/s] Generating train split: 89367686 examples [03:22, 91249.27 examples/s] Generating train split: 89378686 examples [03:23, 88258.55 examples/s] Generating train split: 89414686 examples [03:23, 142348.83 examples/s] Generating train split: 89432686 examples [03:23, 141549.20 examples/s] Generating train split: 89455686 examples [03:23, 158945.70 examples/s] Generating train split: 89476686 examples [03:23, 132341.79 examples/s] Generating train split: 89503686 examples [03:23, 159838.46 examples/s] Generating train split: 89524686 examples [03:24, 121432.14 examples/s] Generating train split: 89544686 examples [03:24, 116168.47 examples/s] Generating train split: 89560686 examples [03:24, 94287.80 examples/s] Generating train split: 89576686 examples [03:24, 80310.77 examples/s] Generating train split: 89607686 examples [03:24, 112932.02 examples/s] Generating train split: 89624686 examples [03:25, 87317.97 examples/s] Generating train split: 89645686 examples [03:25, 104067.69 examples/s] Generating train split: 89661686 examples [03:25, 108545.78 examples/s] Generating train split: 89679686 examples [03:25, 83956.26 examples/s] Generating train split: 89694686 examples [03:26, 61021.90 examples/s] Generating train split: 89717686 examples [03:26, 79573.60 examples/s] Generating train split: 89767686 examples [03:26, 141861.37 examples/s] Generating train split: 89793686 examples [03:26, 142526.43 examples/s] Generating train split: 89815686 examples [03:27, 97232.79 examples/s] Generating train split: 89831686 examples [03:27, 81074.29 examples/s] Generating train split: 89848686 examples [03:27, 91994.58 examples/s] Generating train split: 89865686 examples [03:27, 82103.73 examples/s] Generating train split: 89896686 examples [03:27, 115802.04 examples/s] Generating train split: 89928686 examples [03:28, 88348.90 examples/s] Generating train split: 89949686 examples [03:28, 103486.22 examples/s] Generating train split: 89981686 examples [03:28, 131226.61 examples/s] Generating train split: 90001686 examples [03:29, 90135.62 examples/s] Generating train split: 90030686 examples [03:29, 114716.71 examples/s] Generating train split: 90064686 examples [03:29, 143046.02 examples/s] Generating train split: 90089686 examples [03:29, 154119.21 examples/s] Generating train split: 90111686 examples [03:29, 94113.00 examples/s] Generating train split: 90129686 examples [03:30, 96154.70 examples/s] Generating train split: 90143686 examples [03:30, 69062.22 examples/s] Generating train split: 90169686 examples [03:30, 92011.66 examples/s] Generating train split: 90220686 examples [03:30, 154415.57 examples/s] Generating train split: 90247686 examples [03:30, 144521.68 examples/s] Generating train split: 90274686 examples [03:31, 98570.40 examples/s] Generating train split: 90291686 examples [03:32, 69575.33 examples/s] Generating train split: 90355686 examples [03:32, 129315.21 examples/s] Generating train split: 90385686 examples [03:32, 84923.14 examples/s] Generating train split: 90409686 examples [03:33, 88693.89 examples/s] Generating train split: 90427686 examples [03:33, 68162.33 examples/s] Generating train split: 90499686 examples [03:33, 128358.98 examples/s] Generating train split: 90527686 examples [03:34, 86847.23 examples/s] Generating train split: 90551686 examples [03:34, 74012.90 examples/s] Generating train split: 90568686 examples [03:35, 78775.17 examples/s] Generating train split: 90598686 examples [03:35, 102290.55 examples/s] Generating train split: 90656686 examples [03:35, 164969.44 examples/s] Generating train split: 90689686 examples [03:36, 87680.00 examples/s] Generating train split: 90714686 examples [03:36, 100696.36 examples/s] Generating train split: 90740686 examples [03:36, 103764.85 examples/s] Generating train split: 90761686 examples [03:36, 115827.98 examples/s] Generating train split: 90785686 examples [03:36, 134257.20 examples/s] Generating train split: 90810686 examples [03:37, 62544.91 examples/s] Generating train split: 90826686 examples [03:37, 69729.52 examples/s] Generating train split: 90847686 examples [03:37, 85551.87 examples/s] Generating train split: 90872686 examples [03:37, 108289.65 examples/s] Generating train split: 90906686 examples [03:38, 138153.83 examples/s] Generating train split: 90932686 examples [03:38, 71515.17 examples/s] Generating train split: 90948686 examples [03:39, 67037.41 examples/s] Generating train split: 90966686 examples [03:39, 77922.53 examples/s] Generating train split: 90991686 examples [03:39, 100664.82 examples/s] Generating train split: 91008686 examples [03:39, 105126.31 examples/s] Generating train split: 91046686 examples [03:39, 152283.73 examples/s] Generating train split: 91071686 examples [03:39, 112351.80 examples/s] Generating train split: 91092686 examples [03:40, 67806.74 examples/s] Generating train split: 91115686 examples [03:40, 84220.12 examples/s] Generating train split: 91131686 examples [03:40, 89633.24 examples/s] Generating train split: 91148686 examples [03:40, 97457.80 examples/s] Generating train split: 91164686 examples [03:41, 107320.20 examples/s] Generating train split: 91191686 examples [03:41, 126548.31 examples/s] Generating train split: 91207686 examples [03:41, 62554.61 examples/s] Generating train split: 91219686 examples [03:42, 66350.98 examples/s] Generating train split: 91236686 examples [03:42, 79630.57 examples/s] Generating train split: 91253686 examples [03:42, 91695.57 examples/s] Generating train split: 91272686 examples [03:42, 102214.36 examples/s] Generating train split: 91288686 examples [03:42, 106526.30 examples/s] Generating train split: 91305686 examples [03:42, 114353.47 examples/s] Generating train split: 91323686 examples [03:43, 75904.40 examples/s] Generating train split: 91340686 examples [03:43, 87549.77 examples/s] Generating train split: 91356686 examples [03:43, 88974.19 examples/s] Generating train split: 91393686 examples [03:43, 140243.01 examples/s] Generating train split: 91416686 examples [03:43, 85458.88 examples/s] Generating train split: 91433686 examples [03:44, 95427.47 examples/s] Generating train split: 91453686 examples [03:44, 110260.46 examples/s] Generating train split: 91472686 examples [03:44, 75045.36 examples/s] Generating train split: 91485686 examples [03:44, 74160.71 examples/s] Generating train split: 91532686 examples [03:44, 127426.59 examples/s] Generating train split: 91552686 examples [03:45, 73348.88 examples/s] Generating train split: 91588686 examples [03:45, 99768.96 examples/s] Generating train split: 91606686 examples [03:46, 72564.02 examples/s] Generating train split: 91649686 examples [03:46, 111894.40 examples/s] Generating train split: 91692686 examples [03:46, 154074.12 examples/s] Generating train split: 91723686 examples [03:47, 102142.13 examples/s] Generating train split: 91748686 examples [03:47, 110220.57 examples/s] Generating train split: 91769686 examples [03:47, 106119.35 examples/s] Generating train split: 91791686 examples [03:47, 90387.67 examples/s] Generating train split: 91809686 examples [03:47, 98375.72 examples/s] Generating train split: 91826686 examples [03:48, 96816.20 examples/s] Generating train split: 91861686 examples [03:48, 135476.35 examples/s] Generating train split: 91880686 examples [03:48, 98904.06 examples/s] Generating train split: 91906686 examples [03:48, 117416.54 examples/s] Generating train split: 91926686 examples [03:48, 122061.99 examples/s] Generating train split: 91946686 examples [03:49, 65621.81 examples/s] Generating train split: 91961686 examples [03:49, 73684.34 examples/s] Generating train split: 91981686 examples [03:49, 90687.31 examples/s] Generating train split: 91997686 examples [03:49, 99330.99 examples/s] Generating train split: 92014686 examples [03:49, 108351.78 examples/s] Generating train split: 92031686 examples [03:50, 75359.23 examples/s] Generating train split: 92048686 examples [03:50, 60780.25 examples/s] Generating train split: 92068686 examples [03:50, 73962.92 examples/s] Generating train split: 92085686 examples [03:51, 82211.57 examples/s] Generating train split: 92099686 examples [03:51, 71536.60 examples/s] Generating train split: 92125686 examples [03:51, 96638.08 examples/s] Generating train split: 92154686 examples [03:51, 124628.44 examples/s] Generating train split: 92170686 examples [03:51, 106362.35 examples/s] Generating train split: 92185686 examples [03:51, 111557.96 examples/s] Generating train split: 92201686 examples [03:52, 107309.62 examples/s] Generating train split: 92218686 examples [03:52, 95133.84 examples/s] Generating train split: 92229686 examples [03:52, 88649.65 examples/s] Generating train split: 92241686 examples [03:52, 71109.91 examples/s] Generating train split: 92257686 examples [03:52, 84641.71 examples/s] Generating train split: 92268686 examples [03:53, 72373.98 examples/s] Generating train split: 92302686 examples [03:53, 118087.58 examples/s] Generating train split: 92337686 examples [03:53, 162023.68 examples/s] Generating train split: 92360686 examples [03:54, 67813.39 examples/s] Generating train split: 92381686 examples [03:54, 82682.09 examples/s] Generating train split: 92408686 examples [03:54, 104839.06 examples/s] Generating train split: 92429686 examples [03:54, 95164.78 examples/s] Generating train split: 92452686 examples [03:54, 114732.34 examples/s] Generating train split: 92497686 examples [03:54, 170739.42 examples/s] Generating train split: 92522686 examples [03:55, 67331.99 examples/s] Generating train split: 92548686 examples [03:55, 85084.38 examples/s] Generating train split: 92580686 examples [03:56, 106679.01 examples/s] Generating train split: 92603686 examples [03:56, 98660.66 examples/s] Generating train split: 92627686 examples [03:57, 55000.10 examples/s] Generating train split: 92644686 examples [03:57, 60744.42 examples/s] Generating train split: 92666686 examples [03:57, 75438.30 examples/s] Generating train split: 92680686 examples [03:57, 79987.51 examples/s] Generating train split: 92707686 examples [03:57, 106996.34 examples/s] Generating train split: 92737686 examples [03:57, 138119.54 examples/s] Generating train split: 92761686 examples [03:58, 150413.89 examples/s] Generating train split: 92782686 examples [03:58, 68863.93 examples/s] Generating train split: 92798686 examples [03:59, 73459.80 examples/s] Generating train split: 92824686 examples [03:59, 93360.03 examples/s] Generating train split: 92840686 examples [03:59, 91748.04 examples/s] Generating train split: 92862686 examples [03:59, 108457.85 examples/s] Generating train split: 92882686 examples [03:59, 121843.53 examples/s] Generating train split: 92901686 examples [03:59, 101955.39 examples/s] Generating train split: 92917686 examples [04:00, 60873.17 examples/s] Generating train split: 92931686 examples [04:00, 64719.23 examples/s] Generating train split: 92948686 examples [04:00, 68997.34 examples/s] Generating train split: 92967686 examples [04:00, 84962.97 examples/s] Generating train split: 92985686 examples [04:01, 99993.16 examples/s] Generating train split: 93000686 examples [04:01, 81176.29 examples/s] Generating train split: 93021686 examples [04:01, 102091.44 examples/s] Generating train split: 93046686 examples [04:01, 118563.89 examples/s] Generating train split: 93061686 examples [04:02, 65974.09 examples/s] Generating train split: 93077686 examples [04:02, 73318.67 examples/s] Generating train split: 93091686 examples [04:02, 76258.92 examples/s] Generating train split: 93119686 examples [04:02, 97773.56 examples/s] Generating train split: 93134686 examples [04:02, 105959.47 examples/s] Generating train split: 93152686 examples [04:02, 108450.77 examples/s] Generating train split: 93166686 examples [04:03, 94170.73 examples/s] Generating train split: 93178686 examples [04:03, 81056.11 examples/s] Generating train split: 93188686 examples [04:03, 59424.65 examples/s] Generating train split: 93201686 examples [04:03, 66525.05 examples/s] Generating train split: 93211686 examples [04:03, 71463.95 examples/s] Generating train split: 93226686 examples [04:03, 83811.40 examples/s] Generating train split: 93237686 examples [04:04, 88405.08 examples/s] Generating train split: 93255686 examples [04:04, 106937.05 examples/s] Generating train split: 93268686 examples [04:04, 92254.67 examples/s] Generating train split: 93296686 examples [04:04, 127905.70 examples/s] Generating train split: 93311686 examples [04:04, 112612.35 examples/s] Generating train split: 93325686 examples [04:04, 111476.39 examples/s] Generating train split: 93337686 examples [04:05, 64452.34 examples/s] Generating train split: 93348686 examples [04:05, 48853.63 examples/s] Generating train split: 93375686 examples [04:05, 71446.25 examples/s] Generating train split: 93408686 examples [04:05, 107644.04 examples/s] Generating train split: 93443686 examples [04:06, 146241.78 examples/s] Generating train split: 93465686 examples [04:06, 71962.70 examples/s] Generating train split: 93503686 examples [04:06, 105332.00 examples/s] Generating train split: 93528686 examples [04:07, 81515.38 examples/s] Generating train split: 93554686 examples [04:07, 101381.90 examples/s] Generating train split: 93607686 examples [04:07, 158828.82 examples/s] Generating train split: 93639686 examples [04:07, 180929.07 examples/s] Generating train split: 93672686 examples [04:08, 107368.06 examples/s] Generating train split: 93695686 examples [04:08, 97613.19 examples/s] Generating train split: 93713686 examples [04:08, 90717.06 examples/s] Generating train split: 93742686 examples [04:09, 108839.16 examples/s] Generating train split: 93763686 examples [04:09, 119000.29 examples/s] Generating train split: 93779686 examples [04:09, 95049.54 examples/s] Generating train split: 93794686 examples [04:09, 83147.61 examples/s] Generating train split: 93805686 examples [04:09, 66653.10 examples/s] Generating train split: 93822686 examples [04:10, 79885.64 examples/s] Generating train split: 93843686 examples [04:10, 99358.31 examples/s] Generating train split: 93865686 examples [04:10, 98928.35 examples/s] Generating train split: 93881686 examples [04:10, 101481.54 examples/s] Generating train split: 93900686 examples [04:10, 117290.45 examples/s] Generating train split: 93918686 examples [04:11, 86181.47 examples/s] Generating train split: 93935686 examples [04:11, 62940.49 examples/s] Generating train split: 93950686 examples [04:11, 69698.07 examples/s] Generating train split: 93970686 examples [04:11, 87850.39 examples/s] Generating train split: 93982686 examples [04:11, 89527.94 examples/s] Generating train split: 93997686 examples [04:12, 81050.23 examples/s] Generating train split: 94054686 examples [04:12, 164742.10 examples/s] Generating train split: 94080686 examples [04:12, 79049.84 examples/s] Generating train split: 94102686 examples [04:13, 85398.30 examples/s] Generating train split: 94128686 examples [04:13, 101027.90 examples/s] Generating train split: 94169686 examples [04:13, 144104.91 examples/s] Generating train split: 94193686 examples [04:13, 144896.10 examples/s] Generating train split: 94220686 examples [04:13, 120955.03 examples/s] Generating train split: 94238686 examples [04:14, 81497.17 examples/s] Generating train split: 94255686 examples [04:14, 81341.01 examples/s] Generating train split: 94269686 examples [04:14, 80295.86 examples/s] Generating train split: 94287686 examples [04:14, 94777.06 examples/s] Generating train split: 94302686 examples [04:15, 100085.89 examples/s] Generating train split: 94319686 examples [04:15, 112246.61 examples/s] Generating train split: 94333686 examples [04:15, 103265.74 examples/s] Generating train split: 94361686 examples [04:15, 136138.54 examples/s] Generating train split: 94377686 examples [04:16, 58097.02 examples/s] Generating train split: 94410686 examples [04:16, 86450.05 examples/s] Generating train split: 94426686 examples [04:16, 96245.92 examples/s] Generating train split: 94447686 examples [04:16, 89068.49 examples/s] Generating train split: 94473686 examples [04:16, 108470.46 examples/s] Generating train split: 94489686 examples [04:17, 74541.89 examples/s] Generating train split: 94505686 examples [04:17, 84466.60 examples/s] Generating train split: 94523686 examples [04:17, 60879.12 examples/s] Generating train split: 94550686 examples [04:17, 86128.65 examples/s] Generating train split: 94592686 examples [04:18, 131419.67 examples/s] Generating train split: 94613686 examples [04:18, 68694.30 examples/s] Generating train split: 94630686 examples [04:19, 55487.98 examples/s] Generating train split: 94653686 examples [04:19, 71497.85 examples/s] Generating train split: 94693686 examples [04:19, 110086.50 examples/s] Generating train split: 94755686 examples [04:19, 179888.55 examples/s] Generating train split: 94788686 examples [04:20, 140587.60 examples/s] Generating train split: 94818686 examples [04:20, 84549.53 examples/s] Generating train split: 94846686 examples [04:20, 98417.44 examples/s] Generating train split: 94889686 examples [04:21, 135491.74 examples/s] Generating train split: 94918686 examples [04:21, 127296.37 examples/s] Generating train split: 94940686 examples [04:22, 73900.02 examples/s] Generating train split: 94967686 examples [04:22, 88756.71 examples/s] Generating train split: 94988686 examples [04:22, 98882.27 examples/s] Generating train split: 95031686 examples [04:22, 143632.96 examples/s] Generating train split: 95059686 examples [04:23, 87700.34 examples/s] Generating train split: 95079686 examples [04:23, 96678.97 examples/s] Generating train split: 95100686 examples [04:23, 79285.89 examples/s] Generating train split: 95118686 examples [04:23, 88671.77 examples/s] Generating train split: 95163686 examples [04:23, 135302.53 examples/s] Generating train split: 95185686 examples [04:23, 145347.28 examples/s] Generating train split: 95206686 examples [04:24, 87503.34 examples/s] Generating train split: 95222686 examples [04:24, 80817.67 examples/s] Generating train split: 95236686 examples [04:24, 84971.36 examples/s] Generating train split: 95283686 examples [04:25, 141485.03 examples/s] Generating train split: 95305686 examples [04:25, 125704.66 examples/s] Generating train split: 95328686 examples [04:25, 90501.14 examples/s] Generating train split: 95345686 examples [04:26, 60310.02 examples/s] Generating train split: 95375686 examples [04:26, 81601.16 examples/s] Generating train split: 95409686 examples [04:26, 107958.57 examples/s] Generating train split: 95428686 examples [04:26, 106850.91 examples/s] Generating train split: 95455686 examples [04:26, 131397.02 examples/s] Generating train split: 95477686 examples [04:27, 66051.22 examples/s] Generating train split: 95499686 examples [04:27, 73004.22 examples/s] Generating train split: 95518686 examples [04:27, 86240.64 examples/s] Generating train split: 95543686 examples [04:28, 108734.37 examples/s] Generating train split: 95573686 examples [04:28, 132846.72 examples/s] Generating train split: 95595686 examples [04:28, 129322.65 examples/s] Generating train split: 95617686 examples [04:29, 67816.61 examples/s] Generating train split: 95638686 examples [04:29, 82712.30 examples/s] Generating train split: 95671686 examples [04:29, 112469.23 examples/s] Generating train split: 95694686 examples [04:29, 112363.91 examples/s] Generating train split: 95711686 examples [04:29, 110983.42 examples/s] Generating train split: 95750686 examples [04:29, 151992.21 examples/s] Generating train split: 95770686 examples [04:29, 143470.44 examples/s] Generating train split: 95788686 examples [04:30, 140659.60 examples/s] Generating train split: 95806686 examples [04:30, 103163.26 examples/s] Generating train split: 95841686 examples [04:30, 144634.26 examples/s] Generating train split: 95867686 examples [04:30, 164822.68 examples/s] Generating train split: 95915686 examples [04:30, 226867.56 examples/s] Generating train split: 95950686 examples [04:30, 241582.86 examples/s] Generating train split: 95986686 examples [04:31, 248229.58 examples/s] Generating train split: 96025686 examples [04:31, 281451.33 examples/s] Generating train split: 96059686 examples [04:31, 272248.33 examples/s] Generating train split: 96090686 examples [04:31, 110481.07 examples/s] Generating train split: 96135686 examples [04:32, 147527.78 examples/s] Generating train split: 96161686 examples [04:32, 153300.22 examples/s] Generating train split: 96196686 examples [04:32, 174602.67 examples/s] Generating train split: 96224686 examples [04:33, 82971.46 examples/s] Generating train split: 96272686 examples [04:33, 116744.16 examples/s] Generating train split: 96309686 examples [04:33, 143078.83 examples/s] Generating train split: 96353686 examples [04:33, 182509.30 examples/s] Generating train split: 96384686 examples [04:34, 105935.82 examples/s] Generating train split: 96407686 examples [04:34, 111691.31 examples/s] Generating train split: 96440686 examples [04:34, 139310.38 examples/s] Generating train split: 96468686 examples [04:34, 136174.59 examples/s] Generating train split: 96491686 examples [04:34, 148240.07 examples/s] Generating train split: 96527686 examples [04:35, 170173.79 examples/s] Generating train split: 96552686 examples [04:35, 161201.56 examples/s] Generating train split: 96574686 examples [04:35, 159037.05 examples/s] Generating train split: 96593686 examples [04:35, 164199.15 examples/s] Generating train split: 96613686 examples [04:35, 166882.41 examples/s] Generating train split: 96634686 examples [04:35, 168891.26 examples/s] Generating train split: 96658686 examples [04:35, 179609.08 examples/s] Generating train split: 96700686 examples [04:35, 239213.27 examples/s] Generating train split: 96736686 examples [04:35, 269448.71 examples/s] Generating train split: 96766686 examples [04:36, 256982.07 examples/s] Generating train split: 96809686 examples [04:36, 297235.00 examples/s] Generating train split: 96843686 examples [04:36, 293929.01 examples/s] Generating train split: 96878686 examples [04:36, 280545.85 examples/s] Generating train split: 96919686 examples [04:36, 307501.64 examples/s] Generating train split: 96954686 examples [04:36, 301988.53 examples/s] Generating train split: 96986686 examples [04:36, 305824.93 examples/s] Generating train split: 97035686 examples [04:36, 341394.03 examples/s] Generating train split: 97072686 examples [04:37, 310908.11 examples/s] Generating train split: 97107686 examples [04:37, 293625.33 examples/s] Generating train split: 97141686 examples [04:37, 247858.58 examples/s] Generating train split: 97168686 examples [04:37, 223902.80 examples/s] Generating train split: 97192686 examples [04:37, 203493.74 examples/s] Generating train split: 97214686 examples [04:37, 180410.88 examples/s] Generating train split: 97236686 examples [04:38, 138913.80 examples/s] Generating train split: 97252686 examples [04:38, 116582.76 examples/s] Generating train split: 97267686 examples [04:38, 102366.35 examples/s] Generating train split: 97270686 examples [04:38, 348915.49 examples/s] +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,107 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,144 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:08,144 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:08,144 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,144 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,096 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,573 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,573 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,574 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,962 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,660 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,784 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,787 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,788 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank2]: Traceback (most recent call last): +[rank2]: File "", line 198, in _run_module_as_main +[rank2]: File "", line 88, in _run_code +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank2]: main(config) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank2]: return f(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank2]: model = AutoModelForCausalLM.from_config(model_config) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank2]: return model_class._from_config(config, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank2]: return func(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank2]: model = cls(config, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank2]: self.model = GatedDeltaNetModel(config) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank2]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank2]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank2]: self.attn = Attention( +[rank2]: ^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank2]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank2]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/2/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..6314d37d8bdc34468545130c230280881dd61e2c --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/stderr.log @@ -0,0 +1,302 @@ +[titan] 2025-07-22 23:06:24,368 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:24,368 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:24,370 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:24,689 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:24,692 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:24,740 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:24,741 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:24,741 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:24,770 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:24,878 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:24,878 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:24,878 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,020 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:25,021 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:25,021 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,021 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,706 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,741 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:07,741 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:07,741 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,741 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,089 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,573 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,574 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,574 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. + Generating train split: 0 examples [00:00, ? examples/s] Generating train split: 1000 examples [00:04, 218.04 examples/s] Generating train split: 10000 examples [00:04, 2923.04 examples/s] Generating train split: 16000 examples [00:04, 5267.16 examples/s] Generating train split: 22000 examples [00:06, 5032.50 examples/s] Generating train split: 37000 examples [00:06, 11622.00 examples/s] Generating train split: 52000 examples [00:06, 20018.99 examples/s] Generating train split: 62000 examples [00:06, 23049.66 examples/s] Generating train split: 72000 examples [00:06, 29757.64 examples/s] Generating train split: 90000 examples [00:06, 46302.69 examples/s] Generating train split: 103000 examples [00:06, 57002.99 examples/s] Generating train split: 114000 examples [00:07, 63718.12 examples/s] Generating train split: 125000 examples [00:07, 37991.03 examples/s] Generating train split: 135000 examples [00:07, 41487.95 examples/s] Generating train split: 143000 examples [00:08, 20884.32 examples/s] Generating train split: 149000 examples [00:09, 22020.43 examples/s] Generating train split: 154000 examples [00:09, 24144.06 examples/s] Generating train split: 160000 examples [00:09, 17277.73 examples/s] Generating train split: 164000 examples [00:09, 18562.21 examples/s] Generating train split: 171000 examples [00:10, 20903.94 examples/s] Generating train split: 180000 examples [00:10, 22083.22 examples/s] Generating train split: 186000 examples [00:10, 21987.89 examples/s] Generating train split: 191000 examples [00:11, 20194.37 examples/s] Generating train split: 197000 examples [00:11, 23472.82 examples/s] Generating train split: 202000 examples [00:11, 23853.58 examples/s] Generating train split: 214000 examples [00:11, 29022.43 examples/s] Generating train split: 220000 examples [00:12, 18591.87 examples/s] Generating train split: 229000 examples [00:12, 24069.40 examples/s] Generating train split: 245000 examples [00:13, 26260.95 examples/s] Generating train split: 252000 examples [00:13, 19302.08 examples/s] Generating train split: 258000 examples [00:14, 21721.16 examples/s] Generating train split: 274000 examples [00:14, 33806.02 examples/s] Generating train split: 283000 examples [00:14, 38178.27 examples/s] Generating train split: 294000 examples [00:14, 36640.68 examples/s] Generating train split: 299000 examples [00:14, 33599.02 examples/s] Generating train split: 349000 examples [00:15, 90752.60 examples/s] Generating train split: 379000 examples [00:15, 111212.35 examples/s] Generating train split: 399000 examples [00:15, 78409.83 examples/s] Generating train split: 413000 examples [00:16, 64803.27 examples/s] Generating train split: 448000 examples [00:16, 83269.51 examples/s] Generating train split: 482000 examples [00:16, 95600.09 examples/s] Generating train split: 500000 examples [00:16, 99486.56 examples/s] Generating train split: 516000 examples [00:17, 59523.49 examples/s] Generating train split: 533000 examples [00:17, 66755.05 examples/s] Generating train split: 548000 examples [00:18, 49806.35 examples/s] Generating train split: 556000 examples [00:18, 45215.26 examples/s] Generating train split: 565000 examples [00:18, 34277.57 examples/s] Generating train split: 574000 examples [00:19, 37953.55 examples/s] Generating train split: 600000 examples [00:19, 60413.40 examples/s] Generating train split: 620000 examples [00:19, 71376.09 examples/s] Generating train split: 645000 examples [00:19, 68514.70 examples/s] Generating train split: 675000 examples [00:19, 84217.75 examples/s] Generating train split: 687000 examples [00:20, 71476.74 examples/s] Generating train split: 709000 examples [00:20, 87557.52 examples/s] Generating train split: 731000 examples [00:20, 103786.14 examples/s] Generating train split: 758000 examples [00:20, 124112.63 examples/s] Generating train split: 776000 examples [00:21, 62064.64 examples/s] Generating train split: 792000 examples [00:21, 54754.30 examples/s] Generating train split: 805000 examples [00:21, 54586.93 examples/s] Generating train split: 819000 examples [00:22, 58646.73 examples/s] Generating train split: 838000 examples [00:22, 66485.81 examples/s] Generating train split: 847000 examples [00:23, 37981.01 examples/s] Generating train split: 864000 examples [00:23, 44408.49 examples/s] Generating train split: 893000 examples [00:23, 68873.82 examples/s] Generating train split: 908000 examples [00:23, 53328.04 examples/s] Generating train split: 946000 examples [00:24, 89751.81 examples/s] Generating train split: 968000 examples [00:24, 97282.54 examples/s] Generating train split: 984000 examples [00:24, 71809.70 examples/s] Generating train split: 1001000 examples [00:25, 59141.05 examples/s] Generating train split: 1023000 examples [00:25, 76286.42 examples/s] Generating train split: 1044000 examples [00:25, 84911.94 examples/s] Generating train split: 1058000 examples [00:25, 53386.50 examples/s] Generating train split: 1075000 examples [00:26, 60026.21 examples/s] Generating train split: 1093000 examples [00:26, 63935.22 examples/s] Generating train split: 1102000 examples [00:26, 63189.34 examples/s] Generating train split: 1124000 examples [00:26, 68370.78 examples/s] Generating train split: 1134000 examples [00:27, 53693.74 examples/s] Generating train split: 1145000 examples [00:27, 44956.84 examples/s] Generating train split: 1153000 examples [00:27, 39473.95 examples/s] Generating train split: 1171000 examples [00:28, 45704.81 examples/s] Generating train split: 1179000 examples [00:28, 34764.28 examples/s] Generating train split: 1196000 examples [00:28, 48103.69 examples/s] Generating train split: 1212000 examples [00:28, 61756.00 examples/s] Generating train split: 1227000 examples [00:29, 68748.01 examples/s] Generating train split: 1244000 examples [00:29, 63771.94 examples/s] Generating train split: 1256000 examples [00:29, 63152.56 examples/s] Generating train split: 1273000 examples [00:29, 55236.33 examples/s] Generating train split: 1291000 examples [00:30, 69702.22 examples/s] Generating train split: 1319000 examples [00:30, 91545.75 examples/s] Generating train split: 1332542 examples [00:30, 68910.91 examples/s] Generating train split: 1346542 examples [00:30, 59313.01 examples/s] Generating train split: 1361542 examples [00:31, 69811.40 examples/s] Generating train split: 1379542 examples [00:32, 33598.74 examples/s] Generating train split: 1406542 examples [00:32, 48771.28 examples/s] Generating train split: 1423542 examples [00:32, 58425.15 examples/s] Generating train split: 1441542 examples [00:33, 44216.84 examples/s] Generating train split: 1460542 examples [00:33, 56281.85 examples/s] Generating train split: 1471542 examples [00:33, 56508.12 examples/s] Generating train split: 1486542 examples [00:33, 54206.36 examples/s] Generating train split: 1508542 examples [00:34, 55019.05 examples/s] Generating train split: 1524542 examples [00:34, 56552.98 examples/s] Generating train split: 1542542 examples [00:34, 51818.50 examples/s] Generating train split: 1551542 examples [00:34, 52655.45 examples/s] Generating train split: 1576542 examples [00:35, 74267.25 examples/s] Generating train split: 1593542 examples [00:35, 79411.96 examples/s] Generating train split: 1610542 examples [00:35, 79447.70 examples/s] Generating train split: 1628542 examples [00:35, 72689.78 examples/s] Generating train split: 1637542 examples [00:36, 41504.80 examples/s] Generating train split: 1673542 examples [00:36, 64892.63 examples/s] Generating train split: 1691542 examples [00:37, 50052.12 examples/s] Generating train split: 1718542 examples [00:37, 67772.16 examples/s] Generating train split: 1731542 examples [00:38, 46808.38 examples/s] Generating train split: 1747542 examples [00:38, 49930.12 examples/s] Generating train split: 1773542 examples [00:38, 56776.61 examples/s] Generating train split: 1801542 examples [00:38, 64608.07 examples/s] Generating train split: 1817542 examples [00:39, 57796.00 examples/s] Generating train split: 1825542 examples [00:39, 59633.02 examples/s] Generating train split: 1845542 examples [00:39, 59403.82 examples/s] Generating train split: 1871542 examples [00:39, 78845.93 examples/s] Generating train split: 1886542 examples [00:40, 72132.00 examples/s] Generating train split: 1909542 examples [00:40, 84399.01 examples/s] Generating train split: 1924887 examples [00:40, 76749.42 examples/s] Generating train split: 1937887 examples [00:40, 67938.04 examples/s] Generating train split: 1946887 examples [00:41, 65910.70 examples/s] Generating train split: 1963887 examples [00:41, 74282.75 examples/s] Generating train split: 1983887 examples [00:41, 72918.11 examples/s] Generating train split: 1995887 examples [00:42, 44071.12 examples/s] Generating train split: 2009887 examples [00:42, 53137.67 examples/s] Generating train split: 2019887 examples [00:42, 48000.84 examples/s] Generating train split: 2030887 examples [00:42, 47005.72 examples/s] Generating train split: 2045887 examples [00:42, 60769.85 examples/s] Generating train split: 2057887 examples [00:43, 60016.94 examples/s] Generating train split: 2065887 examples [00:43, 60545.86 examples/s] Generating train split: 2074887 examples [00:43, 48948.36 examples/s] Generating train split: 2082887 examples [00:43, 51834.44 examples/s] Generating train split: 2109887 examples [00:43, 79268.19 examples/s] Generating train split: 2118887 examples [00:44, 65989.10 examples/s] Generating train split: 2136887 examples [00:44, 48686.75 examples/s] Generating train split: 2152887 examples [00:44, 56603.83 examples/s] Generating train split: 2160887 examples [00:44, 58394.55 examples/s] Generating train split: 2176887 examples [00:45, 69202.66 examples/s] Generating train split: 2196887 examples [00:45, 76414.43 examples/s] Generating train split: 2213887 examples [00:45, 75994.81 examples/s] Generating train split: 2226887 examples [00:45, 71480.66 examples/s] Generating train split: 2238887 examples [00:45, 72342.44 examples/s] Generating train split: 2251887 examples [00:46, 73142.66 examples/s] Generating train split: 2262887 examples [00:46, 78463.34 examples/s] Generating train split: 2283887 examples [00:46, 95752.31 examples/s] Generating train split: 2301270 examples [00:46, 71390.71 examples/s] Generating train split: 2323270 examples [00:46, 76140.19 examples/s] Generating train split: 2338270 examples [00:47, 85950.50 examples/s] Generating train split: 2356270 examples [00:47, 50017.44 examples/s] Generating train split: 2374270 examples [00:48, 47711.57 examples/s] Generating train split: 2391270 examples [00:48, 54200.48 examples/s] Generating train split: 2406270 examples [00:48, 54247.22 examples/s] Generating train split: 2422270 examples [00:49, 47821.56 examples/s] Generating train split: 2431270 examples [00:49, 51977.40 examples/s] Generating train split: 2441764 examples [00:49, 52338.09 examples/s] Generating train split: 2450764 examples [00:49, 52914.96 examples/s] Generating train split: 2458764 examples [00:49, 55489.15 examples/s] Generating train split: 2466764 examples [00:49, 54892.98 examples/s] Generating train split: 2490764 examples [00:49, 80462.33 examples/s] Generating train split: 2504334 examples [00:50, 84889.51 examples/s] Generating train split: 2523334 examples [00:50, 92966.53 examples/s] Generating train split: 2536657 examples [00:50, 73647.83 examples/s] Generating train split: 2555657 examples [00:50, 64640.26 examples/s] Generating train split: 2565657 examples [00:51, 61914.15 examples/s] Generating train split: 2576657 examples [00:51, 66187.88 examples/s] Generating train split: 2593657 examples [00:51, 73640.20 examples/s] Generating train split: 2608657 examples [00:51, 57753.84 examples/s] Generating train split: 2616657 examples [00:52, 43539.13 examples/s] Generating train split: 2624657 examples [00:52, 36305.60 examples/s] Generating train split: 2647657 examples [00:52, 58531.00 examples/s] Generating train split: 2656657 examples [00:53, 44759.61 examples/s] Generating train split: 2664657 examples [00:53, 44779.64 examples/s] Generating train split: 2672657 examples [00:53, 43339.48 examples/s] Generating train split: 2695657 examples [00:53, 64364.86 examples/s] Generating train split: 2707657 examples [00:53, 52343.17 examples/s] Generating train split: 2714657 examples [00:54, 41873.36 examples/s] Generating train split: 2731657 examples [00:54, 51012.43 examples/s] Generating train split: 2755657 examples [00:54, 72990.64 examples/s] Generating train split: 2768657 examples [00:54, 77941.11 examples/s] Generating train split: 2805034 examples [00:54, 106650.61 examples/s] Generating train split: 2820034 examples [00:55, 87912.72 examples/s] Generating train split: 2831034 examples [00:55, 58512.33 examples/s] Generating train split: 2840034 examples [00:56, 45846.78 examples/s] Generating train split: 2871034 examples [00:56, 69386.79 examples/s] Generating train split: 2889034 examples [00:56, 53233.28 examples/s] Generating train split: 2907034 examples [00:57, 45830.37 examples/s] Generating train split: 2922034 examples [00:57, 40585.49 examples/s] Generating train split: 2929034 examples [00:57, 41335.94 examples/s] Generating train split: 2937034 examples [00:58, 41537.41 examples/s] Generating train split: 2957034 examples [00:58, 58758.17 examples/s] Generating train split: 2969034 examples [00:58, 63908.82 examples/s] Generating train split: 2986034 examples [00:58, 72562.50 examples/s] Generating train split: 3012034 examples [00:58, 94832.50 examples/s] Generating train split: 3030034 examples [00:59, 76600.09 examples/s] Generating train split: 3051034 examples [00:59, 71990.65 examples/s] Generating train split: 3082939 examples [00:59, 67193.36 examples/s] Generating train split: 3095939 examples [01:00, 65725.74 examples/s] Generating train split: 3105939 examples [01:00, 68957.24 examples/s] Generating train split: 3120939 examples [01:00, 50988.71 examples/s] Generating train split: 3128939 examples [01:01, 42381.02 examples/s] Generating train split: 3134939 examples [01:01, 32543.62 examples/s] Generating train split: 3152939 examples [01:01, 46501.27 examples/s] Generating train split: 3160939 examples [01:01, 48743.57 examples/s] Generating train split: 3169939 examples [01:02, 46125.32 examples/s] Generating train split: 3177939 examples [01:02, 39984.25 examples/s] Generating train split: 3185939 examples [01:02, 44299.57 examples/s] Generating train split: 3206988 examples [01:02, 62998.24 examples/s] Generating train split: 3215988 examples [01:02, 53007.60 examples/s] Generating train split: 3238988 examples [01:03, 77591.59 examples/s] Generating train split: 3254988 examples [01:03, 84242.79 examples/s] Generating train split: 3272988 examples [01:03, 63383.70 examples/s] Generating train split: 3295988 examples [01:03, 84308.80 examples/s] Generating train split: 3312988 examples [01:03, 89451.64 examples/s] Generating train split: 3337988 examples [01:04, 84835.00 examples/s] Generating train split: 3357988 examples [01:04, 77921.66 examples/s] Generating train split: 3373988 examples [01:04, 59680.97 examples/s] Generating train split: 3392988 examples [01:05, 69814.06 examples/s] Generating train split: 3410988 examples [01:05, 68508.26 examples/s] Generating train split: 3419988 examples [01:05, 49787.15 examples/s] Generating train split: 3430988 examples [01:06, 40664.14 examples/s] Generating train split: 3438988 examples [01:06, 31438.14 examples/s] Generating train split: 3458988 examples [01:06, 42866.43 examples/s] Generating train split: 3467988 examples [01:07, 44054.28 examples/s] Generating train split: 3495988 examples [01:07, 73333.10 examples/s] Generating train split: 3507848 examples [01:07, 55818.54 examples/s] Generating train split: 3535848 examples [01:07, 83589.93 examples/s] Generating train split: 3553848 examples [01:08, 76693.22 examples/s] Generating train split: 3567403 examples [01:08, 84558.82 examples/s] Generating train split: 3579940 examples [01:08, 76492.76 examples/s] Generating train split: 3605940 examples [01:08, 91787.10 examples/s] Generating train split: 3621940 examples [01:08, 71290.85 examples/s] Generating train split: 3642584 examples [01:09, 80967.25 examples/s] Generating train split: 3661584 examples [01:09, 84962.06 examples/s] Generating train split: 3676584 examples [01:09, 76186.77 examples/s] Generating train split: 3692584 examples [01:10, 32620.31 examples/s] Generating train split: 3708584 examples [01:11, 37745.49 examples/s] Generating train split: 3727584 examples [01:11, 43001.10 examples/s] Generating train split: 3740443 examples [01:11, 39190.51 examples/s] Generating train split: 3762443 examples [01:11, 55919.24 examples/s] Generating train split: 3801443 examples [01:12, 76511.52 examples/s] Generating train split: 3819443 examples [01:12, 75791.72 examples/s] Generating train split: 3836443 examples [01:12, 86370.90 examples/s] Generating train split: 3850443 examples [01:12, 80267.76 examples/s] Generating train split: 3864443 examples [01:13, 73418.78 examples/s] Generating train split: 3873443 examples [01:13, 72786.93 examples/s] Generating train split: 3898743 examples [01:13, 96392.41 examples/s] Generating train split: 3916743 examples [01:13, 81664.02 examples/s] Generating train split: 3935073 examples [01:13, 90374.72 examples/s] Generating train split: 3951073 examples [01:14, 82559.97 examples/s] Generating train split: 3967073 examples [01:14, 38369.98 examples/s] Generating train split: 3981073 examples [01:15, 44896.23 examples/s] Generating train split: 3991073 examples [01:15, 43650.08 examples/s] Generating train split: 3999073 examples [01:15, 41335.87 examples/s] Generating train split: 4013073 examples [01:15, 41163.71 examples/s] Generating train split: 4024073 examples [01:16, 48646.06 examples/s] Generating train split: 4036073 examples [01:16, 58745.30 examples/s] Generating train split: 4052073 examples [01:16, 74453.54 examples/s] Generating train split: 4070073 examples [01:16, 66948.09 examples/s] Generating train split: 4089073 examples [01:16, 85608.48 examples/s] Generating train split: 4106073 examples [01:17, 71375.64 examples/s] Generating train split: 4125073 examples [01:17, 68085.56 examples/s] Generating train split: 4148073 examples [01:17, 89211.16 examples/s] Generating train split: 4164073 examples [01:17, 96553.49 examples/s] Generating train split: 4182073 examples [01:17, 98230.11 examples/s] Generating train split: 4194073 examples [01:18, 81884.21 examples/s] Generating train split: 4214073 examples [01:18, 51578.73 examples/s] Generating train split: 4228073 examples [01:18, 55957.20 examples/s] Generating train split: 4237325 examples [01:19, 44546.73 examples/s] Generating train split: 4245325 examples [01:19, 29774.59 examples/s] Generating train split: 4258325 examples [01:20, 30377.04 examples/s] Generating train split: 4265325 examples [01:20, 30899.64 examples/s] Generating train split: 4282325 examples [01:20, 38058.48 examples/s] Generating train split: 4290325 examples [01:21, 37958.70 examples/s] Generating train split: 4326325 examples [01:21, 74427.93 examples/s] Generating train split: 4337325 examples [01:21, 72352.20 examples/s] Generating train split: 4355325 examples [01:21, 73643.73 examples/s] Generating train split: 4381325 examples [01:21, 96842.15 examples/s] Generating train split: 4397325 examples [01:22, 58600.70 examples/s] Generating train split: 4420325 examples [01:22, 69265.25 examples/s] Generating train split: 4435325 examples [01:22, 73218.85 examples/s] Generating train split: 4451325 examples [01:22, 81987.84 examples/s] Generating train split: 4477325 examples [01:22, 107253.39 examples/s] Generating train split: 4491325 examples [01:23, 49541.07 examples/s] Generating train split: 4506325 examples [01:24, 47276.81 examples/s] Generating train split: 4517325 examples [01:24, 32471.60 examples/s] Generating train split: 4538325 examples [01:25, 41304.45 examples/s] Generating train split: 4556325 examples [01:25, 49151.95 examples/s] Generating train split: 4594325 examples [01:25, 81869.83 examples/s] Generating train split: 4612325 examples [01:25, 70458.66 examples/s] Generating train split: 4630325 examples [01:26, 59227.90 examples/s] Generating train split: 4646325 examples [01:26, 54232.90 examples/s] Generating train split: 4663325 examples [01:26, 62162.73 examples/s] Generating train split: 4680325 examples [01:27, 57514.98 examples/s] Generating train split: 4692325 examples [01:27, 50307.08 examples/s] Generating train split: 4711325 examples [01:27, 60658.38 examples/s] Generating train split: 4744325 examples [01:27, 81190.55 examples/s] Generating train split: 4759325 examples [01:28, 85912.94 examples/s] Generating train split: 4770325 examples [01:28, 53835.16 examples/s] Generating train split: 4779262 examples [01:28, 50221.24 examples/s] Generating train split: 4790262 examples [01:28, 52142.89 examples/s] Generating train split: 4797262 examples [01:29, 52576.74 examples/s] Generating train split: 4807262 examples [01:29, 52352.33 examples/s] Generating train split: 4825262 examples [01:29, 62426.38 examples/s] Generating train split: 4848262 examples [01:30, 46763.48 examples/s] Generating train split: 4870262 examples [01:30, 56662.88 examples/s] Generating train split: 4888262 examples [01:30, 62899.93 examples/s] Generating train split: 4898262 examples [01:30, 65041.86 examples/s] Generating train split: 4916262 examples [01:30, 77854.09 examples/s] Generating train split: 4934262 examples [01:31, 82354.29 examples/s] Generating train split: 4944262 examples [01:31, 73416.39 examples/s] Generating train split: 4952262 examples [01:31, 66226.90 examples/s] Generating train split: 4973688 examples [01:31, 74200.13 examples/s] Generating train split: 4990688 examples [01:31, 81514.02 examples/s] Generating train split: 5007688 examples [01:32, 72437.61 examples/s] Generating train split: 5024688 examples [01:32, 71711.39 examples/s] Generating train split: 5042688 examples [01:32, 69826.42 examples/s] Generating train split: 5053688 examples [01:32, 66331.25 examples/s] Generating train split: 5062688 examples [01:33, 51682.26 examples/s] Generating train split: 5071688 examples [01:33, 46819.96 examples/s] Generating train split: 5080688 examples [01:33, 49897.55 examples/s] Generating train split: 5088688 examples [01:33, 51868.74 examples/s] Generating train split: 5095688 examples [01:33, 48719.50 examples/s] Generating train split: 5103688 examples [01:34, 36934.89 examples/s] Generating train split: 5117688 examples [01:34, 52377.59 examples/s] Generating train split: 5134656 examples [01:34, 58729.27 examples/s] Generating train split: 5143656 examples [01:34, 54457.14 examples/s] Generating train split: 5171656 examples [01:34, 87749.70 examples/s] Generating train split: 5190656 examples [01:35, 44283.27 examples/s] Generating train split: 5207656 examples [01:35, 51243.98 examples/s] Generating train split: 5216656 examples [01:36, 55383.18 examples/s] Generating train split: 5233656 examples [01:36, 70172.67 examples/s] Generating train split: 5260030 examples [01:36, 83608.78 examples/s] Generating train split: 5280030 examples [01:36, 88635.00 examples/s] Generating train split: 5298030 examples [01:37, 54954.14 examples/s] Generating train split: 5309030 examples [01:37, 53267.09 examples/s] Generating train split: 5323030 examples [01:37, 47181.12 examples/s] Generating train split: 5348030 examples [01:38, 61825.97 examples/s] Generating train split: 5364030 examples [01:38, 54030.71 examples/s] Generating train split: 5377030 examples [01:38, 60592.06 examples/s] Generating train split: 5386030 examples [01:39, 43380.45 examples/s] Generating train split: 5393030 examples [01:39, 44989.56 examples/s] Generating train split: 5408030 examples [01:39, 52634.46 examples/s] Generating train split: 5417030 examples [01:39, 46620.50 examples/s] Generating train split: 5427030 examples [01:39, 53908.80 examples/s] Generating train split: 5443030 examples [01:40, 59100.33 examples/s] Generating train split: 5461030 examples [01:40, 76014.57 examples/s] Generating train split: 5479030 examples [01:40, 72278.14 examples/s] Generating train split: 5497030 examples [01:40, 56718.23 examples/s] Generating train split: 5505030 examples [01:41, 53794.91 examples/s] Generating train split: 5524030 examples [01:41, 62902.20 examples/s] Generating train split: 5534030 examples [01:41, 56096.50 examples/s] Generating train split: 5553030 examples [01:41, 61365.20 examples/s] Generating train split: 5562030 examples [01:41, 60877.58 examples/s] Generating train split: 5571030 examples [01:42, 56488.07 examples/s] Generating train split: 5586030 examples [01:42, 47749.44 examples/s] Generating train split: 5596030 examples [01:42, 48223.87 examples/s] Generating train split: 5605030 examples [01:42, 52975.89 examples/s] Generating train split: 5619030 examples [01:43, 44878.67 examples/s] Generating train split: 5627030 examples [01:43, 48480.60 examples/s] Generating train split: 5652030 examples [01:43, 71361.50 examples/s] Generating train split: 5669030 examples [01:43, 84069.69 examples/s] Generating train split: 5686030 examples [01:44, 60244.30 examples/s] Generating train split: 5704030 examples [01:44, 58832.90 examples/s] Generating train split: 5713030 examples [01:44, 60221.81 examples/s] Generating train split: 5723030 examples [01:44, 57318.47 examples/s] Generating train split: 5737030 examples [01:45, 55603.04 examples/s] Generating train split: 5745030 examples [01:45, 53924.30 examples/s] Generating train split: 5757030 examples [01:45, 56670.96 examples/s] Generating train split: 5773030 examples [01:45, 69589.26 examples/s] Generating train split: 5781030 examples [01:45, 60931.02 examples/s] Generating train split: 5799030 examples [01:45, 67143.24 examples/s] Generating train split: 5816030 examples [01:46, 69228.83 examples/s] Generating train split: 5828030 examples [01:46, 64168.91 examples/s] Generating train split: 5837030 examples [01:46, 53789.54 examples/s] Generating train split: 5847030 examples [01:46, 55680.68 examples/s] Generating train split: 5855030 examples [01:47, 53501.45 examples/s] Generating train split: 5865030 examples [01:47, 61068.26 examples/s] Generating train split: 5872030 examples [01:47, 38116.08 examples/s] Generating train split: 5891030 examples [01:47, 58350.76 examples/s] Generating train split: 5924030 examples [01:48, 60602.81 examples/s] Generating train split: 5942030 examples [01:48, 66310.19 examples/s] Generating train split: 5964120 examples [01:48, 78953.60 examples/s] Generating train split: 5981120 examples [01:48, 73755.27 examples/s] Generating train split: 6000120 examples [01:49, 84219.27 examples/s] Generating train split: 6014120 examples [01:49, 63589.05 examples/s] Generating train split: 6023120 examples [01:49, 54994.48 examples/s] Generating train split: 6035120 examples [01:49, 49695.82 examples/s] Generating train split: 6052120 examples [01:50, 58416.23 examples/s] Generating train split: 6071120 examples [01:50, 66226.61 examples/s] Generating train split: 6085120 examples [01:50, 75881.32 examples/s] Generating train split: 6095120 examples [01:50, 73329.45 examples/s] Generating train split: 6113120 examples [01:50, 71390.81 examples/s] Generating train split: 6126951 examples [01:51, 58884.20 examples/s] Generating train split: 6138951 examples [01:51, 48690.23 examples/s] Generating train split: 6146951 examples [01:51, 47227.27 examples/s] Generating train split: 6154951 examples [01:51, 48225.57 examples/s] Generating train split: 6162951 examples [01:52, 35930.28 examples/s] Generating train split: 6195951 examples [01:52, 70221.21 examples/s] Generating train split: 6210951 examples [01:53, 48989.49 examples/s] Generating train split: 6227951 examples [01:53, 60600.15 examples/s] Generating train split: 6246951 examples [01:53, 73543.85 examples/s] Generating train split: 6262951 examples [01:53, 73986.00 examples/s] Generating train split: 6291951 examples [01:53, 99465.14 examples/s] Generating train split: 6307435 examples [01:54, 80970.31 examples/s] Generating train split: 6325995 examples [01:54, 63627.04 examples/s] Generating train split: 6341995 examples [01:54, 58931.01 examples/s] Generating train split: 6376995 examples [01:55, 71167.40 examples/s] Generating train split: 6391995 examples [01:55, 52053.53 examples/s] Generating train split: 6399995 examples [01:55, 47443.49 examples/s] Generating train split: 6408995 examples [01:56, 36380.17 examples/s] Generating train split: 6435995 examples [01:56, 57029.44 examples/s] Generating train split: 6445995 examples [01:56, 55017.77 examples/s] Generating train split: 6459995 examples [01:57, 52410.43 examples/s] Generating train split: 6467995 examples [01:57, 47889.88 examples/s] Generating train split: 6498956 examples [01:57, 52858.38 examples/s] Generating train split: 6507956 examples [01:58, 55240.89 examples/s] Generating train split: 6521956 examples [01:58, 61695.84 examples/s] Generating train split: 6541956 examples [01:58, 62397.57 examples/s] Generating train split: 6567956 examples [01:58, 88061.16 examples/s] Generating train split: 6586956 examples [01:59, 70268.61 examples/s] Generating train split: 6613956 examples [01:59, 74027.71 examples/s] Generating train split: 6638956 examples [01:59, 76179.00 examples/s] Generating train split: 6671956 examples [02:00, 67035.15 examples/s] Generating train split: 6679956 examples [02:00, 55115.08 examples/s] Generating train split: 6689956 examples [02:00, 58410.27 examples/s] Generating train split: 6706956 examples [02:00, 69806.18 examples/s] Generating train split: 6717956 examples [02:01, 50189.24 examples/s] Generating train split: 6725956 examples [02:01, 44880.04 examples/s] Generating train split: 6743956 examples [02:01, 61608.38 examples/s] Generating train split: 6756956 examples [02:02, 47730.56 examples/s] Generating train split: 6782956 examples [02:02, 47321.47 examples/s] Generating train split: 6806956 examples [02:02, 66361.71 examples/s] Generating train split: 6827492 examples [02:02, 80665.15 examples/s] Generating train split: 6844610 examples [02:03, 82565.00 examples/s] Generating train split: 6868610 examples [02:03, 100460.32 examples/s] Generating train split: 6887610 examples [02:04, 52003.70 examples/s] Generating train split: 6911005 examples [02:04, 62438.19 examples/s] Generating train split: 6930005 examples [02:04, 74480.90 examples/s] Generating train split: 6949005 examples [02:05, 39809.53 examples/s] Generating train split: 6963005 examples [02:05, 46665.32 examples/s] Generating train split: 6991141 examples [02:05, 68250.87 examples/s] Generating train split: 7007141 examples [02:06, 48942.00 examples/s] Generating train split: 7024141 examples [02:06, 40884.69 examples/s] Generating train split: 7062141 examples [02:07, 65876.54 examples/s] Generating train split: 7075141 examples [02:07, 58626.56 examples/s] Generating train split: 7089141 examples [02:07, 63438.77 examples/s] Generating train split: 7106141 examples [02:07, 70315.11 examples/s] Generating train split: 7126141 examples [02:07, 76964.71 examples/s] Generating train split: 7144141 examples [02:08, 86710.18 examples/s] Generating train split: 7163141 examples [02:08, 91328.82 examples/s] Generating train split: 7181141 examples [02:08, 78796.49 examples/s] Generating train split: 7201141 examples [02:08, 67680.64 examples/s] Generating train split: 7210141 examples [02:09, 61448.62 examples/s] Generating train split: 7218141 examples [02:09, 54726.09 examples/s] Generating train split: 7226141 examples [02:09, 46763.12 examples/s] Generating train split: 7243141 examples [02:09, 54873.78 examples/s] Generating train split: 7253141 examples [02:10, 41845.21 examples/s] Generating train split: 7269141 examples [02:10, 56508.09 examples/s] Generating train split: 7285141 examples [02:10, 54611.42 examples/s] Generating train split: 7294141 examples [02:11, 38815.37 examples/s] Generating train split: 7305993 examples [02:11, 47785.94 examples/s] Generating train split: 7317993 examples [02:11, 55333.86 examples/s] Generating train split: 7326993 examples [02:11, 46871.85 examples/s] Generating train split: 7359993 examples [02:11, 85335.74 examples/s] Generating train split: 7377993 examples [02:12, 77061.68 examples/s] Generating train split: 7395993 examples [02:12, 82581.34 examples/s] Generating train split: 7411993 examples [02:12, 68835.00 examples/s] Generating train split: 7427993 examples [02:12, 59182.48 examples/s] Generating train split: 7446993 examples [02:13, 70660.84 examples/s] Generating train split: 7457993 examples [02:13, 69005.58 examples/s] Generating train split: 7468993 examples [02:13, 67667.54 examples/s] Generating train split: 7478993 examples [02:13, 71358.46 examples/s] Generating train split: 7494993 examples [02:14, 34859.21 examples/s] Generating train split: 7517993 examples [02:14, 53029.49 examples/s] Generating train split: 7536993 examples [02:15, 49065.78 examples/s] Generating train split: 7570993 examples [02:15, 66582.07 examples/s] Generating train split: 7599100 examples [02:15, 72853.89 examples/s] Generating train split: 7609100 examples [02:15, 70532.46 examples/s] Generating train split: 7640100 examples [02:15, 101612.91 examples/s] Generating train split: 7656100 examples [02:16, 91370.94 examples/s] Generating train split: 7674100 examples [02:16, 84137.13 examples/s] Generating train split: 7692100 examples [02:16, 79973.04 examples/s] Generating train split: 7709100 examples [02:16, 82176.79 examples/s] Generating train split: 7725100 examples [02:17, 80720.60 examples/s] Generating train split: 7734100 examples [02:17, 40742.87 examples/s] Generating train split: 7758100 examples [02:17, 57130.79 examples/s] Generating train split: 7771100 examples [02:18, 36067.02 examples/s] Generating train split: 7794168 examples [02:18, 51702.38 examples/s] Generating train split: 7806173 examples [02:19, 44258.33 examples/s] Generating train split: 7819044 examples [02:19, 44075.40 examples/s] Generating train split: 7838044 examples [02:19, 58175.94 examples/s] Generating train split: 7859044 examples [02:20, 58531.72 examples/s] Generating train split: 7879044 examples [02:20, 65939.67 examples/s] Generating train split: 7897044 examples [02:20, 63298.65 examples/s] Generating train split: 7935044 examples [02:20, 98430.66 examples/s] Generating train split: 7952044 examples [02:21, 68252.12 examples/s] Generating train split: 7969044 examples [02:21, 64314.16 examples/s] Generating train split: 7985044 examples [02:21, 62278.46 examples/s] Generating train split: 8003044 examples [02:21, 75368.72 examples/s] Generating train split: 8022605 examples [02:22, 84804.50 examples/s] Generating train split: 8040605 examples [02:22, 48445.47 examples/s] Generating train split: 8068605 examples [02:23, 59493.83 examples/s] Generating train split: 8082605 examples [02:23, 51440.46 examples/s] Generating train split: 8091605 examples [02:23, 52135.64 examples/s] Generating train split: 8107605 examples [02:23, 58934.06 examples/s] Generating train split: 8116605 examples [02:24, 57570.92 examples/s] Generating train split: 8135361 examples [02:24, 73411.43 examples/s] Generating train split: 8155361 examples [02:24, 90325.22 examples/s] Generating train split: 8173361 examples [02:24, 79593.78 examples/s] Generating train split: 8192361 examples [02:24, 89990.40 examples/s] Generating train split: 8213361 examples [02:24, 109339.60 examples/s] Generating train split: 8230361 examples [02:25, 79094.11 examples/s] Generating train split: 8250361 examples [02:25, 78322.02 examples/s] Generating train split: 8279361 examples [02:25, 83515.68 examples/s] Generating train split: 8290361 examples [02:26, 73564.24 examples/s] Generating train split: 8305361 examples [02:26, 57167.59 examples/s] Generating train split: 8324361 examples [02:26, 70313.07 examples/s] Generating train split: 8348801 examples [02:27, 56722.24 examples/s] Generating train split: 8356801 examples [02:27, 54445.43 examples/s] Generating train split: 8374354 examples [02:28, 43519.10 examples/s] Generating train split: 8380393 examples [02:28, 45199.42 examples/s] Generating train split: 8403393 examples [02:28, 64863.28 examples/s] Generating train split: 8412393 examples [02:28, 65185.67 examples/s] Generating train split: 8436248 examples [02:28, 89028.59 examples/s] Generating train split: 8451397 examples [02:28, 94340.58 examples/s] Generating train split: 8464397 examples [02:28, 74139.32 examples/s] Generating train split: 8483397 examples [02:29, 77900.63 examples/s] Generating train split: 8500397 examples [02:29, 68369.59 examples/s] Generating train split: 8519397 examples [02:29, 58672.00 examples/s] Generating train split: 8531943 examples [02:30, 47832.10 examples/s] Generating train split: 8559943 examples [02:30, 60614.55 examples/s] Generating train split: 8578943 examples [02:30, 68895.69 examples/s] Generating train split: 8586943 examples [02:31, 53933.73 examples/s] Generating train split: 8603943 examples [02:31, 54361.61 examples/s] Generating train split: 8615943 examples [02:31, 58239.60 examples/s] Generating train split: 8626943 examples [02:31, 50873.48 examples/s] Generating train split: 8633943 examples [02:32, 53468.07 examples/s] Generating train split: 8651943 examples [02:32, 58854.56 examples/s] Generating train split: 8663436 examples [02:32, 63779.40 examples/s] Generating train split: 8670436 examples [02:32, 49981.11 examples/s] Generating train split: 8678436 examples [02:32, 49471.56 examples/s] Generating train split: 8695436 examples [02:33, 60866.27 examples/s] Generating train split: 8725436 examples [02:33, 80509.95 examples/s] Generating train split: 8736436 examples [02:33, 62921.92 examples/s] Generating train split: 8748355 examples [02:33, 70955.74 examples/s] Generating train split: 8759699 examples [02:34, 48129.36 examples/s] Generating train split: 8776699 examples [02:34, 62896.31 examples/s] Generating train split: 8785699 examples [02:34, 55373.33 examples/s] Generating train split: 8793699 examples [02:34, 53055.74 examples/s] Generating train split: 8811699 examples [02:34, 73229.19 examples/s] Generating train split: 8824699 examples [02:35, 61473.56 examples/s] Generating train split: 8833699 examples [02:35, 40072.33 examples/s] Generating train split: 8855252 examples [02:35, 49592.04 examples/s] Generating train split: 8876926 examples [02:36, 70224.88 examples/s] Generating train split: 8889926 examples [02:36, 56863.49 examples/s] Generating train split: 8906926 examples [02:37, 38913.45 examples/s] Generating train split: 8925926 examples [02:37, 46282.18 examples/s] Generating train split: 8962926 examples [02:37, 66478.93 examples/s] Generating train split: 8980926 examples [02:37, 76421.13 examples/s] Generating train split: 8994926 examples [02:38, 61839.14 examples/s] Generating train split: 9004926 examples [02:38, 51342.56 examples/s] Generating train split: 9012926 examples [02:38, 51817.65 examples/s] Generating train split: 9021926 examples [02:38, 54219.83 examples/s] Generating train split: 9030926 examples [02:39, 51906.59 examples/s] Generating train split: 9051926 examples [02:39, 70753.44 examples/s] Generating train split: 9063926 examples [02:39, 78572.25 examples/s] Generating train split: 9073926 examples [02:39, 74220.81 examples/s] Generating train split: 9090926 examples [02:39, 68481.20 examples/s] Generating train split: 9106926 examples [02:40, 52458.08 examples/s] Generating train split: 9120926 examples [02:40, 52952.37 examples/s] Generating train split: 9140926 examples [02:40, 63880.07 examples/s] Generating train split: 9148926 examples [02:40, 62104.78 examples/s] Generating train split: 9161926 examples [02:41, 50584.71 examples/s] Generating train split: 9170926 examples [02:41, 50059.79 examples/s] Generating train split: 9178926 examples [02:41, 30740.75 examples/s] Generating train split: 9199926 examples [02:42, 44937.62 examples/s] Generating train split: 9225926 examples [02:42, 70444.89 examples/s] Generating train split: 9242926 examples [02:42, 72242.98 examples/s] Generating train split: 9259926 examples [02:42, 80102.86 examples/s] Generating train split: 9277936 examples [02:43, 55715.75 examples/s] Generating train split: 9291936 examples [02:43, 60486.48 examples/s] Generating train split: 9326936 examples [02:43, 93456.91 examples/s] Generating train split: 9346936 examples [02:44, 63722.35 examples/s] Generating train split: 9357347 examples [02:44, 59619.38 examples/s] Generating train split: 9377347 examples [02:44, 61095.59 examples/s] Generating train split: 9395347 examples [02:44, 72813.74 examples/s] Generating train split: 9410347 examples [02:45, 66917.45 examples/s] Generating train split: 9425347 examples [02:45, 51129.28 examples/s] Generating train split: 9445347 examples [02:45, 59783.96 examples/s] Generating train split: 9456347 examples [02:46, 47247.32 examples/s] Generating train split: 9465347 examples [02:46, 46664.67 examples/s] Generating train split: 9503497 examples [02:46, 73470.35 examples/s] Generating train split: 9523497 examples [02:46, 88751.88 examples/s] Generating train split: 9543497 examples [02:46, 92589.15 examples/s] Generating train split: 9559497 examples [02:47, 85037.27 examples/s] Generating train split: 9572497 examples [02:47, 71360.23 examples/s] Generating train split: 9601497 examples [02:47, 71921.33 examples/s] Generating train split: 9612497 examples [02:48, 67222.61 examples/s] Generating train split: 9629497 examples [02:48, 78126.72 examples/s] Generating train split: 9644497 examples [02:48, 60814.74 examples/s] Generating train split: 9662497 examples [02:48, 57552.36 examples/s] Generating train split: 9680497 examples [02:49, 62371.40 examples/s] Generating train split: 9689497 examples [02:49, 59603.32 examples/s] Generating train split: 9710497 examples [02:49, 79769.39 examples/s] Generating train split: 9726497 examples [02:50, 43611.58 examples/s] Generating train split: 9737497 examples [02:50, 37141.10 examples/s] Generating train split: 9745497 examples [02:50, 40325.44 examples/s] Generating train split: 9762497 examples [02:50, 55171.63 examples/s] Generating train split: 9778206 examples [02:51, 68701.86 examples/s] Generating train split: 9796206 examples [02:51, 86928.09 examples/s] Generating train split: 9824206 examples [02:51, 109782.27 examples/s] Generating train split: 9848206 examples [02:51, 81395.05 examples/s] Generating train split: 9868206 examples [02:52, 78587.41 examples/s] Generating train split: 9885857 examples [02:52, 74532.45 examples/s] Generating train split: 9902857 examples [02:52, 66489.44 examples/s] Generating train split: 9919857 examples [02:53, 49161.70 examples/s] Generating train split: 9930857 examples [02:53, 55171.70 examples/s] Generating train split: 9939857 examples [02:53, 58352.11 examples/s] Generating train split: 9956857 examples [02:53, 72205.08 examples/s] Generating train split: 9973857 examples [02:53, 58514.46 examples/s] Generating train split: 9997857 examples [02:54, 68713.36 examples/s] Generating train split: 10006857 examples [02:54, 39138.77 examples/s] Generating train split: 10022857 examples [02:54, 50932.08 examples/s] Generating train split: 10040857 examples [02:55, 63507.54 examples/s] Generating train split: 10058857 examples [02:55, 79628.88 examples/s] Generating train split: 10078387 examples [02:55, 94950.66 examples/s] Generating train split: 10097387 examples [02:55, 91553.92 examples/s] Generating train split: 10113387 examples [02:55, 82491.34 examples/s] Generating train split: 10133387 examples [02:56, 65817.94 examples/s] Generating train split: 10142387 examples [02:56, 58733.33 examples/s] Generating train split: 10161387 examples [02:56, 77119.06 examples/s] Generating train split: 10177387 examples [02:56, 75295.81 examples/s] Generating train split: 10187387 examples [02:56, 78947.02 examples/s] Generating train split: 10198934 examples [02:57, 49873.24 examples/s] Generating train split: 10207934 examples [02:57, 46702.92 examples/s] Generating train split: 10215934 examples [02:57, 38358.16 examples/s] Generating train split: 10239934 examples [02:58, 41100.88 examples/s] Generating train split: 10258934 examples [02:58, 51708.67 examples/s] Generating train split: 10267934 examples [02:59, 35505.06 examples/s] Generating train split: 10285579 examples [02:59, 46479.30 examples/s] Generating train split: 10318579 examples [02:59, 78362.93 examples/s] Generating train split: 10338579 examples [02:59, 85960.68 examples/s] Generating train split: 10387579 examples [02:59, 120397.77 examples/s] Generating train split: 10409819 examples [03:00, 102388.10 examples/s] Generating train split: 10427819 examples [03:00, 90900.15 examples/s] Generating train split: 10444819 examples [03:01, 68580.72 examples/s] Generating train split: 10453819 examples [03:01, 58535.35 examples/s] Generating train split: 10461819 examples [03:01, 55837.66 examples/s] Generating train split: 10480819 examples [03:01, 52585.79 examples/s] Generating train split: 10509819 examples [03:02, 77741.49 examples/s] Generating train split: 10525948 examples [03:02, 86865.12 examples/s] Generating train split: 10541948 examples [03:02, 77421.14 examples/s] Generating train split: 10551948 examples [03:02, 80309.93 examples/s] Generating train split: 10568948 examples [03:03, 46301.51 examples/s] Generating train split: 10577948 examples [03:03, 46625.19 examples/s] Generating train split: 10592948 examples [03:03, 50189.75 examples/s] Generating train split: 10617239 examples [03:03, 72424.06 examples/s] Generating train split: 10645239 examples [03:03, 96245.02 examples/s] Generating train split: 10663239 examples [03:04, 96701.92 examples/s] Generating train split: 10695239 examples [03:04, 112555.40 examples/s] Generating train split: 10715239 examples [03:04, 92389.52 examples/s] Generating train split: 10734239 examples [03:04, 83449.49 examples/s] Generating train split: 10751835 examples [03:05, 79084.73 examples/s] Generating train split: 10771835 examples [03:05, 80026.12 examples/s] Generating train split: 10780835 examples [03:05, 72528.61 examples/s] Generating train split: 10800835 examples [03:05, 83312.72 examples/s] Generating train split: 10809835 examples [03:06, 71657.84 examples/s] Generating train split: 10818835 examples [03:06, 59559.19 examples/s] Generating train split: 10835164 examples [03:06, 64461.87 examples/s] Generating train split: 10849164 examples [03:06, 47503.61 examples/s] Generating train split: 10859164 examples [03:07, 45622.85 examples/s] Generating train split: 10879641 examples [03:07, 64987.83 examples/s] Generating train split: 10905641 examples [03:07, 89073.66 examples/s] Generating train split: 10924641 examples [03:07, 78110.01 examples/s] Generating train split: 10940641 examples [03:07, 82472.54 examples/s] Generating train split: 10957641 examples [03:08, 87038.23 examples/s] Generating train split: 10977641 examples [03:08, 78561.66 examples/s] Generating train split: 10994641 examples [03:08, 54263.30 examples/s] Generating train split: 11003641 examples [03:09, 53842.89 examples/s] Generating train split: 11012641 examples [03:09, 55413.73 examples/s] Generating train split: 11021641 examples [03:09, 56527.98 examples/s] Generating train split: 11040641 examples [03:09, 57106.72 examples/s] Generating train split: 11057641 examples [03:10, 51282.13 examples/s] Generating train split: 11074112 examples [03:10, 63745.09 examples/s] Generating train split: 11101316 examples [03:10, 83166.76 examples/s] Generating train split: 11117316 examples [03:10, 64518.93 examples/s] Generating train split: 11138316 examples [03:11, 79971.58 examples/s] Generating train split: 11165316 examples [03:11, 106697.67 examples/s] Generating train split: 11183316 examples [03:11, 66875.54 examples/s] Generating train split: 11199316 examples [03:11, 77061.76 examples/s] Generating train split: 11213244 examples [03:12, 69419.28 examples/s] Generating train split: 11242244 examples [03:12, 96578.72 examples/s] Generating train split: 11261244 examples [03:12, 85916.17 examples/s] Generating train split: 11280244 examples [03:12, 94726.71 examples/s] Generating train split: 11297244 examples [03:13, 55517.71 examples/s] Generating train split: 11311244 examples [03:13, 57314.96 examples/s] Generating train split: 11325244 examples [03:13, 49839.02 examples/s] Generating train split: 11336244 examples [03:14, 56156.32 examples/s] Generating train split: 11354244 examples [03:14, 69368.30 examples/s] Generating train split: 11371244 examples [03:14, 75872.69 examples/s] Generating train split: 11381244 examples [03:14, 71139.92 examples/s] Generating train split: 11400244 examples [03:15, 48857.03 examples/s] Generating train split: 11418244 examples [03:15, 62522.48 examples/s] Generating train split: 11428244 examples [03:15, 53849.58 examples/s] Generating train split: 11475103 examples [03:15, 94751.65 examples/s] Generating train split: 11496103 examples [03:15, 110744.99 examples/s] Generating train split: 11512103 examples [03:16, 84356.53 examples/s] Generating train split: 11532103 examples [03:16, 99450.30 examples/s] Generating train split: 11555103 examples [03:16, 69997.30 examples/s] Generating train split: 11572103 examples [03:17, 56602.15 examples/s] Generating train split: 11581103 examples [03:17, 56137.10 examples/s] Generating train split: 11597103 examples [03:17, 68153.95 examples/s] Generating train split: 11607103 examples [03:17, 60076.81 examples/s] Generating train split: 11616103 examples [03:17, 60422.35 examples/s] Generating train split: 11628633 examples [03:18, 65555.58 examples/s] Generating train split: 11637633 examples [03:18, 59996.20 examples/s] Generating train split: 11667848 examples [03:18, 101831.67 examples/s] Generating train split: 11684848 examples [03:18, 59329.14 examples/s] Generating train split: 11704848 examples [03:19, 70416.34 examples/s] Generating train split: 11718848 examples [03:19, 64373.77 examples/s] Generating train split: 11738848 examples [03:19, 79834.20 examples/s] Generating train split: 11752645 examples [03:19, 62523.27 examples/s] Generating train split: 11766645 examples [03:20, 63094.51 examples/s] Generating train split: 11776645 examples [03:20, 61104.43 examples/s] Generating train split: 11793645 examples [03:20, 77609.47 examples/s] Generating train split: 11809645 examples [03:20, 89147.37 examples/s] Generating train split: 11824645 examples [03:21, 55490.36 examples/s] Generating train split: 11857521 examples [03:21, 70621.71 examples/s] Generating train split: 11866521 examples [03:21, 67043.01 examples/s] Generating train split: 11877521 examples [03:21, 62328.46 examples/s] Generating train split: 11902521 examples [03:21, 86506.81 examples/s] Generating train split: 11921521 examples [03:22, 90107.11 examples/s] Generating train split: 11935521 examples [03:22, 62220.37 examples/s] Generating train split: 11948521 examples [03:22, 50460.20 examples/s] Generating train split: 11965521 examples [03:23, 62713.31 examples/s] Generating train split: 11974521 examples [03:23, 63647.34 examples/s] Generating train split: 11991114 examples [03:23, 79105.46 examples/s] Generating train split: 12003862 examples [03:23, 73343.69 examples/s] Generating train split: 12019983 examples [03:23, 73472.85 examples/s] Generating train split: 12036983 examples [03:24, 61603.00 examples/s] Generating train split: 12051983 examples [03:24, 72725.63 examples/s] Generating train split: 12064983 examples [03:24, 68158.84 examples/s] Generating train split: 12074983 examples [03:24, 71928.82 examples/s] Generating train split: 12089983 examples [03:25, 46323.26 examples/s] Generating train split: 12097983 examples [03:25, 42992.76 examples/s] Generating train split: 12115983 examples [03:25, 57145.43 examples/s] Generating train split: 12123983 examples [03:25, 51616.16 examples/s] Generating train split: 12147983 examples [03:25, 67137.01 examples/s] Generating train split: 12156983 examples [03:26, 64797.62 examples/s] Generating train split: 12164983 examples [03:26, 62137.19 examples/s] Generating train split: 12180983 examples [03:26, 73183.08 examples/s] Generating train split: 12190983 examples [03:26, 72164.90 examples/s] Generating train split: 12198983 examples [03:26, 70638.60 examples/s] Generating train split: 12214999 examples [03:26, 85214.00 examples/s] Generating train split: 12233058 examples [03:27, 93192.79 examples/s] Generating train split: 12250058 examples [03:27, 77524.48 examples/s] Generating train split: 12266058 examples [03:27, 52817.06 examples/s] Generating train split: 12275058 examples [03:28, 50682.01 examples/s] Generating train split: 12300107 examples [03:28, 72271.67 examples/s] Generating train split: 12317107 examples [03:28, 76507.65 examples/s] Generating train split: 12327107 examples [03:28, 78702.12 examples/s] Generating train split: 12344107 examples [03:29, 53714.85 examples/s] Generating train split: 12380107 examples [03:29, 78205.39 examples/s] Generating train split: 12399107 examples [03:29, 89063.89 examples/s] Generating train split: 12413107 examples [03:29, 78817.44 examples/s] Generating train split: 12427107 examples [03:30, 60511.64 examples/s] Generating train split: 12438107 examples [03:30, 51406.74 examples/s] Generating train split: 12449107 examples [03:30, 47152.79 examples/s] Generating train split: 12457107 examples [03:30, 45593.56 examples/s] Generating train split: 12474107 examples [03:31, 55248.96 examples/s] Generating train split: 12483107 examples [03:31, 55670.61 examples/s] Generating train split: 12501107 examples [03:31, 49541.75 examples/s] Generating train split: 12529107 examples [03:31, 75076.81 examples/s] Generating train split: 12540107 examples [03:31, 79586.28 examples/s] Generating train split: 12554107 examples [03:32, 74100.99 examples/s] Generating train split: 12568107 examples [03:32, 53395.74 examples/s] Generating train split: 12581107 examples [03:32, 59739.40 examples/s] Generating train split: 12599178 examples [03:32, 64376.09 examples/s] Generating train split: 12607178 examples [03:33, 65016.22 examples/s] Generating train split: 12640910 examples [03:33, 94383.49 examples/s] Generating train split: 12657910 examples [03:33, 75618.26 examples/s] Generating train split: 12690059 examples [03:34, 71713.16 examples/s] Generating train split: 12709059 examples [03:34, 81542.77 examples/s] Generating train split: 12723059 examples [03:34, 78017.94 examples/s] Generating train split: 12733059 examples [03:34, 66523.42 examples/s] Generating train split: 12745059 examples [03:34, 64869.91 examples/s] Generating train split: 12762059 examples [03:35, 60078.60 examples/s] Generating train split: 12772059 examples [03:35, 49274.89 examples/s] Generating train split: 12781059 examples [03:35, 54453.83 examples/s] Generating train split: 12798059 examples [03:35, 68911.31 examples/s] Generating train split: 12815059 examples [03:36, 72732.00 examples/s] Generating train split: 12854892 examples [03:36, 101024.84 examples/s] Generating train split: 12884612 examples [03:36, 88542.02 examples/s] Generating train split: 12899612 examples [03:36, 77854.75 examples/s] Generating train split: 12916612 examples [03:37, 59679.03 examples/s] Generating train split: 12937612 examples [03:37, 76135.17 examples/s] Generating train split: 12955612 examples [03:37, 74892.03 examples/s] Generating train split: 12982612 examples [03:37, 99996.40 examples/s] Generating train split: 13000612 examples [03:38, 82692.88 examples/s] Generating train split: 13017612 examples [03:39, 47561.51 examples/s] Generating train split: 13034612 examples [03:39, 59051.80 examples/s] Generating train split: 13050612 examples [03:39, 63553.43 examples/s] Generating train split: 13065612 examples [03:39, 69509.91 examples/s] Generating train split: 13078612 examples [03:39, 65755.43 examples/s] Generating train split: 13087612 examples [03:39, 63459.88 examples/s] Generating train split: 13101612 examples [03:40, 68874.01 examples/s] Generating train split: 13114612 examples [03:40, 40449.26 examples/s] Generating train split: 13158612 examples [03:40, 85221.09 examples/s] Generating train split: 13178400 examples [03:41, 75572.97 examples/s] Generating train split: 13193400 examples [03:41, 79784.09 examples/s] Generating train split: 13208400 examples [03:41, 66943.51 examples/s] Generating train split: 13221400 examples [03:41, 74485.60 examples/s] Generating train split: 13238247 examples [03:41, 72799.96 examples/s] Generating train split: 13256247 examples [03:42, 89396.72 examples/s] Generating train split: 13271247 examples [03:42, 82153.14 examples/s] Generating train split: 13291247 examples [03:42, 68569.63 examples/s] Generating train split: 13308247 examples [03:42, 67519.56 examples/s] Generating train split: 13323247 examples [03:43, 57371.22 examples/s] Generating train split: 13365167 examples [03:43, 103291.55 examples/s] Generating train split: 13382167 examples [03:43, 102908.84 examples/s] Generating train split: 13406167 examples [03:43, 116267.22 examples/s] Generating train split: 13430167 examples [03:43, 133859.86 examples/s] Generating train split: 13455167 examples [03:44, 106536.79 examples/s] Generating train split: 13478167 examples [03:44, 117113.83 examples/s] Generating train split: 13500167 examples [03:44, 118147.86 examples/s] Generating train split: 13521167 examples [03:44, 133907.90 examples/s] Generating train split: 13540167 examples [03:44, 135067.60 examples/s] Generating train split: 13578167 examples [03:44, 159939.27 examples/s] Generating train split: 13600167 examples [03:45, 163578.91 examples/s] Generating train split: 13621167 examples [03:45, 171543.39 examples/s] Generating train split: 13641167 examples [03:45, 152460.84 examples/s] Generating train split: 13658167 examples [03:45, 138220.67 examples/s] Generating train split: 13676167 examples [03:45, 127709.32 examples/s] Generating train split: 13695167 examples [03:45, 138469.66 examples/s] Generating train split: 13737167 examples [03:45, 176262.54 examples/s] Generating train split: 13767167 examples [03:46, 199458.18 examples/s] Generating train split: 13817812 examples [03:46, 257816.62 examples/s] Generating train split: 13849812 examples [03:46, 266035.81 examples/s] Generating train split: 13886875 examples [03:46, 266856.63 examples/s] Generating train split: 13923123 examples [03:46, 253901.23 examples/s] Generating train split: 13956123 examples [03:46, 201212.40 examples/s] Generating train split: 13989123 examples [03:46, 217978.79 examples/s] Generating train split: 14021600 examples [03:47, 201883.34 examples/s] Generating train split: 14053600 examples [03:47, 210264.67 examples/s] Generating train split: 14093600 examples [03:47, 250436.19 examples/s] Generating train split: 14128600 examples [03:47, 268907.58 examples/s] Generating train split: 14178600 examples [03:47, 312864.94 examples/s] Generating train split: 14240054 examples [03:47, 356946.03 examples/s] Generating train split: 14284054 examples [03:47, 351297.84 examples/s] Generating train split: 14330054 examples [03:48, 359055.06 examples/s] Generating train split: 14383054 examples [03:48, 402051.93 examples/s] Generating train split: 14440740 examples [03:48, 448014.81 examples/s] Generating train split: 14490740 examples [03:48, 460632.25 examples/s] Generating train split: 14539083 examples [03:48, 432400.37 examples/s] Generating train split: 14593313 examples [03:48, 461746.81 examples/s] Generating train split: 14647273 examples [03:48, 326504.68 examples/s] Generating train split: 14700273 examples [03:48, 357868.03 examples/s] Generating train split: 14748273 examples [03:49, 329213.75 examples/s] Generating train split: 14805273 examples [03:49, 352543.06 examples/s] Generating train split: 14852273 examples [03:49, 362330.36 examples/s] Generating train split: 14894273 examples [03:49, 367758.95 examples/s] Generating train split: 14944499 examples [03:49, 353032.12 examples/s] Generating train split: 14978856 examples [03:49, 65144.23 examples/s] +[titan] 2025-07-22 23:16:42,955 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,869 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,989 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,991 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,993 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank3]: Traceback (most recent call last): +[rank3]: File "", line 198, in _run_module_as_main +[rank3]: File "", line 88, in _run_code +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank3]: main(config) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank3]: return f(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank3]: model = AutoModelForCausalLM.from_config(model_config) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank3]: return model_class._from_config(config, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank3]: return func(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank3]: model = cls(config, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank3]: self.model = GatedDeltaNetModel(config) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank3]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank3]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank3]: self.attn = Attention( +[rank3]: ^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank3]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank3]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/3/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..cf2436a52f35556810870bd1f9fa1066f35022c0 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/stderr.log @@ -0,0 +1,301 @@ +[titan] 2025-07-22 23:06:23,070 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:23,070 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:23,072 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:23,435 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:23,438 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:23,500 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:23,500 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:23,501 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:23,513 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:23,654 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:23,654 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,655 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,877 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:23,877 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:23,878 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,878 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,808 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,843 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:08,843 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:08,843 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,843 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,082 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,574 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,574 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,574 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,912 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,607 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,732 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,734 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,735 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank4]: Traceback (most recent call last): +[rank4]: File "", line 198, in _run_module_as_main +[rank4]: File "", line 88, in _run_code +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank4]: main(config) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank4]: return f(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank4]: model = AutoModelForCausalLM.from_config(model_config) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank4]: return model_class._from_config(config, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank4]: return func(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank4]: model = cls(config, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank4]: self.model = GatedDeltaNetModel(config) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank4]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank4]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank4]: self.attn = Attention( +[rank4]: ^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank4]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank4]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/4/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..7dc12a690676c75faad08aa21c368d45f9f1cc36 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/stderr.log @@ -0,0 +1,301 @@ +[titan] 2025-07-22 23:06:24,587 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:24,588 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:24,589 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:24,909 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:24,913 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:24,992 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:24,992 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:24,993 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:25,001 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:25,133 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:25,133 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,133 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,258 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:25,258 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:25,258 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:25,258 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,084 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,119 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:08,119 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:08,119 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,119 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,070 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,574 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,575 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,575 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,998 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,693 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,816 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,819 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,820 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank5]: Traceback (most recent call last): +[rank5]: File "", line 198, in _run_module_as_main +[rank5]: File "", line 88, in _run_code +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank5]: main(config) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank5]: return f(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank5]: model = AutoModelForCausalLM.from_config(model_config) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank5]: return model_class._from_config(config, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank5]: return func(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank5]: model = cls(config, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank5]: self.model = GatedDeltaNetModel(config) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank5]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank5]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank5]: self.attn = Attention( +[rank5]: ^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank5]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank5]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/5/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..92564a12c7b14e1b190054494341b4ecddc19fe0 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/stderr.log @@ -0,0 +1,301 @@ +[titan] 2025-07-22 23:06:21,885 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:21,886 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:21,887 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:22,165 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:22,167 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:22,261 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:22,265 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:22,266 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:22,277 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:22,387 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:22,387 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,387 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,514 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:22,514 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:22,514 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:22,514 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,224 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,257 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:08,257 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:08,257 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:08,257 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,072 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,573 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,573 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,574 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:42,891 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,583 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,709 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,711 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,713 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank6]: Traceback (most recent call last): +[rank6]: File "", line 198, in _run_module_as_main +[rank6]: File "", line 88, in _run_code +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank6]: main(config) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank6]: return f(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank6]: model = AutoModelForCausalLM.from_config(model_config) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank6]: return model_class._from_config(config, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank6]: return func(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank6]: model = cls(config, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank6]: self.model = GatedDeltaNetModel(config) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank6]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank6]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank6]: self.attn = Attention( +[rank6]: ^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank6]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank6]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/6/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/error.json new file mode 100644 index 0000000000000000000000000000000000000000..5370a022b335c193809f9e91820db98a35a3a21a --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/error.json @@ -0,0 +1 @@ +{"message": {"message": "ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 214, in main\n model = AutoModelForCausalLM.from_config(model_config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 456, in from_config\n return model_class._from_config(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 311, in _wrapper\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 2208, in _from_config\n model = cls(config, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 312, in __init__\n self.model = GatedDeltaNetModel(config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in __init__\n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 211, in \n self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 48, in __init__\n self.attn = Attention(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py\", line 67, in __init__\n raise ImportError(\"Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\")\nImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first\n", "timestamp": "1753197420"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..ebd17c58800968aade95930cd15db0f63cb02422 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/stderr.log @@ -0,0 +1,301 @@ +[titan] 2025-07-22 23:06:23,250 - root - INFO - Starting job: default job +[titan] 2025-07-22 23:06:23,250 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-22 23:06:23,252 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-22 23:06:23,527 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-22 23:06:23,530 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-22 23:06:23,594 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-22 23:06:23,594 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-22 23:06:23,595 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-22 23:06:23,628 - root - INFO - Loading tokenizer... +[titan] 2025-07-22 23:06:23,741 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-22 23:06:23,741 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,742 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,957 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-22 23:06:23,957 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:06:23,957 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:06:23,957 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,552 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,585 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-22 23:12:07,585 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:07,585 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:07,585 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,082 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,573 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-22 23:12:36,573 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-22 23:12:36,574 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:12:36,575 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-22 23:16:43,082 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-22 23:16:43,783 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-22 23:16:43,902 - root - INFO - Building dataloader... +[titan] 2025-07-22 23:16:43,904 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-22 23:16:43,906 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[rank7]: Traceback (most recent call last): +[rank7]: File "", line 198, in _run_module_as_main +[rank7]: File "", line 88, in _run_code +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank7]: main(config) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank7]: return f(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 214, in main +[rank7]: model = AutoModelForCausalLM.from_config(model_config) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py", line 456, in from_config +[rank7]: return model_class._from_config(config, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 311, in _wrapper +[rank7]: return func(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/modeling_utils.py", line 2208, in _from_config +[rank7]: model = cls(config, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 312, in __init__ +[rank7]: self.model = GatedDeltaNetModel(config) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in __init__ +[rank7]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 211, in +[rank7]: self.layers = nn.ModuleList([GatedDeltaNetBlock(config, layer_idx) for layer_idx in range(config.num_hidden_layers)]) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 48, in __init__ +[rank7]: self.attn = Attention( +[rank7]: ^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/attn.py", line 67, in __init__ +[rank7]: raise ImportError("Please install Flash Attention via `pip install flash-attn --no-build-isolation` first") +[rank7]: ImportError: Please install Flash Attention via `pip install flash-attn --no-build-isolation` first diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hipmwbzz/attempt_0/7/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/error.json new file mode 100644 index 0000000000000000000000000000000000000000..f58b9cb76f472094ff997c4cdde4db3085d7c046 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 0 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128271 has 316.00 MiB memory in use. Process 3365134 has 316.00 MiB memory in use. Process 303028 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/r5/cr5phv2udh6fqqhl2j4nj6fhrilep4hunp3otol2355euybybi7t.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 0 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128271 has 316.00 MiB memory in use. Process 3365134 has 316.00 MiB memory in use. Process 303028 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..83a0cf9e0521c48b4e21ca95ee86956fe6d530ce --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/stderr.log @@ -0,0 +1,592 @@ +[titan] 2025-07-23 10:36:20,396 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,397 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,397 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:20,397 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:20,414 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:20,508 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:20,508 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:20,508 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,373 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,913 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,395 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,395 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,395 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,395 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,505 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,581 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:12,582 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:12,582 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,582 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,839 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,976 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:12,976 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:12,976 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,976 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:19,181 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:19,861 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:19,978 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:19,980 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:19,982 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,833 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,869 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,869 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,870 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,088 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,082 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,084 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,108 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:44,819 - root - ERROR - Failed to create WandB logger: api_key not configured (no-tty). call wandb.login(key=[your_api_key]) +[titan] 2025-07-23 10:37:44,844 - root - INFO - TensorBoard logging enabled. Logs will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tb/20250723-1037 +[titan] 2025-07-23 10:37:44,844 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:44,888 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:50,895 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:50,896 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:50,897 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:50,897 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:50,898 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:50,898 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:50,898 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:50,898 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:50,898 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:50,899 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +[titan] 2025-07-23 10:38:17,673 - urllib3.connectionpool - WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to o151352.ingest.sentry.io timed out. (connect timeout=30)')': /api/4504800232407040/envelope/ +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[titan] 2025-07-23 10:38:47,698 - urllib3.connectionpool - WARNING - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to o151352.ingest.sentry.io timed out. (connect timeout=30)')': /api/4504800232407040/envelope/ +[titan] 2025-07-23 10:39:17,730 - urllib3.connectionpool - WARNING - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to o151352.ingest.sentry.io timed out. (connect timeout=30)')': /api/4504800232407040/envelope/ +[rank0]: Traceback (most recent call last): +[rank0]: File "", line 198, in _run_module_as_main +[rank0]: File "", line 88, in _run_code +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank0]: main(config) +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank0]: return f(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank0]: output = model( +[rank0]: ^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank0]: return inner() +[rank0]: ^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank0]: result = forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank0]: return func(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank0]: outputs = self.model( +[rank0]: ^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank0]: return forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank0]: hidden_states, attentions, past_key_values = layer( +[rank0]: ^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank0]: return inner() +[rank0]: ^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank0]: result = forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank0]: return fn(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank0]: return forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank0]: hidden_states = self.attn_norm(hidden_states) +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank0]: hidden_states, attentions, past_key_values = self.attn( +[rank0]: ^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank0]: return forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank0]: q, conv_state_q = self.q_conv1d( +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank0]: k, conv_state_k = self.k_conv1d( +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank0]: v, conv_state_v = self.v_conv1d( +[rank0]: ^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank0]: return self._call_impl(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank0]: return forward_call(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank0]: y = causal_conv1d( +[rank0]: ^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank0]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank0]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank0]: return fn(*contiguous_args, **contiguous_kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank0]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank0]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank0]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank0]: return fn(*args, **kwargs) +[rank0]: ^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank0]: return compiled_fn(full_args) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank0]: all_outs = call_func_at_runtime_with_args( +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank0]: out = normalize_as_list(f(args)) +[rank0]: ^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank0]: outs = compiled_fn(args) +[rank0]: ^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank0]: return compiled_fn(runtime_args) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank0]: return self.current_callable(inputs) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank0]: return model(new_inputs) +[rank0]: ^^^^^^^^^^^^^^^^^ +[rank0]: File "/tmp/torchinductor_root/r5/cr5phv2udh6fqqhl2j4nj6fhrilep4hunp3otol2355euybybi7t.py", line 130, in call +[rank0]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank0]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 0 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128271 has 316.00 MiB memory in use. Process 3365134 has 316.00 MiB memory in use. Process 303028 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/0/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/error.json new file mode 100644 index 0000000000000000000000000000000000000000..24bf101276d776ad6a2c0e0551cfe5f190a1a3b5 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 1 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128272 has 316.00 MiB memory in use. Process 3365135 has 316.00 MiB memory in use. Process 303029 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/47/c475djqe7hojirp5gpyn6bv4fzdfocgzpuek6ktlxkvvfyqhz6mw.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 1 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128272 has 316.00 MiB memory in use. Process 3365135 has 316.00 MiB memory in use. Process 303029 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..3df03bf4e0790ce636ec4ce61f11b9948b291508 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,359 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,359 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,360 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,347 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,350 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,442 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,442 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,442 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,450 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,912 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,389 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,389 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,389 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,389 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,181 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,213 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:15,213 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:15,213 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,213 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,473 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,559 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:15,559 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:15,559 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:15,559 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:22,200 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:22,846 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:22,959 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:22,961 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:22,963 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:23,306 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:23,342 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:23,342 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:23,343 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,422 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,500 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,500 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,080 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,082 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,105 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,118 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,261 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:31,182 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:31,187 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:31,188 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:31,188 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank1]: Traceback (most recent call last): +[rank1]: File "", line 198, in _run_module_as_main +[rank1]: File "", line 88, in _run_code +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank1]: main(config) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank1]: return f(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank1]: output = model( +[rank1]: ^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank1]: return inner() +[rank1]: ^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank1]: result = forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank1]: return func(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank1]: outputs = self.model( +[rank1]: ^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank1]: return forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank1]: hidden_states, attentions, past_key_values = layer( +[rank1]: ^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank1]: return inner() +[rank1]: ^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank1]: result = forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank1]: return fn(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank1]: return forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank1]: hidden_states = self.attn_norm(hidden_states) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank1]: hidden_states, attentions, past_key_values = self.attn( +[rank1]: ^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank1]: return forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank1]: q, conv_state_q = self.q_conv1d( +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank1]: k, conv_state_k = self.k_conv1d( +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank1]: v, conv_state_v = self.v_conv1d( +[rank1]: ^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank1]: return self._call_impl(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank1]: return forward_call(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank1]: y = causal_conv1d( +[rank1]: ^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank1]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank1]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank1]: return fn(*contiguous_args, **contiguous_kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank1]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank1]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank1]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank1]: return fn(*args, **kwargs) +[rank1]: ^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank1]: return compiled_fn(full_args) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank1]: all_outs = call_func_at_runtime_with_args( +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank1]: out = normalize_as_list(f(args)) +[rank1]: ^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank1]: outs = compiled_fn(args) +[rank1]: ^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank1]: return compiled_fn(runtime_args) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank1]: return self.current_callable(inputs) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank1]: return model(new_inputs) +[rank1]: ^^^^^^^^^^^^^^^^^ +[rank1]: File "/tmp/torchinductor_root/47/c475djqe7hojirp5gpyn6bv4fzdfocgzpuek6ktlxkvvfyqhz6mw.py", line 130, in call +[rank1]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank1]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 1 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128272 has 316.00 MiB memory in use. Process 3365135 has 316.00 MiB memory in use. Process 303029 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/1/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/error.json new file mode 100644 index 0000000000000000000000000000000000000000..e927e076f0fee7e8cfb6d00098044a774d7f2b2d --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 2 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128274 has 316.00 MiB memory in use. Process 3365137 has 316.00 MiB memory in use. Process 303030 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/g2/cg2i5q3ggwg534j45cjsxlnpktiyqktdtj7mlv4tq7ypdk4kw32v.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 2 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128274 has 316.00 MiB memory in use. Process 3365137 has 316.00 MiB memory in use. Process 303030 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..0d621adad2df9b597ae44d930815dc9effbc1ca3 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,177 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,177 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,178 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,156 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,159 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,235 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,235 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,236 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,367 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,912 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,387 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,387 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,387 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,387 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,170 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,203 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:13,203 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,203 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,203 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,467 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,552 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:13,553 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,553 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,553 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:20,233 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:20,918 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:21,039 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:21,041 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:21,043 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,829 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,864 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,864 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,865 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,085 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,080 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,081 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,106 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,122 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,265 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:31,220 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:31,222 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:31,224 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:31,224 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:31,225 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:31,225 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:31,225 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:31,225 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:31,225 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:31,226 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank2]: Traceback (most recent call last): +[rank2]: File "", line 198, in _run_module_as_main +[rank2]: File "", line 88, in _run_code +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank2]: main(config) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank2]: return f(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank2]: output = model( +[rank2]: ^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank2]: return inner() +[rank2]: ^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank2]: result = forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank2]: return func(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank2]: outputs = self.model( +[rank2]: ^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank2]: return forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank2]: hidden_states, attentions, past_key_values = layer( +[rank2]: ^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank2]: return inner() +[rank2]: ^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank2]: result = forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank2]: return fn(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank2]: return forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank2]: hidden_states = self.attn_norm(hidden_states) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank2]: hidden_states, attentions, past_key_values = self.attn( +[rank2]: ^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank2]: return forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank2]: q, conv_state_q = self.q_conv1d( +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank2]: k, conv_state_k = self.k_conv1d( +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank2]: v, conv_state_v = self.v_conv1d( +[rank2]: ^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank2]: return self._call_impl(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank2]: return forward_call(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank2]: y = causal_conv1d( +[rank2]: ^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank2]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank2]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank2]: return fn(*contiguous_args, **contiguous_kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank2]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank2]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank2]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank2]: return fn(*args, **kwargs) +[rank2]: ^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank2]: return compiled_fn(full_args) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank2]: all_outs = call_func_at_runtime_with_args( +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank2]: out = normalize_as_list(f(args)) +[rank2]: ^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank2]: outs = compiled_fn(args) +[rank2]: ^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank2]: return compiled_fn(runtime_args) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank2]: return self.current_callable(inputs) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank2]: return model(new_inputs) +[rank2]: ^^^^^^^^^^^^^^^^^ +[rank2]: File "/tmp/torchinductor_root/g2/cg2i5q3ggwg534j45cjsxlnpktiyqktdtj7mlv4tq7ypdk4kw32v.py", line 130, in call +[rank2]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank2]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank2]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 2 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128274 has 316.00 MiB memory in use. Process 3365137 has 316.00 MiB memory in use. Process 303030 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/2/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/error.json new file mode 100644 index 0000000000000000000000000000000000000000..8583bce01b094566cf5ca3cc142425ed642ba1c5 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 3 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128276 has 316.00 MiB memory in use. Process 3365138 has 316.00 MiB memory in use. Process 303031 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/3n/c3nvohjoal4hknohsoleoiu2ky3rktgo6trp42mdevzaekq4smbg.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 3 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128276 has 316.00 MiB memory in use. Process 3365138 has 316.00 MiB memory in use. Process 303031 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..d9fe746fefbc373e28287da54b82289835dcce3f --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,363 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,364 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,364 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,348 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,350 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,458 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,459 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,459 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,467 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,913 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,438 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,438 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,438 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,438 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,851 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,893 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:13,893 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,893 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,893 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,152 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,240 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:14,240 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:14,240 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,240 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:20,425 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:21,103 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:21,220 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:21,222 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:21,223 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,830 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,867 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,110 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,097 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,099 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,122 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,127 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,280 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:31,897 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:31,933 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:31,934 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:31,947 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:31,948 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:31,949 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:31,952 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:31,953 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:31,953 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:31,954 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank3]: Traceback (most recent call last): +[rank3]: File "", line 198, in _run_module_as_main +[rank3]: File "", line 88, in _run_code +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank3]: main(config) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank3]: return f(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank3]: output = model( +[rank3]: ^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank3]: return inner() +[rank3]: ^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank3]: result = forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank3]: return func(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank3]: outputs = self.model( +[rank3]: ^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank3]: return forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank3]: hidden_states, attentions, past_key_values = layer( +[rank3]: ^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank3]: return inner() +[rank3]: ^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank3]: result = forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank3]: return fn(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank3]: return forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank3]: hidden_states = self.attn_norm(hidden_states) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank3]: hidden_states, attentions, past_key_values = self.attn( +[rank3]: ^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank3]: return forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank3]: q, conv_state_q = self.q_conv1d( +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank3]: k, conv_state_k = self.k_conv1d( +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank3]: v, conv_state_v = self.v_conv1d( +[rank3]: ^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank3]: return self._call_impl(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank3]: return forward_call(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank3]: y = causal_conv1d( +[rank3]: ^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank3]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank3]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank3]: return fn(*contiguous_args, **contiguous_kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank3]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank3]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank3]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank3]: return fn(*args, **kwargs) +[rank3]: ^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank3]: return compiled_fn(full_args) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank3]: all_outs = call_func_at_runtime_with_args( +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank3]: out = normalize_as_list(f(args)) +[rank3]: ^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank3]: outs = compiled_fn(args) +[rank3]: ^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank3]: return compiled_fn(runtime_args) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank3]: return self.current_callable(inputs) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank3]: return model(new_inputs) +[rank3]: ^^^^^^^^^^^^^^^^^ +[rank3]: File "/tmp/torchinductor_root/3n/c3nvohjoal4hknohsoleoiu2ky3rktgo6trp42mdevzaekq4smbg.py", line 130, in call +[rank3]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank3]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 3 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128276 has 316.00 MiB memory in use. Process 3365138 has 316.00 MiB memory in use. Process 303031 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.30 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/3/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/error.json new file mode 100644 index 0000000000000000000000000000000000000000..86bbb9c0592c8db1da7f61c937b6ae703797f4b1 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 4 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128277 has 316.00 MiB memory in use. Process 3365139 has 316.00 MiB memory in use. Process 303040 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/xv/cxvmfi6yr3z46nbg55tjpsrom3ok6iubilxyghzmt6cmn3ihfv7y.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 4 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128277 has 316.00 MiB memory in use. Process 3365139 has 316.00 MiB memory in use. Process 303040 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..4e9fa2d19c1d20dc43aae99e1cbc7286816c32b6 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,144 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,144 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,144 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,157 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,159 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,248 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,248 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,248 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,367 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,912 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,439 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,439 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,439 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,439 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,822 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,857 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:13,858 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,858 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,858 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,124 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,212 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:14,212 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:14,212 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,213 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:20,285 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:20,969 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:21,089 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:21,091 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:21,092 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,832 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,867 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,868 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,868 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,085 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,078 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,080 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,103 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,137 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,287 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:32,152 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:32,153 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:32,217 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:32,236 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:32,238 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:32,238 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:32,239 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:32,239 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:32,239 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:32,240 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank4]: Traceback (most recent call last): +[rank4]: File "", line 198, in _run_module_as_main +[rank4]: File "", line 88, in _run_code +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank4]: main(config) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank4]: return f(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank4]: output = model( +[rank4]: ^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank4]: return inner() +[rank4]: ^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank4]: result = forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank4]: return func(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank4]: outputs = self.model( +[rank4]: ^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank4]: return forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank4]: hidden_states, attentions, past_key_values = layer( +[rank4]: ^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank4]: return inner() +[rank4]: ^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank4]: result = forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank4]: return fn(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank4]: return forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank4]: hidden_states = self.attn_norm(hidden_states) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank4]: hidden_states, attentions, past_key_values = self.attn( +[rank4]: ^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank4]: return forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank4]: q, conv_state_q = self.q_conv1d( +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank4]: k, conv_state_k = self.k_conv1d( +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank4]: v, conv_state_v = self.v_conv1d( +[rank4]: ^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank4]: return self._call_impl(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank4]: return forward_call(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank4]: y = causal_conv1d( +[rank4]: ^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank4]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank4]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank4]: return fn(*contiguous_args, **contiguous_kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank4]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank4]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank4]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank4]: return fn(*args, **kwargs) +[rank4]: ^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank4]: return compiled_fn(full_args) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank4]: all_outs = call_func_at_runtime_with_args( +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank4]: out = normalize_as_list(f(args)) +[rank4]: ^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank4]: outs = compiled_fn(args) +[rank4]: ^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank4]: return compiled_fn(runtime_args) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank4]: return self.current_callable(inputs) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank4]: return model(new_inputs) +[rank4]: ^^^^^^^^^^^^^^^^^ +[rank4]: File "/tmp/torchinductor_root/xv/cxvmfi6yr3z46nbg55tjpsrom3ok6iubilxyghzmt6cmn3ihfv7y.py", line 130, in call +[rank4]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank4]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank4]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 4 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128277 has 316.00 MiB memory in use. Process 3365139 has 316.00 MiB memory in use. Process 303040 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/4/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/error.json new file mode 100644 index 0000000000000000000000000000000000000000..94a77a2091e71ca9466bb2349a7fa6777d9831aa --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 5 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128278 has 316.00 MiB memory in use. Process 3365140 has 316.00 MiB memory in use. Process 303050 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/pp/cppwpz6qtb6prvpzopyoqms52ohjl4ff6blw7cstonzobfbddotn.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 5 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128278 has 316.00 MiB memory in use. Process 3365140 has 316.00 MiB memory in use. Process 303050 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..08f657f194c105b0974975183a5fda5a205c269e --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,382 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,383 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,383 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,356 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,358 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,461 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,461 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,461 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,481 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,912 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,394 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,394 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,394 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,394 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,942 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,973 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:12,974 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:12,974 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,974 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,234 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,322 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:13,322 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,322 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,323 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:19,506 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:20,187 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:20,318 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:20,320 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:20,322 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,833 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,869 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,869 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,870 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,089 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,081 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,082 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,106 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,141 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,287 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:30,940 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:30,942 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:30,942 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:30,943 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:30,943 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:30,944 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:30,944 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:30,944 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:30,944 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:30,944 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank5]: Traceback (most recent call last): +[rank5]: File "", line 198, in _run_module_as_main +[rank5]: File "", line 88, in _run_code +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank5]: main(config) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank5]: return f(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank5]: output = model( +[rank5]: ^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank5]: return inner() +[rank5]: ^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank5]: result = forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank5]: return func(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank5]: outputs = self.model( +[rank5]: ^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank5]: return forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank5]: hidden_states, attentions, past_key_values = layer( +[rank5]: ^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank5]: return inner() +[rank5]: ^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank5]: result = forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank5]: return fn(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank5]: return forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank5]: hidden_states = self.attn_norm(hidden_states) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank5]: hidden_states, attentions, past_key_values = self.attn( +[rank5]: ^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank5]: return forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank5]: q, conv_state_q = self.q_conv1d( +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank5]: k, conv_state_k = self.k_conv1d( +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank5]: v, conv_state_v = self.v_conv1d( +[rank5]: ^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank5]: return self._call_impl(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank5]: return forward_call(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank5]: y = causal_conv1d( +[rank5]: ^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank5]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank5]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank5]: return fn(*contiguous_args, **contiguous_kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank5]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank5]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank5]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank5]: return fn(*args, **kwargs) +[rank5]: ^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank5]: return compiled_fn(full_args) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank5]: all_outs = call_func_at_runtime_with_args( +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank5]: out = normalize_as_list(f(args)) +[rank5]: ^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank5]: outs = compiled_fn(args) +[rank5]: ^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank5]: return compiled_fn(runtime_args) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank5]: return self.current_callable(inputs) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank5]: return model(new_inputs) +[rank5]: ^^^^^^^^^^^^^^^^^ +[rank5]: File "/tmp/torchinductor_root/pp/cppwpz6qtb6prvpzopyoqms52ohjl4ff6blw7cstonzobfbddotn.py", line 130, in call +[rank5]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank5]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank5]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 5 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128278 has 316.00 MiB memory in use. Process 3365140 has 316.00 MiB memory in use. Process 303050 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/5/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/error.json new file mode 100644 index 0000000000000000000000000000000000000000..4e2b70bffadeb68f03cf148c9b16b0703b8eb886 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 6 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128279 has 316.00 MiB memory in use. Process 3365141 has 316.00 MiB memory in use. Process 303053 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/ol/colla2jf2yznlbsq3gnmt6dr6z53nuim5dyugjsmgbzld4lcsl2n.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 6 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128279 has 316.00 MiB memory in use. Process 3365141 has 316.00 MiB memory in use. Process 303053 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..b98519d175f0b86ead186b349b69c34ad138ae06 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,373 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,373 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,374 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,351 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,353 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,463 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,463 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,463 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,480 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,912 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,386 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,386 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,386 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,386 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,802 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,833 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:12,833 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:12,834 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:12,834 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,082 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,167 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:13,167 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,167 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,167 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:19,422 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:20,093 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:20,209 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:20,211 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:20,214 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,830 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,867 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,086 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,078 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,080 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,103 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,108 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,206 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:31,239 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:31,242 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:31,243 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:31,244 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:31,245 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank6]: Traceback (most recent call last): +[rank6]: File "", line 198, in _run_module_as_main +[rank6]: File "", line 88, in _run_code +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank6]: main(config) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank6]: return f(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank6]: output = model( +[rank6]: ^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank6]: return inner() +[rank6]: ^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank6]: result = forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank6]: return func(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank6]: outputs = self.model( +[rank6]: ^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank6]: return forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank6]: hidden_states, attentions, past_key_values = layer( +[rank6]: ^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank6]: return inner() +[rank6]: ^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank6]: result = forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank6]: return fn(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank6]: return forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank6]: hidden_states = self.attn_norm(hidden_states) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank6]: hidden_states, attentions, past_key_values = self.attn( +[rank6]: ^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank6]: return forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank6]: q, conv_state_q = self.q_conv1d( +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank6]: k, conv_state_k = self.k_conv1d( +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank6]: v, conv_state_v = self.v_conv1d( +[rank6]: ^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank6]: return self._call_impl(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank6]: return forward_call(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank6]: y = causal_conv1d( +[rank6]: ^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank6]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank6]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank6]: return fn(*contiguous_args, **contiguous_kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank6]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank6]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank6]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank6]: return fn(*args, **kwargs) +[rank6]: ^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank6]: return compiled_fn(full_args) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank6]: all_outs = call_func_at_runtime_with_args( +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank6]: out = normalize_as_list(f(args)) +[rank6]: ^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank6]: outs = compiled_fn(args) +[rank6]: ^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank6]: return compiled_fn(runtime_args) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank6]: return self.current_callable(inputs) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank6]: return model(new_inputs) +[rank6]: ^^^^^^^^^^^^^^^^^ +[rank6]: File "/tmp/torchinductor_root/ol/colla2jf2yznlbsq3gnmt6dr6z53nuim5dyugjsmgbzld4lcsl2n.py", line 130, in call +[rank6]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank6]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank6]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 6 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128279 has 316.00 MiB memory in use. Process 3365141 has 316.00 MiB memory in use. Process 303053 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/6/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/error.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/error.json new file mode 100644 index 0000000000000000000000000000000000000000..a8890c824fbb78593f2e8da94c6291684f2284d3 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/error.json @@ -0,0 +1 @@ +{"message": {"message": "OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 7 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128280 has 316.00 MiB memory in use. Process 3365142 has 316.00 MiB memory in use. Process 303060 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", "extraInfo": {"py_callstack": "Traceback (most recent call last):\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py\", line 355, in wrapper\n return f(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py\", line 487, in main\n output = model(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py\", line 172, in wrapped_func\n return func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 408, in forward\n outputs = self.model(\n ^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 278, in forward\n hidden_states, attentions, past_key_values = layer(\n ^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1857, in _call_impl\n return inner()\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1805, in inner\n result = forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 655, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 92, in forward\n hidden_states = self.attn_norm(hidden_states)\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py\", line 93, in torch_dynamo_resume_in_forward_at_92\n hidden_states, attentions, past_key_values = self.attn(\n ^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 238, in forward\n q, conv_state_q = self.q_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 244, in torch_dynamo_resume_in_forward_at_238\n k, conv_state_k = self.k_conv1d(\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py\", line 250, in torch_dynamo_resume_in_forward_at_244\n v, conv_state_v = self.v_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 670, in forward\n y = causal_conv1d(\n ^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 478, in causal_conv1d\n return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py\", line 575, in apply\n return super().apply(*args, **kwargs) # type: ignore[misc]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py\", line 160, in wrapper\n return fn(*contiguous_args, **contiguous_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 428, in forward\n return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in causal_conv1d_fwd\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py\", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282\n BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index))))\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py\", line 838, in _fn\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py\", line 1209, in forward\n return compiled_fn(full_args)\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 328, in runtime_wrapper\n all_outs = call_func_at_runtime_with_args(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py\", line 126, in call_func_at_runtime_with_args\n out = normalize_as_list(f(args))\n ^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 689, in inner_fn\n outs = compiled_fn(args)\n ^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py\", line 495, in wrapper\n return compiled_fn(runtime_args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py\", line 460, in __call__\n return self.current_callable(inputs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py\", line 2404, in run\n return model(new_inputs)\n ^^^^^^^^^^^^^^^^^\n File \"/tmp/torchinductor_root/ab/cabkgxsgwike5ls6n6th3bjdoagzhwbzueq53qpicujk2k7n2lnx.py\", line 130, in call\n buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\ntorch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 7 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128280 has 316.00 MiB memory in use. Process 3365142 has 316.00 MiB memory in use. Process 303060 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)\n", "timestamp": "1753238418"}}} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/stderr.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/stderr.log new file mode 100644 index 0000000000000000000000000000000000000000..08ca257f073f90db56ca2cf519d73727f638d8e4 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/stderr.log @@ -0,0 +1,587 @@ +[titan] 2025-07-23 10:36:20,105 - root - INFO - Starting job: default job +[titan] 2025-07-23 10:36:20,106 - root - INFO - { + "activation_checkpoint": { + "mode": "none", + "selective_ac_option": "2" + }, + "activation_offload": { + "mode": "none" + }, + "checkpoint": { + "async_mode": "disabled", + "create_seed_checkpoint": false, + "enable_checkpoint": true, + "exclude_from_loading": [], + "export_dtype": "float32", + "folder": "checkpoint", + "interval": 8192, + "interval_type": "steps", + "keep_latest_k": 100, + "load_step": -1, + "model_weights_only": false + }, + "comm": { + "init_timeout_seconds": 300, + "trace_buf_size": 20000, + "train_timeout_seconds": 100 + }, + "experimental": { + "context_parallel_degree": 1, + "context_parallel_rotate_method": "allgather", + "custom_model_path": "", + "enable_async_tensor_parallel": false, + "enable_compiled_autograd": false, + "pipeline_parallel_degree": 1, + "pipeline_parallel_microbatches": null, + "pipeline_parallel_schedule": "1F1B", + "pipeline_parallel_schedule_csv": "", + "pipeline_parallel_split_points": [] + }, + "fault_tolerance": { + "enable": false, + "group_size": 0, + "min_replica_size": 1, + "replica_id": 0 + }, + "float8": { + "enable_fsdp_float8_all_gather": false, + "force_recompute_fp8_weight_in_bwd": false, + "precompute_float8_dynamic_scale_for_fsdp": false, + "recipe_name": null + }, + "job": { + "config_file": "flame/models/fla.toml", + "description": "default job", + "dump_folder": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1", + "print_args": true, + "use_for_integration_test": false + }, + "lr_scheduler": { + "decay_ratio": 1.0, + "decay_type": "linear", + "lr_min": 0.01, + "warmup_steps": 100 + }, + "memory_estimation": { + "disable_fake_mode": false, + "enabled": false + }, + "metrics": { + "disable_color_printing": false, + "enable_tensorboard": true, + "enable_wandb": true, + "log_freq": 1, + "save_for_all_ranks": false, + "save_tb_folder": "tb" + }, + "model": { + "config": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json", + "converters": [], + "name": "fla", + "print_after_conversion": false, + "tokenizer_path": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer" + }, + "optimizer": { + "early_step_in_backward": false, + "eps": 1e-08, + "implementation": "fused", + "lr": 0.0003, + "name": "AdamW" + }, + "profiling": { + "enable_memory_snapshot": false, + "enable_profiling": true, + "profile_freq": 512, + "save_memory_snapshot_folder": "memory_snapshot", + "save_traces_folder": "profile_trace" + }, + "training": { + "batch_size": 16, + "compile": true, + "context_len": 8192, + "data_dir": null, + "data_files": null, + "data_parallel_replicate_degree": 1, + "data_parallel_shard_degree": -1, + "data_probs": "0.55,0.3,0.15", + "dataset": "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro", + "dataset_name": "default,default,default", + "dataset_split": "train,train,train", + "deterministic": false, + "disable_loss_parallel": false, + "enable_cpu_offload": false, + "fsdp_reshard_after_forward": "default", + "gc_freq": 50, + "gradient_accumulation_steps": 1, + "max_norm": 1.0, + "mixed_precision_param": "bfloat16", + "mixed_precision_reduce": "float32", + "num_workers": 32, + "persistent_workers": false, + "pin_memory": false, + "prefetch_factor": 2, + "seed": 42, + "seq_len": 8192, + "skip_nan_inf": true, + "steps": 95366, + "streaming": true, + "tensor_parallel_degree": 1, + "varlen": false + } +} +[titan] 2025-07-23 10:36:20,106 - root - INFO - [GC] Initial GC collection. 0.00 seconds. +[titan] 2025-07-23 10:36:21,157 - root - WARNING - ENV[TORCH_NCCL_ASYNC_ERROR_HANDLING] = 1 will be overridden to 3 based on job config +[titan] 2025-07-23 10:36:21,159 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:36:21,247 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:36:21,247 - root - INFO - Peak FLOPS used for computing MFU: 3.120e+14 +[titan] 2025-07-23 10:36:21,247 - root - INFO - Building 1-D device mesh with ['dp_shard'], [8] +[titan] 2025-07-23 10:36:21,367 - root - INFO - Loading tokenizer... +[titan] 2025-07-23 10:36:21,911 - root - INFO - LlamaTokenizerFast(name_or_path='/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/tokenizer', vocab_size=32000, model_max_length=10000000000, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'bos_token': '', 'eos_token': '', 'unk_token': ''}, clean_up_tokenization_spaces=False, added_tokens_decoder={ + 0: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 1: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), + 2: AddedToken("", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True), +} +) +[titan] 2025-07-23 10:36:21,912 - root - INFO - Loading dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged,/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default,default,default +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:21,913 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,388 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample:default (p = 0.550): +IterableDataset({ + features: ['text', 'id', 'dump', 'url', 'file_path', 'language', 'language_score', 'token_count', 'score', 'int_score'], + num_shards: 140 +}) +[titan] 2025-07-23 10:36:22,388 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:36:22,388 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample has insufficient shards (140). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:36:22,388 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/fineweb-edu-sample' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,840 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,884 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged:default (p = 0.300): +IterableDataset({ + features: ['repo', 'content'], + num_shards: 1 +}) +[titan] 2025-07-23 10:37:13,884 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:13,884 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged has insufficient shards (1). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:13,884 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/small_repos_20B_sample_merged' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,138 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,226 - root - INFO - Subset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro:default (p = 0.150): +IterableDataset({ + features: ['text', 'cc-path', 'domain', 'lang', 'lang_score', 'timestamp', 'url', 'math_score'], + num_shards: 100 +}) +[titan] 2025-07-23 10:37:14,226 - root - INFO - Shuffling the dataset with seed 42 +[titan] 2025-07-23 10:37:14,226 - root - WARNING - Dataset /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro has insufficient shards (100). Need 256 shards minimum for desired data parallel workers × 32 dataloader workers. Resharding dataset to 256 shards and disabling streaming mode. +`trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:14,226 - datasets.load - ERROR - `trust_remote_code` is not supported anymore. +Please check that the Hugging Face dataset '/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/dataset/megamath-web-pro' isn't based on a loading script and remove `trust_remote_code`. +If the dataset is based on a loading script, please ask the dataset author to remove it and convert it to a standard format like Parquet. +[titan] 2025-07-23 10:37:20,449 - root - INFO - Interleaving 3 datasets with probabilities [0.55, 0.3, 0.15] +[titan] 2025-07-23 10:37:21,134 - root - INFO - IterableDataset({ + features: ['text', 'content'], + num_shards: 256 +}) +[titan] 2025-07-23 10:37:21,252 - root - INFO - Building dataloader... +[titan] 2025-07-23 10:37:21,254 - root - INFO - Loading model config from /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/configs/gdn_6_1_340M.json +[titan] 2025-07-23 10:37:21,256 - root - INFO - Building model from the config +GatedDeltaNetConfig { + "allow_neg_eigval": false, + "architectures": [ + "GatedDeltaNetForCausalLM" + ], + "attn": { + "layers": [ + 5, + 11, + 17, + 23 + ], + "num_heads": 16, + "num_kv_heads": 8, + "qkv_bias": false, + "rope_theta": 160000.0, + "window_size": null + }, + "attn_mode": "chunk", + "bos_token_id": 1, + "conv_size": 4, + "eos_token_id": 2, + "expand_k": 1, + "expand_v": 1, + "fuse_cross_entropy": true, + "fuse_norm": true, + "fuse_swiglu": true, + "head_dim": 256, + "hidden_act": "swish", + "hidden_ratio": 4, + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": null, + "max_position_embeddings": 8192, + "model_type": "gated_deltanet", + "norm_eps": 1e-06, + "norm_first": false, + "num_heads": 4, + "num_hidden_layers": 24, + "num_v_heads": null, + "qk_activation": "silu", + "qk_norm": "l2", + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.53.3", + "use_beta": true, + "use_cache": true, + "use_gate": true, + "use_l2warp": false, + "use_output_norm": true, + "use_short_conv": true, + "vocab_size": 32000 +} + +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py:593: UserWarning: The `backend` parameter is set to `cuda`, but `causal_conv1d_fn` is not available. Switching to the Triton implementation instead. Consider installing `causal_conv1d` to enable the CUDA backend. + warnings.warn( +[titan] 2025-07-23 10:37:22,830 - root - INFO -  +GatedDeltaNetForCausalLM( + (model): GatedDeltaNetModel( + (embeddings): Embedding(32000, 1024) + (layers): ModuleList( + (0-4): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (5): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (6-10): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (11): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (12-16): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (17): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (18-22): 5 x GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): GatedDeltaNet( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=1024, bias=False) + (v_proj): Linear(in_features=1024, out_features=1024, bias=False) + (a_proj): Linear(in_features=1024, out_features=4, bias=False) + (b_proj): Linear(in_features=1024, out_features=4, bias=False) + (q_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (k_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (v_conv1d): ShortConvolution(1024, 1024, kernel_size=(4,), stride=(1,), padding=(3,), groups=1024, bias=False, activation=silu, backend=triton) + (g_proj): Linear(in_features=1024, out_features=1024, bias=False) + (o_norm): FusedRMSNormGated(256, eps=1e-06, activation=swish) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + (23): GatedDeltaNetBlock( + (attn_norm): RMSNorm(1024, eps=1e-06) + (attn): Attention( + (q_proj): Linear(in_features=1024, out_features=1024, bias=False) + (k_proj): Linear(in_features=1024, out_features=512, bias=False) + (v_proj): Linear(in_features=1024, out_features=512, bias=False) + (o_proj): Linear(in_features=1024, out_features=1024, bias=False) + (rotary): RotaryEmbedding(dim=64, base=160000.0, interleaved=False, pos_idx_in_fp32=True) + ) + (mlp_norm): RMSNorm(1024, eps=1e-06) + (mlp): GatedMLP( + (gate_proj): Linear(in_features=1024, out_features=2816, bias=False) + (up_proj): Linear(in_features=1024, out_features=2816, bias=False) + (down_proj): Linear(in_features=2816, out_features=1024, bias=False) + (swiglu_linear): SwiGLULinear() + ) + ) + ) + (norm): RMSNorm(1024, eps=1e-06) + ) + (lm_head): Linear(in_features=1024, out_features=32000, bias=False) + (criterion): FusedLinearCrossEntropyLoss() +) + +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling each block with torch.compile +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling the embedding, norm, and lm_head layers with torch.compile +[titan] 2025-07-23 10:37:22,866 - root - INFO - Compiling the entire model with torch.compile +[titan] 2025-07-23 10:37:23,112 - root - INFO - Applied FSDP to the model +[titan] 2025-07-23 10:37:23,337 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `A_log` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:23,467 - fla.models.gated_deltanet.modeling_gated_deltanet - WARNING - `dt_bias` is a DTensor, skipping initialization +[titan] 2025-07-23 10:37:24,098 - root - INFO - CUDA memory usage for model: 0.19GiB(0.20%) +[titan] 2025-07-23 10:37:24,099 - root - WARNING - Warmup (100) + decay (95366) steps exceed total training steps (95366). Adjusting decay steps to 95266. +[titan] 2025-07-23 10:37:24,123 - root - INFO - Checkpointing active. Checkpoints will be loaded from and saved to /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/checkpoint +[titan] 2025-07-23 10:37:24,132 - root - INFO - CUDA capacity: NVIDIA H20 with 95.00GiB memory +[titan] 2025-07-23 10:37:24,285 - root - WARNING - Peak flops undefined for: NVIDIA H20, fallback to A100 +[titan] 2025-07-23 10:37:31,211 - root - INFO - ***** Running training ***** +[titan] 2025-07-23 10:37:31,213 - root - INFO -  Training starts at step 1 +[titan] 2025-07-23 10:37:31,214 - root - INFO -  Number of tokens per sequence = 8,192 +[titan] 2025-07-23 10:37:31,214 - root - INFO -  Gradient Accumulation steps = 1 +[titan] 2025-07-23 10:37:31,214 - root - INFO -  Instantaneous batch size (per device) = 16 +[titan] 2025-07-23 10:37:31,214 - root - INFO -  Global batch size (w. parallel, distributed & accumulation) = 128 (1,048,576 tokens) +[titan] 2025-07-23 10:37:31,214 - root - INFO -  Total optimization steps = 95,366 (99,998,498,816 tokens) +[titan] 2025-07-23 10:37:31,215 - root - INFO -  Warmup steps = 100 (104,857,600 tokens) +[titan] 2025-07-23 10:37:31,215 - root - INFO -  Number of parameters = 391,059,616  +[titan] 2025-07-23 10:37:31,215 - root - INFO - Profiling active. Traces will be saved at /mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/pretrain-linear-moe/flame/exp/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/profile_trace +/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `cuda_utils.get_device_properties.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind). +If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround. +If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`. + torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints)) +[rank7]: Traceback (most recent call last): +[rank7]: File "", line 198, in _run_module_as_main +[rank7]: File "", line 88, in _run_code +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 615, in +[rank7]: main(config) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper +[rank7]: return f(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/flame/train.py", line 487, in main +[rank7]: output = model( +[rank7]: ^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank7]: return inner() +[rank7]: ^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank7]: result = forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func +[rank7]: return func(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 408, in forward +[rank7]: outputs = self.model( +[rank7]: ^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank7]: return forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 278, in forward +[rank7]: hidden_states, attentions, past_key_values = layer( +[rank7]: ^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1857, in _call_impl +[rank7]: return inner() +[rank7]: ^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1805, in inner +[rank7]: result = forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn +[rank7]: return fn(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank7]: return forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 92, in forward +[rank7]: hidden_states = self.attn_norm(hidden_states) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/models/gated_deltanet/modeling_gated_deltanet.py", line 93, in torch_dynamo_resume_in_forward_at_92 +[rank7]: hidden_states, attentions, past_key_values = self.attn( +[rank7]: ^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank7]: return forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 238, in forward +[rank7]: q, conv_state_q = self.q_conv1d( +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 244, in torch_dynamo_resume_in_forward_at_238 +[rank7]: k, conv_state_k = self.k_conv1d( +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/layers/gated_deltanet.py", line 250, in torch_dynamo_resume_in_forward_at_244 +[rank7]: v, conv_state_v = self.v_conv1d( +[rank7]: ^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl +[rank7]: return self._call_impl(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl +[rank7]: return forward_call(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 670, in forward +[rank7]: y = causal_conv1d( +[rank7]: ^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 478, in causal_conv1d +[rank7]: return CausalConv1dFunction.apply(x, weight, bias, residual, activation, cu_seqlens) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/autograd/function.py", line 575, in apply +[rank7]: return super().apply(*args, **kwargs) # type: ignore[misc] +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/utils.py", line 160, in wrapper +[rank7]: return fn(*contiguous_args, **contiguous_kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 428, in forward +[rank7]: return causal_conv1d_fwd(x, weight, bias, residual, activation, cu_seqlens) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in causal_conv1d_fwd +[rank7]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flash-linear-attention/fla/modules/convolution.py", line 282, in torch_dynamo_resume_in_causal_conv1d_fwd_at_282 +[rank7]: BT = min(64, triton.next_power_of_2(triton.cdiv(max(16, B*T), get_multiprocessor_count(x.device.index)))) +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 838, in _fn +[rank7]: return fn(*args, **kwargs) +[rank7]: ^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/aot_autograd.py", line 1209, in forward +[rank7]: return compiled_fn(full_args) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 328, in runtime_wrapper +[rank7]: all_outs = call_func_at_runtime_with_args( +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/utils.py", line 126, in call_func_at_runtime_with_args +[rank7]: out = normalize_as_list(f(args)) +[rank7]: ^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 689, in inner_fn +[rank7]: outs = compiled_fn(args) +[rank7]: ^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_functorch/_aot_autograd/runtime_wrappers.py", line 495, in wrapper +[rank7]: return compiled_fn(runtime_args) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/output_code.py", line 460, in __call__ +[rank7]: return self.current_callable(inputs) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: File "/mnt/nanjingcephfs/project_wx-rec-alg-bdc-exp/bwzheng/yulan/hyw/dataset/Selection/pretrain-linear-moe/flame/.venv/lib/python3.11/site-packages/torch/_inductor/utils.py", line 2404, in run +[rank7]: return model(new_inputs) +[rank7]: ^^^^^^^^^^^^^^^^^ +[rank7]: File "/tmp/torchinductor_root/ab/cabkgxsgwike5ls6n6th3bjdoagzhwbzueq53qpicujk2k7n2lnx.py", line 130, in call +[rank7]: buf0 = empty_strided_cuda((16, 8192, 1024), (8388608, 1024, 1), torch.bfloat16) +[rank7]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +[rank7]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 256.00 MiB. GPU 7 has a total capacity of 95.00 GiB of which 32.94 MiB is free. Process 4128280 has 316.00 MiB memory in use. Process 3365142 has 316.00 MiB memory in use. Process 303060 has 94.34 GiB memory in use. Of the allocated memory 91.43 GiB is allocated by PyTorch, and 114.12 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables) diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/stdout.log b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/logs/none_hp1j2ryu/attempt_0/7/stdout.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/model_size=391m b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/model_size=391m new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/special_tokens_map.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..451134b2ddc2e78555d1e857518c54b4bdc2e87d --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tb/20250723-1037/events.out.tfevents.1753238264.TENCENT64.site.2403606.0 b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tb/20250723-1037/events.out.tfevents.1753238264.TENCENT64.site.2403606.0 new file mode 100644 index 0000000000000000000000000000000000000000..e46c00d1931db2faa4f80a756646c54ca0a7a5d4 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tb/20250723-1037/events.out.tfevents.1753238264.TENCENT64.site.2403606.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d964e78cac4ec7e5e91d5c5c0714b32b252d87144254086e66b04f96ecd3a4 +size 88 diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..b667161bc937dfaed6f27e9e7849a664c3e869b3 --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer.json @@ -0,0 +1,268063 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Prepend", + "prepend": "▁" + }, + { + "type": "Replace", + "pattern": { + "String": " " + }, + "content": "▁" + } + ] + }, + "pre_tokenizer": null, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "", + "type_id": 1 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", + "pattern": { + "String": "▁" + }, + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": true, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "<0x00>": 3, + "<0x01>": 4, + "<0x02>": 5, + "<0x03>": 6, + "<0x04>": 7, + "<0x05>": 8, + "<0x06>": 9, + "<0x07>": 10, + "<0x08>": 11, + "<0x09>": 12, + "<0x0A>": 13, + "<0x0B>": 14, + "<0x0C>": 15, + "<0x0D>": 16, + "<0x0E>": 17, + "<0x0F>": 18, + "<0x10>": 19, + "<0x11>": 20, + "<0x12>": 21, + "<0x13>": 22, + "<0x14>": 23, + "<0x15>": 24, + "<0x16>": 25, + "<0x17>": 26, + "<0x18>": 27, + "<0x19>": 28, + "<0x1A>": 29, + "<0x1B>": 30, + "<0x1C>": 31, + "<0x1D>": 32, + "<0x1E>": 33, + "<0x1F>": 34, + "<0x20>": 35, + "<0x21>": 36, + "<0x22>": 37, + "<0x23>": 38, + "<0x24>": 39, + "<0x25>": 40, + "<0x26>": 41, + "<0x27>": 42, + "<0x28>": 43, + "<0x29>": 44, + "<0x2A>": 45, + "<0x2B>": 46, + "<0x2C>": 47, + "<0x2D>": 48, + "<0x2E>": 49, + "<0x2F>": 50, + "<0x30>": 51, + "<0x31>": 52, + "<0x32>": 53, + "<0x33>": 54, + "<0x34>": 55, + "<0x35>": 56, + "<0x36>": 57, + "<0x37>": 58, + "<0x38>": 59, + "<0x39>": 60, + "<0x3A>": 61, + "<0x3B>": 62, + "<0x3C>": 63, + "<0x3D>": 64, + "<0x3E>": 65, + "<0x3F>": 66, + "<0x40>": 67, + "<0x41>": 68, + "<0x42>": 69, + "<0x43>": 70, + "<0x44>": 71, + "<0x45>": 72, + "<0x46>": 73, + "<0x47>": 74, + "<0x48>": 75, + "<0x49>": 76, + "<0x4A>": 77, + "<0x4B>": 78, + "<0x4C>": 79, + "<0x4D>": 80, + "<0x4E>": 81, + "<0x4F>": 82, + "<0x50>": 83, + "<0x51>": 84, + "<0x52>": 85, + "<0x53>": 86, + "<0x54>": 87, + "<0x55>": 88, + "<0x56>": 89, + "<0x57>": 90, + "<0x58>": 91, + "<0x59>": 92, + "<0x5A>": 93, + "<0x5B>": 94, + "<0x5C>": 95, + "<0x5D>": 96, + "<0x5E>": 97, + "<0x5F>": 98, + "<0x60>": 99, + "<0x61>": 100, + "<0x62>": 101, + "<0x63>": 102, + "<0x64>": 103, + "<0x65>": 104, + "<0x66>": 105, + "<0x67>": 106, + "<0x68>": 107, + "<0x69>": 108, + "<0x6A>": 109, + "<0x6B>": 110, + "<0x6C>": 111, + "<0x6D>": 112, + "<0x6E>": 113, + "<0x6F>": 114, + "<0x70>": 115, + "<0x71>": 116, + "<0x72>": 117, + "<0x73>": 118, + "<0x74>": 119, + "<0x75>": 120, + "<0x76>": 121, + "<0x77>": 122, + "<0x78>": 123, + "<0x79>": 124, + "<0x7A>": 125, + "<0x7B>": 126, + "<0x7C>": 127, + "<0x7D>": 128, + "<0x7E>": 129, + "<0x7F>": 130, + "<0x80>": 131, + "<0x81>": 132, + "<0x82>": 133, + "<0x83>": 134, + "<0x84>": 135, + "<0x85>": 136, + "<0x86>": 137, + "<0x87>": 138, + "<0x88>": 139, + "<0x89>": 140, + "<0x8A>": 141, + "<0x8B>": 142, + "<0x8C>": 143, + "<0x8D>": 144, + "<0x8E>": 145, + "<0x8F>": 146, + "<0x90>": 147, + "<0x91>": 148, + "<0x92>": 149, + "<0x93>": 150, + "<0x94>": 151, + "<0x95>": 152, + "<0x96>": 153, + "<0x97>": 154, + "<0x98>": 155, + "<0x99>": 156, + "<0x9A>": 157, + "<0x9B>": 158, + "<0x9C>": 159, + "<0x9D>": 160, + "<0x9E>": 161, + "<0x9F>": 162, + "<0xA0>": 163, + "<0xA1>": 164, + "<0xA2>": 165, + "<0xA3>": 166, + "<0xA4>": 167, + "<0xA5>": 168, + "<0xA6>": 169, + "<0xA7>": 170, + "<0xA8>": 171, + "<0xA9>": 172, + "<0xAA>": 173, + "<0xAB>": 174, + "<0xAC>": 175, + "<0xAD>": 176, + "<0xAE>": 177, + "<0xAF>": 178, + "<0xB0>": 179, + "<0xB1>": 180, + "<0xB2>": 181, + "<0xB3>": 182, + "<0xB4>": 183, + "<0xB5>": 184, + "<0xB6>": 185, + "<0xB7>": 186, + "<0xB8>": 187, + "<0xB9>": 188, + "<0xBA>": 189, + "<0xBB>": 190, + "<0xBC>": 191, + "<0xBD>": 192, + "<0xBE>": 193, + "<0xBF>": 194, + "<0xC0>": 195, + "<0xC1>": 196, + "<0xC2>": 197, + "<0xC3>": 198, + "<0xC4>": 199, + "<0xC5>": 200, + "<0xC6>": 201, + "<0xC7>": 202, + "<0xC8>": 203, + "<0xC9>": 204, + "<0xCA>": 205, + "<0xCB>": 206, + "<0xCC>": 207, + "<0xCD>": 208, + "<0xCE>": 209, + "<0xCF>": 210, + "<0xD0>": 211, + "<0xD1>": 212, + "<0xD2>": 213, + "<0xD3>": 214, + "<0xD4>": 215, + "<0xD5>": 216, + "<0xD6>": 217, + "<0xD7>": 218, + "<0xD8>": 219, + "<0xD9>": 220, + "<0xDA>": 221, + "<0xDB>": 222, + "<0xDC>": 223, + "<0xDD>": 224, + "<0xDE>": 225, + "<0xDF>": 226, + "<0xE0>": 227, + "<0xE1>": 228, + "<0xE2>": 229, + "<0xE3>": 230, + "<0xE4>": 231, + "<0xE5>": 232, + "<0xE6>": 233, + "<0xE7>": 234, + "<0xE8>": 235, + "<0xE9>": 236, + "<0xEA>": 237, + "<0xEB>": 238, + "<0xEC>": 239, + "<0xED>": 240, + "<0xEE>": 241, + "<0xEF>": 242, + "<0xF0>": 243, + "<0xF1>": 244, + "<0xF2>": 245, + "<0xF3>": 246, + "<0xF4>": 247, + "<0xF5>": 248, + "<0xF6>": 249, + "<0xF7>": 250, + "<0xF8>": 251, + "<0xF9>": 252, + "<0xFA>": 253, + "<0xFB>": 254, + "<0xFC>": 255, + "<0xFD>": 256, + "<0xFE>": 257, + "<0xFF>": 258, + "▁▁": 259, + "▁▁▁▁": 260, + "▁t": 261, + "in": 262, + "er": 263, + "▁a": 264, + "he": 265, + "on": 266, + "re": 267, + "▁s": 268, + "en": 269, + "at": 270, + "or": 271, + "▁the": 272, + "▁▁▁▁▁▁▁▁": 273, + "es": 274, + "▁w": 275, + "an": 276, + "▁c": 277, + "is": 278, + "it": 279, + "ou": 280, + "▁d": 281, + "al": 282, + "ar": 283, + "▁p": 284, + "▁f": 285, + "ed": 286, + "▁b": 287, + "ing": 288, + "▁o": 289, + "▁m": 290, + "le": 291, + "nd": 292, + "as": 293, + "ic": 294, + "▁h": 295, + "ion": 296, + "▁in": 297, + "▁to": 298, + "et": 299, + "om": 300, + "el": 301, + "▁of": 302, + "st": 303, + "▁and": 304, + "▁l": 305, + "▁th": 306, + "▁n": 307, + "ent": 308, + "il": 309, + "ct": 310, + "ro": 311, + "▁re": 312, + "id": 313, + "am": 314, + "▁I": 315, + "ad": 316, + "▁e": 317, + "▁S": 318, + "▁g": 319, + "▁T": 320, + "im": 321, + "ot": 322, + "ac": 323, + "ur": 324, + "▁(": 325, + "ig": 326, + "▁=": 327, + "ol": 328, + "ut": 329, + "▁A": 330, + "se": 331, + "▁u": 332, + "ve": 333, + "▁C": 334, + "if": 335, + "ow": 336, + "▁y": 337, + "ch": 338, + "ay": 339, + "▁de": 340, + "▁st": 341, + "▁|": 342, + "ver": 343, + ");": 344, + "▁\"": 345, + "ly": 346, + "▁be": 347, + "**": 348, + "▁is": 349, + "od": 350, + "▁M": 351, + "ation": 352, + "ul": 353, + "▁for": 354, + "▁▁▁▁▁": 355, + "▁on": 356, + "ag": 357, + "ce": 358, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 359, + "ter": 360, + "ir": 361, + "th": 362, + "▁v": 363, + "qu": 364, + "▁B": 365, + "em": 366, + "▁P": 367, + "▁you": 368, + "▁that": 369, + "un": 370, + "▁{": 371, + "ith": 372, + "ri": 373, + "est": 374, + "ab": 375, + "--": 376, + "ap": 377, + "▁it": 378, + "▁con": 379, + "ate": 380, + "us": 381, + "▁H": 382, + "um": 383, + "▁D": 384, + "os": 385, + "pe": 386, + "▁-": 387, + "▁wh": 388, + "▁al": 389, + "▁as": 390, + "and": 391, + "ist": 392, + "▁L": 393, + "▁W": 394, + "▁with": 395, + "▁an": 396, + "ere": 397, + "▁*": 398, + "▁R": 399, + "▁he": 400, + "▁F": 401, + "oc": 402, + "▁was": 403, + "ers": 404, + "ke": 405, + "out": 406, + "ht": 407, + "▁r": 408, + "ess": 409, + "op": 410, + "res": 411, + "ie": 412, + "▁E": 413, + "▁\\": 414, + "▁The": 415, + "end": 416, + "ld": 417, + "▁N": 418, + "ort": 419, + "▁G": 420, + "//": 421, + "▁#": 422, + "our": 423, + "te": 424, + "ill": 425, + "ain": 426, + "▁se": 427, + "▁▁▁▁▁▁": 428, + "▁$": 429, + "▁pro": 430, + "ore": 431, + "▁com": 432, + "ame": 433, + "tr": 434, + "▁ne": 435, + "rom": 436, + "ub": 437, + "▁at": 438, + "▁ex": 439, + "ant": 440, + "ue": 441, + "▁or": 442, + "▁}": 443, + "art": 444, + "ction": 445, + "▁k": 446, + "pt": 447, + "nt": 448, + "iv": 449, + "de": 450, + "▁O": 451, + "pl": 452, + "urn": 453, + "ight": 454, + "all": 455, + "▁this": 456, + "ser": 457, + "ave": 458, + "▁not": 459, + "▁are": 460, + "▁j": 461, + "▁le": 462, + "iz": 463, + "▁'": 464, + "age": 465, + "ment": 466, + "▁tr": 467, + "ack": 468, + "ust": 469, + "()": 470, + "->": 471, + "ity": 472, + "ine": 473, + "ould": 474, + "▁J": 475, + "og": 476, + "▁from": 477, + "▁we": 478, + "ell": 479, + "▁sh": 480, + "▁en": 481, + "ure": 482, + "port": 483, + "▁ch": 484, + "ne": 485, + "▁by": 486, + "per": 487, + "ard": 488, + "ass": 489, + "ge": 490, + "ak": 491, + "are": 492, + "ok": 493, + "av": 494, + "ive": 495, + "ff": 496, + "ies": 497, + "ath": 498, + "turn": 499, + "▁U": 500, + "int": 501, + "----": 502, + "▁im": 503, + "ost": 504, + "ial": 505, + "▁have": 506, + "ind": 507, + "ip": 508, + "ans": 509, + "xt": 510, + "▁do": 511, + "cl": 512, + "▁if": 513, + "con": 514, + "ia": 515, + "▁his": 516, + "ult": 517, + "rou": 518, + "▁su": 519, + "ra": 520, + "▁un": 521, + "able": 522, + "▁<": 523, + "▁K": 524, + "ome": 525, + "▁qu": 526, + "get": 527, + "▁me": 528, + "ast": 529, + "ect": 530, + "▁##": 531, + "to": 532, + "▁cl": 533, + "▁ab": 534, + "ice": 535, + "ire": 536, + "ber": 537, + "one": 538, + "ich": 539, + "hen": 540, + "▁can": 541, + "▁Th": 542, + "▁la": 543, + "▁all": 544, + "ime": 545, + "ile": 546, + "ide": 547, + "\",": 548, + "▁pl": 549, + "▁V": 550, + "ru": 551, + "orm": 552, + "▁had": 553, + "ud": 554, + "ase": 555, + "ord": 556, + "),": 557, + "▁▁▁▁▁▁▁▁▁▁▁▁": 558, + "▁her": 559, + "▁In": 560, + "ace": 561, + "▁but": 562, + "ata": 563, + "::": 564, + "****": 565, + "ong": 566, + "▁&": 567, + "..": 568, + "▁▁▁▁▁▁▁▁▁▁▁▁▁": 569, + "ite": 570, + "ype": 571, + "act": 572, + "ode": 573, + "▁your": 574, + "▁out": 575, + "▁go": 576, + "lic": 577, + "ally": 578, + "▁so": 579, + "ork": 580, + "au": 581, + "▁up": 582, + "▁_": 583, + "ll": 584, + "==": 585, + "▁my": 586, + "pp": 587, + "cc": 588, + "▁//": 589, + "▁they": 590, + "gh": 591, + "▁us": 592, + "ib": 593, + "ions": 594, + "ach": 595, + "ens": 596, + "▁ar": 597, + "ob": 598, + "elf": 599, + "ook": 600, + "ated": 601, + "ang": 602, + "ign": 603, + "▁return": 604, + "▁res": 605, + "ck": 606, + "ous": 607, + "ст": 608, + ").": 609, + "▁п": 610, + ".\"": 611, + "на": 612, + "▁i": 613, + "ail": 614, + "ep": 615, + "▁ad": 616, + "ance": 617, + "(\"": 618, + "▁**": 619, + "ther": 620, + "ake": 621, + "▁will": 622, + "▁comp": 623, + "▁one": 624, + "▁get": 625, + "ov": 626, + "▁Y": 627, + "ary": 628, + "ock": 629, + "▁she": 630, + "che": 631, + "ft": 632, + "▁new": 633, + "▁des": 634, + "▁li": 635, + "ence": 636, + "▁sa": 637, + "ress": 638, + "▁el": 639, + "▁und": 640, + "eg": 641, + "fer": 642, + "ry": 643, + "ear": 644, + "ose": 645, + "very": 646, + "',": 647, + "▁+": 648, + "▁в": 649, + "▁He": 650, + "ublic": 651, + "▁their": 652, + "ize": 653, + "▁were": 654, + "ink": 655, + "own": 656, + "In": 657, + "{\\": 658, + "▁has": 659, + "▁per": 660, + "▁It": 661, + "▁St": 662, + "her": 663, + "ject": 664, + "ра": 665, + "ild": 666, + "so": 667, + "▁sp": 668, + "ни": 669, + "du": 670, + "row": 671, + "alue": 672, + "set": 673, + "form": 674, + "com": 675, + "▁man": 676, + "ont": 677, + "ull": 678, + "▁cont": 679, + "▁more": 680, + "ick": 681, + "▁would": 682, + "▁ev": 683, + "▁about": 684, + "ition": 685, + "▁z": 686, + "ound": 687, + "ree": 688, + "▁Ch": 689, + "▁which": 690, + "io": 691, + "();": 692, + "▁who": 693, + "err": 694, + "ory": 695, + "ount": 696, + "ations": 697, + "▁с": 698, + "ring": 699, + "": 876, + "▁em": 877, + "▁$\\": 878, + "▁year": 879, + "wn": 880, + "},": 881, + "▁del": 882, + "ale": 883, + "ty": 884, + "fig": 885, + "sp": 886, + "hed": 887, + "round": 888, + "ew": 889, + "▁di": 890, + "▁der": 891, + "ри": 892, + "red": 893, + "this": 894, + "let": 895, + "RE": 896, + "ax": 897, + "fr": 898, + "essage": 899, + "ough": 900, + "▁comm": 901, + "fo": 902, + "uch": 903, + "oy": 904, + "▁people": 905, + "ystem": 906, + "▁first": 907, + "▁function": 908, + "ange": 909, + "▁how": 910, + "▁et": 911, + "ah": 912, + "▁look": 913, + "то": 914, + "und": 915, + "▁under": 916, + "ка": 917, + "▁!": 918, + "ray": 919, + "ST": 920, + "ific": 921, + "ли": 922, + "read": 923, + "▁bet": 924, + "ious": 925, + "arg": 926, + "▁need": 927, + "math": 928, + "▁на": 929, + "ert": 930, + "▁op": 931, + "▁acc": 932, + "Pro": 933, + "▁est": 934, + "▁Un": 935, + "▁ent": 936, + "▁rec": 937, + "▁use": 938, + "ен": 939, + "▁par": 940, + "az": 941, + "▁д": 942, + "▁Wh": 943, + "self": 944, + "▁ke": 945, + "та": 946, + "▁want": 947, + "▁end": 948, + "▁don": 949, + "ek": 950, + "ren": 951, + "Name": 952, + "▁=>": 953, + "▁app": 954, + "▁que": 955, + "igh": 956, + "▁bu": 957, + "equ": 958, + "vel": 959, + "▁act": 960, + "cre": 961, + "AT": 962, + "▁var": 963, + "cess": 964, + "====": 965, + "Ex": 966, + "▁add": 967, + "▁mod": 968, + "ung": 969, + "▁where": 970, + "ning": 971, + "▁fl": 972, + "als": 973, + "tern": 974, + "}}": 975, + "▁Al": 976, + "▁pos": 977, + "ank": 978, + "▁ap": 979, + "eng": 980, + "▁“": 981, + "ble": 982, + "▁reg": 983, + "^{": 984, + "▁She": 985, + "▁*/": 986, + "ude": 987, + "add": 988, + "▁two": 989, + "▁col": 990, + "▁sm": 991, + "air": 992, + "▁may": 993, + "fore": 994, + "▁You": 995, + "rough": 996, + "▁che": 997, + "▁att": 998, + "oth": 999, + "ла": 1000, + "▁co": 1001, + "ates": 1002, + "▁rem": 1003, + "ood": 1004, + "Type": 1005, + "led": 1006, + "ful": 1007, + "▁self": 1008, + "of": 1009, + "▁Ar": 1010, + "que": 1011, + "▁every": 1012, + "ref": 1013, + "The": 1014, + "▁And": 1015, + "▁rel": 1016, + "OR": 1017, + "Id": 1018, + "▁even": 1019, + "EN": 1020, + "▁hand": 1021, + "ait": 1022, + "▁should": 1023, + "▁after": 1024, + "▁dif": 1025, + "ght": 1026, + "ife": 1027, + "ator": 1028, + "ash": 1029, + "ribut": 1030, + "umber": 1031, + "▁see": 1032, + "ms": 1033, + "▁call": 1034, + "yn": 1035, + "dd": 1036, + "▁es": 1037, + "▁make": 1038, + "other": 1039, + "▁—": 1040, + "\");": 1041, + "str": 1042, + "▁long": 1043, + "lement": 1044, + "▁wor": 1045, + "its": 1046, + "▁If": 1047, + "alse": 1048, + "ль": 1049, + "ward": 1050, + "▁по": 1051, + "val": 1052, + "ons": 1053, + "▁Z": 1054, + "▁now": 1055, + "data": 1056, + "amp": 1057, + "ense": 1058, + "▁through": 1059, + "▁down": 1060, + "att": 1061, + "▁static": 1062, + "ics": 1063, + "##": 1064, + "pos": 1065, + "▁void": 1066, + "aw": 1067, + "oun": 1068, + "▁way": 1069, + "ible": 1070, + "vent": 1071, + "ower": 1072, + "▁think": 1073, + "ts": 1074, + "*/": 1075, + "▁again": 1076, + "ating": 1077, + "те": 1078, + "ner": 1079, + "▁most": 1080, + "line": 1081, + "ym": 1082, + "▁sub": 1083, + "erson": 1084, + "▁requ": 1085, + "AL": 1086, + "AR": 1087, + "abel": 1088, + "ond": 1089, + "));": 1090, + "▁Se": 1091, + "▁But": 1092, + "alk": 1093, + "▁An": 1094, + "new": 1095, + "▁because": 1096, + "ger": 1097, + "ular": 1098, + "roup": 1099, + "ta": 1100, + "...": 1101, + "▁cons": 1102, + "▁right": 1103, + "▁fr": 1104, + "be": 1105, + "ily": 1106, + "ки": 1107, + "▁ph": 1108, + "ead": 1109, + "?\"": 1110, + "▁gu": 1111, + "▁else": 1112, + "▁som": 1113, + "rent": 1114, + "co": 1115, + "ement": 1116, + "▁str": 1117, + "ault": 1118, + "▁з": 1119, + "ло": 1120, + "sert": 1121, + "var": 1122, + "type": 1123, + "▁Com": 1124, + "ле": 1125, + "ins": 1126, + "me": 1127, + "way": 1128, + "ident": 1129, + "▁prov": 1130, + "▁м": 1131, + "▁true": 1132, + "▁Pro": 1133, + "fl": 1134, + "▁sl": 1135, + "▁As": 1136, + "}\\": 1137, + "ID": 1138, + "ues": 1139, + "▁inst": 1140, + "▁name": 1141, + "ox": 1142, + "▁)": 1143, + "li": 1144, + "ames": 1145, + "Res": 1146, + "▁sur": 1147, + "param": 1148, + "▁start": 1149, + "aj": 1150, + "SE": 1151, + "ask": 1152, + "IT": 1153, + "String": 1154, + "▁ass": 1155, + "▁play": 1156, + "ting": 1157, + "ton": 1158, + "▁before": 1159, + "▁pol": 1160, + "arch": 1161, + "▁well": 1162, + "Com": 1163, + "any": 1164, + "olog": 1165, + "▁err": 1166, + "▁these": 1167, + "ars": 1168, + "eb": 1169, + "▁br": 1170, + "▁incl": 1171, + "▁hel": 1172, + "ern": 1173, + "ody": 1174, + "во": 1175, + "▁ind": 1176, + "----------------": 1177, + "▁data": 1178, + "▁good": 1179, + "LE": 1180, + "],": 1181, + "▁av": 1182, + "▁ac": 1183, + "ider": 1184, + "не": 1185, + "▁Q": 1186, + "▁min": 1187, + "▁much": 1188, + "ci": 1189, + "els": 1190, + "▁cur": 1191, + "▁value": 1192, + "ery": 1193, + "uf": 1194, + "▁loc": 1195, + "reak": 1196, + "ative": 1197, + "imes": 1198, + "Cl": 1199, + "▁,": 1200, + "▁ser": 1201, + "▁die": 1202, + "▁trans": 1203, + "▁result": 1204, + "ext": 1205, + "▁aut": 1206, + "land": 1207, + "▁&&": 1208, + "Ch": 1209, + "ten": 1210, + "}$": 1211, + "▁type": 1212, + "cond": 1213, + "ices": 1214, + "▁very": 1215, + "▁own": 1216, + "▁fil": 1217, + "ities": 1218, + "▁produ": 1219, + "▁read": 1220, + "▁form": 1221, + "▁case": 1222, + "ather": 1223, + "ти": 1224, + "да": 1225, + "ер": 1226, + "Th": 1227, + "aut": 1228, + "▁spec": 1229, + "ij": 1230, + "bl": 1231, + "ility": 1232, + "▁é": 1233, + "▁er": 1234, + "▁does": 1235, + "▁here": 1236, + "the": 1237, + "ures": 1238, + "▁%": 1239, + "min": 1240, + "▁null": 1241, + "rap": 1242, + "\")": 1243, + "rr": 1244, + "List": 1245, + "right": 1246, + "▁User": 1247, + "UL": 1248, + "ational": 1249, + "▁being": 1250, + "AN": 1251, + "sk": 1252, + "▁car": 1253, + "ole": 1254, + "▁dist": 1255, + "plic": 1256, + "ollow": 1257, + "▁pres": 1258, + "▁such": 1259, + "ream": 1260, + "ince": 1261, + "gan": 1262, + "▁For": 1263, + "\":": 1264, + "son": 1265, + "rivate": 1266, + "▁years": 1267, + "▁serv": 1268, + "▁made": 1269, + "def": 1270, + ";\r": 1271, + "▁gl": 1272, + "▁bel": 1273, + "▁list": 1274, + "▁cor": 1275, + "▁det": 1276, + "ception": 1277, + "egin": 1278, + "▁б": 1279, + "▁char": 1280, + "trans": 1281, + "▁fam": 1282, + "▁!=": 1283, + "ouse": 1284, + "▁dec": 1285, + "ica": 1286, + "▁many": 1287, + "aking": 1288, + "▁à": 1289, + "▁sim": 1290, + "ages": 1291, + "uff": 1292, + "ased": 1293, + "man": 1294, + "▁Sh": 1295, + "iet": 1296, + "irect": 1297, + "▁Re": 1298, + "▁differ": 1299, + "▁find": 1300, + "ethod": 1301, + "▁\r": 1302, + "ines": 1303, + "▁inv": 1304, + "▁point": 1305, + "▁They": 1306, + "▁used": 1307, + "ctions": 1308, + "▁still": 1309, + "ió": 1310, + "ined": 1311, + "▁while": 1312, + "It": 1313, + "ember": 1314, + "▁say": 1315, + "▁help": 1316, + "▁cre": 1317, + "▁x": 1318, + "▁Tr": 1319, + "ument": 1320, + "▁sk": 1321, + "ought": 1322, + "ually": 1323, + "message": 1324, + "▁Con": 1325, + "▁mon": 1326, + "ared": 1327, + "work": 1328, + "):": 1329, + "ister": 1330, + "arn": 1331, + "ized": 1332, + "Data": 1333, + "orn": 1334, + "▁head": 1335, + "DE": 1336, + "▁Le": 1337, + "▁person": 1338, + "ments": 1339, + "ength": 1340, + "▁false": 1341, + "▁med": 1342, + "▁De": 1343, + "ache": 1344, + "ited": 1345, + "▁let": 1346, + "▁show": 1347, + "▁same": 1348, + "uss": 1349, + "▁gener": 1350, + "▁у": 1351, + "cur": 1352, + "▁real": 1353, + "ced": 1354, + "\">": 1355, + "struct": 1356, + "begin": 1357, + "cept": 1358, + "▁bo": 1359, + "ired": 1360, + "▁Fr": 1361, + "▁stud": 1362, + "dev": 1363, + "Ar": 1364, + "(\\": 1365, + "▁Cl": 1366, + "ween": 1367, + "▁too": 1368, + "▁test": 1369, + "▁day": 1370, + "oh": 1371, + "▁follow": 1372, + "ature": 1373, + "ze": 1374, + "ien": 1375, + "reg": 1376, + "ces": 1377, + "uring": 1378, + "amb": 1379, + "ina": 1380, + "cri": 1381, + "▁ed": 1382, + "SS": 1383, + "uck": 1384, + "▁/*": 1385, + "CT": 1386, + "▁There": 1387, + "▁take": 1388, + "par": 1389, + "ule": 1390, + "cal": 1391, + "for": 1392, + "****************": 1393, + "source": 1394, + "▁those": 1395, + "col": 1396, + "▁eff": 1397, + "mod": 1398, + "cont": 1399, + "}{": 1400, + "▁around": 1401, + "press": 1402, + "by": 1403, + "▁going": 1404, + "ponse": 1405, + "▁С": 1406, + "▁line": 1407, + "date": 1408, + "code": 1409, + "['": 1410, + "▁life": 1411, + "ason": 1412, + "▁using": 1413, + "▁val": 1414, + "▁du": 1415, + "yp": 1416, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 1417, + "▁On": 1418, + "▁found": 1419, + "olut": 1420, + "']": 1421, + "arent": 1422, + "▁string": 1423, + "▁met": 1424, + "▁wr": 1425, + "ush": 1426, + "string": 1427, + "size": 1428, + "▁ver": 1429, + "▁each": 1430, + "value": 1431, + "▁last": 1432, + "▁got": 1433, + "ven": 1434, + "back": 1435, + "Set": 1436, + "ey": 1437, + "rol": 1438, + "▁cr": 1439, + "thing": 1440, + "ret": 1441, + "és": 1442, + "ism": 1443, + "▁between": 1444, + "Ob": 1445, + "ething": 1446, + "mp": 1447, + "▁lo": 1448, + "ats": 1449, + "▁New": 1450, + "ви": 1451, + "ado": 1452, + "dex": 1453, + "ди": 1454, + "▁pass": 1455, + "wh": 1456, + "▁den": 1457, + "Get": 1458, + "apt": 1459, + "▁ask": 1460, + "▁sup": 1461, + "Value": 1462, + "ны": 1463, + "▁try": 1464, + "lation": 1465, + "day": 1466, + "ness": 1467, + "ets": 1468, + "▁exper": 1469, + "Tr": 1470, + "▁Mar": 1471, + "serv": 1472, + "br": 1473, + "▁number": 1474, + "inal": 1475, + "cent": 1476, + "/*": 1477, + "not": 1478, + "ional": 1479, + "▁final": 1480, + "')": 1481, + "▁run": 1482, + "over": 1483, + "▁never": 1484, + "uc": 1485, + "▁high": 1486, + "yle": 1487, + "▁ins": 1488, + "▁best": 1489, + "ittle": 1490, + "ric": 1491, + "▁sign": 1492, + "▁dem": 1493, + "iness": 1494, + "gy": 1495, + "▁war": 1496, + "ished": 1497, + "▁giv": 1498, + "key": 1499, + "▁X": 1500, + "($": 1501, + "▁child": 1502, + "less": 1503, + "ways": 1504, + "incl": 1505, + "rop": 1506, + "raw": 1507, + "://": 1508, + "▁«": 1509, + "no": 1510, + "indow": 1511, + "fe": 1512, + "riend": 1513, + "▁les": 1514, + "▁los": 1515, + "file": 1516, + "formation": 1517, + "ccess": 1518, + "▁В": 1519, + "na": 1520, + "▁il": 1521, + "ision": 1522, + "ler": 1523, + "▁art": 1524, + "Cont": 1525, + "▁world": 1526, + "▁turn": 1527, + "▁really": 1528, + "▁Ex": 1529, + "ма": 1530, + "▁П": 1531, + "ters": 1532, + "arget": 1533, + "Err": 1534, + "▁happ": 1535, + "time": 1536, + "▁So": 1537, + "div": 1538, + "▁didn": 1539, + "ada": 1540, + "oot": 1541, + "})": 1542, + "▁sch": 1543, + "▁cle": 1544, + "▁something": 1545, + "().": 1546, + "▁cour": 1547, + "ever": 1548, + "ants": 1549, + "▁?": 1550, + "To": 1551, + "▁`": 1552, + "try": 1553, + "ux": 1554, + "ais": 1555, + "ross": 1556, + "hip": 1557, + "▁rep": 1558, + "label": 1559, + "▁both": 1560, + "*,": 1561, + "ott": 1562, + "ми": 1563, + "ane": 1564, + "▁open": 1565, + "ww": 1566, + "▁come": 1567, + "▁ext": 1568, + "rem": 1569, + "_{\\": 1570, + "▁old": 1571, + "ched": 1572, + "._": 1573, + "ME": 1574, + "ify": 1575, + "gg": 1576, + "Col": 1577, + "view": 1578, + "▁bus": 1579, + "▁must": 1580, + "▁different": 1581, + "log": 1582, + "ists": 1583, + "roll": 1584, + "ai": 1585, + "▁за": 1586, + "▁system": 1587, + "ivers": 1588, + "atus": 1589, + "ote": 1590, + "med": 1591, + "].": 1592, + "akes": 1593, + "RO": 1594, + "▁cent": 1595, + "gram": 1596, + "▁private": 1597, + "▁great": 1598, + "\";": 1599, + "opy": 1600, + "▁feel": 1601, + "▁How": 1602, + "////": 1603, + "IC": 1604, + "▁dr": 1605, + "ains": 1606, + "lock": 1607, + "En": 1608, + "▁Sch": 1609, + "▁mat": 1610, + "▁home": 1611, + "perty": 1612, + "test": 1613, + "loc": 1614, + "▁wom": 1615, + "sw": 1616, + "arly": 1617, + "▁En": 1618, + "▁ко": 1619, + "den": 1620, + "ста": 1621, + "▁а": 1622, + "eter": 1623, + "▁includ": 1624, + "ULL": 1625, + "▁mem": 1626, + "▁po": 1627, + "▁little": 1628, + "▁arg": 1629, + "▁},": 1630, + "include": 1631, + "eta": 1632, + "▁place": 1633, + "idth": 1634, + "ustom": 1635, + "▁||": 1636, + "▁tem": 1637, + "ried": 1638, + "▁fact": 1639, + "ience": 1640, + "▁Pl": 1641, + "opt": 1642, + "ele": 1643, + "go": 1644, + "AC": 1645, + "inter": 1646, + "========": 1647, + "(),": 1648, + "ots": 1649, + "ral": 1650, + "ique": 1651, + "aving": 1652, + "ml": 1653, + "▁thought": 1654, + "frac": 1655, + "▁care": 1656, + "());": 1657, + "▁put": 1658, + "▁might": 1659, + "▁Amer": 1660, + "▁(!": 1661, + "ample": 1662, + "alth": 1663, + "▁few": 1664, + "▁state": 1665, + "sub": 1666, + "▁Or": 1667, + "];": 1668, + "▁size": 1669, + "▁Sp": 1670, + "▁without": 1671, + "▁poss": 1672, + "eq": 1673, + "play": 1674, + "▁expect": 1675, + "▁second": 1676, + "▁String": 1677, + "uild": 1678, + "▁next": 1679, + "++": 1680, + "requ": 1681, + "▁All": 1682, + "▁men": 1683, + "▁When": 1684, + "iter": 1685, + "ament": 1686, + "net": 1687, + "▁К": 1688, + "ron": 1689, + "aint": 1690, + "▁Is": 1691, + "ве": 1692, + "pend": 1693, + "translation": 1694, + "▁го": 1695, + "че": 1696, + "▁van": 1697, + "▁another": 1698, + "▁ret": 1699, + "▁La": 1700, + "Mod": 1701, + "ION": 1702, + "list": 1703, + "▁post": 1704, + "da": 1705, + "ware": 1706, + "▁word": 1707, + "Error": 1708, + "▁seem": 1709, + "▁contin": 1710, + "atic": 1711, + "▁three": 1712, + "Object": 1713, + "▁partic": 1714, + "$.": 1715, + "▁mark": 1716, + "▁vis": 1717, + "rc": 1718, + "▁sw": 1719, + "ptions": 1720, + "▁break": 1721, + "▁things": 1722, + "ute": 1723, + "ui": 1724, + "▁That": 1725, + "urs": 1726, + "gl": 1727, + "ру": 1728, + "▁file": 1729, + "use": 1730, + "igned": 1731, + "part": 1732, + "Un": 1733, + "▁equ": 1734, + "(&": 1735, + "▁lead": 1736, + "rm": 1737, + "ained": 1738, + "▁Be": 1739, + "path": 1740, + "▁small": 1741, + "ager": 1742, + "▁always": 1743, + "▁El": 1744, + "▁order": 1745, + "▁ey": 1746, + "▁won": 1747, + "ape": 1748, + "▁left": 1749, + "ava": 1750, + "item": 1751, + "hor": 1752, + "▁away": 1753, + "bb": 1754, + "fun": 1755, + "▁Ind": 1756, + "mb": 1757, + "▁struct": 1758, + "▁process": 1759, + "▁support": 1760, + ");\r": 1761, + "ión": 1762, + "LO": 1763, + "▁oper": 1764, + "UT": 1765, + "▁·": 1766, + "PE": 1767, + "load": 1768, + "off": 1769, + "▁No": 1770, + "ives": 1771, + "ican": 1772, + "▁ve": 1773, + "action": 1774, + "';": 1775, + "▁vo": 1776, + "$,": 1777, + "▁Gr": 1778, + "pre": 1779, + "ny": 1780, + "aining": 1781, + "ior": 1782, + "init": 1783, + "lection": 1784, + "arm": 1785, + "umn": 1786, + "ags": 1787, + "ци": 1788, + "ско": 1789, + "version": 1790, + "▁To": 1791, + "▁ref": 1792, + "stand": 1793, + "▁At": 1794, + "ift": 1795, + "▁ein": 1796, + "face": 1797, + "bo": 1798, + "ified": 1799, + "ved": 1800, + "sum": 1801, + "une": 1802, + "ital": 1803, + "ump": 1804, + "comm": 1805, + "▁mov": 1806, + "elt": 1807, + "▁von": 1808, + "velop": 1809, + "ctor": 1810, + "head": 1811, + "cle": 1812, + "▁build": 1813, + "inc": 1814, + ".'": 1815, + "bs": 1816, + "info": 1817, + "chn": 1818, + "▁week": 1819, + "▁book": 1820, + "HE": 1821, + "bar": 1822, + "icense": 1823, + "▁What": 1824, + "▁quest": 1825, + "urch": 1826, + "ato": 1827, + "left": 1828, + "▁mar": 1829, + "▁top": 1830, + "FF": 1831, + "▁friend": 1832, + "▁beh": 1833, + "▁field": 1834, + "▁against": 1835, + "ract": 1836, + "ization": 1837, + "user": 1838, + "chen": 1839, + "▁keep": 1840, + "AD": 1841, + "itor": 1842, + "▁non": 1843, + "ird": 1844, + "ope": 1845, + "▁rest": 1846, + "▁dev": 1847, + "▁__": 1848, + "▁una": 1849, + "▁term": 1850, + "IS": 1851, + "▁pop": 1852, + "rist": 1853, + "▁since": 1854, + "ves": 1855, + "▁hard": 1856, + "pi": 1857, + "util": 1858, + "▁soc": 1859, + "ene": 1860, + "Exception": 1861, + "▁local": 1862, + "▁direct": 1863, + "▁sure": 1864, + "▁bro": 1865, + "▁da": 1866, + "▁": 2370, + "aim": 2371, + "▁service": 2372, + "▁within": 2373, + "angu": 2374, + "▁Д": 2375, + "uffer": 2376, + "AG": 2377, + "▁Do": 2378, + "▁incre": 2379, + "▁understand": 2380, + "}^": 2381, + "▁looked": 2382, + "gen": 2383, + "ailed": 2384, + "▁е": 2385, + "ayer": 2386, + "▁One": 2387, + "▁bas": 2388, + "▁job": 2389, + "mu": 2390, + "but": 2391, + "elta": 2392, + "▁Christ": 2393, + "uration": 2394, + "▁record": 2395, + "▁Univers": 2396, + "ivid": 2397, + "valid": 2398, + "▁Р": 2399, + "▁hold": 2400, + "▁table": 2401, + "ones": 2402, + "link": 2403, + "▁Ge": 2404, + "▁offer": 2405, + "ster": 2406, + "Form": 2407, + "={": 2408, + "▁не": 2409, + "stance": 2410, + "▁govern": 2411, + "▁techn": 2412, + "▁prim": 2413, + "*.": 2414, + "cho": 2415, + "max": 2416, + "▁fore": 2417, + "▁Can": 2418, + "▁polit": 2419, + "ories": 2420, + "▁times": 2421, + "▁dans": 2422, + "▁air": 2423, + "▁anything": 2424, + "▁sever": 2425, + "acy": 2426, + "}_": 2427, + "He": 2428, + "▁least": 2429, + "ips": 2430, + "ENT": 2431, + "do": 2432, + "▁от": 2433, + "▁cost": 2434, + ".”": 2435, + "▁children": 2436, + "ability": 2437, + "But": 2438, + "▁path": 2439, + "result": 2440, + "acter": 2441, + "▁element": 2442, + "ee": 2443, + "▁wait": 2444, + "▁money": 2445, + "Map": 2446, + "td": 2447, + "oin": 2448, + "iving": 2449, + "icht": 2450, + "icy": 2451, + "sch": 2452, + "ste": 2453, + "ду": 2454, + "ored": 2455, + "oud": 2456, + "ille": 2457, + "ised": 2458, + "plication": 2459, + "▁custom": 2460, + "▁having": 2461, + "ponent": 2462, + "▁By": 2463, + "ules": 2464, + "ued": 2465, + "atter": 2466, + "And": 2467, + "itive": 2468, + "Def": 2469, + "▁moment": 2470, + "aterial": 2471, + "Class": 2472, + "ograph": 2473, + "ike": 2474, + "▁large": 2475, + "▁####": 2476, + "▁either": 2477, + "duct": 2478, + "▁Then": 2479, + "▁Gu": 2480, + "olean": 2481, + "pert": 2482, + "▁Get": 2483, + "▁Ab": 2484, + "▁short": 2485, + "On": 2486, + "iment": 2487, + "▁project": 2488, + "cript": 2489, + "▁including": 2490, + "ния": 2491, + "▁making": 2492, + "▁someone": 2493, + "▁Fl": 2494, + "▁sat": 2495, + "▁company": 2496, + "ocus": 2497, + "pu": 2498, + "▁God": 2499, + "ification": 2500, + "No": 2501, + "▁sn": 2502, + "ano": 2503, + "ga": 2504, + "▁au": 2505, + "▁cou": 2506, + "ás": 2507, + "ended": 2508, + "ту": 2509, + "ober": 2510, + "▁nothing": 2511, + "▁net": 2512, + "▁pot": 2513, + "▁typ": 2514, + "▁item": 2515, + "rew": 2516, + "Att": 2517, + "▁young": 2518, + "}\r": 2519, + "nder": 2520, + "start": 2521, + "▁Sc": 2522, + "*)": 2523, + "▁enc": 2524, + "▁women": 2525, + "▁looking": 2526, + "▁ро": 2527, + "▁health": 2528, + "Path": 2529, + "▁After": 2530, + "▁mult": 2531, + "▁{\\": 2532, + "▁land": 2533, + "orld": 2534, + "▁Des": 2535, + "▁eng": 2536, + "input": 2537, + "▁Pol": 2538, + "\"\"": 2539, + "Code": 2540, + "▁supp": 2541, + "ainer": 2542, + "heck": 2543, + "▁mor": 2544, + "▁mill": 2545, + "▁aw": 2546, + "fs": 2547, + "▁doing": 2548, + "tings": 2549, + "ades": 2550, + "▁toget": 2551, + "▁certain": 2552, + "▁together": 2553, + "CE": 2554, + "ideo": 2555, + "▁American": 2556, + "ony": 2557, + "idd": 2558, + "II": 2559, + "ged": 2560, + "ables": 2561, + "▁ident": 2562, + "iod": 2563, + "▁parent": 2564, + "For": 2565, + "ambda": 2566, + "ando": 2567, + "=\\": 2568, + "aged": 2569, + "ending": 2570, + "Int": 2571, + "▁possible": 2572, + "▁со": 2573, + "ivity": 2574, + "num": 2575, + "rt": 2576, + "ajor": 2577, + "create": 2578, + "ride": 2579, + "▁knew": 2580, + "bit": 2581, + "itional": 2582, + "▁lik": 2583, + "▁Her": 2584, + "ension": 2585, + "\".": 2586, + "oto": 2587, + "▁exist": 2588, + "aken": 2589, + "▁actually": 2590, + "ca": 2591, + "▁Г": 2592, + "хо": 2593, + "inn": 2594, + "All": 2595, + "buf": 2596, + "▁Me": 2597, + "▁seen": 2598, + "ops": 2599, + "▁▁▁▁▁▁▁▁▁": 2600, + "Not": 2601, + "▁control": 2602, + "▁respon": 2603, + "};": 2604, + "ilt": 2605, + "isk": 2606, + "▁bad": 2607, + "▁often": 2608, + "▁past": 2609, + "aper": 2610, + "▁reason": 2611, + "eters": 2612, + "▁wanted": 2613, + "ura": 2614, + "table": 2615, + "ormal": 2616, + "width": 2617, + "га": 2618, + "ptr": 2619, + "▁dest": 2620, + "▁design": 2621, + "▁sound": 2622, + "▁plan": 2623, + "▁base": 2624, + "hand": 2625, + "gs": 2626, + "▁says": 2627, + "function": 2628, + "▁tri": 2629, + "mt": 2630, + "▁invest": 2631, + "▁available": 2632, + "ayout": 2633, + "▁och": 2634, + "▁las": 2635, + "illed": 2636, + "Val": 2637, + "▁ф": 2638, + "iety": 2639, + "mon": 2640, + "Hand": 2641, + "Fr": 2642, + "iam": 2643, + "pace": 2644, + "▁Ob": 2645, + "▁para": 2646, + "▁meet": 2647, + "▁sum": 2648, + "Message": 2649, + "ici": 2650, + "▁known": 2651, + "▁gen": 2652, + "amma": 2653, + "arr": 2654, + "▁tre": 2655, + "oke": 2656, + "uth": 2657, + "~\\": 2658, + "▁experience": 2659, + "icle": 2660, + "▁Il": 2661, + "▁sent": 2662, + "▁others": 2663, + "▁soft": 2664, + "IP": 2665, + "▁max": 2666, + "ball": 2667, + "▁market": 2668, + "▁pour": 2669, + "pression": 2670, + "eps": 2671, + "▁saw": 2672, + "▁across": 2673, + "▁Su": 2674, + "Over": 2675, + "ние": 2676, + "ulation": 2677, + "▁Reg": 2678, + "▁+=": 2679, + "body": 2680, + ")\\": 2681, + "▁print": 2682, + "▁при": 2683, + "db": 2684, + "ources": 2685, + "wards": 2686, + "▁black": 2687, + "со": 2688, + "ili": 2689, + "▁Ed": 2690, + "▁complet": 2691, + "▁single": 2692, + "▁IN": 2693, + "ached": 2694, + "bt": 2695, + "▁code": 2696, + "▁bool": 2697, + "▁area": 2698, + "▁require": 2699, + "▁problem": 2700, + "aced": 2701, + "Equ": 2702, + "▁config": 2703, + "vec": 2704, + "ney": 2705, + "cy": 2706, + "Al": 2707, + "▁account": 2708, + "ymbol": 2709, + "▁ste": 2710, + "ges": 2711, + "Array": 2712, + "empl": 2713, + "context": 2714, + "Des": 2715, + "Result": 2716, + "ecut": 2717, + "▁target": 2718, + "▁getting": 2719, + "\"/>": 2720, + "ogle": 2721, + "▁himself": 2722, + "▁wasn": 2723, + "▁block": 2724, + "▁ant": 2725, + "▁York": 2726, + "▁become": 2727, + "iff": 2728, + "ports": 2729, + "reate": 2730, + "='": 2731, + "cd": 2732, + "location": 2733, + "ет": 2734, + "▁access": 2735, + "gress": 2736, + "ros": 2737, + "Up": 2738, + "▁working": 2739, + "▁Am": 2740, + "iqu": 2741, + "cer": 2742, + "▁((": 2743, + "▁Per": 2744, + "▁func": 2745, + "▁girl": 2746, + "▁above": 2747, + "pen": 2748, + "пи": 2749, + "ido": 2750, + "▁version": 2751, + "TY": 2752, + "▁;": 2753, + "mary": 2754, + "abled": 2755, + "annel": 2756, + "▁example": 2757, + "▁context": 2758, + "OP": 2759, + "▁red": 2760, + "▁cir": 2761, + "sm": 2762, + "Log": 2763, + "▁space": 2764, + "▁fut": 2765, + "▁Gener": 2766, + "ills": 2767, + "▁dri": 2768, + "_.": 2769, + "▁felt": 2770, + "▁offic": 2771, + "▁===": 2772, + "ii": 2773, + "▁started": 2774, + "▁Т": 2775, + "▁});": 2776, + "js": 2777, + "▁front": 2778, + "▁almost": 2779, + "irm": 2780, + "!\"": 2781, + "signed": 2782, + "▁yet": 2783, + "▁trad": 2784, + "ients": 2785, + "ama": 2786, + "▁input": 2787, + "lim": 2788, + "па": 2789, + "▁ка": 2790, + "▁camp": 2791, + "ibr": 2792, + "fect": 2793, + "unt": 2794, + "▁half": 2795, + "▁cover": 2796, + "anguage": 2797, + "▁ben": 2798, + "ha": 2799, + "▁diff": 2800, + "_\\": 2801, + "▁об": 2802, + "])": 2803, + "odes": 2804, + "hel": 2805, + "ios": 2806, + "▁О": 2807, + "▁mot": 2808, + "▁social": 2809, + "////////": 2810, + "▁stre": 2811, + "ground": 2812, + "ів": 2813, + "object": 2814, + "ples": 2815, + "reed": 2816, + "▁een": 2817, + "▁based": 2818, + "▁range": 2819, + "An": 2820, + "urg": 2821, + "▁learn": 2822, + "▁exc": 2823, + "▁imp": 2824, + "▁means": 2825, + "▁wur": 2826, + "ends": 2827, + "void": 2828, + "▁std": 2829, + "▁particular": 2830, + "ja": 2831, + "▁source": 2832, + "default": 2833, + "py": 2834, + "▁als": 2835, + "scri": 2836, + "status": 2837, + "▁story": 2838, + "▁begin": 2839, + "▁position": 2840, + "▁special": 2841, + "php": 2842, + "▁bar": 2843, + "▁pract": 2844, + "call": 2845, + "▁das": 2846, + "▁rad": 2847, + "▁close": 2848, + "www": 2849, + "ере": 2850, + "gu": 2851, + "▁Er": 2852, + "▁dom": 2853, + "AM": 2854, + "▁bed": 2855, + "▁several": 2856, + "aul": 2857, + "box": 2858, + "▁low": 2859, + "pack": 2860, + "Reg": 2861, + "Of": 2862, + "atures": 2863, + "én": 2864, + "eder": 2865, + "uilder": 2866, + "cast": 2867, + "conom": 2868, + "raft": 2869, + "▁makes": 2870, + "Loc": 2871, + "http": 2872, + "▁abs": 2873, + "resh": 2874, + "▁Will": 2875, + "break": 2876, + "▁options": 2877, + "fort": 2878, + "▁из": 2879, + "▁anal": 2880, + "▁env": 2881, + "({": 2882, + "event": 2883, + "▁page": 2884, + "ternal": 2885, + "▁distribut": 2886, + "▁food": 2887, + "check": 2888, + "CK": 2889, + "▁во": 2890, + "assert": 2891, + "án": 2892, + "base": 2893, + "▁whole": 2894, + "ación": 2895, + "OD": 2896, + "▁turned": 2897, + "igma": 2898, + "▁response": 2899, + "▁University": 2900, + "▁div": 2901, + "apter": 2902, + "▁results": 2903, + "▁represent": 2904, + "▁everything": 2905, + "▁Cent": 2906, + "utes": 2907, + "rix": 2908, + "▁Some": 2909, + "▁behind": 2910, + "▁creat": 2911, + "place": 2912, + "su": 2913, + "▁Part": 2914, + "umb": 2915, + "mathbb": 2916, + "ping": 2917, + "▁match": 2918, + "Out": 2919, + "dom": 2920, + "▁situ": 2921, + "dr": 2922, + "ara": 2923, + "▁window": 2924, + "ns": 2925, + "lished": 2926, + "▁Ver": 2927, + "▁message": 2928, + "▁Em": 2929, + "▁human": 2930, + "perties": 2931, + "лу": 2932, + "lem": 2933, + "ORT": 2934, + "▁early": 2935, + "▁quick": 2936, + "▁та": 2937, + "roid": 2938, + "▁country": 2939, + "▁due": 2940, + "▁Die": 2941, + "▁trying": 2942, + "▁live": 2943, + "▁press": 2944, + "INT": 2945, + "With": 2946, + "oved": 2947, + "▁specific": 2948, + "▁fall": 2949, + "uk": 2950, + "yl": 2951, + "▁general": 2952, + "му": 2953, + "ну": 2954, + "▁names": 2955, + "where": 2956, + "▁These": 2957, + "▁sil": 2958, + "ét": 2959, + "▁ener": 2960, + "▁Now": 2961, + "▁address": 2962, + "Response": 2963, + "▁Mr": 2964, + "▁answ": 2965, + "▁film": 2966, + "▁strong": 2967, + "▁bring": 2968, + "▁United": 2969, + "▁ge": 2970, + "▁woman": 2971, + "New": 2972, + "ett": 2973, + ".)": 2974, + "ename": 2975, + "▁AN": 2976, + "▁describ": 2977, + "за": 2978, + "ising": 2979, + "EL": 2980, + "ql": 2981, + "▁fur": 2982, + "ying": 2983, + "▁Cal": 2984, + "▁Dr": 2985, + "ERR": 2986, + "▁\\\\": 2987, + "angle": 2988, + "urope": 2989, + "▁city": 2990, + "▁index": 2991, + "▁action": 2992, + "▁However": 2993, + "▁fig": 2994, + "ias": 2995, + "▁question": 2996, + "▁Jan": 2997, + "▁Med": 2998, + "▁Cont": 2999, + "amed": 3000, + "Call": 3001, + "plied": 3002, + "tty": 3003, + "▁individ": 3004, + "page": 3005, + "▁comb": 3006, + "section": 3007, + "▁Comm": 3008, + "uel": 3009, + "▁het": 3010, + "▁Bar": 3011, + "agement": 3012, + "fin": 3013, + "▁major": 3014, + "oper": 3015, + "api": 3016, + "room": 3017, + "▁„": 3018, + "▁hab": 3019, + "зи": 3020, + "▁auf": 3021, + "current": 3022, + "ni": 3023, + "▁include": 3024, + "▁qui": 3025, + "va": 3026, + "UE": 3027, + "▁idea": 3028, + ",'": 3029, + "▁required": 3030, + "▁heart": 3031, + "ibility": 3032, + "iction": 3033, + "Model": 3034, + "write": 3035, + "▁content": 3036, + "▁wer": 3037, + "▁hands": 3038, + "zen": 3039, + "char": 3040, + "}^{": 3041, + "▁mass": 3042, + "ply": 3043, + "▁nat": 3044, + "rel": 3045, + "▁dat": 3046, + "================": 3047, + "imal": 3048, + "▁probably": 3049, + "unch": 3050, + "▁mer": 3051, + "ilar": 3052, + "ires": 3053, + "▁watch": 3054, + "SI": 3055, + "▁cult": 3056, + "▁mother": 3057, + "▁government": 3058, + "ording": 3059, + "▁()": 3060, + "▁pri": 3061, + "▁link": 3062, + "group": 3063, + "OL": 3064, + "▁near": 3065, + "▁Ser": 3066, + "Ser": 3067, + "ito": 3068, + "▁values": 3069, + "▁java": 3070, + "fully": 3071, + "Count": 3072, + "++)": 3073, + "▁vi": 3074, + "▁white": 3075, + "mat": 3076, + "ctx": 3077, + "▁conc": 3078, + "▁stay": 3079, + "ging": 3080, + "▁clear": 3081, + "▁copy": 3082, + "selves": 3083, + "▁provide": 3084, + "▁words": 3085, + "comp": 3086, + "args": 3087, + "▁pick": 3088, + "uly": 3089, + "▁vari": 3090, + "▁believe": 3091, + "▁Co": 3092, + "Property": 3093, + "Group": 3094, + "▁ten": 3095, + "ischen": 3096, + "eturn": 3097, + "ival": 3098, + "System": 3099, + "CL": 3100, + "bed": 3101, + "▁total": 3102, + "▁ist": 3103, + "Input": 3104, + "uments": 3105, + "Manager": 3106, + "ши": 3107, + "▁win": 3108, + "leep": 3109, + "PI": 3110, + "ного": 3111, + "ruction": 3112, + "▁inte": 3113, + "App": 3114, + "avor": 3115, + "▁respect": 3116, + "ators": 3117, + "▁como": 3118, + "▁cut": 3119, + "FA": 3120, + "▁sus": 3121, + "▁App": 3122, + "rect": 3123, + "FI": 3124, + "▁began": 3125, + "oph": 3126, + "▁sort": 3127, + "though": 3128, + "је": 3129, + "icro": 3130, + "Trans": 3131, + "лі": 3132, + "▁Inst": 3133, + "request": 3134, + "ор": 3135, + "▁relations": 3136, + "-\\": 3137, + "Status": 3138, + "жи": 3139, + "▁father": 3140, + "cs": 3141, + "▁sex": 3142, + "isch": 3143, + "vo": 3144, + "}_{": 3145, + "aven": 3146, + "▁Ne": 3147, + "ATE": 3148, + "itten": 3149, + "▁ess": 3150, + "TH": 3151, + "ights": 3152, + "▁hom": 3153, + "▁today": 3154, + "▁zu": 3155, + "ita": 3156, + "▁isn": 3157, + "▁opt": 3158, + "ogn": 3159, + "ér": 3160, + "▁whether": 3161, + "ixed": 3162, + "phi": 3163, + "idence": 3164, + "ald": 3165, + "Client": 3166, + "At": 3167, + "▁death": 3168, + "▁Let": 3169, + "ius": 3170, + "ги": 3171, + "▁ре": 3172, + "ben": 3173, + ")\r": 3174, + "ba": 3175, + ">": 3193, + "▁Just": 3194, + "What": 3195, + "atal": 3196, + "▁Min": 3197, + "▁Cor": 3198, + "▁dark": 3199, + "rl": 3200, + "▁larg": 3201, + "ding": 3202, + "ón": 3203, + "ouch": 3204, + "▁um": 3205, + "▁elect": 3206, + "▁dam": 3207, + "▁needs": 3208, + "▁matter": 3209, + "▁rather": 3210, + "from": 3211, + "ram": 3212, + "▁і": 3213, + "▁taken": 3214, + "▁deal": 3215, + "▁period": 3216, + "▁Mon": 3217, + "▁Л": 3218, + "▁Aug": 3219, + "run": 3220, + "mm": 3221, + "elle": 3222, + "▁export": 3223, + "Sc": 3224, + "vis": 3225, + "abor": 3226, + "▁author": 3227, + "ère": 3228, + "▁remember": 3229, + "▁redu": 3230, + "▁List": 3231, + "▁focus": 3232, + "▁character": 3233, + "Table": 3234, + "▁individual": 3235, + "▁needed": 3236, + "bum": 3237, + "▁style": 3238, + "inary": 3239, + "ersion": 3240, + "oute": 3241, + "▁Pe": 3242, + "▁hon": 3243, + "mut": 3244, + "see": 3245, + "▁became": 3246, + "▁dire": 3247, + "▁document": 3248, + "sec": 3249, + "ening": 3250, + "▁visit": 3251, + "▁fac": 3252, + "tx": 3253, + "down": 3254, + "plit": 3255, + "▁phys": 3256, + "itting": 3257, + "joy": 3258, + "▁hig": 3259, + "This": 3260, + "Ad": 3261, + "▁Brit": 3262, + "▁employ": 3263, + "▁ré": 3264, + "▁т": 3265, + "lambda": 3266, + "▁impro": 3267, + "▁Bo": 3268, + "iding": 3269, + "▁online": 3270, + "mem": 3271, + "atform": 3272, + "▁War": 3273, + "▁cas": 3274, + "asure": 3275, + "▁pur": 3276, + "medi": 3277, + "Dis": 3278, + "▁Germ": 3279, + "pc": 3280, + "са": 3281, + "▁friends": 3282, + "▁Mc": 3283, + "DI": 3284, + "▁plus": 3285, + "▁Set": 3286, + "iddle": 3287, + "itut": 3288, + "▁depend": 3289, + "rest": 3290, + "▁Je": 3291, + "▁hor": 3292, + "▁entire": 3293, + "Query": 3294, + "▁refer": 3295, + "▁hot": 3296, + "▁Aust": 3297, + "▁common": 3298, + "ці": 3299, + "▁pull": 3300, + "▁Add": 3301, + "▁season": 3302, + "▁invol": 3303, + "▁World": 3304, + "client": 3305, + "now": 3306, + "true": 3307, + "append": 3308, + "itted": 3309, + "empt": 3310, + "){": 3311, + "///": 3312, + "▁prop": 3313, + "imate": 3314, + "SC": 3315, + "▁hours": 3316, + "▁hope": 3317, + "andom": 3318, + "ід": 3319, + "istic": 3320, + "▁property": 3321, + "sg": 3322, + ">(": 3323, + "▁write": 3324, + "mark": 3325, + "find": 3326, + "▁personal": 3327, + "][": 3328, + "rown": 3329, + "Ph": 3330, + "▁foot": 3331, + "▁research": 3332, + "ironment": 3333, + "▁nom": 3334, + "▁instance": 3335, + "▁held": 3336, + "De": 3337, + "▁members": 3338, + "▁fire": 3339, + "▁history": 3340, + "▁map": 3341, + "▁discuss": 3342, + "▁espec": 3343, + "▁taking": 3344, + "▁services": 3345, + "▁indust": 3346, + "igen": 3347, + "▁Ass": 3348, + "▁expected": 3349, + "▁wurde": 3350, + "dir": 3351, + "▁among": 3352, + "▁sugg": 3353, + "rec": 3354, + "Inter": 3355, + "block": 3356, + "▁Rep": 3357, + "▁pain": 3358, + "▁five": 3359, + "▁fund": 3360, + "rid": 3361, + "arrow": 3362, + "▁treat": 3363, + "▁heard": 3364, + "▁determ": 3365, + "icult": 3366, + "▁sense": 3367, + "ese": 3368, + "Fun": 3369, + "▁months": 3370, + "json": 3371, + ",”": 3372, + "TI": 3373, + "orage": 3374, + "▁У": 3375, + "▁everyone": 3376, + "▁clos": 3377, + "iers": 3378, + "airs": 3379, + "define": 3380, + "If": 3381, + "osp": 3382, + "▁wonder": 3383, + "NA": 3384, + "query": 3385, + "pg": 3386, + "ites": 3387, + "▁material": 3388, + "yd": 3389, + "Read": 3390, + "html": 3391, + "TE": 3392, + "Pr": 3393, + "^{\\": 3394, + "▁gave": 3395, + "▁IS": 3396, + "▁suggest": 3397, + "Override": 3398, + "rodu": 3399, + "From": 3400, + "▁Europe": 3401, + "PO": 3402, + "▁soon": 3403, + "host": 3404, + "▁Ber": 3405, + "....": 3406, + "▁Har": 3407, + "▁energy": 3408, + "><": 3409, + "aves": 3410, + "▁easy": 3411, + "▁bre": 3412, + "frame": 3413, + "▁ground": 3414, + "with": 3415, + "▁inside": 3416, + "ief": 3417, + "▁mo": 3418, + "pm": 3419, + "pan": 3420, + "igr": 3421, + "▁om": 3422, + "next": 3423, + "omet": 3424, + "▁status": 3425, + "▁}\r": 3426, + "▁music": 3427, + "ora": 3428, + "iles": 3429, + "ki": 3430, + "▁esc": 3431, + "▁bes": 3432, + "▁Dis": 3433, + "▁host": 3434, + "▁comes": 3435, + "used": 3436, + "▁future": 3437, + "lick": 3438, + "aid": 3439, + "▁compet": 3440, + "▁voice": 3441, + "▁load": 3442, + "evel": 3443, + "▁neg": 3444, + "▁command": 3445, + "▁für": 3446, + "▁pie": 3447, + "▁quite": 3448, + "▁blo": 3449, + "agn": 3450, + "ilon": 3451, + "▁claim": 3452, + "▁teach": 3453, + "▁previous": 3454, + "▁site": 3455, + "color": 3456, + "attr": 3457, + "▁accept": 3458, + "▁exact": 3459, + ")}": 3460, + "aft": 3461, + "roller": 3462, + "он": 3463, + "oo": 3464, + "Date": 3465, + "▁ou": 3466, + "sy": 3467, + "▁pretty": 3468, + "▁image": 3469, + "BU": 3470, + "▁terms": 3471, + "▁search": 3472, + "▁è": 3473, + "▁Val": 3474, + "▁‘": 3475, + "▁Dav": 3476, + "MS": 3477, + "src": 3478, + "mar": 3479, + "incip": 3480, + "▁couldn": 3481, + "ados": 3482, + "▁dro": 3483, + "beta": 3484, + "imum": 3485, + "▁minutes": 3486, + "▁grand": 3487, + "▁»": 3488, + "▁Our": 3489, + "Str": 3490, + "VER": 3491, + "maz": 3492, + "▁original": 3493, + "ini": 3494, + "▁coll": 3495, + "loat": 3496, + "▁os": 3497, + "});": 3498, + "summary": 3499, + "▁wall": 3500, + "Color": 3501, + "▁vers": 3502, + "▁della": 3503, + "▁\"\"\"": 3504, + "mathbf": 3505, + "zer": 3506, + "aur": 3507, + "▁track": 3508, + "▁associ": 3509, + "▁suff": 3510, + "▁inde": 3511, + "ague": 3512, + "▁Apr": 3513, + "Le": 3514, + "roups": 3515, + "board": 3516, + "▁attack": 3517, + "▁series": 3518, + "▁instead": 3519, + "ham": 3520, + "book": 3521, + "▁six": 3522, + "▁Rec": 3523, + "▁coming": 3524, + "urt": 3525, + "▁global": 3526, + "▁necess": 3527, + "lege": 3528, + "Pos": 3529, + "▁leave": 3530, + "▁pod": 3531, + "ategory": 3532, + "uz": 3533, + "▁deep": 3534, + "▁km": 3535, + "▁outside": 3536, + "has": 3537, + "options": 3538, + "▁Sm": 3539, + "Sub": 3540, + "rows": 3541, + "▁ви": 3542, + "▁States": 3543, + "▁wrong": 3544, + "▁however": 3545, + "▁sem": 3546, + "▁catch": 3547, + "\"),": 3548, + "model": 3549, + "▁http": 3550, + "▁option": 3551, + "rie": 3552, + "▁ста": 3553, + "▁är": 3554, + "▁enjoy": 3555, + "nu": 3556, + "▁pas": 3557, + "▁amount": 3558, + "▁respons": 3559, + "▁Intern": 3560, + "▁myself": 3561, + "▁opp": 3562, + "▁Sim": 3563, + "▁sens": 3564, + "Ed": 3565, + "▁(\\": 3566, + "▁students": 3567, + "нов": 3568, + "▁points": 3569, + "arning": 3570, + "UP": 3571, + "elling": 3572, + "▁cannot": 3573, + "Be": 3574, + "▁length": 3575, + "null": 3576, + "uint": 3577, + "wise": 3578, + "▁double": 3579, + "ige": 3580, + "ista": 3581, + "▁estab": 3582, + "anch": 3583, + "▁ago": 3584, + "▁bound": 3585, + "▁fa": 3586, + "▁clean": 3587, + "▁simple": 3588, + "mi": 3589, + "########": 3590, + "ifier": 3591, + "▁General": 3592, + "▁seemed": 3593, + "ena": 3594, + "▁age": 3595, + "ной": 3596, + "endif": 3597, + "AA": 3598, + "▁caus": 3599, + "▁educ": 3600, + "▁cell": 3601, + "Gener": 3602, + "space": 3603, + "▁Your": 3604, + "▁beaut": 3605, + "gt": 3606, + "▁limit": 3607, + "▁date": 3608, + "Util": 3609, + "▁National": 3610, + "ows": 3611, + "pat": 3612, + "quad": 3613, + "▁ok": 3614, + "▁И": 3615, + "arth": 3616, + "hat": 3617, + "▁community": 3618, + "oul": 3619, + "▁econom": 3620, + "Component": 3621, + "bor": 3622, + "usion": 3623, + "▁below": 3624, + "earch": 3625, + "ores": 3626, + "ban": 3627, + "▁August": 3628, + "▁further": 3629, + "sigma": 3630, + "▁ha": 3631, + "ji": 3632, + "▁comput": 3633, + "гра": 3634, + "▁None": 3635, + "▁ter": 3636, + "▁anyone": 3637, + "▁task": 3638, + "ente": 3639, + "position": 3640, + "pped": 3641, + "▁aus": 3642, + "Attribute": 3643, + "req": 3644, + "addr": 3645, + "light": 3646, + "ше": 3647, + "▁arm": 3648, + "cover": 3649, + "upport": 3650, + "▁Gl": 3651, + "▁San": 3652, + "▁writing": 3653, + "▁lost": 3654, + "▁Mark": 3655, + "▁gre": 3656, + "TYPE": 3657, + "▁South": 3658, + "▁perfect": 3659, + "▁package": 3660, + "▁infl": 3661, + "haps": 3662, + "▁Ang": 3663, + "respon": 3664, + "ris": 3665, + "ptember": 3666, + "▁building": 3667, + "VAL": 3668, + "free": 3669, + "▁ce": 3670, + "HT": 3671, + "▁From": 3672, + "ds": 3673, + "roy": 3674, + "achine": 3675, + "nown": 3676, + "▁saying": 3677, + "▁бы": 3678, + "oe": 3679, + "Ref": 3680, + "▁network": 3681, + "parent": 3682, + "uge": 3683, + "▁similar": 3684, + ">\r": 3685, + "Builder": 3686, + "▁living": 3687, + "▁continue": 3688, + "anger": 3689, + "▁Red": 3690, + "▁hair": 3691, + "anced": 3692, + "ians": 3693, + "▁dead": 3694, + "▁boolean": 3695, + "ication": 3696, + "▁де": 3697, + "▁client": 3698, + "uct": 3699, + "▁•": 3700, + "SP": 3701, + "older": 3702, + "пе": 3703, + "udio": 3704, + "▁deg": 3705, + "asing": 3706, + "▁step": 3707, + "▁pers": 3708, + "ção": 3709, + "obj": 3710, + "oz": 3711, + "ula": 3712, + "▁round": 3713, + "▁upon": 3714, + "▁resource": 3715, + "▁valid": 3716, + "▁II": 3717, + "bug": 3718, + "std": 3719, + "▁ang": 3720, + "span": 3721, + "pol": 3722, + "ialog": 3723, + "▁phot": 3724, + "?'": 3725, + "DB": 3726, + "▁Fin": 3727, + "VE": 3728, + "Em": 3729, + "▁cam": 3730, + "target": 3731, + "pected": 3732, + "Hel": 3733, + "▁ut": 3734, + "▁Test": 3735, + "▁town": 3736, + "align": 3737, + "▁webs": 3738, + "inner": 3739, + "augh": 3740, + "▁except": 3741, + "▁initial": 3742, + "enty": 3743, + "lich": 3744, + "▁Aut": 3745, + "top": 3746, + "▁fail": 3747, + "ona": 3748, + "▁benef": 3749, + "anks": 3750, + "ische": 3751, + ".*": 3752, + "▁signific": 3753, + "▁contact": 3754, + "Rec": 3755, + "ario": 3756, + "ottom": 3757, + "▁relationship": 3758, + "]);": 3759, + "▁На": 3760, + "Head": 3761, + "format": 3762, + "▁ét": 3763, + "▁More": 3764, + "actory": 3765, + "portun": 3766, + "+\\": 3767, + "▁simply": 3768, + "▁ep": 3769, + "▁Russ": 3770, + "ní": 3771, + "ua": 3772, + "erc": 3773, + "▁longer": 3774, + "inition": 3775, + "ector": 3776, + "aption": 3777, + "▁profess": 3778, + "▁Mus": 3779, + "ilities": 3780, + "ès": 3781, + "▁Act": 3782, + "offset": 3783, + "▁ill": 3784, + "band": 3785, + "▁Ag": 3786, + "▁По": 3787, + "би": 3788, + "content": 3789, + "icon": 3790, + "▁works": 3791, + "ynam": 3792, + "plement": 3793, + "Resource": 3794, + "Action": 3795, + "▁difficult": 3796, + "▁West": 3797, + "▁video": 3798, + "▁THE": 3799, + "▁decl": 3800, + "ondon": 3801, + "ded": 3802, + "}{\\": 3803, + "ocr": 3804, + "▁City": 3805, + "▁я": 3806, + "uer": 3807, + "cz": 3808, + "▁imag": 3809, + "cr": 3810, + "ete": 3811, + "idget": 3812, + "▁Mod": 3813, + "▁forward": 3814, + "▁pict": 3815, + "orge": 3816, + "▁subject": 3817, + "update": 3818, + "attle": 3819, + "sa": 3820, + "▁Ant": 3821, + "▁running": 3822, + "▁sal": 3823, + "conne": 3824, + "▁output": 3825, + "adata": 3826, + "ML": 3827, + "Check": 3828, + "ledge": 3829, + "▁paper": 3830, + "params": 3831, + "avy": 3832, + "▁af": 3833, + "▁eine": 3834, + "▁jour": 3835, + "AY": 3836, + "▁itself": 3837, + "▁Str": 3838, + "style": 3839, + "That": 3840, + "▁million": 3841, + "▁language": 3842, + "OS": 3843, + "ving": 3844, + "▁ма": 3845, + "▁то": 3846, + ")(": 3847, + "▁buy": 3848, + "./": 3849, + "▁...": 3850, + "▁tried": 3851, + "▁compl": 3852, + "▁activ": 3853, + "apped": 3854, + "Button": 3855, + "Token": 3856, + "▁provided": 3857, + "iber": 3858, + "▁created": 3859, + "curity": 3860, + "End": 3861, + "ał": 3862, + "uster": 3863, + "izing": 3864, + "omb": 3865, + "▁sich": 3866, + "▁compon": 3867, + "▁See": 3868, + "▁uint": 3869, + "▁label": 3870, + "vol": 3871, + "ów": 3872, + "ocol": 3873, + "▁received": 3874, + "▁intern": 3875, + "це": 3876, + "Run": 3877, + "▁road": 3878, + "▁Oct": 3879, + "▁Comp": 3880, + "▁study": 3881, + "▁те": 3882, + "Act": 3883, + "▁tour": 3884, + "▁State": 3885, + "▁added": 3886, + "https": 3887, + "stream": 3888, + "▁lower": 3889, + "▁box": 3890, + "▁Sk": 3891, + "▁themselves": 3892, + "▁cross": 3893, + "▁echo": 3894, + "▁device": 3895, + "pose": 3896, + "▁games": 3897, + "PL": 3898, + "Window": 3899, + "ises": 3900, + "title": 3901, + "Stream": 3902, + "zt": 3903, + "▁Sw": 3904, + "▁role": 3905, + "iant": 3906, + "ku": 3907, + "sequ": 3908, + "▁late": 3909, + "▁sold": 3910, + "ря": 3911, + "Comm": 3912, + "▁entre": 3913, + "▁dog": 3914, + "device": 3915, + "Par": 3916, + "▁likely": 3917, + "^{-": 3918, + "▁len": 3919, + "▁Paul": 3920, + "▁tool": 3921, + "Off": 3922, + "▁famil": 3923, + "▁draw": 3924, + "apping": 3925, + "▁events": 3926, + "cret": 3927, + "rought": 3928, + "Content": 3929, + "▁software": 3930, + "ria": 3931, + "msg": 3932, + "gamma": 3933, + "▁hear": 3934, + "Oper": 3935, + "▁yourself": 3936, + "▁liter": 3937, + "emp": 3938, + "▁separ": 3939, + "▁З": 3940, + "▁title": 3941, + "Method": 3942, + "mathrm": 3943, + "▁slow": 3944, + "▁Rom": 3945, + "!!": 3946, + "▁tax": 3947, + "ска": 3948, + "emplate": 3949, + "oi": 3950, + "▁Art": 3951, + "false": 3952, + "astic": 3953, + "сть": 3954, + "ocket": 3955, + "▁ens": 3956, + "TO": 3957, + "amente": 3958, + "local": 3959, + "chie": 3960, + "▁pan": 3961, + "ний": 3962, + "chema": 3963, + "▁North": 3964, + "зо": 3965, + "▁>=": 3966, + "Aut": 3967, + "▁dig": 3968, + "▁seems": 3969, + "▁morning": 3970, + "sole": 3971, + "umer": 3972, + "delta": 3973, + "ité": 3974, + "abase": 3975, + "raf": 3976, + "▁observ": 3977, + "▁Est": 3978, + "▁seg": 3979, + "▁[]": 3980, + "▁Pres": 3981, + "iful": 3982, + "push": 3983, + "▁Off": 3984, + "ipe": 3985, + "ati": 3986, + "▁dim": 3987, + "ceed": 3988, + "Ent": 3989, + "____": 3990, + "entry": 3991, + "▁fight": 3992, + "▁cred": 3993, + "▁OR": 3994, + "▁Dep": 3995, + "${": 3996, + "лен": 3997, + "Create": 3998, + "▁April": 3999, + "ministr": 4000, + "FL": 4001, + "▁Ap": 4002, + "▁Here": 4003, + "private": 4004, + "Instance": 4005, + "iem": 4006, + "▁office": 4007, + "▁third": 4008, + "▁update": 4009, + "Line": 4010, + "tag": 4011, + "▁especially": 4012, + "▁года": 4013, + "▁cu": 4014, + "▁kill": 4015, + "aught": 4016, + "▁swe": 4017, + "Options": 4018, + "IM": 4019, + "CC": 4020, + "▁compan": 4021, + "just": 4022, + "▁While": 4023, + "izer": 4024, + "▁мо": 4025, + "ке": 4026, + "▁auto": 4027, + "▁band": 4028, + "мен": 4029, + "iques": 4030, + "▁ple": 4031, + "NO": 4032, + "▁OF": 4033, + "▁song": 4034, + "▁Acc": 4035, + "EXT": 4036, + "ensor": 4037, + "ining": 4038, + "▁lat": 4039, + "big": 4040, + "▁King": 4041, + "och": 4042, + "si": 4043, + "▁Hist": 4044, + "▁quality": 4045, + "mode": 4046, + "▁opportun": 4047, + "▁wouldn": 4048, + ":**": 4049, + "output": 4050, + "▁feet": 4051, + "▁mis": 4052, + "df": 4053, + "aging": 4054, + "▁ме": 4055, + "▁tro": 4056, + "▁defined": 4057, + "▁review": 4058, + "▁Fil": 4059, + ">>": 4060, + "▁princip": 4061, + "Base": 4062, + "dict": 4063, + "verage": 4064, + "icient": 4065, + "IF": 4066, + "▁hit": 4067, + "Page": 4068, + "▁perm": 4069, + "cel": 4070, + "ít": 4071, + "▁express": 4072, + "▁indic": 4073, + "▁September": 4074, + "image": 4075, + "▁products": 4076, + "▁media": 4077, + "change": 4078, + "igger": 4079, + "▁send": 4080, + "last": 4081, + "ming": 4082, + "pa": 4083, + "uary": 4084, + "▁speak": 4085, + "ный": 4086, + "ще": 4087, + "ysis": 4088, + "lying": 4089, + "▁ч": 4090, + "like": 4091, + "ры": 4092, + "ві": 4093, + "▁Mich": 4094, + "MO": 4095, + "▁Jah": 4096, + "ensive": 4097, + "▁share": 4098, + "▁development": 4099, + "CP": 4100, + "spec": 4101, + "▁fast": 4102, + "het": 4103, + "HO": 4104, + "▁particip": 4105, + "Block": 4106, + "▁viol": 4107, + "▁frame": 4108, + "▁qual": 4109, + "tre": 4110, + "▁Ф": 4111, + "▁toward": 4112, + "fg": 4113, + "Box": 4114, + "Column": 4115, + "▁milit": 4116, + "▁March": 4117, + "▁various": 4118, + "pass": 4119, + "▁Park": 4120, + "▁Ben": 4121, + "Frame": 4122, + "▁normal": 4123, + "open": 4124, + "px": 4125, + "▁phone": 4126, + "▁Even": 4127, + "▁ma": 4128, + "ibrary": 4129, + "Start": 4130, + "idden": 4131, + "rho": 4132, + "graph": 4133, + "acing": 4134, + "'.": 4135, + "arter": 4136, + "mes": 4137, + "inst": 4138, + "▁ir": 4139, + "active": 4140, + "▁fem": 4141, + "▁moved": 4142, + "▁store": 4143, + "▁price": 4144, + "\").": 4145, + "berg": 4146, + "▁nov": 4147, + "▁card": 4148, + "ellow": 4149, + "▁party": 4150, + "▁Mor": 4151, + "ael": 4152, + "▁percent": 4153, + "▁training": 4154, + "▁ing": 4155, + "imer": 4156, + "▁Sam": 4157, + "Default": 4158, + "▁fuck": 4159, + "▁complete": 4160, + "uid": 4161, + "▁details": 4162, + "▁led": 4163, + "Point": 4164, + "▁Count": 4165, + "▁regard": 4166, + "zo": 4167, + "▁Bro": 4168, + "▁recogn": 4169, + "▁Hol": 4170, + "UM": 4171, + "element": 4172, + "Mode": 4173, + "▁exam": 4174, + "▁EX": 4175, + "Image": 4176, + "verse": 4177, + "riter": 4178, + "soft": 4179, + "▁introdu": 4180, + "▁surpr": 4181, + "Buffer": 4182, + "lector": 4183, + "aren": 4184, + "anged": 4185, + "▁Pat": 4186, + "▁Pal": 4187, + "▁contr": 4188, + "Handler": 4189, + "▁features": 4190, + "iple": 4191, + "▁CON": 4192, + "Fil": 4193, + "▁Port": 4194, + "▁thinking": 4195, + "doc": 4196, + "wer": 4197, + "▁worked": 4198, + "PC": 4199, + "cm": 4200, + "dat": 4201, + "PRO": 4202, + "▁Every": 4203, + "▁era": 4204, + "▁First": 4205, + "gn": 4206, + "▁immedi": 4207, + "ovember": 4208, + "apan": 4209, + "▁extra": 4210, + "▁section": 4211, + "▁June": 4212, + "▁via": 4213, + "▁gone": 4214, + "come": 4215, + "▁stri": 4216, + "^\\": 4217, + "antly": 4218, + "▁arch": 4219, + "Source": 4220, + "▁conv": 4221, + "▁London": 4222, + "Number": 4223, + "▁questions": 4224, + "andid": 4225, + "▁played": 4226, + "env": 4227, + "▁School": 4228, + "▁natural": 4229, + "can": 4230, + "▁news": 4231, + "DR": 4232, + "▁chall": 4233, + "▁Soc": 4234, + "▁э": 4235, + "▁attempt": 4236, + "*}": 4237, + "Null": 4238, + "rote": 4239, + "▁bi": 4240, + "▁written": 4241, + "▁blood": 4242, + "▁happened": 4243, + "▁cause": 4244, + "ashing": 4245, + "▁William": 4246, + "adem": 4247, + "▁brought": 4248, + "▁display": 4249, + "ima": 4250, + "▁finally": 4251, + "tab": 4252, + "▁returned": 4253, + "ных": 4254, + "nie": 4255, + "▁q": 4256, + "▁hers": 4257, + "▁Pre": 4258, + "▁dou": 4259, + "buffer": 4260, + "▁effort": 4261, + "aine": 4262, + "xy": 4263, + "▁histor": 4264, + "enu": 4265, + "▁arriv": 4266, + "▁Dem": 4267, + "▁favor": 4268, + "▁handle": 4269, + "SET": 4270, + "▁Public": 4271, + "rupt": 4272, + "▁ur": 4273, + "▁force": 4274, + "▁és": 4275, + "ube": 4276, + "Pre": 4277, + "рі": 4278, + "iny": 4279, + "theta": 4280, + "isf": 4281, + "▁national": 4282, + "Equal": 4283, + "rench": 4284, + "▁wife": 4285, + "▁capt": 4286, + "▁Inter": 4287, + "tau": 4288, + "▁sleep": 4289, + "../../": 4290, + "▁issue": 4291, + "▁member": 4292, + "▁await": 4293, + "▁Dan": 4294, + "zi": 4295, + "inate": 4296, + "▁sym": 4297, + "chan": 4298, + "▁Jack": 4299, + "▁English": 4300, + "▁sz": 4301, + "ributes": 4302, + "▁ign": 4303, + "ál": 4304, + "▁appear": 4305, + "rad": 4306, + "idge": 4307, + "▁couple": 4308, + "▁ship": 4309, + "lig": 4310, + "web": 4311, + "▁usually": 4312, + "▁ready": 4313, + "▁vill": 4314, + "▁Why": 4315, + "ebru": 4316, + "▁grad": 4317, + "ords": 4318, + "▁inf": 4319, + "▁loss": 4320, + "▁od": 4321, + "▁Phil": 4322, + "server": 4323, + "▁Up": 4324, + "▁buff": 4325, + "▁filename": 4326, + "ABLE": 4327, + "iting": 4328, + "efore": 4329, + "()->": 4330, + "▁conditions": 4331, + "vm": 4332, + "eld": 4333, + "itz": 4334, + "▁Trans": 4335, + "▁weight": 4336, + "▁higher": 4337, + "▁rate": 4338, + "▁accom": 4339, + "vider": 4340, + "OM": 4341, + "▁ways": 4342, + "coming": 4343, + "▁lock": 4344, + "▁etc": 4345, + "▁avec": 4346, + "▁takes": 4347, + "▁Char": 4348, + "▁November": 4349, + "method": 4350, + "▁Austral": 4351, + "▁America": 4352, + "long": 4353, + "cember": 4354, + "▁political": 4355, + "flow": 4356, + "▁maybe": 4357, + "▁amb": 4358, + "Layout": 4359, + "iled": 4360, + "omen": 4361, + "ola": 4362, + "icip": 4363, + "partial": 4364, + "True": 4365, + "▁floor": 4366, + "▁Def": 4367, + "▁concern": 4368, + "yr": 4369, + "▁shows": 4370, + "ih": 4371, + "▁answer": 4372, + "acc": 4373, + "▁ball": 4374, + "▁Rev": 4375, + "▁sun": 4376, + "▁quickly": 4377, + "▁somet": 4378, + "mente": 4379, + "▁Mal": 4380, + "undred": 4381, + "▁issues": 4382, + "ecause": 4383, + "pes": 4384, + "▁player": 4385, + "▁parents": 4386, + "▁popular": 4387, + "▁mode": 4388, + "▁mention": 4389, + "NE": 4390, + "Load": 4391, + "▁regular": 4392, + "aved": 4393, + "?:": 4394, + "year": 4395, + "func": 4396, + "▁performance": 4397, + "▁July": 4398, + "thern": 4399, + "▁website": 4400, + "ford": 4401, + "PR": 4402, + "ela": 4403, + "level": 4404, + "uit": 4405, + "flags": 4406, + "▁worth": 4407, + "▁correspon": 4408, + "▁British": 4409, + "sim": 4410, + "▁alone": 4411, + "▁har": 4412, + "▁ones": 4413, + "obile": 4414, + "▁dru": 4415, + "chi": 4416, + "▁David": 4417, + "▁problems": 4418, + "▁column": 4419, + "();\r": 4420, + "ZE": 4421, + "▁relig": 4422, + "ological": 4423, + "▁region": 4424, + "ady": 4425, + "IO": 4426, + "ander": 4427, + "Net": 4428, + "▁built": 4429, + "▁install": 4430, + "▁approach": 4431, + "Cur": 4432, + "▁fine": 4433, + "▁talking": 4434, + "▁changes": 4435, + "Style": 4436, + "▁Mart": 4437, + "лю": 4438, + "response": 4439, + "teger": 4440, + "{\r": 4441, + "irit": 4442, + "▁protected": 4443, + "▁rele": 4444, + "ership": 4445, + "тель": 4446, + "unsigned": 4447, + "ialize": 4448, + "▁https": 4449, + "Tag": 4450, + "▁$(": 4451, + "more": 4452, + "ypes": 4453, + "▁stream": 4454, + "etch": 4455, + "▁engine": 4456, + "KE": 4457, + "cmd": 4458, + "script": 4459, + "ttp": 4460, + "▁avoid": 4461, + "▁terr": 4462, + "▁rock": 4463, + "▁ful": 4464, + "Update": 4465, + "▁environment": 4466, + "▁prec": 4467, + "▁са": 4468, + "▁cases": 4469, + "▁offset": 4470, + "▁rais": 4471, + "lib": 4472, + "ées": 4473, + "aa": 4474, + "yt": 4475, + "▁arr": 4476, + "opyright": 4477, + "first": 4478, + "▁util": 4479, + "▁feature": 4480, + "posed": 4481, + "ffect": 4482, + "жа": 4483, + "itude": 4484, + "ements": 4485, + "asc": 4486, + "ador": 4487, + "lections": 4488, + "▁club": 4489, + "]{": 4490, + "▁*)": 4491, + "ство": 4492, + "▁imm": 4493, + "▁former": 4494, + "▁rights": 4495, + "▁decided": 4496, + "▁rev": 4497, + "▁ment": 4498, + "ani": 4499, + "▁stru": 4500, + "▁attention": 4501, + "artment": 4502, + "▁Ital": 4503, + "alle": 4504, + "▁bis": 4505, + "gener": 4506, + "▁integr": 4507, + "ello": 4508, + "rypt": 4509, + "▁achie": 4510, + "nes": 4511, + "▁stra": 4512, + "sb": 4513, + "▁types": 4514, + "▁RE": 4515, + "Init": 4516, + "▁comment": 4517, + "▁addition": 4518, + "▁ID": 4519, + "ART": 4520, + "FO": 4521, + "щи": 4522, + "Conne": 4523, + "▁squ": 4524, + "▁considered": 4525, + "idad": 4526, + "▁October": 4527, + "cial": 4528, + "▁Of": 4529, + "▁travel": 4530, + "▁boy": 4531, + "').": 4532, + "uy": 4533, + "illa": 4534, + "istry": 4535, + "▁va": 4536, + "▁Che": 4537, + "ERT": 4538, + "ende": 4539, + "ungen": 4540, + "aby": 4541, + "▁Rober": 4542, + "▁playing": 4543, + "ils": 4544, + "▁sam": 4545, + "▁execut": 4546, + "▁Us": 4547, + "▁mut": 4548, + "▁bal": 4549, + "asse": 4550, + "▁kids": 4551, + "▁financ": 4552, + "gor": 4553, + "▁Sec": 4554, + "bert": 4555, + "▁High": 4556, + "▁је": 4557, + "▁kept": 4558, + "button": 4559, + "itory": 4560, + "▁Rem": 4561, + "▁DE": 4562, + "▁reach": 4563, + "▁bur": 4564, + "Label": 4565, + "át": 4566, + "ago": 4567, + "▁passed": 4568, + "▁behav": 4569, + "xFF": 4570, + "▁Return": 4571, + "STR": 4572, + "▁Les": 4573, + "▁ord": 4574, + "ala": 4575, + "inger": 4576, + "▁Since": 4577, + "▁experi": 4578, + "▁shall": 4579, + "▁star": 4580, + "non": 4581, + "▁gun": 4582, + "▁Bel": 4583, + "▁obj": 4584, + "ares": 4585, + "rs": 4586, + "▁weeks": 4587, + "nen": 4588, + "▁Stre": 4589, + "oring": 4590, + "▁î": 4591, + "▁serious": 4592, + "times": 4593, + "▁House": 4594, + "▁roll": 4595, + "▁register": 4596, + "▁module": 4597, + "▁applic": 4598, + "IR": 4599, + "▁cook": 4600, + "aux": 4601, + "▁save": 4602, + "▁Cr": 4603, + ",\r": 4604, + "▁states": 4605, + "▁empty": 4606, + "▁autom": 4607, + "figure": 4608, + "iance": 4609, + "▁happy": 4610, + "▁fn": 4611, + "▁jud": 4612, + "▁hat": 4613, + "ACK": 4614, + "▁Fe": 4615, + "$-": 4616, + "ivil": 4617, + "oted": 4618, + "▁sizeof": 4619, + "▁situation": 4620, + "▁lives": 4621, + "▁feeling": 4622, + "▁risk": 4623, + "▁January": 4624, + "▁Object": 4625, + "▁recomm": 4626, + "▁вы": 4627, + "▁potential": 4628, + "eah": 4629, + "▁complex": 4630, + "printf": 4631, + "istance": 4632, + "irth": 4633, + "lik": 4634, + "aste": 4635, + "▁whose": 4636, + "Arg": 4637, + "▁modern": 4638, + "iones": 4639, + "▁че": 4640, + "▁sett": 4641, + "▁Mag": 4642, + "ae": 4643, + "▁condition": 4644, + "Length": 4645, + "▁fit": 4646, + "ounds": 4647, + "▁changed": 4648, + "▁guy": 4649, + "filter": 4650, + "atever": 4651, + "éd": 4652, + "remove": 4653, + "▁hop": 4654, + "▁Out": 4655, + "▁Rich": 4656, + "child": 4657, + "▁included": 4658, + "$\\": 4659, + "▁Tom": 4660, + "eline": 4661, + "▁sometimes": 4662, + "▁drink": 4663, + "▁quant": 4664, + "▁please": 4665, + "▁Int": 4666, + "rief": 4667, + "▁exactly": 4668, + "cing": 4669, + "▁allowed": 4670, + "build": 4671, + "▁beautiful": 4672, + "▁Well": 4673, + "▁looks": 4674, + "▁ü": 4675, + "▁chance": 4676, + "▁wrote": 4677, + "▁nor": 4678, + "▁failed": 4679, + "Met": 4680, + "▁prior": 4681, + "▁hundred": 4682, + "ской": 4683, + "oria": 4684, + "▁cy": 4685, + "▁web": 4686, + "▁mess": 4687, + "leq": 4688, + "dy": 4689, + "tex": 4690, + "▁anim": 4691, + "atur": 4692, + "▁structure": 4693, + "option": 4694, + "▁actual": 4695, + "▁Franc": 4696, + "enced": 4697, + ".": 4884, + "▁production": 4885, + "iger": 4886, + "▁ст": 4887, + "show": 4888, + "▁population": 4889, + "▁park": 4890, + "▁Ze": 4891, + "▁necessary": 4892, + "▁trust": 4893, + "▁shown": 4894, + "module": 4895, + "GE": 4896, + "▁lay": 4897, + "▁announ": 4898, + "▁className": 4899, + "▁calcul": 4900, + "Function": 4901, + "▁Sal": 4902, + "OK": 4903, + "TP": 4904, + "▁entry": 4905, + "▁Stud": 4906, + "▁items": 4907, + "▁security": 4908, + "Entry": 4909, + "float": 4910, + "ls": 4911, + "ibly": 4912, + "▁contribut": 4913, + "▁Check": 4914, + "MD": 4915, + "▁improve": 4916, + "Part": 4917, + "▁systems": 4918, + "Bl": 4919, + "▁policy": 4920, + "▁screen": 4921, + "▁Any": 4922, + "▁opened": 4923, + "alloc": 4924, + "▁December": 4925, + "▁É": 4926, + "▁email": 4927, + "ader": 4928, + "=>": 4929, + "▁Hen": 4930, + "▁info": 4931, + "▁float": 4932, + "▁switch": 4933, + "ран": 4934, + "urance": 4935, + "▁assum": 4936, + "ustr": 4937, + "▁groups": 4938, + "▁Read": 4939, + "▁wat": 4940, + "Sp": 4941, + "вер": 4942, + "RAN": 4943, + "hib": 4944, + "ALL": 4945, + "▁hus": 4946, + "Spec": 4947, + "\"))": 4948, + "▁French": 4949, + "▁Class": 4950, + "▁president": 4951, + "▁definit": 4952, + "▁Nor": 4953, + "▁Thom": 4954, + "aign": 4955, + "Width": 4956, + "Do": 4957, + "▁{@": 4958, + "agon": 4959, + "▁Lu": 4960, + "▁followed": 4961, + "MM": 4962, + "asons": 4963, + "tmp": 4964, + "▁throws": 4965, + "ITY": 4966, + "ном": 4967, + "▁fair": 4968, + "▁pen": 4969, + "ég": 4970, + "▁interface": 4971, + "▁saf": 4972, + "oon": 4973, + "Back": 4974, + "▁speed": 4975, + "▁extends": 4976, + "empty": 4977, + "▁пере": 4978, + "▁proper": 4979, + "▁driv": 4980, + "фи": 4981, + "▁center": 4982, + "header": 4983, + "▁})": 4984, + "wa": 4985, + "▁middle": 4986, + "▁choose": 4987, + "▁Stad": 4988, + "SO": 4989, + "Factory": 4990, + "Dev": 4991, + "icles": 4992, + "▁application": 4993, + "▁models": 4994, + "pite": 4995, + "cap": 4996, + "xi": 4997, + "ospital": 4998, + "▁dream": 4999, + "END": 5000, + "▁contract": 5001, + "icrosoft": 5002, + "▁thous": 5003, + "izes": 5004, + "▁да": 5005, + "▁CO": 5006, + "▁direction": 5007, + "▁``": 5008, + "▁drive": 5009, + "Max": 5010, + "cia": 5011, + "▁continu": 5012, + "▁Alex": 5013, + "▁gold": 5014, + "▁prep": 5015, + "▁origin": 5016, + "▁rap": 5017, + "Op": 5018, + "ously": 5019, + "▁areas": 5020, + "PORT": 5021, + "она": 5022, + "▁safe": 5023, + "▁professional": 5024, + "apache": 5025, + "▁temper": 5026, + "sz": 5027, + "▁unit": 5028, + "▁cop": 5029, + "eqn": 5030, + "Listener": 5031, + "▁format": 5032, + "select": 5033, + "▁comfort": 5034, + "▁meant": 5035, + "iday": 5036, + "eme": 5037, + "▁active": 5038, + "▁note": 5039, + "▁Mil": 5040, + "only": 5041, + "▁<=": 5042, + "▁neigh": 5043, + "ao": 5044, + "▁blue": 5045, + "▁TV": 5046, + "Child": 5047, + "▁reached": 5048, + "Address": 5049, + "ств": 5050, + "▁closed": 5051, + "inder": 5052, + "olo": 5053, + "▁alt": 5054, + "▁adm": 5055, + "Format": 5056, + "UI": 5057, + "▁Ham": 5058, + "▁frequ": 5059, + "▁independ": 5060, + "▁easily": 5061, + "▁Land": 5062, + "▁tor": 5063, + "ography": 5064, + "infty": 5065, + "▁Work": 5066, + "iven": 5067, + "▁County": 5068, + "▁src": 5069, + "}$,": 5070, + "parse": 5071, + "CD": 5072, + "▁Cour": 5073, + "▁fol": 5074, + "Entity": 5075, + "pgf": 5076, + "▁China": 5077, + "▁Sub": 5078, + "hood": 5079, + "▁fields": 5080, + "▁yes": 5081, + "rend": 5082, + "▁towards": 5083, + "▁staff": 5084, + "▁Air": 5085, + "▁station": 5086, + "atives": 5087, + "▁impact": 5088, + "вы": 5089, + "▁directly": 5090, + "issions": 5091, + "iva": 5092, + "|\\": 5093, + "Ptr": 5094, + "▁Sant": 5095, + "Pol": 5096, + "▁progress": 5097, + "itar": 5098, + "▁parts": 5099, + "▁plant": 5100, + "▁absolut": 5101, + "▁guess": 5102, + "eqref": 5103, + "▁tim": 5104, + "▁Lou": 5105, + "▁cool": 5106, + "alu": 5107, + "▁mouth": 5108, + "них": 5109, + "▁height": 5110, + "gest": 5111, + "▁Post": 5112, + "▁board": 5113, + "▁tit": 5114, + "▁hour": 5115, + "▁server": 5116, + "▁players": 5117, + "rier": 5118, + "Link": 5119, + "▁President": 5120, + "](": 5121, + "▁construct": 5122, + "handle": 5123, + "}$.": 5124, + "rying": 5125, + "▁shop": 5126, + "iana": 5127, + "exp": 5128, + "Helper": 5129, + "Offset": 5130, + "aches": 5131, + "▁connection": 5132, + "▁difference": 5133, + "service": 5134, + "▁gas": 5135, + "▁priv": 5136, + "▁univers": 5137, + "▁wish": 5138, + "Rem": 5139, + "Url": 5140, + "geb": 5141, + "So": 5142, + "ensions": 5143, + "Module": 5144, + "SIZE": 5145, + "▁prem": 5146, + "window": 5147, + "▁dies": 5148, + "del": 5149, + "▁row": 5150, + "▁average": 5151, + "xim": 5152, + "▁pu": 5153, + "anç": 5154, + "Det": 5155, + "ker": 5156, + "ya": 5157, + "▁Det": 5158, + "▁på": 5159, + "▁named": 5160, + "▁decision": 5161, + "win": 5162, + "▁George": 5163, + "arily": 5164, + "▁solution": 5165, + "▁multiple": 5166, + "ategy": 5167, + "▁learning": 5168, + "▁secret": 5169, + "DO": 5170, + "▁nice": 5171, + "////////////////": 5172, + "Su": 5173, + "itation": 5174, + "▁join": 5175, + "▁elements": 5176, + "▁emer": 5177, + "tilde": 5178, + "▁dep": 5179, + "▁shot": 5180, + "▁platform": 5181, + "othing": 5182, + "My": 5183, + "edia": 5184, + "oms": 5185, + "aily": 5186, + "([": 5187, + "▁dress": 5188, + "▁official": 5189, + "estern": 5190, + "▁discover": 5191, + "▁mi": 5192, + "ные": 5193, + "CA": 5194, + "oding": 5195, + "▁Found": 5196, + "▁affect": 5197, + "Vis": 5198, + "stract": 5199, + "iced": 5200, + "debug": 5201, + "▁related": 5202, + "▁spect": 5203, + "ushed": 5204, + "сько": 5205, + "▁bank": 5206, + "▁cele": 5207, + "AND": 5208, + "olf": 5209, + "ем": 5210, + "▁fill": 5211, + "▁gives": 5212, + "▁бу": 5213, + "aron": 5214, + "▁Jes": 5215, + "REG": 5216, + "▁sudd": 5217, + "dated": 5218, + "vi": 5219, + "▁gi": 5220, + "send": 5221, + "cpp": 5222, + "▁spent": 5223, + "ande": 5224, + "▁operation": 5225, + "process": 5226, + "▁inform": 5227, + "▁Free": 5228, + "yond": 5229, + "▁perhaps": 5230, + "▁surv": 5231, + "▁Loc": 5232, + "▁concl": 5233, + "▁раз": 5234, + "▁Over": 5235, + "hol": 5236, + "raz": 5237, + "Write": 5238, + "▁giving": 5239, + "rd": 5240, + "instance": 5241, + "▁released": 5242, + "▁Ro": 5243, + "RA": 5244, + "▁practice": 5245, + "▁graph": 5246, + "▁increase": 5247, + "▁figure": 5248, + "Filter": 5249, + "HECK": 5250, + "idx": 5251, + "▁glass": 5252, + "ski": 5253, + "comes": 5254, + "▁cat": 5255, + "▁cold": 5256, + "goto": 5257, + "ufact": 5258, + "▁Copyright": 5259, + "}}\\": 5260, + "▁streng": 5261, + "▁dir": 5262, + "token": 5263, + "▁occur": 5264, + "arlier": 5265, + "▁measure": 5266, + "▁sec": 5267, + "▁más": 5268, + "▁Net": 5269, + "▁argument": 5270, + "▁sou": 5271, + "▁moving": 5272, + "▁prefer": 5273, + "mask": 5274, + "<<": 5275, + "▁breath": 5276, + "▁physical": 5277, + "▁positive": 5278, + "▁sor": 5279, + "▁depart": 5280, + "▁remove": 5281, + "▁kit": 5282, + "▁meeting": 5283, + "▁Data": 5284, + "ograf": 5285, + "actions": 5286, + "▁parameters": 5287, + "▁Att": 5288, + "esch": 5289, + "▁involved": 5290, + "ät": 5291, + "LL": 5292, + "Bar": 5293, + "▁си": 5294, + "ech": 5295, + "GET": 5296, + "▁prevent": 5297, + "▁beyond": 5298, + "▁Other": 5299, + "än": 5300, + "byte": 5301, + "▁sudden": 5302, + "olve": 5303, + "▁но": 5304, + "LOG": 5305, + "unit": 5306, + "▁truth": 5307, + "rat": 5308, + "SD": 5309, + "▁eat": 5310, + "▁Mad": 5311, + "▁provides": 5312, + "▁session": 5313, + "Dele": 5314, + "▁convers": 5315, + "center": 5316, + "▁continued": 5317, + "otion": 5318, + "cache": 5319, + "display": 5320, + "▁protect": 5321, + "ams": 5322, + "▁pow": 5323, + "CTION": 5324, + "▁Mac": 5325, + "mo": 5326, + "ха": 5327, + "▁distance": 5328, + "▁Time": 5329, + "gi": 5330, + "▁sequ": 5331, + "Target": 5332, + "сле": 5333, + "Server": 5334, + "▁wide": 5335, + "close": 5336, + "▁cru": 5337, + "Ext": 5338, + "▁select": 5339, + "▁pattern": 5340, + "\"));": 5341, + "Provider": 5342, + "URL": 5343, + "▁green": 5344, + "▁waiting": 5345, + "proto": 5346, + "▁immediately": 5347, + "common": 5348, + "azione": 5349, + "river": 5350, + "▁sen": 5351, + "▁!==": 5352, + "▁February": 5353, + "urb": 5354, + "▁Sen": 5355, + "dest": 5356, + ">": 6122, + "command": 6123, + "atz": 6124, + "▁mal": 6125, + "став": 6126, + "▁Press": 6127, + "▁characters": 6128, + "▁zero": 6129, + "AGE": 6130, + "rapper": 6131, + "▁kitchen": 6132, + "aming": 6133, + "▁restr": 6134, + "XX": 6135, + "▁College": 6136, + "▁Array": 6137, + "▁fresh": 6138, + "▁shift": 6139, + "▁specified": 6140, + "plete": 6141, + "ITE": 6142, + "▁Camp": 6143, + "rial": 6144, + "cb": 6145, + "▁TH": 6146, + "IB": 6147, + "osen": 6148, + "▁ú": 6149, + "▁params": 6150, + "ignment": 6151, + "adding": 6152, + "▁degree": 6153, + "Local": 6154, + "Oh": 6155, + "▁zur": 6156, + "▁levels": 6157, + "CS": 6158, + "finished": 6159, + "Case": 6160, + "riage": 6161, + "Vector": 6162, + "▁sea": 6163, + "antic": 6164, + "▁League": 6165, + "▁therefore": 6166, + "One": 6167, + "Return": 6168, + "Access": 6169, + "vas": 6170, + "▁ос": 6171, + "▁rat": 6172, + "Big": 6173, + "▁behavior": 6174, + "kr": 6175, + "▁undefined": 6176, + "▁Es": 6177, + "▁appeared": 6178, + "eles": 6179, + "▁WAR": 6180, + "Stat": 6181, + "▁Google": 6182, + "▁credit": 6183, + "▁File": 6184, + "anging": 6185, + "house": 6186, + "romise": 6187, + "gent": 6188, + "▁habit": 6189, + "▁society": 6190, + "▁encour": 6191, + "▁paint": 6192, + "pet": 6193, + "▁UK": 6194, + "aws": 6195, + "onom": 6196, + "Gl": 6197, + "}_{\\": 6198, + "eless": 6199, + "emy": 6200, + "▁Cong": 6201, + "▁developed": 6202, + "▁images": 6203, + "▁ö": 6204, + "▁font": 6205, + "clear": 6206, + "gin": 6207, + "▁Lord": 6208, + "▁transport": 6209, + "▁::": 6210, + "▁cup": 6211, + "ulate": 6212, + "▁During": 6213, + "priv": 6214, + "▁extrem": 6215, + "▁Di": 6216, + "▁doubt": 6217, + "Py": 6218, + "ifying": 6219, + "split": 6220, + "ego": 6221, + "github": 6222, + "▁),": 6223, + "ROM": 6224, + "▁chair": 6225, + "▁trade": 6226, + "▁nicht": 6227, + "Top": 6228, + "Store": 6229, + "▁parte": 6230, + "project": 6231, + "nia": 6232, + "▁від": 6233, + "war": 6234, + "▁Prof": 6235, + "▁caught": 6236, + "Thread": 6237, + "ства": 6238, + "author": 6239, + "▁doll": 6240, + "▁harm": 6241, + "▁Gen": 6242, + "tree": 6243, + "etime": 6244, + "cfg": 6245, + "▁guys": 6246, + "▁California": 6247, + "▁Green": 6248, + "▁movement": 6249, + "iej": 6250, + "▁statement": 6251, + "▁seeing": 6252, + "▁haven": 6253, + "vention": 6254, + "SL": 6255, + "chedul": 6256, + "iert": 6257, + "▁primary": 6258, + "▁civil": 6259, + "rian": 6260, + "▁button": 6261, + "▁lived": 6262, + "Pass": 6263, + "sor": 6264, + "▁watching": 6265, + "▁skills": 6266, + "tee": 6267, + "Level": 6268, + "▁scient": 6269, + "hs": 6270, + "▁agre": 6271, + "cat": 6272, + "▁tend": 6273, + "▁Mill": 6274, + "▁Cap": 6275, + "ORD": 6276, + "gle": 6277, + "▁сво": 6278, + "»,": 6279, + "▁ahead": 6280, + "vest": 6281, + "▁Jose": 6282, + "ischer": 6283, + "și": 6284, + "▁leaving": 6285, + "▁для": 6286, + "▁south": 6287, + "▁consum": 6288, + "Range": 6289, + "▁activities": 6290, + "Sec": 6291, + "▁sales": 6292, + "▁fix": 6293, + "▁jed": 6294, + "rum": 6295, + "vector": 6296, + "▁spot": 6297, + "▁manufact": 6298, + "кт": 6299, + "orrow": 6300, + "sign": 6301, + "▁college": 6302, + "▁driver": 6303, + "▁definitely": 6304, + "▁spend": 6305, + "mission": 6306, + "зу": 6307, + "atively": 6308, + "bi": 6309, + "Callback": 6310, + "▁particularly": 6311, + "▁hell": 6312, + "▁pool": 6313, + "PRE": 6314, + "▁clearly": 6315, + "PT": 6316, + "othes": 6317, + "▁Id": 6318, + "Location": 6319, + "▁Run": 6320, + "▁fixed": 6321, + "▁Hand": 6322, + "bal": 6323, + "double": 6324, + "Can": 6325, + "Omega": 6326, + "▁challeng": 6327, + "▁standing": 6328, + "iten": 6329, + "▁mechan": 6330, + "▁durch": 6331, + "▁dell": 6332, + "▁raised": 6333, + "▁weak": 6334, + "▁Du": 6335, + "grad": 6336, + "▁scene": 6337, + "poss": 6338, + "▁ton": 6339, + "▁earth": 6340, + "ulations": 6341, + "▁strength": 6342, + "aked": 6343, + "▁remain": 6344, + "▁Bi": 6345, + "▁customer": 6346, + "range": 6347, + "▁interested": 6348, + "ONE": 6349, + "▁coff": 6350, + "require": 6351, + "▁Only": 6352, + "▁Web": 6353, + "▁farm": 6354, + "▁activity": 6355, + "▁rout": 6356, + "bling": 6357, + "SY": 6358, + "▁Richard": 6359, + "▁Ref": 6360, + "▁кон": 6361, + "▁jun": 6362, + "born": 6363, + "ijn": 6364, + "Configuration": 6365, + "uman": 6366, + "EE": 6367, + "▁married": 6368, + "▁За": 6369, + "▁fat": 6370, + "▁kid": 6371, + "▁Tur": 6372, + "▁offered": 6373, + "nic": 6374, + "▁Big": 6375, + "Gamma": 6376, + "▁Health": 6377, + "▁TR": 6378, + "▁się": 6379, + "▁construction": 6380, + "▁Church": 6381, + "▁Bet": 6382, + "bus": 6383, + "▁earn": 6384, + "rict": 6385, + "▁пра": 6386, + "▁brain": 6387, + "▁fra": 6388, + "▁Op": 6389, + "FIG": 6390, + "ema": 6391, + "▁European": 6392, + "▁Saint": 6393, + "ARE": 6394, + "uri": 6395, + "▁River": 6396, + "{}": 6397, + "▁sitting": 6398, + "▁understanding": 6399, + "▁plans": 6400, + "ropri": 6401, + "▁older": 6402, + "▁pressure": 6403, + "Impl": 6404, + "▁peace": 6405, + "Connection": 6406, + "▁fi": 6407, + "rich": 6408, + "▁shut": 6409, + "apers": 6410, + "Port": 6411, + "▁Look": 6412, + "rim": 6413, + "auth": 6414, + "auto": 6415, + "▁highly": 6416, + "▁unless": 6417, + "▁Wal": 6418, + "▁ren": 6419, + "ws": 6420, + "▁core": 6421, + "(-": 6422, + "▁clim": 6423, + "ruit": 6424, + "▁callback": 6425, + "hest": 6426, + "▁Charles": 6427, + "▁Long": 6428, + "}=": 6429, + "ър": 6430, + "▁shared": 6431, + "ulated": 6432, + "gorithm": 6433, + "▁Home": 6434, + "▁village": 6435, + "ees": 6436, + "sv": 6437, + "▁restaur": 6438, + "rey": 6439, + "▁Cast": 6440, + "▁Person": 6441, + "кий": 6442, + "▁organiz": 6443, + "▁Rad": 6444, + "ponents": 6445, + "▁werden": 6446, + "▁bow": 6447, + "sen": 6448, + "ami": 6449, + "Interface": 6450, + "▁basis": 6451, + "▁Company": 6452, + "ernel": 6453, + "itu": 6454, + "Hash": 6455, + "▁aan": 6456, + "▁х": 6457, + "▁smile": 6458, + "xml": 6459, + "▁scen": 6460, + "amm": 6461, + "tool": 6462, + "aria": 6463, + "▁accur": 6464, + "settings": 6465, + "▁Jesus": 6466, + "acement": 6467, + "power": 6468, + "(!": 6469, + "▁calls": 6470, + "▁basic": 6471, + "▁settings": 6472, + "ript": 6473, + "pool": 6474, + "ctors": 6475, + "▁Foundation": 6476, + "▁weap": 6477, + "KEY": 6478, + "foot": 6479, + "▁radio": 6480, + "▁helped": 6481, + "mann": 6482, + "▁jump": 6483, + "▁tick": 6484, + "▁growing": 6485, + "aten": 6486, + "real": 6487, + "▁increasing": 6488, + "Device": 6489, + "varepsilon": 6490, + "▁sets": 6491, + "▁advant": 6492, + "Open": 6493, + "▁reasons": 6494, + "▁supposed": 6495, + "oes": 6496, + "ede": 6497, + "teen": 6498, + "ifdef": 6499, + "▁delete": 6500, + "▁&=": 6501, + "▁Bill": 6502, + "▁aim": 6503, + "▁Ok": 6504, + "▁Av": 6505, + "reci": 6506, + "acks": 6507, + "iste": 6508, + "Properties": 6509, + "▁tmp": 6510, + "▁dei": 6511, + "PER": 6512, + "DC": 6513, + "sta": 6514, + "нии": 6515, + "▁limited": 6516, + "▁greater": 6517, + "description": 6518, + "ori": 6519, + "aints": 6520, + "▁hy": 6521, + "▁Mel": 6522, + "▁CH": 6523, + "cons": 6524, + "▁surround": 6525, + "▁Who": 6526, + "arc": 6527, + "▁telev": 6528, + "itution": 6529, + "▁equal": 6530, + "кі": 6531, + "▁Israel": 6532, + "äh": 6533, + "▁Caption": 6534, + "▁exerc": 6535, + "empor": 6536, + "▁++": 6537, + "▁lib": 6538, + "make": 6539, + "▁MA": 6540, + "copy": 6541, + "friend": 6542, + "▁кото": 6543, + "▁damage": 6544, + "▁\\,": 6545, + "oded": 6546, + "▁none": 6547, + "▁evalu": 6548, + "ston": 6549, + ">,": 6550, + "FOR": 6551, + "▁norm": 6552, + "appe": 6553, + "Session": 6554, + "▁adult": 6555, + "▁hospital": 6556, + "▁recommend": 6557, + "property": 6558, + "stein": 6559, + "final": 6560, + "▁nu": 6561, + "second": 6562, + "▁aspect": 6563, + "\")]": 6564, + "жен": 6565, + "amento": 6566, + "▁rac": 6567, + "save": 6568, + "▁football": 6569, + "Ab": 6570, + "ungs": 6571, + "abil": 6572, + "▁Arch": 6573, + "system": 6574, + "hist": 6575, + "▁luck": 6576, + "render": 6577, + "▁sein": 6578, + "ioni": 6579, + "▁rot": 6580, + "▁corner": 6581, + "▁appropri": 6582, + "▁Software": 6583, + "▁tele": 6584, + "Delete": 6585, + "▁According": 6586, + "▁prison": 6587, + "▁lic": 6588, + "▁ми": 6589, + "term": 6590, + "sets": 6591, + "▁vel": 6592, + "▁rank": 6593, + "▁existing": 6594, + "▁Vir": 6595, + "▁trip": 6596, + "▁му": 6597, + "avax": 6598, + "▁ris": 6599, + "▁define": 6600, + "▁heat": 6601, + "car": 6602, + "▁convert": 6603, + "email": 6604, + "▁Under": 6605, + "▁Ш": 6606, + "▁Grand": 6607, + "▁exists": 6608, + "sys": 6609, + "eff": 6610, + "▁Top": 6611, + "▁č": 6612, + "▁tempor": 6613, + "▁arguments": 6614, + "▁supported": 6615, + "ensed": 6616, + "▁Francis": 6617, + "▁coord": 6618, + "▁achieve": 6619, + "▁Name": 6620, + "▁Jahr": 6621, + "▁Gi": 6622, + "she": 6623, + "▁Dev": 6624, + "▁alla": 6625, + "▁WIT": 6626, + "agment": 6627, + "custom": 6628, + "alls": 6629, + "&&": 6630, + "WE": 6631, + "▁holding": 6632, + "prototype": 6633, + "▁fing": 6634, + "▁bag": 6635, + "▁Party": 6636, + "stack": 6637, + "▁economic": 6638, + "▁Gal": 6639, + "idents": 6640, + "▁Jun": 6641, + "▁showed": 6642, + "osh": 6643, + "▁Bay": 6644, + "mail": 6645, + "▁SO": 6646, + "▁\"<": 6647, + "graphics": 6648, + "▁fu": 6649, + "click": 6650, + "▁battle": 6651, + "{{": 6652, + "▁Event": 6653, + "rior": 6654, + "chaft": 6655, + "▁favorite": 6656, + "usive": 6657, + "support": 6658, + "bm": 6659, + "Kind": 6660, + "▁safety": 6661, + "▁Ent": 6662, + "cup": 6663, + "▁Australia": 6664, + "▁destroy": 6665, + "▁organization": 6666, + "iden": 6667, + "################": 6668, + "dec": 6669, + "▁za": 6670, + "▁seven": 6671, + "arely": 6672, + "▁flag": 6673, + "Dir": 6674, + "▁Carl": 6675, + "▁doctor": 6676, + "▁variety": 6677, + "▁Lin": 6678, + "▁tom": 6679, + "^{(": 6680, + "Bo": 6681, + "antes": 6682, + "▁mine": 6683, + "▁Mit": 6684, + "▁describe": 6685, + "Args": 6686, + "LS": 6687, + "API": 6688, + "▁Luc": 6689, + "phone": 6690, + "▁science": 6691, + "▁Oper": 6692, + "Next": 6693, + "▁investig": 6694, + "▁demonstr": 6695, + "▁Govern": 6696, + "▁objects": 6697, + "▁Louis": 6698, + "▁Returns": 6699, + "▁han": 6700, + "nam": 6701, + "▁comme": 6702, + "▁presence": 6703, + "▁pel": 6704, + "▁detect": 6705, + ")=": 6706, + "▁Chinese": 6707, + "▁rich": 6708, + "▁classes": 6709, + "▁expand": 6710, + "▁Dom": 6711, + "▁Dec": 6712, + "sn": 6713, + "peed": 6714, + "▁Jim": 6715, + "should": 6716, + "▁Smith": 6717, + "▁pages": 6718, + "▁Jean": 6719, + "rics": 6720, + "▁Sund": 6721, + "ads": 6722, + "▁Their": 6723, + "unicip": 6724, + "ву": 6725, + "▁download": 6726, + "▁stress": 6727, + "▁Pet": 6728, + "menu": 6729, + "reme": 6730, + "▁compared": 6731, + "Ste": 6732, + "IND": 6733, + "container": 6734, + "▁Indian": 6735, + "oren": 6736, + "▁ses": 6737, + "▁Whe": 6738, + "▁roku": 6739, + "▁established": 6740, + "▁generally": 6741, + "▁fle": 6742, + "__(": 6743, + "=\"+": 6744, + "Var": 6745, + "▁Make": 6746, + "▁removed": 6747, + "zz": 6748, + "ün": 6749, + "▁mix": 6750, + "erk": 6751, + "iation": 6752, + "outer": 6753, + "SK": 6754, + "▁becomes": 6755, + "▁Hall": 6756, + "scious": 6757, + "▁watched": 6758, + "▁gather": 6759, + "▁Result": 6760, + "proof": 6761, + "pay": 6762, + "▁produced": 6763, + "▁|=": 6764, + "▁border": 6765, + "▁din": 6766, + "▁script": 6767, + "▁actions": 6768, + "▁mas": 6769, + "ща": 6770, + "ooth": 6771, + "▁Techn": 6772, + "Json": 6773, + "▁filled": 6774, + "ден": 6775, + "undle": 6776, + "сту": 6777, + "Tool": 6778, + "▁king": 6779, + "▁ven": 6780, + "stra": 6781, + "▁predict": 6782, + "▁lui": 6783, + "▁WARRAN": 6784, + "▁Fun": 6785, + "Script": 6786, + "▁powerful": 6787, + "▁lose": 6788, + "atically": 6789, + "▁daily": 6790, + "▁ring": 6791, + "▁arrived": 6792, + "Stack": 6793, + "scope": 6794, + "▁Back": 6795, + "elij": 6796, + "▁ze": 6797, + "keys": 6798, + "{\"": 6799, + "VID": 6800, + "▁license": 6801, + "what": 6802, + "▁proced": 6803, + "rant": 6804, + "estival": 6805, + "agram": 6806, + "▁LO": 6807, + "▁Henry": 6808, + "▁flags": 6809, + "Down": 6810, + "scription": 6811, + "▁families": 6812, + "isse": 6813, + "bour": 6814, + "▁Bur": 6815, + "—\"": 6816, + "▁brief": 6817, + "▁creating": 6818, + "▁clients": 6819, + "rangle": 6820, + "▁amazing": 6821, + "▁sind": 6822, + "▁covered": 6823, + "Well": 6824, + "сте": 6825, + "тор": 6826, + "▁Bas": 6827, + "total": 6828, + "▁Init": 6829, + "▁sand": 6830, + "Unit": 6831, + "▁murder": 6832, + "▁bright": 6833, + "▁trav": 6834, + "icans": 6835, + "▁attribute": 6836, + "fc": 6837, + "▁placed": 6838, + "EST": 6839, + "Vari": 6840, + "▁cos": 6841, + "▁attract": 6842, + "anel": 6843, + "}).": 6844, + "bytes": 6845, + "▁parse": 6846, + "▁belong": 6847, + "BN": 6848, + "▁Sol": 6849, + "Po": 6850, + "`,": 6851, + "▁calling": 6852, + "▁?>": 6853, + "▁iter": 6854, + "▁url": 6855, + "▁evening": 6856, + "reek": 6857, + "▁honest": 6858, + "▁director": 6859, + "RC": 6860, + "▁solid": 6861, + "▁phil": 6862, + "iene": 6863, + "FAULT": 6864, + "cope": 6865, + "▁History": 6866, + "▁Team": 6867, + "reedom": 6868, + "▁ru": 6869, + "UB": 6870, + "▁worse": 6871, + "imo": 6872, + "Mat": 6873, + "▁Mex": 6874, + "actor": 6875, + "▁vor": 6876, + "ться": 6877, + "▁experiment": 6878, + "▁Play": 6879, + "▁Another": 6880, + "▁happens": 6881, + "uan": 6882, + "▁patients": 6883, + "▁rend": 6884, + "▁Mo": 6885, + "▁Tex": 6886, + "▁wed": 6887, + "tn": 6888, + "insert": 6889, + "▁па": 6890, + "▁anti": 6891, + "Match": 6892, + "ampionship": 6893, + "▁forces": 6894, + "▁Hot": 6895, + "▁phase": 6896, + "▁template": 6897, + "stop": 6898, + "icated": 6899, + "▁managed": 6900, + "wait": 6901, + "▁*(": 6902, + "GB": 6903, + "▁appoint": 6904, + "ła": 6905, + "▁stick": 6906, + "▁FOR": 6907, + "▁Vis": 6908, + "tor": 6909, + "▁př": 6910, + "quest": 6911, + "uses": 6912, + "\");\r": 6913, + "▁suddenly": 6914, + "éc": 6915, + "ND": 6916, + "urop": 6917, + "ред": 6918, + "▁insurance": 6919, + "access": 6920, + "unfinished": 6921, + "▁tamb": 6922, + "▁sac": 6923, + "▁Court": 6924, + "▁missing": 6925, + "▁Where": 6926, + "▁Sum": 6927, + "}^{\\": 6928, + "▁sua": 6929, + "_,": 6930, + "▁thick": 6931, + "▁Trump": 6932, + "▁operations": 6933, + "FS": 6934, + "▁deux": 6935, + "dz": 6936, + "Template": 6937, + "▁\"/": 6938, + "▁odd": 6939, + "▁reality": 6940, + "▁teams": 6941, + "▁cer": 6942, + "oma": 6943, + "▁și": 6944, + "▁cloud": 6945, + "▁Department": 6946, + "Ne": 6947, + "▁requires": 6948, + "items": 6949, + "▁III": 6950, + "rightarrow": 6951, + ")->": 6952, + "▁writer": 6953, + "replace": 6954, + "▁thr": 6955, + "jen": 6956, + "▁ot": 6957, + "▁occup": 6958, + "▁eventually": 6959, + "▁Math": 6960, + "▁conserv": 6961, + "amer": 6962, + "▁Fort": 6963, + "▁dry": 6964, + "▁sexual": 6965, + "▁costs": 6966, + "▁forms": 6967, + "▁Vict": 6968, + "PAR": 6969, + "framework": 6970, + "▁ди": 6971, + "Operation": 6972, + "зна": 6973, + "which": 6974, + "▁tight": 6975, + "Invalid": 6976, + "▁partner": 6977, + "▁пред": 6978, + "▁thank": 6979, + "▁guard": 6980, + "hem": 6981, + "Body": 6982, + "▁emot": 6983, + "IX": 6984, + "fast": 6985, + "що": 6986, + "ño": 6987, + "night": 6988, + "▁Sci": 6989, + "ника": 6990, + "▁TO": 6991, + "▁individuals": 6992, + "сси": 6993, + "}),": 6994, + "False": 6995, + "(\"%": 6996, + "▁optim": 6997, + "▁-->": 6998, + "▁factor": 6999, + "▁smaller": 7000, + "▁contain": 7001, + "spect": 7002, + "Engine": 7003, + "▁announced": 7004, + "▁Democr": 7005, + "▁rob": 7006, + "▁flat": 7007, + "osoph": 7008, + "Search": 7009, + "ahl": 7010, + "▁Exception": 7011, + "▁Ol": 7012, + "equals": 7013, + "▁unter": 7014, + "shape": 7015, + "NS": 7016, + "Obj": 7017, + "▁species": 7018, + "weight": 7019, + "you": 7020, + "▁este": 7021, + "▁View": 7022, + "▁mission": 7023, + "▁journal": 7024, + "Values": 7025, + "▁einem": 7026, + "ismo": 7027, + "▁projects": 7028, + "▁Das": 7029, + "rible": 7030, + "▁serve": 7031, + "▁opening": 7032, + "▁hur": 7033, + "▁programs": 7034, + "▁USA": 7035, + "iliar": 7036, + "idos": 7037, + "Br": 7038, + "estamp": 7039, + "▁tools": 7040, + "anner": 7041, + "RT": 7042, + "▁Start": 7043, + "▁bath": 7044, + "▁coffee": 7045, + "orter": 7046, + "internal": 7047, + "files": 7048, + "INVAL": 7049, + "ako": 7050, + "dt": 7051, + "▁Second": 7052, + "▁alloc": 7053, + "▁ended": 7054, + "acional": 7055, + "▁manager": 7056, + "▁Sun": 7057, + "agg": 7058, + "▁leader": 7059, + "olved": 7060, + "▁что": 7061, + "▁traditional": 7062, + "shot": 7063, + "rup": 7064, + "CF": 7065, + "▁Each": 7066, + "wr": 7067, + "▁Som": 7068, + "▁materials": 7069, + "▁msg": 7070, + "▁syn": 7071, + "▁produce": 7072, + "▁storage": 7073, + "subsection": 7074, + "▁Sie": 7075, + "▁IP": 7076, + "CESS": 7077, + "▁wa": 7078, + "Record": 7079, + "▁marketing": 7080, + "plet": 7081, + "Dialog": 7082, + "▁mentioned": 7083, + "▁Na": 7084, + "▁Union": 7085, + "▁API": 7086, + "▁negative": 7087, + "txt": 7088, + "▁easier": 7089, + "legal": 7090, + "Dep": 7091, + "▁novel": 7092, + "eur": 7093, + "ació": 7094, + "▁Bud": 7095, + "▁carry": 7096, + "schaft": 7097, + "▁broken": 7098, + "▁trees": 7099, + ">();": 7100, + "▁emb": 7101, + "ieder": 7102, + "▁route": 7103, + "ikel": 7104, + "▁listen": 7105, + "ashion": 7106, + "▁Mrs": 7107, + "▁equipment": 7108, + "agger": 7109, + "▁Thus": 7110, + "▁matrix": 7111, + "alla": 7112, + "▁Tour": 7113, + "▁conversation": 7114, + "Mon": 7115, + "ournal": 7116, + "▁minute": 7117, + "Am": 7118, + "Api": 7119, + "▁forget": 7120, + "Me": 7121, + "levant": 7122, + "temp": 7123, + "▁telling": 7124, + "move": 7125, + "▁independent": 7126, + "toString": 7127, + "edit": 7128, + "▁Jac": 7129, + "azz": 7130, + "react": 7131, + "▁cin": 7132, + "▁Prov": 7133, + "isted": 7134, + "▁hash": 7135, + "onna": 7136, + "iki": 7137, + "▁generated": 7138, + "Render": 7139, + "▁psych": 7140, + "nav": 7141, + "▁entr": 7142, + "пра": 7143, + "rx": 7144, + "ATH": 7145, + "▁assume": 7146, + "Tree": 7147, + "sembly": 7148, + "▁Matt": 7149, + "caption": 7150, + "▁solutions": 7151, + "▁faith": 7152, + "▁digital": 7153, + "▁excell": 7154, + "▁Version": 7155, + "Debug": 7156, + "▁жи": 7157, + "▁carried": 7158, + "reset": 7159, + "▁slowly": 7160, + "ancing": 7161, + "▁owner": 7162, + "▁Ter": 7163, + "▁Did": 7164, + "▁gest": 7165, + "▁été": 7166, + "▁proof": 7167, + "Font": 7168, + "▁nob": 7169, + "Co": 7170, + "▁GNU": 7171, + "▁liber": 7172, + "itness": 7173, + "▁hij": 7174, + "▁vert": 7175, + "ша": 7176, + "FLAG": 7177, + "MENT": 7178, + "▁Son": 7179, + "Mult": 7180, + "▁district": 7181, + "connect": 7182, + "jection": 7183, + "lymp": 7184, + "▁realized": 7185, + "mos": 7186, + "ye": 7187, + "▁render": 7188, + "rio": 7189, + "▁interpret": 7190, + "▁slightly": 7191, + "fix": 7192, + "▁studies": 7193, + "▁rid": 7194, + "atre": 7195, + "▁benefits": 7196, + "▁Face": 7197, + "ivery": 7198, + "рия": 7199, + "document": 7200, + "▁asking": 7201, + "Last": 7202, + "arante": 7203, + "▁Martin": 7204, + "▁Ell": 7205, + "▁vector": 7206, + "▁forced": 7207, + "оло": 7208, + "PH": 7209, + "WR": 7210, + "▁Kl": 7211, + "▁sky": 7212, + "▁strategy": 7213, + "ocked": 7214, + "▁neck": 7215, + "ści": 7216, + "OUT": 7217, + ")),": 7218, + "Custom": 7219, + "▁wie": 7220, + "▁sweet": 7221, + "▁temp": 7222, + "▁foreign": 7223, + "▁hall": 7224, + "astr": 7225, + "Ass": 7226, + "MODE": 7227, + "▁maximum": 7228, + "annels": 7229, + "▁tip": 7230, + "▁seconds": 7231, + "▁stack": 7232, + "iga": 7233, + "▁raise": 7234, + "enable": 7235, + "oir": 7236, + "▁soul": 7237, + "Ke": 7238, + ")$.": 7239, + "▁Tim": 7240, + "ALSE": 7241, + "iser": 7242, + "contin": 7243, + "bel": 7244, + "▁mad": 7245, + "lichen": 7246, + "abe": 7247, + "safe": 7248, + "▁concent": 7249, + "bound": 7250, + "▁Requ": 7251, + "switch": 7252, + "▁stone": 7253, + "▁transl": 7254, + "▁vac": 7255, + "andon": 7256, + "▁Fore": 7257, + "▁sounds": 7258, + "▁Pop": 7259, + "▁HT": 7260, + "lia": 7261, + "enter": 7262, + "▁helps": 7263, + "edy": 7264, + "ствен": 7265, + "anted": 7266, + "▁Its": 7267, + "▁Step": 7268, + "Icon": 7269, + "▁EXPECT": 7270, + "ialized": 7271, + "Post": 7272, + "aze": 7273, + "▁Carol": 7274, + "▁req": 7275, + "▁critical": 7276, + "DS": 7277, + "▁seat": 7278, + "aped": 7279, + "▁upper": 7280, + "▁Sy": 7281, + "▁explain": 7282, + "▁'./": 7283, + "utils": 7284, + "possible": 7285, + "▁dont": 7286, + "Host": 7287, + "▁approxim": 7288, + "Async": 7289, + "▁grab": 7290, + "▁sources": 7291, + "▁Mos": 7292, + "▁Germany": 7293, + "▁rub": 7294, + "CHAN": 7295, + "▁rain": 7296, + "▁truly": 7297, + "▁joined": 7298, + "▁": 8276, + "agnost": 8277, + "▁proposed": 8278, + "▁Game": 8279, + "▁efforts": 8280, + "вя": 8281, + "tc": 8282, + "ск": 8283, + "▁intent": 8284, + "▁Bre": 8285, + "isc": 8286, + "▁protest": 8287, + "▁holds": 8288, + "ometry": 8289, + "▁Have": 8290, + "▁detail": 8291, + "▁WITHOUT": 8292, + "yer": 8293, + "▁Kon": 8294, + "▁noticed": 8295, + "▁requirements": 8296, + "DEBUG": 8297, + "kins": 8298, + "▁Span": 8299, + "▁cars": 8300, + "meta": 8301, + "▁kil": 8302, + "▁Bron": 8303, + "▁experienced": 8304, + "▁remind": 8305, + "ourse": 8306, + "▁Western": 8307, + "tered": 8308, + "▁devices": 8309, + "▁pictures": 8310, + "▁tut": 8311, + "\"`": 8312, + "▁impossible": 8313, + "▁rail": 8314, + "▁feels": 8315, + "icas": 8316, + "illing": 8317, + "▁accident": 8318, + "▁'@": 8319, + "________": 8320, + "▁notes": 8321, + "oman": 8322, + "Parser": 8323, + "▁discovered": 8324, + "▁Roman": 8325, + "▁budget": 8326, + "▁guide": 8327, + "king": 8328, + "▁incred": 8329, + "olar": 8330, + "enden": 8331, + "Desc": 8332, + "▁wave": 8333, + "бли": 8334, + "igt": 8335, + "▁restrict": 8336, + "▁Ret": 8337, + "▁mac": 8338, + "ур": 8339, + "BS": 8340, + "ís": 8341, + "▁generation": 8342, + "dem": 8343, + "alo": 8344, + "бра": 8345, + "▁ordered": 8346, + "drop": 8347, + "▁pp": 8348, + "▁Review": 8349, + "▁literally": 8350, + "▁Sir": 8351, + "▁Yeah": 8352, + "▁density": 8353, + "riz": 8354, + "inde": 8355, + "▁gain": 8356, + "▁panel": 8357, + "jet": 8358, + "▁Times": 8359, + "▁nella": 8360, + "▁previously": 8361, + "points": 8362, + "Send": 8363, + "▁Brown": 8364, + "each": 8365, + "▁trigger": 8366, + "ometimes": 8367, + "icos": 8368, + "GR": 8369, + "Panel": 8370, + "ogen": 8371, + "▁cm": 8372, + "ructions": 8373, + "▁kiss": 8374, + "▁solo": 8375, + "▁famous": 8376, + "ran": 8377, + "про": 8378, + "▁thro": 8379, + "Graph": 8380, + "imit": 8381, + "▁Value": 8382, + "▁starts": 8383, + "ipeline": 8384, + "hd": 8385, + "TC": 8386, + "▁discussion": 8387, + "▁truck": 8388, + "aka": 8389, + "Only": 8390, + "▁Equ": 8391, + "▁kö": 8392, + "▁Bes": 8393, + "▁critic": 8394, + "▁propos": 8395, + "▁batt": 8396, + "▁Section": 8397, + "Show": 8398, + "gp": 8399, + "STATE": 8400, + "POST": 8401, + "▁Nord": 8402, + "▁innov": 8403, + "▁crim": 8404, + "axis": 8405, + "▁Turn": 8406, + "conn": 8407, + "Runtime": 8408, + "▁remaining": 8409, + "oston": 8410, + "▁Э": 8411, + "▁windows": 8412, + "▁Royal": 8413, + "▁vide": 8414, + "PP": 8415, + "chron": 8416, + "▁san": 8417, + "▁rise": 8418, + "▁delle": 8419, + "▁Dur": 8420, + "▁rapid": 8421, + "cert": 8422, + "LA": 8423, + "edge": 8424, + "▁\\]": 8425, + "▁entered": 8426, + "▁laws": 8427, + "▁photo": 8428, + "▁applications": 8429, + "▁Berlin": 8430, + "▁arrest": 8431, + "▁federal": 8432, + "▁Russia": 8433, + "▁usual": 8434, + "▁raw": 8435, + "▁più": 8436, + "être": 8437, + "JSON": 8438, + "SION": 8439, + "xture": 8440, + "istent": 8441, + "▁Power": 8442, + "Bit": 8443, + "▁capacity": 8444, + "▁cards": 8445, + "UID": 8446, + "iments": 8447, + "▁dar": 8448, + "▁Chicago": 8449, + "▁comfortable": 8450, + "tip": 8451, + "bas": 8452, + "▁mu": 8453, + "▁enemy": 8454, + "yan": 8455, + "▁фи": 8456, + "▁updated": 8457, + "ango": 8458, + "Ev": 8459, + "Effect": 8460, + "osing": 8461, + "rence": 8462, + "▁Congress": 8463, + "▁defe": 8464, + "▁ip": 8465, + "▁tout": 8466, + "▁freedom": 8467, + "▁ao": 8468, + "▁Therefore": 8469, + "Edit": 8470, + "▁Virgin": 8471, + "REE": 8472, + "argo": 8473, + "▁Dam": 8474, + "▁traffic": 8475, + "ños": 8476, + "▁alle": 8477, + "▁depth": 8478, + "Now": 8479, + "▁sides": 8480, + "▁годи": 8481, + "Descriptor": 8482, + "▁artikel": 8483, + "▁narrow": 8484, + "___": 8485, + "kw": 8486, + "uto": 8487, + "▁Facebook": 8488, + "tegr": 8489, + "boolean": 8490, + "nik": 8491, + "bd": 8492, + "Track": 8493, + "▁gran": 8494, + "reshold": 8495, + "вет": 8496, + "wrap": 8497, + "▁noise": 8498, + "igu": 8499, + "▁Bon": 8500, + "▁wy": 8501, + "linux": 8502, + "cks": 8503, + "▁fans": 8504, + "▁mach": 8505, + "▁prices": 8506, + "év": 8507, + "outs": 8508, + "standing": 8509, + "▁categ": 8510, + ";\\": 8511, + "▁decre": 8512, + "▁Saturday": 8513, + "▁menu": 8514, + "▁Nov": 8515, + "▁Yet": 8516, + "▁так": 8517, + "liche": 8518, + "▁Academ": 8519, + "▁communication": 8520, + "using": 8521, + "▁Society": 8522, + "▁nuc": 8523, + "pective": 8524, + "orial": 8525, + "▁afraid": 8526, + "▁animal": 8527, + "▁turning": 8528, + "dst": 8529, + "mathfrak": 8530, + "lers": 8531, + "▁lots": 8532, + "▁á": 8533, + "▁Tra": 8534, + "np": 8535, + "▁rose": 8536, + "▁GL": 8537, + "▁helping": 8538, + "▁winter": 8539, + "▁ком": 8540, + "Mock": 8541, + "▁investment": 8542, + "Use": 8543, + "▁Canad": 8544, + "нд": 8545, + "Copy": 8546, + "▁fly": 8547, + "SER": 8548, + "▁Far": 8549, + "▁Ros": 8550, + "amil": 8551, + "▁fighting": 8552, + "▁religious": 8553, + "super": 8554, + "screen": 8555, + "▁furn": 8556, + "▁surprised": 8557, + "▁replied": 8558, + "Activity": 8559, + "▁Down": 8560, + "▁insert": 8561, + "▁Olymp": 8562, + "▁pointed": 8563, + "▁Card": 8564, + "driver": 8565, + "▁Da": 8566, + "!--": 8567, + "roud": 8568, + "undo": 8569, + "▁messages": 8570, + "▁Point": 8571, + "VM": 8572, + "▁plane": 8573, + "xc": 8574, + "▁television": 8575, + "ён": 8576, + "▁thousands": 8577, + "▁cris": 8578, + "▁delay": 8579, + "▁Next": 8580, + "▁nombre": 8581, + "▁tu": 8582, + "▁skip": 8583, + "road": 8584, + "istration": 8585, + "▁tur": 8586, + "▁Develop": 8587, + "▁Па": 8588, + "▁дру": 8589, + "▁wonderful": 8590, + ">&": 8591, + "▁Liber": 8592, + "▁scope": 8593, + "▁manage": 8594, + "▁dass": 8595, + "▁recall": 8596, + "PM": 8597, + "▁relevant": 8598, + "▁Earth": 8599, + "▁как": 8600, + "▁apr": 8601, + "▁ASS": 8602, + "ién": 8603, + "▁SH": 8604, + "oom": 8605, + "itet": 8606, + "none": 8607, + "asi": 8608, + "▁motor": 8609, + "▁Show": 8610, + "nb": 8611, + "▁factors": 8612, + "▁forest": 8613, + "▁вре": 8614, + "thm": 8615, + "▁municip": 8616, + "▁turns": 8617, + "▁Division": 8618, + "EC": 8619, + "▁disappe": 8620, + "structor": 8621, + "▁somewhere": 8622, + "▁African": 8623, + "▁Institute": 8624, + "Grid": 8625, + "▁teacher": 8626, + "uries": 8627, + "▁respectively": 8628, + "▁SD": 8629, + "▁alive": 8630, + "▁pou": 8631, + "▁Water": 8632, + "фе": 8633, + "▁changing": 8634, + "▁afternoon": 8635, + "▁orders": 8636, + "Ret": 8637, + "Pointer": 8638, + "▁sav": 8639, + "erg": 8640, + "oked": 8641, + "essions": 8642, + "▁Fire": 8643, + "aret": 8644, + "imm": 8645, + "▁desire": 8646, + "▁що": 8647, + "▁Design": 8648, + "uture": 8649, + "▁Office": 8650, + "▁cmd": 8651, + "▁eating": 8652, + "Network": 8653, + "▁rough": 8654, + "operator": 8655, + "IGN": 8656, + "▁sports": 8657, + "▁weren": 8658, + "▁noted": 8659, + "▁twice": 8660, + "III": 8661, + "▁anx": 8662, + "▁elim": 8663, + "▁ав": 8664, + "▁io": 8665, + "▁speech": 8666, + "▁condu": 8667, + "elles": 8668, + "idade": 8669, + "▁advance": 8670, + "RI": 8671, + "oca": 8672, + "/\\": 8673, + "apshot": 8674, + "▁tail": 8675, + "models": 8676, + "ogy": 8677, + "▁Jeff": 8678, + "iration": 8679, + "▁Kore": 8680, + "▁leads": 8681, + "bat": 8682, + "Adapter": 8683, + "category": 8684, + "angular": 8685, + "▁saved": 8686, + "▁uniform": 8687, + "▁né": 8688, + "▁businesses": 8689, + "Hist": 8690, + "▁ар": 8691, + "domain": 8692, + "▁Si": 8693, + "raise": 8694, + "▁warn": 8695, + "hetic": 8696, + "▁Gro": 8697, + ")).": 8698, + "}>": 8699, + "зе": 8700, + "▁Amazon": 8701, + "▁Organ": 8702, + "▁Lake": 8703, + "▁agreement": 8704, + "xa": 8705, + "▁perman": 8706, + "▁containing": 8707, + "▁strange": 8708, + "сті": 8709, + "▁stupid": 8710, + "▁speaking": 8711, + "▁Internet": 8712, + "prefix": 8713, + "esc": 8714, + "Assert": 8715, + "prote": 8716, + "▁manner": 8717, + "▁Sz": 8718, + "unte": 8719, + "iot": 8720, + "Profile": 8721, + "oven": 8722, + "▁formed": 8723, + "▁lit": 8724, + "▁economy": 8725, + "▁cz": 8726, + "wid": 8727, + "REQ": 8728, + "▁chosen": 8729, + "▁Produ": 8730, + "oster": 8731, + "stances": 8732, + "awa": 8733, + "▁Ren": 8734, + "▁confirm": 8735, + "▁Бо": 8736, + "▁billion": 8737, + "▁déc": 8738, + "ých": 8739, + "▁illustr": 8740, + "TIES": 8741, + "▁Pub": 8742, + "▁ban": 8743, + "aded": 8744, + "ahn": 8745, + "▁Cath": 8746, + "nonumber": 8747, + "▁worst": 8748, + "▁Ме": 8749, + "▁suggested": 8750, + "stats": 8751, + "▁cant": 8752, + "▁align": 8753, + "kappa": 8754, + "▁hen": 8755, + "▁initi": 8756, + "'])": 8757, + "BI": 8758, + "▁garden": 8759, + "▁secure": 8760, + "▁\\[": 8761, + "handler": 8762, + "elli": 8763, + "ldots": 8764, + "secut": 8765, + "▁extended": 8766, + "}-": 8767, + "anie": 8768, + "▁Find": 8769, + "▁Museum": 8770, + "▁Conne": 8771, + "yy": 8772, + "▁passion": 8773, + "akers": 8774, + "ahr": 8775, + "ologies": 8776, + "▁equation": 8777, + "▁occasion": 8778, + "Let": 8779, + "']['": 8780, + "Print": 8781, + "anes": 8782, + "iente": 8783, + "▁Today": 8784, + "LECT": 8785, + "▁Af": 8786, + ",,": 8787, + "▁Та": 8788, + "▁```": 8789, + "even": 8790, + "sin": 8791, + "urer": 8792, + "▁°": 8793, + "otimes": 8794, + "▁IO": 8795, + "▁poet": 8796, + "()));": 8797, + "▁−": 8798, + "▁adopt": 8799, + "phere": 8800, + "#[": 8801, + "▁centre": 8802, + "oves": 8803, + "▁ans": 8804, + "dp": 8805, + "▁Kir": 8806, + "▁applicable": 8807, + "fp": 8808, + "▁visual": 8809, + "▁okay": 8810, + "oro": 8811, + "▁opportunities": 8812, + "Repository": 8813, + "▁ll": 8814, + "▁Rod": 8815, + "▁shel": 8816, + "▁launch": 8817, + "▁conven": 8818, + "▁Spe": 8819, + "Amer": 8820, + "▁cette": 8821, + "Cond": 8822, + "dep": 8823, + "Own": 8824, + "▁hook": 8825, + "▁dict": 8826, + "▁Those": 8827, + "▁fellow": 8828, + "▁philosoph": 8829, + "vin": 8830, + "ferences": 8831, + "hav": 8832, + "▁adding": 8833, + "iverse": 8834, + "game": 8835, + "▁Blue": 8836, + "▁clin": 8837, + "note": 8838, + "▁Ram": 8839, + "мер": 8840, + "covery": 8841, + "ña": 8842, + "▁би": 8843, + "▁fashion": 8844, + "▁broke": 8845, + "▁'\\": 8846, + "▁reader": 8847, + "ное": 8848, + "ности": 8849, + "▁payment": 8850, + "▁Lic": 8851, + "▁lips": 8852, + "▁academ": 8853, + "▁Mot": 8854, + "ells": 8855, + "CHECK": 8856, + "▁ру": 8857, + "▁MS": 8858, + "Editor": 8859, + "▁zone": 8860, + "iture": 8861, + "▁IT": 8862, + "runtime": 8863, + "▁proceed": 8864, + "лов": 8865, + "▁Maria": 8866, + "olver": 8867, + "▁Thanks": 8868, + "▁shouldn": 8869, + "▁Joh": 8870, + "▁Model": 8871, + "▁Sov": 8872, + "!'": 8873, + "Di": 8874, + "▁cancer": 8875, + "Ident": 8876, + "▁exchange": 8877, + "iller": 8878, + "inf": 8879, + "LEN": 8880, + "(){": 8881, + "aga": 8882, + "\"],": 8883, + "uh": 8884, + "▁Ken": 8885, + "▁photos": 8886, + "▁tiny": 8887, + "▁gent": 8888, + "ül": 8889, + "▁Take": 8890, + "idel": 8891, + "outing": 8892, + "Internal": 8893, + "▁cells": 8894, + "ним": 8895, + "hard": 8896, + "▁Town": 8897, + "obe": 8898, + "plex": 8899, + "тер": 8900, + "tons": 8901, + "▁concentr": 8902, + "mock": 8903, + "vc": 8904, + "áz": 8905, + "▁Championship": 8906, + "▁бе": 8907, + "??": 8908, + "éri": 8909, + "aly": 8910, + "▁Ц": 8911, + "ierte": 8912, + "▁totally": 8913, + "▁Auf": 8914, + "▁ourselves": 8915, + "▁Self": 8916, + "Forms": 8917, + "ighter": 8918, + "▁island": 8919, + "fmt": 8920, + "▁rc": 8921, + "▁tells": 8922, + "BB": 8923, + "dit": 8924, + "▁variables": 8925, + "▁intended": 8926, + "izont": 8927, + "▁plays": 8928, + "dam": 8929, + "seq": 8930, + "▁Sup": 8931, + "▁cultural": 8932, + "▁scream": 8933, + "__,": 8934, + "cipl": 8935, + "Timeout": 8936, + "▁ж": 8937, + "orte": 8938, + "▁replaced": 8939, + "EM": 8940, + "▁abandon": 8941, + "▁Special": 8942, + "ellen": 8943, + "▁Bru": 8944, + "irmed": 8945, + "Te": 8946, + "olt": 8947, + "ju": 8948, + "Argument": 8949, + "▁neut": 8950, + "scape": 8951, + "▁Ray": 8952, + "▁Polit": 8953, + "▁crowd": 8954, + "▁Windows": 8955, + "iego": 8956, + "▁escape": 8957, + "▁Apache": 8958, + "sync": 8959, + "eben": 8960, + "ifies": 8961, + "ether": 8962, + "Meta": 8963, + "▁biggest": 8964, + "Game": 8965, + "▁transaction": 8966, + "Env": 8967, + "▁Мо": 8968, + "▁plenty": 8969, + "▁mel": 8970, + "пре": 8971, + "▁motiv": 8972, + "▁ор": 8973, + "organ": 8974, + "▁mock": 8975, + "▁$_": 8976, + "ене": 8977, + "▁Number": 8978, + "cknow": 8979, + "▁Update": 8980, + "zero": 8981, + "▁surprise": 8982, + "cean": 8983, + "pdf": 8984, + "Global": 8985, + "▁attend": 8986, + "▁fond": 8987, + "▁understood": 8988, + "Nav": 8989, + "▁Mic": 8990, + "=$": 8991, + "oking": 8992, + "▁Stadium": 8993, + "Close": 8994, + "▁competition": 8995, + "▁soldiers": 8996, + "▁OP": 8997, + "agne": 8998, + "▁Anton": 8999, + "Main": 9000, + "ák": 9001, + "▁#[": 9002, + "▁Commit": 9003, + "pyx": 9004, + "▁east": 9005, + "▁Order": 9006, + "Float": 9007, + "▁accepted": 9008, + "▁monitor": 9009, + "▁pad": 9010, + "onic": 9011, + "▁pushed": 9012, + "▁replace": 9013, + "CRE": 9014, + "▁ride": 9015, + "found": 9016, + "=%": 9017, + "вой": 9018, + "▁matches": 9019, + "▁Lie": 9020, + "▁experiences": 9021, + "Pool": 9022, + "ups": 9023, + "AV": 9024, + "▁existence": 9025, + "▁thin": 9026, + "▁magn": 9027, + "COMP": 9028, + "home": 9029, + "▁ni": 9030, + "▁wurden": 9031, + "лав": 9032, + "▁teeth": 9033, + "▁Stan": 9034, + "appro": 9035, + "anny": 9036, + "ifts": 9037, + "▁unknown": 9038, + "▁homes": 9039, + "▁entity": 9040, + "cie": 9041, + "ление": 9042, + "iar": 9043, + "▁compliance": 9044, + "▁focused": 9045, + "uzz": 9046, + "=\\\"": 9047, + "components": 9048, + "Attr": 9049, + "allery": 9050, + "▁identify": 9051, + "Ok": 9052, + "pie": 9053, + "▁Still": 9054, + "▁offering": 9055, + "▁busy": 9056, + "ctl": 9057, + "itors": 9058, + "▁concerned": 9059, + "▁brown": 9060, + "clk": 9061, + "Selected": 9062, + "▁Block": 9063, + "▁egy": 9064, + "icing": 9065, + "▁URL": 9066, + "▁topic": 9067, + "▁Product": 9068, + "▁чи": 9069, + "▁trial": 9070, + "▁weekend": 9071, + "lu": 9072, + "▁IV": 9073, + "▁Egy": 9074, + "xC": 9075, + "▁nove": 9076, + "▁lett": 9077, + "enne": 9078, + "()).": 9079, + ".**": 9080, + "▁promise": 9081, + "election": 9082, + "Auth": 9083, + "rv": 9084, + "ril": 9085, + "▁conduct": 9086, + "▁maintain": 9087, + "▁boat": 9088, + "▁opposite": 9089, + "spin": 9090, + "webpack": 9091, + "anta": 9092, + "▁orient": 9093, + "▁suc": 9094, + "▁exercise": 9095, + "▁efficient": 9096, + "▁tradition": 9097, + "▁zw": 9098, + "▁Sud": 9099, + "going": 9100, + "▁Pier": 9101, + "inv": 9102, + "ipes": 9103, + "ensuremath": 9104, + "▁conver": 9105, + "creen": 9106, + "▁terror": 9107, + "▁Dou": 9108, + "▁invalid": 9109, + "ceived": 9110, + "▁Arab": 9111, + "▁wire": 9112, + "application": 9113, + "shift": 9114, + "Generic": 9115, + "▁Plan": 9116, + "▁Wall": 9117, + "▁directory": 9118, + "▁egg": 9119, + "▁wealth": 9120, + "random": 9121, + "attribute": 9122, + "▁hide": 9123, + "Serial": 9124, + "cam": 9125, + "▁ital": 9126, + "▁Line": 9127, + "▁CHECK": 9128, + "ployment": 9129, + "▁massive": 9130, + "▁extract": 9131, + "chain": 9132, + "Rest": 9133, + "▁Las": 9134, + "▁bear": 9135, + "▁links": 9136, + "▁newsp": 9137, + "▁FC": 9138, + "Card": 9139, + "aks": 9140, + "▁visible": 9141, + "▁Marc": 9142, + "▁Boston": 9143, + "▁reserved": 9144, + "▁roof": 9145, + "licenses": 9146, + "dc": 9147, + "▁Information": 9148, + "▁witness": 9149, + "Sk": 9150, + "*),": 9151, + "Scope": 9152, + "'];": 9153, + "▁Mir": 9154, + "uding": 9155, + "▁trend": 9156, + "rep": 9157, + "▁musical": 9158, + "▁neither": 9159, + "▁Creat": 9160, + "▁positions": 9161, + "LC": 9162, + "ridge": 9163, + "▁officers": 9164, + "▁violence": 9165, + "▁Tem": 9166, + "▁Sus": 9167, + "▁Way": 9168, + "After": 9169, + "acket": 9170, + "▁Sou": 9171, + "acer": 9172, + "||": 9173, + "▁remark": 9174, + "water": 9175, + "ně": 9176, + "▁Са": 9177, + "▁sed": 9178, + "Each": 9179, + "▁photograph": 9180, + "▁letters": 9181, + "▁invent": 9182, + "▁Mas": 9183, + "▁songs": 9184, + "ól": 9185, + "kind": 9186, + "▁Non": 9187, + "▁dust": 9188, + "**:": 9189, + "nabla": 9190, + ".\",": 9191, + "Lock": 9192, + "▁До": 9193, + "▁cluster": 9194, + "loss": 9195, + "▁ASSERT": 9196, + "fall": 9197, + "▁reject": 9198, + "▁Spring": 9199, + "▁wedding": 9200, + "▁grav": 9201, + "ression": 9202, + "limit": 9203, + "RES": 9204, + "]}": 9205, + "▁listed": 9206, + "▁Tele": 9207, + "hline": 9208, + "▁chief": 9209, + "MEM": 9210, + "дар": 9211, + "▁expensive": 9212, + "trace": 9213, + "▁Rog": 9214, + "▁Coll": 9215, + "▁Author": 9216, + "▁Board": 9217, + "▁Capt": 9218, + "TEXT": 9219, + "▁recon": 9220, + "esta": 9221, + "▁properly": 9222, + "▁&\\": 9223, + "leton": 9224, + "iker": 9225, + "Gu": 9226, + "▁Kom": 9227, + "oco": 9228, + "▁anymore": 9229, + "▁taste": 9230, + "▁Santa": 9231, + "gex": 9232, + "▁Secret": 9233, + "▁talent": 9234, + "▁moments": 9235, + "▁Ba": 9236, + "▁extr": 9237, + "▁Commission": 9238, + "▁modify": 9239, + "▁Figure": 9240, + "▁domin": 9241, + "▁plot": 9242, + "enger": 9243, + "utch": 9244, + "▁cities": 9245, + "▁nut": 9246, + "profile": 9247, + "▁Stat": 9248, + "▁nodes": 9249, + "▁ns": 9250, + "essages": 9251, + "impl": 9252, + "icker": 9253, + "▁examples": 9254, + "abeth": 9255, + "▁stated": 9256, + "fire": 9257, + "bul": 9258, + "▁dangerous": 9259, + "▁Pay": 9260, + "▁Gre": 9261, + "▁Monday": 9262, + "esome": 9263, + "igan": 9264, + "rund": 9265, + "prise": 9266, + "fail": 9267, + "▁Never": 9268, + "Av": 9269, + "▁linear": 9270, + "▁ul": 9271, + "WAR": 9272, + "рен": 9273, + "▁AT": 9274, + "▁dop": 9275, + "▁nou": 9276, + "Dest": 9277, + "▁claims": 9278, + "enda": 9279, + "▁crazy": 9280, + "gel": 9281, + "oggle": 9282, + "▁representation": 9283, + "inen": 9284, + "▁alternative": 9285, + "DM": 9286, + "ABILITY": 9287, + "faces": 9288, + "▁doors": 9289, + "ativ": 9290, + "Look": 9291, + "▁JSON": 9292, + "▁appearance": 9293, + "бря": 9294, + "SQL": 9295, + "▁silence": 9296, + "udo": 9297, + "▁Director": 9298, + "Statement": 9299, + "selected": 9300, + "high": 9301, + "prime": 9302, + "▁ignore": 9303, + "▁colors": 9304, + "ushing": 9305, + "▁virt": 9306, + "manager": 9307, + "▁remote": 9308, + "ło": 9309, + "small": 9310, + "▁crime": 9311, + "rb": 9312, + "▁creation": 9313, + "▁flight": 9314, + "▁Sign": 9315, + "ILE": 9316, + "▁DO": 9317, + "comment": 9318, + "▁Cost": 9319, + ".__": 9320, + "▁Cop": 9321, + "▁vom": 9322, + "▁Science": 9323, + "ления": 9324, + "oop": 9325, + "interface": 9326, + "▁WARRANTIES": 9327, + "▁Page": 9328, + "******": 9329, + "ском": 9330, + "TRUE": 9331, + "▁repeated": 9332, + "▁его": 9333, + "шо": 9334, + "▁roz": 9335, + "Pe": 9336, + "▁ISBN": 9337, + "irts": 9338, + "poses": 9339, + "})$": 9340, + "▁І": 9341, + "children": 9342, + "bles": 9343, + "ECT": 9344, + "▁iz": 9345, + "▁builder": 9346, + "▁Media": 9347, + "iat": 9348, + "▁contrast": 9349, + "”,": 9350, + "▁Link": 9351, + "▁Education": 9352, + "▁joint": 9353, + "▁external": 9354, + "▁роз": 9355, + "▁bits": 9356, + "FORM": 9357, + "erman": 9358, + "wp": 9359, + "▁Mike": 9360, + "▁Master": 9361, + "▁senior": 9362, + "▁Nav": 9363, + "▁recorded": 9364, + "eling": 9365, + "esh": 9366, + "fx": 9367, + "кан": 9368, + "▁tall": 9369, + "▁Johnson": 9370, + "▁sono": 9371, + "▁anche": 9372, + "icken": 9373, + "loop": 9374, + "iciency": 9375, + "emporary": 9376, + "▁Does": 9377, + "▁relation": 9378, + "мы": 9379, + "was": 9380, + "low": 9381, + "ichte": 9382, + "▁Jones": 9383, + "▁bedroom": 9384, + "DIS": 9385, + "▁magnet": 9386, + "▁Engine": 9387, + "▁feelings": 9388, + "GC": 9389, + "▁torn": 9390, + "▁relationships": 9391, + "▁Ре": 9392, + "▁proud": 9393, + "▁twe": 9394, + "oval": 9395, + "▁waste": 9396, + "▁reduced": 9397, + "ilton": 9398, + "BP": 9399, + "▁forgot": 9400, + "▁bodies": 9401, + "▁Haw": 9402, + "lag": 9403, + "▁www": 9404, + "door": 9405, + "▁sufficient": 9406, + "▁dollars": 9407, + "Len": 9408, + "▁talked": 9409, + "▁bond": 9410, + "▁Bor": 9411, + "}}{": 9412, + "rod": 9413, + "Password": 9414, + "quare": 9415, + "▁lights": 9416, + "eren": 9417, + "▁thirty": 9418, + "NC": 9419, + "▁TODO": 9420, + "▁respond": 9421, + "ких": 9422, + "direct": 9423, + "ação": 9424, + "▁heav": 9425, + "Media": 9426, + "exit": 9427, + "License": 9428, + "`.": 9429, + "▁mixed": 9430, + "▁desk": 9431, + "▁teaching": 9432, + "▁maj": 9433, + "▁nerv": 9434, + "inations": 9435, + "typeof": 9436, + "▁coast": 9437, + "▁же": 9438, + "▁beside": 9439, + "ummy": 9440, + "Doc": 9441, + "▁schedule": 9442, + "▁recover": 9443, + "▁Further": 9444, + "▁steel": 9445, + "boot": 9446, + "▁Perhaps": 9447, + "▁съ": 9448, + "▁Os": 9449, + "rick": 9450, + "▁Ви": 9451, + "Support": 9452, + "▁(_": 9453, + "nil": 9454, + "pis": 9455, + "xpected": 9456, + "▁processing": 9457, + "Build": 9458, + "arian": 9459, + "▁icon": 9460, + "▁CA": 9461, + "wick": 9462, + "=(": 9463, + "▁algorithm": 9464, + "▁Young": 9465, + "▁Management": 9466, + "▁ancient": 9467, + "ность": 9468, + "oti": 9469, + "▁combination": 9470, + "world": 9471, + "nn": 9472, + "▁dram": 9473, + "enabled": 9474, + "Ac": 9475, + "CCESS": 9476, + "aration": 9477, + "▁blocks": 9478, + "▁Angeles": 9479, + "▁Qual": 9480, + "▁succeed": 9481, + "network": 9482, + "▁oblig": 9483, + "springframework": 9484, + "▁Tre": 9485, + "okes": 9486, + "mun": 9487, + "▁Network": 9488, + "Del": 9489, + "▁estate": 9490, + "▁liqu": 9491, + "▁pob": 9492, + "▁dad": 9493, + "▁distinct": 9494, + "▁Tit": 9495, + "▁Lear": 9496, + "ferred": 9497, + "android": 9498, + "▁subsequ": 9499, + "▁Florida": 9500, + "subset": 9501, + "▁whisper": 9502, + "Vol": 9503, + "ulous": 9504, + "▁crew": 9505, + "▁lug": 9506, + "pid": 9507, + "ocity": 9508, + "skb": 9509, + "▁tea": 9510, + "ун": 9511, + "▁honor": 9512, + "▁Ins": 9513, + "▁gew": 9514, + "Details": 9515, + "eneath": 9516, + "atar": 9517, + "▁_{": 9518, + "amen": 9519, + "▁setup": 9520, + "Transaction": 9521, + "▁blank": 9522, + "Failed": 9523, + "job": 9524, + "▁pret": 9525, + "ße": 9526, + "loor": 9527, + "ří": 9528, + "ncia": 9529, + "▁anywhere": 9530, + "▁Light": 9531, + "▁Ak": 9532, + "BD": 9533, + "▁excited": 9534, + "agers": 9535, + "▁warning": 9536, + "▁processes": 9537, + "hu": 9538, + "▁youth": 9539, + "▁dogs": 9540, + "▁oct": 9541, + "▁nine": 9542, + "Writer": 9543, + "grid": 9544, + "▁importance": 9545, + "estic": 9546, + "▁carefully": 9547, + "master": 9548, + "▁decisions": 9549, + "▁pin": 9550, + "▁crack": 9551, + "TEST": 9552, + "▁Local": 9553, + "▁Right": 9554, + "▁vast": 9555, + "▁faster": 9556, + "▁institut": 9557, + "▁annual": 9558, + "LAN": 9559, + "▁episode": 9560, + "▁XV": 9561, + "▁delivery": 9562, + "tl": 9563, + "FP": 9564, + "circ": 9565, + "▁typically": 9566, + "igo": 9567, + "▁intel": 9568, + "nat": 9569, + "xb": 9570, + "стро": 9571, + ")-": 9572, + "▁Bal": 9573, + "▁Jos": 9574, + "▁gonna": 9575, + "▁Rest": 9576, + "jor": 9577, + "onia": 9578, + "orship": 9579, + "overy": 9580, + "LINE": 9581, + "]:": 9582, + "Queue": 9583, + "▁compare": 9584, + "▁apartment": 9585, + "▁rul": 9586, + "Dr": 9587, + "gency": 9588, + "▁obviously": 9589, + "zie": 9590, + "ycl": 9591, + "fortunately": 9592, + "▁stepped": 9593, + "▁Seg": 9594, + "▁Which": 9595, + "▁PC": 9596, + "▁ast": 9597, + "endor": 9598, + "▁permission": 9599, + "COL": 9600, + "▁TEST": 9601, + "Pay": 9602, + "ères": 9603, + "▁studied": 9604, + "▁accompl": 9605, + "role": 9606, + "Where": 9607, + "protobuf": 9608, + "metadata": 9609, + "Job": 9610, + "▁Four": 9611, + "plements": 9612, + "disable": 9613, + "▁loud": 9614, + "▁happening": 9615, + "▁Using": 9616, + "rog": 9617, + "▁depends": 9618, + "ím": 9619, + "'\\": 9620, + "▁taught": 9621, + "shared": 9622, + "▁attributes": 9623, + "▁Action": 9624, + "▁dess": 9625, + "▁houses": 9626, + "▁reset": 9627, + "▁bien": 9628, + "▁explicit": 9629, + "LOW": 9630, + "->_": 9631, + "▁PM": 9632, + "Category": 9633, + "oice": 9634, + "into": 9635, + "▁mail": 9636, + "▁authority": 9637, + "▁unable": 9638, + "filename": 9639, + "ék": 9640, + "лей": 9641, + "▁sector": 9642, + "appoint": 9643, + "▁hang": 9644, + "▁cel": 9645, + "related": 9646, + "itate": 9647, + "▁'<": 9648, + "amber": 9649, + "▁cheap": 9650, + "▁enabled": 9651, + "▁division": 9652, + "Any": 9653, + "▁hier": 9654, + "▁Head": 9655, + "ntax": 9656, + "uda": 9657, + "▁limitations": 9658, + "▁studio": 9659, + "media": 9660, + "▁circle": 9661, + "нова": 9662, + "▁laug": 9663, + "acts": 9664, + "▁Во": 9665, + "ód": 9666, + "pled": 9667, + "LOC": 9668, + "Expr": 9669, + ">:": 9670, + "▁prés": 9671, + "▁laughed": 9672, + "▁Three": 9673, + "лы": 9674, + "▁ends": 9675, + "▁fundament": 9676, + "▁inher": 9677, + "▁liv": 9678, + "bid": 9679, + "▁responsibility": 9680, + "▁checked": 9681, + "▁Pac": 9682, + "▁fault": 9683, + "▁yellow": 9684, + "▁salt": 9685, + "▁Francisco": 9686, + "▁^": 9687, + "▁ON": 9688, + "▁beauty": 9689, + "yg": 9690, + "▁Aff": 9691, + "▁Eq": 9692, + "▁magic": 9693, + "▁handler": 9694, + "xE": 9695, + "▁numerous": 9696, + "▁hole": 9697, + "▁rooms": 9698, + "cción": 9699, + "▁Arm": 9700, + "person": 9701, + "▁buildings": 9702, + "▁plate": 9703, + "bled": 9704, + "errors": 9705, + "▁Again": 9706, + "▁Default": 9707, + "▁Hard": 9708, + "tó": 9709, + "hus": 9710, + "▁dimension": 9711, + "iale": 9712, + "▁Mult": 9713, + "▁Government": 9714, + "Func": 9715, + "▁blow": 9716, + "▁rect": 9717, + "erra": 9718, + "connection": 9719, + "▁passing": 9720, + "ßen": 9721, + "phas": 9722, + "ensional": 9723, + "record": 9724, + "cohol": 9725, + "▁Harry": 9726, + "izontal": 9727, + "▁finger": 9728, + "▁younger": 9729, + "▁SC": 9730, + "operation": 9731, + "BY": 9732, + "heim": 9733, + "▁Bad": 9734, + "▁storm": 9735, + "▁Nat": 9736, + "▁buying": 9737, + "▁Sometimes": 9738, + "▁Ста": 9739, + "essed": 9740, + "▁damn": 9741, + "▁meg": 9742, + "umes": 9743, + "ünd": 9744, + "тра": 9745, + "▁silver": 9746, + "wd": 9747, + "hidden": 9748, + "ardo": 9749, + "▁communities": 9750, + "▁diet": 9751, + "otted": 9752, + "▁bat": 9753, + "ancer": 9754, + "▁fmt": 9755, + "▁Pen": 9756, + "▁til": 9757, + "Enum": 9758, + "PATH": 9759, + "▁matters": 9760, + "timeout": 9761, + "------------": 9762, + "kan": 9763, + "▁Corpor": 9764, + "=\"../../": 9765, + "▁Ale": 9766, + "hentication": 9767, + "▁complic": 9768, + "▁Security": 9769, + "OFF": 9770, + "Rad": 9771, + "apse": 9772, + "▁dance": 9773, + "▁permissions": 9774, + "▁warrant": 9775, + "▁lad": 9776, + "▁isol": 9777, + "dl": 9778, + "▁Au": 9779, + "yes": 9780, + "▁tv": 9781, + "▁provider": 9782, + "▁terrible": 9783, + "▁department": 9784, + "eral": 9785, + "▁implementation": 9786, + "SR": 9787, + "▁hearing": 9788, + "▁Kn": 9789, + "FR": 9790, + "tv": 9791, + "▁diss": 9792, + "FUN": 9793, + "▁durante": 9794, + "osis": 9795, + "▁tasks": 9796, + "▁Blo": 9797, + "вод": 9798, + "▁branch": 9799, + "▁politics": 9800, + "▁Elle": 9801, + "▁leadership": 9802, + "expr": 9803, + "▁techniques": 9804, + "prec": 9805, + "Sigma": 9806, + "imately": 9807, + "tk": 9808, + "achment": 9809, + "▁Enter": 9810, + "▁creative": 9811, + "▁зна": 9812, + "appy": 9813, + "unched": 9814, + "▁'',": 9815, + "onder": 9816, + "{-": 9817, + "NUM": 9818, + "▁narr": 9819, + "Memory": 9820, + "▁winning": 9821, + "▁Follow": 9822, + "*/\r": 9823, + "vision": 9824, + "resents": 9825, + "zione": 9826, + "▁latter": 9827, + "▁requests": 9828, + "▁margin": 9829, + "▁{\"": 9830, + "video": 9831, + "cn": 9832, + "▁Image": 9833, + "Tim": 9834, + "CONFIG": 9835, + "▁allowing": 9836, + "▁combined": 9837, + "PUT": 9838, + "▁instanceof": 9839, + "igin": 9840, + "▁pero": 9841, + "▁''": 9842, + "▁confidence": 9843, + "▁equivalent": 9844, + "pad": 9845, + "effect": 9846, + "RX": 9847, + "▁lang": 9848, + "strong": 9849, + "▁bridge": 9850, + "aya": 9851, + "▁treated": 9852, + "▁forth": 9853, + "SW": 9854, + "▁accounts": 9855, + "▁PO": 9856, + "▁listening": 9857, + "Route": 9858, + "()))": 9859, + "cpy": 9860, + "▁reform": 9861, + "▁gate": 9862, + "▁Walk": 9863, + "▁somehow": 9864, + "tf": 9865, + "▁layout": 9866, + "umin": 9867, + "▁considering": 9868, + "▁premi": 9869, + "▁Mom": 9870, + "athan": 9871, + "Gen": 9872, + "▁planet": 9873, + "amples": 9874, + "▁MO": 9875, + "shop": 9876, + "▁premier": 9877, + "▁simpl": 9878, + "▁segu": 9879, + "LY": 9880, + "Sum": 9881, + "▁tables": 9882, + "ska": 9883, + "▁ž": 9884, + "pd": 9885, + "▁sous": 9886, + "▁conference": 9887, + "▁Dat": 9888, + "Scroll": 9889, + "▁standards": 9890, + "▁гру": 9891, + "esse": 9892, + "▁citizens": 9893, + "▁occurred": 9894, + "▁democr": 9895, + "▁elev": 9896, + "▁Sem": 9897, + "ensus": 9898, + "headers": 9899, + "▁Chris": 9900, + "imento": 9901, + "kom": 9902, + "Cor": 9903, + "MIN": 9904, + "usher": 9905, + "Database": 9906, + "▁formal": 9907, + "igne": 9908, + "▁organizations": 9909, + "▁Ire": 9910, + "Xml": 9911, + "из": 9912, + "▁pray": 9913, + "▁bomb": 9914, + "▁mand": 9915, + "erts": 9916, + "▁clock": 9917, + "▁buck": 9918, + "вали": 9919, + "ensch": 9920, + "▁volt": 9921, + "▁films": 9922, + "▁plants": 9923, + "inode": 9924, + "Boolean": 9925, + "▁restaurant": 9926, + "ían": 9927, + "▁debut": 9928, + "pages": 9929, + "▁wordt": 9930, + "▁Ба": 9931, + "▁greatest": 9932, + "(\"/": 9933, + "▁copyright": 9934, + "▁rit": 9935, + "sizeof": 9936, + "Trace": 9937, + "uent": 9938, + "тур": 9939, + "▁ko": 9940, + ":\\": 9941, + "▁bigger": 9942, + "▁perfectly": 9943, + "tenance": 9944, + "MASK": 9945, + "ré": 9946, + "▁ett": 9947, + "▁nose": 9948, + "▁craft": 9949, + "iteral": 9950, + "▁discussed": 9951, + "▁Jewish": 9952, + "Cap": 9953, + "▁Unless": 9954, + "▁Jackson": 9955, + "Attributes": 9956, + "▁lunch": 9957, + "öl": 9958, + "atr": 9959, + "▁paying": 9960, + "Parse": 9961, + "()\r": 9962, + "lad": 9963, + "▁rare": 9964, + "▁[];": 9965, + "stone": 9966, + "▁unc": 9967, + "▁defense": 9968, + "}+": 9969, + "▁Global": 9970, + "▁Soviet": 9971, + "▁Australian": 9972, + "▁gli": 9973, + "variant": 9974, + "▁Ron": 9975, + "▁loan": 9976, + "Step": 9977, + "member": 9978, + "Sch": 9979, + "▁Committee": 9980, + "▁spending": 9981, + "▁Tri": 9982, + "▁Journal": 9983, + "▁sugar": 9984, + "elly": 9985, + "HTML": 9986, + "▁advent": 9987, + "wing": 9988, + "▁Whether": 9989, + "oration": 9990, + "▁NE": 9991, + "iveness": 9992, + "▁hav": 9993, + "▁conscious": 9994, + "een": 9995, + "Symbol": 9996, + "▁ку": 9997, + "Logger": 9998, + "▁Little": 9999, + "widet": 10000, + "ocation": 10001, + "pin": 10002, + "▁symmet": 10003, + "▁AD": 10004, + "▁posts": 10005, + "shal": 10006, + "▁Conf": 10007, + "▁chose": 10008, + "mal": 10009, + "ulo": 10010, + "▁Method": 10011, + "▁missed": 10012, + "Remove": 10013, + "Auto": 10014, + "VALUE": 10015, + "thlet": 10016, + "▁Force": 10017, + "pf": 10018, + "▁Я": 10019, + "late": 10020, + "▁pul": 10021, + "Pop": 10022, + "▁advanced": 10023, + "aires": 10024, + "ressed": 10025, + "AME": 10026, + "bell": 10027, + "aching": 10028, + "ić": 10029, + "echo": 10030, + "HS": 10031, + "▁funny": 10032, + "рии": 10033, + "▁eer": 10034, + "▁veget": 10035, + "▁fourth": 10036, + "cf": 10037, + "transform": 10038, + "▁grown": 10039, + "▁McC": 10040, + "site": 10041, + "▁beneath": 10042, + "▁shell": 10043, + "xd": 10044, + "Play": 10045, + "short": 10046, + "Role": 10047, + "▁religion": 10048, + "inator": 10049, + "}<": 10123, + "asp": 10124, + "ajo": 10125, + "exports": 10126, + "▁Node": 10127, + "▁jako": 10128, + "▁ya": 10129, + "▁successfully": 10130, + "▁friendly": 10131, + "buff": 10132, + "DEFAULT": 10133, + "▁pregn": 10134, + "Required": 10135, + "▁binary": 10136, + "isting": 10137, + "▁stared": 10138, + "▁circumstances": 10139, + "▁хо": 10140, + "rei": 10141, + "▁Го": 10142, + "Transform": 10143, + "cnt": 10144, + "▁Ext": 10145, + "report": 10146, + "VERSION": 10147, + "▁analy": 10148, + "▁Marg": 10149, + "▁alleg": 10150, + "builder": 10151, + "ToString": 10152, + "Layer": 10153, + "íst": 10154, + "Prop": 10155, + "▁Emp": 10156, + "}]": 10157, + "▁selling": 10158, + "▁queue": 10159, + "▁seriously": 10160, + "▁Lead": 10161, + "textit": 10162, + "testing": 10163, + "▁Пре": 10164, + "security": 10165, + "iał": 10166, + "ún": 10167, + "chip": 10168, + "▁candidate": 10169, + "▁minister": 10170, + "eria": 10171, + "▁Het": 10172, + "дин": 10173, + "▁Britain": 10174, + "▁barely": 10175, + "▁sty": 10176, + "▁Spanish": 10177, + "▁Ven": 10178, + "timer": 10179, + "ків": 10180, + "▁documents": 10181, + "('.": 10182, + "▁debug": 10183, + "▁contro": 10184, + "стоя": 10185, + "▁joy": 10186, + "Sn": 10187, + "Inv": 10188, + "▁protocol": 10189, + "▁faces": 10190, + "▁Despite": 10191, + "sed": 10192, + "Conf": 10193, + "ARG": 10194, + "▁evolution": 10195, + "▁tod": 10196, + "▁Promise": 10197, + "▁posted": 10198, + "Perm": 10199, + "bet": 10200, + "Ang": 10201, + "Just": 10202, + "▁rum": 10203, + "layer": 10204, + "▁behavi": 10205, + "ipping": 10206, + "▁dynam": 10207, + "▁scheme": 10208, + "▁proto": 10209, + ")/": 10210, + "Collections": 10211, + "riev": 10212, + "▁Click": 10213, + "▁uns": 10214, + "widetilde": 10215, + "▁remembered": 10216, + "гі": 10217, + "inates": 10218, + "▁incorpor": 10219, + "▁Description": 10220, + "▁prepare": 10221, + "▁Final": 10222, + "uation": 10223, + "▁Queen": 10224, + ">;": 10225, + "▁automatically": 10226, + "▁sharp": 10227, + "▁meat": 10228, + "ateur": 10229, + "astern": 10230, + "▁stuck": 10231, + "ASSERT": 10232, + "▁planned": 10233, + "dots": 10234, + "ookie": 10235, + "▁Histor": 10236, + "▁reviews": 10237, + "IMP": 10238, + "▁answered": 10239, + "Total": 10240, + "▁sau": 10241, + "▁Mexico": 10242, + "continue": 10243, + "▁Apple": 10244, + "likely": 10245, + "зва": 10246, + "users": 10247, + "▁identified": 10248, + "▁Lev": 10249, + "▁mol": 10250, + "▁Islam": 10251, + "▁committed": 10252, + "writ": 10253, + "бер": 10254, + "rift": 10255, + "▁interrupt": 10256, + "▁readonly": 10257, + "schema": 10258, + "Sm": 10259, + "Double": 10260, + "aza": 10261, + "▁Hal": 10262, + "Move": 10263, + "▁Series": 10264, + "inline": 10265, + "▁которы": 10266, + "soc": 10267, + "▁tent": 10268, + "▁amer": 10269, + "aki": 10270, + "▁lady": 10271, + "▁tired": 10272, + "ifi": 10273, + "▁même": 10274, + "ouver": 10275, + "▁aside": 10276, + "Did": 10277, + "',\r": 10278, + "▁bringing": 10279, + "Drawing": 10280, + "aro": 10281, + "▁Rh": 10282, + "▁Naz": 10283, + "esso": 10284, + "▁reaction": 10285, + "mitted": 10286, + "▁absolute": 10287, + "haust": 10288, + "(()": 10289, + "▁Task": 10290, + "ERS": 10291, + "▁^{": 10292, + "VD": 10293, + "▁tone": 10294, + "dist": 10295, + "vs": 10296, + "▁wheel": 10297, + "▁administration": 10298, + "▁interests": 10299, + "▁pointer": 10300, + "▁encounter": 10301, + "aver": 10302, + "▁nord": 10303, + "ket": 10304, + "▁beach": 10305, + "▁enjoyed": 10306, + "contains": 10307, + "▁append": 10308, + "Wait": 10309, + "▁squad": 10310, + "zel": 10311, + "▁medium": 10312, + "▁sending": 10313, + "▁Lady": 10314, + "ções": 10315, + "▁destination": 10316, + "nych": 10317, + "▁conflict": 10318, + "▁Ly": 10319, + "▁vul": 10320, + "▁basically": 10321, + "reated": 10322, + "black": 10323, + "ugins": 10324, + "▁calm": 10325, + "érie": 10326, + "har": 10327, + "лан": 10328, + "▁Се": 10329, + "watch": 10330, + "▁Put": 10331, + "▁dump": 10332, + "acher": 10333, + "scroll": 10334, + "▁claimed": 10335, + "▁Control": 10336, + "▁blind": 10337, + "enti": 10338, + "▁Keep": 10339, + "▁Development": 10340, + "images": 10341, + "▁tough": 10342, + "gebra": 10343, + "▁sept": 10344, + "hew": 10345, + "▁skill": 10346, + "▁Tay": 10347, + "▁któ": 10348, + "owner": 10349, + "pare": 10350, + "▁fee": 10351, + "▁continues": 10352, + "▁kan": 10353, + "bes": 10354, + "▁cha": 10355, + "ovo": 10356, + "▁Night": 10357, + "icture": 10358, + "shire": 10359, + "▁essay": 10360, + "▁suppose": 10361, + "etic": 10362, + "Art": 10363, + "acon": 10364, + "lla": 10365, + "words": 10366, + "▁comparison": 10367, + "▁BE": 10368, + "▁challenges": 10369, + "▁ol": 10370, + "citep": 10371, + "▁Foot": 10372, + "▁Such": 10373, + "▁papers": 10374, + "activ": 10375, + "quer": 10376, + "тя": 10377, + "▁То": 10378, + "ський": 10379, + "thur": 10380, + "done": 10381, + "▁shock": 10382, + "▁dedicated": 10383, + "▁correspond": 10384, + "Second": 10385, + "▁bull": 10386, + "life": 10387, + "indent": 10388, + "▁figures": 10389, + "▁Andrew": 10390, + "isp": 10391, + "▁favour": 10392, + "зда": 10393, + "▁Elect": 10394, + "Full": 10395, + "▁nearby": 10396, + "▁Register": 10397, + "Scale": 10398, + "ications": 10399, + "ин": 10400, + "▁AM": 10401, + "pair": 10402, + "▁perspective": 10403, + "▁nos": 10404, + "apa": 10405, + "ostał": 10406, + "▁Pers": 10407, + "icer": 10408, + "▁plastic": 10409, + "дов": 10410, + "ciples": 10411, + "zą": 10412, + "clos": 10413, + "▁уча": 10414, + "▁Á": 10415, + "plugin": 10416, + "▁angle": 10417, + "▁commission": 10418, + "▁funds": 10419, + "▁indu": 10420, + "▁drawn": 10421, + "ám": 10422, + "▁developing": 10423, + "▁segment": 10424, + "isme": 10425, + "scr": 10426, + "▁lies": 10427, + "▁IL": 10428, + "▁api": 10429, + "Extension": 10430, + "▁scal": 10431, + "install": 10432, + "▁Week": 10433, + "▁gentle": 10434, + "▁Canadian": 10435, + "▁dialog": 10436, + "▁articles": 10437, + "Theme": 10438, + "SM": 10439, + "▁Bul": 10440, + "▁leur": 10441, + "▁stom": 10442, + "Plugin": 10443, + "▁после": 10444, + "▁stead": 10445, + "▁ś": 10446, + "ipher": 10447, + "▁prze": 10448, + "▁draft": 10449, + "bottom": 10450, + "▁{};": 10451, + "▁stayed": 10452, + "feature": 10453, + "▁vot": 10454, + "▁fabric": 10455, + "ça": 10456, + "('#": 10457, + "rea": 10458, + "▁reput": 10459, + "▁Cir": 10460, + "▁AL": 10461, + "▁assertEquals": 10462, + "results": 10463, + "▁Cross": 10464, + "ursday": 10465, + "▁audio": 10466, + "▁gap": 10467, + "▁streets": 10468, + "▁scientific": 10469, + "platform": 10470, + "▁auss": 10471, + "▁Cro": 10472, + "▁partial": 10473, + "unc": 10474, + "▁choices": 10475, + "▁или": 10476, + "pred": 10477, + "▁heads": 10478, + "terday": 10479, + "▁Nick": 10480, + "▁weird": 10481, + "asant": 10482, + "▁represented": 10483, + "▁пи": 10484, + "DP": 10485, + "orders": 10486, + "clock": 10487, + "▁Ho": 10488, + "arters": 10489, + "Cmd": 10490, + "oga": 10491, + "Keys": 10492, + "Report": 10493, + "▁Vill": 10494, + "▁Mu": 10495, + "▁owned": 10496, + "SUCCESS": 10497, + "▁typeof": 10498, + "hdr": 10499, + "uable": 10500, + "▁neighborhood": 10501, + "▁AP": 10502, + "▁resulting": 10503, + "▁shadow": 10504, + "STRING": 10505, + "▁videos": 10506, + "лення": 10507, + "expect": 10508, + "▁Valley": 10509, + "▁goto": 10510, + "▁Sher": 10511, + "frastr": 10512, + "▁operating": 10513, + "▁это": 10514, + "▁Licensed": 10515, + "Variable": 10516, + "▁PR": 10517, + "▁Hans": 10518, + "clone": 10519, + "▁Gesch": 10520, + "▁Band": 10521, + "........": 10522, + "uing": 10523, + "▁hundreds": 10524, + "▁ок": 10525, + "▁emotional": 10526, + "▁Indust": 10527, + ")+": 10528, + "▁Egypt": 10529, + "▁franç": 10530, + "▁š": 10531, + "▁fasc": 10532, + "onto": 10533, + "▁Adam": 10534, + "▁laid": 10535, + "▁rig": 10536, + "▁detailed": 10537, + "▁implements": 10538, + "▁university": 10539, + "▁Hy": 10540, + "▁grid": 10541, + "▁regions": 10542, + "Stop": 10543, + "▁slot": 10544, + "▁angry": 10545, + "▁-=": 10546, + "▁waited": 10547, + "Vert": 10548, + "\":\"": 10549, + "▁elem": 10550, + "▁rég": 10551, + "owed": 10552, + "Member": 10553, + "▁ratio": 10554, + "isen": 10555, + "▁Lem": 10556, + "gery": 10557, + "▁cream": 10558, + "▁était": 10559, + "▁geb": 10560, + "unique": 10561, + "▁Deb": 10562, + "▁factory": 10563, + "że": 10564, + "dialog": 10565, + "▁Config": 10566, + "Sync": 10567, + "angers": 10568, + "▁governing": 10569, + "▁Hun": 10570, + "Space": 10571, + "▁jest": 10572, + "icious": 10573, + "▁emphas": 10574, + "umps": 10575, + "▁Esp": 10576, + "▁sul": 10577, + "▁historical": 10578, + "ija": 10579, + "▁lying": 10580, + "▁Steve": 10581, + "▁measures": 10582, + "osto": 10583, + "?”": 10584, + "▁pocket": 10585, + "▁Sat": 10586, + "▁pitch": 10587, + "▁natur": 10588, + "▁humans": 10589, + "▁Simon": 10590, + "adores": 10591, + "(\"\\": 10592, + "inking": 10593, + "▁expos": 10594, + "material": 10595, + "▁apparently": 10596, + "▁Camb": 10597, + "▁Box": 10598, + "▁spaces": 10599, + "exists": 10600, + "▁acting": 10601, + "ORY": 10602, + "зова": 10603, + "Good": 10604, + "ienne": 10605, + "▁Williams": 10606, + "▁fruit": 10607, + "iera": 10608, + "▁Lim": 10609, + "▁trait": 10610, + "▁artists": 10611, + "▁absor": 10612, + "rait": 10613, + "LOAD": 10614, + "▁movies": 10615, + "▁dynamic": 10616, + "asts": 10617, + "▁Integer": 10618, + "▁smoke": 10619, + "пі": 10620, + "angel": 10621, + ">(\"": 10622, + "▁instrument": 10623, + "▁fuel": 10624, + "ної": 10625, + "atalogue": 10626, + "▁serial": 10627, + "Files": 10628, + "▁bathroom": 10629, + "ilo": 10630, + "esto": 10631, + "▁pm": 10632, + "entials": 10633, + "▁Online": 10634, + "white": 10635, + "▁tips": 10636, + "▁capable": 10637, + "Fig": 10638, + "TV": 10639, + "▁он": 10640, + "ké": 10641, + "bitr": 10642, + "Mapping": 10643, + "▁tak": 10644, + "ющи": 10645, + "вля": 10646, + ")\",": 10647, + "▁Karl": 10648, + "▁Human": 10649, + "▁Pot": 10650, + "▁represents": 10651, + "▁consistent": 10652, + "_(": 10653, + "wen": 10654, + "▁Rose": 10655, + "law": 10656, + "▁FROM": 10657, + "▁begins": 10658, + "▁edit": 10659, + "▁mountain": 10660, + "▁chapter": 10661, + "▁wondered": 10662, + "▁industrial": 10663, + "▁Major": 10664, + "▁ges": 10665, + "▁directed": 10666, + "eros": 10667, + "▁Wild": 10668, + "liament": 10669, + "Book": 10670, + "username": 10671, + "hot": 10672, + "▁nam": 10673, + "▁league": 10674, + "bra": 10675, + "кон": 10676, + "▁Tal": 10677, + "▁Ва": 10678, + "▁exports": 10679, + "(@": 10680, + "▁sharing": 10681, + "▁Tro": 10682, + "ść": 10683, + "uesday": 10684, + "ylv": 10685, + "▁guitar": 10686, + "elen": 10687, + "Selection": 10688, + "▁confident": 10689, + "rypto": 10690, + "▁hors": 10691, + "editor": 10692, + "▁shoulders": 10693, + "getName": 10694, + "encing": 10695, + "SELECT": 10696, + "вши": 10697, + "▁kinds": 10698, + "▁Wel": 10699, + "▁purposes": 10700, + "Matrix": 10701, + "invalid": 10702, + "▁owners": 10703, + "▁Records": 10704, + "▁Process": 10705, + "▁chat": 10706, + "▁Dor": 10707, + "▁bin": 10708, + "redit": 10709, + "oire": 10710, + "▁Total": 10711, + "▁Family": 10712, + "ARY": 10713, + "▁bread": 10714, + "▁compre": 10715, + "▁shoes": 10716, + "▁raz": 10717, + "▁trace": 10718, + "nej": 10719, + "orted": 10720, + "hn": 10721, + "▁procedure": 10722, + "properties": 10723, + "plier": 10724, + "▁hero": 10725, + "panel": 10726, + "▁marked": 10727, + "▁worried": 10728, + "\\|": 10729, + "pts": 10730, + "▁Support": 10731, + "▁serving": 10732, + "Fail": 10733, + "▁disappoint": 10734, + "▁Scot": 10735, + "▁pleasure": 10736, + "▁judge": 10737, + "zeich": 10738, + "▁forever": 10739, + "▁Zeit": 10740, + "uous": 10741, + "inent": 10742, + "▁dw": 10743, + "▁waren": 10744, + "▁flash": 10745, + "▁troops": 10746, + "▁drugs": 10747, + "▁diam": 10748, + ".~": 10749, + "imp": 10750, + "inned": 10751, + "▁EV": 10752, + "Struct": 10753, + "▁justice": 10754, + "▁officials": 10755, + "ffff": 10756, + "▁Common": 10757, + "▁Cat": 10758, + "▁tomorrow": 10759, + "▁él": 10760, + "Texture": 10761, + "qpoint": 10762, + "▁Fried": 10763, + "▁Term": 10764, + "pgfqpoint": 10765, + "▁nem": 10766, + "norm": 10767, + "▁hardly": 10768, + "oda": 10769, + "zeta": 10770, + "emic": 10771, + "▁полу": 10772, + "▁loaded": 10773, + "kes": 10774, + "ció": 10775, + "▁fool": 10776, + "▁trick": 10777, + "▁dst": 10778, + "Find": 10779, + "▁все": 10780, + "}},": 10781, + "▁framework": 10782, + "▁merely": 10783, + "▁union": 10784, + "▁Edward": 10785, + "rif": 10786, + "Flag": 10787, + "▁crisis": 10788, + "▁finite": 10789, + "▁lol": 10790, + "▁Kim": 10791, + "ната": 10792, + "since": 10793, + "▁compat": 10794, + "▁pert": 10795, + "ibilities": 10796, + "▁también": 10797, + "ibli": 10798, + "▁teen": 10799, + "▁sympt": 10800, + "oral": 10801, + "ders": 10802, + "otte": 10803, + "при": 10804, + "▁Jane": 10805, + "▁originally": 10806, + "▁throat": 10807, + "mag": 10808, + "sup": 10809, + "uni": 10810, + "$$": 10811, + "▁Library": 10812, + "▁attacks": 10813, + "ingen": 10814, + "('/": 10815, + "▁hes": 10816, + "coin": 10817, + "ounce": 10818, + "▁Academy": 10819, + "MODULE": 10820, + "isms": 10821, + "▁Adv": 10822, + "▁Bol": 10823, + "▁incident": 10824, + ")^{": 10825, + "▁bij": 10826, + "▁Rome": 10827, + "▁Italy": 10828, + "events": 10829, + "▁Fern": 10830, + "▁ber": 10831, + "▁silent": 10832, + "▁pier": 10833, + "▁YO": 10834, + "▁plain": 10835, + "Bas": 10836, + "▁pill": 10837, + "rase": 10838, + "▁carrying": 10839, + "▁resp": 10840, + "ную": 10841, + "▁typical": 10842, + "Wrapper": 10843, + "▁gau": 10844, + "▁chemical": 10845, + "▁hal": 10846, + "throw": 10847, + "Cluster": 10848, + "▁Gab": 10849, + "▁Girl": 10850, + "quir": 10851, + "▁Arg": 10852, + "▁relief": 10853, + "▁Ве": 10854, + "dm": 10855, + "▁frustr": 10856, + "\\%": 10857, + "▁stores": 10858, + "▁bottle": 10859, + "▁Lew": 10860, + "two": 10861, + "stad": 10862, + "▁cheek": 10863, + "▁concerns": 10864, + "▁helpful": 10865, + "▁coverage": 10866, + "isi": 10867, + "ADD": 10868, + "async": 10869, + "▁approximately": 10870, + "iffer": 10871, + "hook": 10872, + "▁enum": 10873, + "ová": 10874, + "▁evil": 10875, + "▁constantly": 10876, + "apply": 10877, + "▁siè": 10878, + "▁practices": 10879, + "▁teachers": 10880, + "▁Sn": 10881, + "▁Awards": 10882, + "▁substant": 10883, + "▁$.": 10884, + "dk": 10885, + "▁mob": 10886, + "▁ingred": 10887, + "vere": 10888, + "Multi": 10889, + "пер": 10890, + "stal": 10891, + "yard": 10892, + "required": 10893, + "vement": 10894, + "▁intelligence": 10895, + "▁thinks": 10896, + "▁personally": 10897, + "▁trained": 10898, + "orney": 10899, + ")\\": 11266, + "anal": 11267, + "Section": 11268, + "plus": 11269, + "üt": 11270, + "▁embed": 11271, + "▁strings": 11272, + "Before": 11273, + "proc": 11274, + "▁спо": 11275, + "trl": 11276, + "vr": 11277, + "Background": 11278, + "logger": 11279, + "agraph": 11280, + "iest": 11281, + "▁goods": 11282, + "batch": 11283, + "▁optional": 11284, + "▁Taylor": 11285, + "▁recognize": 11286, + "walk": 11287, + "▁Hit": 11288, + "▁Elizabeth": 11289, + "}:": 11290, + "▁careful": 11291, + "краї": 11292, + "▁locations": 11293, + "▁structures": 11294, + "▁disk": 11295, + "▁ships": 11296, + "▁suo": 11297, + "▁sowie": 11298, + "▁Ess": 11299, + "▁Hash": 11300, + "▁reasonable": 11301, + "▁Moreover": 11302, + "▁formula": 11303, + "▁Centre": 11304, + "▁residents": 11305, + "RS": 11306, + "Ids": 11307, + "▁Know": 11308, + "▁trib": 11309, + "▁rés": 11310, + "▁stable": 11311, + "▁Would": 11312, + "▁breaking": 11313, + "▁meal": 11314, + "▁phen": 11315, + "▁fel": 11316, + "▁Fred": 11317, + "Author": 11318, + "▁capture": 11319, + "opts": 11320, + "▁everywhere": 11321, + "▁sque": 11322, + "▁moder": 11323, + "setup": 11324, + "▁Supp": 11325, + "▁whenever": 11326, + "{(": 11327, + "wart": 11328, + "▁toe": 11329, + "Prefix": 11330, + "hou": 11331, + "gage": 11332, + ">\"": 11333, + "▁frag": 11334, + "▁Theorem": 11335, + "memory": 11336, + "▁contents": 11337, + "docs": 11338, + "}'": 11339, + "▁Irish": 11340, + "Then": 11341, + "aats": 11342, + "Save": 11343, + "▁agency": 11344, + "▁име": 11345, + "дова": 11346, + "▁Function": 11347, + "NN": 11348, + "destroy": 11349, + "▁Message": 11350, + "▁cancel": 11351, + "▁superior": 11352, + "▁ec": 11353, + "▁literature": 11354, + "▁PART": 11355, + "Il": 11356, + "▁Cab": 11357, + "engine": 11358, + "▁basket": 11359, + "worth": 11360, + "▁Sel": 11361, + "fetch": 11362, + "▁Stadt": 11363, + "▁Ки": 11364, + "▁conj": 11365, + "▁seiner": 11366, + "▁confirmed": 11367, + "▁Argent": 11368, + "amar": 11369, + "pgfpath": 11370, + "▁struggle": 11371, + "Pattern": 11372, + "▁Middle": 11373, + "itan": 11374, + "▁moon": 11375, + "orough": 11376, + "▁Catholic": 11377, + "▁struck": 11378, + "]->": 11379, + "▁weapon": 11380, + "▁subst": 11381, + "▁instructions": 11382, + "▁occas": 11383, + "protected": 11384, + "▁Less": 11385, + "▁batch": 11386, + "▁contra": 11387, + "▁deck": 11388, + "▁ignored": 11389, + "▁refused": 11390, + "trigger": 11391, + "▁criminal": 11392, + "GA": 11393, + "olly": 11394, + "▁Bell": 11395, + "▁Ю": 11396, + "forward": 11397, + "▁prefix": 11398, + "▁immediate": 11399, + "▁assigned": 11400, + "▁elected": 11401, + "▁tonight": 11402, + "▁Dies": 11403, + "▁Beach": 11404, + "▁preced": 11405, + "ował": 11406, + "▁galax": 11407, + "▁logic": 11408, + "enza": 11409, + "▁Captain": 11410, + "▁Hay": 11411, + "▁facts": 11412, + "▁ни": 11413, + "té": 11414, + "▁sb": 11415, + "oped": 11416, + "▁combat": 11417, + "▁explore": 11418, + "▁(-": 11419, + "Loader": 11420, + "▁Wilson": 11421, + "▁locked": 11422, + ":)": 12970, + "▁quel": 12971, + "▁Га": 12972, + "Ty": 12973, + "▁temps": 12974, + "▁ghost": 12975, + "Material": 12976, + "ERCHANT": 12977, + "pointer": 12978, + "жда": 12979, + "aha": 12980, + "ulf": 12981, + "▁supplement": 12982, + "▁dismiss": 12983, + "▁closing": 12984, + "▁vulner": 12985, + "▁après": 12986, + "▁overwhel": 12987, + "ское": 12988, + "▁disag": 12989, + "acia": 12990, + "oured": 12991, + "ruption": 12992, + "▁PS": 12993, + "Endpoint": 12994, + "Real": 12995, + "▁Tag": 12996, + "▁stairs": 12997, + "lyn": 12998, + "▁eleg": 12999, + "▁veter": 13000, + "factory": 13001, + "anne": 13002, + "▁Bat": 13003, + "▁franc": 13004, + "lung": 13005, + "▁\"'": 13006, + ".',": 13007, + "▁Country": 13008, + "^{[": 13009, + "▁yours": 13010, + "ailability": 13011, + "Clear": 13012, + "ätt": 13013, + "пис": 13014, + "▁joke": 13015, + "▁annoy": 13016, + "▁rag": 13017, + "vari": 13018, + "лекс": 13019, + "▁Psy": 13020, + "ilty": 13021, + "mount": 13022, + "▁cual": 13023, + "▁solar": 13024, + "}^{(": 13025, + "Short": 13026, + "▁taxes": 13027, + "Append": 13028, + "Win": 13029, + "estyle": 13030, + "▁facil": 13031, + "вро": 13032, + "▁sought": 13033, + "▁bare": 13034, + "▁react": 13035, + "jar": 13036, + "MAC": 13037, + "lov": 13038, + "warn": 13039, + "▁crucial": 13040, + "▁museum": 13041, + "ниц": 13042, + "▁Kent": 13043, + "Maybe": 13044, + "▁bike": 13045, + "▁Address": 13046, + "XML": 13047, + "▁admitted": 13048, + "▁$(\\": 13049, + "▁spell": 13050, + "▁vic": 13051, + "gre": 13052, + "▁proc": 13053, + "theless": 13054, + "▁Nom": 13055, + "▁Rail": 13056, + "▁acceler": 13057, + "▁convin": 13058, + "▁Property": 13059, + "▁DA": 13060, + "▁clip": 13061, + "▁plugin": 13062, + "Limit": 13063, + "views": 13064, + "bru": 13065, + "▁pra": 13066, + "▁ak": 13067, + "▁ej": 13068, + "▁opts": 13069, + "▁slip": 13070, + "▁gang": 13071, + "asted": 13072, + "uals": 13073, + "▁dying": 13074, + "Coll": 13075, + "ammen": 13076, + "▁Policy": 13077, + "ERCHANTABILITY": 13078, + "▁Collection": 13079, + "▁vec": 13080, + "▁Dick": 13081, + "stud": 13082, + "▁layers": 13083, + "▁tied": 13084, + "}\\\\": 13085, + "▁alors": 13086, + "▁jou": 13087, + "▁chicken": 13088, + "▁permanent": 13089, + "▁Everything": 13090, + "▁Low": 13091, + "▁Cook": 13092, + "▁peak": 13093, + "▁PARTICULAR": 13094, + "▁dear": 13095, + "ič": 13096, + "▁introduce": 13097, + "▁causing": 13098, + "писа": 13099, + "Bound": 13100, + "hund": 13101, + "multi": 13102, + "▁pare": 13103, + "annt": 13104, + "▁breat": 13105, + "▁commitment": 13106, + "▁increasingly": 13107, + "кой": 13108, + "▁Friend": 13109, + "▁statistics": 13110, + "▁Manager": 13111, + "plicate": 13112, + "Cloud": 13113, + "aci": 13114, + "▁Conference": 13115, + "Span": 13116, + "▁CEO": 13117, + "▁Wait": 13118, + "▁Ober": 13119, + "ifting": 13120, + "imiento": 13121, + "getElement": 13122, + "▁gle": 13123, + "лия": 13124, + "▁wieder": 13125, + "▁instruction": 13126, + "gly": 13127, + "▁blame": 13128, + "▁listade": 13129, + "▁aapt": 13130, + "▁Lewis": 13131, + "Fragment": 13132, + "▁gear": 13133, + "mill": 13134, + "prod": 13135, + "▁burning": 13136, + "ється": 13137, + "▁mé": 13138, + "ène": 13139, + "▁complicated": 13140, + "bh": 13141, + "▁Justice": 13142, + "▁tested": 13143, + "▁staring": 13144, + "▁survive": 13145, + "▁cous": 13146, + "▁rib": 13147, + "aml": 13148, + "▁Trust": 13149, + "▁cad": 13150, + "▁Terr": 13151, + "▁mapping": 13152, + "▁twelve": 13153, + "▁grant": 13154, + "▁thorough": 13155, + "▁Ü": 13156, + "▁folks": 13157, + "▁Content": 13158, + "▁childhood": 13159, + "cker": 13160, + "сно": 13161, + "RECT": 13162, + "▁finale": 13163, + "▁shower": 13164, + "éric": 13165, + "▁spat": 13166, + "odge": 13167, + "рь": 13168, + "▁pes": 13169, + "eda": 13170, + "Db": 13171, + "▁Antonio": 13172, + "▁engaged": 13173, + "▁vess": 13174, + "vals": 13175, + "▁electronic": 13176, + "lemma": 13177, + "▁Wy": 13178, + "mad": 13179, + "merge": 13180, + "apon": 13181, + "▁privile": 13182, + "▁novembre": 13183, + "▁Sports": 13184, + "will": 13185, + "▁controls": 13186, + "▁categories": 13187, + "▁Georgia": 13188, + "ipedia": 13189, + "▁AV": 13190, + "atori": 13191, + "▁___": 13192, + "▁À": 13193, + "▁Ryan": 13194, + "▁Charlie": 13195, + "▁исто": 13196, + "▁emotion": 13197, + "▁cooking": 13198, + "▁attempts": 13199, + "▁FITNESS": 13200, + "äter": 13201, + "Enable": 13202, + "DT": 13203, + "▁Change": 13204, + "AspNet": 13205, + "▁га": 13206, + "▁ordinary": 13207, + "▁SQL": 13208, + "plane": 13209, + "%.": 13210, + "▁Summer": 13211, + "▁avait": 13212, + "upp": 13213, + "▁illness": 13214, + "UINT": 13215, + ">{": 13216, + "▁zwischen": 13217, + "▁hardware": 13218, + "▁sounded": 13219, + "equiv": 13220, + "▁piano": 13221, + "uset": 13222, + "kn": 13223, + "TRY": 13224, + "▁bab": 13225, + "нен": 13226, + "▁reliable": 13227, + "▁Bronnen": 13228, + "▁Store": 13229, + "Az": 13230, + "▁»,": 13231, + "Static": 13232, + "dw": 13233, + "green": 13234, + "▁'';": 13235, + "lij": 13236, + "eva": 13237, + "ній": 13238, + "▁Syd": 13239, + "inois": 13240, + "convert": 13241, + "▁declare": 13242, + "bres": 13243, + "INK": 13244, + "itled": 13245, + "▁accord": 13246, + "▁mars": 13247, + "Sequence": 13248, + "zip": 13249, + "▁Brazil": 13250, + "▁meetings": 13251, + "▁accuracy": 13252, + "▁Machine": 13253, + "▁autor": 13254, + "▁ainsi": 13255, + "Simple": 13256, + "Resources": 13257, + "каза": 13258, + "▁MP": 13259, + "they": 13260, + "▁Bang": 13261, + "▁eing": 13262, + "ateful": 13263, + "▁Something": 13264, + "▁upset": 13265, + "History": 13266, + "dimensional": 13267, + "▁explanation": 13268, + "▁civ": 13269, + "▁conce": 13270, + "▁köz": 13271, + "▁promised": 13272, + "жду": 13273, + "wed": 13274, + "Fore": 13275, + "Amount": 13276, + "abb": 13277, + "▁clothing": 13278, + "лись": 13279, + "oen": 13280, + "▁Print": 13281, + "▁sizes": 13282, + "▁banks": 13283, + "ribed": 13284, + "▁'../": 13285, + "FIX": 13286, + "▁Hug": 13287, + "▁zn": 13288, + "▁INT": 13289, + "▁instances": 13290, + "▁alongside": 13291, + "Namespace": 13292, + "▁renew": 13293, + "▁asc": 13294, + "▁waves": 13295, + "▁pom": 13296, + "Duration": 13297, + "days": 13298, + "$(": 13299, + "▁grabbed": 13300, + "▁surgery": 13301, + "▁restore": 13302, + "Normal": 13303, + "▁Leb": 13304, + "▁analyt": 13305, + "Literal": 13306, + "HA": 13307, + "▁shares": 13308, + "illet": 13309, + "ols": 13310, + "▁Dog": 13311, + "orno": 13312, + "▁manip": 13313, + "jav": 13314, + "▁essentially": 13315, + "▁casual": 13316, + "opl": 13317, + "▁р": 13318, + "▁SU": 13319, + "▁engineering": 13320, + "▁Prime": 13321, + "▁SW": 13322, + "▁reaching": 13323, + "▁вла": 13324, + "▁Росси": 13325, + "▁Kre": 13326, + "erry": 13327, + "▁oppon": 13328, + "program": 13329, + "emper": 13330, + "isEmpty": 13331, + "▁Unit": 13332, + "INTER": 13333, + "ethe": 13334, + "zd": 13335, + "CUR": 13336, + "▁vm": 13337, + "conv": 13338, + "ropol": 13339, + "▁Coast": 13340, + "▁Select": 13341, + "▁была": 13342, + "▁Ve": 13343, + "owy": 13344, + "▁myth": 13345, + "ceptions": 13346, + "classes": 13347, + "▁worden": 13348, + "▁assault": 13349, + "▁dual": 13350, + "ORK": 13351, + "▁inches": 13352, + "▁FA": 13353, + "▁Station": 13354, + "▁personality": 13355, + "▁scar": 13356, + "▁regime": 13357, + "▁noten": 13358, + "▁rural": 13359, + "iza": 13360, + "Audio": 13361, + "▁disput": 13362, + "▁aver": 13363, + "▁obst": 13364, + "▁Region": 13365, + "utf": 13366, + "▁Cass": 13367, + "hspace": 13368, + "▁shipping": 13369, + "iko": 13370, + "icked": 13371, + "numer": 13372, + "дна": 13373, + "riel": 13374, + "disabled": 13375, + "opol": 13376, + "looking": 13377, + "▁classical": 13378, + "▁constructed": 13379, + "▁referenties": 13380, + "]+": 13381, + "▁captured": 13382, + "▁minimal": 13383, + "▁sock": 13384, + "father": 13385, + "isión": 13386, + "▁equally": 13387, + "▁reduction": 13388, + "Ant": 13389, + "aison": 13390, + "▁argue": 13391, + "circle": 13392, + "▁toler": 13393, + "}\",": 13394, + "▁primarily": 13395, + "usal": 13396, + "▁algebra": 13397, + "▁gathered": 13398, + "▁Remember": 13399, + "_);": 13400, + "UTE": 13401, + "▁Kit": 13402, + "Sy": 13403, + "HEAD": 13404, + "▁recipe": 13405, + "▁scenario": 13406, + "▁Following": 13407, + "VAR": 13408, + "▁yard": 13409, + "▁stad": 13410, + "*(": 13411, + "▁validate": 13412, + "DEX": 13413, + "▁committee": 13414, + "▁temporary": 13415, + "▁consequences": 13416, + "▁également": 13417, + "ктив": 13418, + "▁ra": 13419, + "▁displ": 13420, + "▁apps": 13421, + "▁Teil": 13422, + "▁».": 13423, + "▁adopted": 13424, + "tensor": 13425, + "▁femin": 13426, + "▁мар": 13427, + "логи": 13428, + "tech": 13429, + "▁Rot": 13430, + "▁knees": 13431, + "phys": 13432, + "owej": 13433, + "▁Oxford": 13434, + "анд": 13435, + "hell": 13436, + "ografia": 13437, + "▁exposed": 13438, + "ktop": 13439, + "oby": 13440, + "lower": 13441, + "▁Senate": 13442, + "▁sword": 13443, + "Flow": 13444, + "▁Unfortunately": 13445, + "▁boxes": 13446, + "▁cuando": 13447, + "▁pilot": 13448, + "▁Album": 13449, + "Bal": 13450, + "Sort": 13451, + "FIELD": 13452, + "▁desert": 13453, + "COMM": 13454, + "rons": 13455, + "adows": 13456, + "▁loyal": 13457, + "▁asset": 13458, + "▁mud": 13459, + "фа": 13460, + "▁secondary": 13461, + "▁Ар": 13462, + "▁cul": 13463, + "▁Asian": 13464, + "▁staying": 13465, + "▁dataset": 13466, + "▁USE": 13467, + "▁loves": 13468, + "▁velocity": 13469, + "áv": 13470, + "▁purchased": 13471, + "SOC": 13472, + "▁competitive": 13473, + "▁Football": 13474, + "iska": 13475, + "▁knock": 13476, + "stairs": 13477, + "azy": 13478, + "▁vend": 13479, + "▁arts": 13480, + "▁Bras": 13481, + "uela": 13482, + "кто": 13483, + "trim": 13484, + "▁dirty": 13485, + "▁websites": 13486, + "▁Indep": 13487, + "▁стра": 13488, + "sr": 13489, + "▁ticket": 13490, + "atile": 13491, + "▁implemented": 13492, + "▁время": 13493, + "▁bowl": 13494, + "DATE": 13495, + "▁alter": 13496, + "▁Space": 13497, + "▁accompan": 13498, + "ordon": 13499, + "▁doctors": 13500, + "istas": 13501, + "Cast": 13502, + "дом": 13503, + "CTL": 13504, + "urers": 13505, + "▁ingredients": 13506, + "▁calculated": 13507, + "▁leather": 13508, + "▁sensitive": 13509, + "▁suspic": 13510, + "stan": 13511, + "▁anni": 13512, + "await": 13513, + "▁Franç": 13514, + "▁abort": 13515, + "▁Spirit": 13516, + "▁Walter": 13517, + "unkt": 13518, + "▁vertical": 13519, + "ORS": 13520, + "best": 13521, + "▁Client": 13522, + "itated": 13523, + "▁ва": 13524, + "▁Č": 13525, + "▁ville": 13526, + "▁diplom": 13527, + "orne": 13528, + "▁bars": 13529, + "Uri": 13530, + "APTER": 13531, + "pons": 13532, + "utz": 13533, + "Proto": 13534, + "▁stir": 13535, + "▁це": 13536, + "▁primer": 13537, + "igible": 13538, + "extra": 13539, + "▁Books": 13540, + "▁Bos": 13541, + "▁Et": 13542, + "▁Welt": 13543, + "▁Korea": 13544, + "рито": 13545, + "▁vibr": 13546, + "Self": 13547, + "linear": 13548, + "об": 13549, + "▁Lang": 13550, + "▁deeper": 13551, + "▁termin": 13552, + "enschaft": 13553, + "▁році": 13554, + "ammed": 13555, + "visible": 13556, + "▁IOException": 13557, + "▁Wind": 13558, + "usqu": 13559, + "▁Stop": 13560, + "▁орга": 13561, + "INVALID": 13562, + "▁cub": 13563, + "▁jew": 13564, + "▁captain": 13565, + "зі": 13566, + "chunk": 13567, + "apture": 13568, + "ashboard": 13569, + "▁divided": 13570, + "▁extensive": 13571, + "▁suffer": 13572, + "▁heading": 13573, + "created": 13574, + "▁quietly": 13575, + "▁ny": 13576, + "▁пол": 13577, + "\"+": 13578, + "ikan": 13579, + "▁designs": 13580, + "zu": 13581, + "}+\\": 13582, + "Operator": 13583, + "▁Lemma": 13584, + "▁нау": 13585, + "acji": 13586, + "лове": 13587, + "Servlet": 13588, + "▁Kevin": 13589, + "stage": 13590, + "bn": 13591, + "textwidth": 13592, + "failed": 13593, + "▁Staff": 13594, + "▁enem": 13595, + "unde": 13596, + "ень": 13597, + "Packet": 13598, + "▁Als": 13599, + "kar": 13600, + "]['": 13601, + "ked": 13602, + "Pers": 13603, + ">::": 13604, + "▁arc": 13605, + "▁synt": 13606, + "SPE": 13607, + "▁Да": 13608, + "▁Mi": 13609, + "▁Moh": 13610, + "▁Death": 13611, + "browser": 13612, + "▁Dave": 13613, + "▁succ": 13614, + "toggle": 13615, + "▁tack": 13616, + "Comment": 13617, + "eron": 13618, + "▁awareness": 13619, + "▁hug": 13620, + "▁contemporary": 13621, + "ulating": 13622, + "▁Title": 13623, + "▁THIS": 13624, + "havior": 13625, + "rank": 13626, + "▁dozen": 13627, + "▁cheese": 13628, + "coln": 13629, + "▁radius": 13630, + "▁dimensions": 13631, + "roduction": 13632, + "▁adds": 13633, + "▁household": 13634, + "▁Davis": 13635, + "pkg": 13636, + "{$": 13637, + "▁casino": 13638, + "▁Pierre": 13639, + "▁objective": 13640, + "train": 13641, + "▁Michigan": 13642, + "payload": 13643, + "▁rug": 13644, + "▁severe": 13645, + "mean": 13646, + "▁toss": 13647, + "▁embarrass": 13648, + "▁Very": 13649, + "▁appeal": 13650, + "▁Comput": 13651, + "▁forgotten": 13652, + "▁kernel": 13653, + "▁carbon": 13654, + "fw": 13655, + "▁Су": 13656, + "▁Empire": 13657, + "▁quote": 13658, + "etz": 13659, + "▁mini": 13660, + "▁pipe": 13661, + "▁nous": 13662, + "▁Move": 13663, + "▁ду": 13664, + "▁nervous": 13665, + "▁Мар": 13666, + "*\r": 13667, + "▁Bush": 13668, + "▁peer": 13669, + "▁Writ": 13670, + "▁satisfied": 13671, + "▁pulling": 13672, + "▁Pur": 13673, + "▁Miller": 13674, + "▁FL": 13675, + "amaz": 13676, + "▁mile": 13677, + "▁Need": 13678, + "▁supplies": 13679, + "▁año": 13680, + "▁pace": 13681, + "▁Victoria": 13682, + "▁ought": 13683, + "▁Player": 13684, + "agnostic": 13685, + "▁viv": 13686, + "▁Patrick": 13687, + "▁Š": 13688, + "▁Story": 13689, + "aca": 13690, + "▁mountains": 13691, + "CLASS": 13692, + "▁fragment": 13693, + "▁settlement": 13694, + "▁Furthermore": 13695, + "▁drivers": 13696, + "▁Ju": 13697, + "▁были": 13698, + "Rows": 13699, + "▁impression": 13700, + "▁infer": 13701, + "▁Expl": 13702, + "olute": 13703, + "ovan": 13704, + "arance": 13705, + "CAP": 13706, + "▁enforce": 13707, + "▁Burn": 13708, + "Reset": 13709, + "mother": 13710, + "▁Battle": 13711, + "padding": 13712, + "iate": 13713, + "▁cried": 13714, + "AK": 13715, + "uns": 13716, + "▁siècle": 13717, + "▁Contin": 13718, + "bank": 13719, + "junit": 13720, + "objects": 13721, + "Rot": 13722, + "issa": 13723, + "▁begun": 13724, + "*-": 13725, + "▁visiting": 13726, + "жде": 13727, + "▁targets": 13728, + "▁Latin": 13729, + "ут": 13730, + "▁Esc": 13731, + "*;": 13732, + "ång": 13733, + "▁({": 13734, + "▁diagram": 13735, + "Models": 13736, + "▁partnership": 13737, + "▁från": 13738, + "ulty": 13739, + "Pod": 13740, + "CALL": 13741, + "modal": 13742, + "sig": 13743, + "itzer": 13744, + "itel": 13745, + "▁convinced": 13746, + "abl": 13747, + "стве": 13748, + "▁cot": 13749, + "▁repeat": 13750, + "▁lists": 13751, + "sound": 13752, + "▁royal": 13753, + "▁grace": 13754, + "▁oraz": 13755, + "Notification": 13756, + "prite": 13757, + "▁arrival": 13758, + "ancell": 13759, + "hentic": 13760, + "decode": 13761, + "▁fantastic": 13762, + "progress": 13763, + "proxy": 13764, + "ző": 13765, + "kel": 13766, + "▁convenient": 13767, + "aque": 13768, + "riet": 13769, + "▁Digital": 13770, + "iors": 13771, + "▁Budd": 13772, + "andra": 13773, + "addy": 13774, + "▁overs": 13775, + "▁consumers": 13776, + "pn": 13777, + "mouse": 13778, + "▁BC": 13779, + "deg": 13780, + "perm": 13781, + "ités": 13782, + "▁испо": 13783, + "heast": 13784, + "hour": 13785, + "PARAM": 13786, + "conscious": 13787, + "▁wing": 13788, + "▁atmosphere": 13789, + "▁gig": 13790, + "▁contre": 13791, + "▁drama": 13792, + "ят": 13793, + "▁Front": 13794, + "▁philosophy": 13795, + "▁Hart": 13796, + "▁nurs": 13797, + "uras": 13798, + "▁Tru": 13799, + "▁sud": 13800, + "▁performing": 13801, + "пы": 13802, + "▁confused": 13803, + "▁checks": 13804, + "amt": 13805, + "Make": 13806, + "▁RO": 13807, + "▁df": 13808, + "izations": 13809, + "▁degli": 13810, + "▁architecture": 13811, + "Renderer": 13812, + "▁Ла": 13813, + "▁ptr": 13814, + "▁dieser": 13815, + "submit": 13816, + "▁topics": 13817, + "▁principles": 13818, + "vars": 13819, + "sock": 13820, + "▁tongue": 13821, + "▁percentage": 13822, + "▁SS": 13823, + "▁dol": 13824, + "▁rice": 13825, + "ío": 13826, + "▁Eastern": 13827, + "▁recognition": 13828, + "▁Ern": 13829, + "▁Ut": 13830, + "▁caut": 13831, + "▁Cloud": 13832, + "▁conversion": 13833, + "▁Ohio": 13834, + "▁ME": 13835, + "▁surely": 13836, + "▁gard": 13837, + "puis": 13838, + "▁urg": 13839, + "imi": 13840, + "▁absence": 13841, + "▁winner": 13842, + "Language": 13843, + "▁HTTP": 13844, + "wt": 13845, + "▁translation": 13846, + "сс": 13847, + "▁Kind": 13848, + "Two": 13849, + "▁Revolution": 13850, + "Insert": 13851, + "Every": 13852, + "orient": 13853, + "▁тра": 13854, + "▁emotions": 13855, + "details": 13856, + "▁flu": 13857, + "▁operate": 13858, + "Ag": 13859, + "unning": 13860, + "▁partie": 13861, + "tri": 13862, + "▁golden": 13863, + "▁Би": 13864, + "▁foundation": 13865, + "isten": 13866, + "▁Carlos": 13867, + "Children": 13868, + "▁neighb": 13869, + "▁Cart": 13870, + "Begin": 13871, + "гда": 13872, + "▁scheduled": 13873, + "'>": 13874, + "▁observations": 13875, + "▁producer": 13876, + "athers": 13877, + "ному": 13878, + "▁expectations": 13879, + "oso": 13880, + "zh": 13881, + "mutable": 13882, + "▁writes": 13883, + "▁pushing": 13884, + "▁seats": 13885, + "▁breast": 13886, + "aping": 13887, + "▁Simple": 13888, + "▁socket": 13889, + "▁slave": 13890, + "iley": 13891, + "▁assistant": 13892, + "▁trim": 13893, + "▁landscape": 13894, + "▁association": 13895, + "quant": 13896, + "▁Palest": 13897, + "▁sweat": 13898, + "engers": 13899, + "?_": 13900, + "ép": 13901, + ">.": 13902, + "▁curious": 13903, + "▁Component": 13904, + "▁replacement": 13905, + "раль": 13906, + "▁Track": 13907, + "▁Remove": 13908, + "▁Size": 13909, + "peror": 13910, + "▁calculate": 13911, + "▁sessions": 13912, + "▁typed": 13913, + "▁submit": 13914, + "!!!": 13915, + "▁partition": 13916, + "eding": 13917, + "-----": 13918, + "azioni": 13919, + "ließ": 13920, + "onal": 13921, + "▁shru": 13922, + "▁REG": 13923, + "▁Fac": 13924, + "configuration": 13925, + "▁было": 13926, + "▁Among": 13927, + "__);": 13928, + "▁Server": 13929, + "▁LOG": 13930, + "▁cand": 13931, + "']);": 13932, + "gov": 13933, + "▁Six": 13934, + "undefined": 13935, + "▁ty": 13936, + "asa": 13937, + "▁particles": 13938, + "▁фор": 13939, + "``": 13940, + "Tube": 13941, + "eland": 13942, + "fold": 13943, + "ogo": 13944, + "▁approaches": 13945, + "onda": 13946, + "agr": 13947, + ",$": 13948, + "▁{{": 13949, + "▁Modern": 13950, + "▁Winter": 13951, + "available": 13952, + "▁Lud": 13953, + "▁casa": 13954, + "▁Could": 13955, + "▁fifteen": 13956, + "▁potentially": 13957, + "^^": 13958, + "▁seit": 13959, + "Animation": 13960, + "кого": 13961, + "Zone": 13962, + "elif": 13963, + "▁acknowled": 13964, + "▁ownership": 13965, + "▁describes": 13966, + "▁reverse": 13967, + "▁contest": 13968, + "▁scored": 13969, + "▁opposed": 13970, + "flex": 13971, + "kre": 13972, + "▁merge": 13973, + "▁covering": 13974, + "▁honestly": 13975, + "▁Mess": 13976, + "▁rarely": 13977, + "▁incredible": 13978, + "itage": 13979, + "▁victims": 13980, + "ными": 13981, + "wl": 13982, + "izza": 13983, + "dn": 13984, + "onde": 13985, + "▁przy": 13986, + "▁HTML": 13987, + "▁payload": 13988, + "Bus": 13989, + "usb": 13990, + "Fn": 13991, + "▁displayed": 13992, + "▁ocean": 13993, + "▁Avenue": 13994, + "acion": 13995, + "ghan": 13996, + "metric": 13997, + "ieties": 13998, + "▁attractive": 13999, + "▁fö": 14000, + "Creat": 14001, + "verter": 14002, + "▁Alice": 14003, + "пол": 14004, + "▁fraction": 14005, + "▁behaviour": 14006, + "▁Jersey": 14007, + "▁revenue": 14008, + "▁tres": 14009, + "ILD": 14010, + "▁Ét": 14011, + "▁sync": 14012, + "wich": 14013, + "▁ancest": 14014, + "ът": 14015, + "omo": 14016, + "▁Ide": 14017, + "▁gained": 14018, + "▁momentum": 14019, + "▁Ko": 14020, + "ieu": 14021, + "ielt": 14022, + "▁bonus": 14023, + "▁texture": 14024, + "Modal": 14025, + "NEXT": 14026, + "▁године": 14027, + "▁languages": 14028, + "vt": 14029, + "▁representing": 14030, + "▁Dream": 14031, + "curr": 14032, + "qual": 14033, + "▁js": 14034, + "burn": 14035, + "▁contributions": 14036, + "▁ric": 14037, + "}-\\": 14038, + "={{": 14039, + "cart": 14040, + "FB": 14041, + "jud": 14042, + "esp": 14043, + "▁electron": 14044, + "▁ell": 14045, + "▁Runtime": 14046, + "achel": 14047, + "\\_": 14048, + "week": 14049, + "packet": 14050, + "▁Secretary": 14051, + "▁Jahrhund": 14052, + "▁threshold": 14053, + "bage": 14054, + "▁concer": 14055, + "▁bone": 14056, + "▁Hollywood": 14057, + "Cursor": 14058, + "▁awarded": 14059, + "▁summary": 14060, + "aggio": 14061, + "▁stell": 14062, + "▁flesh": 14063, + "Pair": 14064, + "▁Age": 14065, + "ington": 14066, + "▁'.": 14067, + "aser": 14068, + "кова": 14069, + "▁quart": 14070, + "ryption": 14071, + "Alloc": 14072, + "ften": 14073, + "Operand": 14074, + "▁indicated": 14075, + "($_": 14076, + "getString": 14077, + "▁listener": 14078, + "spir": 14079, + ")_": 14080, + "vens": 14081, + "▁foods": 14082, + "anza": 14083, + "teil": 14084, + "DESC": 14085, + "▁notion": 14086, + "▁employment": 14087, + "▁swing": 14088, + "nbsp": 14089, + "▁pounds": 14090, + "tools": 14091, + "▁participate": 14092, + "▁Tax": 14093, + "▁скла": 14094, + "apol": 14095, + "▁fost": 14096, + "compat": 14097, + "▁publication": 14098, + "▁rapidly": 14099, + "▁Wis": 14100, + "EventListener": 14101, + "▁première": 14102, + "uso": 14103, + "extend": 14104, + "▁MERCHANTABILITY": 14105, + "UTF": 14106, + "▁experiments": 14107, + "single": 14108, + "zk": 14109, + "▁naj": 14110, + "}}}": 14111, + "Lin": 14112, + "▁interact": 14113, + "▁cms": 14114, + "▁Roger": 14115, + "▁Ру": 14116, + ">'": 14117, + "commit": 14118, + "лось": 14119, + "▁outcome": 14120, + "▁hits": 14121, + "▁им": 14122, + "▁spark": 14123, + "console": 14124, + "▁verw": 14125, + "▁като": 14126, + "agnostics": 14127, + "▁soci": 14128, + "▁dining": 14129, + "▁tech": 14130, + "št": 14131, + "folio": 14132, + "ultane": 14133, + "ктор": 14134, + "▁Brand": 14135, + "Join": 14136, + "▁ию": 14137, + "▁pros": 14138, + "▁posit": 14139, + "Public": 14140, + "AspNetCore": 14141, + "▁Shop": 14142, + "▁coinc": 14143, + "нием": 14144, + "▁references": 14145, + "about": 14146, + "namespace": 14147, + "DL": 14148, + "▁IR": 14149, + "▁cada": 14150, + "▁Jordan": 14151, + "▁gep": 14152, + "▁bron": 14153, + "andidate": 14154, + "EXPECT": 14155, + "amo": 14156, + "▁Deutsch": 14157, + "auc": 14158, + "▁райо": 14159, + "▁Labor": 14160, + "▁surrounded": 14161, + "тро": 14162, + "▁nome": 14163, + "▁underlying": 14164, + "▁educational": 14165, + "RIGHT": 14166, + "COUNT": 14167, + "inch": 14168, + "Typ": 14169, + "umph": 14170, + "four": 14171, + "Controls": 14172, + "▁cp": 14173, + "cost": 14174, + "▁mechanism": 14175, + "eness": 14176, + "équ": 14177, + "▁acquired": 14178, + "▁falls": 14179, + "▁Hou": 14180, + "▁LE": 14181, + "forEach": 14182, + "▁vertex": 14183, + "▁IF": 14184, + "curs": 14185, + "'=>": 14186, + "тери": 14187, + "▁SA": 14188, + "riers": 14189, + "▁uw": 14190, + "▁marks": 14191, + "▁energ": 14192, + "hof": 14193, + "ylvania": 14194, + "▁Allen": 14195, + "umpy": 14196, + "ого": 14197, + "ству": 14198, + "voice": 14199, + "▁engage": 14200, + "▁mant": 14201, + "orse": 14202, + "===": 14203, + "▁improvement": 14204, + "Opt": 14205, + "▁arrested": 14206, + "тия": 14207, + "▁сле": 14208, + "itched": 14209, + "socket": 14210, + "▁cycl": 14211, + "▁SM": 14212, + "▁Sex": 14213, + "▁neutral": 14214, + "вав": 14215, + "▁Jess": 14216, + "▁dip": 14217, + "▁opposition": 14218, + "▁borrow": 14219, + "спе": 14220, + "▁avant": 14221, + "кола": 14222, + "▁ta": 14223, + "Anim": 14224, + "▁Gall": 14225, + "rgb": 14226, + "▁guilty": 14227, + "▁buried": 14228, + "▁gy": 14229, + "Initial": 14230, + "▁accomp": 14231, + "▁breathing": 14232, + "berry": 14233, + "GRO": 14234, + "▁subsequent": 14235, + "roupe": 14236, + "ulpt": 14237, + "tb": 14238, + "▁ä": 14239, + "Pi": 14240, + "argv": 14241, + "▁Must": 14242, + ":'": 14243, + "svg": 14244, + "oup": 14245, + "▁precisely": 14246, + "▁Ta": 14247, + "rena": 14248, + "▁folder": 14249, + "▁Channel": 14250, + "▁revol": 14251, + "Miss": 14252, + "лом": 14253, + "reddit": 14254, + "adelph": 14255, + "▁discrim": 14256, + "▁ave": 14257, + "pleted": 14258, + "▁gently": 14259, + "FFFF": 14260, + "ropy": 14261, + "▁dial": 14262, + "NotFound": 14263, + "▁\"[": 14264, + "Home": 14265, + "onte": 14266, + "▁relie": 14267, + "▁Context": 14268, + "▁stats": 14269, + "▁Energy": 14270, + "ounced": 14271, + "▁grave": 14272, + "▁recip": 14273, + "лин": 14274, + "blog": 14275, + "▁naam": 14276, + "▁wo": 14277, + "▁directions": 14278, + "▁Lincoln": 14279, + "!)": 14280, + "unci": 14281, + "neq": 14282, + "Tags": 14283, + "▁tum": 14284, + "▁saving": 14285, + "aille": 14286, + "itemize": 14287, + "▁Famil": 14288, + "msm": 14289, + "news": 14290, + "FFER": 14291, + "▁Dead": 14292, + "▁territory": 14293, + "▁Kat": 14294, + "ocker": 14295, + "integer": 14296, + "▁sne": 14297, + "▁fails": 14298, + "▁français": 14299, + "▁introduction": 14300, + "▁Grant": 14301, + "ycle": 14302, + "'].": 14303, + "▁vier": 14304, + "native": 14305, + "▁Kle": 14306, + "quote": 14307, + "Users": 14308, + "▁advis": 14309, + "▁gym": 14310, + "▁protein": 14311, + "ال": 14312, + "▁Mai": 14313, + "▁providers": 14314, + "▁soil": 14315, + "gui": 14316, + "▁Nation": 14317, + "reation": 14318, + "▁Tab": 14319, + "ensis": 14320, + "inas": 14321, + "▁Scotland": 14322, + "▁dispatch": 14323, + "union": 14324, + "▁bere": 14325, + "▁Pow": 14326, + "▁Hig": 14327, + "▁studying": 14328, + "REF": 14329, + "SSL": 14330, + "▁fright": 14331, + "▁SORT": 14332, + "▁compr": 14333, + "▁Madrid": 14334, + "rowned": 14335, + "opes": 14336, + "pdev": 14337, + "▁wash": 14338, + "▁'../../": 14339, + "}}_": 14340, + "▁accum": 14341, + "rolling": 14342, + "▁NC": 14343, + "▁fiction": 14344, + "ipt": 14345, + "connected": 14346, + "limits": 14347, + "▁lap": 14348, + "▁whereas": 14349, + "prom": 14350, + "▁appointment": 14351, + "Program": 14352, + "▁Пер": 14353, + "nah": 14354, + "Validation": 14355, + "icons": 14356, + "äll": 14357, + "▁radical": 14358, + "▁exclusive": 14359, + "emony": 14360, + "▁challenging": 14361, + "▁ms": 14362, + "▁Private": 14363, + "▁vida": 14364, + "▁други": 14365, + "▁campus": 14366, + "forms": 14367, + "дно": 14368, + "plaat": 14369, + "bst": 14370, + "ATED": 14371, + "▁Abstract": 14372, + "▁intense": 14373, + "▁Ltd": 14374, + "▁controvers": 14375, + "óg": 14376, + "▁să": 14377, + "▁landing": 14378, + "!=": 14379, + "▁scenes": 14380, + "▁Chap": 14381, + "▁spoken": 14382, + "cred": 14383, + "▁pride": 14384, + "quet": 14385, + "▁meter": 14386, + "▁deutsch": 14387, + "uum": 14388, + "▁bless": 14389, + "▁Hann": 14390, + "▁inputs": 14391, + "▁Row": 14392, + "▁withdraw": 14393, + "Pal": 14394, + "acles": 14395, + "assets": 14396, + "▁vl": 14397, + "веде": 14398, + "▁Got": 14399, + "▁airport": 14400, + "wind": 14401, + "▁Columbia": 14402, + "▁chocolate": 14403, + "▁hö": 14404, + "▁alarm": 14405, + "FTWARE": 14406, + "▁Jay": 14407, + "▁sake": 14408, + "▁registration": 14409, + "vid": 14410, + "▁lake": 14411, + "▁username": 14412, + "▁hack": 14413, + "indexOf": 14414, + "cx": 14415, + "▁festival": 14416, + "▁clubs": 14417, + "cases": 14418, + "CTRL": 14419, + "];\r": 14420, + "▁Aud": 14421, + "▁primera": 14422, + "ват": 14423, + "▁brilliant": 14424, + "uther": 14425, + "▁difficulty": 14426, + "itals": 14427, + "▁scores": 14428, + "▁polít": 14429, + "database": 14430, + "aska": 14431, + "▁######": 14432, + "▁acid": 14433, + "aton": 14434, + "atomic": 14435, + "freq": 14436, + "▁WARRANTY": 14437, + "▁reporting": 14438, + ".),": 14439, + "▁nights": 14440, + "▁programme": 14441, + ")}{": 14442, + "xic": 14443, + "▁spo": 14444, + "lined": 14445, + "quarters": 14446, + "eree": 14447, + "mers": 14448, + "▁serves": 14449, + "cow": 14450, + "лько": 14451, + "enso": 14452, + "▁environ": 14453, + "Like": 14454, + "anche": 14455, + "▁crash": 14456, + "▁Kap": 14457, + "noindent": 14458, + "Conn": 14459, + "▁авто": 14460, + "▁infrastructure": 14461, + "IME": 14462, + "▁Room": 14463, + "need": 14464, + "orer": 14465, + "▁Dest": 14466, + "▁Domin": 14467, + "atherine": 14468, + "▁Sydney": 14469, + "▁gauge": 14470, + "▁jet": 14471, + "bably": 14472, + "▁commonly": 14473, + "▁stations": 14474, + "iah": 14475, + "nl": 14476, + "жу": 14477, + "eten": 14478, + "_)": 14479, + "iac": 14480, + "amos": 14481, + "nement": 14482, + "kon": 14483, + "Interval": 14484, + "▁cabin": 14485, + "▁eg": 14486, + "▁shots": 14487, + "▁Area": 14488, + "smith": 14489, + "parameter": 14490, + "'}": 14491, + "▁hem": 14492, + "▁singing": 14493, + "▁accessible": 14494, + "▁Prin": 14495, + "optional": 14496, + "ancial": 14497, + "ships": 14498, + "▁canvas": 14499, + "spe": 14500, + "▁addresses": 14501, + "▁xml": 14502, + "▁'\"": 14503, + "▁kar": 14504, + "öff": 14505, + "▁ages": 14506, + "ёр": 14507, + "zing": 14508, + "▁över": 14509, + "▁Clean": 14510, + "▁Silver": 14511, + "▁осо": 14512, + "health": 14513, + "Ali": 14514, + "▁ts": 14515, + "atern": 14516, + "▁choosing": 14517, + "▁burned": 14518, + "brid": 14519, + "rooms": 14520, + "ött": 14521, + "KERN": 14522, + "▁dish": 14523, + "Sa": 14524, + "Detail": 14525, + "▁Hind": 14526, + "▁Dans": 14527, + "ię": 14528, + "▁Jahren": 14529, + "extension": 14530, + "allas": 14531, + "▁Billy": 14532, + "usammen": 14533, + "itud": 14534, + "geon": 14535, + "Temp": 14536, + "Leg": 14537, + "ittel": 14538, + "addle": 14539, + "▁muscle": 14540, + "▁scared": 14541, + "sson": 14542, + "▁denote": 14543, + "ieurs": 14544, + "▁orange": 14545, + "▁hub": 14546, + "▁reb": 14547, + "edi": 14548, + "▁voices": 14549, + "Folder": 14550, + "▁suspend": 14551, + "▁Heart": 14552, + "▁scrap": 14553, + "▁aggreg": 14554, + "▁Guide": 14555, + "transaction": 14556, + "▁riding": 14557, + "▁vá": 14558, + "▁breed": 14559, + "▁concert": 14560, + "approx": 14561, + "▁chances": 14562, + "Tok": 14563, + "Eq": 14564, + "parts": 14565, + "▁scholar": 14566, + "offs": 14567, + "flush": 14568, + "!”": 14569, + "▁login": 14570, + "▁soort": 14571, + "▁Mand": 14572, + "▁functional": 14573, + "▁Bou": 14574, + "▁subjects": 14575, + "mys": 14576, + "▁extraord": 14577, + "▁Building": 14578, + "ikt": 14579, + "Bad": 14580, + "iami": 14581, + "Driver": 14582, + "ête": 14583, + "▁kv": 14584, + "▁timer": 14585, + "itionally": 14586, + "▁athlet": 14587, + "▁\");": 14588, + "wy": 14589, + "CFG": 14590, + "▁heaven": 14591, + "ов": 14592, + "▁experimental": 14593, + "▁bounds": 14594, + "ICK": 14595, + "▁excit": 14596, + "▁quit": 14597, + "▁universal": 14598, + "дь": 14599, + "▁SP": 14600, + "▁stub": 14601, + "▁kle": 14602, + "▁Bart": 14603, + "▁\"@": 14604, + "pel": 14605, + "▁(!(": 14606, + "▁selector": 14607, + "EB": 14608, + "▁coc": 14609, + "eted": 14610, + "ють": 14611, + "▁possess": 14612, + "▁Rick": 14613, + "▁unusual": 14614, + "termin": 14615, + "▁bags": 14616, + "▁loading": 14617, + "▁tf": 14618, + "▁)\r": 14619, + "provider": 14620, + "pletion": 14621, + "▁cursor": 14622, + "▁paused": 14623, + "им": 14624, + "▁counsel": 14625, + "]<": 14626, + "zech": 14627, + "▁tie": 14628, + "▁Moon": 14629, + "▁armed": 14630, + "▁observe": 14631, + "▁permet": 14632, + "▁Job": 14633, + "för": 14634, + "argument": 14635, + "▁eggs": 14636, + "ást": 14637, + "▁incredibly": 14638, + "werken": 14639, + "izard": 14640, + "▁painted": 14641, + "▁Vietnam": 14642, + "▁violent": 14643, + "Est": 14644, + "ierra": 14645, + "reader": 14646, + "weise": 14647, + "▁Josh": 14648, + "▁Him": 14649, + "ashes": 14650, + "origin": 14651, + "▁spir": 14652, + "▁Tree": 14653, + "▁niet": 14654, + "WIN": 14655, + "margin": 14656, + "▁involves": 14657, + "▁organis": 14658, + "▁Nacional": 14659, + "bara": 14660, + "▁depuis": 14661, + "pio": 14662, + "features": 14663, + "stru": 14664, + "▁Disney": 14665, + "▁restaurants": 14666, + "Mill": 14667, + "))\r": 14668, + "сла": 14669, + "remote": 14670, + "▁Third": 14671, + "▁baseball": 14672, + "▁algun": 14673, + "]$": 14674, + "▁employed": 14675, + "pot": 14676, + "▁UnityEngine": 14677, + "▁integration": 14678, + "▁risks": 14679, + "▁stro": 14680, + "▁agosto": 14681, + "including": 14682, + "▁Mind": 14683, + "▁stroke": 14684, + "▁deals": 14685, + "ajax": 14686, + "ёт": 14687, + "▁\\|": 14688, + "tar": 14689, + "adelphia": 14690, + "▁sab": 14691, + "pur": 14692, + "▁screw": 14693, + "▁inev": 14694, + "▁\\;": 14695, + "▁Donald": 14696, + "öd": 14697, + "cca": 14698, + "esis": 14699, + "▁separated": 14700, + "DBG": 14701, + "agent": 14702, + "▁packed": 14703, + "ння": 14704, + "intern": 14705, + "▁Monte": 14706, + "▁province": 14707, + "▁expanded": 14708, + "▁approached": 14709, + "▁Ep": 14710, + "CLK": 14711, + "▁ore": 14712, + "Batch": 14713, + "▁impressive": 14714, + "RM": 14715, + "▁Location": 14716, + "▁shame": 14717, + "wrapper": 14718, + "unwrap": 14719, + "peer": 14720, + "Bits": 14721, + "▁SN": 14722, + "scar": 14723, + "Come": 14724, + "▁council": 14725, + "▁shouted": 14726, + "making": 14727, + "▁Maur": 14728, + "▁wis": 14729, + "LETE": 14730, + "▁fs": 14731, + "▁dz": 14732, + "unque": 14733, + "uego": 14734, + "Random": 14735, + "Html": 14736, + "zem": 14737, + "▁Dutch": 14738, + "▁Golden": 14739, + "▁Tar": 14740, + "▁Herm": 14741, + "▁stretch": 14742, + "vard": 14743, + "▁tries": 14744, + "WI": 14745, + "▁disappeared": 14746, + "▁crusher": 14747, + "▁Kan": 14748, + "Mag": 14749, + "ør": 14750, + "▁Cambridge": 14751, + "▁dopo": 14752, + "atura": 14753, + "heart": 14754, + "▁Spiel": 14755, + "/**\r": 14756, + "Direction": 14757, + "atting": 14758, + "wig": 14759, + "▁codes": 14760, + "▁powder": 14761, + "alert": 14762, + "sembl": 14763, + "▁ye": 14764, + "Star": 14765, + "▁roots": 14766, + "▁Holl": 14767, + "Rele": 14768, + "▁constitu": 14769, + "nc": 14770, + "“.": 14771, + "reference": 14772, + "ificial": 14773, + "closure": 14774, + "▁figured": 14775, + "▁assumption": 14776, + "getElementById": 14777, + "▁AG": 14778, + "oses": 14779, + "▁_\"": 14780, + "epper": 14781, + "obre": 14782, + "enumerate": 14783, + "ографи": 14784, + "▁lessons": 14785, + "▁qualified": 14786, + "Person": 14787, + "anse": 14788, + "▁Mort": 14789, + "sylvania": 14790, + "▁cré": 14791, + "Binding": 14792, + "іс": 14793, + "▁Vari": 14794, + "▁reminded": 14795, + "▁membership": 14796, + "iper": 14797, + "zte": 14798, + "▁cref": 14799, + "▁PA": 14800, + "plaatst": 14801, + "▁Environment": 14802, + "boy": 14803, + "▁phrase": 14804, + "rivial": 14805, + "rag": 14806, + "води": 14807, + "▁pse": 14808, + "▁tournament": 14809, + ")},": 14810, + "▁Sound": 14811, + "▁Vel": 14812, + "▁Berg": 14813, + "elson": 14814, + "▁refuge": 14815, + "▁elsewhere": 14816, + "quality": 14817, + "▁abandoned": 14818, + "▁Flo": 14819, + "ibil": 14820, + "UAL": 14821, + "▁Platz": 14822, + "▁delta": 14823, + "▁Buy": 14824, + "rière": 14825, + "▁flour": 14826, + "▁laughing": 14827, + "▁Looking": 14828, + "Agent": 14829, + "▁wx": 14830, + "▁Wales": 14831, + "Ctx": 14832, + "▁cake": 14833, + "▁crate": 14834, + "▁кла": 14835, + "anga": 14836, + "Zero": 14837, + "▁amounts": 14838, + "Tra": 14839, + "ometric": 14840, + "▁constraints": 14841, + "▁temple": 14842, + "▁installation": 14843, + "stroke": 14844, + "▁Neder": 14845, + "ți": 14846, + "▁Ibid": 14847, + "▁obs": 14848, + "entries": 14849, + "▁jusqu": 14850, + "ORM": 14851, + "▁Sky": 14852, + "ikes": 14853, + "nak": 14854, + "▁modes": 14855, + "▁Hitler": 14856, + "▁belt": 14857, + "▁pointing": 14858, + "▁Ban": 14859, + "ignore": 14860, + "▁persu": 14861, + "▁Besides": 14862, + "ynom": 14863, + "▁legis": 14864, + "▁CPU": 14865, + "anded": 14866, + "uis": 14867, + "bsite": 14868, + "▁Euro": 14869, + "▁utter": 14870, + "eclipse": 14871, + "▁irre": 14872, + "▁Document": 14873, + "▁Meanwhile": 14874, + "▁familie": 14875, + "verify": 14876, + "▁Jason": 14877, + "▁Ort": 14878, + "▁ciudad": 14879, + "▁technologies": 14880, + "▁части": 14881, + "nica": 14882, + "cancel": 14883, + "Virtual": 14884, + "▁evident": 14885, + "aman": 14886, + "▁Supreme": 14887, + "atoes": 14888, + "▁steady": 14889, + "▁monthly": 14890, + "▁SOFTWARE": 14891, + "Die": 14892, + "▁applying": 14893, + "Dig": 14894, + "vier": 14895, + "▁горо": 14896, + "▁WH": 14897, + "▁minds": 14898, + "▁kam": 14899, + "▁expertise": 14900, + "▁notification": 14901, + ".-": 14902, + "▁deliber": 14903, + "▁HE": 14904, + "▁resist": 14905, + "outes": 14906, + "▁Howard": 14907, + "special": 14908, + "▁presentation": 14909, + "▁YouTube": 14910, + "mir": 14911, + "▁rust": 14912, + "▁nations": 14913, + "▁Gets": 14914, + "▁responses": 14915, + "arded": 14916, + "immer": 14917, + "▁reveal": 14918, + "▁Meg": 14919, + "▁todos": 14920, + "▁ade": 14921, + "ategories": 14922, + "▁payments": 14923, + "ôt": 14924, + "Enumer": 14925, + "▁platforms": 14926, + "▁lifetime": 14927, + "Complete": 14928, + "Quest": 14929, + "enders": 14930, + "▁cum": 14931, + "pler": 14932, + "▁appl": 14933, + "ährend": 14934, + "зь": 14935, + "enez": 14936, + "overty": 14937, + "ynchron": 14938, + "▁argued": 14939, + "▁Kath": 14940, + "▁synchron": 14941, + "▁Builder": 14942, + "Border": 14943, + "Plan": 14944, + "rieb": 14945, + "nm": 14946, + "FORMAT": 14947, + "usk": 14948, + "▁jumped": 14949, + "charg": 14950, + "▁contribute": 14951, + "Mesh": 14952, + "Univers": 14953, + "rell": 14954, + "▁polar": 14955, + "▁trois": 14956, + "icio": 14957, + "Groups": 14958, + "▁(%": 14959, + "Loop": 14960, + "▁gaz": 14961, + "dbg": 14962, + "LAY": 14963, + "John": 14964, + "blocks": 14965, + "▁lung": 14966, + "▁kön": 14967, + "through": 14968, + "▁fifth": 14969, + "lisher": 14970, + "▁involving": 14971, + "▁Deep": 14972, + "▁области": 14973, + "▁sull": 14974, + "Export": 14975, + "▁Kate": 14976, + "period": 14977, + "charge": 14978, + "GT": 14979, + "\">\r": 14980, + "тин": 14981, + "▁Ott": 14982, + "▁interactions": 14983, + "▁Toronto": 14984, + "TRACE": 14985, + "▁difer": 14986, + "▁liberal": 14987, + "▁particle": 14988, + "▁surve": 14989, + "alous": 14990, + "reason": 14991, + "▁depression": 14992, + "ал": 14993, + "▁flower": 14994, + "▁waar": 14995, + "▁hade": 14996, + "▁centuries": 14997, + "uty": 14998, + "party": 14999, + "▁approval": 15000, + "generate": 15001, + "▁Barn": 15002, + "▁marg": 15003, + "▁monde": 15004, + "▁ook": 15005, + "▁Clark": 15006, + "▁theoret": 15007, + "viously": 15008, + "?)": 15009, + "▁Rud": 15010, + "stmt": 15011, + "inction": 15012, + "▁tun": 15013, + "▁roads": 15014, + "▁rotation": 15015, + "ppen": 15016, + "sensor": 15017, + "▁Kol": 15018, + "idelines": 15019, + "▁є": 15020, + "▁composed": 15021, + "▁virus": 15022, + "'$": 15023, + "SN": 15024, + "▁Von": 15025, + "mont": 15026, + "lar": 15027, + "▁opinions": 15028, + "uction": 15029, + "rupal": 15030, + "underline": 15031, + "▁horror": 15032, + "Must": 15033, + "otto": 15034, + "Should": 15035, + "▁statist": 15036, + "▁gem": 15037, + "▁secre": 15038, + "▁strip": 15039, + "▁dirt": 15040, + "amazon": 15041, + "▁Round": 15042, + "▁discovery": 15043, + "▁GO": 15044, + "▁substantial": 15045, + "ibt": 15046, + "▁demands": 15047, + "▁everyday": 15048, + "▁besch": 15049, + "▁Bridge": 15050, + "▁HD": 15051, + "▁Dol": 15052, + "▁très": 15053, + "anni": 15054, + "roit": 15055, + "());\r": 15056, + "far": 15057, + "timestamp": 15058, + "▁bulk": 15059, + "Black": 15060, + "▁gan": 15061, + "setting": 15062, + "retval": 15063, + "ване": 15064, + "nung": 15065, + "▁talks": 15066, + "▁scientists": 15067, + "▁vig": 15068, + "▁quantity": 15069, + "▁Gard": 15070, + "▁movements": 15071, + "ähr": 15072, + "lings": 15073, + "▁Те": 15074, + "team": 15075, + "rito": 15076, + "▁assembly": 15077, + "ilst": 15078, + "▁happiness": 15079, + "▁leaf": 15080, + "▁assessment": 15081, + "Coord": 15082, + "irs": 15083, + "sam": 15084, + "▁attorney": 15085, + "▁geme": 15086, + "IDE": 15087, + "▁Vere": 15088, + "▁Anthony": 15089, + "amiento": 15090, + "▁Ast": 15091, + "▁circul": 15092, + "▁Frances": 15093, + "▁pent": 15094, + "▁mate": 15095, + "▁Transport": 15096, + "owo": 15097, + "чу": 15098, + "istes": 15099, + "TRAN": 15100, + "IMPORT": 15101, + "▁Break": 15102, + "▁sons": 15103, + "▁investors": 15104, + "▁Philipp": 15105, + "THOD": 15106, + "▁panic": 15107, + "▁:)": 15108, + "▁detection": 15109, + "▁simultane": 15110, + "nte": 15111, + "▁listened": 15112, + "кре": 15113, + "▁Brig": 15114, + "Optional": 15115, + "▁abund": 15116, + "▁criteria": 15117, + "▁chip": 15118, + "▁окру": 15119, + "▁Constant": 15120, + "▁mining": 15121, + "тал": 15122, + "mates": 15123, + "▁worship": 15124, + "router": 15125, + "CN": 15126, + "▁Match": 15127, + "▁Cole": 15128, + "▁downt": 15129, + "▁holes": 15130, + "▁grateful": 15131, + "RESULT": 15132, + "▁Europa": 15133, + "▁consent": 15134, + "lä": 15135, + "opter": 15136, + "▁colleagues": 15137, + "orous": 15138, + "▁enemies": 15139, + "hang": 15140, + "actual": 15141, + "Objects": 15142, + "▁як": 15143, + "▁fluid": 15144, + "fixed": 15145, + "▁Graph": 15146, + "▁scratch": 15147, + "cers": 15148, + "ribu": 15149, + "▁validation": 15150, + "▁completion": 15151, + "▁Begin": 15152, + "endpoint": 15153, + "rient": 15154, + "CM": 15155, + "▁Site": 15156, + "▁explains": 15157, + "tres": 15158, + "▁anybody": 15159, + "foreach": 15160, + "lon": 15161, + "Chain": 15162, + "▁Buff": 15163, + "ocal": 15164, + "▁Morgan": 15165, + "▁sang": 15166, + "▁passes": 15167, + "@@": 15168, + "ijd": 15169, + "Word": 15170, + "▁Hung": 15171, + "▁Fer": 15172, + "▁vý": 15173, + "bast": 15174, + "▁entertainment": 15175, + "hin": 15176, + "▁grat": 15177, + "▁Member": 15178, + "▁Minn": 15179, + "▁printed": 15180, + "▁Franklin": 15181, + "▁Imp": 15182, + "Machine": 15183, + "columns": 15184, + "▁deleted": 15185, + "▁manufacturing": 15186, + "▁rely": 15187, + "▁conse": 15188, + "▁fishing": 15189, + "blo": 15190, + "-$": 15191, + "▁.\"": 15192, + "▁clinical": 15193, + "▁Studies": 15194, + "▁Бу": 15195, + "definition": 15196, + "▁evaluation": 15197, + "▁attacked": 15198, + "▁frozen": 15199, + "zent": 15200, + "▁últ": 15201, + "▁rational": 15202, + "othe": 15203, + "Cancel": 15204, + "history": 15205, + "setText": 15206, + "▁alc": 15207, + "▁hydro": 15208, + "▁Theatre": 15209, + "▁Material": 15210, + "IOException": 15211, + "******/": 15212, + "spl": 15213, + "NODE": 15214, + "attrs": 15215, + "▁mie": 15216, + "▁offices": 15217, + "ró": 15218, + "▁jam": 15219, + "▁Ident": 15220, + "vé": 15221, + "Setting": 15222, + "▁Several": 15223, + "▁decay": 15224, + "Android": 15225, + "▁Save": 15226, + "unted": 15227, + "▁Mountain": 15228, + "usc": 15229, + "▁marzo": 15230, + "▁asleep": 15231, + "▁soldier": 15232, + "▁Double": 15233, + "PK": 15234, + "▁contrad": 15235, + "▁wins": 15236, + "ceiver": 15237, + "▁seasons": 15238, + "▁Chall": 15239, + "▁healthcare": 15240, + "ład": 15241, + "от": 15242, + "▁Five": 15243, + "▁Hell": 15244, + "▁worldwide": 15245, + "▁',": 15246, + "ян": 15247, + "made": 15248, + "▁responded": 15249, + "▁ay": 15250, + "▁procedures": 15251, + "тера": 15252, + "▁cleared": 15253, + "\"].": 15254, + "▁Target": 15255, + "▁Side": 15256, + "omin": 15257, + "▁deploy": 15258, + "▁Tell": 15259, + "▁ongoing": 15260, + "floor": 15261, + "▁bones": 15262, + "▁Delete": 15263, + "▁shrugged": 15264, + "Our": 15265, + "Der": 15266, + "▁initialize": 15267, + "▁Ted": 15268, + "MAGE": 15269, + "▁hire": 15270, + "▁tracking": 15271, + "▁ash": 15272, + "▁ceiling": 15273, + "ках": 15274, + "etti": 15275, + "▁courage": 15276, + "enschapp": 15277, + "ются": 15278, + "More": 15279, + "▁folg": 15280, + "▁Grace": 15281, + "▁Kelly": 15282, + "▁reven": 15283, + "▁Ali": 15284, + "▁disp": 15285, + "▁defeat": 15286, + "▁creature": 15287, + "▁Kennedy": 15288, + "▁Diego": 15289, + "EMP": 15290, + "▁steam": 15291, + "endance": 15292, + "rig": 15293, + "▁ignor": 15294, + "emen": 15295, + "▁Gru": 15296, + "▁proposal": 15297, + "▁weiter": 15298, + "▁лі": 15299, + "ibles": 15300, + "▁consideration": 15301, + "▁believes": 15302, + "▁Soph": 15303, + "“,": 15304, + "▁Matthew": 15305, + "▁circuit": 15306, + "▁singer": 15307, + "▁Square": 15308, + "ço": 15309, + "Edge": 15310, + "▁astr": 15311, + "▁representative": 15312, + "▁comprehensive": 15313, + "liga": 15314, + "▁mere": 15315, + "tbl": 15316, + "▁continuing": 15317, + "ographer": 15318, + "LED": 15319, + "▁/***/": 15320, + "▁sear": 15321, + "▁enormous": 15322, + "izi": 15323, + "Dit": 15324, + "there": 15325, + "ін": 15326, + "сите": 15327, + "▁guerra": 15328, + "▁endpoint": 15329, + "▁lesson": 15330, + "zon": 15331, + "variable": 15332, + "ис": 15333, + "▁researchers": 15334, + "▁attempted": 15335, + "▁enf": 15336, + "тура": 15337, + "▁defin": 15338, + "вест": 15339, + "▁awful": 15340, + "▁lowest": 15341, + "rules": 15342, + "▁unlike": 15343, + "interval": 15344, + "▁producing": 15345, + "▁Kam": 15346, + "▁IMP": 15347, + "General": 15348, + "▁faire": 15349, + "▁maxim": 15350, + "assemb": 15351, + "acent": 15352, + "?>": 15353, + "plica": 15354, + "▁ram": 15355, + "mate": 15356, + "цу": 15357, + "mn": 15358, + "▁Hi": 15359, + "▁stages": 15360, + "▁Editor": 15361, + "▁tang": 15362, + "RD": 15363, + "▁ich": 15364, + "▁dependent": 15365, + "lifer": 15366, + "ascript": 15367, + "▁exposure": 15368, + "рез": 15369, + "▁mart": 15370, + "▁Barcel": 15371, + "xspace": 15372, + "SESSION": 15373, + "▁prest": 15374, + "URCE": 15375, + "-.": 15376, + "▁село": 15377, + "have": 15378, + "▁observation": 15379, + "▁commands": 15380, + "▁eager": 15381, + "▁outdoor": 15382, + "▁DEBUG": 15383, + "▁hr": 15384, + "AX": 15385, + "▁puzz": 15386, + "blank": 15387, + "бур": 15388, + "▁kennis": 15389, + "▁regarded": 15390, + "▁}),": 15391, + "volume": 15392, + "▁произ": 15393, + "▁Training": 15394, + "añ": 15395, + "▁fois": 15396, + "▁три": 15397, + "вня": 15398, + "▁optimal": 15399, + "▁subscription": 15400, + "bridge": 15401, + "imental": 15402, + "▁Think": 15403, + "▁\";": 15404, + "▁legisl": 15405, + "▁Hop": 15406, + "▁branches": 15407, + "▁Veg": 15408, + "▁sprint": 15409, + "▁flux": 15410, + "▁Freder": 15411, + "sis": 15412, + "notify": 15413, + "▁Фран": 15414, + "som": 15415, + "nym": 15416, + "▁Ré": 15417, + "lett": 15418, + "ingham": 15419, + "▁Farm": 15420, + "DOM": 15421, + "▁shield": 15422, + "Here": 15423, + "▁Treat": 15424, + "▁Luke": 15425, + "▁unsafe": 15426, + "anton": 15427, + "▁Imper": 15428, + "▁telephone": 15429, + "▁unlock": 15430, + "Owner": 15431, + "collection": 15432, + "▁snd": 15433, + "▁suiv": 15434, + "▁entering": 15435, + "шен": 15436, + "▁Label": 15437, + "selector": 15438, + "▁GET": 15439, + "▁quando": 15440, + "▁fed": 15441, + "jQuery": 15442, + "Origin": 15443, + "▁Alan": 15444, + "mathscr": 15445, + "▁pregnant": 15446, + "Expect": 15447, + "resources": 15448, + "▁ersten": 15449, + "alia": 15450, + "▁retired": 15451, + "ût": 15452, + "Cred": 15453, + "▁méd": 15454, + "▁erh": 15455, + "Framework": 15456, + "Slot": 15457, + "duration": 15458, + "sal": 15459, + "▁composition": 15460, + "article": 15461, + "gpu": 15462, + "▁permitted": 15463, + "▁Font": 15464, + "▁Much": 15465, + "▁pending": 15466, + "▁agencies": 15467, + "Columns": 15468, + "▁klik": 15469, + "▁rating": 15470, + "mind": 15471, + "▁Pennsylvania": 15472, + "Java": 15473, + "abstract": 15474, + "▁dumb": 15475, + "▁VI": 15476, + "usa": 15477, + "Remote": 15478, + "▁YOU": 15479, + "▁Creek": 15480, + "мати": 15481, + "Bottom": 15482, + "▁rolling": 15483, + "▁bundle": 15484, + "▁golf": 15485, + "gpio": 15486, + "▁Chair": 15487, + "▁cls": 15488, + "$}": 15489, + "▁Parliament": 15490, + "führ": 15491, + "Many": 15492, + "▁Sep": 15493, + "▁badly": 15494, + "igi": 15495, + "▁Gemeinde": 15496, + "Ill": 15497, + "▁Ан": 15498, + "uart": 15499, + "itempty": 15500, + "▁Niger": 15501, + "▁immigr": 15502, + "Super": 15503, + "vá": 15504, + "istribute": 15505, + "Helpers": 15506, + "▁waters": 15507, + "▁joining": 15508, + "omitempty": 15509, + "▁Otherwise": 15510, + "▁Host": 15511, + "▁redd": 15512, + "▁dy": 15513, + "▁converted": 15514, + "▁prayer": 15515, + "▁Украї": 15516, + "▁elections": 15517, + "reb": 15518, + "erie": 15519, + "▁свя": 15520, + "Abs": 15521, + "iembre": 15522, + "holders": 15523, + "▁Rol": 15524, + "utschen": 15525, + "▁Gh": 15526, + "tery": 15527, + "анг": 15528, + "▁narrative": 15529, + "minus": 15530, + "▁Iron": 15531, + "=\"#": 15532, + "▁wand": 15533, + "▁wished": 15534, + "icode": 15535, + "orr": 15536, + "[[": 15537, + "▁detected": 15538, + "▁municipal": 15539, + "▁Pour": 15540, + "▁Serv": 15541, + "citet": 15542, + "▁grey": 15543, + "▁Rap": 15544, + "▁voy": 15545, + "▁lleg": 15546, + "▁currency": 15547, + "▁Script": 15548, + "strument": 15549, + "▁expecting": 15550, + "▁tickets": 15551, + "▁bucket": 15552, + "egr": 15553, + "▁jacket": 15554, + "drv": 15555, + "▁loans": 15556, + "▁kann": 15557, + "▁integral": 15558, + "▁characteristics": 15559, + "(\".": 15560, + "▁manual": 15561, + "▁dynamics": 15562, + ":*": 15563, + "sha": 15564, + "reens": 15565, + "onical": 15566, + "▁toile": 15567, + "aña": 15568, + "▁distant": 15569, + "▁handled": 15570, + "Bool": 15571, + "▁penal": 15572, + "▁Things": 15573, + "▁prominent": 15574, + "▁exped": 15575, + "▁Help": 15576, + "▁asp": 15577, + "lap": 15578, + "▁Auth": 15579, + "Basic": 15580, + "achuset": 15581, + "▁Bild": 15582, + "▁entitled": 15583, + "▁jag": 15584, + "▁rejected": 15585, + "▁memor": 15586, + "orts": 15587, + "▁applies": 15588, + "▁Language": 15589, + "specific": 15590, + "achusetts": 15591, + "HAND": 15592, + "▁Route": 15593, + "market": 15594, + "▁Ky": 15595, + "▁pose": 15596, + "ACHE": 15597, + "poll": 15598, + "▁rocks": 15599, + "bone": 15600, + "▁DIS": 15601, + "Watch": 15602, + "▁smiling": 15603, + "рио": 15604, + "Month": 15605, + "▁efter": 15606, + "construct": 15607, + "▁bands": 15608, + "▁collaboration": 15609, + "ними": 15610, + "glas": 15611, + "▁vy": 15612, + "▁engagement": 15613, + "__)": 15614, + "▁wings": 15615, + "ким": 15616, + "netje": 15617, + "ativa": 15618, + "▁Duke": 15619, + "лее": 15620, + "▁Within": 15621, + "▁dove": 15622, + "▁cb": 15623, + "yers": 15624, + "pow": 15625, + "[(": 15626, + "▁evaluate": 15627, + "Points": 15628, + "▁рі": 15629, + "odigd": 15630, + "onomy": 15631, + "▁Illinois": 15632, + "▁Typ": 15633, + "▁coordinates": 15634, + "pisode": 15635, + "ucked": 15636, + "▁flav": 15637, + "▁brands": 15638, + "▁calendar": 15639, + "Lib": 15640, + "▁uitgen": 15641, + "▁tale": 15642, + "▁briefly": 15643, + "▁mic": 15644, + "RESS": 15645, + "▁später": 15646, + "▁integrated": 15647, + "▁cookies": 15648, + "▁uitgenodigd": 15649, + "▁Priv": 15650, + "▁phenomen": 15651, + "▁voegen": 15652, + "Supp": 15653, + "▁refers": 15654, + "пад": 15655, + "▁Clinton": 15656, + "▁assignment": 15657, + "inals": 15658, + "▁asym": 15659, + "cycle": 15660, + "▁Anderson": 15661, + "▁binding": 15662, + "rique": 15663, + "hind": 15664, + "▁behalf": 15665, + "▁Fle": 15666, + "▁breaks": 15667, + "▁soap": 15668, + "вар": 15669, + "▁vä": 15670, + "▁crying": 15671, + "▁→": 15672, + "▁msm": 15673, + "▁boots": 15674, + "owing": 15675, + "▁bell": 15676, + "suite": 15677, + "▁Bundes": 15678, + "Year": 15679, + "ndef": 15680, + "Other": 15681, + "▁google": 15682, + "ENCE": 15683, + "WER": 15684, + "Les": 15685, + "Shared": 15686, + "▁ED": 15687, + "IFT": 15688, + "▁floating": 15689, + "ým": 15690, + "{},": 15691, + "Binary": 15692, + "▁roce": 15693, + "raj": 15694, + "▁bewerken": 15695, + "BF": 15696, + "▁Hur": 15697, + "cen": 15698, + "▁ere": 15699, + "▁camb": 15700, + "▁Pakistan": 15701, + "▁greatly": 15702, + "▁logging": 15703, + "/.": 15704, + "Tensor": 15705, + "▁opens": 15706, + "▁Rio": 15707, + "▁klikken": 15708, + "▁sculpt": 15709, + "apore": 15710, + "wx": 15711, + "▁Nich": 15712, + "nan": 15713, + "▁injured": 15714, + "compare": 15715, + "tha": 15716, + "Sample": 15717, + "Shell": 15718, + "▁commander": 15719, + "▁receiver": 15720, + "▁hopes": 15721, + "▁byl": 15722, + "▁proxy": 15723, + "▁gall": 15724, + "getId": 15725, + "▁Bab": 15726, + "feld": 15727, + "▁\"_": 15728, + "▁Hab": 15729, + "simple": 15730, + "▁executed": 15731, + "▁ate": 15732, + "▁animation": 15733, + "▁inhab": 15734, + "▁боль": 15735, + "▁router": 15736, + "▁glob": 15737, + "Geplaatst": 15738, + "▁beginnetje": 15739, + "▁Kur": 15740, + "▁Ха": 15741, + "aligned": 15742, + "▁certificate": 15743, + "▁Å": 15744, + ".).": 15745, + "▁soll": 15746, + "▁Import": 15747, + "реди": 15748, + "▁pandemic": 15749, + "▁nic": 15750, + "vä": 15751, + "▁Gree": 15752, + "▁Say": 15753, + "▁ді": 15754, + "▁Num": 15755, + "▁roughly": 15756, + "▁después": 15757, + "▁​": 15758, + "▁specify": 15759, + "Mapper": 15760, + "licht": 15761, + "▁thumb": 15762, + "wie": 15763, + "▁unlikely": 15764, + "▁Edd": 15765, + "Hey": 15766, + "▁Opt": 15767, + "BLOCK": 15768, + "вор": 15769, + "▁×": 15770, + "▁ba": 15771, + "▁periods": 15772, + "▁titles": 15773, + "Med": 15774, + "▁fon": 15775, + "▁bast": 15776, + "▁Forest": 15777, + "▁№": 15778, + "onds": 15779, + "▁fal": 15780, + "▁gesch": 15781, + "direction": 15782, + "IFY": 15783, + "▁LA": 15784, + "▁(((": 15785, + "GTH": 15786, + "itudes": 15787, + "▁destruction": 15788, + "▁Ja": 15789, + "▁stake": 15790, + "ifferent": 15791, + "▁identical": 15792, + "▁fog": 15793, + "▁Reb": 15794, + "ские": 15795, + "ступ": 15796, + "jax": 15797, + "▁Mars": 15798, + "▁historic": 15799, + "▁Vo": 15800, + "▁entrepre": 15801, + "▁tension": 15802, + "▁WHERE": 15803, + "▁Philadelphia": 15804, + "Counter": 15805, + "▁frames": 15806, + "▁muy": 15807, + "ej": 15808, + "öt": 15809, + "eu": 15810, + "▁челове": 15811, + "PROC": 15812, + "▁resolved": 15813, + "▁tape": 15814, + "цион": 15815, + "▁singular": 15816, + "▁personnel": 15817, + "▁Mun": 15818, + "▁Occ": 15819, + "▁scalar": 15820, + "dess": 15821, + "▁cable": 15822, + "being": 15823, + "▁Jenn": 15824, + "▁erst": 15825, + "Actions": 15826, + "Environment": 15827, + "via": 15828, + "▁struggling": 15829, + "▁DVD": 15830, + "whe": 15831, + "▁throwing": 15832, + "Bounds": 15833, + "▁MD": 15834, + "▁\"../": 15835, + "▁satisfy": 15836, + "▁Colorado": 15837, + "▁Active": 15838, + "Tasks": 15839, + "<>();": 15840, + "▁slipped": 15841, + "▁poison": 15842, + "zb": 15843, + "Dispatch": 15844, + "warning": 15845, + "▁ultimate": 15846, + "picture": 15847, + "expression": 15848, + "▁Talk": 15849, + "▁flick": 15850, + "▁raising": 15851, + "▁transactions": 15852, + "▁glance": 15853, + "▁gri": 15854, + "▁през": 15855, + "selection": 15856, + "ња": 15857, + "endl": 15858, + "▁Abb": 15859, + "▁bold": 15860, + "▁maintained": 15861, + "Exists": 15862, + "▁encouraged": 15863, + "Qual": 15864, + "▁essere": 15865, + "▁hired": 15866, + "letter": 15867, + "itches": 15868, + "others": 15869, + "▁woj": 15870, + "▁injuries": 15871, + "▁dil": 15872, + "execut": 15873, + "▁Steel": 15874, + "▁Garden": 15875, + "зя": 15876, + "\\,\\": 15877, + "▁Angel": 15878, + "prim": 15879, + ">:]<": 15880, + "gb": 15881, + "peat": 15882, + "inte": 15883, + "▁apolog": 15884, + "▁regulations": 15885, + "Src": 15886, + "kh": 15887, + "Upload": 15888, + "mapping": 15889, + "▁presents": 15890, + "▁poetry": 15891, + "▁stops": 15892, + "▁Tol": 15893, + "▁tower": 15894, + "▁OUT": 15895, + "Thank": 15896, + "▁organic": 15897, + "▁drei": 15898, + "▁pound": 15899, + "century": 15900, + "▁modules": 15901, + "▁дере": 15902, + "▁worn": 15903, + "▁parad": 15904, + "▁Cos": 15905, + "fic": 15906, + "▁без": 15907, + "▁Jimmy": 15908, + "▁lands": 15909, + "▁minist": 15910, + "vspace": 15911, + "▁lighting": 15912, + "▁naked": 15913, + "▁designer": 15914, + "▁Stream": 15915, + "TMP": 15916, + "Center": 15917, + "resentation": 15918, + "ONT": 15919, + "▁ers": 15920, + "▁measurement": 15921, + "▁muscles": 15922, + "▁Ign": 15923, + "▁COM": 15924, + "▁fru": 15925, + "▁genre": 15926, + "▁alpha": 15927, + "▁retirement": 15928, + "▁Gon": 15929, + "ől": 15930, + "contents": 15931, + "▁healing": 15932, + "▁sido": 15933, + "incipal": 15934, + "Permission": 15935, + "рак": 15936, + "▁Gordon": 15937, + "▁Rank": 15938, + "▁Autom": 15939, + "Constructor": 15940, + "wiki": 15941, + "▁concerning": 15942, + "rizona": 15943, + "▁variant": 15944, + "▁arranged": 15945, + "▁Spr": 15946, + "BPACK": 15947, + "Timestamp": 15948, + "restore": 15949, + "aware": 15950, + "▁Observ": 15951, + "▁SV": 15952, + "ipp": 15953, + "▁Executive": 15954, + "▁colleg": 15955, + "▁explicitly": 15956, + "written": 15957, + "▁Kön": 15958, + "irus": 15959, + "▁Hold": 15960, + "▁Pract": 15961, + "Character": 15962, + "▁redistribute": 15963, + "uerto": 15964, + "▁Student": 15965, + "▁elder": 15966, + "▁Dop": 15967, + "vp": 15968, + "▁Hub": 15969, + "▁grounds": 15970, + "▁Ry": 15971, + "▁signals": 15972, + "▁gifts": 15973, + "▁strengthen": 15974, + "▁Lyn": 15975, + "commun": 15976, + "▁най": 15977, + "▁finance": 15978, + "noc": 15979, + "helm": 15980, + "▁cuts": 15981, + "▁adventure": 15982, + "▁Ric": 15983, + "▁intellectual": 15984, + "▁Output": 15985, + "▁awk": 15986, + "▁concentration": 15987, + "▁guidance": 15988, + "Buff": 15989, + "▁filling": 15990, + "▁regul": 15991, + "▁delicious": 15992, + "([]": 15993, + "ших": 15994, + "▁tons": 15995, + "activity": 15996, + "GP": 15997, + "LOB": 15998, + "stadt": 15999, + "tal": 16000, + "▁img": 16001, + "▁rush": 16002, + "attice": 16003, + "▁pok": 16004, + "steps": 16005, + "▁lid": 16006, + "▁DNA": 16007, + "Browser": 16008, + "▁ladies": 16009, + "▁années": 16010, + "▁rescue": 16011, + "avity": 16012, + "rock": 16013, + "▁glasses": 16014, + "▁Bey": 16015, + ")}$": 16016, + "detail": 16017, + "▁dés": 16018, + "tax": 16019, + "▁favourite": 16020, + "▁precision": 16021, + "▁conoc": 16022, + "Ms": 16023, + "▁Native": 16024, + "▁Pil": 16025, + "InputStream": 16026, + "orp": 16027, + "▁Pap": 16028, + "▁picking": 16029, + "iph": 16030, + "Loading": 16031, + "▁priest": 16032, + "Hook": 16033, + "▁pist": 16034, + "▁Une": 16035, + "%,": 16036, + "▁bil": 16037, + "▁conservative": 16038, + "eval": 16039, + "iking": 16040, + "'},": 16041, + "▁sauce": 16042, + "▁Due": 16043, + "assen": 16044, + "▁occasionally": 16045, + "▁Дж": 16046, + "unknown": 16047, + "DED": 16048, + "▁drum": 16049, + "▁dub": 16050, + "ATURE": 16051, + "usage": 16052, + "getType": 16053, + "reply": 16054, + "▁strategic": 16055, + "▁kap": 16056, + "design": 16057, + "datetime": 16058, + "▁Prim": 16059, + "Master": 16060, + "▁Corps": 16061, + "▁considerable": 16062, + "▁Tu": 16063, + "▁ла": 16064, + "▁tous": 16065, + "▁clar": 16066, + "▁poem": 16067, + "album": 16068, + "]*": 16069, + "loaded": 16070, + "▁traveling": 16071, + "вые": 16072, + "▁Ferr": 16073, + "▁pharm": 16074, + "abi": 16075, + "▁}\\": 16076, + "collect": 16077, + "▁Bour": 16078, + "OC": 16079, + "▁measurements": 16080, + "▁Professional": 16081, + "▁sensor": 16082, + "utsche": 16083, + "▁demanded": 16084, + "▁accompanied": 16085, + "▁prend": 16086, + "▁encoding": 16087, + "▁Geschichte": 16088, + "▁mig": 16089, + "▁Gib": 16090, + "▁Reich": 16091, + "▁myster": 16092, + "▁Mock": 16093, + "▁physically": 16094, + "▁Bau": 16095, + "▁Single": 16096, + "▁managing": 16097, + "▁Kil": 16098, + "▁Temple": 16099, + "▁lev": 16100, + "▁lí": 16101, + "CPU": 16102, + "▁Premier": 16103, + "▁Give": 16104, + "iri": 16105, + "NV": 16106, + "▁AI": 16107, + "▁fp": 16108, + "лександ": 16109, + "▁tant": 16110, + "▁fot": 16111, + "Nullable": 16112, + "▁guards": 16113, + "Once": 16114, + "▁chamber": 16115, + "film": 16116, + "▁bias": 16117, + "▁Tai": 16118, + "insic": 16119, + "▁ml": 16120, + "▁Ka": 16121, + "вал": 16122, + "▁SER": 16123, + "▁Someone": 16124, + "}}_{": 16125, + "Fixed": 16126, + "▁bent": 16127, + "▁prohib": 16128, + "▁bid": 16129, + "▁fewer": 16130, + "кры": 16131, + "▁lugar": 16132, + "▁deserve": 16133, + "ssl": 16134, + "▁cfg": 16135, + "reck": 16136, + "▁stability": 16137, + "resize": 16138, + "▁assertThat": 16139, + "Trigger": 16140, + "▁станов": 16141, + "plugins": 16142, + "▁lets": 16143, + "хід": 16144, + "▁Laura": 16145, + "нер": 16146, + "▁brut": 16147, + "▁FI": 16148, + "isons": 16149, + "▁dyn": 16150, + "icher": 16151, + "rayed": 16152, + "▁frequent": 16153, + "▁jedoch": 16154, + "▁Marine": 16155, + "strings": 16156, + "▁Util": 16157, + "▁bos": 16158, + "Mus": 16159, + "▁Portugal": 16160, + "Strategy": 16161, + "▁посе": 16162, + "▁slice": 16163, + "▁insight": 16164, + "▁widget": 16165, + "▁général": 16166, + "messages": 16167, + "▁Hu": 16168, + "▁requirement": 16169, + "Side": 16170, + "emplates": 16171, + "▁ceremony": 16172, + "▁physics": 16173, + "▁graduate": 16174, + "para": 16175, + "▁preserv": 16176, + "▁shops": 16177, + "zek": 16178, + "▁ub": 16179, + "prepare": 16180, + "▁Oil": 16181, + "▁fib": 16182, + "▁runtime": 16183, + "▁hogy": 16184, + "Warning": 16185, + "▁Convert": 16186, + "bourne": 16187, + "▁emerged": 16188, + "▁Ди": 16189, + "ighth": 16190, + "guard": 16191, + "kal": 16192, + "validation": 16193, + "ência": 16194, + "▁drinks": 16195, + "theorem": 16196, + "HR": 16197, + "iev": 16198, + "ployee": 16199, + "Usage": 16200, + "▁спе": 16201, + "dispatch": 16202, + "▁instantly": 16203, + "obi": 16204, + "▁justify": 16205, + "▁Nev": 16206, + "▁явля": 16207, + "agra": 16208, + "▁transmission": 16209, + "fly": 16210, + ";';": 17021, + "▁cousin": 17022, + "createElement": 17023, + "Could": 17024, + "▁capac": 17025, + "▁pause": 17026, + "ArrayList": 17027, + "kte": 17028, + "ordered": 17029, + "▁shaking": 17030, + "labels": 17031, + "▁reducing": 17032, + "вых": 17033, + "USED": 17034, + "▁voting": 17035, + "▁Ministry": 17036, + "▁Mig": 17037, + "▁Chen": 17038, + "▁accompany": 17039, + "ulle": 17040, + "▁ga": 17041, + "▁equipped": 17042, + "▁nun": 17043, + "Bet": 17044, + "▁licensed": 17045, + "ARCH": 17046, + "FN": 17047, + "▁engines": 17048, + "▁ster": 17049, + "▁locale": 17050, + "▁въ": 17051, + "links": 17052, + "▁Capital": 17053, + "▁alien": 17054, + "Wr": 17055, + "ръ": 17056, + "Cart": 17057, + "▁Marketing": 17058, + "▁RT": 17059, + "FileName": 17060, + "▁ti": 17061, + "iji": 17062, + "▁versus": 17063, + "live": 17064, + "Sym": 17065, + "kor": 17066, + "▁emission": 17067, + "umm": 17068, + "ycz": 17069, + "▁climbed": 17070, + "▁plusieurs": 17071, + "кри": 17072, + "yar": 17073, + "osten": 17074, + "▁usb": 17075, + "▁crossing": 17076, + "▁polynom": 17077, + "▁removal": 17078, + "▁Adams": 17079, + "▁ihre": 17080, + "anden": 17081, + "▁Benj": 17082, + "▁Phill": 17083, + "▁wounded": 17084, + "▁Castle": 17085, + "bild": 17086, + "Annotation": 17087, + "Processor": 17088, + "▁tin": 17089, + "folg": 17090, + "▁Students": 17091, + "▁Mexican": 17092, + "▁administrative": 17093, + "ILED": 17094, + "▁conqu": 17095, + "▁cheer": 17096, + "▁Ces": 17097, + "Because": 17098, + "▁Juni": 17099, + "▁encontr": 17100, + "avi": 17101, + "VI": 17102, + "aku": 17103, + "▁Ton": 17104, + "▁smoking": 17105, + "▁bay": 17106, + "works": 17107, + "ат": 17108, + "attered": 17109, + "▁Boolean": 17110, + "▁Balt": 17111, + "defer": 17112, + "pathy": 17113, + "Ah": 17114, + "▁akt": 17115, + "▁governor": 17116, + "Pad": 17117, + "▁sisters": 17118, + "Lat": 17119, + "▁revel": 17120, + "▁SY": 17121, + "itos": 17122, + "▁filters": 17123, + "Chunk": 17124, + "consum": 17125, + "▁removing": 17126, + "▁Herr": 17127, + "▁generator": 17128, + "▁Cra": 17129, + "▁farmers": 17130, + "▁Members": 17131, + "▁overcome": 17132, + "▁Cin": 17133, + "igkeit": 17134, + "criptions": 17135, + "Tests": 17136, + "▁клу": 17137, + "▁shake": 17138, + "▁yy": 17139, + "placement": 17140, + "▁awards": 17141, + "▁episodes": 17142, + "▁Blood": 17143, + "▁bullet": 17144, + "▁viene": 17145, + "▁Financial": 17146, + "Future": 17147, + "▁rou": 17148, + "▁biologie": 17149, + "▁useState": 17150, + "iani": 17151, + "piece": 17152, + "▁speaker": 17153, + "▁refr": 17154, + "ARK": 17155, + "▁MIT": 17156, + "▁Tan": 17157, + "▁Based": 17158, + "▁cultiv": 17159, + "▁hungry": 17160, + "▁Ay": 17161, + "▁Hey": 17162, + "▁excitement": 17163, + "ibraries": 17164, + "Hit": 17165, + "▁Ende": 17166, + "NG": 17167, + "FIL": 17168, + ".\")": 17169, + "Family": 17170, + "inery": 17171, + "necess": 17172, + "velope": 17173, + "▁Bot": 17174, + "porter": 17175, + "▁climb": 17176, + "▁Eli": 17177, + "urent": 17178, + "▁mistakes": 17179, + "ában": 17180, + "marks": 17181, + "pkt": 17182, + "Library": 17183, + "sted": 17184, + "ublice": 17185, + "▁Administration": 17186, + "▁shapes": 17187, + "публи": 17188, + "God": 17189, + "innen": 17190, + "коло": 17191, + "<<<<": 17192, + "ibe": 17193, + "ês": 17194, + "▁США": 17195, + "▁Foreign": 17196, + "▁Margaret": 17197, + "▁gene": 17198, + "▁disturb": 17199, + "▁тер": 17200, + "▁onClick": 17201, + "▁Engineering": 17202, + "▁stopping": 17203, + "▁restrictions": 17204, + ",*": 17205, + "BUF": 17206, + "▁shadows": 17207, + "hci": 17208, + "▁Christians": 17209, + "▁fence": 17210, + "▁luxury": 17211, + "akh": 17212, + "coord": 17213, + "▁investigate": 17214, + "▁conventional": 17215, + "\"—": 17216, + "▁visits": 17217, + "isé": 17218, + "▁Sac": 17219, + "className": 17220, + "▁Psych": 17221, + "▁reflected": 17222, + "▁пло": 17223, + "▁Vice": 17224, + "ław": 17225, + "________________": 17226, + "▁Wolf": 17227, + "rente": 17228, + "▁Champion": 17229, + "▁simulation": 17230, + "esota": 17231, + "▁Soon": 17232, + "▁Cel": 17233, + "▁theories": 17234, + "▁STR": 17235, + "▁collective": 17236, + "▁coordinate": 17237, + "querySelector": 17238, + "emed": 17239, + "Break": 17240, + "▁gef": 17241, + "▁electricity": 17242, + "▁gathering": 17243, + "aters": 17244, + "exper": 17245, + "▁Roma": 17246, + "▁Cooper": 17247, + "SYMBOL": 17248, + "vd": 17249, + "iversary": 17250, + "aines": 17251, + "▁Grad": 17252, + "▁independence": 17253, + "woh": 17254, + "▁consequence": 17255, + "▁conversations": 17256, + "▁Rou": 17257, + "▁andere": 17258, + "▁Systems": 17259, + "гар": 17260, + "▁moist": 17261, + "flu": 17262, + "ція": 17263, + "ниш": 17264, + "▁rode": 17265, + "▁perd": 17266, + "▁szer": 17267, + "▁flood": 17268, + "▁intim": 17269, + "stderr": 17270, + "▁reflection": 17271, + "Scan": 17272, + "▁disaster": 17273, + "akespe": 17274, + "▁Invalid": 17275, + "▁humor": 17276, + "▁Friedrich": 17277, + "▁suggestions": 17278, + "uvud": 17279, + "Delay": 17280, + "brief": 17281, + "▁ис": 17282, + "glied": 17283, + "fas": 17284, + "▁Smart": 17285, + "▁medi": 17286, + "sdk": 17287, + "▁seus": 17288, + "▁Arizona": 17289, + "▁innocent": 17290, + "Warn": 17291, + "acious": 17292, + "▁Moscow": 17293, + "▁caps": 17294, + "Delegate": 17295, + "▁dramatic": 17296, + "books": 17297, + "▁shore": 17298, + "uki": 17299, + "▁Russell": 17300, + "▁correlation": 17301, + "Help": 17302, + "▁pubblic": 17303, + "zym": 17304, + "comb": 17305, + "EY": 17306, + "LENGTH": 17307, + "▁Mün": 17308, + "▁_.": 17309, + "▁ferm": 17310, + "▁Ian": 17311, + "▁Studio": 17312, + "▁affairs": 17313, + "los": 17314, + "Rules": 17315, + "running": 17316, + "▁Posted": 17317, + "Pixel": 17318, + "▁dancing": 17319, + "▁agreements": 17320, + "▁Pic": 17321, + "ancia": 17322, + "▁má": 17323, + "ationToken": 17324, + "descriptor": 17325, + "▁Carter": 17326, + "Release": 17327, + "************": 17328, + "▁outstanding": 17329, + "changes": 17330, + "ARRAY": 17331, + "▁Barbara": 17332, + "▁nurse": 17333, + "(\r": 17334, + "▁Douglas": 17335, + "▁nucle": 17336, + "ouri": 17337, + "▁Style": 17338, + "avo": 17339, + "▁painful": 17340, + "▁slic": 17341, + "▁seinem": 17342, + "SUPPORT": 17343, + "ogene": 17344, + "▁satell": 17345, + "tagon": 17346, + "▁collapse": 17347, + "velle": 17348, + "MON": 17349, + "aughters": 17350, + "▁threatened": 17351, + "▁Illegal": 17352, + "▁desperate": 17353, + "strict": 17354, + "rus": 17355, + "ститу": 17356, + "\\\":": 17357, + "▁conflic": 17358, + "download": 17359, + "atos": 17360, + "▁Position": 17361, + ".*;": 17362, + "▁theater": 17363, + "▁pleasant": 17364, + "▁Cette": 17365, + "▁Singapore": 17366, + "heet": 17367, + "▁pir": 17368, + "▁acquis": 17369, + "▁назва": 17370, + "теля": 17371, + "▁recru": 17372, + "жения": 17373, + "ёл": 17374, + "версите": 17375, + "▁respective": 17376, + "▁tunnel": 17377, + "▁Dean": 17378, + "Du": 17379, + "▁uncle": 17380, + "▁offensive": 17381, + "colo": 17382, + "▁Unlike": 17383, + "series": 17384, + "▁Arn": 17385, + "minute": 17386, + "▁descriptor": 17387, + "▁stones": 17388, + "ICATION": 17389, + "▁Pad": 17390, + "▁iPhone": 17391, + "ei": 17392, + "▁fantasy": 17393, + "▁Korean": 17394, + "\"}": 17395, + "▁orth": 17396, + "halten": 17397, + "deep": 17398, + "▁Kay": 17399, + "requency": 17400, + "▁duties": 17401, + "awt": 17402, + "▁nearest": 17403, + "▁disorder": 17404, + "стру": 17405, + "▁Chile": 17406, + "▁seq": 17407, + "▁transportation": 17408, + "OO": 17409, + "▁Dez": 17410, + "iju": 17411, + "▁Results": 17412, + "jed": 17413, + "ivel": 17414, + "HOST": 17415, + "▁€": 17416, + "▁Î": 17417, + "▁chin": 17418, + "▁matt": 17419, + "▁voted": 17420, + "▁gehör": 17421, + "▁▁▁▁▁▁▁▁▁▁▁": 17422, + "▁sue": 17423, + "▁legacy": 17424, + "вся": 17425, + "SOURCE": 17426, + "WORK": 17427, + "itis": 17428, + "▁$|": 17429, + "▁обо": 17430, + "▁nr": 17431, + "▁Tamb": 17432, + "▁snap": 17433, + "▁impressed": 17434, + "▁deposit": 17435, + "▁divid": 17436, + "Segment": 17437, + "▁кар": 17438, + "▁Gas": 17439, + "▁crimes": 17440, + "▁insult": 17441, + "▁Hum": 17442, + "▁bounded": 17443, + "▁kicked": 17444, + "▁Му": 17445, + "▁|\\": 17446, + "added": 17447, + "Produ": 17448, + "▁./": 17449, + "▁awkward": 17450, + "▁Кра": 17451, + "▁ї": 17452, + "▁CONTR": 17453, + "▁beim": 17454, + "▁placeholder": 17455, + "spi": 17456, + "▁Bei": 17457, + "▁Pf": 17458, + "ientes": 17459, + "disk": 17460, + "blk": 17461, + "neo": 17462, + "itarian": 17463, + "▁cogn": 17464, + "▁sout": 17465, + "▁trash": 17466, + "▁Rab": 17467, + "▁decline": 17468, + "tat": 17469, + "▁combine": 17470, + "▁Tot": 17471, + "▁drops": 17472, + "Times": 17473, + "cheduler": 17474, + "▁governments": 17475, + "Tex": 17476, + "▁Used": 17477, + "зан": 17478, + "▁pd": 17479, + "мет": 17480, + "▁&=&": 17481, + "▁Nag": 17482, + "▁дол": 17483, + "▁Always": 17484, + "rtc": 17485, + "ске": 17486, + "▁performances": 17487, + "rupted": 17488, + "▁два": 17489, + "▁managers": 17490, + "▁Pitt": 17491, + "▁mystery": 17492, + "▁settle": 17493, + "ulse": 17494, + "cross": 17495, + "question": 17496, + "asha": 17497, + "seed": 17498, + "urable": 17499, + "Final": 17500, + "++++": 17501, + "inputs": 17502, + "▁backup": 17503, + "▁Learning": 17504, + "▁*,": 17505, + "logo": 17506, + "▁seinen": 17507, + "▁vulnerable": 17508, + "directory": 17509, + "ië": 17510, + "▁friendship": 17511, + "tu": 17512, + "▁Vec": 17513, + "rifice": 17514, + "▁бра": 17515, + "▁involve": 17516, + "TON": 17517, + "▁corrid": 17518, + "separ": 17519, + "Destroy": 17520, + "▁jul": 17521, + "▁inequality": 17522, + "▁ain": 17523, + "hex": 17524, + "▁wider": 17525, + "тели": 17526, + "▁jack": 17527, + "▁quot": 17528, + "▁Glen": 17529, + "initely": 17530, + "ihood": 17531, + "▁waist": 17532, + "▁Manchester": 17533, + "regular": 17534, + "▁(&": 17535, + "▁masses": 17536, + "▁DEFAULT": 17537, + "▁chairs": 17538, + "▁Fast": 17539, + "▁citt": 17540, + "_{{\\": 17541, + "oa": 17542, + "▁$\\{": 17543, + "▁seeds": 17544, + "▁Ald": 17545, + "▁Batt": 17546, + "fab": 17547, + "▁democracy": 17548, + "DTO": 17549, + "▁Hij": 17550, + "PTR": 17551, + "Na": 17552, + "▁Harvard": 17553, + "sid": 17554, + "Pred": 17555, + "fers": 17556, + "▁spare": 17557, + "AMP": 17558, + "▁groupe": 17559, + "▁sender": 17560, + "▁Christopher": 17561, + "▁prisoners": 17562, + "▁Ker": 17563, + "▁Crist": 17564, + "▁ALL": 17565, + "rice": 17566, + "▁antes": 17567, + "natural": 17568, + "▁Susan": 17569, + "▁Juli": 17570, + "▁diab": 17571, + "ixon": 17572, + "icator": 17573, + "▁flexible": 17574, + "▁reserve": 17575, + "Contains": 17576, + "▁Hil": 17577, + "▁Isa": 17578, + "▁towns": 17579, + "GS": 17580, + "▁Trad": 17581, + "▁Lock": 17582, + "▁Grund": 17583, + "▁criticism": 17584, + "ню": 17585, + "▁că": 17586, + "▁politician": 17587, + "stable": 17588, + "Accept": 17589, + "Summary": 17590, + "▁também": 17591, + "}^{-": 17592, + "▁IM": 17593, + "idal": 17594, + "мор": 17595, + "Blue": 17596, + "GROUP": 17597, + "▁terminal": 17598, + "▁complexity": 17599, + "▁locally": 17600, + "DOWN": 17601, + "▁Near": 17602, + "Depth": 17603, + "▁pole": 17604, + "▁equality": 17605, + "Site": 17606, + "▁isinstance": 17607, + "Speed": 17608, + "ippi": 17609, + ",&": 17610, + "▁Enc": 17611, + "щен": 17612, + "▁mater": 17613, + "▁slaves": 17614, + "ACTION": 17615, + "usalem": 17616, + "▁haz": 17617, + "▁Beat": 17618, + "▁wrest": 17619, + "▁llam": 17620, + "Ins": 17621, + "мина": 17622, + "▁був": 17623, + "▁Frame": 17624, + "ushes": 17625, + "▁virtually": 17626, + "▁Perm": 17627, + "▁weights": 17628, + "▁llvm": 17629, + "▁cave": 17630, + "states": 17631, + "DMA": 17632, + "ellt": 17633, + "ifact": 17634, + "vendor": 17635, + "▁Emma": 17636, + "Locale": 17637, + "▁SET": 17638, + "▁geometry": 17639, + "Styles": 17640, + "▁Referee": 17641, + "▁weit": 17642, + "fica": 17643, + "▁ads": 17644, + "gray": 17645, + "▁Burg": 17646, + "iona": 17647, + "dagger": 17648, + "▁Januar": 17649, + "дей": 17650, + "isterschaft": 17651, + "ppo": 17652, + "oids": 17653, + "▁départ": 17654, + "Shader": 17655, + "▁constraint": 17656, + "Secret": 17657, + "▁Peters": 17658, + "▁eyeb": 17659, + "▁mesh": 17660, + "▁cookie": 17661, + "▁Pick": 17662, + "▁nick": 17663, + "bye": 17664, + "▁savings": 17665, + "Try": 17666, + "python": 17667, + "▁patri": 17668, + "▁multip": 17669, + "▁kinda": 17670, + "▁'_": 17671, + "▁Franz": 17672, + "▁cloth": 17673, + "зульта": 17674, + "▁fleet": 17675, + "▁humanity": 17676, + "resa": 17677, + "blob": 17678, + "▁TX": 17679, + "▁Buch": 17680, + "▁Lond": 17681, + "▁valley": 17682, + "▁murm": 17683, + "▁Trade": 17684, + "linewidth": 17685, + "▁especial": 17686, + "upper": 17687, + "▁hosp": 17688, + "▁tanto": 17689, + "▁oldest": 17690, + "▁Roose": 17691, + "▁hitting": 17692, + "dog": 17693, + "ovi": 17694, + "},\r": 17695, + "▁compatible": 17696, + "▁Website": 17697, + "poch": 17698, + "▁Bag": 17699, + "▁accomplish": 17700, + "Christ": 17701, + "asset": 17702, + "▁Until": 17703, + "▁geld": 17704, + "Listen": 17705, + "SB": 17706, + "Setup": 17707, + "icia": 17708, + "▁lum": 17709, + "▁janvier": 17710, + "PAGE": 17711, + "▁Nu": 17712, + "/\"": 17713, + "▁divorce": 17714, + "Execute": 17715, + "Depend": 17716, + "▁Scottish": 17717, + "▁Ts": 17718, + "ruppe": 17719, + "▁refuse": 17720, + "▁Oktober": 17721, + "ijk": 17722, + "▁Amy": 17723, + "▁dimin": 17724, + "▁gross": 17725, + "▁trat": 17726, + "isible": 17727, + "mixer": 17728, + "▁autres": 17729, + "▁neat": 17730, + "▁otros": 17731, + "Void": 17732, + "▁schol": 17733, + "▁Walker": 17734, + "▁tube": 17735, + "ologists": 17736, + "▁груп": 17737, + "▁haben": 17738, + "uber": 17739, + "ACTIVE": 17740, + "▁Attendance": 17741, + "▁оп": 17742, + "▁blade": 17743, + "oplus": 17744, + "▁Original": 17745, + "▁manufacturer": 17746, + "asz": 17747, + "âte": 17748, + "rer": 17749, + "▁Json": 17750, + "▁succeeded": 17751, + "uffle": 17752, + "▁backed": 17753, + "esian": 17754, + "tick": 17755, + "External": 17756, + "▁XIX": 17757, + "▁hearts": 17758, + "▁После": 17759, + "olu": 17760, + "▁лет": 17761, + "VICE": 17762, + "ário": 17763, + "▁fraud": 17764, + "edu": 17765, + "Primary": 17766, + "▁gaming": 17767, + "▁plt": 17768, + "igator": 17769, + "IES": 17770, + "Compiler": 17771, + "▁monument": 17772, + "agem": 17773, + "▁Rain": 17774, + "▁moins": 17775, + "oku": 17776, + "osex": 17777, + "▁Kansas": 17778, + "▁gepublice": 17779, + "▁Joy": 17780, + "Scene": 17781, + "▁kingdom": 17782, + "rices": 17783, + "▁juin": 17784, + "▁uncomfortable": 17785, + "▁Money": 17786, + "obb": 17787, + "expl": 17788, + "strcmp": 17789, + "▁dread": 17790, + "rition": 17791, + "▁Chi": 17792, + "▁demonstrated": 17793, + "▁vertices": 17794, + "чо": 17795, + "▁Culture": 17796, + "FX": 17797, + "Dictionary": 17798, + "▁Dru": 17799, + "trm": 17800, + "▁examine": 17801, + "▁therap": 17802, + "ième": 17803, + "мини": 17804, + "▁produces": 17805, + "▁photographs": 17806, + "▁threads": 17807, + "▁MI": 17808, + "▁extraordinary": 17809, + "ским": 17810, + "▁gepubliceerd": 17811, + "▁Poland": 17812, + "▁guaranteed": 17813, + "RG": 17814, + "osc": 17815, + "али": 17816, + "▁тех": 17817, + "errno": 17818, + "science": 17819, + "iffs": 17820, + "▁Tam": 17821, + "▁Beth": 17822, + "▁Travel": 17823, + "▁translate": 17824, + "ché": 17825, + "▁ling": 17826, + "▁belongs": 17827, + "▁electrical": 17828, + "ensk": 17829, + "▁Compet": 17830, + "cg": 17831, + "VC": 17832, + "topic": 17833, + "▁presum": 17834, + "вета": 17835, + "▁approximation": 17836, + "▁grim": 17837, + "▁Из": 17838, + "_{(": 17839, + "вин": 17840, + "ution": 17841, + "owych": 17842, + "åg": 17843, + "sterreich": 17844, + "▁characteristic": 17845, + "oming": 17846, + "▁/*!": 17847, + "▁prize": 17848, + "▁Minnesota": 17849, + "ted": 17850, + "цы": 17851, + "▁Om": 17852, + "▁indices": 17853, + "▁stem": 17854, + "regon": 17855, + "ниче": 17856, + "▁Salv": 17857, + "ése": 17858, + "▁aged": 17859, + "▁Past": 17860, + "▁internation": 17861, + "▁Vic": 17862, + "▁resume": 17863, + "akespeare": 17864, + "▁estado": 17865, + "▁abilities": 17866, + "▁brow": 17867, + "▁NFL": 17868, + "▁trends": 17869, + "▁Austin": 17870, + "▁LIMIT": 17871, + "▁Kor": 17872, + "▁folk": 17873, + "▁ward": 17874, + "▁nest": 17875, + "▁Junior": 17876, + "▁maintaining": 17877, + "Pub": 17878, + "OBJECT": 17879, + "▁bloody": 17880, + "▁sj": 17881, + "▁dtype": 17882, + "Pane": 17883, + "▁bacter": 17884, + "▁gradually": 17885, + "mr": 17886, + "Team": 17887, + "▁indicating": 17888, + "▁decrease": 17889, + "tek": 17890, + "▁Represent": 17891, + "▁developers": 17892, + "Guid": 17893, + "▁Diet": 17894, + "▁retr": 17895, + "Navigation": 17896, + "esi": 17897, + "▁lazy": 17898, + "Standard": 17899, + "Er": 17900, + "AW": 17901, + "▁États": 17902, + "▁assured": 17903, + "San": 17904, + "▁Andre": 17905, + "’,": 17906, + "fang": 17907, + "ération": 17908, + "▁industries": 17909, + "▁incon": 17910, + "Emit": 17911, + "▁где": 17912, + "▁retriev": 17913, + "eni": 17914, + "▁Turkey": 17915, + "izers": 17916, + "Angle": 17917, + "▁oc": 17918, + "▁palm": 17919, + "▁stan": 17920, + "льно": 17921, + "▁CSS": 17922, + "▁frances": 17923, + "▁grin": 17924, + "▁tiempo": 17925, + "▁Prix": 17926, + "]).": 17927, + "▁deput": 17928, + "▁Pin": 17929, + "▁sixt": 17930, + "▁predicted": 17931, + "azure": 17932, + "▁Motor": 17933, + "▁ihm": 17934, + "▁manus": 17935, + "apos": 17936, + "▁instruments": 17937, + "▁counts": 17938, + "▁aimed": 17939, + "profit": 17940, + "▁dok": 17941, + "обра": 17942, + "▁estud": 17943, + "iesz": 17944, + "▁piss": 17945, + "▁inaug": 17946, + "▁voters": 17947, + "▁packages": 17948, + "▁cute": 17949, + "▁fitness": 17950, + "▁leurs": 17951, + "▁sorted": 17952, + "phant": 17953, + "OPT": 17954, + "▁zip": 17955, + "season": 17956, + "emi": 17957, + "encoding": 17958, + "won": 17959, + "elect": 17960, + "▁tooth": 17961, + "▁upcoming": 17962, + "▁Graham": 17963, + "nut": 17964, + "▁Ark": 17965, + "ält": 17966, + "▁precious": 17967, + "agle": 17968, + "née": 17969, + "ница": 17970, + "aris": 17971, + "▁pile": 17972, + "cole": 17973, + "▁WITH": 17974, + "routing": 17975, + "▁***": 17976, + "Appearance": 17977, + "llvm": 17978, + "▁Oliver": 17979, + "▁PL": 17980, + "ifndef": 17981, + "etzt": 17982, + "skiego": 17983, + "▁pon": 17984, + "ARGET": 17985, + "kö": 17986, + "alled": 17987, + "▁=\\": 17988, + "sure": 17989, + "matches": 17990, + "▁temperatures": 17991, + "SEL": 17992, + "▁clone": 17993, + "▁eller": 17994, + "erna": 17995, + "▁поло": 17996, + "Management": 17997, + "company": 17998, + "▁lun": 17999, + "▁streaming": 18000, + "▁Ni": 18001, + "▁sí": 18002, + "Contact": 18003, + "▁Credit": 18004, + "▁Oak": 18005, + "▁представ": 18006, + "radius": 18007, + "cli": 18008, + "IENT": 18009, + "▁Lucy": 18010, + "▁calculation": 18011, + "▁pixel": 18012, + "▁mul": 18013, + "▁outcomes": 18014, + "▁centers": 18015, + "▁residence": 18016, + "Constraint": 18017, + "▁preserve": 18018, + "peon": 18019, + "uffix": 18020, + "▁Roberts": 18021, + "▁promot": 18022, + "?!": 18023, + "balance": 18024, + "▁courts": 18025, + "▁disg": 18026, + "PRINT": 18027, + "▁их": 18028, + "elfare": 18029, + "▁retreat": 18030, + "▁Ав": 18031, + "Cost": 18032, + "also": 18033, + "▁Für": 18034, + "▁März": 18035, + "DIO": 18036, + "▁bez": 18037, + "AUTH": 18038, + "Den": 18039, + "▁atom": 18040, + "▁roman": 18041, + "▁Pel": 18042, + "▁Roosevelt": 18043, + "▁Plant": 18044, + "Contents": 18045, + "▁Between": 18046, + "▁coupling": 18047, + "structure": 18048, + "▁Marshall": 18049, + "▁Career": 18050, + "▁railway": 18051, + "▁Bureau": 18052, + "▁possibilities": 18053, + "▁kor": 18054, + "){\r": 18055, + "mero": 18056, + "mov": 18057, + "англ": 18058, + "AIN": 18059, + "mund": 18060, + "lette": 18061, + "▁summar": 18062, + "▁describing": 18063, + "▁NAS": 18064, + "▁Emb": 18065, + "Instruction": 18066, + "liest": 18067, + "▁Sig": 18068, + "Bill": 18069, + "▁verd": 18070, + "plant": 18071, + "▁galaxies": 18072, + "\"])": 18073, + "▁PyObject": 18074, + "▁Gy": 18075, + "▁mě": 18076, + "▁organisation": 18077, + "Her": 18078, + "Sep": 18079, + "ocom": 18080, + "▁Same": 18081, + "▁bite": 18082, + "▁Seattle": 18083, + "зыва": 18084, + "Observer": 18085, + "’.": 18086, + "▁morph": 18087, + "urches": 18088, + "alph": 18089, + "reement": 18090, + "consin": 18091, + "^-": 18092, + "▁dann": 18093, + "translate": 18094, + "вих": 18095, + "React": 18096, + "▁cats": 18097, + "▁brew": 18098, + "▁ds": 18099, + "▁circles": 18100, + "▁drift": 18101, + "agma": 18102, + "▁Valent": 18103, + "PIN": 18104, + "ARM": 18105, + "▁surviv": 18106, + "alin": 18107, + "Pref": 18108, + "friendly": 18109, + "▁uncertainty": 18110, + "▁fd": 18111, + "▁engineer": 18112, + "Ben": 18113, + "icular": 18114, + "orest": 18115, + "▁horizontal": 18116, + "UTC": 18117, + "textrm": 18118, + "Live": 18119, + "Score": 18120, + "▁Germans": 18121, + "distance": 18122, + "uti": 18123, + "▁équ": 18124, + "▁numerical": 18125, + "▁reass": 18126, + "Activ": 18127, + "▁cod": 18128, + "bullet": 18129, + "ensing": 18130, + "▁Gem": 18131, + "▁navigation": 18132, + "addClass": 18133, + "▁simultaneously": 18134, + "вий": 18135, + "▁його": 18136, + "▁Hö": 18137, + "▁harsh": 18138, + "precated": 18139, + "ССР": 18140, + "▁Equip": 18141, + "adget": 18142, + "▁TYPE": 18143, + "▁mg": 18144, + "IGH": 18145, + "▁vin": 18146, + "▁findings": 18147, + "ivan": 18148, + "▁possession": 18149, + "▁того": 18150, + "▁parsed": 18151, + "riors": 18152, + "zeichnet": 18153, + "ников": 18154, + "Worker": 18155, + "▁enables": 18156, + "▁($\\": 18157, + "▁Copy": 18158, + "▁orientation": 18159, + "стре": 18160, + "▁Indians": 18161, + "▁Gary": 18162, + "▁Insurance": 18163, + "isan": 18164, + "Chat": 18165, + "▁comun": 18166, + "▁coron": 18167, + "ография": 18168, + "updated": 18169, + "▁Ин": 18170, + "These": 18171, + "SEC": 18172, + "▁boyfriend": 18173, + "Diagnostics": 18174, + "Hint": 18175, + "mul": 18176, + "▁inode": 18177, + "xA": 18178, + "eft": 18179, + "OPTION": 18180, + "unct": 18181, + "annon": 18182, + "ENS": 18183, + "strip": 18184, + "▁enthusi": 18185, + "▁Whit": 18186, + "▁Фи": 18187, + "aude": 18188, + "▁disagree": 18189, + "▁snapped": 18190, + "Phys": 18191, + "▁Syn": 18192, + "▁sour": 18193, + "▁Lux": 18194, + "ugar": 18195, + "tile": 18196, + "▁infection": 18197, + "▁Feb": 18198, + "▁Chem": 18199, + "dataset": 18200, + "chts": 18201, + "Dynamic": 18202, + "▁сред": 18203, + "▁queen": 18204, + "worker": 18205, + "swap": 18206, + "▁timestamp": 18207, + "▁Integr": 18208, + "▁interviews": 18209, + "such": 18210, + "▁laughter": 18211, + "prof": 18212, + "▁Bird": 18213, + "(|": 18214, + "ân": 18215, + "▁gra": 18216, + "&=": 18217, + "zens": 18218, + "getMessage": 18219, + "▁Ost": 18220, + "▁gab": 18221, + "▁mortgage": 18222, + "multicol": 18223, + "LEVEL": 18224, + "partition": 18225, + "seen": 18226, + "▁declar": 18227, + "AU": 18228, + "▁ox": 18229, + "▁ligger": 18230, + "▁Carm": 18231, + "geme": 18232, + "▁Vegas": 18233, + "▁Eug": 18234, + "orus": 18235, + "▁brick": 18236, + "▁así": 18237, + "▁Magazine": 18238, + "HasColumnType": 18239, + "VR": 18240, + "licher": 18241, + "▁Future": 18242, + "▁Jug": 18243, + "attan": 18244, + "constructor": 18245, + "VP": 18246, + "▁тур": 18247, + "чина": 18248, + "Comparator": 18249, + "▁authentic": 18250, + "▁monster": 18251, + "▁transformed": 18252, + "▁firms": 18253, + "FW": 18254, + "▁catalog": 18255, + "boards": 18256, + "▁diseases": 18257, + "▁Benjamin": 18258, + "▁horizon": 18259, + "▁Available": 18260, + "Mvc": 18261, + "Stud": 18262, + "▁lord": 18263, + "general": 18264, + "пар": 18265, + "▁cabinet": 18266, + "▁Basic": 18267, + "TestCase": 18268, + "ansk": 18269, + "▁Snow": 18270, + "ierten": 18271, + "▁vocal": 18272, + "Padding": 18273, + "halt": 18274, + "▁Alexand": 18275, + "▁Colomb": 18276, + "ivamente": 18277, + "▁artificial": 18278, + "▁Atlanta": 18279, + "▁mentre": 18280, + "▁estaba": 18281, + "jekt": 18282, + "▁slept": 18283, + "▁endless": 18284, + "éro": 18285, + "attery": 18286, + "uur": 18287, + "▁weakness": 18288, + "▁attempting": 18289, + "BYTE": 18290, + "▁founder": 18291, + "▁salv": 18292, + "▁Medicine": 18293, + "tid": 18294, + "▁Schwe": 18295, + "raction": 18296, + "▁¿": 18297, + "crate": 18298, + "SERVER": 18299, + "▁compound": 18300, + "▁conve": 18301, + "▁caf": 18302, + "▁handful": 18303, + "onne": 18304, + "ública": 18305, + "▁defensive": 18306, + "Alignment": 18307, + "▁préc": 18308, + "▁significance": 18309, + "élé": 18310, + "arta": 18311, + "Dam": 18312, + "▁perpet": 18313, + "▁caller": 18314, + "icients": 18315, + "cep": 18316, + "▁Multi": 18317, + "▁stolen": 18318, + "▁focusing": 18319, + "embed": 18320, + "▁bree": 18321, + "▁AB": 18322, + "▁occasions": 18323, + "sea": 18324, + "Prov": 18325, + "чение": 18326, + "▁Category": 18327, + "▁sq": 18328, + "▁Фе": 18329, + "VA": 18330, + "Diff": 18331, + "Tri": 18332, + "issement": 18333, + "▁actress": 18334, + "▁Пе": 18335, + "▁jej": 18336, + "▁twisted": 18337, + "▁Nicol": 18338, + "▁junior": 18339, + "Sound": 18340, + "▁Brasil": 18341, + "▁juice": 18342, + "▁>>>": 18343, + "▁Alb": 18344, + "▁softly": 18345, + "▁McK": 18346, + "▁Gren": 18347, + "▁italiano": 18348, + "▁creatures": 18349, + "▁residential": 18350, + "▁Instagram": 18351, + "ucks": 18352, + "▁killer": 18353, + "▁Johnny": 18354, + "▁enterprise": 18355, + "Dto": 18356, + "chestra": 18357, + "▁Tel": 18358, + "▁Activ": 18359, + "factor": 18360, + "oust": 18361, + "▁vacuum": 18362, + "рал": 18363, + "')->": 18364, + "▁Left": 18365, + "▁defect": 18366, + "▁ninete": 18367, + "fare": 18368, + "▁regret": 18369, + "▁shar": 18370, + "ctrine": 18371, + "mesh": 18372, + "city": 18373, + "icit": 18374, + "▁Fem": 18375, + "limited": 18376, + "oka": 18377, + "!\\!\\": 18378, + "Donald": 18379, + "зно": 18380, + "▁provision": 18381, + "▁discussions": 18382, + "Drag": 18383, + "▁Incl": 18384, + "Exit": 18385, + "▁Abd": 18386, + "story": 18387, + "ieve": 18388, + "▁był": 18389, + "olving": 18390, + "wohner": 18391, + "▁guidelines": 18392, + "▁straw": 18393, + "üss": 18394, + "▁було": 18395, + "▁burden": 18396, + "▁spatial": 18397, + "▁stretched": 18398, + "▁Inf": 18399, + "▁typedef": 18400, + "▁robot": 18401, + "▁Doc": 18402, + "pliers": 18403, + "wal": 18404, + "camp": 18405, + "▁diffé": 18406, + "▁McG": 18407, + "▁tel": 18408, + "arette": 18409, + "▁subsequently": 18410, + "▁honey": 18411, + "FUNC": 18412, + "▁establishment": 18413, + "tesy": 18414, + "▁który": 18415, + "▁сель": 18416, + "▁FO": 18417, + "▁Islands": 18418, + "▁mp": 18419, + "Scalar": 18420, + "▁Yan": 18421, + "cken": 18422, + "▁variation": 18423, + "ią": 18424, + "optim": 18425, + "azor": 18426, + "tuple": 18427, + "▁gravity": 18428, + "▁conclude": 18429, + "▁collections": 18430, + "ész": 18431, + "▁Liver": 18432, + "▁ethnic": 18433, + "compile": 18434, + "▁parl": 18435, + "Surface": 18436, + "{'": 18437, + "▁paragraph": 18438, + "posite": 18439, + "ítulo": 18440, + "oba": 18441, + "binary": 18442, + "rob": 18443, + "▁Pedro": 18444, + "▁fis": 18445, + "▁Grande": 18446, + "odox": 18447, + "▁posting": 18448, + "": 26345, + "olent": 26346, + "▁этого": 26347, + "▁Generic": 26348, + "▁*/,": 26349, + "▁combinations": 26350, + "▁rejo": 26351, + "спубли": 26352, + "capacity": 26353, + "▁traces": 26354, + "▁opacity": 26355, + "▁Official": 26356, + "icion": 26357, + "▁emotionally": 26358, + "▁Joel": 26359, + "ському": 26360, + "▁legendary": 26361, + "▁pam": 26362, + "▁También": 26363, + ".<": 26364, + "iba": 26365, + "midt": 26366, + "бом": 26367, + "▁ensuite": 26368, + "Authorization": 26369, + "Pag": 26370, + "▁helmet": 26371, + "▁territo": 26372, + "secondary": 26373, + "▁segunda": 26374, + "▁Wire": 26375, + "recated": 26376, + "▁invoked": 26377, + "▁ValueError": 26378, + "▁фо": 26379, + "ALIGN": 26380, + "CURRENT": 26381, + "\\+\\_\\": 26382, + "▁compilation": 26383, + "ær": 26384, + "▁Palmar": 26385, + "▁influences": 26386, + "/:": 26387, + "Mix": 26388, + "NOP": 26389, + "econom": 26390, + "▁tucked": 26391, + "▁});\r": 26392, + "ANK": 26393, + "reject": 26394, + "▁pension": 26395, + "▁generates": 26396, + "чё": 26397, + "▁incap": 26398, + "▁clicked": 26399, + "▁fus": 26400, + "ourses": 26401, + "▁Easter": 26402, + "%;": 26403, + "zin": 26404, + "▁obligations": 26405, + "▁Tips": 26406, + "};\r": 26407, + ".\"_": 26408, + "▁BSD": 26409, + "ática": 26410, + "▁expose": 26411, + "Pars": 26412, + "▁Amanda": 26413, + "куп": 26414, + "▁guessed": 26415, + "dsi": 26416, + "▁Leip": 26417, + "Broad": 26418, + "▁Hughes": 26419, + "ié": 26420, + "▁Wahl": 26421, + "▁formerly": 26422, + "Relative": 26423, + "▁Yu": 26424, + "▁Mountains": 26425, + "▁Enum": 26426, + "▁strang": 26427, + "_-": 26428, + "recht": 26429, + "viv": 26430, + "pause": 26431, + "▁Londres": 26432, + "▁elbow": 26433, + "▁Hawaii": 26434, + "▁Casino": 26435, + "Threshold": 26436, + "Units": 26437, + "Include": 26438, + "ито": 26439, + "asury": 26440, + "▁steht": 26441, + "▁damned": 26442, + "▁packets": 26443, + "▁Werk": 26444, + "▁elevator": 26445, + "iedad": 26446, + "govern": 26447, + "▁CONTRACT": 26448, + "mals": 26449, + "▁remem": 26450, + "▁entonces": 26451, + "▁vas": 26452, + "▁sympathy": 26453, + "▁befindet": 26454, + "incing": 26455, + "DataSet": 26456, + "▁additionally": 26457, + "▁musician": 26458, + "шего": 26459, + "▁listop": 26460, + ">\")": 26461, + "Printf": 26462, + "▁Felix": 26463, + "▁carved": 26464, + "▁nicely": 26465, + "гом": 26466, + "chap": 26467, + "▁Nieder": 26468, + "▁Lav": 26469, + "▁modifications": 26470, + "moment": 26471, + "▁balcon": 26472, + "▁dependency": 26473, + "CKET": 26474, + "▁vanished": 26475, + "▁fighters": 26476, + "▁zunächst": 26477, + "ioctl": 26478, + "▁defens": 26479, + "▁Nem": 26480, + "Utility": 26481, + "▁curv": 26482, + "▁DAMAGES": 26483, + "▁Rogers": 26484, + "▁gratitude": 26485, + "▁Denmark": 26486, + "рая": 26487, + "grpc": 26488, + "▁juni": 26489, + "▁октября": 26490, + "▁immense": 26491, + "▁prevented": 26492, + "▁foam": 26493, + "▁Extra": 26494, + "aimed": 26495, + "▁Criteria": 26496, + "▁Simply": 26497, + "boxes": 26498, + "▁Legend": 26499, + "▁Players": 26500, + "▁Mercedes": 26501, + "▁Branch": 26502, + "TERN": 26503, + "omena": 26504, + "▁incorporate": 26505, + "conde": 26506, + "▁Estado": 26507, + "▁wasted": 26508, + "▁complaining": 26509, + "▁warriors": 26510, + "oter": 26511, + "▁этом": 26512, + "▁conten": 26513, + "▁machinery": 26514, + "▁technological": 26515, + "▁TD": 26516, + "▁gras": 26517, + "▁minimize": 26518, + "▁Door": 26519, + "▁bzw": 26520, + "▁prac": 26521, + "TREE": 26522, + "▁Wing": 26523, + "▁Transaction": 26524, + "▁MVT": 26525, + "▁Klein": 26526, + "commons": 26527, + "▁}{": 26528, + "▁Heritage": 26529, + "▁fade": 26530, + "рок": 26531, + "setValue": 26532, + "▁Wallace": 26533, + "MX": 26534, + "▁ACT": 26535, + "▁footage": 26536, + "▁entstand": 26537, + "arga": 26538, + "▁nails": 26539, + "▁capitalism": 26540, + "▁Garc": 26541, + "▁suspension": 26542, + "ilis": 26543, + "▁Mov": 26544, + "uffled": 26545, + "Arc": 26546, + "▁Beautiful": 26547, + "WAY": 26548, + "Parallel": 26549, + "XXXX": 26550, + "diag": 26551, + "▁DT": 26552, + "mq": 26553, + "TextView": 26554, + "MLE": 26555, + "ennen": 26556, + "▁infected": 26557, + "▁therapist": 26558, + "INGS": 26559, + "▁cidade": 26560, + "ън": 26561, + "▁pdf": 26562, + "▁bump": 26563, + "CTX": 26564, + "▁INCLUDING": 26565, + "▁Gef": 26566, + "ENTIAL": 26567, + "▁handy": 26568, + "▁temporal": 26569, + "AtA": 26570, + "ISH": 26571, + "▁Pattern": 26572, + "▁lan": 26573, + "ependant": 26574, + "▁shining": 26575, + "idy": 26576, + "▁NT": 26577, + "▁Fran": 26578, + "▁nurses": 26579, + "▁betray": 26580, + "▁sensible": 26581, + "▁апреля": 26582, + "▁'[": 26583, + "▁thirteen": 26584, + ")}_{": 26585, + "▁Noah": 26586, + "INSERT": 26587, + "istically": 26588, + "▁Appendix": 26589, + "▁recher": 26590, + "Receiver": 26591, + "▁dernier": 26592, + "лла": 26593, + "лиза": 26594, + "▁Partido": 26595, + "▁maximal": 26596, + "snap": 26597, + "▁часть": 26598, + "STOP": 26599, + "▁ultra": 26600, + "▁développ": 26601, + "▁tegen": 26602, + "▁Чи": 26603, + "LIB": 26604, + "▁baseline": 26605, + "reload": 26606, + "▁Arbitro": 26607, + "▁kall": 26608, + "capture": 26609, + "Arm": 26610, + "quin": 26611, + "impse": 26612, + "zas": 26613, + "▁Cand": 26614, + "▁brains": 26615, + "▁hostile": 26616, + "▁marble": 26617, + "oons": 26618, + "▁Loss": 26619, + "MetaData": 26620, + "▁República": 26621, + "▁andra": 26622, + "oden": 26623, + "▁documented": 26624, + "▁Moses": 26625, + "odd": 26626, + "▁wax": 26627, + "usch": 26628, + "▁diagnosed": 26629, + "inkle": 26630, + "▁Xbox": 26631, + "▁seventy": 26632, + "cias": 26633, + "▁noviembre": 26634, + "Compute": 26635, + "});\r": 26636, + "▁Philippe": 26637, + "▁För": 26638, + "Leave": 26639, + "▁sage": 26640, + "▁unpre": 26641, + "▁Fortunately": 26642, + "▁apost": 26643, + "entities": 26644, + "▁ellos": 26645, + "authorized": 26646, + "GBT": 26647, + "▁insist": 26648, + "▁inspire": 26649, + "Mass": 26650, + "▁rôle": 26651, + "fee": 26652, + "ipart": 26653, + "цер": 26654, + "unate": 26655, + "▁CNN": 26656, + ":}": 26657, + "▁unhappy": 26658, + "▁imported": 26659, + "HIGH": 26660, + "rings": 26661, + "▁Instance": 26662, + "Bay": 26663, + "agles": 26664, + "mee": 26665, + "bery": 26666, + "▁Stories": 26667, + "▁Chase": 26668, + "▁carriage": 26669, + "▁misunder": 26670, + "▁imagin": 26671, + "pw": 26672, + "▁Meter": 26673, + "▁crowds": 26674, + "▁Fame": 26675, + "skill": 26676, + "▁comed": 26677, + "▁ranch": 26678, + "▁lacking": 26679, + "▁submar": 26680, + "iante": 26681, + "▁lanz": 26682, + "▁служ": 26683, + "-----------": 26684, + "▁obten": 26685, + "▁downstairs": 26686, + "YN": 26687, + "rotation": 26688, + "▁Jesse": 26689, + "$(\"#": 26690, + "▁puls": 26691, + "irling": 26692, + "▁Schaus": 26693, + "▁deployed": 26694, + "▁{}\",": 26695, + "▁Marvel": 26696, + "ENUM": 26697, + "▁Mathemat": 26698, + "▁nn": 26699, + "compet": 26700, + "ków": 26701, + "bil": 26702, + "Which": 26703, + "isine": 26704, + "▁rude": 26705, + "▁niveau": 26706, + "▁área": 26707, + "▁près": 26708, + "atis": 26709, + "▁[...]": 26710, + "fur": 26711, + "omm": 26712, + "packed": 26713, + "мене": 26714, + "scriptstyle": 26715, + "▁Ath": 26716, + "▁desp": 26717, + "eltemperaturen": 26718, + "▁talents": 26719, + "ocy": 26720, + "▁raises": 26721, + "LIMIT": 26722, + "▁editorial": 26723, + "▁Animal": 26724, + "drive": 26725, + "▁работа": 26726, + "bss": 26727, + "▁Sev": 26728, + "epoch": 26729, + "▁RC": 26730, + "UNUSED": 26731, + "▁mandatory": 26732, + "(?:": 26733, + "▁Bin": 26734, + "▁synthetic": 26735, + "▁gown": 26736, + "▁Dob": 26737, + "kap": 26738, + "▁harmon": 26739, + "▁liberty": 26740, + "▁Rice": 26741, + "▁prayers": 26742, + "▁mise": 26743, + "▁confusing": 26744, + "▁leap": 26745, + "▁arrives": 26746, + "kamp": 26747, + "▁thats": 26748, + "ACC": 26749, + "▁Parameters": 26750, + "▁одно": 26751, + "▁Bio": 26752, + "density": 26753, + "▁glimpse": 26754, + "FORE": 26755, + "▁Listen": 26756, + "Prev": 26757, + "}\\,\\": 26758, + "куль": 26759, + "▁SEC": 26760, + "▁explored": 26761, + "▁meantime": 26762, + "AIL": 26763, + "▁WP": 26764, + "▁raison": 26765, + "▁existe": 26766, + "▁lesser": 26767, + "▁Validate": 26768, + "▁caution": 26769, + "usta": 26770, + "heading": 26771, + "EFF": 26772, + ".'\"": 26773, + "▁Gilbert": 26774, + "▁limitation": 26775, + "▁retour": 26776, + "▁Commonwealth": 26777, + "▁gewann": 26778, + "▁miserable": 26779, + "▁networking": 26780, + "▁ottobre": 26781, + "▁Dise": 26782, + "edges": 26783, + "▁sede": 26784, + "вича": 26785, + "uniform": 26786, + "▁деятель": 26787, + "iros": 26788, + "▁desen": 26789, + "▁parc": 26790, + "▁Rico": 26791, + "Ns": 26792, + "guid": 26793, + "orio": 26794, + "avelength": 26795, + "▁Gle": 26796, + "inceton": 26797, + "Amaz": 26798, + "Construct": 26799, + "▁mx": 26800, + "▁Vern": 26801, + "▁Generation": 26802, + "Jack": 26803, + "romag": 26804, + "▁viagra": 26805, + "▁Peg": 26806, + "▁Updated": 26807, + "▁overlap": 26808, + "EventArgs": 26809, + "кро": 26810, + "▁*«": 26811, + "▁questioned": 26812, + "South": 26813, + "notice": 26814, + "▁permanently": 26815, + "lst": 26816, + "ficie": 26817, + "▁quella": 26818, + "▁colleges": 26819, + "▁disappointment": 26820, + "▁Luft": 26821, + "imgur": 26822, + "▁transitions": 26823, + "▁seller": 26824, + "▁июня": 26825, + "▁Og": 26826, + "▁ADD": 26827, + "▁Pays": 26828, + "COMMAND": 26829, + "grades": 26830, + "▁febbra": 26831, + "▁Cyr": 26832, + "▁febbraio": 26833, + "eti": 26834, + "▁arom": 26835, + "▁Claude": 26836, + "▁UEFA": 26837, + "▁живе": 26838, + "▁Victorian": 26839, + "keeping": 26840, + "ên": 26841, + "▁FIXME": 26842, + "itime": 26843, + "chestr": 26844, + "▁Samsung": 26845, + "▁doctrine": 26846, + "▁pear": 26847, + "▁Mediterranean": 26848, + "▁Ya": 26849, + "▁vault": 26850, + "▁Historic": 26851, + "▁sedan": 26852, + "▁heated": 26853, + "▁política": 26854, + "Proof": 26855, + ":{": 26856, + "fem": 26857, + "▁Frankfurt": 26858, + "pectives": 26859, + "MG": 26860, + "▁Eye": 26861, + "dai": 26862, + "▁reserves": 26863, + "NER": 26864, + "▁tobacco": 26865, + "▁fragments": 26866, + "icc": 26867, + "▁booth": 26868, + "▁cruise": 26869, + "▁Testament": 26870, + "cola": 26871, + "▁Leop": 26872, + "▁noon": 26873, + "▁terrified": 26874, + "vb": 26875, + "intel": 26876, + "alie": 26877, + "▁verification": 26878, + "yster": 26879, + "ADER": 26880, + "chied": 26881, + "▁datasets": 26882, + "▁зі": 26883, + "▁miem": 26884, + "ulates": 26885, + "▁uuid": 26886, + "▁Pictures": 26887, + "▁Brend": 26888, + "Billboard": 26889, + "▁stern": 26890, + "▁denom": 26891, + "▁accidents": 26892, + "сня": 26893, + "▁packing": 26894, + "ција": 26895, + "iblical": 26896, + "▁Так": 26897, + "▁whisk": 26898, + "▁luego": 26899, + "▁rectangle": 26900, + "▁hooks": 26901, + "▁neglect": 26902, + "▁sober": 26903, + "proposition": 26904, + "Multiple": 26905, + ":\",": 26906, + "▁bapt": 26907, + "Parts": 26908, + "▁Selection": 26909, + "▁Alpha": 26910, + "weights": 26911, + "hall": 26912, + "соб": 26913, + "▁lur": 26914, + "▁época": 26915, + "▁rested": 26916, + "ambigu": 26917, + "▁tastes": 26918, + "amazonaws": 26919, + "▁confess": 26920, + "▁diciembre": 26921, + "implement": 26922, + "▁absorption": 26923, + "Hal": 26924, + "LEAN": 26925, + "▁Zach": 26926, + "▁freeze": 26927, + "LBL": 26928, + "STM": 26929, + "▁calc": 26930, + "={()": 26931, + "=*/": 26932, + "▁bt": 26933, + "Reb": 26934, + "▁Wien": 26935, + "anska": 26936, + "▁surn": 26937, + "iative": 26938, + "▁invån": 26939, + "CY": 26940, + "▁là": 26941, + "amba": 26942, + "leen": 26943, + "wahl": 26944, + "▁functioning": 26945, + "ția": 26946, + "getContext": 26947, + "gart": 26948, + "▁обе": 26949, + "Pen": 26950, + "vik": 26951, + "Slider": 26952, + "▁Accept": 26953, + "Gap": 26954, + "▁Jorge": 26955, + "SIG": 26956, + "▁вос": 26957, + "▁голо": 26958, + "▁periodo": 26959, + "шта": 26960, + "▁patches": 26961, + "кої": 26962, + "äre": 26963, + "engono": 26964, + "lista": 26965, + "horn": 26966, + "▁Complex": 26967, + "Sent": 26968, + "trfs": 26969, + "▁convex": 26970, + "Generation": 26971, + "▁місце": 26972, + "compress": 26973, + "▁Sax": 26974, + "▁uid": 26975, + "▁Lebens": 26976, + "Completion": 26977, + "\\|_{": 26978, + "insky": 26979, + "▁schon": 26980, + "▁masters": 26981, + "independ": 26982, + "neys": 26983, + "▁lied": 26984, + "▁aspir": 26985, + "чні": 26986, + "▁breakdown": 26987, + "▁Harm": 26988, + "▁designing": 26989, + "hf": 26990, + "▁Angela": 26991, + "▁confer": 26992, + "▁partido": 26993, + "▁interference": 26994, + "mao": 26995, + "▁absorbed": 26996, + "▁Vall": 26997, + "ErrorCode": 26998, + "▁Publishing": 26999, + "vano": 27000, + "BITS": 27001, + "▁deer": 27002, + "▁Campaign": 27003, + "▁graz": 27004, + "CHANGE": 27005, + "▁feder": 27006, + "iffe": 27007, + "handed": 27008, + "cq": 27009, + "umbing": 27010, + "▁unre": 27011, + "▁siendo": 27012, + "▁simpler": 27013, + "why": 27014, + "arettes": 27015, + "anst": 27016, + "▁hass": 27017, + "▁Enterprise": 27018, + "▁mois": 27019, + "▁Fo": 27020, + "▁участ": 27021, + "ffen": 27022, + "▁MODULE": 27023, + "▁activated": 27024, + "▁internacional": 27025, + "▁Mittel": 27026, + "degree": 27027, + "▁откры": 27028, + "▁&(": 27029, + "getProperty": 27030, + "isz": 27031, + "cedure": 27032, + "▁enters": 27033, + "▁Sally": 27034, + "▁Train": 27035, + "▁logged": 27036, + "▁Rav": 27037, + "▁Avoid": 27038, + "▁Kaiser": 27039, + "▁expend": 27040, + "aphor": 27041, + "▁brass": 27042, + "▁melod": 27043, + "▁attitudes": 27044, + "*\"": 27045, + "Wall": 27046, + "▁owe": 27047, + "▁bamb": 27048, + "shader": 27049, + "cester": 27050, + "▁PP": 27051, + "▁migrations": 27052, + "entric": 27053, + "▁Setup": 27054, + "▁Artist": 27055, + "hre": 27056, + "▁polite": 27057, + "ahan": 27058, + "▁luglio": 27059, + "▁predecess": 27060, + "▁SIG": 27061, + "тів": 27062, + "▁RF": 27063, + "▁Dry": 27064, + "▁maker": 27065, + "шим": 27066, + "▁Sounds": 27067, + "▁implementing": 27068, + "▁ah": 27069, + "▁gev": 27070, + "▁duplicate": 27071, + "▁Logan": 27072, + "▁Grade": 27073, + "DUCT": 27074, + "íses": 27075, + "ért": 27076, + "▁nonsense": 27077, + "backup": 27078, + "Attachment": 27079, + "▁ecc": 27080, + "▁Squadron": 27081, + "learn": 27082, + "deprecated": 27083, + "▁Aub": 27084, + "▁Gol": 27085, + "▁overl": 27086, + "SERVICE": 27087, + "▁beautifully": 27088, + "REL": 27089, + "▁Gian": 27090, + "▁Papa": 27091, + "respond": 27092, + "▁Caribbean": 27093, + "rn": 27094, + "▁худож": 27095, + "Cfg": 27096, + "rai": 27097, + "▁sniff": 27098, + "tto": 27099, + "ологи": 27100, + "▁rb": 27101, + "▁incidents": 27102, + "▁duck": 27103, + "▁PROVIDED": 27104, + "Sources": 27105, + "▁Chelsea": 27106, + "▁tek": 27107, + "▁налази": 27108, + "▁pilots": 27109, + "тки": 27110, + "▁traded": 27111, + "▁Beijing": 27112, + "▁Gregory": 27113, + "scalar": 27114, + "▁inclined": 27115, + "▁Kamp": 27116, + "▁Marian": 27117, + "▁fierce": 27118, + "▁theft": 27119, + "ющих": 27120, + "▁Into": 27121, + "constraint": 27122, + "parentNode": 27123, + "idental": 27124, + "▁gouvernement": 27125, + "▁SND": 27126, + "▁Ruby": 27127, + "▁monaster": 27128, + "Records": 27129, + "▁Kab": 27130, + "▁Universe": 27131, + "▁approximate": 27132, + "Water": 27133, + "▁Physical": 27134, + "appers": 27135, + "oubtedly": 27136, + "ложен": 27137, + "▁towel": 27138, + "▁siblings": 27139, + "eph": 27140, + "icios": 27141, + "рами": 27142, + "▁outrage": 27143, + "▁també": 27144, + "SRC": 27145, + "телем": 27146, + "Vi": 27147, + ".');": 27148, + "LM": 27149, + "▁mitt": 27150, + "▁weed": 27151, + "▁crops": 27152, + "iman": 27153, + "Claim": 27154, + "insula": 27155, + "▁(“": 27156, + "▁Changes": 27157, + "▁invånare": 27158, + "again": 27159, + "▁cnt": 27160, + "▁Gaz": 27161, + "▁austral": 27162, + "overlay": 27163, + "▁Mechan": 27164, + "▁slammed": 27165, + "▁trailing": 27166, + "▁Biography": 27167, + "▁appealing": 27168, + "IVER": 27169, + "▁Ave": 27170, + "▁Plot": 27171, + "voj": 27172, + "▁sung": 27173, + "▁unos": 27174, + "Effects": 27175, + "vv": 27176, + "cook": 27177, + "Buttons": 27178, + "▁transm": 27179, + "ierto": 27180, + "CONTEXT": 27181, + "▁dignity": 27182, + "aired": 27183, + "javax": 27184, + "▁Alberto": 27185, + "▁Recently": 27186, + "▁facial": 27187, + "mathop": 27188, + "ało": 27189, + "вид": 27190, + "cott": 27191, + "Variables": 27192, + "▁Ran": 27193, + "▁bunk": 27194, + "amiliar": 27195, + "CAST": 27196, + "▁frü": 27197, + "VED": 27198, + "▁NOTICE": 27199, + "▁turno": 27200, + "validator": 27201, + "▁Portuguese": 27202, + "▁questioning": 27203, + "}})": 27204, + "▁lear": 27205, + "Xamarin": 27206, + "▁disadv": 27207, + "encoded": 27208, + "▁Kot": 27209, + "rated": 27210, + "▁Theory": 27211, + "cius": 27212, + "▁Darwin": 27213, + "ђе": 27214, + "▁décl": 27215, + "▁область": 27216, + "рович": 27217, + "▁mobility": 27218, + "VF": 27219, + "▁хи": 27220, + "until": 27221, + "▁barriers": 27222, + "gif": 27223, + "▁Roh": 27224, + "▁aging": 27225, + "▁Widget": 27226, + "olk": 27227, + "▁farms": 27228, + "Checker": 27229, + "Introduction": 27230, + "смо": 27231, + "▁Russians": 27232, + "naments": 27233, + "▁Insert": 27234, + "▁Whenever": 27235, + "erset": 27236, + "itori": 27237, + "▁Dort": 27238, + "▁costume": 27239, + "▁mathematical": 27240, + "▁Bast": 27241, + "▁nominated": 27242, + "▁restoration": 27243, + "posal": 27244, + "▁unfortunate": 27245, + "Ps": 27246, + "LIN": 27247, + "▁intact": 27248, + "▁provoc": 27249, + "▁située": 27250, + "▁ноября": 27251, + "ermo": 27252, + "▁fisher": 27253, + "гля": 27254, + "▁conting": 27255, + "▁Doug": 27256, + "\"?": 27257, + "▁Eva": 27258, + "▁tops": 27259, + "▁Remote": 27260, + "▁artwork": 27261, + "▁artillery": 27262, + "quick": 27263, + "▁Arabia": 27264, + "▁SDValue": 27265, + "▁Dakota": 27266, + "iated": 27267, + "▁Optim": 27268, + "buttons": 27269, + "▁cottage": 27270, + "▁wherein": 27271, + "▁tutorial": 27272, + "▁Scre": 27273, + "▁sweep": 27274, + "▁Coffee": 27275, + "})}": 27276, + "▁музы": 27277, + "hostname": 27278, + "▁Temp": 27279, + "▁Fut": 27280, + "respect": 27281, + "ocz": 27282, + "▁predomin": 27283, + "Indicator": 27284, + "encial": 27285, + "UMENT": 27286, + "▁SHALL": 27287, + "▁commanded": 27288, + "▁withdrawal": 27289, + "iour": 27290, + "REGION": 27291, + "sprintf": 27292, + "▁вме": 27293, + "▁Payment": 27294, + "▁Anim": 27295, + "publish": 27296, + "▁seeks": 27297, + "ouw": 27298, + "▁GM": 27299, + "rugu": 27300, + "ustain": 27301, + "▁))": 27302, + "▁consulting": 27303, + "▁Dialog": 27304, + "▁Lars": 27305, + "▁critique": 27306, + "▁circulation": 27307, + "▁landsc": 27308, + "managed": 27309, + "▁Craft": 27310, + "▁herman": 27311, + "afi": 27312, + "amy": 27313, + "▁discour": 27314, + "<>(": 27315, + "▁Steph": 27316, + "▁tolerance": 27317, + "typename": 27318, + "ventions": 27319, + "ział": 27320, + "стов": 27321, + "▁sticking": 27322, + "ASC": 27323, + "ISO": 27324, + "▁Spencer": 27325, + "▁Didn": 27326, + "gomery": 27327, + "imiter": 27328, + "dru": 27329, + "Clause": 27330, + "▁slides": 27331, + "###": 27332, + "▁Sugar": 27333, + "HY": 27334, + "▁эти": 27335, + "▁Edwards": 27336, + "▁cents": 27337, + "oya": 27338, + "serts": 27339, + "▁Hass": 27340, + "▁ingen": 27341, + "стри": 27342, + "▁saddle": 27343, + "solid": 27344, + "▁champions": 27345, + "-)": 27346, + "▁Slov": 27347, + "▁shiny": 27348, + "▁*)&": 27349, + "▁Define": 27350, + "če": 27351, + "▁scrut": 27352, + "onden": 27353, + "'\",": 27354, + "uffs": 27355, + "▁olymp": 27356, + "idential": 27357, + "wand": 27358, + "▁annually": 27359, + "▁Arkansas": 27360, + "▁saint": 27361, + "▁gleich": 27362, + "▁perfection": 27363, + ")>": 27364, + "▁shorts": 27365, + "▁justified": 27366, + "peated": 27367, + "packages": 27368, + "driven": 27369, + "▁Liberty": 27370, + "▁stripped": 27371, + "шение": 27372, + "▁fünf": 27373, + "▁ecosystem": 27374, + "ixa": 27375, + "▁Fresh": 27376, + "vart": 27377, + "▁treats": 27378, + "▁stance": 27379, + "чёт": 27380, + "▁pity": 27381, + "adém": 27382, + "▁окон": 27383, + "▁Chand": 27384, + "rab": 27385, + "вший": 27386, + "inski": 27387, + "▁continually": 27388, + "▁Daddy": 27389, + "▁nightmare": 27390, + "icional": 27391, + "▁efect": 27392, + "ueblo": 27393, + "▁lanç": 27394, + "▁Collections": 27395, + "due": 27396, + "ampton": 27397, + "▁memcpy": 27398, + "▁**(": 27399, + "issent": 27400, + "▁Insp": 27401, + "▁Glasgow": 27402, + "▁furono": 27403, + "▁kindness": 27404, + "Bi": 27405, + "▁competed": 27406, + "▁oak": 27407, + "Large": 27408, + "▁disgu": 27409, + "▁kings": 27410, + "тами": 27411, + "▁stuffed": 27412, + "▁hilar": 27413, + "published": 27414, + "▁stressed": 27415, + "▁Peak": 27416, + "▁loader": 27417, + "Keyboard": 27418, + "▁reconstruction": 27419, + "▁vod": 27420, + "▁dun": 27421, + "▁understands": 27422, + "tenant": 27423, + "▁chaque": 27424, + "▁prejud": 27425, + "utat": 27426, + "▁uso": 27427, + "▁Heavy": 27428, + "▁cuatro": 27429, + "▁sidewalk": 27430, + "▁Bug": 27431, + "▁månaden": 27432, + "geo": 27433, + "▁united": 27434, + "▁Files": 27435, + "▁Аль": 27436, + "▁rugby": 27437, + "▁financing": 27438, + "▁comply": 27439, + "&#": 27440, + "▁rushing": 27441, + "▁fen": 27442, + "mong": 27443, + "▁spé": 27444, + "▁presenting": 27445, + "INCLUDING": 27446, + "ěl": 27447, + "zeichnung": 27448, + "Backup": 27449, + "▁petit": 27450, + "▁allerg": 27451, + "нут": 27452, + "▁worrying": 27453, + "▁mamm": 27454, + "▁operand": 27455, + ":%.*]]": 27456, + "▁realise": 27457, + "Commands": 27458, + "▁Bew": 27459, + "▁assumes": 27460, + "▁Covid": 27461, + "▁quand": 27462, + "tyard": 27463, + "▁Mono": 27464, + "linked": 27465, + "MARK": 27466, + "Esp": 27467, + "▁blessing": 27468, + "▁eyebrows": 27469, + "▁NV": 27470, + "▁стру": 27471, + "▁modeling": 27472, + "▁greeted": 27473, + "Workspace": 27474, + "▁pedest": 27475, + "▁неза": 27476, + "lemagne": 27477, + "Statistics": 27478, + "▁aument": 27479, + "▁speeds": 27480, + "▁syndrome": 27481, + "CONNECT": 27482, + "zahl": 27483, + "verso": 27484, + "ército": 27485, + "▁astronom": 27486, + "▁aprile": 27487, + "žen": 27488, + "веро": 27489, + "draft": 27490, + "▁gioc": 27491, + "▁comport": 27492, + "▁variance": 27493, + "▁realizing": 27494, + "EDIT": 27495, + "олові": 27496, + "▁estar": 27497, + "▁sost": 27498, + "NORMAL": 27499, + "▁ó": 27500, + "▁Andr": 27501, + "ATTRIB": 27502, + "▁rede": 27503, + "▁toes": 27504, + "▁advances": 27505, + "▁Against": 27506, + "TOM": 27507, + "rss": 27508, + "MMMM": 27509, + "▁newest": 27510, + "▁VER": 27511, + "▁phrases": 27512, + "anter": 27513, + "Launch": 27514, + "▁chr": 27515, + "▁manufactured": 27516, + "$),": 27517, + "rollment": 27518, + "eston": 27519, + "▁peint": 27520, + "”)": 27521, + "endet": 27522, + "▁Hair": 27523, + "ivalent": 27524, + "▁upright": 27525, + "gren": 27526, + "anked": 27527, + "wright": 27528, + "▁mast": 27529, + "▁onChange": 27530, + "▁debris": 27531, + "▁grap": 27532, + "etry": 27533, + "▁(__": 27534, + "▁Commerce": 27535, + "BOX": 27536, + "Tax": 27537, + "▁отри": 27538, + "▁prevention": 27539, + "▁Feel": 27540, + "▁exotic": 27541, + "▁Bark": 27542, + "▁Steam": 27543, + "fon": 27544, + "olin": 27545, + "▁eliminated": 27546, + "▁bc": 27547, + "▁Cycl": 27548, + "▁$(\"#": 27549, + "▁Parl": 27550, + "manuel": 27551, + "ospher": 27552, + "WF": 27553, + "Analy": 27554, + "▁navig": 27555, + "▁renown": 27556, + "Rx": 27557, + "▁Walt": 27558, + "uffed": 27559, + "▁foster": 27560, + "$:": 27561, + "shore": 27562, + "Connector": 27563, + "фика": 27564, + "▁realization": 27565, + "Li": 27566, + "ctxt": 27567, + "ahoo": 27568, + "▁miracle": 27569, + "▁ET": 27570, + "▁GPS": 27571, + "▁Observable": 27572, + "▁hf": 27573, + "▁magnificent": 27574, + "него": 27575, + "BIN": 27576, + "▁Dorf": 27577, + "ieck": 27578, + "vee": 27579, + "▁Craw": 27580, + "/#": 27581, + "▁pci": 27582, + "ippet": 27583, + "▁Hillary": 27584, + "▁gir": 27585, + "▁rand": 27586, + "▁laying": 27587, + "▁Different": 27588, + "boys": 27589, + "virt": 27590, + "▁encryption": 27591, + "ász": 27592, + "пор": 27593, + "▁smelled": 27594, + "▁suscept": 27595, + "cluded": 27596, + "▁Carn": 27597, + "igten": 27598, + "▁Chuck": 27599, + "▁Provinc": 27600, + "▁perí": 27601, + "▁Marshal": 27602, + "мож": 27603, + "gfx": 27604, + "oshi": 27605, + "▁WHE": 27606, + "▁relaxation": 27607, + ",.": 27608, + "were": 27609, + "▁varieties": 27610, + "▁Won": 27611, + "▁gaps": 27612, + "▁stole": 27613, + "igua": 27614, + "ющие": 27615, + "▁Hampshire": 27616, + "phrase": 27617, + "▁película": 27618, + "Processing": 27619, + "▁initialization": 27620, + "oustic": 27621, + "▁Josef": 27622, + "icating": 27623, + "▁goodness": 27624, + "TES": 27625, + "▁cope": 27626, + "▁ignorance": 27627, + "▁Brist": 27628, + "▁paras": 27629, + "▁accidentally": 27630, + "▁tand": 27631, + "ittest": 27632, + "▁ули": 27633, + "▁shipped": 27634, + "▁ост": 27635, + "elseif": 27636, + "▁usize": 27637, + "horizontal": 27638, + "▁Carr": 27639, + "▁precip": 27640, + "roz": 27641, + "pathetic": 27642, + "rived": 27643, + "rok": 27644, + "▁digging": 27645, + "мом": 27646, + "▁Mull": 27647, + "▁XIII": 27648, + "▁peas": 27649, + "▁foul": 27650, + "▁travels": 27651, + "▁Ng": 27652, + "▁составе": 27653, + "Mont": 27654, + "arde": 27655, + "▁Stefan": 27656, + "^^^^": 27657, + "▁Kiss": 27658, + "▁Ek": 27659, + "▁oktober": 27660, + "▁memorable": 27661, + "')).": 27662, + "▁Vision": 27663, + "▁Nina": 27664, + "▁Solar": 27665, + "▁highlighted": 27666, + "▁memo": 27667, + "meisterschaft": 27668, + "sidebar": 27669, + "SEE": 27670, + "▁Nevada": 27671, + "Da": 27672, + "▁drawer": 27673, + "astically": 27674, + "elde": 27675, + "scribed": 27676, + "▁priests": 27677, + "▁hommes": 27678, + "▁instructor": 27679, + "клад": 27680, + "▁spett": 27681, + "\\-": 27682, + "▁мира": 27683, + "▁Looks": 27684, + "▁sleeve": 27685, + "▁strongest": 27686, + "▁tête": 27687, + "▁Nicole": 27688, + "imper": 27689, + "нача": 27690, + "ipper": 27691, + "▁inwon": 27692, + "ilers": 27693, + "▁Deputy": 27694, + "oge": 27695, + "▁depressed": 27696, + "▁arte": 27697, + "▁combining": 27698, + "LAST": 27699, + "inted": 27700, + "▁Average": 27701, + "▁pollution": 27702, + "▁Phillips": 27703, + "▁WM": 27704, + "}}}\\": 27705, + "Added": 27706, + "▁peripher": 27707, + "Creation": 27708, + "▁italien": 27709, + "▁Choice": 27710, + "▁EXPRESS": 27711, + "▁Struct": 27712, + "ysz": 27713, + "Resize": 27714, + "ARGS": 27715, + "▁repo": 27716, + "▁чтобы": 27717, + "▁pref": 27718, + "▁earthqu": 27719, + "▁Мекси": 27720, + "▁Finale": 27721, + "▁hecho": 27722, + "requests": 27723, + "Cut": 27724, + "▁deserved": 27725, + "гово": 27726, + "▁Recent": 27727, + "▁дивизи": 27728, + "▁supportive": 27729, + "прави": 27730, + "▁irrelevant": 27731, + "'\r": 27732, + "▁ctrl": 27733, + "▁Deal": 27734, + "izada": 27735, + "uo": 27736, + "▁nort": 27737, + "geometry": 27738, + "▁Individual": 27739, + "ereg": 27740, + "▁приня": 27741, + "cref": 27742, + "══": 27743, + "▁comerc": 27744, + "=_": 27745, + "bund": 27746, + "тах": 27747, + "ilen": 27748, + "чита": 27749, + "▁corporation": 27750, + "esz": 27751, + "▁==>": 27752, + "ablish": 27753, + "Apr": 27754, + "▁ripped": 27755, + "Vars": 27756, + "stret": 27757, + "▁Francesco": 27758, + "NaN": 27759, + "▁anytime": 27760, + "▁automated": 27761, + "ostream": 27762, + "▁drawings": 27763, + "▁enhancement": 27764, + "okrat": 27765, + "▁Issue": 27766, + "вра": 27767, + "Currency": 27768, + "▁wyn": 27769, + "izarre": 27770, + "ético": 27771, + "multiple": 27772, + "▁Rate": 27773, + "▁Ich": 27774, + "▁Auss": 27775, + "▁Former": 27776, + "Curve": 27777, + "▁marvel": 27778, + "attro": 27779, + "▁сп": 27780, + "BOOL": 27781, + "сия": 27782, + "gold": 27783, + "▁Nintendo": 27784, + "▁Salvador": 27785, + "▁Solution": 27786, + "ADC": 27787, + "бора": 27788, + "▁Bennett": 27789, + "▁FR": 27790, + "▁pueden": 27791, + "patient": 27792, + "▁PG": 27793, + "▁Jin": 27794, + "▁crashed": 27795, + "▁denen": 27796, + "▁Sample": 27797, + "▁Quebec": 27798, + "itories": 27799, + "▁blinked": 27800, + "▁lion": 27801, + "▁voce": 27802, + "▁Impact": 27803, + "▁Mau": 27804, + "▁Nie": 27805, + "▁lob": 27806, + "▁две": 27807, + "orneys": 27808, + "▁coastal": 27809, + "▁sensors": 27810, + "▁XII": 27811, + "▁illusion": 27812, + "oji": 27813, + "▁INC": 27814, + "▁Duncan": 27815, + "yk": 27816, + "▁affecting": 27817, + "pul": 27818, + "▁Napoleon": 27819, + "▁акаде": 27820, + "▁compt": 27821, + "▁profitable": 27822, + "loe": 27823, + "▁deuxième": 27824, + "▁WC": 27825, + "▁viable": 27826, + "▁Drug": 27827, + "TextBox": 27828, + "▁luminos": 27829, + "auté": 27830, + "yc": 27831, + "ště": 27832, + "▁affiliates": 27833, + "ilda": 27834, + "conduct": 27835, + "▁ebenfalls": 27836, + "▁AMD": 27837, + "▁Monitor": 27838, + "▁Companies": 27839, + "▁corrected": 27840, + "äck": 27841, + "SYSTEM": 27842, + "otherapy": 27843, + "▁перед": 27844, + "▁blues": 27845, + "atisf": 27846, + "although": 27847, + "rost": 27848, + "SCAN": 27849, + "▁RAM": 27850, + "ціональ": 27851, + "▁vendors": 27852, + "▁customs": 27853, + "▁activate": 27854, + "▁blogs": 27855, + "▁brace": 27856, + "▁strat": 27857, + "anje": 27858, + "щё": 27859, + "▁tide": 27860, + "▁Brigade": 27861, + "getOperand": 27862, + "▁aliment": 27863, + "▁achievements": 27864, + "▁suspicion": 27865, + "▁touchdown": 27866, + "broad": 27867, + "iore": 27868, + "Comparison": 27869, + "▁mum": 27870, + "English": 27871, + "▁Picture": 27872, + "▁Mouse": 27873, + "amd": 27874, + "▁[`": 27875, + "▁denomin": 27876, + "▁Aleks": 27877, + "▁prevents": 27878, + "ób": 27879, + "fed": 27880, + "▁Pray": 27881, + "▁shine": 27882, + "▁clutch": 27883, + "mux": 27884, + "Appro": 27885, + "▁notably": 27886, + "chio": 27887, + "nage": 27888, + "HAS": 27889, + "▁')": 27890, + "▁Miche": 27891, + "tg": 27892, + "::~": 27893, + "▁amely": 27894, + "▁rodz": 27895, + "zs": 27896, + "trait": 27897, + "▁klass": 27898, + "fö": 27899, + "▁destac": 27900, + "▁Clara": 27901, + "frequency": 27902, + "▁Git": 27903, + "▁поль": 27904, + "▁frequencies": 27905, + "▁febrero": 27906, + "▁stumbled": 27907, + "кою": 27908, + "▁Names": 27909, + "▁Flight": 27910, + "▁prey": 27911, + "▁medio": 27912, + "▁VAR": 27913, + "▁Float": 27914, + "▁Ernest": 27915, + "▁Marcatori": 27916, + "oport": 27917, + "▁cancellation": 27918, + "▁Bryan": 27919, + "————": 27920, + "Luc": 27921, + "▁libre": 27922, + "▁título": 27923, + "*>": 27924, + "▁Sandy": 27925, + "▁Marina": 27926, + "Been": 27927, + "▁wal": 27928, + "▁Kultur": 27929, + "▁explode": 27930, + "▁limiting": 27931, + "▁presumably": 27932, + "▁pb": 27933, + "▁Merc": 27934, + "▁реки": 27935, + "learning": 27936, + "Catalog": 27937, + "▁Census": 27938, + "lte": 27939, + "▁NET": 27940, + "raising": 27941, + "ське": 27942, + "staff": 27943, + "▁Quinn": 27944, + "▁memorial": 27945, + "пня": 27946, + "▁cuenta": 27947, + "▁XI": 27948, + "lbl": 27949, + "▁varies": 27950, + "▁fluctuations": 27951, + "▁долж": 27952, + "▁особи": 27953, + "▁warehouse": 27954, + "However": 27955, + "▁corrections": 27956, + "dhd": 27957, + "▁fals": 27958, + "▁controversy": 27959, + "▁curse": 27960, + "▁télé": 27961, + "řed": 27962, + "▁AU": 27963, + "▁тор": 27964, + "▁crít": 27965, + "idan": 27966, + "iliary": 27967, + "▁Panel": 27968, + "cule": 27969, + "▁Poor": 27970, + "▁BA": 27971, + "▁ignorant": 27972, + "èmes": 27973, + "▁aesthetic": 27974, + "Linked": 27975, + "getInt": 27976, + "Unicode": 27977, + "[@": 27978, + "▁Zent": 27979, + "Manifest": 27980, + "▁vars": 27981, + "PB": 27982, + "▁ву": 27983, + "▁Describe": 27984, + "▁Anything": 27985, + "oirs": 27986, + "▁socks": 27987, + "▁imped": 27988, + "▁neue": 27989, + "▁dispers": 27990, + "Collect": 27991, + "filer": 27992, + "▁Frau": 27993, + "▁Hockey": 27994, + "▁teens": 27995, + "▁Roberto": 27996, + "lauf": 27997, + "вать": 27998, + "▁ско": 27999, + "isArray": 28000, + "▁teenager": 28001, + "Built": 28002, + "▁loudly": 28003, + "Capacity": 28004, + "▁adventures": 28005, + "▁Molly": 28006, + "recogn": 28007, + "bars": 28008, + "▁Lor": 28009, + "▁può": 28010, + "▁mong": 28011, + "inement": 28012, + "Assignment": 28013, + "▁diz": 28014, + "lessness": 28015, + "▁Halloween": 28016, + "▁bitmap": 28017, + "Rom": 28018, + "нар": 28019, + "▁rebel": 28020, + "▁radial": 28021, + "measure": 28022, + "nit": 28023, + "▁Assume": 28024, + "▁assignments": 28025, + "▁Isn": 28026, + "▁altre": 28027, + "ßer": 28028, + "наль": 28029, + "▁flies": 28030, + "▁droit": 28031, + "▁thickness": 28032, + "▁enjo": 28033, + "▁dwell": 28034, + "▁homosexual": 28035, + "▁eval": 28036, + "$_{": 28037, + "asia": 28038, + "▁philos": 28039, + "getCurrent": 28040, + "▁veterans": 28041, + "▁Berkeley": 28042, + "▁wildlife": 28043, + "Cop": 28044, + "vern": 28045, + "▁Ú": 28046, + "tos": 28047, + "▁Led": 28048, + "▁keywords": 28049, + "▁medications": 28050, + "neum": 28051, + "▁jamais": 28052, + "▁Buc": 28053, + "▁PD": 28054, + "▁Statement": 28055, + "▁PI": 28056, + "▁Jackie": 28057, + "▁ordin": 28058, + "▁kör": 28059, + "enze": 28060, + "▁utilized": 28061, + "áct": 28062, + "azed": 28063, + "▁severely": 28064, + "▁även": 28065, + "▁libro": 28066, + "▁Eu": 28067, + "äst": 28068, + "PART": 28069, + "▁Butler": 28070, + "▁puzzle": 28071, + "Fall": 28072, + "Country": 28073, + "pfn": 28074, + "▁україн": 28075, + "▁Orchestra": 28076, + "▁alto": 28077, + "▁ancora": 28078, + "▁decomposition": 28079, + "▁م": 28080, + "▁appetite": 28081, + "adu": 28082, + "▁THAT": 28083, + "▁comenz": 28084, + "mina": 28085, + "▁initiated": 28086, + "▁Tat": 28087, + "▁sometime": 28088, + "rek": 28089, + "bread": 28090, + "▁Statistics": 28091, + "▁Cob": 28092, + "Follow": 28093, + "▁geometric": 28094, + "шла": 28095, + "▁proceedings": 28096, + "Dlg": 28097, + "seven": 28098, + "▁[-": 28099, + "▁Buffalo": 28100, + "▁blacks": 28101, + "▁sov": 28102, + "▁custody": 28103, + "▁ras": 28104, + "▁tattoo": 28105, + "öffentlicht": 28106, + "Blo": 28107, + "Austral": 28108, + "▁recuper": 28109, + "лев": 28110, + "▁bem": 28111, + "▁thou": 28112, + "oriented": 28113, + "vir": 28114, + "▁colony": 28115, + "▁Stanford": 28116, + "Absolute": 28117, + "adrat": 28118, + "▁Situ": 28119, + "▁souvent": 28120, + "EXEC": 28121, + "▁mű": 28122, + "▁apartments": 28123, + "▁случа": 28124, + "▁ano": 28125, + "WINDO": 28126, + "acci": 28127, + "▁Lau": 28128, + "court": 28129, + "▁manifold": 28130, + "▁coalition": 28131, + "▁XIV": 28132, + "Attrib": 28133, + "ascade": 28134, + "▁wheat": 28135, + "▁strengths": 28136, + "FREE": 28137, + "EMPTY": 28138, + "▁hey": 28139, + "ascular": 28140, + "▁plasma": 28141, + "▁bob": 28142, + "Separator": 28143, + "=\"${": 28144, + "▁Zag": 28145, + "▁projet": 28146, + "▁smoothly": 28147, + "SEQU": 28148, + "analy": 28149, + "attachment": 28150, + "▁ES": 28151, + "▁popped": 28152, + "ős": 28153, + "tom": 28154, + "▁són": 28155, + "▁rott": 28156, + "Utilities": 28157, + "hadoop": 28158, + "▁sotto": 28159, + "autor": 28160, + "▁Georges": 28161, + "▁který": 28162, + "▁gruppo": 28163, + "▁когда": 28164, + "▁меда": 28165, + "▁instrumental": 28166, + "▁Writer": 28167, + "▁setTimeout": 28168, + "ikk": 28169, + "▁Dopo": 28170, + "]);\r": 28171, + "▁practicing": 28172, + "▁Ronald": 28173, + "▁уби": 28174, + "▁agrees": 28175, + "▁denoted": 28176, + "ismiss": 28177, + "▁interviewed": 28178, + "templates": 28179, + "ři": 28180, + "administr": 28181, + "▁Butter": 28182, + "▁XVII": 28183, + "▁positioned": 28184, + "▁Fourth": 28185, + "▁overwhelmed": 28186, + "▁Regular": 28187, + "▁reprezent": 28188, + "кономи": 28189, + "▁expects": 28190, + "Indices": 28191, + "▁marijuana": 28192, + "▁zaj": 28193, + "▁Bren": 28194, + "▁begg": 28195, + "▁nahm": 28196, + "▁interrog": 28197, + "тие": 28198, + "▁Bun": 28199, + "▁серед": 28200, + "▁shelves": 28201, + "▁которых": 28202, + "▁Frauen": 28203, + "▁Sergeant": 28204, + "▁успе": 28205, + "matched": 28206, + "▁donne": 28207, + "▁touches": 28208, + "abort": 28209, + "▁vale": 28210, + "▁institutional": 28211, + "▁Mons": 28212, + "▁ambitious": 28213, + "▁nonetheless": 28214, + "jd": 28215, + "пей": 28216, + "▁backpack": 28217, + "dao": 28218, + "вия": 28219, + "▁surroundings": 28220, + "|_{": 28221, + "▁gegründ": 28222, + "disp": 28223, + "▁moisture": 28224, + "▁wyd": 28225, + "▁traders": 28226, + "▁Erst": 28227, + "▁Galaxy": 28228, + "▁воло": 28229, + "▁Peru": 28230, + "▁priorities": 28231, + "▁pronounced": 28232, + "▁CBS": 28233, + "▁Palm": 28234, + "▁expans": 28235, + "▁energet": 28236, + "▁Condition": 28237, + "▁Sver": 28238, + "nested": 28239, + "▁февраля": 28240, + "hero": 28241, + "▁коло": 28242, + "▁Films": 28243, + "Bon": 28244, + "éal": 28245, + "ployed": 28246, + "trained": 28247, + "▁első": 28248, + "▁lust": 28249, + "atinum": 28250, + "oyle": 28251, + "▁Jet": 28252, + "ждения": 28253, + "▁surveys": 28254, + "bee": 28255, + "workers": 28256, + "records": 28257, + "calendar": 28258, + "bbing": 28259, + "regation": 28260, + "dashboard": 28261, + "King": 28262, + "▁vista": 28263, + "▁depicted": 28264, + "▁occurring": 28265, + "▁офи": 28266, + "▁sandwich": 28267, + "rcu": 28268, + "kern": 28269, + "▁minut": 28270, + "▁смер": 28271, + "▁td": 28272, + "solete": 28273, + "Complex": 28274, + "▁tunn": 28275, + "▁scarc": 28276, + "stead": 28277, + "▁Fail": 28278, + "▁Rs": 28279, + "▁trails": 28280, + "kem": 28281, + "▁Romans": 28282, + "ativity": 28283, + "Previous": 28284, + "▁depress": 28285, + "▁resigned": 28286, + "getDefault": 28287, + "▁Tibet": 28288, + "▁Franco": 28289, + "\")));": 28290, + "▁injection": 28291, + "removed": 28292, + "▁praised": 28293, + "▁Asc": 28294, + "erase": 28295, + "▁commissioned": 28296, + "MAIL": 28297, + "▁Boh": 28298, + "Poly": 28299, + "▁cinq": 28300, + "▁Above": 28301, + "▁Joshua": 28302, + "ZERO": 28303, + "▁summit": 28304, + "▁Urs": 28305, + "▁curl": 28306, + "▁visa": 28307, + "▁resur": 28308, + "={'": 28309, + "feat": 28310, + "▁absorb": 28311, + "▁planets": 28312, + "▁princess": 28313, + "▁Jahrhunderts": 28314, + "xp": 28315, + "▁NBC": 28316, + "▁коми": 28317, + "▁FUN": 28318, + "▁neuen": 28319, + "▁déjà": 28320, + "▁Oz": 28321, + "bben": 28322, + "VIDEO": 28323, + "▁ejempl": 28324, + "▁considers": 28325, + "atri": 28326, + "▁arrog": 28327, + "ioso": 28328, + "▁hace": 28329, + "▁contacted": 28330, + "▁unple": 28331, + "▁sponsored": 28332, + "▁trainer": 28333, + "sbi": 28334, + "▁занима": 28335, + "Criterion": 28336, + "ното": 28337, + "scheme": 28338, + "ennial": 28339, + "perform": 28340, + "▁fixing": 28341, + "▁постро": 28342, + "arb": 28343, + "EXIT": 28344, + "▁café": 28345, + "ituted": 28346, + "riages": 28347, + "Tur": 28348, + "▁haber": 28349, + "elasticsearch": 28350, + "▁ал": 28351, + "rh": 28352, + "▁voll": 28353, + "CLU": 28354, + "Mil": 28355, + "▁membres": 28356, + "▁remarked": 28357, + "вана": 28358, + "=\"_": 28359, + "Less": 28360, + "(\"\");": 28361, + "▁Yale": 28362, + "berries": 28363, + "▁releasing": 28364, + "▁imports": 28365, + "idea": 28366, + "▁(+": 28367, + "▁arqu": 28368, + "ificación": 28369, + "▁пара": 28370, + "▁Rangers": 28371, + "Mic": 28372, + "▁nederbörd": 28373, + "▁imaginary": 28374, + "▁specialists": 28375, + "▁hoof": 28376, + "Modules": 28377, + "▁sadly": 28378, + "ceil": 28379, + "TabIndex": 28380, + "ationale": 28381, + "▁Partner": 28382, + "tbody": 28383, + "▁leverage": 28384, + "DN": 28385, + "▁Prec": 28386, + "▁Sé": 28387, + "▁Mam": 28388, + "▁afin": 28389, + "isValid": 28390, + "Pse": 28391, + "▁сторо": 28392, + "▁chopped": 28393, + "▁Minor": 28394, + "▁dabei": 28395, + "David": 28396, + "ussia": 28397, + "▁деревня": 28398, + "▁Identity": 28399, + "▁LGBT": 28400, + "ције": 28401, + "▁Orts": 28402, + "▁parti": 28403, + "▁Bachelor": 28404, + "uga": 28405, + "▁OPT": 28406, + "▁Seth": 28407, + "▁LIABLE": 28408, + "▁inaugur": 28409, + "▁Shanghai": 28410, + "▁relaxing": 28411, + "циона": 28412, + "\"%": 28413, + "▁obey": 28414, + "▁Airlines": 28415, + "Links": 28416, + "▁Celt": 28417, + "▁Admin": 28418, + "agation": 28419, + "▁worries": 28420, + "INTE": 28421, + "arith": 28422, + "Fatalf": 28423, + "]])": 28424, + "colm": 28425, + "▁archae": 28426, + "▁brushed": 28427, + "▁tät": 28428, + "▁structured": 28429, + "тии": 28430, + "▁homem": 28431, + "[:,": 28432, + "▁navy": 28433, + "getKey": 28434, + "powered": 28435, + "▁sucked": 28436, + "▁zomb": 28437, + "issant": 28438, + "▁Might": 28439, + "▁Pull": 28440, + "rir": 28441, + "▁пі": 28442, + "▁seas": 28443, + "▁Wrest": 28444, + "▁tense": 28445, + "▁atm": 28446, + "▁havet": 28447, + "▁pierws": 28448, + "▁tragic": 28449, + "▁Diff": 28450, + "▁confidential": 28451, + "successful": 28452, + "ęż": 28453, + "▁Chain": 28454, + "▁Kenya": 28455, + "Choice": 28456, + "ocur": 28457, + "aniu": 28458, + "▁consultant": 28459, + "▁Advis": 28460, + "Lif": 28461, + "▁Lors": 28462, + "avorite": 28463, + "▁utilizing": 28464, + "▁vintage": 28465, + "Matcher": 28466, + "▁membre": 28467, + "▁Expect": 28468, + "▁tracing": 28469, + "nog": 28470, + "▁dej": 28471, + "▁уче": 28472, + "▁loops": 28473, + "▁onclick": 28474, + "▁GPU": 28475, + "▁Albums": 28476, + "▁Archives": 28477, + "вата": 28478, + "▁stove": 28479, + "шли": 28480, + "ancies": 28481, + "▁gemeente": 28482, + "mob": 28483, + "PDF": 28484, + "eso": 28485, + "▁vég": 28486, + "Resolve": 28487, + "▁teaches": 28488, + "ложе": 28489, + "▁ство": 28490, + "▁Одна": 28491, + "▁fid": 28492, + "Something": 28493, + "▁nebo": 28494, + "▁Valentine": 28495, + "rowning": 28496, + "▁але": 28497, + "awi": 28498, + "ishi": 28499, + "▁SPI": 28500, + "▁spel": 28501, + "▁біль": 28502, + "▁participant": 28503, + "▁Ned": 28504, + "▁Gast": 28505, + "▁blond": 28506, + "▁saves": 28507, + "colored": 28508, + "▁ACTION": 28509, + "▁Politiker": 28510, + "}$)": 28511, + "▁Dum": 28512, + "dentry": 28513, + "Student": 28514, + "▁~=": 28515, + "loads": 28516, + "▁Foster": 28517, + "一个": 28518, + "▁PK": 28519, + "▁SB": 28520, + "▁Hern": 28521, + "▁Exhib": 28522, + "Listeners": 28523, + "Sun": 28524, + "plac": 28525, + "▁Bever": 28526, + "▁incluy": 28527, + "▁dc": 28528, + "argc": 28529, + "▁ged": 28530, + "спа": 28531, + "▁Formula": 28532, + "▁сем": 28533, + "▁empt": 28534, + "unregister": 28535, + "▁Queensland": 28536, + "ández": 28537, + "otive": 28538, + "▁alley": 28539, + "▁Democrat": 28540, + "▁travail": 28541, + "▁$,": 28542, + "RP": 28543, + "рое": 28544, + "personal": 28545, + "▁période": 28546, + "HOME": 28547, + "omes": 28548, + "▁recognised": 28549, + "heng": 28550, + "▁Jung": 28551, + "▁Roland": 28552, + "▁convicted": 28553, + "Locked": 28554, + "▁mari": 28555, + "▁Luxem": 28556, + "referto": 28557, + "Deleted": 28558, + "intent": 28559, + "▁Staats": 28560, + "▁області": 28561, + "ит": 28562, + "▁саве": 28563, + "▁Protocol": 28564, + "ając": 28565, + "chk": 28566, + "TypeInfo": 28567, + "▁pkt": 28568, + "▁scandal": 28569, + "▁individually": 28570, + "FMT": 28571, + "▁nj": 28572, + "abile": 28573, + "▁Rivers": 28574, + "PROPERTY": 28575, + "VB": 28576, + "wort": 28577, + "▁splitting": 28578, + "achten": 28579, + "▁ARISING": 28580, + "▁sip": 28581, + "▁fres": 28582, + "▁groom": 28583, + "Hol": 28584, + "▁canon": 28585, + "▁abruptly": 28586, + "▁afterward": 28587, + "▁Running": 28588, + "▁ji": 28589, + "▁%,": 28590, + "▁Palestinian": 28591, + "RW": 28592, + "pgfscope": 28593, + "▁countryside": 28594, + "▁fortunate": 28595, + "▁cél": 28596, + "▁Pointer": 28597, + "ensors": 28598, + "rating": 28599, + "▁buffers": 28600, + "▁remot": 28601, + "▁PropTypes": 28602, + "▁Nah": 28603, + "altern": 28604, + "▁easiest": 28605, + "▁invas": 28606, + "▁clk": 28607, + "copyright": 28608, + "▁blanc": 28609, + "SAMP": 28610, + "▁Cohen": 28611, + "▁Shell": 28612, + "▁destroying": 28613, + "▁Zel": 28614, + "dater": 28615, + "čen": 28616, + "▁filing": 28617, + "▁integrate": 28618, + "xit": 28619, + "▁RET": 28620, + "lene": 28621, + "calls": 28622, + "▁slaughter": 28623, + "initialized": 28624, + "unches": 28625, + "▁Trace": 28626, + "efficient": 28627, + "▁Woods": 28628, + "▁longitud": 28629, + "GN": 28630, + "▁Kont": 28631, + "▁chunks": 28632, + "ách": 28633, + "▁unemployment": 28634, + "acom": 28635, + "▁slowed": 28636, + "▁outlined": 28637, + "xffff": 28638, + "▁ikke": 28639, + "▁workspace": 28640, + "Mc": 28641, + "▁kicking": 28642, + "▁embedding": 28643, + "chnitt": 28644, + "erten": 28645, + "▁Interior": 28646, + "▁Songs": 28647, + "mmc": 28648, + "▁analyzed": 28649, + "▁Coupe": 28650, + "▁favorites": 28651, + "▁tt": 28652, + "▁той": 28653, + "Routing": 28654, + "▁Silva": 28655, + "▁anderem": 28656, + "▁honom": 28657, + "▁использова": 28658, + ".\"]": 28659, + "▁Wu": 28660, + "legt": 28661, + "▁spoon": 28662, + "▁jap": 28663, + "▁Extension": 28664, + "erne": 28665, + "▁vagy": 28666, + "▁села": 28667, + "▁функ": 28668, + "▁analytics": 28669, + "▁sug": 28670, + "▁Async": 28671, + "▁peaks": 28672, + "▁Gym": 28673, + "▁lawsuit": 28674, + "<>": 28675, + "ialis": 28676, + "etric": 28677, + "faced": 28678, + "▁disrupt": 28679, + "▁få": 28680, + "Inputs": 28681, + "`);": 28682, + "▁Mend": 28683, + "gon": 28684, + "▁\",\"": 28685, + "▁nerves": 28686, + "▁doubts": 28687, + "sap": 28688, + "▁sow": 28689, + ",\\,\\": 28690, + "▁BS": 28691, + "▁Glad": 28692, + "▁aster": 28693, + "œuvre": 28694, + "▁Bangl": 28695, + "▁iPad": 28696, + "useppe": 28697, + "▁conducting": 28698, + "▁({\\": 28699, + "▁Harbor": 28700, + "psz": 28701, + "▁FIFA": 28702, + "_**": 28703, + "emor": 28704, + "▁": 28705, + "e": 28706, + "t": 28707, + "a": 28708, + "o": 28709, + "i": 28710, + "n": 28711, + "r": 28712, + "s": 28713, + "l": 28714, + "d": 28715, + "h": 28716, + "c": 28717, + "u": 28718, + "m": 28719, + "p": 28720, + "g": 28721, + "f": 28722, + ".": 28723, + "y": 28724, + ",": 28725, + "b": 28726, + "w": 28727, + "v": 28728, + "k": 28729, + "_": 28730, + ")": 28731, + "(": 28732, + "-": 28733, + "0": 28734, + "S": 28735, + "*": 28736, + "I": 28737, + "T": 28738, + "\"": 28739, + "1": 28740, + "A": 28741, + "'": 28742, + "C": 28743, + "x": 28744, + ";": 28745, + "=": 28746, + ":": 28747, + "/": 28748, + "E": 28749, + "2": 28750, + "{": 28751, + "}": 28752, + "P": 28753, + "R": 28754, + "M": 28755, + "\\": 28756, + "D": 28757, + "L": 28758, + "N": 28759, + "B": 28760, + "о": 28761, + "O": 28762, + "а": 28763, + "z": 28764, + "F": 28765, + "|": 28766, + ">": 28767, + "j": 28768, + "H": 28769, + "3": 28770, + "#": 28771, + "и": 28772, + "е": 28773, + "9": 28774, + "q": 28775, + "$": 28776, + "G": 28777, + "н": 28778, + "U": 28779, + "W": 28780, + "4": 28781, + "5": 28782, + "8": 28783, + "6": 28784, + "р": 28785, + "т": 28786, + "7": 28787, + "с": 28788, + "<": 28789, + "V": 28790, + "в": 28791, + "[": 28792, + "]": 28793, + "л": 28794, + "к": 28795, + "K": 28796, + "é": 28797, + "J": 28798, + "д": 28799, + "&": 28800, + "\r": 28801, + "Y": 28802, + "м": 28803, + "?": 28804, + "у": 28805, + "+": 28806, + "п": 28807, + "!": 28808, + "’": 28809, + "г": 28810, + "я": 28811, + "з": 28812, + "і": 28813, + "X": 28814, + "^": 28815, + "–": 28816, + "б": 28817, + "@": 28818, + "й": 28819, + "á": 28820, + "—": 28821, + "ь": 28822, + "%": 28823, + "Q": 28824, + "ó": 28825, + "ч": 28826, + "í": 28827, + "Z": 28828, + "ы": 28829, + "ä": 28830, + "х": 28831, + "`": 28832, + "ц": 28833, + "ö": 28834, + "“": 28835, + "ж": 28836, + "ü": 28837, + "”": 28838, + "à": 28839, + "è": 28840, + "ш": 28841, + "ю": 28842, + "ł": 28843, + "С": 28844, + "~": 28845, + "ф": 28846, + "П": 28847, + "»": 28848, + "В": 28849, + "«": 28850, + "å": 28851, + "К": 28852, + "щ": 28853, + "·": 28854, + "ј": 28855, + "М": 28856, + "ç": 28857, + "А": 28858, + "Н": 28859, + "Р": 28860, + "Б": 28861, + "č": 28862, + "ú": 28863, + "ę": 28864, + "ã": 28865, + "ą": 28866, + "ă": 28867, + "Д": 28868, + "ї": 28869, + "ъ": 28870, + "ě": 28871, + "Г": 28872, + "š": 28873, + "О": 28874, + "Т": 28875, + "ê": 28876, + "ñ": 28877, + "…": 28878, + "ž": 28879, + "ß": 28880, + "ё": 28881, + "ż": 28882, + "ř": 28883, + "ś": 28884, + "Л": 28885, + "ő": 28886, + "„": 28887, + "э": 28888, + "ý": 28889, + "У": 28890, + "â": 28891, + "И": 28892, + "є": 28893, + "‘": 28894, + "î": 28895, + "З": 28896, + "Ф": 28897, + "ò": 28898, + "•": 28899, + "ć": 28900, + "É": 28901, + "°": 28902, + "ș": 28903, + "Х": 28904, + "ț": 28905, + "ô": 28906, + "Е": 28907, + "ń": 28908, + "Ч": 28909, + "Ш": 28910, + "ø": 28911, + "ù": 28912, + "ů": 28913, + "的": 28914, + "ا": 28915, + "æ": 28916, + "њ": 28917, + "љ": 28918, + "ë": 28919, + "ï": 28920, + "Э": 28921, + "£": 28922, + "−": 28923, + ",": 28924, + "õ": 28925, + "ћ": 28926, + "­": 28927, + "Ц": 28928, + "І": 28929, + "ā": 28930, + "ű": 28931, + "†": 28932, + "ل": 28933, + "ō": 28934, + "​": 28935, + "º": 28936, + "Я": 28937, + "′": 28938, + "Á": 28939, + "Ö": 28940, + "²": 28941, + "Ж": 28942, + "ì": 28943, + "。": 28944, + "数": 28945, + "×": 28946, + "ر": 28947, + "α": 28948, + "́": 28949, + "Ю": 28950, + "û": 28951, + "œ": 28952, + "ı": 28953, + "م": 28954, + "ن": 28955, + "ª": 28956, + "ź": 28957, + "ο": 28958, + "″": 28959, + "€": 28960, + "Ü": 28961, + "و": 28962, + "用": 28963, + "À": 28964, + "Č": 28965, + "Š": 28966, + "ت": 28967, + "د": 28968, + "一": 28969, + "¿": 28970, + "是": 28971, + "ي": 28972, + "ђ": 28973, + "®": 28974, + "ی": 28975, + "ν": 28976, + "đ": 28977, + "τ": 28978, + "─": 28979, + "ι": 28980, + "ε": 28981, + "→": 28982, + "ب": 28983, + "Å": 28984, + "ū": 28985, + "№": 28986, + "ş": 28987, + "不": 28988, + "џ": 28989, + "ー": 28990, + "中": 28991, + "Î": 28992, + "の": 28993, + ":": 28994, + "个": 28995, + "Й": 28996, + "ρ": 28997, + "有": 28998, + "Ä": 28999, + " ": 29000, + "ī": 29001, + "©": 29002, + "为": 29003, + "ه": 29004, + "י": 29005, + "ו": 29006, + "时": 29007, + "س": 29008, + "Ś": 29009, + "在": 29010, + "件": 29011, + "取": 29012, + "ς": 29013, + "™": 29014, + "이": 29015, + "σ": 29016, + "μ": 29017, + "定": 29018, + "文": 29019, + "据": 29020, + "置": 29021, + "Ž": 29022, + "±": 29023, + "表": 29024, + "成": 29025, + "ň": 29026, + "λ": 29027, + "¡": 29028, + "È": 29029, + "π": 29030, + "字": 29031, + "│": 29032, + "Ј": 29033, + "回": 29034, + "Є": 29035, + "到": 29036, + "行": 29037, + "§": 29038, + "½": 29039, + "ع": 29040, + "、": 29041, + "Ł": 29042, + "다": 29043, + "ン": 29044, + "κ": 29045, + "名": 29046, + "ה": 29047, + "入": 29048, + "η": 29049, + "大": 29050, + "对": 29051, + "可": 29052, + "Â": 29053, + "上": 29054, + "█": 29055, + "新": 29056, + "ف": 29057, + "加": 29058, + "要": 29059, + "Ż": 29060, + "下": 29061, + "分": 29062, + "值": 29063, + "ת": 29064, + "出": 29065, + "类": 29066, + "请": 29067, + "’": 29068, + "息": 29069, + "Ú": 29070, + "υ": 29071, + "获": 29072, + "示": 29073, + "以": 29074, + "ר": 29075, + "接": 29076, + "ל": 29077, + "を": 29078, + "存": 29079, + "信": 29080, + "设": 29081, + "方": 29082, + "ش": 29083, + "能": 29084, + "点": 29085, + "人": 29086, + "前": 29087, + "ğ": 29088, + "作": 29089, + "═": 29090, + "↘": 29091, + "ð": 29092, + "理": 29093, + "■": 29094, + "法": 29095, + "️": 29096, + "ˈ": 29097, + "果": 29098, + "发": 29099, + "ح": 29100, + "γ": 29101, + "ɵ": 29102, + "า": 29103, + "َ": 29104, + "了": 29105, + "户": 29106, + "Í": 29107, + "ə": 29108, + "ス": 29109, + "查": 29110, + "し": 29111, + "מ": 29112, + "单": 29113, + "ť": 29114, + "ق": 29115, + "る": 29116, + "间": 29117, + "如": 29118, + "本": 29119, + "后": 29120, + "ί": 29121, + "式": 29122, + "ト": 29123, + "Щ": 29124, + "Ó": 29125, + "す": 29126, + "א": 29127, + "生": 29128, + "动": 29129, + "ک": 29130, + "和": 29131, + "い": 29132, + "€": 29133, + "ა": 29134, + "가": 29135, + "하": 29136, + "�": 29137, + "小": 29138, + "返": 29139, + "否": 29140, + "ة": 29141, + "日": 29142, + "로": 29143, + "标": 29144, + "码": 29145, + "地": 29146, + "位": 29147, + "에": 29148, + " ": 29149, + "列": 29150, + "수": 29151, + "β": 29152, + "除": 29153, + "使": 29154, + "ש": 29155, + "ج": 29156, + "イ": 29157, + "δ": 29158, + "自": 29159, + "于": 29160, + "지": 29161, + "当": 29162, + "所": 29163, + "기": 29164, + "ი": 29165, + "ב": 29166, + "ร": 29167, + "★": 29168, + "子": 29169, + "号": 29170, + "ك": 29171, + "参": 29172, + "型": 29173, + "に": 29174, + "는": 29175, + "这": 29176, + "开": 29177, + "น": 29178, + "会": 29179, + "器": 29180, + "面": 29181, + "ル": 29182, + "图": 29183, + "度": 29184, + ")": 29185, + "(": 29186, + "의": 29187, + "内": 29188, + "을": 29189, + "最": 29190, + "”": 29191, + "化": 29192, + "建": 29193, + "니": 29194, + "量": 29195, + "😂": 29196, + "始": 29197, + "ē": 29198, + "خ": 29199, + "를": 29200, + "ά": 29201, + "过": 29202, + "³": 29203, + "´": 29204, + "组": 29205, + "功": 29206, + "‎": 29207, + "Ÿ": 29208, + "区": 29209, + "ز": 29210, + "ґ": 29211, + "ό": 29212, + "ッ": 29213, + "ω": 29214, + "Ç": 29215, + "选": 29216, + "通": 29217, + "结": 29218, + "录": 29219, + "改": 29220, + "ク": 29221, + "目": 29222, + "指": 29223, + "务": 29224, + "๐": 29225, + "输": 29226, + "た": 29227, + "อ": 29228, + "关": 29229, + "で": 29230, + "调": 29231, + "ा": 29232, + "정": 29233, + "合": 29234, + "已": 29235, + "시": 29236, + "部": 29237, + "页": 29238, + "━": 29239, + "ː": 29240, + "ま": 29241, + "我": 29242, + "求": 29243, + "市": 29244, + "次": 29245, + "נ": 29246, + "实": 29247, + "将": 29248, + "重": 29249, + "更": 29250, + "制": 29251, + "符": 29252, + "配": 29253, + "象": 29254, + "θ": 29255, + "ก": 29256, + "て": 29257, + "进": 29258, + "需": 29259, + "Đ": 29260, + "性": 29261, + "认": 29262, + "来": 29263, + "题": 29264, + "程": 29265, + "模": 29266, + "!": 29267, + "失": 29268, + "口": 29269, + "な": 29270, + "έ": 29271, + "": 29272, + "空": 29273, + "‍": 29274, + "期": 29275, + "者": 29276, + "は": 29277, + "Ђ": 29278, + "提": 29279, + "ή": 29280, + "ラ": 29281, + "한": 29282, + "态": 29283, + "复": 29284, + "ง": 29285, + "ე": 29286, + "Ø": 29287, + "리": 29288, + "修": 29289, + "‚": 29290, + "得": 29291, + "多": 29292, + "格": 29293, + "자": 29294, + "ע": 29295, + "่": 29296, + "函": 29297, + "应": 29298, + "↗": 29299, + "्": 29300, + "เ": 29301, + "正": 29302, + "注": 29303, + "스": 29304, + "서": 29305, + "リ": 29306, + "φ": 29307, + "ص": 29308, + "が": 29309, + "则": 29310, + "消": 29311, + "节": 29312, + "序": 29313, + "代": 29314, + "사": 29315, + "と": 29316, + "ד": 29317, + "้": 29318, + "र": 29319, + "此": 29320, + "保": 29321, + "ア": 29322, + "ư": 29323, + "인": 29324, + "ė": 29325, + "处": 29326, + "删": 29327, + "ɛ": 29328, + "容": 29329, + "ط": 29330, + "“": 29331, + "之": 29332, + "包": 29333, + "状": 29334, + "ド": 29335, + "İ": 29336, + "体": 29337, + "同": 29338, + "事": 29339, + "🙂": 29340, + "タ": 29341, + "χ": 29342, + "ʿ": 29343, + "Ș": 29344, + "主": 29345, + "品": 29346, + "ק": 29347, + "询": 29348, + "创": 29349, + "该": 29350, + " ": 29351, + "元": 29352, + "第": 29353, + "天": 29354, + "或": 29355, + "年": 29356, + "转": 29357, + "ח": 29358, + "传": 29359, + "ţ": 29360, + "路": 29361, + "例": 29362, + "机": 29363, + "Ã": 29364, + "ď": 29365, + "高": 29366, + "相": 29367, + "โ": 29368, + "片": 29369, + "―": 29370, + "操": 29371, + "ա": 29372, + "ม": 29373, + "全": 29374, + "无": 29375, + "月": 29376, + "称": 29377, + "ั": 29378, + "就": 29379, + "™": 29380, + "明": 29381, + "计": 29382, + "你": 29383, + "败": 29384, + "密": 29385, + "解": 29386, + "れ": 29387, + "أ": 29388, + "变": 29389, + "段": 29390, + "条": 29391, + "默": 29392, + "●": 29393, + "ล": 29394, + "色": 29395, + "断": 29396, + "商": 29397, + "ם": 29398, + "か": 29399, + "里": 29400, + "系": 29401, + "编": 29402, + "错": 29403, + "트": 29404, + "只": 29405, + "县": 29406, + "ს": 29407, + "常": 29408, + "初": 29409, + "ɔ": 29410, + "Α": 29411, + "フ": 29412, + "►": 29413, + "等": 29414, + "일": 29415, + "・": 29416, + "Ō": 29417, + "情": 29418, + "现": 29419, + "Ř": 29420, + "ِ": 29421, + "さ": 29422, + "ạ": 29423, + "용": 29424, + "证": 29425, + "해": 29426, + "手": 29427, + "支": 29428, + "입": 29429, + "服": 29430, + "்": 29431, + "道": 29432, + "어": 29433, + "送": 29434, + "载": 29435, + "限": 29436, + "线": 29437, + "属": 29438, + "—": 29439, + "他": 29440, + "放": 29441, + "记": 29442, + "公": 29443, + "没": 29444, + "添": 29445, + "显": 29446, + "บ": 29447, + "ย": 29448, + "რ": 29449, + "其": 29450, + "集": 29451, + "金": 29452, + "国": 29453, + "任": 29454, + "ە": 29455, + "话": 29456, + "并": 29457, + "被": 29458, + "ύ": 29459, + "都": 29460, + "گ": 29461, + "意": 29462, + "כ": 29463, + "经": 29464, + "성": 29465, + "看": 29466, + "פ": 29467, + "址": 29468, + "ס": 29469, + "드": 29470, + "交": 29471, + "¼": 29472, + "Џ": 29473, + "完": 29474, + "Δ": 29475, + "义": 29476, + "보": 29477, + "向": 29478, + "换": 29479, + "山": 29480, + "算": 29481, + "二": 29482, + "پ": 29483, + "⁄": 29484, + "判": 29485, + "级": 29486, + "工": 29487, + "ด": 29488, + "⠀": 29489, + "家": 29490, + "レ": 29491, + "三": 29492, + "原": 29493, + "】": 29494, + "长": 29495, + "া": 29496, + "管": 29497, + "ѝ": 29498, + "क": 29499, + "学": 29500, + "ロ": 29501, + "验": 29502, + "写": 29503, + "Œ": 29504, + "从": 29505, + "【": 29506, + "收": 29507, + "ả": 29508, + "未": 29509, + "登": 29510, + "고": 29511, + "源": 29512, + "每": 29513, + "µ": 29514, + "误": 29515, + "り": 29516, + "요": 29517, + "按": 29518, + "ว": 29519, + "权": 29520, + "根": 29521, + "プ": 29522, + "串": 29523, + "ส": 29524, + "›": 29525, + "제": 29526, + "シ": 29527, + "Ş": 29528, + "确": 29529, + "好": 29530, + "统": 29531, + "效": 29532, + "网": 29533, + "\u0001": 29534, + "物": 29535, + "아": 29536, + "也": 29537, + "은": 29538, + "ệ": 29539, + "न": 29540, + "项": 29541, + "资": 29542, + "こ": 29543, + "引": 29544, + "ジ": 29545, + "ค": 29546, + "版": 29547, + "ท": 29548, + "平": 29549, + "们": 29550, + "与": 29551, + "き": 29552, + "移": 29553, + "ि": 29554, + "素": 29555, + "执": 29556, + "주": 29557, + "‐": 29558, + "Ґ": 29559, + "ี": 29560, + "板": 29561, + "问": 29562, + "Ε": 29563, + "安": 29564, + "면": 29565, + "소": 29566, + "ต": 29567, + "ิ": 29568, + "持": 29569, + "습": 29570, + "Σ": 29571, + "ら": 29572, + "コ": 29573, + "心": 29574, + "Π": 29575, + "打": 29576, + "」": 29577, + "상": 29578, + "「": 29579, + "检": 29580, + "库": 29581, + "÷": 29582, + "으": 29583, + "测": 29584, + "ん": 29585, + "े": 29586, + "ُ": 29587, + "力": 29588, + "直": 29589, + "由": 29590, + "ى": 29591, + "试": 29592, + "必": 29593, + "端": 29594, + "ʻ": 29595, + "先": 29596, + "↑": 29597, + "命": 29598, + "도": 29599, + "전": 29600, + "ห": 29601, + "员": 29602, + "ɪ": 29603, + "있": 29604, + "比": 29605, + "ṣ": 29606, + "時": 29607, + "择": 29608, + "ذ": 29609, + "テ": 29610, + "‌": 29611, + "构": 29612, + "备": 29613, + "그": 29614, + "链": 29615, + "说": 29616, + "ლ": 29617, + "ן": 29618, + "签": 29619, + "う": 29620, + "غ": 29621, + "ế": 29622, + "ض": 29623, + "ḥ": 29624, + "启": 29625, + "력": 29626, + "ო": 29627, + "付": 29628, + "მ": 29629, + "索": 29630, + "特": 29631, + "ג": 29632, + "西": 29633, + "대": 29634, + "├": 29635, + "–": 29636, + "Ž": 29637, + "外": 29638, + "צ": 29639, + "头": 29640, + "连": 29641, + "流": 29642, + "◄": 29643, + "デ": 29644, + "カ": 29645, + "র": 29646, + "오": 29647, + "找": 29648, + "清": 29649, + "🤣": 29650, + "去": 29651, + "₹": 29652, + "경": 29653, + "グ": 29654, + "ْ": 29655, + "¢": 29656, + "因": 29657, + "": 29658, + "Κ": 29659, + "增": 29660, + "知": 29661, + "¶": 29662, + "像": 29663, + "♥": 29664, + "터": 29665, + "く": 29666, + "ậ": 29667, + "メ": 29668, + "Æ": 29669, + "省": 29670, + "स": 29671, + "म": 29672, + "❤": 29673, + "あ": 29674, + "样": 29675, + "起": 29676, + "台": 29677, + "读": 29678, + "角": 29679, + "南": 29680, + "整": 29681, + "订": 29682, + "\f": 29683, + "ט": 29684, + "マ": 29685, + "্": 29686, + "우": 29687, + "ն": 29688, + "您": 29689, + "ئ": 29690, + "基": 29691, + "水": 29692, + "생": 29693, + "‑": 29694, + "나": 29695, + "画": 29696, + "描": 29697, + "击": 29698, + "っ": 29699, + "라": 29700, + "ნ": 29701, + "ր": 29702, + "业": 29703, + "ბ": 29704, + "别": 29705, + "♦": 29706, + "ィ": 29707, + "त": 29708, + "给": 29709, + "문": 29710, + "形": 29711, + "控": 29712, + "然": 29713, + "동": 29714, + "Њ": 29715, + "⁠": 29716, + "东": 29717, + "ป": 29718, + "州": 29719, + "排": 29720, + "세": 29721, + "装": 29722, + "할": 29723, + "Ć": 29724, + "∞": 29725, + "海": 29726, + "城": 29727, + "键": 29728, + "径": 29729, + "호": 29730, + "화": 29731, + "្": 29732, + "料": 29733, + "ơ": 29734, + "ी": 29735, + "ウ": 29736, + "具": 29737, + "ブ": 29738, + "块": 29739, + "再": 29740, + "ố": 29741, + "电": 29742, + ";": 29743, + "위": 29744, + "两": 29745, + "而": 29746, + "장": 29747, + "آ": 29748, + "Ț": 29749, + "バ": 29750, + "还": 29751, + "令": 29752, + "キ": 29753, + "ّ": 29754, + "값": 29755, + "번": 29756, + "만": 29757, + "总": 29758, + "ल": 29759, + "▲": 29760, + "异": 29761, + "光": 29762, + "客": 29763, + "非": 29764, + "ị": 29765, + "": 29766, + "þ": 29767, + "設": 29768, + "述": 29769, + "합": 29770, + "?": 29771, + "✔": 29772, + "导": 29773, + "ṇ": 29774, + "부": 29775, + "˙": 29776, + "Τ": 29777, + "も": 29778, + "구": 29779, + "镇": 29780, + "작": 29781, + "░": 29782, + "步": 29783, + "ộ": 29784, + "活": 29785, + "พ": 29786, + "←": 29787, + "ǎ": 29788, + "จ": 29789, + "束": 29790, + "ـ": 29791, + "‘": 29792, + "那": 29793, + "प": 29794, + "エ": 29795, + "志": 29796, + "么": 29797, + "运": 29798, + "北": 29799, + "超": 29800, + "་": 29801, + "布": 29802, + "ώ": 29803, + "͡": 29804, + "少": 29805, + "파": 29806, + "ʃ": 29807, + "ム": 29808, + "•": 29809, + "卡": 29810, + "ন": 29811, + "Μ": 29812, + "ɑ": 29813, + "😉": 29814, + "辑": 29815, + "원": 29816, + "美": 29817, + "产": 29818, + "利": 29819, + "모": 29820, + "联": 29821, + "界": 29822, + "체": 29823, + "种": 29824, + "王": 29825, + "ľ": 29826, + "여": 29827, + "메": 29828, + "域": 29829, + "ვ": 29830, + "立": 29831, + "록": 29832, + "게": 29833, + "إ": 29834, + "ṭ": 29835, + "神": 29836, + "ո": 29837, + "音": 29838, + "☆": 29839, + "Ñ": 29840, + "조": 29841, + "動": 29842, + "缓": 29843, + "과": 29844, + "报": 29845, + "ʼ": 29846, + "ា": 29847, + "되": 29848, + "ե": 29849, + "视": 29850, + "ช": 29851, + "详": 29852, + "แ": 29853, + "¦": 29854, + "把": 29855, + "க": 29856, + "ি": 29857, + "출": 29858, + "비": 29859, + "边": 29860, + "框": 29861, + "व": 29862, + "サ": 29863, + "Ι": 29864, + "Ο": 29865, + "オ": 29866, + "¾": 29867, + "历": 29868, + "ŏ": 29869, + "门": 29870, + "ข": 29871, + "含": 29872, + "¬": 29873, + "周": 29874, + "填": 29875, + "待": 29876, + "ะ": 29877, + "დ": 29878, + "Ї": 29879, + "额": 29880, + "음": 29881, + "四": 29882, + "だ": 29883, + "회": 29884, + "止": 29885, + "率": 29886, + "环": 29887, + "パ": 29888, + "래": 29889, + "闭": 29890, + "̀": 29891, + "语": 29892, + "개": 29893, + "身": 29894, + "藏": 29895, + "य": 29896, + "된": 29897, + "即": 29898, + "拉": 29899, + "선": 29900, + "변": 29901, + "≥": 29902, + "ุ": 29903, + "些": 29904, + "🤷": 29905, + "せ": 29906, + "左": 29907, + "ợ": 29908, + "右": 29909, + "ể": 29910, + "내": 29911, + "ּ": 29912, + "ז": 29913, + "ে": 29914, + "告": 29915, + "ấ": 29916, + "白": 29917, + "账": 29918, + "费": 29919, + "江": 29920, + "み": 29921, + "‹": 29922, + "์": 29923, + "‡": 29924, + "造": 29925, + "但": 29926, + "十": 29927, + "它": 29928, + "ं": 29929, + "ŋ": 29930, + "ў": 29931, + "セ": 29932, + "女": 29933, + "⣿": 29934, + "ի": 29935, + "京": 29936, + "触": 29937, + "함": 29938, + "들": 29939, + "Ā": 29940, + "˜": 29941, + "石": 29942, + "よ": 29943, + "田": 29944, + "易": 29945, + "规": 29946, + "展": 29947, + "¯": 29948, + "做": 29949, + "星": 29950, + "უ": 29951, + "✓": 29952, + "თ": 29953, + "供": 29954, + "명": 29955, + "ξ": 29956, + "己": 29957, + "且": 29958, + "插": 29959, + "景": 29960, + "切": 29961, + "ไ": 29962, + "없": 29963, + "ョ": 29964, + "及": 29965, + "Ν": 29966, + "미": 29967, + "ث": 29968, + "데": 29969, + "价": 29970, + "乡": 29971, + "ह": 29972, + "チ": 29973, + "真": 29974, + "太": 29975, + "ู": 29976, + "ダ": 29977, + "局": 29978, + "♂": 29979, + "退": 29980, + "ு": 29981, + "ক": 29982, + "ி": 29983, + "何": 29984, + "😭": 29985, + "¥": 29986, + "": 29987, + "≈": 29988, + "司": 29989, + "层": 29990, + "실": 29991, + "站": 29992, + "首": 29993, + "款": 29994, + "រ": 29995, + "間": 29996, + "ָ": 29997, + "저": 29998, + "监": 29999, + "ァ": 30000, + "册": 30001, + "案": 30002, + "ो": 30003, + "反": 30004, + "听": 30005, + "族": 30006, + "析": 30007, + "ื": 30008, + "秒": 30009, + "공": 30010, + "œ": 30011, + "🚀": 30012, + "거": 30013, + "재": 30014, + "‚": 30015, + "場": 30016, + "广": 30017, + "播": 30018, + "║": 30019, + "⋅": 30020, + "技": 30021, + "贴": 30022, + "想": 30023, + "ʁ": 30024, + "ớ": 30025, + "ャ": 30026, + "중": 30027, + "》": 30028, + "速": 30029, + "频": 30030, + "队": 30031, + "ำ": 30032, + "け": 30033, + "ु": 30034, + "≤": 30035, + "↓": 30036, + "须": 30037, + "菜": 30038, + "̃": 30039, + "剪": 30040, + "버": 30041, + "ェ": 30042, + "Λ": 30043, + "细": 30044, + "選": 30045, + "द": 30046, + "¹": 30047, + "许": 30048, + "ầ": 30049, + "世": 30050, + "ュ": 30051, + "ء": 30052, + "‡": 30053, + "候": 30054, + "共": 30055, + "크": 30056, + "ธ": 30057, + "설": 30058, + "快": 30059, + "友": 30060, + "ְ": 30061, + "车": 30062, + "推": 30063, + "花": 30064, + "言": 30065, + "چ": 30066, + "至": 30067, + "開": 30068, + "校": 30069, + "個": 30070, + "村": 30071, + "つ": 30072, + "▌": 30073, + "ப": 30074, + "결": 30075, + "ņ": 30076, + "优": 30077, + "ន": 30078, + "达": 30079, + "核": 30080, + "ナ": 30081, + "场": 30082, + "影": 30083, + "🏻": 30084, + "钮": 30085, + "ظ": 30086, + "Þ": 30087, + "▼": 30088, + "お": 30089, + "份": 30090, + "微": 30091, + "ờ": 30092, + "识": 30093, + "행": 30094, + "《": 30095, + "ใ": 30096, + "ọ": 30097, + "预": 30098, + "ব": 30099, + "த": 30100, + "": 30101, + "ų": 30102, + "마": 30103, + "않": 30104, + "ɡ": 30105, + "계": 30106, + "연": 30107, + "五": 30108, + "Ź": 30109, + "め": 30110, + "很": 30111, + "간": 30112, + "無": 30113, + "ប": 30114, + "社": 30115, + "Ê": 30116, + "书": 30117, + "顶": 30118, + "ტ": 30119, + "才": 30120, + "云": 30121, + "└": 30122, + "ζ": 30123, + "،": 30124, + "搜": 30125, + "신": 30126, + "유": 30127, + "‏": 30128, + "✅": 30129, + "⭐": 30130, + "照": 30131, + "短": 30132, + "川": 30133, + "後": 30134, + "范": 30135, + "民": 30136, + "治": 30137, + "章": 30138, + "ề": 30139, + "바": 30140, + "ә": 30141, + "⚭": 30142, + "河": 30143, + "论": 30144, + "え": 30145, + "Ω": 30146, + "√": 30147, + "Ă": 30148, + "Γ": 30149, + "坐": 30150, + "적": 30151, + "停": 30152, + "추": 30153, + "受": 30154, + "♀": 30155, + "ʾ": 30156, + "树": 30157, + "林": 30158, + "치": 30159, + "fi": 30160, + "▒": 30161, + "张": 30162, + "着": 30163, + "访": 30164, + "考": 30165, + "教": 30166, + "ग": 30167, + "准": 30168, + "印": 30169, + "精": 30170, + "窗": 30171, + "宝": 30172, + "ち": 30173, + "围": 30174, + "ַ": 30175, + "致": 30176, + "モ": 30177, + "때": 30178, + "随": 30179, + "储": 30180, + "况": 30181, + "邮": 30182, + "武": 30183, + "⛔": 30184, + "维": 30185, + "ү": 30186, + "跳": 30187, + "ब": 30188, + "投": 30189, + "ủ": 30190, + "표": 30191, + "반": 30192, + "英": 30193, + "ʰ": 30194, + "👍": 30195, + "ज": 30196, + "带": 30197, + "為": 30198, + "续": 30199, + "ɨ": 30200, + "처": 30201, + "₂": 30202, + "클": 30203, + "群": 30204, + "현": 30205, + "风": 30206, + "购": 30207, + "ក": 30208, + "老": 30209, + "留": 30210, + "球": 30211, + "프": 30212, + "▄": 30213, + "史": 30214, + "Љ": 30215, + "⟩": 30216, + "분": 30217, + "გ": 30218, + "店": 30219, + "审": 30220, + "료": 30221, + "목": 30222, + "略": 30223, + "관": 30224, + "ִ": 30225, + "科": 30226, + "货": 30227, + "ம": 30228, + "络": 30229, + "阳": 30230, + "Ḥ": 30231, + "資": 30232, + "若": 30233, + "স": 30234, + "ہ": 30235, + "宽": 30236, + "见": 30237, + "ズ": 30238, + "游": 30239, + "방": 30240, + "ồ": 30241, + "ɾ": 30242, + "열": 30243, + "러": 30244, + "ך": 30245, + "\u001b": 30246, + "်": 30247, + "余": 30248, + "响": 30249, + "缩": 30250, + "ட": 30251, + "评": 30252, + "允": 30253, + "离": 30254, + "🤔": 30255, + "Ё": 30256, + "ʊ": 30257, + "黑": 30258, + "马": 30259, + "⟨": 30260, + "値": 30261, + "箱": 30262, + "야": 30263, + "ម": 30264, + "Ő": 30265, + "感": 30266, + "ツ": 30267, + "ụ": 30268, + "ポ": 30269, + "확": 30270, + "声": 30271, + "战": 30272, + "ѕ": 30273, + "変": 30274, + "와": 30275, + "父": 30276, + "ベ": 30277, + "助": 30278, + "업": 30279, + "ʲ": 30280, + "ÿ": 30281, + "充": 30282, + "强": 30283, + "博": 30284, + "ミ": 30285, + "销": 30286, + "당": 30287, + "記": 30288, + "什": 30289, + "匹": 30290, + "ւ": 30291, + "そ": 30292, + "코": 30293, + "ল": 30294, + "ŭ": 30295, + "午": 30296, + "ニ": 30297, + "\u0012": 30298, + "ʒ": 30299, + "შ": 30300, + "某": 30301, + "ォ": 30302, + "足": 30303, + "타": 30304, + "Ð": 30305, + "ხ": 30306, + "름": 30307, + "木": 30308, + "楼": 30309, + "최": 30310, + "红": 30311, + "¨": 30312, + "古": 30313, + "\u0006": 30314, + "단": 30315, + "今": 30316, + "ʔ": 30317, + "ट": 30318, + "ম": 30319, + "斯": 30320, + "語": 30321, + "Ÿ": 30322, + "🙄": 30323, + "牌": 30324, + "안": 30325, + "ស": 30326, + "颜": 30327, + "~": 30328, + "克": 30329, + "深": 30330, + "금": 30331, + "會": 30332, + "尔": 30333, + "释": 30334, + "批": 30335, + "산": 30336, + "野": 30337, + "防": 30338, + "Η": 30339, + "ө": 30340, + "ψ": 30341, + "ボ": 30342, + "š": 30343, + "各": 30344, + "진": 30345, + "追": 30346, + "句": 30347, + "警": 30348, + "Φ": 30349, + "ѣ": 30350, + "ḍ": 30351, + "词": 30352, + "男": 30353, + "글": 30354, + "식": 30355, + "隐": 30356, + "복": 30357, + "盘": 30358, + "Ì": 30359, + "申": 30360, + "议": 30361, + "ザ": 30362, + "近": 30363, + "능": 30364, + "য": 30365, + "東": 30366, + "這": 30367, + "ர": 30368, + "距": 30369, + "院": 30370, + "德": 30371, + "ǐ": 30372, + "针": 30373, + "▀": 30374, + "↔": 30375, + "房": 30376, + "青": 30377, + "政": 30378, + "😅": 30379, + "递": 30380, + "প": 30381, + "波": 30382, + "ソ": 30383, + "绑": 30384, + "ビ": 30385, + "ễ": 30386, + "포": 30387, + "\u0010": 30388, + "ử": 30389, + "등": 30390, + "환": 30391, + "士": 30392, + "ত": 30393, + "Θ": 30394, + "초": 30395, + "境": 30396, + "差": 30397, + "采": 30398, + "디": 30399, + "ĩ": 30400, + "升": 30401, + "背": 30402, + "배": 30403, + "龙": 30404, + "街": 30405, + "್": 30406, + "ṛ": 30407, + "ু": 30408, + "弹": 30409, + "魔": 30410, + "객": 30411, + "‰": 30412, + "⌁": 30413, + "ἐ": 30414, + "禁": 30415, + "ผ": 30416, + "қ": 30417, + "島": 30418, + "ா": 30419, + "♭": 30420, + "百": 30421, + "ứ": 30422, + "ネ": 30423, + "专": 30424, + "來": 30425, + "刷": 30426, + "필": 30427, + "յ": 30428, + "ắ": 30429, + "华": 30430, + "Β": 30431, + "श": 30432, + "¸": 30433, + "屏": 30434, + "死": 30435, + "遍": 30436, + "검": 30437, + "Χ": 30438, + "것": 30439, + "八": 30440, + "览": 30441, + "택": 30442, + "唯": 30443, + "∙": 30444, + "¤": 30445, + "페": 30446, + "让": 30447, + "锁": 30448, + "무": 30449, + "思": 30450, + "隔": 30451, + "Ô": 30452, + "\u0013": 30453, + "ṃ": 30454, + "ワ": 30455, + "低": 30456, + "션": 30457, + "半": 30458, + "较": 30459, + "ត": 30460, + "享": 30461, + "积": 30462, + "ˆ": 30463, + "😊": 30464, + "典": 30465, + "ǔ": 30466, + "六": 30467, + "便": 30468, + "ɐ": 30469, + "简": 30470, + "继": 30471, + "仅": 30472, + "尾": 30473, + "‹": 30474, + "வ": 30475, + "կ": 30476, + "ƒ": 30477, + "영": 30478, + "火": 30479, + "湖": 30480, + "書": 30481, + "발": 30482, + "ハ": 30483, + "循": 30484, + "术": 30485, + "結": 30486, + "ļ": 30487, + "乐": 30488, + "滤": 30489, + "종": 30490, + "ถ": 30491, + "ὶ": 30492, + "满": 30493, + "╝": 30494, + "わ": 30495, + "ど": 30496, + "็": 30497, + "형": 30498, + "國": 30499, + "ự": 30500, + "線": 30501, + "블": 30502, + "封": 30503, + "確": 30504, + "依": 30505, + "ս": 30506, + "永": 30507, + "색": 30508, + "歌": 30509, + "數": 30510, + "福": 30511, + "삭": 30512, + "実": 30513, + "레": 30514, + "ſ": 30515, + "千": 30516, + "\u000e": 30517, + "母": 30518, + "더": 30519, + "임": 30520, + "տ": 30521, + "ے": 30522, + "几": 30523, + "双": 30524, + "노": 30525, + "ณ": 30526, + "掉": 30527, + "Ρ": 30528, + "ἀ": 30529, + "標": 30530, + "長": 30531, + "档": 30532, + "태": 30533, + "ペ": 30534, + "본": 30535, + "Œ": 30536, + "底": 30537, + "终": 30538, + "請": 30539, + "კ": 30540, + "̯": 30541, + "예": 30542, + "▬": 30543, + "報": 30544, + "ピ": 30545, + "๏": 30546, + "暂": 30547, + "李": 30548, + "Υ": 30549, + "\u0005": 30550, + "\u0002": 30551, + "替": 30552, + "운": 30553, + "射": 30554, + "\u0018": 30555, + "매": 30556, + "\u0011": 30557, + "🏼": 30558, + "票": 30559, + "附": 30560, + "ノ": 30561, + "ũ": 30562, + "压": 30563, + "阿": 30564, + "Ò": 30565, + "테": 30566, + "∼": 30567, + "万": 30568, + "մ": 30569, + "후": 30570, + "普": 30571, + "截": 30572, + "속": 30573, + "括": 30574, + "😀": 30575, + "ை": 30576, + "▶": 30577, + "까": 30578, + "ট": 30579, + "曲": 30580, + "师": 30581, + "钱": 30582, + "栏": 30583, + "Ы": 30584, + "走": 30585, + "ữ": 30586, + "‬": 30587, + "归": 30588, + "점": 30589, + "🔥": 30590, + "었": 30591, + "連": 30592, + "私": 30593, + "청": 30594, + "刘": 30595, + "免": 30596, + "": 30597, + "奖": 30598, + "見": 30599, + "ֹ": 30600, + "☺": 30601, + "ケ": 30602, + "역": 30603, + "际": 30604, + "받": 30605, + "望": 30606, + "帝": 30607, + "减": 30608, + "두": 30609, + "领": 30610, + "„": 30611, + "钟": 30612, + "ガ": 30613, + "架": 30614, + "든": 30615, + "ல": 30616, + "松": 30617, + "□": 30618, + "越": 30619, + "答": 30620, + "ɕ": 30621, + "ῦ": 30622, + "染": 30623, + "": 30624, + "质": 30625, + "顺": 30626, + "气": 30627, + "╗": 30628, + "計": 30629, + "ქ": 30630, + "亮": 30631, + "🤦": 30632, + "̂": 30633, + "ٹ": 30634, + "座": 30635, + "ˌ": 30636, + "均": 30637, + "\u000b": 30638, + "官": 30639, + "适": 30640, + "护": 30641, + "久": 30642, + "春": 30643, + "曹": 30644, + "皇": 30645, + "脚": 30646, + "池": 30647, + "延": 30648, + "키": 30649, + "품": 30650, + "現": 30651, + "檔": 30652, + "ば": 30653, + "ⴰ": 30654, + "希": 30655, + "玩": 30656, + "固": 30657, + "黄": 30658, + "": 30659, + "☽": 30660, + "银": 30661, + "\u0003": 30662, + "┃": 30663, + "👏": 30664, + "불": 30665, + "攻": 30666, + "へ": 30667, + "决": 30668, + "⊙": 30669, + "宁": 30670, + "च": 30671, + "機": 30672, + "義": 30673, + "ɲ": 30674, + "\u0015": 30675, + "했": 30676, + "ẩ": 30677, + "愛": 30678, + "矩": 30679, + "패": 30680, + "ặ": 30681, + "郎": 30682, + "Ь": 30683, + "绘": 30684, + "负": 30685, + "ổ": 30686, + "ய": 30687, + "汉": 30688, + "編": 30689, + "ێ": 30690, + "്": 30691, + "じ": 30692, + "카": 30693, + "似": 30694, + "ں": 30695, + "や": 30696, + "認": 30697, + "\u000f": 30698, + "過": 30699, + "통": 30700, + "▪": 30701, + "约": 30702, + "香": 30703, + "买": 30704, + "住": 30705, + "╚": 30706, + "😁": 30707, + "扩": 30708, + "静": 30709, + "려": 30710, + "학": 30711, + "钥": 30712, + "증": 30713, + "ỉ": 30714, + "她": 30715, + "食": 30716, + "往": 30717, + "點": 30718, + "偏": 30719, + "康": 30720, + "\u0014": 30721, + "į": 30722, + "준": 30723, + "\u0004": 30724, + "ฟ": 30725, + "♣": 30726, + "戏": 30727, + "ʂ": 30728, + "井": 30729, + "军": 30730, + "爱": 30731, + "ٱ": 30732, + "七": 30733, + "차": 30734, + "币": 30735, + "♠": 30736, + "哈": 30737, + "阅": 30738, + "介": 30739, + "观": 30740, + "區": 30741, + "˜": 30742, + "ً": 30743, + "又": 30744, + "冲": 30745, + "朝": 30746, + "姓": 30747, + "课": 30748, + "龍": 30749, + "각": 30750, + "∈": 30751, + "米": 30752, + "ƒ": 30753, + "喜": 30754, + "夜": 30755, + "团": 30756, + "⇒": 30757, + "远": 30758, + "\u001a": 30759, + "ὐ": 30760, + "承": 30761, + "ಿ": 30762, + "室": 30763, + "ʀ": 30764, + "ង": 30765, + "अ": 30766, + "罗": 30767, + "🙏": 30768, + "软": 30769, + "🟡": 30770, + "건": 30771, + "؟": 30772, + "း": 30773, + "ᴇ": 30774, + "ユ": 30775, + "토": 30776, + "策": 30777, + "̄": 30778, + "국": 30779, + "ֶ": 30780, + "协": 30781, + "营": 30782, + "関": 30783, + "吉": 30784, + "💀": 30785, + "奇": 30786, + "滚": 30787, + "轴": 30788, + "処": 30789, + "土": 30790, + "划": 30791, + "ड": 30792, + "临": 30793, + "ֵ": 30794, + "航": 30795, + "浏": 30796, + "ゴ": 30797, + "別": 30798, + "寺": 30799, + "於": 30800, + "進": 30801, + "ὸ": 30802, + "風": 30803, + "ன": 30804, + "班": 30805, + "◼": 30806, + "九": 30807, + "̥": 30808, + "號": 30809, + "류": 30810, + "础": 30811, + "般": 30812, + "︙": 30813, + "̈": 30814, + "番": 30815, + "✨": 30816, + "😎": 30817, + "ো": 30818, + "😍": 30819, + "單": 30820, + "帧": 30821, + "授": 30822, + "赋": 30823, + "巴": 30824, + "占": 30825, + "假": 30826, + "ṅ": 30827, + "透": 30828, + "項": 30829, + "ħ": 30830, + "馬": 30831, + "🟢": 30832, + "Ľ": 30833, + "լ": 30834, + "券": 30835, + "같": 30836, + "類": 30837, + "對": 30838, + "월": 30839, + "激": 30840, + "\u0017": 30841, + "戦": 30842, + "独": 30843, + "訊": 30844, + "ិ": 30845, + "套": 30846, + "ʷ": 30847, + "跟": 30848, + "ở": 30849, + "渲": 30850, + "顯": 30851, + "降": 30852, + "ာ": 30853, + "尼": 30854, + "血": 30855, + "언": 30856, + "牛": 30857, + "將": 30858, + "ศ": 30859, + "拍": 30860, + "刻": 30861, + "ზ": 30862, + "╔": 30863, + "藤": 30864, + "్": 30865, + "ῶ": 30866, + "🟠": 30867, + "良": 30868, + "김": 30869, + "দ": 30870, + "Ṣ": 30871, + "録": 30872, + "伊": 30873, + "落": 30874, + "雄": 30875, + "雪": 30876, + "映": 30877, + "著": 30878, + "른": 30879, + "ფ": 30880, + "対": 30881, + "智": 30882, + "译": 30883, + "┬": 30884, + "抽": 30885, + "ῖ": 30886, + "酒": 30887, + "Ћ": 30888, + "股": 30889, + "់": 30890, + "순": 30891, + "직": 30892, + "भ": 30893, + "谷": 30894, + "물": 30895, + "ǒ": 30896, + "⠄": 30897, + "热": 30898, + "終": 30899, + "夹": 30900, + "干": 30901, + "彩": 30902, + "敗": 30903, + "ќ": 30904, + "♯": 30905, + "̣": 30906, + "վ": 30907, + "轮": 30908, + "阵": 30909, + "夏": 30910, + "幕": 30911, + "吧": 30912, + "港": 30913, + "益": 30914, + "儿": 30915, + "액": 30916, + "售": 30917, + "兵": 30918, + "惠": 30919, + "欢": 30920, + "›": 30921, + "零": 30922, + "學": 30923, + "ž": 30924, + "員": 30925, + "ỗ": 30926, + "玉": 30927, + "逻": 30928, + "᥀": 30929, + "吗": 30930, + "沒": 30931, + "≠": 30932, + "너": 30933, + "ச": 30934, + "\u0016": 30935, + "夫": 30936, + "წ": 30937, + "堂": 30938, + "電": 30939, + "≡": 30940, + "陆": 30941, + "져": 30942, + "研": 30943, + "荐": 30944, + "健": 30945, + "碼": 30946, + "练": 30947, + "検": 30948, + "송": 30949, + "ै": 30950, + "哪": 30951, + "圆": 30952, + "Ա": 30953, + "↩": 30954, + "托": 30955, + "̪": 30956, + "ू": 30957, + "缀": 30958, + "네": 30959, + "沙": 30960, + "兴": 30961, + "病": 30962, + "\u0007": 30963, + "ល": 30964, + "ừ": 30965, + "Ἀ": 30966, + "강": 30967, + "항": 30968, + "\u0019": 30969, + "換": 30970, + "温": 30971, + "帖": 30972, + "ទ": 30973, + "込": 30974, + "削": 30975, + "알": 30976, + "征": 30977, + "习": 30978, + "법": 30979, + "栈": 30980, + "绝": 30981, + "": 30982, + "ڕ": 30983, + "圖": 30984, + "苏": 30985, + "発": 30986, + "ု": 30987, + "町": 30988, + "互": 30989, + "়": 30990, + "ც": 30991, + "守": 30992, + "새": 30993, + "侧": 30994, + "草": 30995, + "ས": 30996, + "扫": 30997, + "‒": 30998, + "恢": 30999, + "ң": 31000, + "ण": 31001, + "ற": 31002, + "째": 31003, + "්": 31004, + "拟": 31005, + "派": 31006, + "🏽": 31007, + "呼": 31008, + "Š": 31009, + "演": 31010, + "究": 31011, + "교": 31012, + "ɣ": 31013, + "ए": 31014, + "ី": 31015, + "ף": 31016, + "富": 31017, + "駅": 31018, + "ず": 31019, + "♪": 31020, + "😆": 31021, + "접": 31022, + "ғ": 31023, + "▓": 31024, + "존": 31025, + "ಾ": 31026, + "旋": 31027, + "ゃ": 31028, + "补": 31029, + "ץ": 31030, + "門": 31031, + "ច": 31032, + "날": 31033, + "ภ": 31034, + "ག": 31035, + "傳": 31036, + "∆": 31037, + "†": 31038, + "ׁ": 31039, + "缺": 31040, + "頭": 31041, + "怪": 31042, + "組": 31043, + "별": 31044, + "Ъ": 31045, + "發": 31046, + "雷": 31047, + "ರ": 31048, + "ซ": 31049, + "び": 31050, + "翻": 31051, + "ھ": 31052, + "პ": 31053, + "題": 31054, + "居": 31055, + "집": 31056, + "🌍": 31057, + "˚": 31058, + "避": 31059, + "줄": 31060, + "ុ": 31061, + "滑": 31062, + "故": 31063, + "ญ": 31064, + "〜": 31065, + "ನ": 31066, + "양": 31067, + "완": 31068, + "ள": 31069, + "倍": 31070, + "宗": 31071, + "択": 31072, + "브": 31073, + "ɴ": 31074, + "効": 31075, + "尺": 31076, + "視": 31077, + "ẽ": 31078, + "覆": 31079, + "ध": 31080, + "骨": 31081, + "달": 31082, + "ᴛ": 31083, + "蓝": 31084, + "關": 31085, + "額": 31086, + "Õ": 31087, + "∗": 31088, + "卷": 31089, + "갑": 31090, + "르": 31091, + "众": 31092, + "ᴀ": 31093, + "態": 31094, + "ٰ": 31095, + "暗": 31096, + "君": 31097, + "錯": 31098, + "ɒ": 31099, + "យ": 31100, + "ḫ": 31101, + "ῆ": 31102, + "亚": 31103, + "♡": 31104, + "割": 31105, + "鼠": 31106, + "̶": 31107, + "Ë": 31108, + "読": 31109, + "격": 31110, + "ゲ": 31111, + "眼": 31112, + "Ý": 31113, + "ژ": 31114, + "雨": 31115, + "宮": 31116, + "쪽": 31117, + "ष": 31118, + "複": 31119, + "剩": 31120, + "早": 31121, + "杂": 31122, + "焦": 31123, + "贝": 31124, + "突": 31125, + "워": 31126, + "另": 31127, + "摄": 31128, + "\b": 31129, + "‭": 31130, + "府": 31131, + "외": 31132, + "盖": 31133, + "\u001c": 31134, + "ษ": 31135, + "佛": 31136, + "概": 31137, + "與": 31138, + "經": 31139, + "-": 31140, + "һ": 31141, + "問": 31142, + "ು": 31143, + "ἰ": 31144, + "話": 31145, + "倒": 31146, + "葛": 31147, + "べ": 31148, + "ろ": 31149, + "\u001e": 31150, + "।": 31151, + "ေ": 31152, + "ᴏ": 31153, + "训": 31154, + "體": 31155, + "👌": 31156, + "內": 31157, + "က": 31158, + "企": 31159, + "약": 31160, + "찾": 31161, + "ོ": 31162, + "破": 31163, + "輸": 31164, + "림": 31165, + "塔": 31166, + "턴": 31167, + "杀": 31168, + "』": 31169, + "味": 31170, + "浮": 31171, + "┆": 31172, + "ġ": 31173, + "郡": 31174, + "┐": 31175, + "『": 31176, + "阶": 31177, + "雅": 31178, + "┈": 31179, + "园": 31180, + ".": 31181, + "吃": 31182, + "남": 31183, + " ": 31184, + "ར": 31185, + "帮": 31186, + "毛": 31187, + "耗": 31188, + "举": 31189, + "ర": 31190, + "拿": 31191, + "밀": 31192, + "ご": 31193, + "够": 31194, + "礼": 31195, + "ព": 31196, + "ね": 31197, + "‰": 31198, + "兰": 31199, + "❌": 31200, + "折": 31201, + "십": 31202, + "💎": 31203, + "業": 31204, + "诸": 31205, + "孙": 31206, + "བ": 31207, + "😳": 31208, + "種": 31209, + "Ï": 31210, + "ึ": 31211, + "⁣": 31212, + "医": 31213, + "拼": 31214, + "↵": 31215, + "⅓": 31216, + "\u001f": 31217, + "မ": 31218, + "叫": 31219, + "জ": 31220, + "予": 31221, + "寸": 31222, + "梅": 31223, + "醒": 31224, + "津": 31225, + "န": 31226, + "ి": 31227, + "厂": 31228, + "屋": 31229, + "ख": 31230, + "師": 31231, + "👀": 31232, + "ỏ": 31233, + "ヤ": 31234, + "ὰ": 31235, + "\u001d": 31236, + "◆": 31237, + "ដ": 31238, + "材": 31239, + "ホ": 31240, + "張": 31241, + "洞": 31242, + "餐": 31243, + "천": 31244, + "হ": 31245, + "達": 31246, + "們": 31247, + "斗": 31248, + "横": 31249, + "백": 31250, + "ំ": 31251, + "ۆ": 31252, + "말": 31253, + "গ": 31254, + "佳": 31255, + "랜": 31256, + "仁": 31257, + "陈": 31258, + "飞": 31259, + "极": 31260, + "": 31261, + "및": 31262, + "仓": 31263, + "⬛": 31264, + "昌": 31265, + "錢": 31266, + "殊": 31267, + "┴": 31268, + "○": 31269, + "길": 31270, + "泉": 31271, + "甲": 31272, + "활": 31273, + "ひ": 31274, + "শ": 31275, + "ን": 31276, + "Ť": 31277, + "ღ": 31278, + "皮": 31279, + "強": 31280, + "赛": 31281, + "ా": 31282, + "預": 31283, + "င": 31284, + "튼": 31285, + "플": 31286, + "ყ": 31287, + "⋆": 31288, + "ք": 31289, + "ા": 31290, + "尚": 31291, + "또": 31292, + "բ": 31293, + "┌": 31294, + "節": 31295, + "森": 31296, + "आ": 31297, + "办": 31298, + "園": 31299, + "牙": 31300, + "庆": 31301, + "隆": 31302, + "😔": 31303, + "叉": 31304, + "գ": 31305, + "피": 31306, + "ギ": 31307, + "啊": 31308, + "続": 31309, + "灵": 31310, + "ヒ": 31311, + "忽": 31312, + "ʌ": 31313, + "량": 31314, + "油": 31315, + "讯": 31316, + "ⵉ": 31317, + "릭": 31318, + "刚": 31319, + "氏": 31320, + "ိ": 31321, + "Ī": 31322, + "誤": 31323, + "齐": 31324, + "末": 31325, + "🙌": 31326, + "̞": 31327, + "圈": 31328, + "念": 31329, + "숫": 31330, + "毫": 31331, + "當": 31332, + "規": 31333, + "판": 31334, + "ు": 31335, + "旧": 31336, + "卖": 31337, + "ฉ": 31338, + "幸": 31339, + "署": 31340, + "근": 31341, + "ই": 31342, + "岛": 31343, + "դ": 31344, + "觉": 31345, + "害": 31346, + "毕": 31347, + "ฐ": 31348, + "威": 31349, + "育": 31350, + "呢": 31351, + "峰": 31352, + "职": 31353, + "陽": 31354, + "ි": 31355, + "亞": 31356, + "ұ": 31357, + "₃": 31358, + "따": 31359, + "施": 31360, + "泰": 31361, + "載": 31362, + "…": 31363, + "笑": 31364, + "華": 31365, + "迎": 31366, + "됩": 31367, + "豆": 31368, + "嘉": 31369, + "🤡": 31370, + "ĕ": 31371, + "庄": 31372, + "級": 31373, + "Ψ": 31374, + "ི": 31375, + "気": 31376, + "责": 31377, + "հ": 31378, + "អ": 31379, + "乱": 31380, + "休": 31381, + "約": 31382, + "ฆ": 31383, + "∑": 31384, + "察": 31385, + "온": 31386, + "😬": 31387, + "ড": 31388, + "乘": 31389, + "람": 31390, + "इ": 31391, + "Ά": 31392, + "ந": 31393, + "ើ": 31394, + "亲": 31395, + "េ": 31396, + "委": 31397, + "赤": 31398, + "됨": 31399, + "勝": 31400, + "怎": 31401, + "감": 31402, + "宋": 31403, + "調": 31404, + "짜": 31405, + "ী": 31406, + "难": 31407, + "못": 31408, + "티": 31409, + "備": 31410, + "塞": 31411, + "វ": 31412, + "险": 31413, + "旅": 31414, + "虚": 31415, + "↳": 31416, + "笔": 31417, + "馆": 31418, + "Қ": 31419, + "⚡": 31420, + "ೆ": 31421, + "※": 31422, + "唐": 31423, + "律": 31424, + "稍": 31425, + "散": 31426, + "ર": 31427, + "ヴ": 31428, + "副": 31429, + "尽": 31430, + "挂": 31431, + "県": 31432, + "⚠": 31433, + "洋": 31434, + "鬼": 31435, + "암": 31436, + "孩": 31437, + "℃": 31438, + "並": 31439, + "ց": 31440, + "ូ": 31441, + "ℓ": 31442, + "ⵏ": 31443, + "扣": 31444, + "铁": 31445, + "闻": 31446, + "ˆ": 31447, + "戳": 31448, + "む": 31449, + "秀": 31450, + "細": 31451, + "ပ": 31452, + "御": 31453, + "拖": 31454, + "좌": 31455, + "ؤ": 31456, + "绍": 31457, + "ỹ": 31458, + "참": 31459, + "향": 31460, + "Ď": 31461, + "끝": 31462, + "민": 31463, + "ძ": 31464, + "贵": 31465, + "纪": 31466, + "秋": 31467, + "ಕ": 31468, + "ӏ": 31469, + "網": 31470, + "铺": 31471, + "恋": 31472, + "fl": 31473, + "兼": 31474, + "羽": 31475, + "창": 31476, + "啟": 31477, + "弟": 31478, + "년": 31479, + "慢": 31480, + "효": 31481, + "許": 31482, + "硬": 31483, + "잘": 31484, + "템": 31485, + "્": 31486, + "න": 31487, + "術": 31488, + "ڈ": 31489, + "溪": 31490, + "": 31491, + "暴": 31492, + "混": 31493, + "夢": 31494, + "랑": 31495, + "আ": 31496, + "還": 31497, + "探": 31498, + "祖": 31499, + "织": 31500, + "軍": 31501, + "թ": 31502, + "務": 31503, + "艺": 31504, + "ད": 31505, + "ት": 31506, + "ṁ": 31507, + "應": 31508, + "擇": 31509, + "🥰": 31510, + "ķ": 31511, + "渡": 31512, + "葉": 31513, + "령": 31514, + "決": 31515, + "刀": 31516, + "從": 31517, + "變": 31518, + "올": 31519, + "💪": 31520, + "灣": 31521, + "ር": 31522, + "평": 31523, + "衣": 31524, + "😄": 31525, + "ി": 31526, + "ჩ": 31527, + "ὁ": 31528, + "ほ": 31529, + "Û": 31530, + "চ": 31531, + "ර": 31532, + "製": 31533, + "隊": 31534, + "₱": 31535, + "纳": 31536, + "赖": 31537, + "农": 31538, + "桥": 31539, + "ỳ": 31540, + "🏾": 31541, + "阻": 31542, + "ជ": 31543, + "秘": 31544, + "박": 31545, + "伤": 31546, + "稿": 31547, + "ం": 31548, + "拦": 31549, + "넣": 31550, + "💕": 31551, + "₁": 31552, + "宿": 31553, + "錄": 31554, + "镜": 31555, + "채": 31556, + "Ə": 31557, + "ང": 31558, + "⇔": 31559, + "☼": 31560, + "ུ": 31561, + "党": 31562, + "급": 31563, + "洲": 31564, + "ղ": 31565, + "說": 31566, + "ĭ": 31567, + "尝": 31568, + "담": 31569, + "फ": 31570, + "哥": 31571, + "圣": 31572, + "萨": 31573, + "😏": 31574, + "ʏ": 31575, + "ெ": 31576, + "丁": 31577, + "虎": 31578, + "권": 31579, + "善": 31580, + "岩": 31581, + "커": 31582, + "◦": 31583, + "抛": 31584, + "석": 31585, + "Έ": 31586, + "宣": 31587, + "拳": 31588, + "팅": 31589, + "枚": 31590, + "洛": 31591, + "証": 31592, + "陵": 31593, + "佐": 31594, + "館": 31595, + "누": 31596, + "돌": 31597, + "₄": 31598, + "稱": 31599, + "聊": 31600, + "車": 31601, + "루": 31602, + "״": 31603, + "ಠ": 31604, + "庫": 31605, + "མ": 31606, + "統": 31607, + "련": 31608, + "़": 31609, + "ṯ": 31610, + "ക": 31611, + "旗": 31612, + "励": 31613, + "紀": 31614, + "忠": 31615, + "າ": 31616, + "杨": 31617, + "丹": 31618, + "Ù": 31619, + "ฝ": 31620, + "却": 31621, + "舞": 31622, + "轉": 31623, + "တ": 31624, + "丽": 31625, + "借": 31626, + "ා": 31627, + "ょ": 31628, + "옵": 31629, + "편": 31630, + "蒙": 31631, + "衡": 31632, + "ʋ": 31633, + "叶": 31634, + "̇": 31635, + "⬜": 31636, + "🇺": 31637, + "Հ": 31638, + "谢": 31639, + "Ą": 31640, + "ே": 31641, + "ằ": 31642, + "既": 31643, + "济": 31644, + "≯": 31645, + "準": 31646, + "답": 31647, + "ಲ": 31648, + "残": 31649, + "虑": 31650, + "̆": 31651, + "┘": 31652, + "急": 31653, + "招": 31654, + "막": 31655, + "≮": 31656, + "產": 31657, + "Ṭ": 31658, + "😢": 31659, + "垂": 31660, + "親": 31661, + "ģ": 31662, + "־": 31663, + "猫": 31664, + "ʟ": 31665, + "☃": 31666, + "✪": 31667, + "刪": 31668, + "胡": 31669, + "☉": 31670, + "晚": 31671, + "군": 31672, + "승": 31673, + "న": 31674, + "ὴ": 31675, + "曾": 31676, + "論": 31677, + "ɯ": 31678, + "త": 31679, + "戰": 31680, + "鱼": 31681, + "ǧ": 31682, + "寶": 31683, + "특": 31684, + "💯": 31685, + "崎": 31686, + "甘": 31687, + "該": 31688, + "링": 31689, + "😡": 31690, + "उ": 31691, + "ែ": 31692, + "頁": 31693, + "큰": 31694, + "➤": 31695, + "총": 31696, + "💰": 31697, + "∂": 31698, + "毁": 31699, + "聖": 31700, + "麻": 31701, + "ʐ": 31702, + "敏": 31703, + "運": 31704, + "될": 31705, + "쓰": 31706, + "ಸ": 31707, + "စ": 31708, + "✦": 31709, + "젝": 31710, + "復": 31711, + "寻": 31712, + "茶": 31713, + "ਾ": 31714, + "竹": 31715, + "遇": 31716, + "順": 31717, + "며": 31718, + "累": 31719, + "ĝ": 31720, + "ˇ": 31721, + "覧": 31722, + "এ": 31723, + "株": 31724, + "취": 31725, + "ስ": 31726, + "争": 31727, + "势": 31728, + "宇": 31729, + "橋": 31730, + "Ӏ": 31731, + "堆": 31732, + "ⵙ": 31733, + "丶": 31734, + "棋": 31735, + "肉": 31736, + "የ": 31737, + "": 31738, + "❶": 31739, + "季": 31740, + "ል": 31741, + "殿": 31742, + "優": 31743, + "試": 31744, + "첫": 31745, + "Ό": 31746, + "戶": 31747, + "ண": 31748, + "羅": 31749, + "桃": 31750, + "립": 31751, + "浪": 31752, + "脑": 31753, + "😛": 31754, + "弃": 31755, + "炮": 31756, + "轻": 31757, + "울": 31758, + "": 31759, + "ヘ": 31760, + "奥": 31761, + "💜": 31762, + "忘": 31763, + "遠": 31764, + "飛": 31765, + "魏": 31766, + "Ē": 31767, + "汇": 31768, + "央": 31769, + "逆": 31770, + "露": 31771, + "須": 31772, + "ѐ": 31773, + "ḷ": 31774, + "ದ": 31775, + "✭": 31776, + "寄": 31777, + "盟": 31778, + "财": 31779, + "際": 31780, + "ἔ": 31781, + "ǫ": 31782, + "थ": 31783, + "ാ": 31784, + "宫": 31785, + "巨": 31786, + "途": 31787, + "ʹ": 31788, + "ಗ": 31789, + "帐": 31790, + "‪": 31791, + "拒": 31792, + "药": 31793, + "🙃": 31794, + "ŕ": 31795, + "亡": 31796, + "壁": 31797, + "ም": 31798, + "參": 31799, + "😩": 31800, + "շ": 31801, + "ವ": 31802, + "ណ": 31803, + "丰": 31804, + "獲": 31805, + "莉": 31806, + "좋": 31807, + "ရ": 31808, + "₦": 31809, + "겠": 31810, + "👉": 31811, + "吴": 31812, + "岡": 31813, + "诉": 31814, + "읽": 31815, + "🥺": 31816, + "爆": 31817, + "🇸": 31818, + "ভ": 31819, + "迭": 31820, + "엔": 31821, + "ἄ": 31822, + "捷": 31823, + "納": 31824, + "邀": 31825, + "ಯ": 31826, + "爾": 31827, + "船": 31828, + "赞": 31829, + "胜": 31830, + "므": 31831, + "သ": 31832, + "構": 31833, + "磁": 31834, + "冰": 31835, + "딩": 31836, + "ે": 31837, + "媒": 31838, + "繁": 31839, + "☠": 31840, + "❒": 31841, + "仪": 31842, + "렬": 31843, + "昭": 31844, + "珠": 31845, + "離": 31846, + "ན": 31847, + "ల": 31848, + "ತ": 31849, + "拷": 31850, + "粉": 31851, + "벤": 31852, + "⇽": 31853, + "乌": 31854, + "拥": 31855, + "ҳ": 31856, + "ය": 31857, + "ེ": 31858, + "仙": 31859, + "塊": 31860, + "幅": 31861, + "🎉": 31862, + "Մ": 31863, + "跨": 31864, + "ٔ": 31865, + "恩": 31866, + "损": 31867, + "养": 31868, + "奈": 31869, + "ǀ": 31870, + "严": 31871, + "卫": 31872, + "迟": 31873, + "様": 31874, + "裡": 31875, + "난": 31876, + "았": 31877, + "͜": 31878, + "Ζ": 31879, + "ਰ": 31880, + "պ": 31881, + "ং": 31882, + "丢": 31883, + "伝": 31884, + "컨": 31885, + "ව": 31886, + "ြ": 31887, + "冷": 31888, + "遗": 31889, + "銀": 31890, + "̌": 31891, + "ᴜ": 31892, + "瑞": 31893, + "ฌ": 31894, + "❍": 31895, + "ふ": 31896, + "聚": 31897, + "碎": 31898, + "衛": 31899, + "অ": 31900, + "ញ": 31901, + "퍼": 31902, + "Ս": 31903, + "ນ": 31904, + "ẓ": 31905, + "✌": 31906, + "孝": 31907, + "陳": 31908, + "히": 31909, + "ක": 31910, + "黒": 31911, + "💖": 31912, + "ḩ": 31913, + "応": 31914, + "饰": 31915, + "∪": 31916, + "宜": 31917, + "樂": 31918, + "則": 31919, + "勇": 31920, + "徐": 31921, + "ⵓ": 31922, + "權": 31923, + "鲁": 31924, + "‟": 31925, + "庭": 31926, + "苗": 31927, + "🔴": 31928, + "闲": 31929, + "독": 31930, + "ɹ": 31931, + "ҽ": 31932, + "ថ": 31933, + "宏": 31934, + "尊": 31935, + "總": 31936, + "裝": 31937, + "ම": 31938, + "▸": 31939, + "測": 31940, + "ಮ": 31941, + "አ": 31942, + "轩": 31943, + "兄": 31944, + "剑": 31945, + "ન": 31946, + "朱": 31947, + "ǝ": 31948, + "Ḩ": 31949, + "担": 31950, + "灰": 31951, + "讲": 31952, + "롤": 31953, + "︎": 31954, + "😤": 31955, + "ោ": 31956, + "애": 31957, + "였": 31958, + "질": 31959, + "振": 31960, + "灯": 31961, + "ĉ": 31962, + "ස": 31963, + "閉": 31964, + "램": 31965, + "ಂ": 31966, + "げ": 31967, + "̧": 31968, + "狂": 31969, + "融": 31970, + "仍": 31971, + "實": 31972, + "楽": 31973, + "範": 31974, + "ٌ": 31975, + "వ": 31976, + "嵌": 31977, + "摩": 31978, + "袁": 31979, + "ষ": 31980, + "乎": 31981, + "규": 31982, + "岗": 31983, + "糊": 31984, + "క": 31985, + "雲": 31986, + "심": 31987, + "ई": 31988, + "འ": 31989, + "ἡ": 31990, + "丝": 31991, + "Ħ": 31992, + "ٍ": 31993, + "ٓ": 31994, + "အ": 31995, + "執": 31996, + "벨": 31997, + "ゼ": 31998, + "梦": 31999 + }, + "merges": [ + [ + "▁", + "t" + ], + [ + "i", + "n" + ], + [ + "e", + "r" + ], + [ + "▁", + "a" + ], + [ + "h", + "e" + ], + [ + "o", + "n" + ], + [ + "r", + "e" + ], + [ + "▁", + "s" + ], + [ + "e", + "n" + ], + [ + "a", + "t" + ], + [ + "o", + "r" + ], + [ + "▁t", + "he" + ], + [ + "▁th", + "e" + ], + [ + "▁", + "the" + ], + [ + "e", + "s" + ], + [ + "▁", + "w" + ], + [ + "a", + "n" + ], + [ + "▁", + "c" + ], + [ + "i", + "s" + ], + [ + "i", + "t" + ], + [ + "o", + "u" + ], + [ + "▁", + "d" + ], + [ + "a", + "l" + ], + [ + "a", + "r" + ], + [ + "▁", + "p" + ], + [ + "▁", + "f" + ], + [ + "e", + "d" + ], + [ + "▁", + "b" + ], + [ + "in", + "g" + ], + [ + "i", + "ng" + ], + [ + "▁", + "o" + ], + [ + "▁", + "m" + ], + [ + "l", + "e" + ], + [ + "n", + "d" + ], + [ + "a", + "s" + ], + [ + "i", + "c" + ], + [ + "▁", + "h" + ], + [ + "io", + "n" + ], + [ + "i", + "on" + ], + [ + "▁i", + "n" + ], + [ + "▁", + "in" + ], + [ + "▁t", + "o" + ], + [ + "▁", + "to" + ], + [ + "e", + "t" + ], + [ + "o", + "m" + ], + [ + "e", + "l" + ], + [ + "▁o", + "f" + ], + [ + "▁", + "of" + ], + [ + "s", + "t" + ], + [ + "▁a", + "nd" + ], + [ + "▁an", + "d" + ], + [ + "▁", + "and" + ], + [ + "▁", + "l" + ], + [ + "▁t", + "h" + ], + [ + "▁", + "th" + ], + [ + "▁", + "n" + ], + [ + "en", + "t" + ], + [ + "e", + "nt" + ], + [ + "i", + "l" + ], + [ + "c", + "t" + ], + [ + "r", + "o" + ], + [ + "▁r", + "e" + ], + [ + "▁", + "re" + ], + [ + "i", + "d" + ], + [ + "a", + "m" + ], + [ + "▁", + "I" + ], + [ + "a", + "d" + ], + [ + "▁", + "e" + ], + [ + "▁", + "S" + ], + [ + "▁", + "g" + ], + [ + "▁", + "T" + ], + [ + "i", + "m" + ], + [ + "o", + "t" + ], + [ + "a", + "c" + ], + [ + "u", + "r" + ], + [ + "▁", + "(" + ], + [ + "i", + "g" + ], + [ + "▁", + "=" + ], + [ + "o", + "l" + ], + [ + "u", + "t" + ], + [ + "▁", + "A" + ], + [ + "s", + "e" + ], + [ + "▁", + "u" + ], + [ + "v", + "e" + ], + [ + "▁", + "C" + ], + [ + "i", + "f" + ], + [ + "o", + "w" + ], + [ + "▁", + "y" + ], + [ + "c", + "h" + ], + [ + "a", + "y" + ], + [ + "▁d", + "e" + ], + [ + "▁", + "de" + ], + [ + "▁s", + "t" + ], + [ + "▁", + "st" + ], + [ + "▁", + "|" + ], + [ + "ve", + "r" + ], + [ + "v", + "er" + ], + [ + ")", + ";" + ], + [ + "▁", + "\"" + ], + [ + "l", + "y" + ], + [ + "▁b", + "e" + ], + [ + "▁", + "be" + ], + [ + "*", + "*" + ], + [ + "▁i", + "s" + ], + [ + "▁", + "is" + ], + [ + "o", + "d" + ], + [ + "▁", + "M" + ], + [ + "at", + "ion" + ], + [ + "ati", + "on" + ], + [ + "atio", + "n" + ], + [ + "u", + "l" + ], + [ + "▁f", + "or" + ], + [ + "▁fo", + "r" + ], + [ + "▁", + "for" + ], + [ + "▁o", + "n" + ], + [ + "▁", + "on" + ], + [ + "a", + "g" + ], + [ + "c", + "e" + ], + [ + "te", + "r" + ], + [ + "t", + "er" + ], + [ + "i", + "r" + ], + [ + "t", + "h" + ], + [ + "▁", + "v" + ], + [ + "q", + "u" + ], + [ + "▁", + "B" + ], + [ + "e", + "m" + ], + [ + "▁", + "P" + ], + [ + "▁y", + "ou" + ], + [ + "▁yo", + "u" + ], + [ + "▁", + "you" + ], + [ + "▁t", + "hat" + ], + [ + "▁th", + "at" + ], + [ + "▁", + "that" + ], + [ + "u", + "n" + ], + [ + "▁", + "{" + ], + [ + "it", + "h" + ], + [ + "i", + "th" + ], + [ + "r", + "i" + ], + [ + "es", + "t" + ], + [ + "e", + "st" + ], + [ + "a", + "b" + ], + [ + "-", + "-" + ], + [ + "a", + "p" + ], + [ + "▁i", + "t" + ], + [ + "▁", + "it" + ], + [ + "▁c", + "on" + ], + [ + "▁co", + "n" + ], + [ + "▁", + "con" + ], + [ + "at", + "e" + ], + [ + "a", + "te" + ], + [ + "u", + "s" + ], + [ + "▁", + "H" + ], + [ + "u", + "m" + ], + [ + "▁", + "D" + ], + [ + "o", + "s" + ], + [ + "p", + "e" + ], + [ + "▁", + "-" + ], + [ + "▁w", + "h" + ], + [ + "▁", + "wh" + ], + [ + "▁a", + "l" + ], + [ + "▁", + "al" + ], + [ + "▁a", + "s" + ], + [ + "▁", + "as" + ], + [ + "an", + "d" + ], + [ + "a", + "nd" + ], + [ + "is", + "t" + ], + [ + "i", + "st" + ], + [ + "▁", + "L" + ], + [ + "▁", + "W" + ], + [ + "▁w", + "ith" + ], + [ + "▁", + "with" + ], + [ + "▁a", + "n" + ], + [ + "▁", + "an" + ], + [ + "er", + "e" + ], + [ + "e", + "re" + ], + [ + "▁", + "*" + ], + [ + "▁", + "R" + ], + [ + "▁h", + "e" + ], + [ + "▁", + "he" + ], + [ + "▁", + "F" + ], + [ + "o", + "c" + ], + [ + "▁w", + "as" + ], + [ + "▁wa", + "s" + ], + [ + "▁", + "was" + ], + [ + "er", + "s" + ], + [ + "e", + "rs" + ], + [ + "k", + "e" + ], + [ + "ou", + "t" + ], + [ + "o", + "ut" + ], + [ + "h", + "t" + ], + [ + "▁", + "r" + ], + [ + "es", + "s" + ], + [ + "e", + "ss" + ], + [ + "o", + "p" + ], + [ + "re", + "s" + ], + [ + "r", + "es" + ], + [ + "i", + "e" + ], + [ + "▁", + "E" + ], + [ + "▁", + "\\" + ], + [ + "▁T", + "he" + ], + [ + "▁Th", + "e" + ], + [ + "▁", + "The" + ], + [ + "en", + "d" + ], + [ + "e", + "nd" + ], + [ + "l", + "d" + ], + [ + "▁", + "N" + ], + [ + "or", + "t" + ], + [ + "o", + "rt" + ], + [ + "▁", + "G" + ], + [ + "/", + "/" + ], + [ + "▁", + "#" + ], + [ + "ou", + "r" + ], + [ + "o", + "ur" + ], + [ + "t", + "e" + ], + [ + "il", + "l" + ], + [ + "i", + "ll" + ], + [ + "ai", + "n" + ], + [ + "a", + "in" + ], + [ + "▁s", + "e" + ], + [ + "▁", + "se" + ], + [ + "▁", + "$" + ], + [ + "▁p", + "ro" + ], + [ + "▁pr", + "o" + ], + [ + "▁", + "pro" + ], + [ + "or", + "e" + ], + [ + "o", + "re" + ], + [ + "▁c", + "om" + ], + [ + "▁co", + "m" + ], + [ + "▁", + "com" + ], + [ + "am", + "e" + ], + [ + "a", + "me" + ], + [ + "t", + "r" + ], + [ + "▁n", + "e" + ], + [ + "▁", + "ne" + ], + [ + "ro", + "m" + ], + [ + "r", + "om" + ], + [ + "u", + "b" + ], + [ + "▁a", + "t" + ], + [ + "▁", + "at" + ], + [ + "▁e", + "x" + ], + [ + "▁", + "ex" + ], + [ + "an", + "t" + ], + [ + "a", + "nt" + ], + [ + "u", + "e" + ], + [ + "▁o", + "r" + ], + [ + "▁", + "or" + ], + [ + "▁", + "}" + ], + [ + "ar", + "t" + ], + [ + "a", + "rt" + ], + [ + "ct", + "ion" + ], + [ + "▁", + "k" + ], + [ + "p", + "t" + ], + [ + "n", + "t" + ], + [ + "i", + "v" + ], + [ + "d", + "e" + ], + [ + "▁", + "O" + ], + [ + "p", + "l" + ], + [ + "ur", + "n" + ], + [ + "u", + "rn" + ], + [ + "ig", + "ht" + ], + [ + "igh", + "t" + ], + [ + "i", + "ght" + ], + [ + "al", + "l" + ], + [ + "a", + "ll" + ], + [ + "▁t", + "his" + ], + [ + "▁th", + "is" + ], + [ + "▁", + "this" + ], + [ + "se", + "r" + ], + [ + "s", + "er" + ], + [ + "av", + "e" + ], + [ + "a", + "ve" + ], + [ + "▁n", + "ot" + ], + [ + "▁no", + "t" + ], + [ + "▁", + "not" + ], + [ + "▁a", + "re" + ], + [ + "▁ar", + "e" + ], + [ + "▁", + "are" + ], + [ + "▁", + "j" + ], + [ + "▁l", + "e" + ], + [ + "▁", + "le" + ], + [ + "i", + "z" + ], + [ + "▁", + "'" + ], + [ + "ag", + "e" + ], + [ + "a", + "ge" + ], + [ + "me", + "nt" + ], + [ + "men", + "t" + ], + [ + "m", + "ent" + ], + [ + "▁t", + "r" + ], + [ + "▁", + "tr" + ], + [ + "ac", + "k" + ], + [ + "a", + "ck" + ], + [ + "us", + "t" + ], + [ + "u", + "st" + ], + [ + "(", + ")" + ], + [ + "-", + ">" + ], + [ + "it", + "y" + ], + [ + "i", + "ty" + ], + [ + "in", + "e" + ], + [ + "i", + "ne" + ], + [ + "ou", + "ld" + ], + [ + "oul", + "d" + ], + [ + "o", + "uld" + ], + [ + "▁", + "J" + ], + [ + "o", + "g" + ], + [ + "▁f", + "rom" + ], + [ + "▁fr", + "om" + ], + [ + "▁fro", + "m" + ], + [ + "▁", + "from" + ], + [ + "▁w", + "e" + ], + [ + "▁", + "we" + ], + [ + "el", + "l" + ], + [ + "e", + "ll" + ], + [ + "▁s", + "h" + ], + [ + "▁", + "sh" + ], + [ + "▁e", + "n" + ], + [ + "▁", + "en" + ], + [ + "ur", + "e" + ], + [ + "u", + "re" + ], + [ + "por", + "t" + ], + [ + "po", + "rt" + ], + [ + "p", + "ort" + ], + [ + "▁c", + "h" + ], + [ + "▁", + "ch" + ], + [ + "n", + "e" + ], + [ + "▁b", + "y" + ], + [ + "▁", + "by" + ], + [ + "pe", + "r" + ], + [ + "p", + "er" + ], + [ + "ar", + "d" + ], + [ + "a", + "rd" + ], + [ + "as", + "s" + ], + [ + "a", + "ss" + ], + [ + "g", + "e" + ], + [ + "a", + "k" + ], + [ + "ar", + "e" + ], + [ + "a", + "re" + ], + [ + "o", + "k" + ], + [ + "a", + "v" + ], + [ + "iv", + "e" + ], + [ + "i", + "ve" + ], + [ + "f", + "f" + ], + [ + "ie", + "s" + ], + [ + "i", + "es" + ], + [ + "at", + "h" + ], + [ + "a", + "th" + ], + [ + "tu", + "rn" + ], + [ + "t", + "urn" + ], + [ + "▁", + "U" + ], + [ + "in", + "t" + ], + [ + "i", + "nt" + ], + [ + "--", + "--" + ], + [ + "---", + "-" + ], + [ + "-", + "---" + ], + [ + "▁i", + "m" + ], + [ + "▁", + "im" + ], + [ + "os", + "t" + ], + [ + "o", + "st" + ], + [ + "ia", + "l" + ], + [ + "i", + "al" + ], + [ + "▁h", + "ave" + ], + [ + "▁ha", + "ve" + ], + [ + "▁hav", + "e" + ], + [ + "▁", + "have" + ], + [ + "in", + "d" + ], + [ + "i", + "nd" + ], + [ + "i", + "p" + ], + [ + "an", + "s" + ], + [ + "a", + "ns" + ], + [ + "x", + "t" + ], + [ + "▁d", + "o" + ], + [ + "▁", + "do" + ], + [ + "c", + "l" + ], + [ + "▁i", + "f" + ], + [ + "▁", + "if" + ], + [ + "co", + "n" + ], + [ + "c", + "on" + ], + [ + "i", + "a" + ], + [ + "▁h", + "is" + ], + [ + "▁hi", + "s" + ], + [ + "▁", + "his" + ], + [ + "ul", + "t" + ], + [ + "u", + "lt" + ], + [ + "ro", + "u" + ], + [ + "r", + "ou" + ], + [ + "▁s", + "u" + ], + [ + "▁", + "su" + ], + [ + "r", + "a" + ], + [ + "▁u", + "n" + ], + [ + "▁", + "un" + ], + [ + "ab", + "le" + ], + [ + "abl", + "e" + ], + [ + "a", + "ble" + ], + [ + "▁", + "<" + ], + [ + "▁", + "K" + ], + [ + "om", + "e" + ], + [ + "o", + "me" + ], + [ + "▁q", + "u" + ], + [ + "▁", + "qu" + ], + [ + "ge", + "t" + ], + [ + "g", + "et" + ], + [ + "▁m", + "e" + ], + [ + "▁", + "me" + ], + [ + "as", + "t" + ], + [ + "a", + "st" + ], + [ + "ec", + "t" + ], + [ + "e", + "ct" + ], + [ + "▁#", + "#" + ], + [ + "▁", + "##" + ], + [ + "t", + "o" + ], + [ + "▁c", + "l" + ], + [ + "▁", + "cl" + ], + [ + "▁a", + "b" + ], + [ + "▁", + "ab" + ], + [ + "ic", + "e" + ], + [ + "i", + "ce" + ], + [ + "ir", + "e" + ], + [ + "i", + "re" + ], + [ + "be", + "r" + ], + [ + "b", + "er" + ], + [ + "on", + "e" + ], + [ + "o", + "ne" + ], + [ + "ic", + "h" + ], + [ + "i", + "ch" + ], + [ + "he", + "n" + ], + [ + "h", + "en" + ], + [ + "▁c", + "an" + ], + [ + "▁ca", + "n" + ], + [ + "▁", + "can" + ], + [ + "▁T", + "h" + ], + [ + "▁", + "Th" + ], + [ + "▁l", + "a" + ], + [ + "▁", + "la" + ], + [ + "▁a", + "ll" + ], + [ + "▁al", + "l" + ], + [ + "▁", + "all" + ], + [ + "im", + "e" + ], + [ + "i", + "me" + ], + [ + "il", + "e" + ], + [ + "i", + "le" + ], + [ + "id", + "e" + ], + [ + "i", + "de" + ], + [ + "\"", + "," + ], + [ + "▁p", + "l" + ], + [ + "▁", + "pl" + ], + [ + "▁", + "V" + ], + [ + "r", + "u" + ], + [ + "or", + "m" + ], + [ + "o", + "rm" + ], + [ + "▁h", + "ad" + ], + [ + "▁ha", + "d" + ], + [ + "▁", + "had" + ], + [ + "u", + "d" + ], + [ + "as", + "e" + ], + [ + "a", + "se" + ], + [ + "or", + "d" + ], + [ + "o", + "rd" + ], + [ + ")", + "," + ], + [ + "▁h", + "er" + ], + [ + "▁he", + "r" + ], + [ + "▁", + "her" + ], + [ + "▁I", + "n" + ], + [ + "▁", + "In" + ], + [ + "ac", + "e" + ], + [ + "a", + "ce" + ], + [ + "▁b", + "ut" + ], + [ + "▁bu", + "t" + ], + [ + "▁", + "but" + ], + [ + "at", + "a" + ], + [ + "a", + "ta" + ], + [ + ":", + ":" + ], + [ + "**", + "**" + ], + [ + "***", + "*" + ], + [ + "*", + "***" + ], + [ + "on", + "g" + ], + [ + "o", + "ng" + ], + [ + "▁", + "&" + ], + [ + ".", + "." + ], + [ + "it", + "e" + ], + [ + "i", + "te" + ], + [ + "yp", + "e" + ], + [ + "y", + "pe" + ], + [ + "ac", + "t" + ], + [ + "a", + "ct" + ], + [ + "od", + "e" + ], + [ + "o", + "de" + ], + [ + "▁y", + "our" + ], + [ + "▁you", + "r" + ], + [ + "▁yo", + "ur" + ], + [ + "▁", + "your" + ], + [ + "▁o", + "ut" + ], + [ + "▁ou", + "t" + ], + [ + "▁", + "out" + ], + [ + "▁g", + "o" + ], + [ + "▁", + "go" + ], + [ + "li", + "c" + ], + [ + "l", + "ic" + ], + [ + "al", + "ly" + ], + [ + "all", + "y" + ], + [ + "▁s", + "o" + ], + [ + "▁", + "so" + ], + [ + "or", + "k" + ], + [ + "a", + "u" + ], + [ + "▁u", + "p" + ], + [ + "▁", + "up" + ], + [ + "▁", + "_" + ], + [ + "l", + "l" + ], + [ + "=", + "=" + ], + [ + "▁m", + "y" + ], + [ + "▁", + "my" + ], + [ + "p", + "p" + ], + [ + "c", + "c" + ], + [ + "▁/", + "/" + ], + [ + "▁", + "//" + ], + [ + "▁the", + "y" + ], + [ + "▁th", + "ey" + ], + [ + "▁", + "they" + ], + [ + "g", + "h" + ], + [ + "▁u", + "s" + ], + [ + "▁", + "us" + ], + [ + "i", + "b" + ], + [ + "ion", + "s" + ], + [ + "io", + "ns" + ], + [ + "i", + "ons" + ], + [ + "ac", + "h" + ], + [ + "a", + "ch" + ], + [ + "en", + "s" + ], + [ + "e", + "ns" + ], + [ + "▁a", + "r" + ], + [ + "▁", + "ar" + ], + [ + "o", + "b" + ], + [ + "el", + "f" + ], + [ + "oo", + "k" + ], + [ + "o", + "ok" + ], + [ + "at", + "ed" + ], + [ + "ate", + "d" + ], + [ + "a", + "ted" + ], + [ + "an", + "g" + ], + [ + "a", + "ng" + ], + [ + "ig", + "n" + ], + [ + "i", + "gn" + ], + [ + "▁re", + "turn" + ], + [ + "▁r", + "eturn" + ], + [ + "▁ret", + "urn" + ], + [ + "▁", + "return" + ], + [ + "▁re", + "s" + ], + [ + "▁r", + "es" + ], + [ + "▁", + "res" + ], + [ + "c", + "k" + ], + [ + "ou", + "s" + ], + [ + "o", + "us" + ], + [ + "с", + "т" + ], + [ + ")", + "." + ], + [ + "▁", + "п" + ], + [ + ".", + "\"" + ], + [ + "н", + "а" + ], + [ + "▁", + "i" + ], + [ + "ai", + "l" + ], + [ + "a", + "il" + ], + [ + "e", + "p" + ], + [ + "▁a", + "d" + ], + [ + "▁", + "ad" + ], + [ + "an", + "ce" + ], + [ + "anc", + "e" + ], + [ + "(", + "\"" + ], + [ + "▁*", + "*" + ], + [ + "▁", + "**" + ], + [ + "th", + "er" + ], + [ + "the", + "r" + ], + [ + "t", + "her" + ], + [ + "ak", + "e" + ], + [ + "a", + "ke" + ], + [ + "▁w", + "ill" + ], + [ + "▁", + "will" + ], + [ + "▁c", + "omp" + ], + [ + "▁com", + "p" + ], + [ + "▁co", + "mp" + ], + [ + "▁", + "comp" + ], + [ + "▁o", + "ne" + ], + [ + "▁on", + "e" + ], + [ + "▁", + "one" + ], + [ + "▁g", + "et" + ], + [ + "▁ge", + "t" + ], + [ + "▁", + "get" + ], + [ + "o", + "v" + ], + [ + "▁", + "Y" + ], + [ + "ar", + "y" + ], + [ + "a", + "ry" + ], + [ + "oc", + "k" + ], + [ + "o", + "ck" + ], + [ + "▁s", + "he" + ], + [ + "▁sh", + "e" + ], + [ + "▁", + "she" + ], + [ + "ch", + "e" + ], + [ + "c", + "he" + ], + [ + "f", + "t" + ], + [ + "▁n", + "ew" + ], + [ + "▁ne", + "w" + ], + [ + "▁", + "new" + ], + [ + "▁d", + "es" + ], + [ + "▁de", + "s" + ], + [ + "▁", + "des" + ], + [ + "▁l", + "i" + ], + [ + "▁", + "li" + ], + [ + "en", + "ce" + ], + [ + "enc", + "e" + ], + [ + "▁s", + "a" + ], + [ + "▁", + "sa" + ], + [ + "re", + "ss" + ], + [ + "res", + "s" + ], + [ + "r", + "ess" + ], + [ + "▁e", + "l" + ], + [ + "▁", + "el" + ], + [ + "▁u", + "nd" + ], + [ + "▁un", + "d" + ], + [ + "▁", + "und" + ], + [ + "e", + "g" + ], + [ + "fe", + "r" + ], + [ + "f", + "er" + ], + [ + "r", + "y" + ], + [ + "ea", + "r" + ], + [ + "e", + "ar" + ], + [ + "os", + "e" + ], + [ + "o", + "se" + ], + [ + "ve", + "ry" + ], + [ + "ver", + "y" + ], + [ + "v", + "ery" + ], + [ + "'", + "," + ], + [ + "▁", + "+" + ], + [ + "▁", + "в" + ], + [ + "▁H", + "e" + ], + [ + "▁", + "He" + ], + [ + "ub", + "lic" + ], + [ + "ubl", + "ic" + ], + [ + "u", + "blic" + ], + [ + "▁the", + "ir" + ], + [ + "iz", + "e" + ], + [ + "i", + "ze" + ], + [ + "▁w", + "ere" + ], + [ + "▁we", + "re" + ], + [ + "▁wer", + "e" + ], + [ + "▁", + "were" + ], + [ + "in", + "k" + ], + [ + "ow", + "n" + ], + [ + "o", + "wn" + ], + [ + "I", + "n" + ], + [ + "{", + "\\" + ], + [ + "▁h", + "as" + ], + [ + "▁ha", + "s" + ], + [ + "▁", + "has" + ], + [ + "▁p", + "er" + ], + [ + "▁pe", + "r" + ], + [ + "▁", + "per" + ], + [ + "▁I", + "t" + ], + [ + "▁", + "It" + ], + [ + "▁S", + "t" + ], + [ + "▁", + "St" + ], + [ + "he", + "r" + ], + [ + "h", + "er" + ], + [ + "je", + "ct" + ], + [ + "j", + "ect" + ], + [ + "р", + "а" + ], + [ + "il", + "d" + ], + [ + "i", + "ld" + ], + [ + "s", + "o" + ], + [ + "▁s", + "p" + ], + [ + "▁", + "sp" + ], + [ + "н", + "и" + ], + [ + "d", + "u" + ], + [ + "ro", + "w" + ], + [ + "r", + "ow" + ], + [ + "al", + "ue" + ], + [ + "alu", + "e" + ], + [ + "se", + "t" + ], + [ + "s", + "et" + ], + [ + "fo", + "rm" + ], + [ + "for", + "m" + ], + [ + "f", + "orm" + ], + [ + "co", + "m" + ], + [ + "c", + "om" + ], + [ + "▁m", + "an" + ], + [ + "▁ma", + "n" + ], + [ + "▁", + "man" + ], + [ + "on", + "t" + ], + [ + "o", + "nt" + ], + [ + "ul", + "l" + ], + [ + "u", + "ll" + ], + [ + "▁c", + "ont" + ], + [ + "▁con", + "t" + ], + [ + "▁co", + "nt" + ], + [ + "▁", + "cont" + ], + [ + "▁m", + "ore" + ], + [ + "▁mor", + "e" + ], + [ + "▁mo", + "re" + ], + [ + "▁", + "more" + ], + [ + "ic", + "k" + ], + [ + "i", + "ck" + ], + [ + "▁w", + "ould" + ], + [ + "▁wo", + "uld" + ], + [ + "▁e", + "v" + ], + [ + "▁", + "ev" + ], + [ + "▁ab", + "out" + ], + [ + "▁", + "about" + ], + [ + "it", + "ion" + ], + [ + "iti", + "on" + ], + [ + "▁", + "z" + ], + [ + "ou", + "nd" + ], + [ + "oun", + "d" + ], + [ + "o", + "und" + ], + [ + "re", + "e" + ], + [ + "r", + "ee" + ], + [ + "▁C", + "h" + ], + [ + "▁", + "Ch" + ], + [ + "▁wh", + "ich" + ], + [ + "▁", + "which" + ], + [ + "i", + "o" + ], + [ + "()", + ";" + ], + [ + "(", + ");" + ], + [ + "▁w", + "ho" + ], + [ + "▁wh", + "o" + ], + [ + "▁", + "who" + ], + [ + "er", + "r" + ], + [ + "e", + "rr" + ], + [ + "or", + "y" + ], + [ + "o", + "ry" + ], + [ + "ou", + "nt" + ], + [ + "oun", + "t" + ], + [ + "o", + "unt" + ], + [ + "at", + "ions" + ], + [ + "ation", + "s" + ], + [ + "ati", + "ons" + ], + [ + "atio", + "ns" + ], + [ + "▁", + "с" + ], + [ + "ri", + "ng" + ], + [ + "rin", + "g" + ], + [ + "r", + "ing" + ], + [ + "<", + "/" + ], + [ + "▁f", + "e" + ], + [ + "▁", + "fe" + ], + [ + "к", + "о" + ], + [ + "н", + "о" + ], + [ + "▁d", + "is" + ], + [ + "▁di", + "s" + ], + [ + "▁", + "dis" + ], + [ + "m", + "a" + ], + [ + "▁t", + "hem" + ], + [ + "▁the", + "m" + ], + [ + "▁th", + "em" + ], + [ + "▁a", + "ny" + ], + [ + "▁an", + "y" + ], + [ + "▁", + "any" + ], + [ + "▁n", + "o" + ], + [ + "▁", + "no" + ], + [ + "--", + "------" + ], + [ + "----", + "----" + ], + [ + "---", + "-----" + ], + [ + "-----", + "---" + ], + [ + "------", + "--" + ], + [ + "-------", + "-" + ], + [ + "-", + "-------" + ], + [ + "▁p", + "re" + ], + [ + "▁pr", + "e" + ], + [ + "▁", + "pre" + ], + [ + "▁t", + "e" + ], + [ + "▁", + "te" + ], + [ + "▁r", + "o" + ], + [ + "▁", + "ro" + ], + [ + "▁h", + "im" + ], + [ + "▁hi", + "m" + ], + [ + "▁", + "him" + ], + [ + "▁", + ":" + ], + [ + "u", + "p" + ], + [ + "▁in", + "t" + ], + [ + "▁i", + "nt" + ], + [ + "▁", + "int" + ], + [ + "▁a", + "g" + ], + [ + "▁", + "ag" + ], + [ + "S", + "t" + ], + [ + "ar", + "k" + ], + [ + "e", + "x" + ], + [ + "p", + "h" + ], + [ + "ie", + "nt" + ], + [ + "ien", + "t" + ], + [ + "i", + "ent" + ], + [ + "el", + "y" + ], + [ + "e", + "ly" + ], + [ + "▁p", + "r" + ], + [ + "▁", + "pr" + ], + [ + "E", + "R" + ], + [ + "▁im", + "port" + ], + [ + "▁imp", + "ort" + ], + [ + "▁", + "import" + ], + [ + "▁t", + "ime" + ], + [ + "▁tim", + "e" + ], + [ + "▁ti", + "me" + ], + [ + "▁", + "time" + ], + [ + "р", + "о" + ], + [ + "pr", + "o" + ], + [ + "p", + "ro" + ], + [ + "Us", + "er" + ], + [ + "Use", + "r" + ], + [ + "U", + "ser" + ], + [ + "l", + "o" + ], + [ + "▁", + "/" + ], + [ + "▁", + "[" + ], + [ + "or", + "s" + ], + [ + "o", + "rs" + ], + [ + "=", + "\"" + ], + [ + "▁t", + "here" + ], + [ + "▁the", + "re" + ], + [ + "▁th", + "ere" + ], + [ + "▁ther", + "e" + ], + [ + "▁", + "there" + ], + [ + "▁l", + "ike" + ], + [ + "▁li", + "ke" + ], + [ + "▁lik", + "e" + ], + [ + "▁", + "like" + ], + [ + "ol", + "d" + ], + [ + "o", + "ld" + ], + [ + "▁w", + "hen" + ], + [ + "▁wh", + "en" + ], + [ + "▁whe", + "n" + ], + [ + "▁", + "when" + ], + [ + "ve", + "rs" + ], + [ + "ver", + "s" + ], + [ + "v", + "ers" + ], + [ + "▁s", + "ome" + ], + [ + "▁so", + "me" + ], + [ + "▁som", + "e" + ], + [ + "▁", + "some" + ], + [ + "in", + "gs" + ], + [ + "ing", + "s" + ], + [ + ")", + ")" + ], + [ + "▁p", + "art" + ], + [ + "▁par", + "t" + ], + [ + "▁pa", + "rt" + ], + [ + "▁", + "part" + ], + [ + "ic", + "al" + ], + [ + "ica", + "l" + ], + [ + "i", + "cal" + ], + [ + "▁f", + "un" + ], + [ + "▁fu", + "n" + ], + [ + "▁", + "fun" + ], + [ + "▁k", + "n" + ], + [ + "▁", + "kn" + ], + [ + "ay", + "s" + ], + [ + "a", + "ys" + ], + [ + "ie", + "r" + ], + [ + "i", + "er" + ], + [ + "▁b", + "een" + ], + [ + "▁be", + "en" + ], + [ + "ov", + "e" + ], + [ + "o", + "ve" + ], + [ + "▁s", + "c" + ], + [ + "▁", + "sc" + ], + [ + "ia", + "n" + ], + [ + "i", + "an" + ], + [ + "▁o", + "ver" + ], + [ + "▁ov", + "er" + ], + [ + "▁", + "over" + ], + [ + "ie", + "l" + ], + [ + "i", + "el" + ], + [ + "▁p", + "e" + ], + [ + "▁", + "pe" + ], + [ + "ri", + "b" + ], + [ + "r", + "ib" + ], + [ + "pu", + "t" + ], + [ + "p", + "ut" + ], + [ + "e", + "c" + ], + [ + "et", + "h" + ], + [ + "e", + "th" + ], + [ + "ar", + "am" + ], + [ + "ara", + "m" + ], + [ + "a", + "ram" + ], + [ + "ap", + "p" + ], + [ + "a", + "pp" + ], + [ + "▁", + "–" + ], + [ + "▁s", + "tat" + ], + [ + "▁st", + "at" + ], + [ + "▁sta", + "t" + ], + [ + "▁", + "stat" + ], + [ + "po", + "n" + ], + [ + "p", + "on" + ], + [ + "▁w", + "hat" + ], + [ + "▁wh", + "at" + ], + [ + "▁", + "what" + ], + [ + "pt", + "ion" + ], + [ + "w", + "e" + ], + [ + "ad", + "e" + ], + [ + "a", + "de" + ], + [ + "▁w", + "ork" + ], + [ + "▁wor", + "k" + ], + [ + "▁", + "work" + ], + [ + "te", + "xt" + ], + [ + "tex", + "t" + ], + [ + "t", + "ext" + ], + [ + "▁s", + "aid" + ], + [ + "▁sa", + "id" + ], + [ + "▁#", + "##" + ], + [ + "▁##", + "#" + ], + [ + "▁", + "###" + ], + [ + "I", + "N" + ], + [ + "▁j", + "ust" + ], + [ + "▁ju", + "st" + ], + [ + "▁", + "just" + ], + [ + "ir", + "st" + ], + [ + "irs", + "t" + ], + [ + "▁in", + "to" + ], + [ + "▁int", + "o" + ], + [ + "▁", + "into" + ], + [ + "▁con", + "st" + ], + [ + "▁cons", + "t" + ], + [ + "▁", + "const" + ], + [ + "our", + "ce" + ], + [ + "t", + "t" + ], + [ + "p", + "s" + ], + [ + "p", + "r" + ], + [ + "er", + "v" + ], + [ + "e", + "rv" + ], + [ + "it", + "t" + ], + [ + "i", + "tt" + ], + [ + "u", + "g" + ], + [ + "_", + "{" + ], + [ + "en", + "ts" + ], + [ + "ent", + "s" + ], + [ + "is", + "h" + ], + [ + "i", + "sh" + ], + [ + "en", + "er" + ], + [ + "ene", + "r" + ], + [ + "e", + "ner" + ], + [ + "▁in", + "ter" + ], + [ + "▁int", + "er" + ], + [ + "▁inte", + "r" + ], + [ + "▁", + "inter" + ], + [ + "pl", + "e" + ], + [ + "p", + "le" + ], + [ + "ol", + "l" + ], + [ + "o", + "ll" + ], + [ + "me", + "r" + ], + [ + "m", + "er" + ], + [ + "at", + "er" + ], + [ + "ate", + "r" + ], + [ + "a", + "ter" + ], + [ + "oo", + "l" + ], + [ + "o", + "ol" + ], + [ + "e", + "f" + ], + [ + "▁p", + "ublic" + ], + [ + "▁pub", + "lic" + ], + [ + "▁pu", + "blic" + ], + [ + "▁publi", + "c" + ], + [ + "▁", + "public" + ], + [ + "▁o", + "ther" + ], + [ + "▁ot", + "her" + ], + [ + "▁", + "other" + ], + [ + "р", + "е" + ], + [ + "▁d", + "ef" + ], + [ + "▁de", + "f" + ], + [ + "▁", + "def" + ], + [ + "▁", + "@" + ], + [ + "г", + "о" + ], + [ + "oin", + "t" + ], + [ + "oi", + "nt" + ], + [ + "o", + "int" + ], + [ + "▁o", + "ff" + ], + [ + "▁of", + "f" + ], + [ + "▁", + "off" + ], + [ + "oi", + "d" + ], + [ + "o", + "id" + ], + [ + "re", + "turn" + ], + [ + "ret", + "urn" + ], + [ + "r", + "eturn" + ], + [ + "▁s", + "et" + ], + [ + "▁se", + "t" + ], + [ + "▁", + "set" + ], + [ + "w", + "o" + ], + [ + "ft", + "er" + ], + [ + "fte", + "r" + ], + [ + "f", + "ter" + ], + [ + "s", + "h" + ], + [ + "**", + "******" + ], + [ + "****", + "****" + ], + [ + "******", + "**" + ], + [ + "▁o", + "ur" + ], + [ + "▁ou", + "r" + ], + [ + "▁", + "our" + ], + [ + "ri", + "v" + ], + [ + "r", + "iv" + ], + [ + "is", + "s" + ], + [ + "i", + "ss" + ], + [ + "▁W", + "e" + ], + [ + "▁", + "We" + ], + [ + "n", + "g" + ], + [ + "▁o", + "b" + ], + [ + "▁", + "ob" + ], + [ + "s", + "s" + ], + [ + "g", + "r" + ], + [ + "▁t", + "han" + ], + [ + "▁th", + "an" + ], + [ + "▁", + "than" + ], + [ + "pe", + "ct" + ], + [ + "pec", + "t" + ], + [ + "p", + "ect" + ], + [ + "ie", + "d" + ], + [ + "i", + "ed" + ], + [ + "s", + "c" + ], + [ + "ie", + "w" + ], + [ + "i", + "ew" + ], + [ + "de", + "r" + ], + [ + "d", + "er" + ], + [ + "ys", + "t" + ], + [ + "y", + "st" + ], + [ + "e", + "v" + ], + [ + "▁c", + "ould" + ], + [ + "▁co", + "uld" + ], + [ + "▁cou", + "ld" + ], + [ + "▁", + "could" + ], + [ + "an", + "n" + ], + [ + "a", + "nn" + ], + [ + "en", + "c" + ], + [ + "e", + "nc" + ], + [ + "O", + "N" + ], + [ + "i", + "x" + ], + [ + "an", + "c" + ], + [ + "a", + "nc" + ], + [ + "▁al", + "so" + ], + [ + "▁als", + "o" + ], + [ + "▁", + "also" + ], + [ + "re", + "at" + ], + [ + "rea", + "t" + ], + [ + "▁a", + "m" + ], + [ + "▁", + "am" + ], + [ + "▁b", + "ec" + ], + [ + "▁be", + "c" + ], + [ + "▁", + "bec" + ], + [ + "▁", + "и" + ], + [ + "ua", + "l" + ], + [ + "u", + "al" + ], + [ + "pe", + "c" + ], + [ + "p", + "ec" + ], + [ + "▁", + "." + ], + [ + "▁b", + "l" + ], + [ + "▁", + "bl" + ], + [ + "le", + "ct" + ], + [ + "l", + "ect" + ], + [ + "op", + "le" + ], + [ + "opl", + "e" + ], + [ + "o", + "ple" + ], + [ + "y", + "s" + ], + [ + "▁g", + "r" + ], + [ + "▁", + "gr" + ], + [ + "ic", + "t" + ], + [ + "i", + "ct" + ], + [ + "i", + "k" + ], + [ + "tr", + "ing" + ], + [ + "tri", + "ng" + ], + [ + "t", + "ring" + ], + [ + "▁T", + "his" + ], + [ + "▁Th", + "is" + ], + [ + "▁", + "This" + ], + [ + "▁b", + "ack" + ], + [ + "▁ba", + "ck" + ], + [ + "▁", + "back" + ], + [ + "▁", + "о" + ], + [ + "▁f", + "in" + ], + [ + "▁fi", + "n" + ], + [ + "▁", + "fin" + ], + [ + "at", + "ch" + ], + [ + "Co", + "n" + ], + [ + "C", + "on" + ], + [ + "(", + "'" + ], + [ + "er", + "m" + ], + [ + "e", + "rm" + ], + [ + "▁=", + "=" + ], + [ + "▁", + "==" + ], + [ + "_", + "_" + ], + [ + "na", + "me" + ], + [ + "nam", + "e" + ], + [ + "n", + "ame" + ], + [ + ",", + "\"" + ], + [ + "▁d", + "id" + ], + [ + "▁di", + "d" + ], + [ + "▁", + "did" + ], + [ + "is", + "e" + ], + [ + "i", + "se" + ], + [ + "▁on", + "ly" + ], + [ + "▁", + "only" + ], + [ + "ru", + "ct" + ], + [ + "r", + "uct" + ], + [ + "le", + "s" + ], + [ + "l", + "es" + ], + [ + "▁t", + "hen" + ], + [ + "▁the", + "n" + ], + [ + "▁th", + "en" + ], + [ + "▁", + "then" + ], + [ + "au", + "se" + ], + [ + "aus", + "e" + ], + [ + "a", + "use" + ], + [ + "в", + "а" + ], + [ + "▁it", + "s" + ], + [ + "▁i", + "ts" + ], + [ + "▁", + "its" + ], + [ + "ri", + "t" + ], + [ + "r", + "it" + ], + [ + "▁k", + "now" + ], + [ + "▁kn", + "ow" + ], + [ + "▁", + "know" + ], + [ + "ie", + "ld" + ], + [ + "iel", + "d" + ], + [ + "i", + "eld" + ], + [ + "▁c", + "lass" + ], + [ + "▁cl", + "ass" + ], + [ + "▁clas", + "s" + ], + [ + "▁", + "class" + ], + [ + "▁", + ">" + ], + [ + "▁e", + "m" + ], + [ + "▁", + "em" + ], + [ + "▁$", + "\\" + ], + [ + "▁", + "$\\" + ], + [ + "▁y", + "ear" + ], + [ + "▁ye", + "ar" + ], + [ + "▁", + "year" + ], + [ + "w", + "n" + ], + [ + "}", + "," + ], + [ + "▁d", + "el" + ], + [ + "▁de", + "l" + ], + [ + "▁", + "del" + ], + [ + "al", + "e" + ], + [ + "a", + "le" + ], + [ + "t", + "y" + ], + [ + "fi", + "g" + ], + [ + "f", + "ig" + ], + [ + "s", + "p" + ], + [ + "he", + "d" + ], + [ + "h", + "ed" + ], + [ + "ro", + "und" + ], + [ + "rou", + "nd" + ], + [ + "r", + "ound" + ], + [ + "e", + "w" + ], + [ + "▁d", + "i" + ], + [ + "▁", + "di" + ], + [ + "▁d", + "er" + ], + [ + "▁de", + "r" + ], + [ + "▁", + "der" + ], + [ + "р", + "и" + ], + [ + "re", + "d" + ], + [ + "r", + "ed" + ], + [ + "th", + "is" + ], + [ + "t", + "his" + ], + [ + "le", + "t" + ], + [ + "l", + "et" + ], + [ + "R", + "E" + ], + [ + "a", + "x" + ], + [ + "f", + "r" + ], + [ + "ess", + "age" + ], + [ + "essa", + "ge" + ], + [ + "ou", + "gh" + ], + [ + "o", + "ugh" + ], + [ + "▁c", + "omm" + ], + [ + "▁com", + "m" + ], + [ + "▁co", + "mm" + ], + [ + "▁", + "comm" + ], + [ + "f", + "o" + ], + [ + "uc", + "h" + ], + [ + "u", + "ch" + ], + [ + "o", + "y" + ], + [ + "▁pe", + "ople" + ], + [ + "▁", + "people" + ], + [ + "yst", + "em" + ], + [ + "ys", + "tem" + ], + [ + "▁f", + "irst" + ], + [ + "▁fir", + "st" + ], + [ + "▁", + "first" + ], + [ + "▁f", + "unction" + ], + [ + "▁fun", + "ction" + ], + [ + "▁", + "function" + ], + [ + "an", + "ge" + ], + [ + "ang", + "e" + ], + [ + "▁h", + "ow" + ], + [ + "▁ho", + "w" + ], + [ + "▁", + "how" + ], + [ + "▁e", + "t" + ], + [ + "▁", + "et" + ], + [ + "a", + "h" + ], + [ + "▁l", + "ook" + ], + [ + "▁lo", + "ok" + ], + [ + "▁", + "look" + ], + [ + "т", + "о" + ], + [ + "un", + "d" + ], + [ + "u", + "nd" + ], + [ + "▁u", + "nder" + ], + [ + "▁un", + "der" + ], + [ + "▁und", + "er" + ], + [ + "▁", + "under" + ], + [ + "к", + "а" + ], + [ + "▁", + "!" + ], + [ + "ra", + "y" + ], + [ + "r", + "ay" + ], + [ + "S", + "T" + ], + [ + "if", + "ic" + ], + [ + "ifi", + "c" + ], + [ + "i", + "fic" + ], + [ + "л", + "и" + ], + [ + "re", + "ad" + ], + [ + "rea", + "d" + ], + [ + "r", + "ead" + ], + [ + "▁b", + "et" + ], + [ + "▁be", + "t" + ], + [ + "▁", + "bet" + ], + [ + "io", + "us" + ], + [ + "i", + "ous" + ], + [ + "ar", + "g" + ], + [ + "a", + "rg" + ], + [ + "▁n", + "eed" + ], + [ + "▁ne", + "ed" + ], + [ + "▁", + "need" + ], + [ + "ma", + "th" + ], + [ + "mat", + "h" + ], + [ + "m", + "ath" + ], + [ + "▁н", + "а" + ], + [ + "▁", + "на" + ], + [ + "er", + "t" + ], + [ + "e", + "rt" + ], + [ + "▁o", + "p" + ], + [ + "▁", + "op" + ], + [ + "▁a", + "cc" + ], + [ + "▁ac", + "c" + ], + [ + "▁", + "acc" + ], + [ + "Pr", + "o" + ], + [ + "P", + "ro" + ], + [ + "▁e", + "st" + ], + [ + "▁es", + "t" + ], + [ + "▁", + "est" + ], + [ + "▁U", + "n" + ], + [ + "▁", + "Un" + ], + [ + "▁e", + "nt" + ], + [ + "▁en", + "t" + ], + [ + "▁", + "ent" + ], + [ + "▁re", + "c" + ], + [ + "▁r", + "ec" + ], + [ + "▁", + "rec" + ], + [ + "▁u", + "se" + ], + [ + "▁us", + "e" + ], + [ + "▁", + "use" + ], + [ + "е", + "н" + ], + [ + "▁p", + "ar" + ], + [ + "▁pa", + "r" + ], + [ + "▁", + "par" + ], + [ + "a", + "z" + ], + [ + "▁", + "д" + ], + [ + "▁W", + "h" + ], + [ + "▁", + "Wh" + ], + [ + "sel", + "f" + ], + [ + "s", + "elf" + ], + [ + "▁k", + "e" + ], + [ + "▁", + "ke" + ], + [ + "т", + "а" + ], + [ + "▁w", + "ant" + ], + [ + "▁wa", + "nt" + ], + [ + "▁", + "want" + ], + [ + "▁e", + "nd" + ], + [ + "▁en", + "d" + ], + [ + "▁", + "end" + ], + [ + "▁d", + "on" + ], + [ + "▁do", + "n" + ], + [ + "▁", + "don" + ], + [ + "e", + "k" + ], + [ + "re", + "n" + ], + [ + "r", + "en" + ], + [ + "Na", + "me" + ], + [ + "N", + "ame" + ], + [ + "▁=", + ">" + ], + [ + "▁", + "=>" + ], + [ + "▁a", + "pp" + ], + [ + "▁ap", + "p" + ], + [ + "▁", + "app" + ], + [ + "▁qu", + "e" + ], + [ + "▁q", + "ue" + ], + [ + "▁", + "que" + ], + [ + "ig", + "h" + ], + [ + "i", + "gh" + ], + [ + "▁b", + "u" + ], + [ + "▁", + "bu" + ], + [ + "eq", + "u" + ], + [ + "e", + "qu" + ], + [ + "ve", + "l" + ], + [ + "v", + "el" + ], + [ + "▁a", + "ct" + ], + [ + "▁ac", + "t" + ], + [ + "▁", + "act" + ], + [ + "cr", + "e" + ], + [ + "c", + "re" + ], + [ + "A", + "T" + ], + [ + "▁v", + "ar" + ], + [ + "▁va", + "r" + ], + [ + "▁", + "var" + ], + [ + "ce", + "ss" + ], + [ + "ces", + "s" + ], + [ + "c", + "ess" + ], + [ + "==", + "==" + ], + [ + "===", + "=" + ], + [ + "=", + "===" + ], + [ + "E", + "x" + ], + [ + "▁a", + "dd" + ], + [ + "▁ad", + "d" + ], + [ + "▁", + "add" + ], + [ + "▁m", + "od" + ], + [ + "▁mo", + "d" + ], + [ + "▁", + "mod" + ], + [ + "un", + "g" + ], + [ + "u", + "ng" + ], + [ + "▁w", + "here" + ], + [ + "▁wh", + "ere" + ], + [ + "▁whe", + "re" + ], + [ + "▁", + "where" + ], + [ + "ni", + "ng" + ], + [ + "n", + "ing" + ], + [ + "▁f", + "l" + ], + [ + "▁", + "fl" + ], + [ + "al", + "s" + ], + [ + "a", + "ls" + ], + [ + "ter", + "n" + ], + [ + "te", + "rn" + ], + [ + "t", + "ern" + ], + [ + "}", + "}" + ], + [ + "▁A", + "l" + ], + [ + "▁", + "Al" + ], + [ + "▁p", + "os" + ], + [ + "▁po", + "s" + ], + [ + "▁", + "pos" + ], + [ + "an", + "k" + ], + [ + "▁a", + "p" + ], + [ + "▁", + "ap" + ], + [ + "en", + "g" + ], + [ + "e", + "ng" + ], + [ + "▁", + "“" + ], + [ + "bl", + "e" + ], + [ + "b", + "le" + ], + [ + "▁re", + "g" + ], + [ + "▁r", + "eg" + ], + [ + "▁", + "reg" + ], + [ + "^", + "{" + ], + [ + "▁S", + "he" + ], + [ + "▁Sh", + "e" + ], + [ + "▁", + "She" + ], + [ + "▁*", + "/" + ], + [ + "▁", + "*/" + ], + [ + "ud", + "e" + ], + [ + "u", + "de" + ], + [ + "ad", + "d" + ], + [ + "a", + "dd" + ], + [ + "▁t", + "wo" + ], + [ + "▁tw", + "o" + ], + [ + "▁", + "two" + ], + [ + "▁c", + "ol" + ], + [ + "▁co", + "l" + ], + [ + "▁", + "col" + ], + [ + "▁s", + "m" + ], + [ + "▁", + "sm" + ], + [ + "ai", + "r" + ], + [ + "a", + "ir" + ], + [ + "▁m", + "ay" + ], + [ + "▁ma", + "y" + ], + [ + "▁", + "may" + ], + [ + "fo", + "re" + ], + [ + "for", + "e" + ], + [ + "f", + "ore" + ], + [ + "▁Y", + "ou" + ], + [ + "▁", + "You" + ], + [ + "ro", + "ugh" + ], + [ + "rou", + "gh" + ], + [ + "r", + "ough" + ], + [ + "▁c", + "he" + ], + [ + "▁ch", + "e" + ], + [ + "▁", + "che" + ], + [ + "▁a", + "tt" + ], + [ + "▁at", + "t" + ], + [ + "▁", + "att" + ], + [ + "ot", + "h" + ], + [ + "o", + "th" + ], + [ + "л", + "а" + ], + [ + "▁c", + "o" + ], + [ + "▁", + "co" + ], + [ + "at", + "es" + ], + [ + "ate", + "s" + ], + [ + "a", + "tes" + ], + [ + "▁re", + "m" + ], + [ + "▁r", + "em" + ], + [ + "▁", + "rem" + ], + [ + "oo", + "d" + ], + [ + "o", + "od" + ], + [ + "Ty", + "pe" + ], + [ + "Typ", + "e" + ], + [ + "T", + "ype" + ], + [ + "le", + "d" + ], + [ + "l", + "ed" + ], + [ + "fu", + "l" + ], + [ + "f", + "ul" + ], + [ + "▁s", + "elf" + ], + [ + "▁sel", + "f" + ], + [ + "▁", + "self" + ], + [ + "o", + "f" + ], + [ + "▁A", + "r" + ], + [ + "▁", + "Ar" + ], + [ + "qu", + "e" + ], + [ + "q", + "ue" + ], + [ + "▁e", + "very" + ], + [ + "▁ev", + "ery" + ], + [ + "▁ever", + "y" + ], + [ + "▁", + "every" + ], + [ + "re", + "f" + ], + [ + "r", + "ef" + ], + [ + "Th", + "e" + ], + [ + "T", + "he" + ], + [ + "▁A", + "nd" + ], + [ + "▁An", + "d" + ], + [ + "▁", + "And" + ], + [ + "▁re", + "l" + ], + [ + "▁r", + "el" + ], + [ + "▁", + "rel" + ], + [ + "O", + "R" + ], + [ + "I", + "d" + ], + [ + "▁e", + "ven" + ], + [ + "▁ev", + "en" + ], + [ + "▁", + "even" + ], + [ + "E", + "N" + ], + [ + "▁h", + "and" + ], + [ + "▁ha", + "nd" + ], + [ + "▁han", + "d" + ], + [ + "▁", + "hand" + ], + [ + "ai", + "t" + ], + [ + "a", + "it" + ], + [ + "▁sh", + "ould" + ], + [ + "▁", + "should" + ], + [ + "▁a", + "fter" + ], + [ + "▁af", + "ter" + ], + [ + "▁", + "after" + ], + [ + "▁d", + "if" + ], + [ + "▁di", + "f" + ], + [ + "gh", + "t" + ], + [ + "g", + "ht" + ], + [ + "if", + "e" + ], + [ + "i", + "fe" + ], + [ + "at", + "or" + ], + [ + "ato", + "r" + ], + [ + "a", + "tor" + ], + [ + "as", + "h" + ], + [ + "a", + "sh" + ], + [ + "ri", + "but" + ], + [ + "rib", + "ut" + ], + [ + "ribu", + "t" + ], + [ + "um", + "ber" + ], + [ + "umb", + "er" + ], + [ + "u", + "mber" + ], + [ + "▁s", + "ee" + ], + [ + "▁se", + "e" + ], + [ + "▁", + "see" + ], + [ + "m", + "s" + ], + [ + "▁c", + "all" + ], + [ + "▁cal", + "l" + ], + [ + "▁ca", + "ll" + ], + [ + "▁", + "call" + ], + [ + "y", + "n" + ], + [ + "d", + "d" + ], + [ + "▁e", + "s" + ], + [ + "▁", + "es" + ], + [ + "▁m", + "ake" + ], + [ + "▁ma", + "ke" + ], + [ + "▁", + "make" + ], + [ + "ot", + "her" + ], + [ + "oth", + "er" + ], + [ + "othe", + "r" + ], + [ + "o", + "ther" + ], + [ + "▁", + "—" + ], + [ + "\")", + ";" + ], + [ + "\"", + ");" + ], + [ + "st", + "r" + ], + [ + "s", + "tr" + ], + [ + "▁l", + "ong" + ], + [ + "▁lo", + "ng" + ], + [ + "▁lon", + "g" + ], + [ + "▁", + "long" + ], + [ + "le", + "ment" + ], + [ + "lem", + "ent" + ], + [ + "l", + "ement" + ], + [ + "▁w", + "or" + ], + [ + "▁wo", + "r" + ], + [ + "▁", + "wor" + ], + [ + "it", + "s" + ], + [ + "i", + "ts" + ], + [ + "▁I", + "f" + ], + [ + "▁", + "If" + ], + [ + "al", + "se" + ], + [ + "als", + "e" + ], + [ + "л", + "ь" + ], + [ + "wa", + "rd" + ], + [ + "war", + "d" + ], + [ + "w", + "ard" + ], + [ + "▁п", + "о" + ], + [ + "▁", + "по" + ], + [ + "va", + "l" + ], + [ + "v", + "al" + ], + [ + "on", + "s" + ], + [ + "o", + "ns" + ], + [ + "▁", + "Z" + ], + [ + "▁n", + "ow" + ], + [ + "▁no", + "w" + ], + [ + "▁", + "now" + ], + [ + "da", + "ta" + ], + [ + "dat", + "a" + ], + [ + "d", + "ata" + ], + [ + "am", + "p" + ], + [ + "a", + "mp" + ], + [ + "en", + "se" + ], + [ + "ens", + "e" + ], + [ + "▁th", + "rough" + ], + [ + "▁thr", + "ough" + ], + [ + "▁thro", + "ugh" + ], + [ + "▁", + "through" + ], + [ + "▁d", + "own" + ], + [ + "▁do", + "wn" + ], + [ + "▁dow", + "n" + ], + [ + "▁", + "down" + ], + [ + "at", + "t" + ], + [ + "a", + "tt" + ], + [ + "▁st", + "atic" + ], + [ + "▁stat", + "ic" + ], + [ + "▁", + "static" + ], + [ + "ic", + "s" + ], + [ + "i", + "cs" + ], + [ + "#", + "#" + ], + [ + "po", + "s" + ], + [ + "p", + "os" + ], + [ + "▁v", + "oid" + ], + [ + "▁vo", + "id" + ], + [ + "▁", + "void" + ], + [ + "a", + "w" + ], + [ + "ou", + "n" + ], + [ + "o", + "un" + ], + [ + "▁w", + "ay" + ], + [ + "▁wa", + "y" + ], + [ + "▁", + "way" + ], + [ + "ib", + "le" + ], + [ + "i", + "ble" + ], + [ + "ve", + "nt" + ], + [ + "ven", + "t" + ], + [ + "v", + "ent" + ], + [ + "ow", + "er" + ], + [ + "owe", + "r" + ], + [ + "o", + "wer" + ], + [ + "▁th", + "ink" + ], + [ + "▁thin", + "k" + ], + [ + "▁", + "think" + ], + [ + "t", + "s" + ], + [ + "*", + "/" + ], + [ + "▁a", + "gain" + ], + [ + "▁ag", + "ain" + ], + [ + "▁", + "again" + ], + [ + "at", + "ing" + ], + [ + "ati", + "ng" + ], + [ + "atin", + "g" + ], + [ + "a", + "ting" + ], + [ + "т", + "е" + ], + [ + "ne", + "r" + ], + [ + "n", + "er" + ], + [ + "▁m", + "ost" + ], + [ + "▁mo", + "st" + ], + [ + "▁mos", + "t" + ], + [ + "▁", + "most" + ], + [ + "li", + "ne" + ], + [ + "lin", + "e" + ], + [ + "l", + "ine" + ], + [ + "y", + "m" + ], + [ + "▁s", + "ub" + ], + [ + "▁su", + "b" + ], + [ + "▁", + "sub" + ], + [ + "er", + "son" + ], + [ + "ers", + "on" + ], + [ + "▁re", + "qu" + ], + [ + "▁r", + "equ" + ], + [ + "▁req", + "u" + ], + [ + "▁", + "requ" + ], + [ + "A", + "L" + ], + [ + "A", + "R" + ], + [ + "ab", + "el" + ], + [ + "abe", + "l" + ], + [ + "a", + "bel" + ], + [ + "on", + "d" + ], + [ + "o", + "nd" + ], + [ + "))", + ";" + ], + [ + ")", + ");" + ], + [ + "▁S", + "e" + ], + [ + "▁", + "Se" + ], + [ + "▁B", + "ut" + ], + [ + "▁Bu", + "t" + ], + [ + "▁", + "But" + ], + [ + "al", + "k" + ], + [ + "▁A", + "n" + ], + [ + "▁", + "An" + ], + [ + "ne", + "w" + ], + [ + "n", + "ew" + ], + [ + "▁b", + "ecause" + ], + [ + "▁bec", + "ause" + ], + [ + "▁", + "because" + ], + [ + "ge", + "r" + ], + [ + "g", + "er" + ], + [ + "ul", + "ar" + ], + [ + "ula", + "r" + ], + [ + "u", + "lar" + ], + [ + "ro", + "up" + ], + [ + "rou", + "p" + ], + [ + "r", + "oup" + ], + [ + "t", + "a" + ], + [ + "..", + "." + ], + [ + ".", + ".." + ], + [ + "▁c", + "ons" + ], + [ + "▁con", + "s" + ], + [ + "▁co", + "ns" + ], + [ + "▁", + "cons" + ], + [ + "▁r", + "ight" + ], + [ + "▁ri", + "ght" + ], + [ + "▁rig", + "ht" + ], + [ + "▁", + "right" + ], + [ + "▁f", + "r" + ], + [ + "▁", + "fr" + ], + [ + "b", + "e" + ], + [ + "il", + "y" + ], + [ + "i", + "ly" + ], + [ + "к", + "и" + ], + [ + "▁p", + "h" + ], + [ + "▁", + "ph" + ], + [ + "ea", + "d" + ], + [ + "e", + "ad" + ], + [ + "?", + "\"" + ], + [ + "▁g", + "u" + ], + [ + "▁", + "gu" + ], + [ + "▁el", + "se" + ], + [ + "▁els", + "e" + ], + [ + "▁", + "else" + ], + [ + "▁s", + "om" + ], + [ + "▁so", + "m" + ], + [ + "▁", + "som" + ], + [ + "re", + "nt" + ], + [ + "ren", + "t" + ], + [ + "r", + "ent" + ], + [ + "c", + "o" + ], + [ + "em", + "ent" + ], + [ + "eme", + "nt" + ], + [ + "emen", + "t" + ], + [ + "e", + "ment" + ], + [ + "▁s", + "tr" + ], + [ + "▁st", + "r" + ], + [ + "▁", + "str" + ], + [ + "au", + "lt" + ], + [ + "aul", + "t" + ], + [ + "a", + "ult" + ], + [ + "▁", + "з" + ], + [ + "л", + "о" + ], + [ + "se", + "rt" + ], + [ + "ser", + "t" + ], + [ + "s", + "ert" + ], + [ + "va", + "r" + ], + [ + "v", + "ar" + ], + [ + "ty", + "pe" + ], + [ + "typ", + "e" + ], + [ + "t", + "ype" + ], + [ + "▁C", + "om" + ], + [ + "▁Co", + "m" + ], + [ + "▁", + "Com" + ], + [ + "л", + "е" + ], + [ + "in", + "s" + ], + [ + "i", + "ns" + ], + [ + "m", + "e" + ], + [ + "wa", + "y" + ], + [ + "w", + "ay" + ], + [ + "id", + "ent" + ], + [ + "ide", + "nt" + ], + [ + "iden", + "t" + ], + [ + "▁p", + "rov" + ], + [ + "▁pro", + "v" + ], + [ + "▁pr", + "ov" + ], + [ + "▁", + "prov" + ], + [ + "▁", + "м" + ], + [ + "▁tr", + "ue" + ], + [ + "▁", + "true" + ], + [ + "▁P", + "ro" + ], + [ + "▁Pr", + "o" + ], + [ + "▁", + "Pro" + ], + [ + "f", + "l" + ], + [ + "▁s", + "l" + ], + [ + "▁", + "sl" + ], + [ + "▁A", + "s" + ], + [ + "▁", + "As" + ], + [ + "}", + "\\" + ], + [ + "I", + "D" + ], + [ + "ue", + "s" + ], + [ + "u", + "es" + ], + [ + "▁in", + "st" + ], + [ + "▁ins", + "t" + ], + [ + "▁", + "inst" + ], + [ + "▁n", + "ame" + ], + [ + "▁na", + "me" + ], + [ + "▁nam", + "e" + ], + [ + "▁", + "name" + ], + [ + "o", + "x" + ], + [ + "▁", + ")" + ], + [ + "l", + "i" + ], + [ + "am", + "es" + ], + [ + "ame", + "s" + ], + [ + "a", + "mes" + ], + [ + "Re", + "s" + ], + [ + "R", + "es" + ], + [ + "▁s", + "ur" + ], + [ + "▁su", + "r" + ], + [ + "▁", + "sur" + ], + [ + "par", + "am" + ], + [ + "pa", + "ram" + ], + [ + "para", + "m" + ], + [ + "p", + "aram" + ], + [ + "▁st", + "art" + ], + [ + "▁star", + "t" + ], + [ + "▁sta", + "rt" + ], + [ + "▁", + "start" + ], + [ + "a", + "j" + ], + [ + "S", + "E" + ], + [ + "as", + "k" + ], + [ + "a", + "sk" + ], + [ + "I", + "T" + ], + [ + "St", + "ring" + ], + [ + "Str", + "ing" + ], + [ + "S", + "tring" + ], + [ + "▁a", + "ss" + ], + [ + "▁as", + "s" + ], + [ + "▁", + "ass" + ], + [ + "▁p", + "lay" + ], + [ + "▁pl", + "ay" + ], + [ + "▁", + "play" + ], + [ + "ti", + "ng" + ], + [ + "t", + "ing" + ], + [ + "to", + "n" + ], + [ + "t", + "on" + ], + [ + "▁b", + "efore" + ], + [ + "▁be", + "fore" + ], + [ + "▁bef", + "ore" + ], + [ + "▁", + "before" + ], + [ + "▁p", + "ol" + ], + [ + "▁po", + "l" + ], + [ + "▁", + "pol" + ], + [ + "ar", + "ch" + ], + [ + "arc", + "h" + ], + [ + "▁w", + "ell" + ], + [ + "▁we", + "ll" + ], + [ + "▁wel", + "l" + ], + [ + "▁", + "well" + ], + [ + "Co", + "m" + ], + [ + "C", + "om" + ], + [ + "an", + "y" + ], + [ + "a", + "ny" + ], + [ + "ol", + "og" + ], + [ + "olo", + "g" + ], + [ + "o", + "log" + ], + [ + "▁e", + "rr" + ], + [ + "▁er", + "r" + ], + [ + "▁", + "err" + ], + [ + "▁the", + "se" + ], + [ + "▁th", + "ese" + ], + [ + "ar", + "s" + ], + [ + "a", + "rs" + ], + [ + "e", + "b" + ], + [ + "▁b", + "r" + ], + [ + "▁", + "br" + ], + [ + "▁in", + "cl" + ], + [ + "▁inc", + "l" + ], + [ + "▁", + "incl" + ], + [ + "▁h", + "el" + ], + [ + "▁he", + "l" + ], + [ + "▁", + "hel" + ], + [ + "er", + "n" + ], + [ + "e", + "rn" + ], + [ + "od", + "y" + ], + [ + "o", + "dy" + ], + [ + "в", + "о" + ], + [ + "▁in", + "d" + ], + [ + "▁i", + "nd" + ], + [ + "▁", + "ind" + ], + [ + "--", + "--------------" + ], + [ + "----", + "------------" + ], + [ + "--------", + "--------" + ], + [ + "---", + "-------------" + ], + [ + "------------", + "----" + ], + [ + "-----", + "-----------" + ], + [ + "----------", + "------" + ], + [ + "------", + "----------" + ], + [ + "-------------", + "---" + ], + [ + "--------------", + "--" + ], + [ + "---------", + "-------" + ], + [ + "-------", + "---------" + ], + [ + "-----------", + "-----" + ], + [ + "▁d", + "ata" + ], + [ + "▁da", + "ta" + ], + [ + "▁dat", + "a" + ], + [ + "▁", + "data" + ], + [ + "▁g", + "ood" + ], + [ + "▁go", + "od" + ], + [ + "▁", + "good" + ], + [ + "L", + "E" + ], + [ + "]", + "," + ], + [ + "▁a", + "v" + ], + [ + "▁", + "av" + ], + [ + "▁a", + "c" + ], + [ + "▁", + "ac" + ], + [ + "id", + "er" + ], + [ + "ide", + "r" + ], + [ + "i", + "der" + ], + [ + "н", + "е" + ], + [ + "▁", + "Q" + ], + [ + "▁m", + "in" + ], + [ + "▁mi", + "n" + ], + [ + "▁", + "min" + ], + [ + "▁m", + "uch" + ], + [ + "▁mu", + "ch" + ], + [ + "c", + "i" + ], + [ + "el", + "s" + ], + [ + "e", + "ls" + ], + [ + "▁c", + "ur" + ], + [ + "▁cu", + "r" + ], + [ + "▁", + "cur" + ], + [ + "▁v", + "alue" + ], + [ + "▁val", + "ue" + ], + [ + "▁", + "value" + ], + [ + "er", + "y" + ], + [ + "e", + "ry" + ], + [ + "u", + "f" + ], + [ + "▁l", + "oc" + ], + [ + "▁lo", + "c" + ], + [ + "▁", + "loc" + ], + [ + "re", + "ak" + ], + [ + "rea", + "k" + ], + [ + "at", + "ive" + ], + [ + "ati", + "ve" + ], + [ + "ativ", + "e" + ], + [ + "im", + "es" + ], + [ + "ime", + "s" + ], + [ + "i", + "mes" + ], + [ + "C", + "l" + ], + [ + "▁", + "," + ], + [ + "▁s", + "er" + ], + [ + "▁se", + "r" + ], + [ + "▁", + "ser" + ], + [ + "▁d", + "ie" + ], + [ + "▁di", + "e" + ], + [ + "▁", + "die" + ], + [ + "▁tr", + "ans" + ], + [ + "▁tra", + "ns" + ], + [ + "▁", + "trans" + ], + [ + "▁res", + "ult" + ], + [ + "▁", + "result" + ], + [ + "ex", + "t" + ], + [ + "e", + "xt" + ], + [ + "▁a", + "ut" + ], + [ + "▁au", + "t" + ], + [ + "▁", + "aut" + ], + [ + "la", + "nd" + ], + [ + "lan", + "d" + ], + [ + "l", + "and" + ], + [ + "▁&", + "&" + ], + [ + "▁", + "&&" + ], + [ + "C", + "h" + ], + [ + "te", + "n" + ], + [ + "t", + "en" + ], + [ + "}", + "$" + ], + [ + "▁t", + "ype" + ], + [ + "▁typ", + "e" + ], + [ + "▁ty", + "pe" + ], + [ + "▁", + "type" + ], + [ + "con", + "d" + ], + [ + "co", + "nd" + ], + [ + "c", + "ond" + ], + [ + "ic", + "es" + ], + [ + "ice", + "s" + ], + [ + "i", + "ces" + ], + [ + "▁v", + "ery" + ], + [ + "▁ver", + "y" + ], + [ + "▁ve", + "ry" + ], + [ + "▁", + "very" + ], + [ + "▁o", + "wn" + ], + [ + "▁", + "own" + ], + [ + "▁f", + "il" + ], + [ + "▁fi", + "l" + ], + [ + "▁", + "fil" + ], + [ + "it", + "ies" + ], + [ + "iti", + "es" + ], + [ + "i", + "ties" + ], + [ + "▁p", + "rodu" + ], + [ + "▁pro", + "du" + ], + [ + "▁prod", + "u" + ], + [ + "▁", + "produ" + ], + [ + "▁re", + "ad" + ], + [ + "▁r", + "ead" + ], + [ + "▁", + "read" + ], + [ + "▁f", + "orm" + ], + [ + "▁for", + "m" + ], + [ + "▁fo", + "rm" + ], + [ + "▁", + "form" + ], + [ + "▁c", + "ase" + ], + [ + "▁cas", + "e" + ], + [ + "▁ca", + "se" + ], + [ + "▁", + "case" + ], + [ + "at", + "her" + ], + [ + "ath", + "er" + ], + [ + "a", + "ther" + ], + [ + "т", + "и" + ], + [ + "д", + "а" + ], + [ + "е", + "р" + ], + [ + "T", + "h" + ], + [ + "au", + "t" + ], + [ + "a", + "ut" + ], + [ + "▁s", + "pec" + ], + [ + "▁sp", + "ec" + ], + [ + "▁spe", + "c" + ], + [ + "▁", + "spec" + ], + [ + "i", + "j" + ], + [ + "b", + "l" + ], + [ + "il", + "ity" + ], + [ + "ili", + "ty" + ], + [ + "▁", + "é" + ], + [ + "▁e", + "r" + ], + [ + "▁", + "er" + ], + [ + "▁d", + "oes" + ], + [ + "▁do", + "es" + ], + [ + "▁", + "does" + ], + [ + "▁h", + "ere" + ], + [ + "▁he", + "re" + ], + [ + "▁her", + "e" + ], + [ + "▁", + "here" + ], + [ + "th", + "e" + ], + [ + "t", + "he" + ], + [ + "ur", + "es" + ], + [ + "ure", + "s" + ], + [ + "u", + "res" + ], + [ + "▁", + "%" + ], + [ + "mi", + "n" + ], + [ + "m", + "in" + ], + [ + "▁n", + "ull" + ], + [ + "▁nu", + "ll" + ], + [ + "▁", + "null" + ], + [ + "ra", + "p" + ], + [ + "r", + "ap" + ], + [ + "\"", + ")" + ], + [ + "r", + "r" + ], + [ + "Li", + "st" + ], + [ + "L", + "ist" + ], + [ + "ri", + "ght" + ], + [ + "rig", + "ht" + ], + [ + "r", + "ight" + ], + [ + "▁U", + "ser" + ], + [ + "▁Us", + "er" + ], + [ + "▁Use", + "r" + ], + [ + "▁", + "User" + ], + [ + "U", + "L" + ], + [ + "at", + "ional" + ], + [ + "ation", + "al" + ], + [ + "ati", + "onal" + ], + [ + "atio", + "nal" + ], + [ + "▁b", + "eing" + ], + [ + "▁be", + "ing" + ], + [ + "▁bei", + "ng" + ], + [ + "▁", + "being" + ], + [ + "A", + "N" + ], + [ + "s", + "k" + ], + [ + "▁c", + "ar" + ], + [ + "▁ca", + "r" + ], + [ + "▁", + "car" + ], + [ + "ol", + "e" + ], + [ + "o", + "le" + ], + [ + "▁d", + "ist" + ], + [ + "▁dis", + "t" + ], + [ + "▁di", + "st" + ], + [ + "▁", + "dist" + ], + [ + "pl", + "ic" + ], + [ + "p", + "lic" + ], + [ + "ol", + "low" + ], + [ + "oll", + "ow" + ], + [ + "▁p", + "res" + ], + [ + "▁pre", + "s" + ], + [ + "▁pr", + "es" + ], + [ + "▁", + "pres" + ], + [ + "▁s", + "uch" + ], + [ + "▁su", + "ch" + ], + [ + "▁suc", + "h" + ], + [ + "▁", + "such" + ], + [ + "re", + "am" + ], + [ + "rea", + "m" + ], + [ + "in", + "ce" + ], + [ + "inc", + "e" + ], + [ + "ga", + "n" + ], + [ + "g", + "an" + ], + [ + "▁F", + "or" + ], + [ + "▁Fo", + "r" + ], + [ + "▁", + "For" + ], + [ + "\"", + ":" + ], + [ + "so", + "n" + ], + [ + "s", + "on" + ], + [ + "riv", + "ate" + ], + [ + "▁y", + "ears" + ], + [ + "▁year", + "s" + ], + [ + "▁ye", + "ars" + ], + [ + "▁s", + "erv" + ], + [ + "▁se", + "rv" + ], + [ + "▁ser", + "v" + ], + [ + "▁", + "serv" + ], + [ + "▁m", + "ade" + ], + [ + "▁ma", + "de" + ], + [ + "▁mad", + "e" + ], + [ + "▁", + "made" + ], + [ + "de", + "f" + ], + [ + "d", + "ef" + ], + [ + ";", + "\r" + ], + [ + "▁g", + "l" + ], + [ + "▁", + "gl" + ], + [ + "▁b", + "el" + ], + [ + "▁be", + "l" + ], + [ + "▁", + "bel" + ], + [ + "▁l", + "ist" + ], + [ + "▁li", + "st" + ], + [ + "▁", + "list" + ], + [ + "▁c", + "or" + ], + [ + "▁co", + "r" + ], + [ + "▁", + "cor" + ], + [ + "▁d", + "et" + ], + [ + "▁de", + "t" + ], + [ + "▁", + "det" + ], + [ + "ce", + "ption" + ], + [ + "cept", + "ion" + ], + [ + "eg", + "in" + ], + [ + "e", + "gin" + ], + [ + "▁", + "б" + ], + [ + "▁c", + "har" + ], + [ + "▁ch", + "ar" + ], + [ + "▁cha", + "r" + ], + [ + "▁", + "char" + ], + [ + "tr", + "ans" + ], + [ + "tra", + "ns" + ], + [ + "▁f", + "am" + ], + [ + "▁fa", + "m" + ], + [ + "▁!", + "=" + ], + [ + "▁", + "!=" + ], + [ + "ou", + "se" + ], + [ + "ous", + "e" + ], + [ + "o", + "use" + ], + [ + "▁d", + "ec" + ], + [ + "▁de", + "c" + ], + [ + "▁", + "dec" + ], + [ + "ic", + "a" + ], + [ + "i", + "ca" + ], + [ + "▁m", + "any" + ], + [ + "▁man", + "y" + ], + [ + "▁ma", + "ny" + ], + [ + "▁", + "many" + ], + [ + "ak", + "ing" + ], + [ + "aki", + "ng" + ], + [ + "a", + "king" + ], + [ + "▁", + "à" + ], + [ + "▁s", + "im" + ], + [ + "▁si", + "m" + ], + [ + "▁", + "sim" + ], + [ + "ag", + "es" + ], + [ + "age", + "s" + ], + [ + "a", + "ges" + ], + [ + "uf", + "f" + ], + [ + "u", + "ff" + ], + [ + "as", + "ed" + ], + [ + "ase", + "d" + ], + [ + "a", + "sed" + ], + [ + "ma", + "n" + ], + [ + "m", + "an" + ], + [ + "▁S", + "h" + ], + [ + "▁", + "Sh" + ], + [ + "ie", + "t" + ], + [ + "i", + "et" + ], + [ + "ir", + "ect" + ], + [ + "ire", + "ct" + ], + [ + "i", + "rect" + ], + [ + "▁R", + "e" + ], + [ + "▁", + "Re" + ], + [ + "▁d", + "iffer" + ], + [ + "▁dif", + "fer" + ], + [ + "▁diff", + "er" + ], + [ + "▁f", + "ind" + ], + [ + "▁fin", + "d" + ], + [ + "▁fi", + "nd" + ], + [ + "▁", + "find" + ], + [ + "eth", + "od" + ], + [ + "▁", + "\r" + ], + [ + "in", + "es" + ], + [ + "ine", + "s" + ], + [ + "i", + "nes" + ], + [ + "▁in", + "v" + ], + [ + "▁i", + "nv" + ], + [ + "▁", + "inv" + ], + [ + "▁p", + "oint" + ], + [ + "▁po", + "int" + ], + [ + "▁poi", + "nt" + ], + [ + "▁", + "point" + ], + [ + "▁The", + "y" + ], + [ + "▁Th", + "ey" + ], + [ + "▁", + "They" + ], + [ + "▁u", + "sed" + ], + [ + "▁us", + "ed" + ], + [ + "▁use", + "d" + ], + [ + "▁", + "used" + ], + [ + "ct", + "ions" + ], + [ + "ction", + "s" + ], + [ + "▁st", + "ill" + ], + [ + "i", + "ó" + ], + [ + "in", + "ed" + ], + [ + "ine", + "d" + ], + [ + "i", + "ned" + ], + [ + "▁wh", + "ile" + ], + [ + "▁", + "while" + ], + [ + "I", + "t" + ], + [ + "em", + "ber" + ], + [ + "emb", + "er" + ], + [ + "e", + "mber" + ], + [ + "▁s", + "ay" + ], + [ + "▁sa", + "y" + ], + [ + "▁", + "say" + ], + [ + "▁he", + "lp" + ], + [ + "▁hel", + "p" + ], + [ + "▁", + "help" + ], + [ + "▁c", + "re" + ], + [ + "▁cr", + "e" + ], + [ + "▁", + "cre" + ], + [ + "▁", + "x" + ], + [ + "▁T", + "r" + ], + [ + "▁", + "Tr" + ], + [ + "um", + "ent" + ], + [ + "ume", + "nt" + ], + [ + "umen", + "t" + ], + [ + "u", + "ment" + ], + [ + "▁s", + "k" + ], + [ + "▁", + "sk" + ], + [ + "ou", + "ght" + ], + [ + "ough", + "t" + ], + [ + "ual", + "ly" + ], + [ + "u", + "ally" + ], + [ + "m", + "essage" + ], + [ + "▁C", + "on" + ], + [ + "▁Co", + "n" + ], + [ + "▁", + "Con" + ], + [ + "▁m", + "on" + ], + [ + "▁mo", + "n" + ], + [ + "▁", + "mon" + ], + [ + "ar", + "ed" + ], + [ + "are", + "d" + ], + [ + "a", + "red" + ], + [ + "wor", + "k" + ], + [ + "w", + "ork" + ], + [ + ")", + ":" + ], + [ + "is", + "ter" + ], + [ + "ist", + "er" + ], + [ + "iste", + "r" + ], + [ + "i", + "ster" + ], + [ + "ar", + "n" + ], + [ + "a", + "rn" + ], + [ + "iz", + "ed" + ], + [ + "ize", + "d" + ], + [ + "i", + "zed" + ], + [ + "Dat", + "a" + ], + [ + "Da", + "ta" + ], + [ + "D", + "ata" + ], + [ + "or", + "n" + ], + [ + "o", + "rn" + ], + [ + "▁h", + "ead" + ], + [ + "▁he", + "ad" + ], + [ + "▁", + "head" + ], + [ + "D", + "E" + ], + [ + "▁L", + "e" + ], + [ + "▁", + "Le" + ], + [ + "▁p", + "erson" + ], + [ + "▁per", + "son" + ], + [ + "▁pers", + "on" + ], + [ + "▁", + "person" + ], + [ + "ment", + "s" + ], + [ + "men", + "ts" + ], + [ + "m", + "ents" + ], + [ + "eng", + "th" + ], + [ + "e", + "ngth" + ], + [ + "▁f", + "alse" + ], + [ + "▁fal", + "se" + ], + [ + "▁fals", + "e" + ], + [ + "▁", + "false" + ], + [ + "▁m", + "ed" + ], + [ + "▁me", + "d" + ], + [ + "▁", + "med" + ], + [ + "▁D", + "e" + ], + [ + "▁", + "De" + ], + [ + "ac", + "he" + ], + [ + "ach", + "e" + ], + [ + "a", + "che" + ], + [ + "it", + "ed" + ], + [ + "ite", + "d" + ], + [ + "i", + "ted" + ], + [ + "▁l", + "et" + ], + [ + "▁le", + "t" + ], + [ + "▁", + "let" + ], + [ + "▁s", + "how" + ], + [ + "▁sh", + "ow" + ], + [ + "▁", + "show" + ], + [ + "▁s", + "ame" + ], + [ + "▁sa", + "me" + ], + [ + "▁sam", + "e" + ], + [ + "▁", + "same" + ], + [ + "us", + "s" + ], + [ + "u", + "ss" + ], + [ + "▁g", + "ener" + ], + [ + "▁gen", + "er" + ], + [ + "▁ge", + "ner" + ], + [ + "▁gene", + "r" + ], + [ + "▁", + "gener" + ], + [ + "▁", + "у" + ], + [ + "cu", + "r" + ], + [ + "c", + "ur" + ], + [ + "▁re", + "al" + ], + [ + "▁", + "real" + ], + [ + "ce", + "d" + ], + [ + "c", + "ed" + ], + [ + "\"", + ">" + ], + [ + "st", + "ruct" + ], + [ + "str", + "uct" + ], + [ + "stru", + "ct" + ], + [ + "be", + "gin" + ], + [ + "b", + "egin" + ], + [ + "ce", + "pt" + ], + [ + "cep", + "t" + ], + [ + "▁b", + "o" + ], + [ + "▁", + "bo" + ], + [ + "ir", + "ed" + ], + [ + "ire", + "d" + ], + [ + "i", + "red" + ], + [ + "▁F", + "r" + ], + [ + "▁", + "Fr" + ], + [ + "▁st", + "ud" + ], + [ + "▁", + "stud" + ], + [ + "de", + "v" + ], + [ + "d", + "ev" + ], + [ + "A", + "r" + ], + [ + "(", + "\\" + ], + [ + "▁C", + "l" + ], + [ + "▁", + "Cl" + ], + [ + "we", + "en" + ], + [ + "w", + "een" + ], + [ + "▁t", + "oo" + ], + [ + "▁to", + "o" + ], + [ + "▁", + "too" + ], + [ + "▁t", + "est" + ], + [ + "▁te", + "st" + ], + [ + "▁", + "test" + ], + [ + "▁d", + "ay" + ], + [ + "▁da", + "y" + ], + [ + "▁", + "day" + ], + [ + "o", + "h" + ], + [ + "▁f", + "ollow" + ], + [ + "▁fol", + "low" + ], + [ + "▁", + "follow" + ], + [ + "at", + "ure" + ], + [ + "atur", + "e" + ], + [ + "atu", + "re" + ], + [ + "z", + "e" + ], + [ + "ie", + "n" + ], + [ + "i", + "en" + ], + [ + "re", + "g" + ], + [ + "r", + "eg" + ], + [ + "ce", + "s" + ], + [ + "c", + "es" + ], + [ + "ur", + "ing" + ], + [ + "uri", + "ng" + ], + [ + "u", + "ring" + ], + [ + "am", + "b" + ], + [ + "a", + "mb" + ], + [ + "in", + "a" + ], + [ + "i", + "na" + ], + [ + "cr", + "i" + ], + [ + "c", + "ri" + ], + [ + "▁e", + "d" + ], + [ + "▁", + "ed" + ], + [ + "S", + "S" + ], + [ + "uc", + "k" + ], + [ + "u", + "ck" + ], + [ + "▁/", + "*" + ], + [ + "▁", + "/*" + ], + [ + "C", + "T" + ], + [ + "▁T", + "here" + ], + [ + "▁The", + "re" + ], + [ + "▁Th", + "ere" + ], + [ + "▁Ther", + "e" + ], + [ + "▁", + "There" + ], + [ + "▁t", + "ake" + ], + [ + "▁tak", + "e" + ], + [ + "▁ta", + "ke" + ], + [ + "▁", + "take" + ], + [ + "pa", + "r" + ], + [ + "p", + "ar" + ], + [ + "ul", + "e" + ], + [ + "u", + "le" + ], + [ + "ca", + "l" + ], + [ + "c", + "al" + ], + [ + "fo", + "r" + ], + [ + "f", + "or" + ], + [ + "**", + "**************" + ], + [ + "****", + "************" + ], + [ + "********", + "********" + ], + [ + "************", + "****" + ], + [ + "**************", + "**" + ], + [ + "s", + "ource" + ], + [ + "▁th", + "ose" + ], + [ + "co", + "l" + ], + [ + "c", + "ol" + ], + [ + "▁e", + "ff" + ], + [ + "▁", + "eff" + ], + [ + "mo", + "d" + ], + [ + "m", + "od" + ], + [ + "con", + "t" + ], + [ + "co", + "nt" + ], + [ + "c", + "ont" + ], + [ + "}", + "{" + ], + [ + "▁a", + "round" + ], + [ + "▁ar", + "ound" + ], + [ + "▁", + "around" + ], + [ + "pr", + "ess" + ], + [ + "pre", + "ss" + ], + [ + "pres", + "s" + ], + [ + "p", + "ress" + ], + [ + "b", + "y" + ], + [ + "▁go", + "ing" + ], + [ + "▁", + "going" + ], + [ + "pon", + "se" + ], + [ + "pons", + "e" + ], + [ + "▁", + "С" + ], + [ + "▁l", + "ine" + ], + [ + "▁li", + "ne" + ], + [ + "▁lin", + "e" + ], + [ + "▁", + "line" + ], + [ + "da", + "te" + ], + [ + "dat", + "e" + ], + [ + "d", + "ate" + ], + [ + "co", + "de" + ], + [ + "cod", + "e" + ], + [ + "c", + "ode" + ], + [ + "[", + "'" + ], + [ + "▁l", + "ife" + ], + [ + "▁li", + "fe" + ], + [ + "▁lif", + "e" + ], + [ + "▁", + "life" + ], + [ + "as", + "on" + ], + [ + "a", + "son" + ], + [ + "▁u", + "sing" + ], + [ + "▁us", + "ing" + ], + [ + "▁", + "using" + ], + [ + "▁v", + "al" + ], + [ + "▁va", + "l" + ], + [ + "▁", + "val" + ], + [ + "▁d", + "u" + ], + [ + "▁", + "du" + ], + [ + "y", + "p" + ], + [ + "▁O", + "n" + ], + [ + "▁", + "On" + ], + [ + "▁f", + "ound" + ], + [ + "▁fo", + "und" + ], + [ + "▁fou", + "nd" + ], + [ + "▁", + "found" + ], + [ + "ol", + "ut" + ], + [ + "olu", + "t" + ], + [ + "'", + "]" + ], + [ + "ar", + "ent" + ], + [ + "are", + "nt" + ], + [ + "aren", + "t" + ], + [ + "a", + "rent" + ], + [ + "▁s", + "tring" + ], + [ + "▁st", + "ring" + ], + [ + "▁str", + "ing" + ], + [ + "▁stri", + "ng" + ], + [ + "▁", + "string" + ], + [ + "▁m", + "et" + ], + [ + "▁me", + "t" + ], + [ + "▁", + "met" + ], + [ + "▁w", + "r" + ], + [ + "▁", + "wr" + ], + [ + "us", + "h" + ], + [ + "u", + "sh" + ], + [ + "st", + "ring" + ], + [ + "str", + "ing" + ], + [ + "stri", + "ng" + ], + [ + "s", + "tring" + ], + [ + "si", + "ze" + ], + [ + "s", + "ize" + ], + [ + "▁v", + "er" + ], + [ + "▁ve", + "r" + ], + [ + "▁", + "ver" + ], + [ + "▁e", + "ach" + ], + [ + "▁", + "each" + ], + [ + "val", + "ue" + ], + [ + "v", + "alue" + ], + [ + "▁l", + "ast" + ], + [ + "▁la", + "st" + ], + [ + "▁las", + "t" + ], + [ + "▁", + "last" + ], + [ + "▁g", + "ot" + ], + [ + "▁go", + "t" + ], + [ + "▁", + "got" + ], + [ + "ve", + "n" + ], + [ + "v", + "en" + ], + [ + "ba", + "ck" + ], + [ + "b", + "ack" + ], + [ + "Se", + "t" + ], + [ + "S", + "et" + ], + [ + "e", + "y" + ], + [ + "ro", + "l" + ], + [ + "r", + "ol" + ], + [ + "▁c", + "r" + ], + [ + "▁", + "cr" + ], + [ + "th", + "ing" + ], + [ + "t", + "hing" + ], + [ + "re", + "t" + ], + [ + "r", + "et" + ], + [ + "é", + "s" + ], + [ + "is", + "m" + ], + [ + "i", + "sm" + ], + [ + "▁bet", + "ween" + ], + [ + "▁", + "between" + ], + [ + "O", + "b" + ], + [ + "et", + "hing" + ], + [ + "eth", + "ing" + ], + [ + "e", + "thing" + ], + [ + "m", + "p" + ], + [ + "▁l", + "o" + ], + [ + "▁", + "lo" + ], + [ + "at", + "s" + ], + [ + "a", + "ts" + ], + [ + "▁N", + "ew" + ], + [ + "▁Ne", + "w" + ], + [ + "▁", + "New" + ], + [ + "в", + "и" + ], + [ + "ad", + "o" + ], + [ + "a", + "do" + ], + [ + "de", + "x" + ], + [ + "d", + "ex" + ], + [ + "д", + "и" + ], + [ + "▁p", + "ass" + ], + [ + "▁pas", + "s" + ], + [ + "▁pa", + "ss" + ], + [ + "▁", + "pass" + ], + [ + "w", + "h" + ], + [ + "▁d", + "en" + ], + [ + "▁de", + "n" + ], + [ + "▁", + "den" + ], + [ + "Ge", + "t" + ], + [ + "G", + "et" + ], + [ + "ap", + "t" + ], + [ + "a", + "pt" + ], + [ + "▁a", + "sk" + ], + [ + "▁as", + "k" + ], + [ + "▁", + "ask" + ], + [ + "▁s", + "up" + ], + [ + "▁su", + "p" + ], + [ + "▁", + "sup" + ], + [ + "Val", + "ue" + ], + [ + "V", + "alue" + ], + [ + "н", + "ы" + ], + [ + "▁t", + "ry" + ], + [ + "▁tr", + "y" + ], + [ + "▁", + "try" + ], + [ + "lat", + "ion" + ], + [ + "l", + "ation" + ], + [ + "da", + "y" + ], + [ + "d", + "ay" + ], + [ + "ne", + "ss" + ], + [ + "nes", + "s" + ], + [ + "n", + "ess" + ], + [ + "et", + "s" + ], + [ + "e", + "ts" + ], + [ + "▁ex", + "per" + ], + [ + "▁exp", + "er" + ], + [ + "▁", + "exper" + ], + [ + "T", + "r" + ], + [ + "▁M", + "ar" + ], + [ + "▁Ma", + "r" + ], + [ + "▁", + "Mar" + ], + [ + "se", + "rv" + ], + [ + "ser", + "v" + ], + [ + "s", + "erv" + ], + [ + "b", + "r" + ], + [ + "▁n", + "umber" + ], + [ + "▁num", + "ber" + ], + [ + "▁nu", + "mber" + ], + [ + "▁", + "number" + ], + [ + "in", + "al" + ], + [ + "ina", + "l" + ], + [ + "i", + "nal" + ], + [ + "ce", + "nt" + ], + [ + "cen", + "t" + ], + [ + "c", + "ent" + ], + [ + "/", + "*" + ], + [ + "no", + "t" + ], + [ + "n", + "ot" + ], + [ + "ion", + "al" + ], + [ + "io", + "nal" + ], + [ + "iona", + "l" + ], + [ + "i", + "onal" + ], + [ + "▁f", + "inal" + ], + [ + "▁fin", + "al" + ], + [ + "▁fi", + "nal" + ], + [ + "▁", + "final" + ], + [ + "'", + ")" + ], + [ + "▁r", + "un" + ], + [ + "▁ru", + "n" + ], + [ + "▁", + "run" + ], + [ + "ov", + "er" + ], + [ + "ove", + "r" + ], + [ + "o", + "ver" + ], + [ + "▁n", + "ever" + ], + [ + "▁ne", + "ver" + ], + [ + "▁", + "never" + ], + [ + "u", + "c" + ], + [ + "▁h", + "igh" + ], + [ + "▁hig", + "h" + ], + [ + "▁hi", + "gh" + ], + [ + "▁", + "high" + ], + [ + "yl", + "e" + ], + [ + "y", + "le" + ], + [ + "▁in", + "s" + ], + [ + "▁i", + "ns" + ], + [ + "▁", + "ins" + ], + [ + "▁b", + "est" + ], + [ + "▁be", + "st" + ], + [ + "▁bes", + "t" + ], + [ + "▁", + "best" + ], + [ + "it", + "tle" + ], + [ + "itt", + "le" + ], + [ + "ri", + "c" + ], + [ + "r", + "ic" + ], + [ + "▁s", + "ign" + ], + [ + "▁si", + "gn" + ], + [ + "▁sig", + "n" + ], + [ + "▁", + "sign" + ], + [ + "▁d", + "em" + ], + [ + "▁de", + "m" + ], + [ + "▁", + "dem" + ], + [ + "in", + "ess" + ], + [ + "ine", + "ss" + ], + [ + "ines", + "s" + ], + [ + "i", + "ness" + ], + [ + "g", + "y" + ], + [ + "▁w", + "ar" + ], + [ + "▁wa", + "r" + ], + [ + "▁", + "war" + ], + [ + "is", + "hed" + ], + [ + "ish", + "ed" + ], + [ + "▁g", + "iv" + ], + [ + "▁gi", + "v" + ], + [ + "ke", + "y" + ], + [ + "k", + "ey" + ], + [ + "▁", + "X" + ], + [ + "(", + "$" + ], + [ + "▁ch", + "ild" + ], + [ + "▁chi", + "ld" + ], + [ + "▁", + "child" + ], + [ + "le", + "ss" + ], + [ + "les", + "s" + ], + [ + "l", + "ess" + ], + [ + "way", + "s" + ], + [ + "wa", + "ys" + ], + [ + "w", + "ays" + ], + [ + "in", + "cl" + ], + [ + "inc", + "l" + ], + [ + "ro", + "p" + ], + [ + "r", + "op" + ], + [ + "ra", + "w" + ], + [ + "r", + "aw" + ], + [ + ":", + "//" + ], + [ + "▁", + "«" + ], + [ + "n", + "o" + ], + [ + "ind", + "ow" + ], + [ + "indo", + "w" + ], + [ + "f", + "e" + ], + [ + "ri", + "end" + ], + [ + "rie", + "nd" + ], + [ + "rien", + "d" + ], + [ + "▁l", + "es" + ], + [ + "▁le", + "s" + ], + [ + "▁", + "les" + ], + [ + "▁l", + "os" + ], + [ + "▁lo", + "s" + ], + [ + "▁", + "los" + ], + [ + "fil", + "e" + ], + [ + "fi", + "le" + ], + [ + "f", + "ile" + ], + [ + "form", + "ation" + ], + [ + "format", + "ion" + ], + [ + "cc", + "ess" + ], + [ + "c", + "cess" + ], + [ + "▁", + "В" + ], + [ + "n", + "a" + ], + [ + "▁i", + "l" + ], + [ + "▁", + "il" + ], + [ + "is", + "ion" + ], + [ + "isi", + "on" + ], + [ + "le", + "r" + ], + [ + "l", + "er" + ], + [ + "▁a", + "rt" + ], + [ + "▁ar", + "t" + ], + [ + "▁", + "art" + ], + [ + "Con", + "t" + ], + [ + "Co", + "nt" + ], + [ + "C", + "ont" + ], + [ + "▁w", + "orld" + ], + [ + "▁wor", + "ld" + ], + [ + "▁", + "world" + ], + [ + "▁t", + "urn" + ], + [ + "▁tu", + "rn" + ], + [ + "▁tur", + "n" + ], + [ + "▁", + "turn" + ], + [ + "▁re", + "ally" + ], + [ + "▁real", + "ly" + ], + [ + "▁E", + "x" + ], + [ + "▁", + "Ex" + ], + [ + "м", + "а" + ], + [ + "▁", + "П" + ], + [ + "ter", + "s" + ], + [ + "te", + "rs" + ], + [ + "t", + "ers" + ], + [ + "ar", + "get" + ], + [ + "arg", + "et" + ], + [ + "arge", + "t" + ], + [ + "Er", + "r" + ], + [ + "E", + "rr" + ], + [ + "▁h", + "app" + ], + [ + "▁ha", + "pp" + ], + [ + "ti", + "me" + ], + [ + "tim", + "e" + ], + [ + "t", + "ime" + ], + [ + "▁S", + "o" + ], + [ + "▁", + "So" + ], + [ + "di", + "v" + ], + [ + "d", + "iv" + ], + [ + "▁did", + "n" + ], + [ + "▁di", + "dn" + ], + [ + "ad", + "a" + ], + [ + "a", + "da" + ], + [ + "oo", + "t" + ], + [ + "o", + "ot" + ], + [ + "}", + ")" + ], + [ + "▁s", + "ch" + ], + [ + "▁sc", + "h" + ], + [ + "▁", + "sch" + ], + [ + "▁c", + "le" + ], + [ + "▁cl", + "e" + ], + [ + "▁", + "cle" + ], + [ + "▁some", + "thing" + ], + [ + "▁som", + "ething" + ], + [ + "▁somet", + "hing" + ], + [ + "▁", + "something" + ], + [ + "()", + "." + ], + [ + "(", + ")." + ], + [ + "▁c", + "our" + ], + [ + "▁co", + "ur" + ], + [ + "▁cou", + "r" + ], + [ + "ev", + "er" + ], + [ + "eve", + "r" + ], + [ + "e", + "ver" + ], + [ + "an", + "ts" + ], + [ + "ant", + "s" + ], + [ + "▁", + "?" + ], + [ + "T", + "o" + ], + [ + "▁", + "`" + ], + [ + "tr", + "y" + ], + [ + "t", + "ry" + ], + [ + "u", + "x" + ], + [ + "ai", + "s" + ], + [ + "a", + "is" + ], + [ + "ro", + "ss" + ], + [ + "ros", + "s" + ], + [ + "r", + "oss" + ], + [ + "hi", + "p" + ], + [ + "h", + "ip" + ], + [ + "▁re", + "p" + ], + [ + "▁r", + "ep" + ], + [ + "▁", + "rep" + ], + [ + "la", + "bel" + ], + [ + "lab", + "el" + ], + [ + "l", + "abel" + ], + [ + "▁b", + "oth" + ], + [ + "▁bo", + "th" + ], + [ + "▁bot", + "h" + ], + [ + "▁", + "both" + ], + [ + "*", + "," + ], + [ + "ot", + "t" + ], + [ + "o", + "tt" + ], + [ + "м", + "и" + ], + [ + "an", + "e" + ], + [ + "a", + "ne" + ], + [ + "▁o", + "pen" + ], + [ + "▁op", + "en" + ], + [ + "▁", + "open" + ], + [ + "w", + "w" + ], + [ + "▁c", + "ome" + ], + [ + "▁com", + "e" + ], + [ + "▁co", + "me" + ], + [ + "▁", + "come" + ], + [ + "▁e", + "xt" + ], + [ + "▁ex", + "t" + ], + [ + "▁", + "ext" + ], + [ + "re", + "m" + ], + [ + "r", + "em" + ], + [ + "_{", + "\\" + ], + [ + "_", + "{\\" + ], + [ + "▁o", + "ld" + ], + [ + "▁ol", + "d" + ], + [ + "▁", + "old" + ], + [ + "ch", + "ed" + ], + [ + "che", + "d" + ], + [ + "c", + "hed" + ], + [ + ".", + "_" + ], + [ + "M", + "E" + ], + [ + "if", + "y" + ], + [ + "i", + "fy" + ], + [ + "g", + "g" + ], + [ + "Co", + "l" + ], + [ + "C", + "ol" + ], + [ + "vi", + "ew" + ], + [ + "v", + "iew" + ], + [ + "▁b", + "us" + ], + [ + "▁bu", + "s" + ], + [ + "▁", + "bus" + ], + [ + "▁m", + "ust" + ], + [ + "▁mus", + "t" + ], + [ + "▁mu", + "st" + ], + [ + "▁", + "must" + ], + [ + "▁d", + "ifferent" + ], + [ + "▁differ", + "ent" + ], + [ + "lo", + "g" + ], + [ + "l", + "og" + ], + [ + "is", + "ts" + ], + [ + "ist", + "s" + ], + [ + "i", + "sts" + ], + [ + "ro", + "ll" + ], + [ + "rol", + "l" + ], + [ + "r", + "oll" + ], + [ + "a", + "i" + ], + [ + "▁з", + "а" + ], + [ + "▁", + "за" + ], + [ + "▁s", + "ystem" + ], + [ + "▁sys", + "tem" + ], + [ + "▁syst", + "em" + ], + [ + "▁", + "system" + ], + [ + "iv", + "ers" + ], + [ + "ive", + "rs" + ], + [ + "iver", + "s" + ], + [ + "i", + "vers" + ], + [ + "at", + "us" + ], + [ + "atu", + "s" + ], + [ + "ot", + "e" + ], + [ + "o", + "te" + ], + [ + "me", + "d" + ], + [ + "m", + "ed" + ], + [ + "]", + "." + ], + [ + "ak", + "es" + ], + [ + "ake", + "s" + ], + [ + "a", + "kes" + ], + [ + "R", + "O" + ], + [ + "▁c", + "ent" + ], + [ + "▁ce", + "nt" + ], + [ + "▁", + "cent" + ], + [ + "gr", + "am" + ], + [ + "gra", + "m" + ], + [ + "g", + "ram" + ], + [ + "▁p", + "rivate" + ], + [ + "▁priv", + "ate" + ], + [ + "▁", + "private" + ], + [ + "▁g", + "reat" + ], + [ + "▁gre", + "at" + ], + [ + "\"", + ";" + ], + [ + "op", + "y" + ], + [ + "o", + "py" + ], + [ + "▁fe", + "el" + ], + [ + "▁fee", + "l" + ], + [ + "▁H", + "ow" + ], + [ + "▁Ho", + "w" + ], + [ + "▁", + "How" + ], + [ + "//", + "//" + ], + [ + "///", + "/" + ], + [ + "/", + "///" + ], + [ + "I", + "C" + ], + [ + "▁d", + "r" + ], + [ + "▁", + "dr" + ], + [ + "ain", + "s" + ], + [ + "ai", + "ns" + ], + [ + "a", + "ins" + ], + [ + "lo", + "ck" + ], + [ + "loc", + "k" + ], + [ + "l", + "ock" + ], + [ + "E", + "n" + ], + [ + "▁S", + "ch" + ], + [ + "▁Sc", + "h" + ], + [ + "▁", + "Sch" + ], + [ + "▁m", + "at" + ], + [ + "▁ma", + "t" + ], + [ + "▁", + "mat" + ], + [ + "▁h", + "ome" + ], + [ + "▁hom", + "e" + ], + [ + "▁ho", + "me" + ], + [ + "▁", + "home" + ], + [ + "per", + "ty" + ], + [ + "pert", + "y" + ], + [ + "te", + "st" + ], + [ + "tes", + "t" + ], + [ + "t", + "est" + ], + [ + "lo", + "c" + ], + [ + "l", + "oc" + ], + [ + "▁w", + "om" + ], + [ + "▁wo", + "m" + ], + [ + "s", + "w" + ], + [ + "ar", + "ly" + ], + [ + "arl", + "y" + ], + [ + "▁E", + "n" + ], + [ + "▁", + "En" + ], + [ + "▁к", + "о" + ], + [ + "▁", + "ко" + ], + [ + "de", + "n" + ], + [ + "d", + "en" + ], + [ + "ст", + "а" + ], + [ + "с", + "та" + ], + [ + "▁", + "а" + ], + [ + "et", + "er" + ], + [ + "ete", + "r" + ], + [ + "e", + "ter" + ], + [ + "▁incl", + "ud" + ], + [ + "▁inclu", + "d" + ], + [ + "UL", + "L" + ], + [ + "U", + "LL" + ], + [ + "▁m", + "em" + ], + [ + "▁me", + "m" + ], + [ + "▁", + "mem" + ], + [ + "▁p", + "o" + ], + [ + "▁", + "po" + ], + [ + "▁l", + "ittle" + ], + [ + "▁lit", + "tle" + ], + [ + "▁litt", + "le" + ], + [ + "▁a", + "rg" + ], + [ + "▁ar", + "g" + ], + [ + "▁", + "arg" + ], + [ + "▁}", + "," + ], + [ + "▁", + "}," + ], + [ + "in", + "clude" + ], + [ + "incl", + "ude" + ], + [ + "et", + "a" + ], + [ + "e", + "ta" + ], + [ + "▁p", + "lace" + ], + [ + "▁pl", + "ace" + ], + [ + "▁plac", + "e" + ], + [ + "▁", + "place" + ], + [ + "id", + "th" + ], + [ + "us", + "tom" + ], + [ + "ust", + "om" + ], + [ + "▁|", + "|" + ], + [ + "▁", + "||" + ], + [ + "▁t", + "em" + ], + [ + "▁te", + "m" + ], + [ + "▁", + "tem" + ], + [ + "ri", + "ed" + ], + [ + "rie", + "d" + ], + [ + "r", + "ied" + ], + [ + "▁f", + "act" + ], + [ + "▁fac", + "t" + ], + [ + "▁fa", + "ct" + ], + [ + "▁", + "fact" + ], + [ + "ien", + "ce" + ], + [ + "i", + "ence" + ], + [ + "▁P", + "l" + ], + [ + "▁", + "Pl" + ], + [ + "op", + "t" + ], + [ + "o", + "pt" + ], + [ + "el", + "e" + ], + [ + "e", + "le" + ], + [ + "g", + "o" + ], + [ + "A", + "C" + ], + [ + "in", + "ter" + ], + [ + "int", + "er" + ], + [ + "inte", + "r" + ], + [ + "====", + "====" + ], + [ + "()", + "," + ], + [ + "(", + ")," + ], + [ + "ot", + "s" + ], + [ + "o", + "ts" + ], + [ + "ra", + "l" + ], + [ + "r", + "al" + ], + [ + "iqu", + "e" + ], + [ + "iq", + "ue" + ], + [ + "i", + "que" + ], + [ + "av", + "ing" + ], + [ + "avi", + "ng" + ], + [ + "a", + "ving" + ], + [ + "m", + "l" + ], + [ + "▁th", + "ought" + ], + [ + "▁though", + "t" + ], + [ + "▁thou", + "ght" + ], + [ + "fr", + "ac" + ], + [ + "f", + "rac" + ], + [ + "▁c", + "are" + ], + [ + "▁car", + "e" + ], + [ + "▁ca", + "re" + ], + [ + "▁", + "care" + ], + [ + "()", + ");" + ], + [ + "())", + ";" + ], + [ + "(", + "));" + ], + [ + "▁p", + "ut" + ], + [ + "▁pu", + "t" + ], + [ + "▁", + "put" + ], + [ + "▁m", + "ight" + ], + [ + "▁mi", + "ght" + ], + [ + "▁mig", + "ht" + ], + [ + "▁A", + "mer" + ], + [ + "▁Am", + "er" + ], + [ + "▁", + "Amer" + ], + [ + "▁(", + "!" + ], + [ + "▁", + "(!" + ], + [ + "am", + "ple" + ], + [ + "amp", + "le" + ], + [ + "al", + "th" + ], + [ + "alt", + "h" + ], + [ + "▁f", + "ew" + ], + [ + "▁fe", + "w" + ], + [ + "▁st", + "ate" + ], + [ + "▁stat", + "e" + ], + [ + "▁sta", + "te" + ], + [ + "▁", + "state" + ], + [ + "su", + "b" + ], + [ + "s", + "ub" + ], + [ + "▁O", + "r" + ], + [ + "▁", + "Or" + ], + [ + "]", + ";" + ], + [ + "▁s", + "ize" + ], + [ + "▁si", + "ze" + ], + [ + "▁", + "size" + ], + [ + "▁S", + "p" + ], + [ + "▁", + "Sp" + ], + [ + "▁with", + "out" + ], + [ + "▁", + "without" + ], + [ + "▁p", + "oss" + ], + [ + "▁pos", + "s" + ], + [ + "▁po", + "ss" + ], + [ + "▁", + "poss" + ], + [ + "e", + "q" + ], + [ + "pl", + "ay" + ], + [ + "p", + "lay" + ], + [ + "▁ex", + "pect" + ], + [ + "▁exp", + "ect" + ], + [ + "▁", + "expect" + ], + [ + "▁se", + "cond" + ], + [ + "▁sec", + "ond" + ], + [ + "▁", + "second" + ], + [ + "▁S", + "tring" + ], + [ + "▁St", + "ring" + ], + [ + "▁Str", + "ing" + ], + [ + "▁", + "String" + ], + [ + "ui", + "ld" + ], + [ + "u", + "ild" + ], + [ + "▁n", + "ext" + ], + [ + "▁ne", + "xt" + ], + [ + "▁", + "next" + ], + [ + "+", + "+" + ], + [ + "re", + "qu" + ], + [ + "req", + "u" + ], + [ + "r", + "equ" + ], + [ + "▁A", + "ll" + ], + [ + "▁Al", + "l" + ], + [ + "▁", + "All" + ], + [ + "▁m", + "en" + ], + [ + "▁me", + "n" + ], + [ + "▁", + "men" + ], + [ + "▁W", + "hen" + ], + [ + "▁Wh", + "en" + ], + [ + "▁Whe", + "n" + ], + [ + "▁", + "When" + ], + [ + "it", + "er" + ], + [ + "ite", + "r" + ], + [ + "i", + "ter" + ], + [ + "am", + "ent" + ], + [ + "ame", + "nt" + ], + [ + "amen", + "t" + ], + [ + "a", + "ment" + ], + [ + "ne", + "t" + ], + [ + "n", + "et" + ], + [ + "▁", + "К" + ], + [ + "ro", + "n" + ], + [ + "r", + "on" + ], + [ + "ain", + "t" + ], + [ + "ai", + "nt" + ], + [ + "a", + "int" + ], + [ + "▁I", + "s" + ], + [ + "▁", + "Is" + ], + [ + "в", + "е" + ], + [ + "pe", + "nd" + ], + [ + "pen", + "d" + ], + [ + "p", + "end" + ], + [ + "trans", + "lation" + ], + [ + "transl", + "ation" + ], + [ + "▁г", + "о" + ], + [ + "▁", + "го" + ], + [ + "ч", + "е" + ], + [ + "▁v", + "an" + ], + [ + "▁va", + "n" + ], + [ + "▁", + "van" + ], + [ + "▁an", + "other" + ], + [ + "▁ano", + "ther" + ], + [ + "▁re", + "t" + ], + [ + "▁r", + "et" + ], + [ + "▁", + "ret" + ], + [ + "▁L", + "a" + ], + [ + "▁", + "La" + ], + [ + "Mo", + "d" + ], + [ + "M", + "od" + ], + [ + "IO", + "N" + ], + [ + "I", + "ON" + ], + [ + "li", + "st" + ], + [ + "l", + "ist" + ], + [ + "▁p", + "ost" + ], + [ + "▁pos", + "t" + ], + [ + "▁po", + "st" + ], + [ + "▁", + "post" + ], + [ + "d", + "a" + ], + [ + "wa", + "re" + ], + [ + "war", + "e" + ], + [ + "w", + "are" + ], + [ + "▁w", + "ord" + ], + [ + "▁wor", + "d" + ], + [ + "▁wo", + "rd" + ], + [ + "▁", + "word" + ], + [ + "Err", + "or" + ], + [ + "Er", + "ror" + ], + [ + "▁se", + "em" + ], + [ + "▁see", + "m" + ], + [ + "▁cont", + "in" + ], + [ + "▁", + "contin" + ], + [ + "at", + "ic" + ], + [ + "ati", + "c" + ], + [ + "▁th", + "ree" + ], + [ + "▁thr", + "ee" + ], + [ + "▁", + "three" + ], + [ + "Ob", + "ject" + ], + [ + "Obj", + "ect" + ], + [ + "▁part", + "ic" + ], + [ + "▁parti", + "c" + ], + [ + "$", + "." + ], + [ + "▁m", + "ark" + ], + [ + "▁mar", + "k" + ], + [ + "▁", + "mark" + ], + [ + "▁v", + "is" + ], + [ + "▁vi", + "s" + ], + [ + "▁", + "vis" + ], + [ + "r", + "c" + ], + [ + "▁s", + "w" + ], + [ + "▁", + "sw" + ], + [ + "pt", + "ions" + ], + [ + "ption", + "s" + ], + [ + "▁b", + "reak" + ], + [ + "▁bre", + "ak" + ], + [ + "▁", + "break" + ], + [ + "▁th", + "ings" + ], + [ + "▁thing", + "s" + ], + [ + "▁thin", + "gs" + ], + [ + "ut", + "e" + ], + [ + "u", + "te" + ], + [ + "u", + "i" + ], + [ + "▁T", + "hat" + ], + [ + "▁Th", + "at" + ], + [ + "▁", + "That" + ], + [ + "ur", + "s" + ], + [ + "u", + "rs" + ], + [ + "g", + "l" + ], + [ + "р", + "у" + ], + [ + "▁f", + "ile" + ], + [ + "▁fil", + "e" + ], + [ + "▁fi", + "le" + ], + [ + "▁", + "file" + ], + [ + "us", + "e" + ], + [ + "u", + "se" + ], + [ + "ig", + "ned" + ], + [ + "ign", + "ed" + ], + [ + "igne", + "d" + ], + [ + "par", + "t" + ], + [ + "pa", + "rt" + ], + [ + "p", + "art" + ], + [ + "U", + "n" + ], + [ + "▁e", + "qu" + ], + [ + "▁eq", + "u" + ], + [ + "▁", + "equ" + ], + [ + "(", + "&" + ], + [ + "▁l", + "ead" + ], + [ + "▁le", + "ad" + ], + [ + "r", + "m" + ], + [ + "ain", + "ed" + ], + [ + "ai", + "ned" + ], + [ + "aine", + "d" + ], + [ + "a", + "ined" + ], + [ + "▁B", + "e" + ], + [ + "▁", + "Be" + ], + [ + "pat", + "h" + ], + [ + "pa", + "th" + ], + [ + "p", + "ath" + ], + [ + "▁sm", + "all" + ], + [ + "▁", + "small" + ], + [ + "ag", + "er" + ], + [ + "age", + "r" + ], + [ + "a", + "ger" + ], + [ + "▁al", + "ways" + ], + [ + "▁", + "always" + ], + [ + "▁E", + "l" + ], + [ + "▁", + "El" + ], + [ + "▁or", + "der" + ], + [ + "▁ord", + "er" + ], + [ + "▁", + "order" + ], + [ + "▁e", + "y" + ], + [ + "▁", + "ey" + ], + [ + "▁w", + "on" + ], + [ + "▁wo", + "n" + ], + [ + "▁", + "won" + ], + [ + "ap", + "e" + ], + [ + "a", + "pe" + ], + [ + "▁l", + "eft" + ], + [ + "▁le", + "ft" + ], + [ + "▁", + "left" + ], + [ + "av", + "a" + ], + [ + "a", + "va" + ], + [ + "it", + "em" + ], + [ + "ite", + "m" + ], + [ + "i", + "tem" + ], + [ + "ho", + "r" + ], + [ + "h", + "or" + ], + [ + "▁a", + "way" + ], + [ + "▁aw", + "ay" + ], + [ + "▁", + "away" + ], + [ + "b", + "b" + ], + [ + "fu", + "n" + ], + [ + "f", + "un" + ], + [ + "▁I", + "nd" + ], + [ + "▁In", + "d" + ], + [ + "▁", + "Ind" + ], + [ + "m", + "b" + ], + [ + "▁st", + "ruct" + ], + [ + "▁str", + "uct" + ], + [ + "▁stru", + "ct" + ], + [ + "▁", + "struct" + ], + [ + "▁pro", + "cess" + ], + [ + "▁proc", + "ess" + ], + [ + "▁proces", + "s" + ], + [ + "▁", + "process" + ], + [ + "▁s", + "upport" + ], + [ + "▁sup", + "port" + ], + [ + "▁supp", + "ort" + ], + [ + "▁", + "support" + ], + [ + ");", + "\r" + ], + [ + ")", + ";\r" + ], + [ + "ió", + "n" + ], + [ + "i", + "ón" + ], + [ + "L", + "O" + ], + [ + "▁o", + "per" + ], + [ + "▁op", + "er" + ], + [ + "▁", + "oper" + ], + [ + "U", + "T" + ], + [ + "▁", + "·" + ], + [ + "P", + "E" + ], + [ + "lo", + "ad" + ], + [ + "l", + "oad" + ], + [ + "of", + "f" + ], + [ + "o", + "ff" + ], + [ + "▁N", + "o" + ], + [ + "▁", + "No" + ], + [ + "iv", + "es" + ], + [ + "ive", + "s" + ], + [ + "i", + "ves" + ], + [ + "ic", + "an" + ], + [ + "ica", + "n" + ], + [ + "i", + "can" + ], + [ + "▁v", + "e" + ], + [ + "▁", + "ve" + ], + [ + "act", + "ion" + ], + [ + "a", + "ction" + ], + [ + "'", + ";" + ], + [ + "▁v", + "o" + ], + [ + "▁", + "vo" + ], + [ + "$", + "," + ], + [ + "▁G", + "r" + ], + [ + "▁", + "Gr" + ], + [ + "pr", + "e" + ], + [ + "p", + "re" + ], + [ + "n", + "y" + ], + [ + "ain", + "ing" + ], + [ + "ai", + "ning" + ], + [ + "a", + "ining" + ], + [ + "io", + "r" + ], + [ + "i", + "or" + ], + [ + "in", + "it" + ], + [ + "ini", + "t" + ], + [ + "i", + "nit" + ], + [ + "le", + "ction" + ], + [ + "lect", + "ion" + ], + [ + "l", + "ection" + ], + [ + "ar", + "m" + ], + [ + "a", + "rm" + ], + [ + "um", + "n" + ], + [ + "u", + "mn" + ], + [ + "ag", + "s" + ], + [ + "a", + "gs" + ], + [ + "ц", + "и" + ], + [ + "ск", + "о" + ], + [ + "с", + "ко" + ], + [ + "vers", + "ion" + ], + [ + "v", + "ersion" + ], + [ + "▁T", + "o" + ], + [ + "▁", + "To" + ], + [ + "▁re", + "f" + ], + [ + "▁r", + "ef" + ], + [ + "▁", + "ref" + ], + [ + "st", + "and" + ], + [ + "sta", + "nd" + ], + [ + "stan", + "d" + ], + [ + "▁A", + "t" + ], + [ + "▁", + "At" + ], + [ + "if", + "t" + ], + [ + "i", + "ft" + ], + [ + "▁e", + "in" + ], + [ + "fa", + "ce" + ], + [ + "fac", + "e" + ], + [ + "f", + "ace" + ], + [ + "b", + "o" + ], + [ + "if", + "ied" + ], + [ + "ifi", + "ed" + ], + [ + "ve", + "d" + ], + [ + "v", + "ed" + ], + [ + "su", + "m" + ], + [ + "s", + "um" + ], + [ + "un", + "e" + ], + [ + "u", + "ne" + ], + [ + "it", + "al" + ], + [ + "ita", + "l" + ], + [ + "i", + "tal" + ], + [ + "um", + "p" + ], + [ + "u", + "mp" + ], + [ + "com", + "m" + ], + [ + "co", + "mm" + ], + [ + "c", + "omm" + ], + [ + "▁m", + "ov" + ], + [ + "▁mo", + "v" + ], + [ + "▁", + "mov" + ], + [ + "el", + "t" + ], + [ + "e", + "lt" + ], + [ + "▁v", + "on" + ], + [ + "▁vo", + "n" + ], + [ + "vel", + "op" + ], + [ + "ct", + "or" + ], + [ + "c", + "tor" + ], + [ + "he", + "ad" + ], + [ + "h", + "ead" + ], + [ + "cl", + "e" + ], + [ + "c", + "le" + ], + [ + "▁b", + "uild" + ], + [ + "▁bu", + "ild" + ], + [ + "▁", + "build" + ], + [ + "in", + "c" + ], + [ + "i", + "nc" + ], + [ + ".", + "'" + ], + [ + "b", + "s" + ], + [ + "in", + "fo" + ], + [ + "inf", + "o" + ], + [ + "ch", + "n" + ], + [ + "c", + "hn" + ], + [ + "▁we", + "ek" + ], + [ + "▁", + "week" + ], + [ + "▁b", + "ook" + ], + [ + "▁bo", + "ok" + ], + [ + "▁", + "book" + ], + [ + "H", + "E" + ], + [ + "ba", + "r" + ], + [ + "b", + "ar" + ], + [ + "ic", + "ense" + ], + [ + "▁W", + "hat" + ], + [ + "▁Wh", + "at" + ], + [ + "▁", + "What" + ], + [ + "▁qu", + "est" + ], + [ + "▁que", + "st" + ], + [ + "▁q", + "uest" + ], + [ + "▁", + "quest" + ], + [ + "ur", + "ch" + ], + [ + "at", + "o" + ], + [ + "a", + "to" + ], + [ + "le", + "ft" + ], + [ + "l", + "eft" + ], + [ + "▁m", + "ar" + ], + [ + "▁ma", + "r" + ], + [ + "▁", + "mar" + ], + [ + "▁t", + "op" + ], + [ + "▁to", + "p" + ], + [ + "▁", + "top" + ], + [ + "F", + "F" + ], + [ + "▁f", + "riend" + ], + [ + "▁", + "friend" + ], + [ + "▁b", + "eh" + ], + [ + "▁be", + "h" + ], + [ + "▁f", + "ield" + ], + [ + "▁fi", + "eld" + ], + [ + "▁", + "field" + ], + [ + "▁again", + "st" + ], + [ + "ra", + "ct" + ], + [ + "rac", + "t" + ], + [ + "r", + "act" + ], + [ + "iz", + "ation" + ], + [ + "us", + "er" + ], + [ + "use", + "r" + ], + [ + "u", + "ser" + ], + [ + "ch", + "en" + ], + [ + "che", + "n" + ], + [ + "c", + "hen" + ], + [ + "▁ke", + "ep" + ], + [ + "▁", + "keep" + ], + [ + "A", + "D" + ], + [ + "it", + "or" + ], + [ + "ito", + "r" + ], + [ + "i", + "tor" + ], + [ + "▁n", + "on" + ], + [ + "▁no", + "n" + ], + [ + "▁", + "non" + ], + [ + "ir", + "d" + ], + [ + "i", + "rd" + ], + [ + "op", + "e" + ], + [ + "o", + "pe" + ], + [ + "▁re", + "st" + ], + [ + "▁r", + "est" + ], + [ + "▁res", + "t" + ], + [ + "▁", + "rest" + ], + [ + "▁d", + "ev" + ], + [ + "▁de", + "v" + ], + [ + "▁", + "dev" + ], + [ + "▁_", + "_" + ], + [ + "▁", + "__" + ], + [ + "▁u", + "na" + ], + [ + "▁un", + "a" + ], + [ + "▁", + "una" + ], + [ + "▁t", + "erm" + ], + [ + "▁te", + "rm" + ], + [ + "▁ter", + "m" + ], + [ + "▁", + "term" + ], + [ + "I", + "S" + ], + [ + "▁p", + "op" + ], + [ + "▁po", + "p" + ], + [ + "▁", + "pop" + ], + [ + "ri", + "st" + ], + [ + "ris", + "t" + ], + [ + "r", + "ist" + ], + [ + "▁s", + "ince" + ], + [ + "▁sin", + "ce" + ], + [ + "▁sinc", + "e" + ], + [ + "▁", + "since" + ], + [ + "ve", + "s" + ], + [ + "v", + "es" + ], + [ + "▁h", + "ard" + ], + [ + "▁ha", + "rd" + ], + [ + "▁har", + "d" + ], + [ + "▁", + "hard" + ], + [ + "p", + "i" + ], + [ + "ut", + "il" + ], + [ + "uti", + "l" + ], + [ + "u", + "til" + ], + [ + "▁s", + "oc" + ], + [ + "▁so", + "c" + ], + [ + "▁", + "soc" + ], + [ + "en", + "e" + ], + [ + "e", + "ne" + ], + [ + "Ex", + "ception" + ], + [ + "▁l", + "ocal" + ], + [ + "▁loc", + "al" + ], + [ + "▁lo", + "cal" + ], + [ + "▁", + "local" + ], + [ + "▁d", + "irect" + ], + [ + "▁di", + "rect" + ], + [ + "▁dire", + "ct" + ], + [ + "▁dir", + "ect" + ], + [ + "▁", + "direct" + ], + [ + "▁s", + "ure" + ], + [ + "▁su", + "re" + ], + [ + "▁sur", + "e" + ], + [ + "▁", + "sure" + ], + [ + "▁b", + "ro" + ], + [ + "▁br", + "o" + ], + [ + "▁", + "bro" + ], + [ + "▁d", + "a" + ], + [ + "▁", + "da" + ], + [ + "▁<", + "/" + ], + [ + "▁", + "" + ], + [ + "ai", + "m" + ], + [ + "a", + "im" + ], + [ + "▁s", + "ervice" + ], + [ + "▁serv", + "ice" + ], + [ + "▁", + "service" + ], + [ + "▁with", + "in" + ], + [ + "an", + "gu" + ], + [ + "ang", + "u" + ], + [ + "▁", + "Д" + ], + [ + "uf", + "fer" + ], + [ + "uff", + "er" + ], + [ + "A", + "G" + ], + [ + "▁D", + "o" + ], + [ + "▁", + "Do" + ], + [ + "▁in", + "cre" + ], + [ + "▁inc", + "re" + ], + [ + "▁under", + "stand" + ], + [ + "}", + "^" + ], + [ + "▁look", + "ed" + ], + [ + "▁lo", + "oked" + ], + [ + "ge", + "n" + ], + [ + "g", + "en" + ], + [ + "ail", + "ed" + ], + [ + "ai", + "led" + ], + [ + "a", + "iled" + ], + [ + "▁", + "е" + ], + [ + "ay", + "er" + ], + [ + "aye", + "r" + ], + [ + "a", + "yer" + ], + [ + "▁O", + "ne" + ], + [ + "▁On", + "e" + ], + [ + "▁", + "One" + ], + [ + "▁b", + "as" + ], + [ + "▁ba", + "s" + ], + [ + "▁", + "bas" + ], + [ + "▁j", + "ob" + ], + [ + "▁jo", + "b" + ], + [ + "▁", + "job" + ], + [ + "m", + "u" + ], + [ + "bu", + "t" + ], + [ + "b", + "ut" + ], + [ + "el", + "ta" + ], + [ + "elt", + "a" + ], + [ + "▁Ch", + "rist" + ], + [ + "▁Chris", + "t" + ], + [ + "▁", + "Christ" + ], + [ + "ur", + "ation" + ], + [ + "▁re", + "cord" + ], + [ + "▁rec", + "ord" + ], + [ + "▁", + "record" + ], + [ + "▁Un", + "ivers" + ], + [ + "▁", + "Univers" + ], + [ + "iv", + "id" + ], + [ + "ivi", + "d" + ], + [ + "i", + "vid" + ], + [ + "val", + "id" + ], + [ + "▁", + "Р" + ], + [ + "▁h", + "old" + ], + [ + "▁hol", + "d" + ], + [ + "▁ho", + "ld" + ], + [ + "▁", + "hold" + ], + [ + "▁t", + "able" + ], + [ + "▁tab", + "le" + ], + [ + "▁ta", + "ble" + ], + [ + "▁", + "table" + ], + [ + "on", + "es" + ], + [ + "one", + "s" + ], + [ + "o", + "nes" + ], + [ + "lin", + "k" + ], + [ + "l", + "ink" + ], + [ + "▁G", + "e" + ], + [ + "▁", + "Ge" + ], + [ + "▁of", + "fer" + ], + [ + "▁off", + "er" + ], + [ + "st", + "er" + ], + [ + "ste", + "r" + ], + [ + "s", + "ter" + ], + [ + "For", + "m" + ], + [ + "F", + "orm" + ], + [ + "=", + "{" + ], + [ + "▁н", + "е" + ], + [ + "▁", + "не" + ], + [ + "st", + "ance" + ], + [ + "stan", + "ce" + ], + [ + "▁g", + "overn" + ], + [ + "▁go", + "vern" + ], + [ + "▁gover", + "n" + ], + [ + "▁", + "govern" + ], + [ + "▁te", + "chn" + ], + [ + "▁tech", + "n" + ], + [ + "▁", + "techn" + ], + [ + "▁p", + "rim" + ], + [ + "▁pr", + "im" + ], + [ + "▁pri", + "m" + ], + [ + "▁", + "prim" + ], + [ + "*", + "." + ], + [ + "ch", + "o" + ], + [ + "c", + "ho" + ], + [ + "ma", + "x" + ], + [ + "m", + "ax" + ], + [ + "▁f", + "ore" + ], + [ + "▁for", + "e" + ], + [ + "▁fo", + "re" + ], + [ + "▁", + "fore" + ], + [ + "▁C", + "an" + ], + [ + "▁Ca", + "n" + ], + [ + "▁", + "Can" + ], + [ + "▁pol", + "it" + ], + [ + "▁po", + "lit" + ], + [ + "▁", + "polit" + ], + [ + "or", + "ies" + ], + [ + "ori", + "es" + ], + [ + "orie", + "s" + ], + [ + "o", + "ries" + ], + [ + "▁t", + "imes" + ], + [ + "▁time", + "s" + ], + [ + "▁tim", + "es" + ], + [ + "▁ti", + "mes" + ], + [ + "▁", + "times" + ], + [ + "▁d", + "ans" + ], + [ + "▁da", + "ns" + ], + [ + "▁dan", + "s" + ], + [ + "▁a", + "ir" + ], + [ + "▁ai", + "r" + ], + [ + "▁", + "air" + ], + [ + "▁any", + "thing" + ], + [ + "▁s", + "ever" + ], + [ + "▁se", + "ver" + ], + [ + "ac", + "y" + ], + [ + "a", + "cy" + ], + [ + "}", + "_" + ], + [ + "H", + "e" + ], + [ + "▁l", + "east" + ], + [ + "▁le", + "ast" + ], + [ + "ip", + "s" + ], + [ + "i", + "ps" + ], + [ + "EN", + "T" + ], + [ + "E", + "NT" + ], + [ + "d", + "o" + ], + [ + "▁о", + "т" + ], + [ + "▁", + "от" + ], + [ + "▁c", + "ost" + ], + [ + "▁co", + "st" + ], + [ + "▁cos", + "t" + ], + [ + "▁", + "cost" + ], + [ + ".", + "”" + ], + [ + "▁child", + "ren" + ], + [ + "▁", + "children" + ], + [ + "ab", + "ility" + ], + [ + "abil", + "ity" + ], + [ + "Bu", + "t" + ], + [ + "B", + "ut" + ], + [ + "▁p", + "ath" + ], + [ + "▁pat", + "h" + ], + [ + "▁pa", + "th" + ], + [ + "▁", + "path" + ], + [ + "res", + "ult" + ], + [ + "ac", + "ter" + ], + [ + "act", + "er" + ], + [ + "▁e", + "lement" + ], + [ + "▁el", + "ement" + ], + [ + "▁ele", + "ment" + ], + [ + "▁elem", + "ent" + ], + [ + "▁", + "element" + ], + [ + "e", + "e" + ], + [ + "▁w", + "ait" + ], + [ + "▁wa", + "it" + ], + [ + "▁", + "wait" + ], + [ + "▁m", + "oney" + ], + [ + "▁mon", + "ey" + ], + [ + "▁mo", + "ney" + ], + [ + "Ma", + "p" + ], + [ + "M", + "ap" + ], + [ + "t", + "d" + ], + [ + "oi", + "n" + ], + [ + "o", + "in" + ], + [ + "iv", + "ing" + ], + [ + "ivi", + "ng" + ], + [ + "i", + "ving" + ], + [ + "ic", + "ht" + ], + [ + "ich", + "t" + ], + [ + "i", + "cht" + ], + [ + "ic", + "y" + ], + [ + "i", + "cy" + ], + [ + "sc", + "h" + ], + [ + "s", + "ch" + ], + [ + "st", + "e" + ], + [ + "s", + "te" + ], + [ + "д", + "у" + ], + [ + "or", + "ed" + ], + [ + "ore", + "d" + ], + [ + "o", + "red" + ], + [ + "ou", + "d" + ], + [ + "o", + "ud" + ], + [ + "il", + "le" + ], + [ + "ill", + "e" + ], + [ + "i", + "lle" + ], + [ + "is", + "ed" + ], + [ + "ise", + "d" + ], + [ + "i", + "sed" + ], + [ + "pl", + "ication" + ], + [ + "plic", + "ation" + ], + [ + "▁c", + "ustom" + ], + [ + "▁cust", + "om" + ], + [ + "▁", + "custom" + ], + [ + "▁h", + "aving" + ], + [ + "▁ha", + "ving" + ], + [ + "▁hav", + "ing" + ], + [ + "pon", + "ent" + ], + [ + "po", + "nent" + ], + [ + "▁B", + "y" + ], + [ + "▁", + "By" + ], + [ + "ul", + "es" + ], + [ + "ule", + "s" + ], + [ + "u", + "les" + ], + [ + "ue", + "d" + ], + [ + "u", + "ed" + ], + [ + "at", + "ter" + ], + [ + "att", + "er" + ], + [ + "atte", + "r" + ], + [ + "An", + "d" + ], + [ + "A", + "nd" + ], + [ + "it", + "ive" + ], + [ + "iti", + "ve" + ], + [ + "De", + "f" + ], + [ + "D", + "ef" + ], + [ + "▁m", + "oment" + ], + [ + "▁mom", + "ent" + ], + [ + "▁mo", + "ment" + ], + [ + "▁", + "moment" + ], + [ + "at", + "erial" + ], + [ + "ate", + "rial" + ], + [ + "ater", + "ial" + ], + [ + "Cl", + "ass" + ], + [ + "C", + "lass" + ], + [ + "og", + "raph" + ], + [ + "ograp", + "h" + ], + [ + "o", + "graph" + ], + [ + "ik", + "e" + ], + [ + "i", + "ke" + ], + [ + "▁l", + "arge" + ], + [ + "▁larg", + "e" + ], + [ + "▁", + "large" + ], + [ + "▁#", + "###" + ], + [ + "▁##", + "##" + ], + [ + "▁###", + "#" + ], + [ + "▁", + "####" + ], + [ + "▁e", + "ither" + ], + [ + "du", + "ct" + ], + [ + "duc", + "t" + ], + [ + "d", + "uct" + ], + [ + "▁T", + "hen" + ], + [ + "▁The", + "n" + ], + [ + "▁Th", + "en" + ], + [ + "▁", + "Then" + ], + [ + "▁G", + "u" + ], + [ + "▁", + "Gu" + ], + [ + "ole", + "an" + ], + [ + "o", + "lean" + ], + [ + "pe", + "rt" + ], + [ + "per", + "t" + ], + [ + "p", + "ert" + ], + [ + "▁G", + "et" + ], + [ + "▁Ge", + "t" + ], + [ + "▁", + "Get" + ], + [ + "▁A", + "b" + ], + [ + "▁", + "Ab" + ], + [ + "▁sh", + "ort" + ], + [ + "▁", + "short" + ], + [ + "O", + "n" + ], + [ + "im", + "ent" + ], + [ + "ime", + "nt" + ], + [ + "imen", + "t" + ], + [ + "i", + "ment" + ], + [ + "▁pro", + "ject" + ], + [ + "▁", + "project" + ], + [ + "cri", + "pt" + ], + [ + "cr", + "ipt" + ], + [ + "c", + "ript" + ], + [ + "▁incl", + "uding" + ], + [ + "▁includ", + "ing" + ], + [ + "▁inclu", + "ding" + ], + [ + "▁", + "including" + ], + [ + "ни", + "я" + ], + [ + "▁m", + "aking" + ], + [ + "▁ma", + "king" + ], + [ + "▁", + "making" + ], + [ + "▁some", + "one" + ], + [ + "▁F", + "l" + ], + [ + "▁", + "Fl" + ], + [ + "▁s", + "at" + ], + [ + "▁sa", + "t" + ], + [ + "▁", + "sat" + ], + [ + "▁comp", + "any" + ], + [ + "▁compan", + "y" + ], + [ + "▁", + "company" + ], + [ + "oc", + "us" + ], + [ + "p", + "u" + ], + [ + "▁G", + "od" + ], + [ + "▁Go", + "d" + ], + [ + "▁", + "God" + ], + [ + "if", + "ication" + ], + [ + "ific", + "ation" + ], + [ + "N", + "o" + ], + [ + "▁s", + "n" + ], + [ + "▁", + "sn" + ], + [ + "an", + "o" + ], + [ + "a", + "no" + ], + [ + "g", + "a" + ], + [ + "▁a", + "u" + ], + [ + "▁", + "au" + ], + [ + "▁c", + "ou" + ], + [ + "▁co", + "u" + ], + [ + "▁", + "cou" + ], + [ + "á", + "s" + ], + [ + "en", + "ded" + ], + [ + "end", + "ed" + ], + [ + "ende", + "d" + ], + [ + "т", + "у" + ], + [ + "ob", + "er" + ], + [ + "obe", + "r" + ], + [ + "o", + "ber" + ], + [ + "▁n", + "othing" + ], + [ + "▁not", + "hing" + ], + [ + "▁no", + "thing" + ], + [ + "▁n", + "et" + ], + [ + "▁ne", + "t" + ], + [ + "▁", + "net" + ], + [ + "▁p", + "ot" + ], + [ + "▁po", + "t" + ], + [ + "▁", + "pot" + ], + [ + "▁t", + "yp" + ], + [ + "▁ty", + "p" + ], + [ + "▁", + "typ" + ], + [ + "▁it", + "em" + ], + [ + "▁i", + "tem" + ], + [ + "▁", + "item" + ], + [ + "re", + "w" + ], + [ + "r", + "ew" + ], + [ + "At", + "t" + ], + [ + "A", + "tt" + ], + [ + "▁you", + "ng" + ], + [ + "▁yo", + "ung" + ], + [ + "}", + "\r" + ], + [ + "nd", + "er" + ], + [ + "nde", + "r" + ], + [ + "n", + "der" + ], + [ + "st", + "art" + ], + [ + "sta", + "rt" + ], + [ + "star", + "t" + ], + [ + "▁S", + "c" + ], + [ + "▁", + "Sc" + ], + [ + "*", + ")" + ], + [ + "▁e", + "nc" + ], + [ + "▁en", + "c" + ], + [ + "▁", + "enc" + ], + [ + "▁w", + "omen" + ], + [ + "▁wom", + "en" + ], + [ + "▁wo", + "men" + ], + [ + "▁look", + "ing" + ], + [ + "▁lo", + "oking" + ], + [ + "▁", + "looking" + ], + [ + "▁р", + "о" + ], + [ + "▁", + "ро" + ], + [ + "▁he", + "alth" + ], + [ + "▁heal", + "th" + ], + [ + "▁", + "health" + ], + [ + "Pat", + "h" + ], + [ + "P", + "ath" + ], + [ + "▁A", + "fter" + ], + [ + "▁Af", + "ter" + ], + [ + "▁", + "After" + ], + [ + "▁m", + "ult" + ], + [ + "▁mu", + "lt" + ], + [ + "▁mul", + "t" + ], + [ + "▁", + "mult" + ], + [ + "▁{", + "\\" + ], + [ + "▁", + "{\\" + ], + [ + "▁l", + "and" + ], + [ + "▁la", + "nd" + ], + [ + "▁lan", + "d" + ], + [ + "▁", + "land" + ], + [ + "or", + "ld" + ], + [ + "▁D", + "es" + ], + [ + "▁De", + "s" + ], + [ + "▁", + "Des" + ], + [ + "▁e", + "ng" + ], + [ + "▁en", + "g" + ], + [ + "▁", + "eng" + ], + [ + "in", + "put" + ], + [ + "▁P", + "ol" + ], + [ + "▁Po", + "l" + ], + [ + "▁", + "Pol" + ], + [ + "\"", + "\"" + ], + [ + "Co", + "de" + ], + [ + "C", + "ode" + ], + [ + "▁s", + "upp" + ], + [ + "▁su", + "pp" + ], + [ + "▁sup", + "p" + ], + [ + "▁", + "supp" + ], + [ + "ain", + "er" + ], + [ + "ai", + "ner" + ], + [ + "aine", + "r" + ], + [ + "a", + "iner" + ], + [ + "he", + "ck" + ], + [ + "▁m", + "or" + ], + [ + "▁mo", + "r" + ], + [ + "▁", + "mor" + ], + [ + "▁m", + "ill" + ], + [ + "▁mil", + "l" + ], + [ + "▁mi", + "ll" + ], + [ + "▁", + "mill" + ], + [ + "▁a", + "w" + ], + [ + "▁", + "aw" + ], + [ + "f", + "s" + ], + [ + "▁do", + "ing" + ], + [ + "ting", + "s" + ], + [ + "t", + "ings" + ], + [ + "ad", + "es" + ], + [ + "ade", + "s" + ], + [ + "a", + "des" + ], + [ + "▁to", + "get" + ], + [ + "▁c", + "ertain" + ], + [ + "▁cert", + "ain" + ], + [ + "▁cer", + "tain" + ], + [ + "▁t", + "ogether" + ], + [ + "▁toget", + "her" + ], + [ + "C", + "E" + ], + [ + "ide", + "o" + ], + [ + "▁Amer", + "ican" + ], + [ + "▁America", + "n" + ], + [ + "▁", + "American" + ], + [ + "on", + "y" + ], + [ + "o", + "ny" + ], + [ + "id", + "d" + ], + [ + "i", + "dd" + ], + [ + "I", + "I" + ], + [ + "ge", + "d" + ], + [ + "g", + "ed" + ], + [ + "ab", + "les" + ], + [ + "able", + "s" + ], + [ + "abl", + "es" + ], + [ + "a", + "bles" + ], + [ + "▁ide", + "nt" + ], + [ + "▁id", + "ent" + ], + [ + "▁", + "ident" + ], + [ + "io", + "d" + ], + [ + "i", + "od" + ], + [ + "▁p", + "arent" + ], + [ + "▁par", + "ent" + ], + [ + "▁pa", + "rent" + ], + [ + "▁pare", + "nt" + ], + [ + "▁", + "parent" + ], + [ + "F", + "or" + ], + [ + "amb", + "da" + ], + [ + "an", + "do" + ], + [ + "and", + "o" + ], + [ + "=", + "\\" + ], + [ + "ag", + "ed" + ], + [ + "age", + "d" + ], + [ + "a", + "ged" + ], + [ + "en", + "ding" + ], + [ + "end", + "ing" + ], + [ + "In", + "t" + ], + [ + "I", + "nt" + ], + [ + "▁poss", + "ible" + ], + [ + "▁", + "possible" + ], + [ + "▁с", + "о" + ], + [ + "▁", + "со" + ], + [ + "iv", + "ity" + ], + [ + "ivi", + "ty" + ], + [ + "nu", + "m" + ], + [ + "n", + "um" + ], + [ + "r", + "t" + ], + [ + "aj", + "or" + ], + [ + "ajo", + "r" + ], + [ + "a", + "jor" + ], + [ + "cre", + "ate" + ], + [ + "creat", + "e" + ], + [ + "c", + "reate" + ], + [ + "ri", + "de" + ], + [ + "rid", + "e" + ], + [ + "r", + "ide" + ], + [ + "▁k", + "new" + ], + [ + "▁kn", + "ew" + ], + [ + "▁kne", + "w" + ], + [ + "bi", + "t" + ], + [ + "b", + "it" + ], + [ + "it", + "ional" + ], + [ + "ition", + "al" + ], + [ + "iti", + "onal" + ], + [ + "▁l", + "ik" + ], + [ + "▁li", + "k" + ], + [ + "▁", + "lik" + ], + [ + "▁H", + "er" + ], + [ + "▁He", + "r" + ], + [ + "▁", + "Her" + ], + [ + "ens", + "ion" + ], + [ + "\"", + "." + ], + [ + "ot", + "o" + ], + [ + "o", + "to" + ], + [ + "▁ex", + "ist" + ], + [ + "▁", + "exist" + ], + [ + "ak", + "en" + ], + [ + "ake", + "n" + ], + [ + "a", + "ken" + ], + [ + "▁act", + "ually" + ], + [ + "▁actual", + "ly" + ], + [ + "c", + "a" + ], + [ + "▁", + "Г" + ], + [ + "х", + "о" + ], + [ + "in", + "n" + ], + [ + "i", + "nn" + ], + [ + "Al", + "l" + ], + [ + "A", + "ll" + ], + [ + "bu", + "f" + ], + [ + "b", + "uf" + ], + [ + "▁M", + "e" + ], + [ + "▁", + "Me" + ], + [ + "▁s", + "een" + ], + [ + "▁se", + "en" + ], + [ + "▁see", + "n" + ], + [ + "▁", + "seen" + ], + [ + "op", + "s" + ], + [ + "o", + "ps" + ], + [ + "No", + "t" + ], + [ + "N", + "ot" + ], + [ + "▁cont", + "rol" + ], + [ + "▁contr", + "ol" + ], + [ + "▁contro", + "l" + ], + [ + "▁", + "control" + ], + [ + "▁res", + "pon" + ], + [ + "▁resp", + "on" + ], + [ + "▁", + "respon" + ], + [ + "}", + ";" + ], + [ + "il", + "t" + ], + [ + "i", + "lt" + ], + [ + "is", + "k" + ], + [ + "i", + "sk" + ], + [ + "▁b", + "ad" + ], + [ + "▁ba", + "d" + ], + [ + "▁", + "bad" + ], + [ + "▁o", + "ften" + ], + [ + "▁of", + "ten" + ], + [ + "▁p", + "ast" + ], + [ + "▁pas", + "t" + ], + [ + "▁pa", + "st" + ], + [ + "ap", + "er" + ], + [ + "ape", + "r" + ], + [ + "a", + "per" + ], + [ + "▁re", + "ason" + ], + [ + "▁", + "reason" + ], + [ + "et", + "ers" + ], + [ + "eter", + "s" + ], + [ + "ete", + "rs" + ], + [ + "e", + "ters" + ], + [ + "▁w", + "anted" + ], + [ + "▁want", + "ed" + ], + [ + "ur", + "a" + ], + [ + "u", + "ra" + ], + [ + "ta", + "ble" + ], + [ + "tab", + "le" + ], + [ + "t", + "able" + ], + [ + "or", + "mal" + ], + [ + "orm", + "al" + ], + [ + "wid", + "th" + ], + [ + "w", + "idth" + ], + [ + "г", + "а" + ], + [ + "pt", + "r" + ], + [ + "p", + "tr" + ], + [ + "▁d", + "est" + ], + [ + "▁de", + "st" + ], + [ + "▁des", + "t" + ], + [ + "▁", + "dest" + ], + [ + "▁de", + "sign" + ], + [ + "▁des", + "ign" + ], + [ + "▁", + "design" + ], + [ + "▁s", + "ound" + ], + [ + "▁so", + "und" + ], + [ + "▁sou", + "nd" + ], + [ + "▁", + "sound" + ], + [ + "▁p", + "lan" + ], + [ + "▁pl", + "an" + ], + [ + "▁", + "plan" + ], + [ + "▁b", + "ase" + ], + [ + "▁bas", + "e" + ], + [ + "▁ba", + "se" + ], + [ + "▁", + "base" + ], + [ + "ha", + "nd" + ], + [ + "han", + "d" + ], + [ + "h", + "and" + ], + [ + "g", + "s" + ], + [ + "▁s", + "ays" + ], + [ + "▁sa", + "ys" + ], + [ + "▁say", + "s" + ], + [ + "fun", + "ction" + ], + [ + "f", + "unction" + ], + [ + "▁t", + "ri" + ], + [ + "▁tr", + "i" + ], + [ + "▁", + "tri" + ], + [ + "m", + "t" + ], + [ + "▁in", + "vest" + ], + [ + "▁inv", + "est" + ], + [ + "▁av", + "ailable" + ], + [ + "▁", + "available" + ], + [ + "ay", + "out" + ], + [ + "a", + "yout" + ], + [ + "▁o", + "ch" + ], + [ + "▁oc", + "h" + ], + [ + "▁", + "och" + ], + [ + "▁l", + "as" + ], + [ + "▁la", + "s" + ], + [ + "▁", + "las" + ], + [ + "il", + "led" + ], + [ + "ill", + "ed" + ], + [ + "ille", + "d" + ], + [ + "V", + "al" + ], + [ + "▁", + "ф" + ], + [ + "ie", + "ty" + ], + [ + "iet", + "y" + ], + [ + "i", + "ety" + ], + [ + "mo", + "n" + ], + [ + "m", + "on" + ], + [ + "Ha", + "nd" + ], + [ + "H", + "and" + ], + [ + "F", + "r" + ], + [ + "ia", + "m" + ], + [ + "i", + "am" + ], + [ + "pa", + "ce" + ], + [ + "p", + "ace" + ], + [ + "▁O", + "b" + ], + [ + "▁", + "Ob" + ], + [ + "▁p", + "ara" + ], + [ + "▁par", + "a" + ], + [ + "▁pa", + "ra" + ], + [ + "▁", + "para" + ], + [ + "▁me", + "et" + ], + [ + "▁s", + "um" + ], + [ + "▁su", + "m" + ], + [ + "▁", + "sum" + ], + [ + "M", + "essage" + ], + [ + "ic", + "i" + ], + [ + "i", + "ci" + ], + [ + "▁k", + "nown" + ], + [ + "▁kn", + "own" + ], + [ + "▁know", + "n" + ], + [ + "▁", + "known" + ], + [ + "▁g", + "en" + ], + [ + "▁ge", + "n" + ], + [ + "▁", + "gen" + ], + [ + "am", + "ma" + ], + [ + "amm", + "a" + ], + [ + "a", + "mma" + ], + [ + "ar", + "r" + ], + [ + "a", + "rr" + ], + [ + "▁t", + "re" + ], + [ + "▁tr", + "e" + ], + [ + "▁", + "tre" + ], + [ + "ok", + "e" + ], + [ + "o", + "ke" + ], + [ + "ut", + "h" + ], + [ + "u", + "th" + ], + [ + "~", + "\\" + ], + [ + "▁exper", + "ience" + ], + [ + "▁experi", + "ence" + ], + [ + "ic", + "le" + ], + [ + "icl", + "e" + ], + [ + "i", + "cle" + ], + [ + "▁I", + "l" + ], + [ + "▁", + "Il" + ], + [ + "▁s", + "ent" + ], + [ + "▁se", + "nt" + ], + [ + "▁sen", + "t" + ], + [ + "▁", + "sent" + ], + [ + "▁o", + "thers" + ], + [ + "▁other", + "s" + ], + [ + "▁", + "others" + ], + [ + "▁s", + "oft" + ], + [ + "▁so", + "ft" + ], + [ + "▁", + "soft" + ], + [ + "I", + "P" + ], + [ + "▁m", + "ax" + ], + [ + "▁ma", + "x" + ], + [ + "▁", + "max" + ], + [ + "ba", + "ll" + ], + [ + "bal", + "l" + ], + [ + "b", + "all" + ], + [ + "▁mark", + "et" + ], + [ + "▁mar", + "ket" + ], + [ + "▁", + "market" + ], + [ + "▁p", + "our" + ], + [ + "▁po", + "ur" + ], + [ + "▁pou", + "r" + ], + [ + "pr", + "ession" + ], + [ + "press", + "ion" + ], + [ + "p", + "ression" + ], + [ + "ep", + "s" + ], + [ + "e", + "ps" + ], + [ + "▁s", + "aw" + ], + [ + "▁sa", + "w" + ], + [ + "▁a", + "cross" + ], + [ + "▁ac", + "ross" + ], + [ + "▁S", + "u" + ], + [ + "▁", + "Su" + ], + [ + "O", + "ver" + ], + [ + "ни", + "е" + ], + [ + "ul", + "ation" + ], + [ + "u", + "lation" + ], + [ + "▁R", + "eg" + ], + [ + "▁Re", + "g" + ], + [ + "▁", + "Reg" + ], + [ + "▁+", + "=" + ], + [ + "▁", + "+=" + ], + [ + "bo", + "dy" + ], + [ + "b", + "ody" + ], + [ + ")", + "\\" + ], + [ + "▁pr", + "int" + ], + [ + "▁pri", + "nt" + ], + [ + "▁prin", + "t" + ], + [ + "▁", + "print" + ], + [ + "▁п", + "ри" + ], + [ + "▁пр", + "и" + ], + [ + "▁", + "при" + ], + [ + "d", + "b" + ], + [ + "our", + "ces" + ], + [ + "ource", + "s" + ], + [ + "ward", + "s" + ], + [ + "war", + "ds" + ], + [ + "w", + "ards" + ], + [ + "▁bl", + "ack" + ], + [ + "▁", + "black" + ], + [ + "с", + "о" + ], + [ + "il", + "i" + ], + [ + "i", + "li" + ], + [ + "▁E", + "d" + ], + [ + "▁", + "Ed" + ], + [ + "▁com", + "plet" + ], + [ + "▁comp", + "let" + ], + [ + "▁compl", + "et" + ], + [ + "▁s", + "ingle" + ], + [ + "▁sing", + "le" + ], + [ + "▁sin", + "gle" + ], + [ + "▁", + "single" + ], + [ + "▁I", + "N" + ], + [ + "▁", + "IN" + ], + [ + "ac", + "hed" + ], + [ + "ach", + "ed" + ], + [ + "ache", + "d" + ], + [ + "a", + "ched" + ], + [ + "b", + "t" + ], + [ + "▁c", + "ode" + ], + [ + "▁co", + "de" + ], + [ + "▁cod", + "e" + ], + [ + "▁", + "code" + ], + [ + "▁b", + "ool" + ], + [ + "▁bo", + "ol" + ], + [ + "▁", + "bool" + ], + [ + "▁a", + "rea" + ], + [ + "▁are", + "a" + ], + [ + "▁ar", + "ea" + ], + [ + "▁", + "area" + ], + [ + "▁re", + "quire" + ], + [ + "▁requ", + "ire" + ], + [ + "▁", + "require" + ], + [ + "▁pro", + "blem" + ], + [ + "▁proble", + "m" + ], + [ + "▁prob", + "lem" + ], + [ + "ac", + "ed" + ], + [ + "ace", + "d" + ], + [ + "a", + "ced" + ], + [ + "Eq", + "u" + ], + [ + "E", + "qu" + ], + [ + "▁con", + "fig" + ], + [ + "▁conf", + "ig" + ], + [ + "▁", + "config" + ], + [ + "ve", + "c" + ], + [ + "v", + "ec" + ], + [ + "ne", + "y" + ], + [ + "n", + "ey" + ], + [ + "c", + "y" + ], + [ + "A", + "l" + ], + [ + "▁acc", + "ount" + ], + [ + "▁ac", + "count" + ], + [ + "▁", + "account" + ], + [ + "ym", + "bol" + ], + [ + "▁s", + "te" + ], + [ + "▁st", + "e" + ], + [ + "▁", + "ste" + ], + [ + "ge", + "s" + ], + [ + "g", + "es" + ], + [ + "Ar", + "ray" + ], + [ + "Arr", + "ay" + ], + [ + "em", + "pl" + ], + [ + "emp", + "l" + ], + [ + "con", + "text" + ], + [ + "cont", + "ext" + ], + [ + "De", + "s" + ], + [ + "D", + "es" + ], + [ + "Res", + "ult" + ], + [ + "ec", + "ut" + ], + [ + "e", + "cut" + ], + [ + "▁t", + "arget" + ], + [ + "▁tar", + "get" + ], + [ + "▁", + "target" + ], + [ + "▁get", + "ting" + ], + [ + "\"", + "/>" + ], + [ + "og", + "le" + ], + [ + "o", + "gle" + ], + [ + "▁him", + "self" + ], + [ + "▁was", + "n" + ], + [ + "▁wa", + "sn" + ], + [ + "▁b", + "lock" + ], + [ + "▁bl", + "ock" + ], + [ + "▁blo", + "ck" + ], + [ + "▁", + "block" + ], + [ + "▁a", + "nt" + ], + [ + "▁an", + "t" + ], + [ + "▁", + "ant" + ], + [ + "▁Y", + "ork" + ], + [ + "▁be", + "come" + ], + [ + "▁bec", + "ome" + ], + [ + "if", + "f" + ], + [ + "i", + "ff" + ], + [ + "port", + "s" + ], + [ + "por", + "ts" + ], + [ + "p", + "orts" + ], + [ + "re", + "ate" + ], + [ + "reat", + "e" + ], + [ + "rea", + "te" + ], + [ + "=", + "'" + ], + [ + "c", + "d" + ], + [ + "loc", + "ation" + ], + [ + "l", + "ocation" + ], + [ + "е", + "т" + ], + [ + "▁a", + "ccess" + ], + [ + "▁acc", + "ess" + ], + [ + "▁ac", + "cess" + ], + [ + "▁", + "access" + ], + [ + "gr", + "ess" + ], + [ + "gre", + "ss" + ], + [ + "gres", + "s" + ], + [ + "g", + "ress" + ], + [ + "ro", + "s" + ], + [ + "r", + "os" + ], + [ + "U", + "p" + ], + [ + "▁work", + "ing" + ], + [ + "▁wor", + "king" + ], + [ + "▁", + "working" + ], + [ + "▁A", + "m" + ], + [ + "▁", + "Am" + ], + [ + "iq", + "u" + ], + [ + "i", + "qu" + ], + [ + "ce", + "r" + ], + [ + "c", + "er" + ], + [ + "▁(", + "(" + ], + [ + "▁", + "((" + ], + [ + "▁P", + "er" + ], + [ + "▁Pe", + "r" + ], + [ + "▁", + "Per" + ], + [ + "▁f", + "unc" + ], + [ + "▁fun", + "c" + ], + [ + "▁fu", + "nc" + ], + [ + "▁", + "func" + ], + [ + "▁g", + "irl" + ], + [ + "▁gi", + "rl" + ], + [ + "▁gir", + "l" + ], + [ + "▁", + "girl" + ], + [ + "▁ab", + "ove" + ], + [ + "pe", + "n" + ], + [ + "p", + "en" + ], + [ + "п", + "и" + ], + [ + "id", + "o" + ], + [ + "i", + "do" + ], + [ + "▁v", + "ersion" + ], + [ + "▁vers", + "ion" + ], + [ + "▁", + "version" + ], + [ + "T", + "Y" + ], + [ + "▁", + ";" + ], + [ + "ma", + "ry" + ], + [ + "mar", + "y" + ], + [ + "m", + "ary" + ], + [ + "ab", + "led" + ], + [ + "able", + "d" + ], + [ + "abl", + "ed" + ], + [ + "a", + "bled" + ], + [ + "an", + "nel" + ], + [ + "ann", + "el" + ], + [ + "anne", + "l" + ], + [ + "▁ex", + "ample" + ], + [ + "▁exam", + "ple" + ], + [ + "▁", + "example" + ], + [ + "▁con", + "text" + ], + [ + "▁cont", + "ext" + ], + [ + "▁", + "context" + ], + [ + "O", + "P" + ], + [ + "▁re", + "d" + ], + [ + "▁r", + "ed" + ], + [ + "▁", + "red" + ], + [ + "▁c", + "ir" + ], + [ + "▁ci", + "r" + ], + [ + "▁", + "cir" + ], + [ + "s", + "m" + ], + [ + "Lo", + "g" + ], + [ + "L", + "og" + ], + [ + "▁s", + "pace" + ], + [ + "▁sp", + "ace" + ], + [ + "▁", + "space" + ], + [ + "▁f", + "ut" + ], + [ + "▁fu", + "t" + ], + [ + "▁G", + "ener" + ], + [ + "▁Ge", + "ner" + ], + [ + "▁Gen", + "er" + ], + [ + "▁Gene", + "r" + ], + [ + "▁", + "Gener" + ], + [ + "il", + "ls" + ], + [ + "ill", + "s" + ], + [ + "▁d", + "ri" + ], + [ + "▁dr", + "i" + ], + [ + "_", + "." + ], + [ + "▁f", + "elt" + ], + [ + "▁fe", + "lt" + ], + [ + "▁fel", + "t" + ], + [ + "▁o", + "ffic" + ], + [ + "▁of", + "fic" + ], + [ + "▁off", + "ic" + ], + [ + "▁=", + "==" + ], + [ + "▁==", + "=" + ], + [ + "▁", + "===" + ], + [ + "i", + "i" + ], + [ + "▁start", + "ed" + ], + [ + "▁star", + "ted" + ], + [ + "▁", + "Т" + ], + [ + "▁}", + ");" + ], + [ + "▁})", + ";" + ], + [ + "▁", + "});" + ], + [ + "j", + "s" + ], + [ + "▁fr", + "ont" + ], + [ + "▁fro", + "nt" + ], + [ + "▁", + "front" + ], + [ + "▁al", + "most" + ], + [ + "ir", + "m" + ], + [ + "i", + "rm" + ], + [ + "!", + "\"" + ], + [ + "sign", + "ed" + ], + [ + "sig", + "ned" + ], + [ + "s", + "igned" + ], + [ + "▁y", + "et" + ], + [ + "▁ye", + "t" + ], + [ + "▁t", + "rad" + ], + [ + "▁tr", + "ad" + ], + [ + "▁tra", + "d" + ], + [ + "ient", + "s" + ], + [ + "ien", + "ts" + ], + [ + "i", + "ents" + ], + [ + "am", + "a" + ], + [ + "a", + "ma" + ], + [ + "▁in", + "put" + ], + [ + "▁", + "input" + ], + [ + "li", + "m" + ], + [ + "l", + "im" + ], + [ + "п", + "а" + ], + [ + "▁к", + "а" + ], + [ + "▁", + "ка" + ], + [ + "▁c", + "amp" + ], + [ + "▁cam", + "p" + ], + [ + "▁ca", + "mp" + ], + [ + "▁", + "camp" + ], + [ + "ib", + "r" + ], + [ + "i", + "br" + ], + [ + "fe", + "ct" + ], + [ + "f", + "ect" + ], + [ + "un", + "t" + ], + [ + "u", + "nt" + ], + [ + "▁h", + "alf" + ], + [ + "▁hal", + "f" + ], + [ + "▁", + "half" + ], + [ + "▁c", + "over" + ], + [ + "▁co", + "ver" + ], + [ + "▁cov", + "er" + ], + [ + "▁", + "cover" + ], + [ + "angu", + "age" + ], + [ + "▁b", + "en" + ], + [ + "▁be", + "n" + ], + [ + "▁", + "ben" + ], + [ + "h", + "a" + ], + [ + "▁d", + "iff" + ], + [ + "▁di", + "ff" + ], + [ + "▁dif", + "f" + ], + [ + "▁", + "diff" + ], + [ + "_", + "\\" + ], + [ + "▁о", + "б" + ], + [ + "▁", + "об" + ], + [ + "]", + ")" + ], + [ + "od", + "es" + ], + [ + "ode", + "s" + ], + [ + "o", + "des" + ], + [ + "he", + "l" + ], + [ + "h", + "el" + ], + [ + "io", + "s" + ], + [ + "i", + "os" + ], + [ + "▁", + "О" + ], + [ + "▁m", + "ot" + ], + [ + "▁mo", + "t" + ], + [ + "▁", + "mot" + ], + [ + "▁s", + "ocial" + ], + [ + "▁so", + "cial" + ], + [ + "▁soc", + "ial" + ], + [ + "▁soci", + "al" + ], + [ + "▁", + "social" + ], + [ + "////", + "////" + ], + [ + "▁s", + "tre" + ], + [ + "▁st", + "re" + ], + [ + "▁str", + "e" + ], + [ + "▁", + "stre" + ], + [ + "gr", + "ound" + ], + [ + "gro", + "und" + ], + [ + "g", + "round" + ], + [ + "і", + "в" + ], + [ + "ob", + "ject" + ], + [ + "obj", + "ect" + ], + [ + "pl", + "es" + ], + [ + "ple", + "s" + ], + [ + "p", + "les" + ], + [ + "re", + "ed" + ], + [ + "ree", + "d" + ], + [ + "r", + "eed" + ], + [ + "▁e", + "en" + ], + [ + "▁", + "een" + ], + [ + "▁b", + "ased" + ], + [ + "▁bas", + "ed" + ], + [ + "▁base", + "d" + ], + [ + "▁ba", + "sed" + ], + [ + "▁", + "based" + ], + [ + "▁r", + "ange" + ], + [ + "▁ran", + "ge" + ], + [ + "▁rang", + "e" + ], + [ + "▁", + "range" + ], + [ + "A", + "n" + ], + [ + "ur", + "g" + ], + [ + "u", + "rg" + ], + [ + "▁le", + "arn" + ], + [ + "▁lear", + "n" + ], + [ + "▁", + "learn" + ], + [ + "▁e", + "xc" + ], + [ + "▁ex", + "c" + ], + [ + "▁", + "exc" + ], + [ + "▁im", + "p" + ], + [ + "▁i", + "mp" + ], + [ + "▁", + "imp" + ], + [ + "▁me", + "ans" + ], + [ + "▁mean", + "s" + ], + [ + "▁w", + "ur" + ], + [ + "en", + "ds" + ], + [ + "end", + "s" + ], + [ + "vo", + "id" + ], + [ + "v", + "oid" + ], + [ + "▁s", + "td" + ], + [ + "▁st", + "d" + ], + [ + "▁", + "std" + ], + [ + "▁part", + "icular" + ], + [ + "▁partic", + "ular" + ], + [ + "▁particul", + "ar" + ], + [ + "▁parti", + "cular" + ], + [ + "j", + "a" + ], + [ + "▁s", + "ource" + ], + [ + "▁sour", + "ce" + ], + [ + "▁", + "source" + ], + [ + "def", + "ault" + ], + [ + "p", + "y" + ], + [ + "▁a", + "ls" + ], + [ + "▁al", + "s" + ], + [ + "▁", + "als" + ], + [ + "sc", + "ri" + ], + [ + "scr", + "i" + ], + [ + "s", + "cri" + ], + [ + "st", + "atus" + ], + [ + "stat", + "us" + ], + [ + "▁st", + "ory" + ], + [ + "▁stor", + "y" + ], + [ + "▁sto", + "ry" + ], + [ + "▁", + "story" + ], + [ + "▁b", + "egin" + ], + [ + "▁be", + "gin" + ], + [ + "▁beg", + "in" + ], + [ + "▁", + "begin" + ], + [ + "▁pos", + "ition" + ], + [ + "▁posit", + "ion" + ], + [ + "▁", + "position" + ], + [ + "▁spec", + "ial" + ], + [ + "▁spe", + "cial" + ], + [ + "▁", + "special" + ], + [ + "ph", + "p" + ], + [ + "p", + "hp" + ], + [ + "▁b", + "ar" + ], + [ + "▁ba", + "r" + ], + [ + "▁", + "bar" + ], + [ + "▁p", + "ract" + ], + [ + "▁pr", + "act" + ], + [ + "▁pra", + "ct" + ], + [ + "▁prac", + "t" + ], + [ + "cal", + "l" + ], + [ + "ca", + "ll" + ], + [ + "c", + "all" + ], + [ + "▁d", + "as" + ], + [ + "▁da", + "s" + ], + [ + "▁", + "das" + ], + [ + "▁r", + "ad" + ], + [ + "▁ra", + "d" + ], + [ + "▁", + "rad" + ], + [ + "▁cl", + "ose" + ], + [ + "▁clos", + "e" + ], + [ + "▁clo", + "se" + ], + [ + "▁", + "close" + ], + [ + "ww", + "w" + ], + [ + "w", + "ww" + ], + [ + "ер", + "е" + ], + [ + "е", + "ре" + ], + [ + "g", + "u" + ], + [ + "▁E", + "r" + ], + [ + "▁", + "Er" + ], + [ + "▁d", + "om" + ], + [ + "▁do", + "m" + ], + [ + "▁", + "dom" + ], + [ + "A", + "M" + ], + [ + "▁b", + "ed" + ], + [ + "▁be", + "d" + ], + [ + "▁", + "bed" + ], + [ + "▁sever", + "al" + ], + [ + "au", + "l" + ], + [ + "a", + "ul" + ], + [ + "bo", + "x" + ], + [ + "b", + "ox" + ], + [ + "▁l", + "ow" + ], + [ + "▁lo", + "w" + ], + [ + "▁", + "low" + ], + [ + "pa", + "ck" + ], + [ + "p", + "ack" + ], + [ + "Re", + "g" + ], + [ + "R", + "eg" + ], + [ + "O", + "f" + ], + [ + "at", + "ures" + ], + [ + "ature", + "s" + ], + [ + "atur", + "es" + ], + [ + "atu", + "res" + ], + [ + "é", + "n" + ], + [ + "ed", + "er" + ], + [ + "ede", + "r" + ], + [ + "e", + "der" + ], + [ + "uild", + "er" + ], + [ + "ca", + "st" + ], + [ + "cas", + "t" + ], + [ + "c", + "ast" + ], + [ + "con", + "om" + ], + [ + "co", + "nom" + ], + [ + "c", + "onom" + ], + [ + "ra", + "ft" + ], + [ + "raf", + "t" + ], + [ + "r", + "aft" + ], + [ + "▁m", + "akes" + ], + [ + "▁make", + "s" + ], + [ + "▁ma", + "kes" + ], + [ + "Lo", + "c" + ], + [ + "L", + "oc" + ], + [ + "ht", + "tp" + ], + [ + "htt", + "p" + ], + [ + "h", + "ttp" + ], + [ + "▁a", + "bs" + ], + [ + "▁ab", + "s" + ], + [ + "▁", + "abs" + ], + [ + "re", + "sh" + ], + [ + "res", + "h" + ], + [ + "r", + "esh" + ], + [ + "▁W", + "ill" + ], + [ + "▁Wil", + "l" + ], + [ + "▁Wi", + "ll" + ], + [ + "▁", + "Will" + ], + [ + "bre", + "ak" + ], + [ + "b", + "reak" + ], + [ + "▁o", + "ptions" + ], + [ + "▁opt", + "ions" + ], + [ + "▁option", + "s" + ], + [ + "▁", + "options" + ], + [ + "fo", + "rt" + ], + [ + "for", + "t" + ], + [ + "f", + "ort" + ], + [ + "▁и", + "з" + ], + [ + "▁", + "из" + ], + [ + "▁a", + "nal" + ], + [ + "▁an", + "al" + ], + [ + "▁", + "anal" + ], + [ + "▁e", + "nv" + ], + [ + "▁en", + "v" + ], + [ + "▁", + "env" + ], + [ + "(", + "{" + ], + [ + "ev", + "ent" + ], + [ + "even", + "t" + ], + [ + "eve", + "nt" + ], + [ + "e", + "vent" + ], + [ + "▁p", + "age" + ], + [ + "▁pa", + "ge" + ], + [ + "▁pag", + "e" + ], + [ + "▁", + "page" + ], + [ + "ter", + "nal" + ], + [ + "tern", + "al" + ], + [ + "▁d", + "istribut" + ], + [ + "▁dist", + "ribut" + ], + [ + "▁f", + "ood" + ], + [ + "▁fo", + "od" + ], + [ + "▁foo", + "d" + ], + [ + "▁", + "food" + ], + [ + "che", + "ck" + ], + [ + "c", + "heck" + ], + [ + "C", + "K" + ], + [ + "▁в", + "о" + ], + [ + "▁", + "во" + ], + [ + "as", + "sert" + ], + [ + "ass", + "ert" + ], + [ + "asse", + "rt" + ], + [ + "á", + "n" + ], + [ + "ba", + "se" + ], + [ + "bas", + "e" + ], + [ + "b", + "ase" + ], + [ + "▁w", + "hole" + ], + [ + "▁wh", + "ole" + ], + [ + "▁who", + "le" + ], + [ + "ac", + "ión" + ], + [ + "ació", + "n" + ], + [ + "aci", + "ón" + ], + [ + "a", + "ción" + ], + [ + "O", + "D" + ], + [ + "▁turn", + "ed" + ], + [ + "▁tur", + "ned" + ], + [ + "ig", + "ma" + ], + [ + "▁res", + "ponse" + ], + [ + "▁respon", + "se" + ], + [ + "▁respons", + "e" + ], + [ + "▁", + "response" + ], + [ + "▁Univers", + "ity" + ], + [ + "▁d", + "iv" + ], + [ + "▁di", + "v" + ], + [ + "▁", + "div" + ], + [ + "ap", + "ter" + ], + [ + "apt", + "er" + ], + [ + "▁result", + "s" + ], + [ + "▁", + "results" + ], + [ + "▁re", + "present" + ], + [ + "▁rep", + "resent" + ], + [ + "▁every", + "thing" + ], + [ + "▁C", + "ent" + ], + [ + "▁Ce", + "nt" + ], + [ + "▁", + "Cent" + ], + [ + "ut", + "es" + ], + [ + "ute", + "s" + ], + [ + "u", + "tes" + ], + [ + "ri", + "x" + ], + [ + "r", + "ix" + ], + [ + "▁S", + "ome" + ], + [ + "▁So", + "me" + ], + [ + "▁Som", + "e" + ], + [ + "▁", + "Some" + ], + [ + "▁be", + "hind" + ], + [ + "▁beh", + "ind" + ], + [ + "▁c", + "reat" + ], + [ + "▁cre", + "at" + ], + [ + "▁", + "creat" + ], + [ + "pl", + "ace" + ], + [ + "plac", + "e" + ], + [ + "p", + "lace" + ], + [ + "s", + "u" + ], + [ + "▁P", + "art" + ], + [ + "▁Par", + "t" + ], + [ + "▁Pa", + "rt" + ], + [ + "▁", + "Part" + ], + [ + "um", + "b" + ], + [ + "u", + "mb" + ], + [ + "math", + "bb" + ], + [ + "pi", + "ng" + ], + [ + "pin", + "g" + ], + [ + "p", + "ing" + ], + [ + "▁m", + "atch" + ], + [ + "▁mat", + "ch" + ], + [ + "▁", + "match" + ], + [ + "O", + "ut" + ], + [ + "do", + "m" + ], + [ + "d", + "om" + ], + [ + "▁s", + "itu" + ], + [ + "▁sit", + "u" + ], + [ + "▁si", + "tu" + ], + [ + "d", + "r" + ], + [ + "ar", + "a" + ], + [ + "a", + "ra" + ], + [ + "▁w", + "indow" + ], + [ + "▁wind", + "ow" + ], + [ + "▁", + "window" + ], + [ + "n", + "s" + ], + [ + "lish", + "ed" + ], + [ + "l", + "ished" + ], + [ + "▁V", + "er" + ], + [ + "▁Ve", + "r" + ], + [ + "▁", + "Ver" + ], + [ + "▁m", + "essage" + ], + [ + "▁mess", + "age" + ], + [ + "▁", + "message" + ], + [ + "▁E", + "m" + ], + [ + "▁", + "Em" + ], + [ + "▁h", + "uman" + ], + [ + "▁hum", + "an" + ], + [ + "▁", + "human" + ], + [ + "per", + "ties" + ], + [ + "pert", + "ies" + ], + [ + "л", + "у" + ], + [ + "le", + "m" + ], + [ + "l", + "em" + ], + [ + "OR", + "T" + ], + [ + "O", + "RT" + ], + [ + "▁e", + "arly" + ], + [ + "▁ear", + "ly" + ], + [ + "▁qu", + "ick" + ], + [ + "▁qui", + "ck" + ], + [ + "▁", + "quick" + ], + [ + "▁т", + "а" + ], + [ + "▁", + "та" + ], + [ + "ro", + "id" + ], + [ + "r", + "oid" + ], + [ + "▁c", + "ountry" + ], + [ + "▁coun", + "try" + ], + [ + "▁count", + "ry" + ], + [ + "▁countr", + "y" + ], + [ + "▁", + "country" + ], + [ + "▁d", + "ue" + ], + [ + "▁du", + "e" + ], + [ + "▁", + "due" + ], + [ + "▁D", + "ie" + ], + [ + "▁Di", + "e" + ], + [ + "▁", + "Die" + ], + [ + "▁t", + "rying" + ], + [ + "▁tr", + "ying" + ], + [ + "▁try", + "ing" + ], + [ + "▁l", + "ive" + ], + [ + "▁li", + "ve" + ], + [ + "▁liv", + "e" + ], + [ + "▁", + "live" + ], + [ + "▁p", + "ress" + ], + [ + "▁pre", + "ss" + ], + [ + "▁pr", + "ess" + ], + [ + "▁pres", + "s" + ], + [ + "▁", + "press" + ], + [ + "IN", + "T" + ], + [ + "I", + "NT" + ], + [ + "W", + "ith" + ], + [ + "ov", + "ed" + ], + [ + "ove", + "d" + ], + [ + "o", + "ved" + ], + [ + "▁spec", + "ific" + ], + [ + "▁", + "specific" + ], + [ + "▁f", + "all" + ], + [ + "▁fa", + "ll" + ], + [ + "▁fal", + "l" + ], + [ + "▁", + "fall" + ], + [ + "u", + "k" + ], + [ + "y", + "l" + ], + [ + "▁gener", + "al" + ], + [ + "▁gen", + "eral" + ], + [ + "▁gene", + "ral" + ], + [ + "▁", + "general" + ], + [ + "м", + "у" + ], + [ + "н", + "у" + ], + [ + "▁n", + "ames" + ], + [ + "▁name", + "s" + ], + [ + "▁na", + "mes" + ], + [ + "▁nam", + "es" + ], + [ + "▁", + "names" + ], + [ + "wh", + "ere" + ], + [ + "whe", + "re" + ], + [ + "w", + "here" + ], + [ + "▁The", + "se" + ], + [ + "▁Th", + "ese" + ], + [ + "▁", + "These" + ], + [ + "▁s", + "il" + ], + [ + "▁si", + "l" + ], + [ + "▁", + "sil" + ], + [ + "é", + "t" + ], + [ + "▁e", + "ner" + ], + [ + "▁en", + "er" + ], + [ + "▁", + "ener" + ], + [ + "▁N", + "ow" + ], + [ + "▁No", + "w" + ], + [ + "▁", + "Now" + ], + [ + "▁add", + "ress" + ], + [ + "▁addr", + "ess" + ], + [ + "▁", + "address" + ], + [ + "Res", + "ponse" + ], + [ + "▁M", + "r" + ], + [ + "▁", + "Mr" + ], + [ + "▁an", + "sw" + ], + [ + "▁ans", + "w" + ], + [ + "▁fil", + "m" + ], + [ + "▁fi", + "lm" + ], + [ + "▁", + "film" + ], + [ + "▁str", + "ong" + ], + [ + "▁stro", + "ng" + ], + [ + "▁", + "strong" + ], + [ + "▁b", + "ring" + ], + [ + "▁br", + "ing" + ], + [ + "▁Un", + "ited" + ], + [ + "▁Unit", + "ed" + ], + [ + "▁g", + "e" + ], + [ + "▁", + "ge" + ], + [ + "▁w", + "oman" + ], + [ + "▁wom", + "an" + ], + [ + "▁wo", + "man" + ], + [ + "▁", + "woman" + ], + [ + "Ne", + "w" + ], + [ + "N", + "ew" + ], + [ + "et", + "t" + ], + [ + "e", + "tt" + ], + [ + ".", + ")" + ], + [ + "en", + "ame" + ], + [ + "ena", + "me" + ], + [ + "e", + "name" + ], + [ + "▁A", + "N" + ], + [ + "▁", + "AN" + ], + [ + "▁de", + "scrib" + ], + [ + "▁desc", + "rib" + ], + [ + "з", + "а" + ], + [ + "is", + "ing" + ], + [ + "isi", + "ng" + ], + [ + "i", + "sing" + ], + [ + "E", + "L" + ], + [ + "q", + "l" + ], + [ + "▁f", + "ur" + ], + [ + "▁fu", + "r" + ], + [ + "▁", + "fur" + ], + [ + "y", + "ing" + ], + [ + "▁C", + "al" + ], + [ + "▁Ca", + "l" + ], + [ + "▁", + "Cal" + ], + [ + "▁D", + "r" + ], + [ + "▁", + "Dr" + ], + [ + "ER", + "R" + ], + [ + "E", + "RR" + ], + [ + "▁\\", + "\\" + ], + [ + "▁", + "\\\\" + ], + [ + "an", + "gle" + ], + [ + "ang", + "le" + ], + [ + "ur", + "ope" + ], + [ + "uro", + "pe" + ], + [ + "urop", + "e" + ], + [ + "▁c", + "ity" + ], + [ + "▁cit", + "y" + ], + [ + "▁ci", + "ty" + ], + [ + "▁", + "city" + ], + [ + "▁in", + "dex" + ], + [ + "▁ind", + "ex" + ], + [ + "▁inde", + "x" + ], + [ + "▁", + "index" + ], + [ + "▁a", + "ction" + ], + [ + "▁act", + "ion" + ], + [ + "▁", + "action" + ], + [ + "▁How", + "ever" + ], + [ + "▁", + "However" + ], + [ + "▁f", + "ig" + ], + [ + "▁fi", + "g" + ], + [ + "▁", + "fig" + ], + [ + "ia", + "s" + ], + [ + "i", + "as" + ], + [ + "▁quest", + "ion" + ], + [ + "▁", + "question" + ], + [ + "▁J", + "an" + ], + [ + "▁Ja", + "n" + ], + [ + "▁", + "Jan" + ], + [ + "▁M", + "ed" + ], + [ + "▁Me", + "d" + ], + [ + "▁", + "Med" + ], + [ + "▁C", + "ont" + ], + [ + "▁Con", + "t" + ], + [ + "▁Co", + "nt" + ], + [ + "▁", + "Cont" + ], + [ + "am", + "ed" + ], + [ + "ame", + "d" + ], + [ + "a", + "med" + ], + [ + "Cal", + "l" + ], + [ + "C", + "all" + ], + [ + "pl", + "ied" + ], + [ + "tt", + "y" + ], + [ + "t", + "ty" + ], + [ + "▁ind", + "ivid" + ], + [ + "pa", + "ge" + ], + [ + "pag", + "e" + ], + [ + "p", + "age" + ], + [ + "▁c", + "omb" + ], + [ + "▁com", + "b" + ], + [ + "▁co", + "mb" + ], + [ + "▁", + "comb" + ], + [ + "se", + "ction" + ], + [ + "sect", + "ion" + ], + [ + "s", + "ection" + ], + [ + "▁C", + "omm" + ], + [ + "▁Com", + "m" + ], + [ + "▁Co", + "mm" + ], + [ + "▁", + "Comm" + ], + [ + "ue", + "l" + ], + [ + "u", + "el" + ], + [ + "▁h", + "et" + ], + [ + "▁he", + "t" + ], + [ + "▁", + "het" + ], + [ + "▁B", + "ar" + ], + [ + "▁Ba", + "r" + ], + [ + "▁", + "Bar" + ], + [ + "ag", + "ement" + ], + [ + "age", + "ment" + ], + [ + "agem", + "ent" + ], + [ + "fi", + "n" + ], + [ + "f", + "in" + ], + [ + "▁m", + "ajor" + ], + [ + "▁ma", + "jor" + ], + [ + "▁maj", + "or" + ], + [ + "▁", + "major" + ], + [ + "op", + "er" + ], + [ + "ope", + "r" + ], + [ + "o", + "per" + ], + [ + "ap", + "i" + ], + [ + "a", + "pi" + ], + [ + "ro", + "om" + ], + [ + "r", + "oom" + ], + [ + "▁", + "„" + ], + [ + "▁h", + "ab" + ], + [ + "▁ha", + "b" + ], + [ + "▁", + "hab" + ], + [ + "з", + "и" + ], + [ + "▁a", + "uf" + ], + [ + "▁au", + "f" + ], + [ + "▁", + "auf" + ], + [ + "cur", + "rent" + ], + [ + "curr", + "ent" + ], + [ + "n", + "i" + ], + [ + "▁in", + "clude" + ], + [ + "▁incl", + "ude" + ], + [ + "▁includ", + "e" + ], + [ + "▁inclu", + "de" + ], + [ + "▁", + "include" + ], + [ + "▁qu", + "i" + ], + [ + "▁q", + "ui" + ], + [ + "v", + "a" + ], + [ + "U", + "E" + ], + [ + "▁ide", + "a" + ], + [ + "▁id", + "ea" + ], + [ + "▁", + "idea" + ], + [ + ",", + "'" + ], + [ + "▁requ", + "ired" + ], + [ + "▁require", + "d" + ], + [ + "▁", + "required" + ], + [ + "▁he", + "art" + ], + [ + "▁hear", + "t" + ], + [ + "▁", + "heart" + ], + [ + "ib", + "ility" + ], + [ + "ibil", + "ity" + ], + [ + "ict", + "ion" + ], + [ + "i", + "ction" + ], + [ + "Mod", + "el" + ], + [ + "Mode", + "l" + ], + [ + "Mo", + "del" + ], + [ + "wr", + "ite" + ], + [ + "writ", + "e" + ], + [ + "w", + "rite" + ], + [ + "▁cont", + "ent" + ], + [ + "▁conten", + "t" + ], + [ + "▁", + "content" + ], + [ + "▁w", + "er" + ], + [ + "▁we", + "r" + ], + [ + "▁", + "wer" + ], + [ + "▁h", + "ands" + ], + [ + "▁hand", + "s" + ], + [ + "▁han", + "ds" + ], + [ + "ze", + "n" + ], + [ + "z", + "en" + ], + [ + "ch", + "ar" + ], + [ + "cha", + "r" + ], + [ + "c", + "har" + ], + [ + "}^", + "{" + ], + [ + "}", + "^{" + ], + [ + "▁m", + "ass" + ], + [ + "▁ma", + "ss" + ], + [ + "▁mas", + "s" + ], + [ + "▁", + "mass" + ], + [ + "pl", + "y" + ], + [ + "p", + "ly" + ], + [ + "▁n", + "at" + ], + [ + "▁na", + "t" + ], + [ + "▁", + "nat" + ], + [ + "re", + "l" + ], + [ + "r", + "el" + ], + [ + "▁d", + "at" + ], + [ + "▁da", + "t" + ], + [ + "▁", + "dat" + ], + [ + "====", + "============" + ], + [ + "========", + "========" + ], + [ + "============", + "====" + ], + [ + "im", + "al" + ], + [ + "ima", + "l" + ], + [ + "i", + "mal" + ], + [ + "▁pro", + "bably" + ], + [ + "▁prob", + "ably" + ], + [ + "un", + "ch" + ], + [ + "unc", + "h" + ], + [ + "▁m", + "er" + ], + [ + "▁me", + "r" + ], + [ + "▁", + "mer" + ], + [ + "il", + "ar" + ], + [ + "ila", + "r" + ], + [ + "i", + "lar" + ], + [ + "ir", + "es" + ], + [ + "ire", + "s" + ], + [ + "i", + "res" + ], + [ + "▁w", + "atch" + ], + [ + "▁wat", + "ch" + ], + [ + "▁", + "watch" + ], + [ + "S", + "I" + ], + [ + "▁c", + "ult" + ], + [ + "▁cu", + "lt" + ], + [ + "▁cul", + "t" + ], + [ + "▁m", + "other" + ], + [ + "▁mot", + "her" + ], + [ + "▁mo", + "ther" + ], + [ + "▁", + "mother" + ], + [ + "▁govern", + "ment" + ], + [ + "or", + "ding" + ], + [ + "ord", + "ing" + ], + [ + "▁(", + ")" + ], + [ + "▁", + "()" + ], + [ + "▁p", + "ri" + ], + [ + "▁pr", + "i" + ], + [ + "▁l", + "ink" + ], + [ + "▁lin", + "k" + ], + [ + "▁", + "link" + ], + [ + "gr", + "oup" + ], + [ + "gro", + "up" + ], + [ + "g", + "roup" + ], + [ + "O", + "L" + ], + [ + "▁n", + "ear" + ], + [ + "▁ne", + "ar" + ], + [ + "▁S", + "er" + ], + [ + "▁Se", + "r" + ], + [ + "▁", + "Ser" + ], + [ + "Se", + "r" + ], + [ + "S", + "er" + ], + [ + "it", + "o" + ], + [ + "i", + "to" + ], + [ + "▁value", + "s" + ], + [ + "▁val", + "ues" + ], + [ + "▁", + "values" + ], + [ + "▁j", + "ava" + ], + [ + "▁ja", + "va" + ], + [ + "▁", + "java" + ], + [ + "ful", + "ly" + ], + [ + "full", + "y" + ], + [ + "f", + "ully" + ], + [ + "Co", + "unt" + ], + [ + "C", + "ount" + ], + [ + "++", + ")" + ], + [ + "▁v", + "i" + ], + [ + "▁", + "vi" + ], + [ + "▁wh", + "ite" + ], + [ + "▁", + "white" + ], + [ + "ma", + "t" + ], + [ + "m", + "at" + ], + [ + "ct", + "x" + ], + [ + "c", + "tx" + ], + [ + "▁con", + "c" + ], + [ + "▁co", + "nc" + ], + [ + "▁", + "conc" + ], + [ + "▁st", + "ay" + ], + [ + "▁sta", + "y" + ], + [ + "gi", + "ng" + ], + [ + "gin", + "g" + ], + [ + "g", + "ing" + ], + [ + "▁c", + "lear" + ], + [ + "▁cl", + "ear" + ], + [ + "▁cle", + "ar" + ], + [ + "▁", + "clear" + ], + [ + "▁c", + "opy" + ], + [ + "▁co", + "py" + ], + [ + "▁cop", + "y" + ], + [ + "▁", + "copy" + ], + [ + "sel", + "ves" + ], + [ + "▁prov", + "ide" + ], + [ + "▁w", + "ords" + ], + [ + "▁wor", + "ds" + ], + [ + "▁word", + "s" + ], + [ + "▁", + "words" + ], + [ + "com", + "p" + ], + [ + "co", + "mp" + ], + [ + "c", + "omp" + ], + [ + "ar", + "gs" + ], + [ + "arg", + "s" + ], + [ + "▁p", + "ick" + ], + [ + "▁pi", + "ck" + ], + [ + "▁pic", + "k" + ], + [ + "▁", + "pick" + ], + [ + "ul", + "y" + ], + [ + "u", + "ly" + ], + [ + "▁v", + "ari" + ], + [ + "▁var", + "i" + ], + [ + "▁va", + "ri" + ], + [ + "▁", + "vari" + ], + [ + "▁bel", + "ieve" + ], + [ + "▁belie", + "ve" + ], + [ + "▁C", + "o" + ], + [ + "▁", + "Co" + ], + [ + "Pro", + "perty" + ], + [ + "Gr", + "oup" + ], + [ + "G", + "roup" + ], + [ + "▁t", + "en" + ], + [ + "▁te", + "n" + ], + [ + "▁", + "ten" + ], + [ + "is", + "chen" + ], + [ + "isch", + "en" + ], + [ + "ische", + "n" + ], + [ + "isc", + "hen" + ], + [ + "i", + "schen" + ], + [ + "et", + "urn" + ], + [ + "e", + "turn" + ], + [ + "iv", + "al" + ], + [ + "iva", + "l" + ], + [ + "i", + "val" + ], + [ + "Sys", + "tem" + ], + [ + "S", + "ystem" + ], + [ + "C", + "L" + ], + [ + "be", + "d" + ], + [ + "b", + "ed" + ], + [ + "▁t", + "otal" + ], + [ + "▁to", + "tal" + ], + [ + "▁tot", + "al" + ], + [ + "▁", + "total" + ], + [ + "▁is", + "t" + ], + [ + "▁i", + "st" + ], + [ + "▁", + "ist" + ], + [ + "In", + "put" + ], + [ + "um", + "ents" + ], + [ + "ument", + "s" + ], + [ + "umen", + "ts" + ], + [ + "u", + "ments" + ], + [ + "Man", + "ager" + ], + [ + "ш", + "и" + ], + [ + "▁w", + "in" + ], + [ + "▁", + "win" + ], + [ + "le", + "ep" + ], + [ + "lee", + "p" + ], + [ + "P", + "I" + ], + [ + "но", + "го" + ], + [ + "н", + "ого" + ], + [ + "ru", + "ction" + ], + [ + "ruct", + "ion" + ], + [ + "r", + "uction" + ], + [ + "▁in", + "te" + ], + [ + "▁i", + "nte" + ], + [ + "▁int", + "e" + ], + [ + "▁", + "inte" + ], + [ + "Ap", + "p" + ], + [ + "A", + "pp" + ], + [ + "av", + "or" + ], + [ + "avo", + "r" + ], + [ + "a", + "vor" + ], + [ + "▁re", + "spect" + ], + [ + "▁res", + "pect" + ], + [ + "▁resp", + "ect" + ], + [ + "▁", + "respect" + ], + [ + "at", + "ors" + ], + [ + "ator", + "s" + ], + [ + "ato", + "rs" + ], + [ + "▁c", + "omo" + ], + [ + "▁com", + "o" + ], + [ + "▁co", + "mo" + ], + [ + "▁c", + "ut" + ], + [ + "▁cu", + "t" + ], + [ + "▁", + "cut" + ], + [ + "F", + "A" + ], + [ + "▁s", + "us" + ], + [ + "▁su", + "s" + ], + [ + "▁A", + "pp" + ], + [ + "▁Ap", + "p" + ], + [ + "▁", + "App" + ], + [ + "re", + "ct" + ], + [ + "rec", + "t" + ], + [ + "r", + "ect" + ], + [ + "F", + "I" + ], + [ + "▁be", + "gan" + ], + [ + "▁beg", + "an" + ], + [ + "op", + "h" + ], + [ + "o", + "ph" + ], + [ + "▁s", + "ort" + ], + [ + "▁so", + "rt" + ], + [ + "▁sor", + "t" + ], + [ + "▁", + "sort" + ], + [ + "th", + "ough" + ], + [ + "ј", + "е" + ], + [ + "ic", + "ro" + ], + [ + "i", + "cro" + ], + [ + "Tr", + "ans" + ], + [ + "Tra", + "ns" + ], + [ + "л", + "і" + ], + [ + "▁In", + "st" + ], + [ + "▁Ins", + "t" + ], + [ + "▁", + "Inst" + ], + [ + "re", + "quest" + ], + [ + "requ", + "est" + ], + [ + "req", + "uest" + ], + [ + "о", + "р" + ], + [ + "▁rel", + "ations" + ], + [ + "▁relation", + "s" + ], + [ + "-", + "\\" + ], + [ + "St", + "atus" + ], + [ + "Stat", + "us" + ], + [ + "ж", + "и" + ], + [ + "▁f", + "ather" + ], + [ + "▁fa", + "ther" + ], + [ + "▁fat", + "her" + ], + [ + "▁", + "father" + ], + [ + "c", + "s" + ], + [ + "▁s", + "ex" + ], + [ + "▁se", + "x" + ], + [ + "▁", + "sex" + ], + [ + "is", + "ch" + ], + [ + "isc", + "h" + ], + [ + "i", + "sch" + ], + [ + "v", + "o" + ], + [ + "}_", + "{" + ], + [ + "}", + "_{" + ], + [ + "ave", + "n" + ], + [ + "av", + "en" + ], + [ + "a", + "ven" + ], + [ + "▁N", + "e" + ], + [ + "▁", + "Ne" + ], + [ + "AT", + "E" + ], + [ + "A", + "TE" + ], + [ + "it", + "ten" + ], + [ + "itt", + "en" + ], + [ + "itte", + "n" + ], + [ + "▁e", + "ss" + ], + [ + "▁es", + "s" + ], + [ + "▁", + "ess" + ], + [ + "T", + "H" + ], + [ + "ight", + "s" + ], + [ + "igh", + "ts" + ], + [ + "▁h", + "om" + ], + [ + "▁ho", + "m" + ], + [ + "▁", + "hom" + ], + [ + "▁t", + "oday" + ], + [ + "▁to", + "day" + ], + [ + "▁tod", + "ay" + ], + [ + "▁toda", + "y" + ], + [ + "▁z", + "u" + ], + [ + "▁", + "zu" + ], + [ + "it", + "a" + ], + [ + "i", + "ta" + ], + [ + "▁is", + "n" + ], + [ + "▁i", + "sn" + ], + [ + "▁o", + "pt" + ], + [ + "▁op", + "t" + ], + [ + "▁", + "opt" + ], + [ + "og", + "n" + ], + [ + "o", + "gn" + ], + [ + "é", + "r" + ], + [ + "▁wh", + "ether" + ], + [ + "▁whe", + "ther" + ], + [ + "ix", + "ed" + ], + [ + "ph", + "i" + ], + [ + "p", + "hi" + ], + [ + "id", + "ence" + ], + [ + "iden", + "ce" + ], + [ + "al", + "d" + ], + [ + "a", + "ld" + ], + [ + "Cl", + "ient" + ], + [ + "A", + "t" + ], + [ + "▁de", + "ath" + ], + [ + "▁L", + "et" + ], + [ + "▁Le", + "t" + ], + [ + "▁", + "Let" + ], + [ + "iu", + "s" + ], + [ + "i", + "us" + ], + [ + "г", + "и" + ], + [ + "▁р", + "е" + ], + [ + "▁", + "ре" + ], + [ + "be", + "n" + ], + [ + "b", + "en" + ], + [ + ")", + "\r" + ], + [ + "b", + "a" + ], + [ + "><", + "/" + ], + [ + ">", + "" + ], + [ + "▁", + "->" + ], + [ + "▁J", + "ust" + ], + [ + "▁Ju", + "st" + ], + [ + "▁", + "Just" + ], + [ + "Wh", + "at" + ], + [ + "W", + "hat" + ], + [ + "at", + "al" + ], + [ + "ata", + "l" + ], + [ + "a", + "tal" + ], + [ + "▁M", + "in" + ], + [ + "▁Mi", + "n" + ], + [ + "▁", + "Min" + ], + [ + "▁C", + "or" + ], + [ + "▁Co", + "r" + ], + [ + "▁", + "Cor" + ], + [ + "▁d", + "ark" + ], + [ + "▁dar", + "k" + ], + [ + "▁", + "dark" + ], + [ + "r", + "l" + ], + [ + "▁l", + "arg" + ], + [ + "▁la", + "rg" + ], + [ + "▁", + "larg" + ], + [ + "di", + "ng" + ], + [ + "d", + "ing" + ], + [ + "ó", + "n" + ], + [ + "ou", + "ch" + ], + [ + "o", + "uch" + ], + [ + "▁u", + "m" + ], + [ + "▁", + "um" + ], + [ + "▁e", + "lect" + ], + [ + "▁el", + "ect" + ], + [ + "▁ele", + "ct" + ], + [ + "▁", + "elect" + ], + [ + "▁d", + "am" + ], + [ + "▁da", + "m" + ], + [ + "▁", + "dam" + ], + [ + "▁ne", + "eds" + ], + [ + "▁need", + "s" + ], + [ + "▁m", + "atter" + ], + [ + "▁mat", + "ter" + ], + [ + "▁matt", + "er" + ], + [ + "▁r", + "ather" + ], + [ + "▁rat", + "her" + ], + [ + "▁ra", + "ther" + ], + [ + "fr", + "om" + ], + [ + "f", + "rom" + ], + [ + "ra", + "m" + ], + [ + "r", + "am" + ], + [ + "▁", + "і" + ], + [ + "▁t", + "aken" + ], + [ + "▁take", + "n" + ], + [ + "▁tak", + "en" + ], + [ + "▁ta", + "ken" + ], + [ + "▁de", + "al" + ], + [ + "▁per", + "iod" + ], + [ + "▁", + "period" + ], + [ + "▁M", + "on" + ], + [ + "▁Mo", + "n" + ], + [ + "▁", + "Mon" + ], + [ + "▁", + "Л" + ], + [ + "▁A", + "ug" + ], + [ + "▁Au", + "g" + ], + [ + "▁", + "Aug" + ], + [ + "ru", + "n" + ], + [ + "r", + "un" + ], + [ + "m", + "m" + ], + [ + "el", + "le" + ], + [ + "ell", + "e" + ], + [ + "e", + "lle" + ], + [ + "▁ex", + "port" + ], + [ + "▁exp", + "ort" + ], + [ + "▁", + "export" + ], + [ + "S", + "c" + ], + [ + "vi", + "s" + ], + [ + "v", + "is" + ], + [ + "ab", + "or" + ], + [ + "a", + "bor" + ], + [ + "▁aut", + "hor" + ], + [ + "▁auth", + "or" + ], + [ + "▁", + "author" + ], + [ + "è", + "re" + ], + [ + "▁re", + "member" + ], + [ + "▁rem", + "ember" + ], + [ + "▁remem", + "ber" + ], + [ + "▁re", + "du" + ], + [ + "▁r", + "edu" + ], + [ + "▁red", + "u" + ], + [ + "▁", + "redu" + ], + [ + "▁L", + "ist" + ], + [ + "▁Li", + "st" + ], + [ + "▁Lis", + "t" + ], + [ + "▁", + "List" + ], + [ + "▁f", + "ocus" + ], + [ + "▁", + "focus" + ], + [ + "▁char", + "acter" + ], + [ + "▁", + "character" + ], + [ + "Tab", + "le" + ], + [ + "T", + "able" + ], + [ + "▁individ", + "ual" + ], + [ + "▁need", + "ed" + ], + [ + "bu", + "m" + ], + [ + "b", + "um" + ], + [ + "▁st", + "yle" + ], + [ + "▁sty", + "le" + ], + [ + "▁", + "style" + ], + [ + "in", + "ary" + ], + [ + "ina", + "ry" + ], + [ + "inar", + "y" + ], + [ + "ers", + "ion" + ], + [ + "ou", + "te" + ], + [ + "out", + "e" + ], + [ + "o", + "ute" + ], + [ + "▁P", + "e" + ], + [ + "▁", + "Pe" + ], + [ + "▁h", + "on" + ], + [ + "▁ho", + "n" + ], + [ + "▁", + "hon" + ], + [ + "mu", + "t" + ], + [ + "m", + "ut" + ], + [ + "se", + "e" + ], + [ + "s", + "ee" + ], + [ + "▁bec", + "ame" + ], + [ + "▁d", + "ire" + ], + [ + "▁di", + "re" + ], + [ + "▁dir", + "e" + ], + [ + "▁", + "dire" + ], + [ + "▁d", + "ocument" + ], + [ + "▁doc", + "ument" + ], + [ + "▁", + "document" + ], + [ + "se", + "c" + ], + [ + "s", + "ec" + ], + [ + "en", + "ing" + ], + [ + "eni", + "ng" + ], + [ + "e", + "ning" + ], + [ + "▁vis", + "it" + ], + [ + "▁", + "visit" + ], + [ + "▁f", + "ac" + ], + [ + "▁fa", + "c" + ], + [ + "▁", + "fac" + ], + [ + "t", + "x" + ], + [ + "do", + "wn" + ], + [ + "d", + "own" + ], + [ + "pl", + "it" + ], + [ + "p", + "lit" + ], + [ + "▁ph", + "ys" + ], + [ + "▁", + "phys" + ], + [ + "it", + "ting" + ], + [ + "itt", + "ing" + ], + [ + "jo", + "y" + ], + [ + "j", + "oy" + ], + [ + "▁h", + "ig" + ], + [ + "▁hi", + "g" + ], + [ + "Th", + "is" + ], + [ + "T", + "his" + ], + [ + "A", + "d" + ], + [ + "▁B", + "rit" + ], + [ + "▁Br", + "it" + ], + [ + "▁em", + "ploy" + ], + [ + "▁r", + "é" + ], + [ + "▁", + "ré" + ], + [ + "▁", + "т" + ], + [ + "l", + "ambda" + ], + [ + "▁im", + "pro" + ], + [ + "▁imp", + "ro" + ], + [ + "▁B", + "o" + ], + [ + "▁", + "Bo" + ], + [ + "id", + "ing" + ], + [ + "idi", + "ng" + ], + [ + "i", + "ding" + ], + [ + "▁on", + "line" + ], + [ + "▁", + "online" + ], + [ + "me", + "m" + ], + [ + "m", + "em" + ], + [ + "at", + "form" + ], + [ + "▁W", + "ar" + ], + [ + "▁Wa", + "r" + ], + [ + "▁", + "War" + ], + [ + "▁c", + "as" + ], + [ + "▁ca", + "s" + ], + [ + "▁", + "cas" + ], + [ + "as", + "ure" + ], + [ + "a", + "sure" + ], + [ + "▁p", + "ur" + ], + [ + "▁pu", + "r" + ], + [ + "▁", + "pur" + ], + [ + "me", + "di" + ], + [ + "med", + "i" + ], + [ + "m", + "edi" + ], + [ + "Di", + "s" + ], + [ + "D", + "is" + ], + [ + "▁G", + "erm" + ], + [ + "▁Ge", + "rm" + ], + [ + "▁Ger", + "m" + ], + [ + "p", + "c" + ], + [ + "с", + "а" + ], + [ + "▁friend", + "s" + ], + [ + "▁M", + "c" + ], + [ + "▁", + "Mc" + ], + [ + "D", + "I" + ], + [ + "▁pl", + "us" + ], + [ + "▁", + "plus" + ], + [ + "▁S", + "et" + ], + [ + "▁Se", + "t" + ], + [ + "▁", + "Set" + ], + [ + "idd", + "le" + ], + [ + "it", + "ut" + ], + [ + "itu", + "t" + ], + [ + "▁de", + "pend" + ], + [ + "▁dep", + "end" + ], + [ + "▁", + "depend" + ], + [ + "re", + "st" + ], + [ + "res", + "t" + ], + [ + "r", + "est" + ], + [ + "▁J", + "e" + ], + [ + "▁", + "Je" + ], + [ + "▁h", + "or" + ], + [ + "▁ho", + "r" + ], + [ + "▁", + "hor" + ], + [ + "▁ent", + "ire" + ], + [ + "Qu", + "ery" + ], + [ + "Que", + "ry" + ], + [ + "▁re", + "fer" + ], + [ + "▁ref", + "er" + ], + [ + "▁", + "refer" + ], + [ + "▁h", + "ot" + ], + [ + "▁ho", + "t" + ], + [ + "▁", + "hot" + ], + [ + "▁A", + "ust" + ], + [ + "▁Aus", + "t" + ], + [ + "▁Au", + "st" + ], + [ + "▁com", + "mon" + ], + [ + "▁comm", + "on" + ], + [ + "▁", + "common" + ], + [ + "ц", + "і" + ], + [ + "▁p", + "ull" + ], + [ + "▁pu", + "ll" + ], + [ + "▁pul", + "l" + ], + [ + "▁", + "pull" + ], + [ + "▁A", + "dd" + ], + [ + "▁Ad", + "d" + ], + [ + "▁", + "Add" + ], + [ + "▁se", + "ason" + ], + [ + "▁sea", + "son" + ], + [ + "▁seas", + "on" + ], + [ + "▁", + "season" + ], + [ + "▁in", + "vol" + ], + [ + "▁inv", + "ol" + ], + [ + "▁W", + "orld" + ], + [ + "▁Wor", + "ld" + ], + [ + "▁", + "World" + ], + [ + "cl", + "ient" + ], + [ + "cli", + "ent" + ], + [ + "no", + "w" + ], + [ + "n", + "ow" + ], + [ + "tr", + "ue" + ], + [ + "ap", + "pend" + ], + [ + "app", + "end" + ], + [ + "appe", + "nd" + ], + [ + "appen", + "d" + ], + [ + "it", + "ted" + ], + [ + "itt", + "ed" + ], + [ + "itte", + "d" + ], + [ + "em", + "pt" + ], + [ + "emp", + "t" + ], + [ + ")", + "{" + ], + [ + "//", + "/" + ], + [ + "/", + "//" + ], + [ + "▁p", + "rop" + ], + [ + "▁pro", + "p" + ], + [ + "▁pr", + "op" + ], + [ + "▁", + "prop" + ], + [ + "im", + "ate" + ], + [ + "ima", + "te" + ], + [ + "imat", + "e" + ], + [ + "i", + "mate" + ], + [ + "S", + "C" + ], + [ + "▁h", + "ours" + ], + [ + "▁hour", + "s" + ], + [ + "▁ho", + "urs" + ], + [ + "▁h", + "ope" + ], + [ + "▁hop", + "e" + ], + [ + "▁ho", + "pe" + ], + [ + "an", + "dom" + ], + [ + "and", + "om" + ], + [ + "ando", + "m" + ], + [ + "і", + "д" + ], + [ + "ist", + "ic" + ], + [ + "isti", + "c" + ], + [ + "▁pro", + "perty" + ], + [ + "▁proper", + "ty" + ], + [ + "▁", + "property" + ], + [ + "s", + "g" + ], + [ + ">", + "(" + ], + [ + "▁w", + "rite" + ], + [ + "▁wr", + "ite" + ], + [ + "▁writ", + "e" + ], + [ + "▁", + "write" + ], + [ + "mar", + "k" + ], + [ + "m", + "ark" + ], + [ + "fin", + "d" + ], + [ + "fi", + "nd" + ], + [ + "f", + "ind" + ], + [ + "▁person", + "al" + ], + [ + "▁pers", + "onal" + ], + [ + "▁persona", + "l" + ], + [ + "▁", + "personal" + ], + [ + "]", + "[" + ], + [ + "ro", + "wn" + ], + [ + "row", + "n" + ], + [ + "r", + "own" + ], + [ + "P", + "h" + ], + [ + "▁f", + "oot" + ], + [ + "▁fo", + "ot" + ], + [ + "▁foo", + "t" + ], + [ + "▁", + "foot" + ], + [ + "▁re", + "search" + ], + [ + "▁res", + "earch" + ], + [ + "iron", + "ment" + ], + [ + "▁n", + "om" + ], + [ + "▁no", + "m" + ], + [ + "▁", + "nom" + ], + [ + "▁in", + "stance" + ], + [ + "▁inst", + "ance" + ], + [ + "▁", + "instance" + ], + [ + "▁h", + "eld" + ], + [ + "▁he", + "ld" + ], + [ + "▁hel", + "d" + ], + [ + "▁", + "held" + ], + [ + "D", + "e" + ], + [ + "▁mem", + "bers" + ], + [ + "▁member", + "s" + ], + [ + "▁", + "members" + ], + [ + "▁f", + "ire" + ], + [ + "▁fi", + "re" + ], + [ + "▁fir", + "e" + ], + [ + "▁", + "fire" + ], + [ + "▁hist", + "ory" + ], + [ + "▁histor", + "y" + ], + [ + "▁hi", + "story" + ], + [ + "▁", + "history" + ], + [ + "▁m", + "ap" + ], + [ + "▁ma", + "p" + ], + [ + "▁", + "map" + ], + [ + "▁dis", + "cuss" + ], + [ + "▁disc", + "uss" + ], + [ + "▁e", + "spec" + ], + [ + "▁es", + "pec" + ], + [ + "▁esp", + "ec" + ], + [ + "▁", + "espec" + ], + [ + "▁t", + "aking" + ], + [ + "▁tak", + "ing" + ], + [ + "▁ta", + "king" + ], + [ + "▁s", + "ervices" + ], + [ + "▁serv", + "ices" + ], + [ + "▁service", + "s" + ], + [ + "▁", + "services" + ], + [ + "▁ind", + "ust" + ], + [ + "▁indu", + "st" + ], + [ + "▁", + "indust" + ], + [ + "ig", + "en" + ], + [ + "ige", + "n" + ], + [ + "i", + "gen" + ], + [ + "▁A", + "ss" + ], + [ + "▁As", + "s" + ], + [ + "▁", + "Ass" + ], + [ + "▁e", + "xpected" + ], + [ + "▁ex", + "pected" + ], + [ + "▁expect", + "ed" + ], + [ + "▁", + "expected" + ], + [ + "▁wur", + "de" + ], + [ + "di", + "r" + ], + [ + "d", + "ir" + ], + [ + "▁a", + "mong" + ], + [ + "▁am", + "ong" + ], + [ + "▁s", + "ugg" + ], + [ + "▁su", + "gg" + ], + [ + "▁sug", + "g" + ], + [ + "re", + "c" + ], + [ + "r", + "ec" + ], + [ + "In", + "ter" + ], + [ + "Int", + "er" + ], + [ + "bl", + "ock" + ], + [ + "blo", + "ck" + ], + [ + "b", + "lock" + ], + [ + "▁R", + "ep" + ], + [ + "▁Re", + "p" + ], + [ + "▁", + "Rep" + ], + [ + "▁p", + "ain" + ], + [ + "▁pa", + "in" + ], + [ + "▁f", + "ive" + ], + [ + "▁fi", + "ve" + ], + [ + "▁", + "five" + ], + [ + "▁f", + "und" + ], + [ + "▁fun", + "d" + ], + [ + "▁fu", + "nd" + ], + [ + "▁", + "fund" + ], + [ + "ri", + "d" + ], + [ + "r", + "id" + ], + [ + "ar", + "row" + ], + [ + "arr", + "ow" + ], + [ + "▁t", + "reat" + ], + [ + "▁tre", + "at" + ], + [ + "▁he", + "ard" + ], + [ + "▁hear", + "d" + ], + [ + "▁de", + "term" + ], + [ + "▁det", + "erm" + ], + [ + "▁deter", + "m" + ], + [ + "ic", + "ult" + ], + [ + "▁s", + "ense" + ], + [ + "▁sens", + "e" + ], + [ + "▁sen", + "se" + ], + [ + "es", + "e" + ], + [ + "e", + "se" + ], + [ + "F", + "un" + ], + [ + "▁month", + "s" + ], + [ + "▁mont", + "hs" + ], + [ + "js", + "on" + ], + [ + "j", + "son" + ], + [ + ",", + "”" + ], + [ + "T", + "I" + ], + [ + "or", + "age" + ], + [ + "ora", + "ge" + ], + [ + "o", + "rage" + ], + [ + "▁", + "У" + ], + [ + "▁every", + "one" + ], + [ + "▁c", + "los" + ], + [ + "▁cl", + "os" + ], + [ + "▁clo", + "s" + ], + [ + "▁", + "clos" + ], + [ + "ie", + "rs" + ], + [ + "ier", + "s" + ], + [ + "i", + "ers" + ], + [ + "air", + "s" + ], + [ + "ai", + "rs" + ], + [ + "a", + "irs" + ], + [ + "def", + "ine" + ], + [ + "I", + "f" + ], + [ + "os", + "p" + ], + [ + "o", + "sp" + ], + [ + "▁w", + "onder" + ], + [ + "▁won", + "der" + ], + [ + "▁wo", + "nder" + ], + [ + "N", + "A" + ], + [ + "qu", + "ery" + ], + [ + "que", + "ry" + ], + [ + "quer", + "y" + ], + [ + "p", + "g" + ], + [ + "it", + "es" + ], + [ + "ite", + "s" + ], + [ + "i", + "tes" + ], + [ + "▁m", + "aterial" + ], + [ + "▁mat", + "erial" + ], + [ + "▁mate", + "rial" + ], + [ + "▁mater", + "ial" + ], + [ + "▁", + "material" + ], + [ + "y", + "d" + ], + [ + "Re", + "ad" + ], + [ + "R", + "ead" + ], + [ + "ht", + "ml" + ], + [ + "h", + "tml" + ], + [ + "T", + "E" + ], + [ + "P", + "r" + ], + [ + "^{", + "\\" + ], + [ + "^", + "{\\" + ], + [ + "▁g", + "ave" + ], + [ + "▁ga", + "ve" + ], + [ + "▁I", + "S" + ], + [ + "▁", + "IS" + ], + [ + "▁s", + "uggest" + ], + [ + "▁sugg", + "est" + ], + [ + "▁sug", + "gest" + ], + [ + "Over", + "ride" + ], + [ + "ro", + "du" + ], + [ + "rod", + "u" + ], + [ + "Fr", + "om" + ], + [ + "F", + "rom" + ], + [ + "▁E", + "urope" + ], + [ + "▁Europ", + "e" + ], + [ + "▁Euro", + "pe" + ], + [ + "▁", + "Europe" + ], + [ + "P", + "O" + ], + [ + "▁s", + "oon" + ], + [ + "▁so", + "on" + ], + [ + "ho", + "st" + ], + [ + "hos", + "t" + ], + [ + "h", + "ost" + ], + [ + "▁B", + "er" + ], + [ + "▁Be", + "r" + ], + [ + "▁", + "Ber" + ], + [ + "..", + ".." + ], + [ + "...", + "." + ], + [ + ".", + "..." + ], + [ + "▁H", + "ar" + ], + [ + "▁Ha", + "r" + ], + [ + "▁", + "Har" + ], + [ + "▁e", + "nergy" + ], + [ + "▁ener", + "gy" + ], + [ + "▁energ", + "y" + ], + [ + "▁", + "energy" + ], + [ + ">", + "<" + ], + [ + "ave", + "s" + ], + [ + "av", + "es" + ], + [ + "a", + "ves" + ], + [ + "▁e", + "asy" + ], + [ + "▁eas", + "y" + ], + [ + "▁b", + "re" + ], + [ + "▁br", + "e" + ], + [ + "▁", + "bre" + ], + [ + "fr", + "ame" + ], + [ + "▁g", + "round" + ], + [ + "▁gr", + "ound" + ], + [ + "▁gro", + "und" + ], + [ + "▁", + "ground" + ], + [ + "wi", + "th" + ], + [ + "w", + "ith" + ], + [ + "▁in", + "side" + ], + [ + "▁ins", + "ide" + ], + [ + "ie", + "f" + ], + [ + "i", + "ef" + ], + [ + "▁m", + "o" + ], + [ + "▁", + "mo" + ], + [ + "p", + "m" + ], + [ + "pa", + "n" + ], + [ + "p", + "an" + ], + [ + "ig", + "r" + ], + [ + "i", + "gr" + ], + [ + "▁o", + "m" + ], + [ + "▁", + "om" + ], + [ + "ne", + "xt" + ], + [ + "nex", + "t" + ], + [ + "n", + "ext" + ], + [ + "om", + "et" + ], + [ + "ome", + "t" + ], + [ + "o", + "met" + ], + [ + "▁st", + "atus" + ], + [ + "▁stat", + "us" + ], + [ + "▁", + "status" + ], + [ + "▁}", + "\r" + ], + [ + "▁", + "}\r" + ], + [ + "▁mus", + "ic" + ], + [ + "or", + "a" + ], + [ + "o", + "ra" + ], + [ + "il", + "es" + ], + [ + "ile", + "s" + ], + [ + "i", + "les" + ], + [ + "k", + "i" + ], + [ + "▁e", + "sc" + ], + [ + "▁es", + "c" + ], + [ + "▁", + "esc" + ], + [ + "▁b", + "es" + ], + [ + "▁be", + "s" + ], + [ + "▁", + "bes" + ], + [ + "▁D", + "is" + ], + [ + "▁Di", + "s" + ], + [ + "▁", + "Dis" + ], + [ + "▁h", + "ost" + ], + [ + "▁ho", + "st" + ], + [ + "▁", + "host" + ], + [ + "▁c", + "omes" + ], + [ + "▁com", + "es" + ], + [ + "▁co", + "mes" + ], + [ + "▁come", + "s" + ], + [ + "▁", + "comes" + ], + [ + "us", + "ed" + ], + [ + "use", + "d" + ], + [ + "u", + "sed" + ], + [ + "▁f", + "uture" + ], + [ + "▁fut", + "ure" + ], + [ + "▁", + "future" + ], + [ + "lic", + "k" + ], + [ + "li", + "ck" + ], + [ + "l", + "ick" + ], + [ + "ai", + "d" + ], + [ + "a", + "id" + ], + [ + "▁com", + "pet" + ], + [ + "▁comp", + "et" + ], + [ + "▁", + "compet" + ], + [ + "▁v", + "oice" + ], + [ + "▁vo", + "ice" + ], + [ + "▁", + "voice" + ], + [ + "▁l", + "oad" + ], + [ + "▁lo", + "ad" + ], + [ + "▁", + "load" + ], + [ + "ev", + "el" + ], + [ + "eve", + "l" + ], + [ + "e", + "vel" + ], + [ + "▁n", + "eg" + ], + [ + "▁ne", + "g" + ], + [ + "▁", + "neg" + ], + [ + "▁com", + "mand" + ], + [ + "▁comm", + "and" + ], + [ + "▁", + "command" + ], + [ + "▁f", + "ür" + ], + [ + "▁p", + "ie" + ], + [ + "▁pi", + "e" + ], + [ + "▁", + "pie" + ], + [ + "▁qu", + "ite" + ], + [ + "▁qui", + "te" + ], + [ + "▁quit", + "e" + ], + [ + "▁b", + "lo" + ], + [ + "▁bl", + "o" + ], + [ + "▁", + "blo" + ], + [ + "ag", + "n" + ], + [ + "a", + "gn" + ], + [ + "il", + "on" + ], + [ + "ilo", + "n" + ], + [ + "i", + "lon" + ], + [ + "▁cl", + "aim" + ], + [ + "▁", + "claim" + ], + [ + "▁t", + "each" + ], + [ + "▁te", + "ach" + ], + [ + "▁tea", + "ch" + ], + [ + "▁pre", + "vious" + ], + [ + "▁prev", + "ious" + ], + [ + "▁", + "previous" + ], + [ + "▁s", + "ite" + ], + [ + "▁sit", + "e" + ], + [ + "▁si", + "te" + ], + [ + "▁", + "site" + ], + [ + "co", + "lor" + ], + [ + "col", + "or" + ], + [ + "colo", + "r" + ], + [ + "at", + "tr" + ], + [ + "att", + "r" + ], + [ + "▁ac", + "cept" + ], + [ + "▁", + "accept" + ], + [ + "▁ex", + "act" + ], + [ + ")", + "}" + ], + [ + "af", + "t" + ], + [ + "a", + "ft" + ], + [ + "rol", + "ler" + ], + [ + "roll", + "er" + ], + [ + "о", + "н" + ], + [ + "o", + "o" + ], + [ + "Dat", + "e" + ], + [ + "Da", + "te" + ], + [ + "D", + "ate" + ], + [ + "▁o", + "u" + ], + [ + "▁", + "ou" + ], + [ + "s", + "y" + ], + [ + "▁pre", + "tty" + ], + [ + "▁pret", + "ty" + ], + [ + "▁im", + "age" + ], + [ + "▁imag", + "e" + ], + [ + "▁", + "image" + ], + [ + "B", + "U" + ], + [ + "▁term", + "s" + ], + [ + "▁ter", + "ms" + ], + [ + "▁s", + "earch" + ], + [ + "▁se", + "arch" + ], + [ + "▁sear", + "ch" + ], + [ + "▁", + "search" + ], + [ + "▁", + "è" + ], + [ + "▁V", + "al" + ], + [ + "▁Va", + "l" + ], + [ + "▁", + "Val" + ], + [ + "▁", + "‘" + ], + [ + "▁D", + "av" + ], + [ + "▁Da", + "v" + ], + [ + "M", + "S" + ], + [ + "sr", + "c" + ], + [ + "s", + "rc" + ], + [ + "ma", + "r" + ], + [ + "m", + "ar" + ], + [ + "in", + "cip" + ], + [ + "inc", + "ip" + ], + [ + "▁could", + "n" + ], + [ + "ad", + "os" + ], + [ + "ado", + "s" + ], + [ + "▁d", + "ro" + ], + [ + "▁dr", + "o" + ], + [ + "▁", + "dro" + ], + [ + "be", + "ta" + ], + [ + "bet", + "a" + ], + [ + "b", + "eta" + ], + [ + "im", + "um" + ], + [ + "▁min", + "utes" + ], + [ + "▁minute", + "s" + ], + [ + "▁minut", + "es" + ], + [ + "▁g", + "rand" + ], + [ + "▁gr", + "and" + ], + [ + "▁gran", + "d" + ], + [ + "▁gra", + "nd" + ], + [ + "▁", + "grand" + ], + [ + "▁", + "»" + ], + [ + "▁O", + "ur" + ], + [ + "▁", + "Our" + ], + [ + "St", + "r" + ], + [ + "S", + "tr" + ], + [ + "VE", + "R" + ], + [ + "V", + "ER" + ], + [ + "ma", + "z" + ], + [ + "m", + "az" + ], + [ + "▁or", + "iginal" + ], + [ + "▁orig", + "inal" + ], + [ + "▁origin", + "al" + ], + [ + "▁", + "original" + ], + [ + "in", + "i" + ], + [ + "i", + "ni" + ], + [ + "▁c", + "oll" + ], + [ + "▁col", + "l" + ], + [ + "▁co", + "ll" + ], + [ + "▁", + "coll" + ], + [ + "lo", + "at" + ], + [ + "▁o", + "s" + ], + [ + "▁", + "os" + ], + [ + "})", + ";" + ], + [ + "}", + ");" + ], + [ + "sum", + "mary" + ], + [ + "▁w", + "all" + ], + [ + "▁wa", + "ll" + ], + [ + "▁wal", + "l" + ], + [ + "▁", + "wall" + ], + [ + "Col", + "or" + ], + [ + "Co", + "lor" + ], + [ + "▁v", + "ers" + ], + [ + "▁ver", + "s" + ], + [ + "▁ve", + "rs" + ], + [ + "▁", + "vers" + ], + [ + "▁d", + "ella" + ], + [ + "▁de", + "lla" + ], + [ + "▁del", + "la" + ], + [ + "▁dell", + "a" + ], + [ + "▁\"", + "\"\"" + ], + [ + "▁\"\"", + "\"" + ], + [ + "▁", + "\"\"\"" + ], + [ + "math", + "bf" + ], + [ + "ze", + "r" + ], + [ + "z", + "er" + ], + [ + "au", + "r" + ], + [ + "a", + "ur" + ], + [ + "▁tr", + "ack" + ], + [ + "▁tra", + "ck" + ], + [ + "▁", + "track" + ], + [ + "▁ass", + "oci" + ], + [ + "▁", + "associ" + ], + [ + "▁s", + "uff" + ], + [ + "▁su", + "ff" + ], + [ + "▁in", + "de" + ], + [ + "▁i", + "nde" + ], + [ + "▁ind", + "e" + ], + [ + "▁", + "inde" + ], + [ + "ag", + "ue" + ], + [ + "agu", + "e" + ], + [ + "a", + "gue" + ], + [ + "▁A", + "pr" + ], + [ + "▁Ap", + "r" + ], + [ + "▁", + "Apr" + ], + [ + "L", + "e" + ], + [ + "ro", + "ups" + ], + [ + "rou", + "ps" + ], + [ + "roup", + "s" + ], + [ + "bo", + "ard" + ], + [ + "b", + "oard" + ], + [ + "▁att", + "ack" + ], + [ + "▁s", + "eries" + ], + [ + "▁se", + "ries" + ], + [ + "▁ser", + "ies" + ], + [ + "▁serie", + "s" + ], + [ + "▁", + "series" + ], + [ + "▁in", + "stead" + ], + [ + "▁inst", + "ead" + ], + [ + "ha", + "m" + ], + [ + "h", + "am" + ], + [ + "bo", + "ok" + ], + [ + "b", + "ook" + ], + [ + "▁s", + "ix" + ], + [ + "▁si", + "x" + ], + [ + "▁", + "six" + ], + [ + "▁R", + "ec" + ], + [ + "▁Re", + "c" + ], + [ + "▁", + "Rec" + ], + [ + "▁c", + "oming" + ], + [ + "▁com", + "ing" + ], + [ + "▁co", + "ming" + ], + [ + "▁", + "coming" + ], + [ + "ur", + "t" + ], + [ + "u", + "rt" + ], + [ + "▁gl", + "obal" + ], + [ + "▁glob", + "al" + ], + [ + "▁glo", + "bal" + ], + [ + "▁", + "global" + ], + [ + "▁ne", + "cess" + ], + [ + "▁neces", + "s" + ], + [ + "▁", + "necess" + ], + [ + "le", + "ge" + ], + [ + "leg", + "e" + ], + [ + "Po", + "s" + ], + [ + "P", + "os" + ], + [ + "▁le", + "ave" + ], + [ + "▁", + "leave" + ], + [ + "▁p", + "od" + ], + [ + "▁po", + "d" + ], + [ + "▁", + "pod" + ], + [ + "ateg", + "ory" + ], + [ + "ategor", + "y" + ], + [ + "u", + "z" + ], + [ + "▁de", + "ep" + ], + [ + "▁", + "deep" + ], + [ + "▁k", + "m" + ], + [ + "▁", + "km" + ], + [ + "▁out", + "side" + ], + [ + "▁outs", + "ide" + ], + [ + "ha", + "s" + ], + [ + "h", + "as" + ], + [ + "opt", + "ions" + ], + [ + "option", + "s" + ], + [ + "o", + "ptions" + ], + [ + "▁S", + "m" + ], + [ + "▁", + "Sm" + ], + [ + "Su", + "b" + ], + [ + "S", + "ub" + ], + [ + "ro", + "ws" + ], + [ + "row", + "s" + ], + [ + "r", + "ows" + ], + [ + "▁в", + "и" + ], + [ + "▁", + "ви" + ], + [ + "▁St", + "ates" + ], + [ + "▁State", + "s" + ], + [ + "▁Stat", + "es" + ], + [ + "▁Sta", + "tes" + ], + [ + "▁", + "States" + ], + [ + "▁wr", + "ong" + ], + [ + "▁how", + "ever" + ], + [ + "▁s", + "em" + ], + [ + "▁se", + "m" + ], + [ + "▁", + "sem" + ], + [ + "▁c", + "atch" + ], + [ + "▁cat", + "ch" + ], + [ + "▁", + "catch" + ], + [ + "\")", + "," + ], + [ + "\"", + ")," + ], + [ + "mod", + "el" + ], + [ + "mode", + "l" + ], + [ + "mo", + "del" + ], + [ + "▁h", + "ttp" + ], + [ + "▁htt", + "p" + ], + [ + "▁", + "http" + ], + [ + "▁o", + "ption" + ], + [ + "▁opt", + "ion" + ], + [ + "▁", + "option" + ], + [ + "ri", + "e" + ], + [ + "r", + "ie" + ], + [ + "▁с", + "та" + ], + [ + "▁ст", + "а" + ], + [ + "▁", + "ста" + ], + [ + "▁ä", + "r" + ], + [ + "▁", + "är" + ], + [ + "▁en", + "joy" + ], + [ + "▁enjo", + "y" + ], + [ + "n", + "u" + ], + [ + "▁p", + "as" + ], + [ + "▁pa", + "s" + ], + [ + "▁", + "pas" + ], + [ + "▁a", + "mount" + ], + [ + "▁am", + "ount" + ], + [ + "▁", + "amount" + ], + [ + "▁res", + "pons" + ], + [ + "▁respon", + "s" + ], + [ + "▁resp", + "ons" + ], + [ + "▁", + "respons" + ], + [ + "▁In", + "tern" + ], + [ + "▁Inter", + "n" + ], + [ + "▁Int", + "ern" + ], + [ + "▁", + "Intern" + ], + [ + "▁my", + "self" + ], + [ + "▁o", + "pp" + ], + [ + "▁op", + "p" + ], + [ + "▁", + "opp" + ], + [ + "▁S", + "im" + ], + [ + "▁Si", + "m" + ], + [ + "▁", + "Sim" + ], + [ + "▁s", + "ens" + ], + [ + "▁se", + "ns" + ], + [ + "▁sen", + "s" + ], + [ + "E", + "d" + ], + [ + "▁(", + "\\" + ], + [ + "▁", + "(\\" + ], + [ + "▁stud", + "ents" + ], + [ + "▁student", + "s" + ], + [ + "но", + "в" + ], + [ + "н", + "ов" + ], + [ + "▁point", + "s" + ], + [ + "▁", + "points" + ], + [ + "ar", + "ning" + ], + [ + "arn", + "ing" + ], + [ + "U", + "P" + ], + [ + "el", + "ling" + ], + [ + "ell", + "ing" + ], + [ + "elli", + "ng" + ], + [ + "▁c", + "annot" + ], + [ + "▁can", + "not" + ], + [ + "B", + "e" + ], + [ + "▁l", + "ength" + ], + [ + "▁le", + "ngth" + ], + [ + "▁", + "length" + ], + [ + "nu", + "ll" + ], + [ + "n", + "ull" + ], + [ + "ui", + "nt" + ], + [ + "u", + "int" + ], + [ + "wi", + "se" + ], + [ + "w", + "ise" + ], + [ + "▁d", + "ouble" + ], + [ + "▁dou", + "ble" + ], + [ + "▁doub", + "le" + ], + [ + "▁", + "double" + ], + [ + "ig", + "e" + ], + [ + "i", + "ge" + ], + [ + "is", + "ta" + ], + [ + "ist", + "a" + ], + [ + "i", + "sta" + ], + [ + "▁est", + "ab" + ], + [ + "▁es", + "tab" + ], + [ + "▁esta", + "b" + ], + [ + "an", + "ch" + ], + [ + "anc", + "h" + ], + [ + "▁a", + "go" + ], + [ + "▁ag", + "o" + ], + [ + "▁", + "ago" + ], + [ + "▁b", + "ound" + ], + [ + "▁bo", + "und" + ], + [ + "▁bou", + "nd" + ], + [ + "▁", + "bound" + ], + [ + "▁f", + "a" + ], + [ + "▁", + "fa" + ], + [ + "▁c", + "lean" + ], + [ + "▁cle", + "an" + ], + [ + "▁", + "clean" + ], + [ + "▁sim", + "ple" + ], + [ + "▁simpl", + "e" + ], + [ + "▁", + "simple" + ], + [ + "m", + "i" + ], + [ + "####", + "####" + ], + [ + "if", + "ier" + ], + [ + "ifi", + "er" + ], + [ + "▁Gener", + "al" + ], + [ + "▁Gen", + "eral" + ], + [ + "▁Gene", + "ral" + ], + [ + "▁", + "General" + ], + [ + "▁se", + "emed" + ], + [ + "▁see", + "med" + ], + [ + "▁seem", + "ed" + ], + [ + "en", + "a" + ], + [ + "e", + "na" + ], + [ + "▁a", + "ge" + ], + [ + "▁ag", + "e" + ], + [ + "▁", + "age" + ], + [ + "но", + "й" + ], + [ + "end", + "if" + ], + [ + "A", + "A" + ], + [ + "▁c", + "aus" + ], + [ + "▁ca", + "us" + ], + [ + "▁e", + "duc" + ], + [ + "▁ed", + "uc" + ], + [ + "▁", + "educ" + ], + [ + "▁c", + "ell" + ], + [ + "▁ce", + "ll" + ], + [ + "▁cel", + "l" + ], + [ + "▁", + "cell" + ], + [ + "Ge", + "ner" + ], + [ + "Gen", + "er" + ], + [ + "G", + "ener" + ], + [ + "sp", + "ace" + ], + [ + "s", + "pace" + ], + [ + "▁Y", + "our" + ], + [ + "▁You", + "r" + ], + [ + "▁", + "Your" + ], + [ + "▁be", + "aut" + ], + [ + "g", + "t" + ], + [ + "▁l", + "imit" + ], + [ + "▁li", + "mit" + ], + [ + "▁lim", + "it" + ], + [ + "▁", + "limit" + ], + [ + "▁d", + "ate" + ], + [ + "▁da", + "te" + ], + [ + "▁dat", + "e" + ], + [ + "▁", + "date" + ], + [ + "Ut", + "il" + ], + [ + "U", + "til" + ], + [ + "▁N", + "ational" + ], + [ + "▁Nat", + "ional" + ], + [ + "▁Nation", + "al" + ], + [ + "▁", + "National" + ], + [ + "ow", + "s" + ], + [ + "o", + "ws" + ], + [ + "pa", + "t" + ], + [ + "p", + "at" + ], + [ + "qu", + "ad" + ], + [ + "▁o", + "k" + ], + [ + "▁", + "ok" + ], + [ + "▁", + "И" + ], + [ + "ar", + "th" + ], + [ + "art", + "h" + ], + [ + "ha", + "t" + ], + [ + "h", + "at" + ], + [ + "▁comm", + "unity" + ], + [ + "▁commun", + "ity" + ], + [ + "ou", + "l" + ], + [ + "o", + "ul" + ], + [ + "▁e", + "conom" + ], + [ + "▁ec", + "onom" + ], + [ + "▁", + "econom" + ], + [ + "Com", + "ponent" + ], + [ + "bo", + "r" + ], + [ + "b", + "or" + ], + [ + "us", + "ion" + ], + [ + "▁be", + "low" + ], + [ + "▁bel", + "ow" + ], + [ + "ear", + "ch" + ], + [ + "e", + "arch" + ], + [ + "or", + "es" + ], + [ + "ore", + "s" + ], + [ + "o", + "res" + ], + [ + "ba", + "n" + ], + [ + "b", + "an" + ], + [ + "▁Aug", + "ust" + ], + [ + "▁fur", + "ther" + ], + [ + "sig", + "ma" + ], + [ + "s", + "igma" + ], + [ + "▁h", + "a" + ], + [ + "▁", + "ha" + ], + [ + "j", + "i" + ], + [ + "▁com", + "put" + ], + [ + "▁comp", + "ut" + ], + [ + "▁", + "comput" + ], + [ + "г", + "ра" + ], + [ + "▁N", + "one" + ], + [ + "▁No", + "ne" + ], + [ + "▁Non", + "e" + ], + [ + "▁", + "None" + ], + [ + "▁t", + "er" + ], + [ + "▁te", + "r" + ], + [ + "▁", + "ter" + ], + [ + "▁any", + "one" + ], + [ + "▁t", + "ask" + ], + [ + "▁ta", + "sk" + ], + [ + "▁", + "task" + ], + [ + "en", + "te" + ], + [ + "ent", + "e" + ], + [ + "e", + "nte" + ], + [ + "pos", + "ition" + ], + [ + "pp", + "ed" + ], + [ + "ppe", + "d" + ], + [ + "p", + "ped" + ], + [ + "▁a", + "us" + ], + [ + "▁au", + "s" + ], + [ + "▁", + "aus" + ], + [ + "Att", + "ribute" + ], + [ + "Attrib", + "ute" + ], + [ + "re", + "q" + ], + [ + "r", + "eq" + ], + [ + "ad", + "dr" + ], + [ + "add", + "r" + ], + [ + "li", + "ght" + ], + [ + "lig", + "ht" + ], + [ + "l", + "ight" + ], + [ + "ш", + "е" + ], + [ + "▁a", + "rm" + ], + [ + "▁ar", + "m" + ], + [ + "▁", + "arm" + ], + [ + "co", + "ver" + ], + [ + "cov", + "er" + ], + [ + "c", + "over" + ], + [ + "up", + "port" + ], + [ + "upp", + "ort" + ], + [ + "▁G", + "l" + ], + [ + "▁", + "Gl" + ], + [ + "▁S", + "an" + ], + [ + "▁Sa", + "n" + ], + [ + "▁", + "San" + ], + [ + "▁wr", + "iting" + ], + [ + "▁writ", + "ing" + ], + [ + "▁", + "writing" + ], + [ + "▁l", + "ost" + ], + [ + "▁lo", + "st" + ], + [ + "▁los", + "t" + ], + [ + "▁M", + "ark" + ], + [ + "▁Mar", + "k" + ], + [ + "▁", + "Mark" + ], + [ + "▁g", + "re" + ], + [ + "▁gr", + "e" + ], + [ + "▁", + "gre" + ], + [ + "TY", + "PE" + ], + [ + "T", + "YPE" + ], + [ + "▁S", + "outh" + ], + [ + "▁So", + "uth" + ], + [ + "▁Sou", + "th" + ], + [ + "▁Sout", + "h" + ], + [ + "▁", + "South" + ], + [ + "▁per", + "fect" + ], + [ + "▁perf", + "ect" + ], + [ + "▁pack", + "age" + ], + [ + "▁", + "package" + ], + [ + "▁in", + "fl" + ], + [ + "▁inf", + "l" + ], + [ + "▁", + "infl" + ], + [ + "ha", + "ps" + ], + [ + "h", + "aps" + ], + [ + "▁A", + "ng" + ], + [ + "▁An", + "g" + ], + [ + "▁", + "Ang" + ], + [ + "res", + "pon" + ], + [ + "resp", + "on" + ], + [ + "ri", + "s" + ], + [ + "r", + "is" + ], + [ + "pt", + "ember" + ], + [ + "pte", + "mber" + ], + [ + "▁build", + "ing" + ], + [ + "▁", + "building" + ], + [ + "VA", + "L" + ], + [ + "V", + "AL" + ], + [ + "fr", + "ee" + ], + [ + "fre", + "e" + ], + [ + "f", + "ree" + ], + [ + "▁c", + "e" + ], + [ + "▁", + "ce" + ], + [ + "H", + "T" + ], + [ + "▁F", + "rom" + ], + [ + "▁Fr", + "om" + ], + [ + "▁Fro", + "m" + ], + [ + "▁", + "From" + ], + [ + "d", + "s" + ], + [ + "ro", + "y" + ], + [ + "r", + "oy" + ], + [ + "ach", + "ine" + ], + [ + "achi", + "ne" + ], + [ + "no", + "wn" + ], + [ + "now", + "n" + ], + [ + "n", + "own" + ], + [ + "▁sa", + "ying" + ], + [ + "▁say", + "ing" + ], + [ + "▁б", + "ы" + ], + [ + "▁", + "бы" + ], + [ + "o", + "e" + ], + [ + "Re", + "f" + ], + [ + "R", + "ef" + ], + [ + "▁net", + "work" + ], + [ + "▁", + "network" + ], + [ + "par", + "ent" + ], + [ + "pa", + "rent" + ], + [ + "pare", + "nt" + ], + [ + "paren", + "t" + ], + [ + "p", + "arent" + ], + [ + "ug", + "e" + ], + [ + "u", + "ge" + ], + [ + "▁sim", + "ilar" + ], + [ + ">", + "\r" + ], + [ + "Build", + "er" + ], + [ + "B", + "uilder" + ], + [ + "▁l", + "iving" + ], + [ + "▁li", + "ving" + ], + [ + "▁liv", + "ing" + ], + [ + "▁contin", + "ue" + ], + [ + "▁continu", + "e" + ], + [ + "▁", + "continue" + ], + [ + "an", + "ger" + ], + [ + "ang", + "er" + ], + [ + "ange", + "r" + ], + [ + "▁R", + "ed" + ], + [ + "▁Re", + "d" + ], + [ + "▁", + "Red" + ], + [ + "▁h", + "air" + ], + [ + "▁ha", + "ir" + ], + [ + "an", + "ced" + ], + [ + "ance", + "d" + ], + [ + "anc", + "ed" + ], + [ + "ia", + "ns" + ], + [ + "ian", + "s" + ], + [ + "i", + "ans" + ], + [ + "▁d", + "ead" + ], + [ + "▁de", + "ad" + ], + [ + "▁", + "dead" + ], + [ + "▁bo", + "olean" + ], + [ + "▁", + "boolean" + ], + [ + "ic", + "ation" + ], + [ + "▁д", + "е" + ], + [ + "▁", + "де" + ], + [ + "▁cl", + "ient" + ], + [ + "▁", + "client" + ], + [ + "uc", + "t" + ], + [ + "u", + "ct" + ], + [ + "▁", + "•" + ], + [ + "S", + "P" + ], + [ + "ol", + "der" + ], + [ + "old", + "er" + ], + [ + "п", + "е" + ], + [ + "ud", + "io" + ], + [ + "udi", + "o" + ], + [ + "▁d", + "eg" + ], + [ + "▁de", + "g" + ], + [ + "▁", + "deg" + ], + [ + "as", + "ing" + ], + [ + "asi", + "ng" + ], + [ + "a", + "sing" + ], + [ + "▁st", + "ep" + ], + [ + "▁ste", + "p" + ], + [ + "▁", + "step" + ], + [ + "▁p", + "ers" + ], + [ + "▁per", + "s" + ], + [ + "▁pe", + "rs" + ], + [ + "▁", + "pers" + ], + [ + "ç", + "ão" + ], + [ + "ob", + "j" + ], + [ + "o", + "z" + ], + [ + "ul", + "a" + ], + [ + "u", + "la" + ], + [ + "▁r", + "ound" + ], + [ + "▁ro", + "und" + ], + [ + "▁rou", + "nd" + ], + [ + "▁", + "round" + ], + [ + "▁u", + "pon" + ], + [ + "▁up", + "on" + ], + [ + "▁re", + "source" + ], + [ + "▁res", + "ource" + ], + [ + "▁", + "resource" + ], + [ + "▁val", + "id" + ], + [ + "▁", + "valid" + ], + [ + "▁I", + "I" + ], + [ + "▁", + "II" + ], + [ + "bu", + "g" + ], + [ + "b", + "ug" + ], + [ + "st", + "d" + ], + [ + "s", + "td" + ], + [ + "▁a", + "ng" + ], + [ + "▁an", + "g" + ], + [ + "▁", + "ang" + ], + [ + "sp", + "an" + ], + [ + "s", + "pan" + ], + [ + "po", + "l" + ], + [ + "p", + "ol" + ], + [ + "ial", + "og" + ], + [ + "ia", + "log" + ], + [ + "▁p", + "hot" + ], + [ + "▁ph", + "ot" + ], + [ + "?", + "'" + ], + [ + "D", + "B" + ], + [ + "▁F", + "in" + ], + [ + "▁Fi", + "n" + ], + [ + "▁", + "Fin" + ], + [ + "V", + "E" + ], + [ + "E", + "m" + ], + [ + "▁c", + "am" + ], + [ + "▁ca", + "m" + ], + [ + "▁", + "cam" + ], + [ + "tar", + "get" + ], + [ + "t", + "arget" + ], + [ + "pe", + "cted" + ], + [ + "pect", + "ed" + ], + [ + "pec", + "ted" + ], + [ + "He", + "l" + ], + [ + "H", + "el" + ], + [ + "▁u", + "t" + ], + [ + "▁", + "ut" + ], + [ + "▁T", + "est" + ], + [ + "▁Te", + "st" + ], + [ + "▁Tes", + "t" + ], + [ + "▁", + "Test" + ], + [ + "▁t", + "own" + ], + [ + "▁to", + "wn" + ], + [ + "▁tow", + "n" + ], + [ + "▁", + "town" + ], + [ + "al", + "ign" + ], + [ + "ali", + "gn" + ], + [ + "▁we", + "bs" + ], + [ + "▁web", + "s" + ], + [ + "in", + "ner" + ], + [ + "inn", + "er" + ], + [ + "au", + "gh" + ], + [ + "aug", + "h" + ], + [ + "a", + "ugh" + ], + [ + "▁ex", + "cept" + ], + [ + "▁", + "except" + ], + [ + "▁init", + "ial" + ], + [ + "▁initi", + "al" + ], + [ + "▁", + "initial" + ], + [ + "en", + "ty" + ], + [ + "ent", + "y" + ], + [ + "lic", + "h" + ], + [ + "li", + "ch" + ], + [ + "l", + "ich" + ], + [ + "▁A", + "ut" + ], + [ + "▁Au", + "t" + ], + [ + "▁", + "Aut" + ], + [ + "to", + "p" + ], + [ + "t", + "op" + ], + [ + "▁f", + "ail" + ], + [ + "▁fa", + "il" + ], + [ + "▁", + "fail" + ], + [ + "on", + "a" + ], + [ + "o", + "na" + ], + [ + "▁ben", + "ef" + ], + [ + "an", + "ks" + ], + [ + "ank", + "s" + ], + [ + "is", + "che" + ], + [ + "isch", + "e" + ], + [ + "isc", + "he" + ], + [ + "i", + "sche" + ], + [ + ".", + "*" + ], + [ + "▁sign", + "ific" + ], + [ + "▁cont", + "act" + ], + [ + "▁", + "contact" + ], + [ + "Re", + "c" + ], + [ + "R", + "ec" + ], + [ + "ar", + "io" + ], + [ + "ari", + "o" + ], + [ + "a", + "rio" + ], + [ + "ot", + "tom" + ], + [ + "ott", + "om" + ], + [ + "otto", + "m" + ], + [ + "▁rel", + "ationship" + ], + [ + "▁relations", + "hip" + ], + [ + "▁relation", + "ship" + ], + [ + "])", + ";" + ], + [ + "]", + ");" + ], + [ + "▁Н", + "а" + ], + [ + "▁", + "На" + ], + [ + "He", + "ad" + ], + [ + "H", + "ead" + ], + [ + "form", + "at" + ], + [ + "for", + "mat" + ], + [ + "▁é", + "t" + ], + [ + "▁", + "ét" + ], + [ + "▁M", + "ore" + ], + [ + "▁Mor", + "e" + ], + [ + "▁Mo", + "re" + ], + [ + "▁", + "More" + ], + [ + "act", + "ory" + ], + [ + "actor", + "y" + ], + [ + "port", + "un" + ], + [ + "+", + "\\" + ], + [ + "▁sim", + "ply" + ], + [ + "▁simpl", + "y" + ], + [ + "▁e", + "p" + ], + [ + "▁", + "ep" + ], + [ + "▁R", + "uss" + ], + [ + "▁Ru", + "ss" + ], + [ + "▁Rus", + "s" + ], + [ + "n", + "í" + ], + [ + "u", + "a" + ], + [ + "er", + "c" + ], + [ + "e", + "rc" + ], + [ + "▁long", + "er" + ], + [ + "▁lon", + "ger" + ], + [ + "in", + "ition" + ], + [ + "init", + "ion" + ], + [ + "ect", + "or" + ], + [ + "ec", + "tor" + ], + [ + "e", + "ctor" + ], + [ + "apt", + "ion" + ], + [ + "a", + "ption" + ], + [ + "▁prof", + "ess" + ], + [ + "▁profes", + "s" + ], + [ + "▁M", + "us" + ], + [ + "▁Mu", + "s" + ], + [ + "▁", + "Mus" + ], + [ + "il", + "ities" + ], + [ + "ili", + "ties" + ], + [ + "è", + "s" + ], + [ + "▁A", + "ct" + ], + [ + "▁Ac", + "t" + ], + [ + "▁", + "Act" + ], + [ + "off", + "set" + ], + [ + "offs", + "et" + ], + [ + "▁i", + "ll" + ], + [ + "▁il", + "l" + ], + [ + "▁", + "ill" + ], + [ + "ba", + "nd" + ], + [ + "ban", + "d" + ], + [ + "b", + "and" + ], + [ + "▁A", + "g" + ], + [ + "▁", + "Ag" + ], + [ + "▁П", + "о" + ], + [ + "▁", + "По" + ], + [ + "б", + "и" + ], + [ + "cont", + "ent" + ], + [ + "ic", + "on" + ], + [ + "ico", + "n" + ], + [ + "i", + "con" + ], + [ + "▁work", + "s" + ], + [ + "▁wor", + "ks" + ], + [ + "▁", + "works" + ], + [ + "yn", + "am" + ], + [ + "yna", + "m" + ], + [ + "y", + "nam" + ], + [ + "pl", + "ement" + ], + [ + "ple", + "ment" + ], + [ + "p", + "lement" + ], + [ + "Res", + "ource" + ], + [ + "Re", + "source" + ], + [ + "Act", + "ion" + ], + [ + "A", + "ction" + ], + [ + "▁diff", + "icult" + ], + [ + "▁W", + "est" + ], + [ + "▁We", + "st" + ], + [ + "▁Wes", + "t" + ], + [ + "▁", + "West" + ], + [ + "▁v", + "ideo" + ], + [ + "▁vide", + "o" + ], + [ + "▁", + "video" + ], + [ + "▁T", + "HE" + ], + [ + "▁TH", + "E" + ], + [ + "▁", + "THE" + ], + [ + "▁de", + "cl" + ], + [ + "▁dec", + "l" + ], + [ + "▁", + "decl" + ], + [ + "on", + "don" + ], + [ + "ond", + "on" + ], + [ + "ondo", + "n" + ], + [ + "de", + "d" + ], + [ + "d", + "ed" + ], + [ + "}{", + "\\" + ], + [ + "}", + "{\\" + ], + [ + "oc", + "r" + ], + [ + "o", + "cr" + ], + [ + "▁C", + "ity" + ], + [ + "▁Cit", + "y" + ], + [ + "▁Ci", + "ty" + ], + [ + "▁", + "City" + ], + [ + "▁", + "я" + ], + [ + "ue", + "r" + ], + [ + "u", + "er" + ], + [ + "c", + "z" + ], + [ + "▁im", + "ag" + ], + [ + "▁i", + "mag" + ], + [ + "▁", + "imag" + ], + [ + "c", + "r" + ], + [ + "et", + "e" + ], + [ + "e", + "te" + ], + [ + "id", + "get" + ], + [ + "idge", + "t" + ], + [ + "▁M", + "od" + ], + [ + "▁Mo", + "d" + ], + [ + "▁", + "Mod" + ], + [ + "▁for", + "ward" + ], + [ + "▁", + "forward" + ], + [ + "▁p", + "ict" + ], + [ + "▁pi", + "ct" + ], + [ + "▁pic", + "t" + ], + [ + "or", + "ge" + ], + [ + "org", + "e" + ], + [ + "▁sub", + "ject" + ], + [ + "▁", + "subject" + ], + [ + "up", + "date" + ], + [ + "at", + "tle" + ], + [ + "att", + "le" + ], + [ + "s", + "a" + ], + [ + "▁A", + "nt" + ], + [ + "▁An", + "t" + ], + [ + "▁", + "Ant" + ], + [ + "▁r", + "unning" + ], + [ + "▁run", + "ning" + ], + [ + "▁", + "running" + ], + [ + "▁s", + "al" + ], + [ + "▁sa", + "l" + ], + [ + "▁", + "sal" + ], + [ + "con", + "ne" + ], + [ + "conn", + "e" + ], + [ + "c", + "onne" + ], + [ + "▁out", + "put" + ], + [ + "▁", + "output" + ], + [ + "ad", + "ata" + ], + [ + "ada", + "ta" + ], + [ + "a", + "data" + ], + [ + "M", + "L" + ], + [ + "Che", + "ck" + ], + [ + "C", + "heck" + ], + [ + "led", + "ge" + ], + [ + "l", + "edge" + ], + [ + "▁p", + "aper" + ], + [ + "▁pa", + "per" + ], + [ + "▁pap", + "er" + ], + [ + "▁", + "paper" + ], + [ + "param", + "s" + ], + [ + "par", + "ams" + ], + [ + "para", + "ms" + ], + [ + "av", + "y" + ], + [ + "a", + "vy" + ], + [ + "▁a", + "f" + ], + [ + "▁", + "af" + ], + [ + "▁e", + "ine" + ], + [ + "▁ein", + "e" + ], + [ + "▁j", + "our" + ], + [ + "▁jo", + "ur" + ], + [ + "▁jou", + "r" + ], + [ + "▁", + "jour" + ], + [ + "A", + "Y" + ], + [ + "▁it", + "self" + ], + [ + "▁its", + "elf" + ], + [ + "▁S", + "tr" + ], + [ + "▁St", + "r" + ], + [ + "▁", + "Str" + ], + [ + "st", + "yle" + ], + [ + "sty", + "le" + ], + [ + "Th", + "at" + ], + [ + "T", + "hat" + ], + [ + "▁m", + "illion" + ], + [ + "▁mill", + "ion" + ], + [ + "▁l", + "anguage" + ], + [ + "▁", + "language" + ], + [ + "O", + "S" + ], + [ + "vi", + "ng" + ], + [ + "vin", + "g" + ], + [ + "v", + "ing" + ], + [ + "▁м", + "а" + ], + [ + "▁", + "ма" + ], + [ + "▁т", + "о" + ], + [ + "▁", + "то" + ], + [ + ")", + "(" + ], + [ + "▁b", + "uy" + ], + [ + "▁bu", + "y" + ], + [ + ".", + "/" + ], + [ + "▁.", + ".." + ], + [ + "▁..", + "." + ], + [ + "▁", + "..." + ], + [ + "▁t", + "ried" + ], + [ + "▁tr", + "ied" + ], + [ + "▁tri", + "ed" + ], + [ + "▁com", + "pl" + ], + [ + "▁comp", + "l" + ], + [ + "▁act", + "iv" + ], + [ + "▁", + "activ" + ], + [ + "ap", + "ped" + ], + [ + "app", + "ed" + ], + [ + "appe", + "d" + ], + [ + "a", + "pped" + ], + [ + "But", + "ton" + ], + [ + "B", + "utton" + ], + [ + "To", + "ken" + ], + [ + "Tok", + "en" + ], + [ + "T", + "oken" + ], + [ + "▁prov", + "ided" + ], + [ + "▁provide", + "d" + ], + [ + "ib", + "er" + ], + [ + "ibe", + "r" + ], + [ + "i", + "ber" + ], + [ + "▁c", + "reated" + ], + [ + "▁cre", + "ated" + ], + [ + "▁create", + "d" + ], + [ + "▁creat", + "ed" + ], + [ + "▁", + "created" + ], + [ + "cur", + "ity" + ], + [ + "c", + "urity" + ], + [ + "En", + "d" + ], + [ + "E", + "nd" + ], + [ + "a", + "ł" + ], + [ + "us", + "ter" + ], + [ + "ust", + "er" + ], + [ + "u", + "ster" + ], + [ + "iz", + "ing" + ], + [ + "izi", + "ng" + ], + [ + "i", + "zing" + ], + [ + "om", + "b" + ], + [ + "o", + "mb" + ], + [ + "▁s", + "ich" + ], + [ + "▁si", + "ch" + ], + [ + "▁com", + "pon" + ], + [ + "▁comp", + "on" + ], + [ + "▁S", + "ee" + ], + [ + "▁Se", + "e" + ], + [ + "▁", + "See" + ], + [ + "▁u", + "int" + ], + [ + "▁ui", + "nt" + ], + [ + "▁", + "uint" + ], + [ + "▁l", + "abel" + ], + [ + "▁la", + "bel" + ], + [ + "▁lab", + "el" + ], + [ + "▁", + "label" + ], + [ + "vo", + "l" + ], + [ + "v", + "ol" + ], + [ + "ó", + "w" + ], + [ + "oc", + "ol" + ], + [ + "oco", + "l" + ], + [ + "o", + "col" + ], + [ + "▁re", + "ceived" + ], + [ + "▁rece", + "ived" + ], + [ + "▁receive", + "d" + ], + [ + "▁in", + "tern" + ], + [ + "▁int", + "ern" + ], + [ + "▁inter", + "n" + ], + [ + "▁inte", + "rn" + ], + [ + "▁", + "intern" + ], + [ + "ц", + "е" + ], + [ + "R", + "un" + ], + [ + "▁r", + "oad" + ], + [ + "▁ro", + "ad" + ], + [ + "▁", + "road" + ], + [ + "▁O", + "ct" + ], + [ + "▁", + "Oct" + ], + [ + "▁C", + "omp" + ], + [ + "▁Com", + "p" + ], + [ + "▁Co", + "mp" + ], + [ + "▁", + "Comp" + ], + [ + "▁stud", + "y" + ], + [ + "▁т", + "е" + ], + [ + "▁", + "те" + ], + [ + "Ac", + "t" + ], + [ + "A", + "ct" + ], + [ + "▁t", + "our" + ], + [ + "▁to", + "ur" + ], + [ + "▁tou", + "r" + ], + [ + "▁St", + "ate" + ], + [ + "▁Stat", + "e" + ], + [ + "▁Sta", + "te" + ], + [ + "▁", + "State" + ], + [ + "▁ad", + "ded" + ], + [ + "▁add", + "ed" + ], + [ + "▁", + "added" + ], + [ + "htt", + "ps" + ], + [ + "http", + "s" + ], + [ + "st", + "ream" + ], + [ + "stre", + "am" + ], + [ + "▁l", + "ower" + ], + [ + "▁lo", + "wer" + ], + [ + "▁low", + "er" + ], + [ + "▁", + "lower" + ], + [ + "▁b", + "ox" + ], + [ + "▁bo", + "x" + ], + [ + "▁", + "box" + ], + [ + "▁S", + "k" + ], + [ + "▁", + "Sk" + ], + [ + "▁them", + "selves" + ], + [ + "▁c", + "ross" + ], + [ + "▁cr", + "oss" + ], + [ + "▁cro", + "ss" + ], + [ + "▁", + "cross" + ], + [ + "▁e", + "cho" + ], + [ + "▁ec", + "ho" + ], + [ + "▁", + "echo" + ], + [ + "▁dev", + "ice" + ], + [ + "▁", + "device" + ], + [ + "pos", + "e" + ], + [ + "po", + "se" + ], + [ + "p", + "ose" + ], + [ + "▁g", + "ames" + ], + [ + "▁game", + "s" + ], + [ + "▁gam", + "es" + ], + [ + "▁ga", + "mes" + ], + [ + "P", + "L" + ], + [ + "W", + "indow" + ], + [ + "is", + "es" + ], + [ + "ise", + "s" + ], + [ + "i", + "ses" + ], + [ + "ti", + "tle" + ], + [ + "tit", + "le" + ], + [ + "t", + "itle" + ], + [ + "St", + "ream" + ], + [ + "z", + "t" + ], + [ + "▁S", + "w" + ], + [ + "▁", + "Sw" + ], + [ + "▁r", + "ole" + ], + [ + "▁ro", + "le" + ], + [ + "▁", + "role" + ], + [ + "ia", + "nt" + ], + [ + "ian", + "t" + ], + [ + "i", + "ant" + ], + [ + "k", + "u" + ], + [ + "se", + "qu" + ], + [ + "seq", + "u" + ], + [ + "s", + "equ" + ], + [ + "▁l", + "ate" + ], + [ + "▁la", + "te" + ], + [ + "▁lat", + "e" + ], + [ + "▁", + "late" + ], + [ + "▁s", + "old" + ], + [ + "▁so", + "ld" + ], + [ + "▁sol", + "d" + ], + [ + "р", + "я" + ], + [ + "Com", + "m" + ], + [ + "Co", + "mm" + ], + [ + "C", + "omm" + ], + [ + "▁en", + "tre" + ], + [ + "▁ent", + "re" + ], + [ + "▁entr", + "e" + ], + [ + "▁", + "entre" + ], + [ + "▁d", + "og" + ], + [ + "▁do", + "g" + ], + [ + "▁", + "dog" + ], + [ + "dev", + "ice" + ], + [ + "P", + "ar" + ], + [ + "▁like", + "ly" + ], + [ + "▁lik", + "ely" + ], + [ + "▁", + "likely" + ], + [ + "^{", + "-" + ], + [ + "^", + "{-" + ], + [ + "▁l", + "en" + ], + [ + "▁le", + "n" + ], + [ + "▁", + "len" + ], + [ + "▁P", + "aul" + ], + [ + "▁Pa", + "ul" + ], + [ + "▁", + "Paul" + ], + [ + "▁t", + "ool" + ], + [ + "▁to", + "ol" + ], + [ + "▁too", + "l" + ], + [ + "▁", + "tool" + ], + [ + "Of", + "f" + ], + [ + "O", + "ff" + ], + [ + "▁f", + "amil" + ], + [ + "▁fam", + "il" + ], + [ + "▁fa", + "mil" + ], + [ + "▁d", + "raw" + ], + [ + "▁dr", + "aw" + ], + [ + "▁", + "draw" + ], + [ + "ap", + "ping" + ], + [ + "app", + "ing" + ], + [ + "a", + "pping" + ], + [ + "▁ev", + "ents" + ], + [ + "▁even", + "ts" + ], + [ + "▁event", + "s" + ], + [ + "▁", + "events" + ], + [ + "cre", + "t" + ], + [ + "cr", + "et" + ], + [ + "c", + "ret" + ], + [ + "rou", + "ght" + ], + [ + "rough", + "t" + ], + [ + "r", + "ought" + ], + [ + "Cont", + "ent" + ], + [ + "▁soft", + "ware" + ], + [ + "ri", + "a" + ], + [ + "r", + "ia" + ], + [ + "ms", + "g" + ], + [ + "m", + "sg" + ], + [ + "ga", + "mma" + ], + [ + "g", + "amma" + ], + [ + "▁h", + "ear" + ], + [ + "▁he", + "ar" + ], + [ + "Op", + "er" + ], + [ + "O", + "per" + ], + [ + "▁your", + "self" + ], + [ + "▁yours", + "elf" + ], + [ + "▁l", + "iter" + ], + [ + "▁li", + "ter" + ], + [ + "▁lit", + "er" + ], + [ + "▁", + "liter" + ], + [ + "em", + "p" + ], + [ + "e", + "mp" + ], + [ + "▁se", + "par" + ], + [ + "▁sep", + "ar" + ], + [ + "▁", + "separ" + ], + [ + "▁", + "З" + ], + [ + "▁t", + "itle" + ], + [ + "▁tit", + "le" + ], + [ + "▁ti", + "tle" + ], + [ + "▁", + "title" + ], + [ + "M", + "ethod" + ], + [ + "math", + "rm" + ], + [ + "▁s", + "low" + ], + [ + "▁sl", + "ow" + ], + [ + "▁R", + "om" + ], + [ + "▁Ro", + "m" + ], + [ + "▁", + "Rom" + ], + [ + "!", + "!" + ], + [ + "▁t", + "ax" + ], + [ + "▁ta", + "x" + ], + [ + "▁", + "tax" + ], + [ + "ск", + "а" + ], + [ + "с", + "ка" + ], + [ + "empl", + "ate" + ], + [ + "emp", + "late" + ], + [ + "o", + "i" + ], + [ + "▁A", + "rt" + ], + [ + "▁Ar", + "t" + ], + [ + "▁", + "Art" + ], + [ + "f", + "alse" + ], + [ + "ast", + "ic" + ], + [ + "ст", + "ь" + ], + [ + "с", + "ть" + ], + [ + "oc", + "ket" + ], + [ + "ock", + "et" + ], + [ + "▁e", + "ns" + ], + [ + "▁en", + "s" + ], + [ + "▁", + "ens" + ], + [ + "T", + "O" + ], + [ + "am", + "ente" + ], + [ + "ame", + "nte" + ], + [ + "ament", + "e" + ], + [ + "amen", + "te" + ], + [ + "a", + "mente" + ], + [ + "lo", + "cal" + ], + [ + "loc", + "al" + ], + [ + "l", + "ocal" + ], + [ + "ch", + "ie" + ], + [ + "chi", + "e" + ], + [ + "▁p", + "an" + ], + [ + "▁pa", + "n" + ], + [ + "▁", + "pan" + ], + [ + "ни", + "й" + ], + [ + "ch", + "ema" + ], + [ + "che", + "ma" + ], + [ + "chem", + "a" + ], + [ + "▁N", + "orth" + ], + [ + "▁Nor", + "th" + ], + [ + "▁Nort", + "h" + ], + [ + "з", + "о" + ], + [ + "▁>", + "=" + ], + [ + "▁", + ">=" + ], + [ + "A", + "ut" + ], + [ + "▁d", + "ig" + ], + [ + "▁di", + "g" + ], + [ + "▁", + "dig" + ], + [ + "▁se", + "ems" + ], + [ + "▁see", + "ms" + ], + [ + "▁seem", + "s" + ], + [ + "▁mor", + "ning" + ], + [ + "so", + "le" + ], + [ + "sol", + "e" + ], + [ + "s", + "ole" + ], + [ + "um", + "er" + ], + [ + "ume", + "r" + ], + [ + "u", + "mer" + ], + [ + "del", + "ta" + ], + [ + "d", + "elta" + ], + [ + "it", + "é" + ], + [ + "i", + "té" + ], + [ + "ab", + "ase" + ], + [ + "aba", + "se" + ], + [ + "a", + "base" + ], + [ + "ra", + "f" + ], + [ + "r", + "af" + ], + [ + "▁ob", + "serv" + ], + [ + "▁obs", + "erv" + ], + [ + "▁", + "observ" + ], + [ + "▁E", + "st" + ], + [ + "▁Es", + "t" + ], + [ + "▁", + "Est" + ], + [ + "▁s", + "eg" + ], + [ + "▁se", + "g" + ], + [ + "▁", + "seg" + ], + [ + "▁[", + "]" + ], + [ + "▁", + "[]" + ], + [ + "▁P", + "res" + ], + [ + "▁Pr", + "es" + ], + [ + "▁Pre", + "s" + ], + [ + "▁", + "Pres" + ], + [ + "if", + "ul" + ], + [ + "i", + "ful" + ], + [ + "pu", + "sh" + ], + [ + "pus", + "h" + ], + [ + "p", + "ush" + ], + [ + "▁O", + "ff" + ], + [ + "▁Of", + "f" + ], + [ + "▁", + "Off" + ], + [ + "ip", + "e" + ], + [ + "i", + "pe" + ], + [ + "at", + "i" + ], + [ + "a", + "ti" + ], + [ + "▁d", + "im" + ], + [ + "▁di", + "m" + ], + [ + "▁", + "dim" + ], + [ + "ce", + "ed" + ], + [ + "c", + "eed" + ], + [ + "En", + "t" + ], + [ + "E", + "nt" + ], + [ + "__", + "__" + ], + [ + "___", + "_" + ], + [ + "_", + "___" + ], + [ + "en", + "try" + ], + [ + "ent", + "ry" + ], + [ + "entr", + "y" + ], + [ + "▁f", + "ight" + ], + [ + "▁fig", + "ht" + ], + [ + "▁fi", + "ght" + ], + [ + "▁c", + "red" + ], + [ + "▁cre", + "d" + ], + [ + "▁cr", + "ed" + ], + [ + "▁", + "cred" + ], + [ + "▁O", + "R" + ], + [ + "▁", + "OR" + ], + [ + "▁D", + "ep" + ], + [ + "▁De", + "p" + ], + [ + "▁", + "Dep" + ], + [ + "$", + "{" + ], + [ + "ле", + "н" + ], + [ + "л", + "ен" + ], + [ + "Creat", + "e" + ], + [ + "C", + "reate" + ], + [ + "▁Apr", + "il" + ], + [ + "▁Ap", + "ril" + ], + [ + "min", + "istr" + ], + [ + "F", + "L" + ], + [ + "▁A", + "p" + ], + [ + "▁", + "Ap" + ], + [ + "▁H", + "ere" + ], + [ + "▁He", + "re" + ], + [ + "▁Her", + "e" + ], + [ + "▁", + "Here" + ], + [ + "priv", + "ate" + ], + [ + "p", + "rivate" + ], + [ + "In", + "stance" + ], + [ + "Inst", + "ance" + ], + [ + "ie", + "m" + ], + [ + "i", + "em" + ], + [ + "▁off", + "ice" + ], + [ + "▁offic", + "e" + ], + [ + "▁th", + "ird" + ], + [ + "▁", + "third" + ], + [ + "▁up", + "date" + ], + [ + "▁", + "update" + ], + [ + "Lin", + "e" + ], + [ + "Li", + "ne" + ], + [ + "L", + "ine" + ], + [ + "ta", + "g" + ], + [ + "t", + "ag" + ], + [ + "▁e", + "specially" + ], + [ + "▁espec", + "ially" + ], + [ + "▁especial", + "ly" + ], + [ + "▁", + "especially" + ], + [ + "▁го", + "да" + ], + [ + "▁год", + "а" + ], + [ + "▁c", + "u" + ], + [ + "▁", + "cu" + ], + [ + "▁k", + "ill" + ], + [ + "▁kil", + "l" + ], + [ + "▁ki", + "ll" + ], + [ + "▁", + "kill" + ], + [ + "au", + "ght" + ], + [ + "augh", + "t" + ], + [ + "aug", + "ht" + ], + [ + "▁s", + "we" + ], + [ + "▁sw", + "e" + ], + [ + "Option", + "s" + ], + [ + "Opt", + "ions" + ], + [ + "O", + "ptions" + ], + [ + "I", + "M" + ], + [ + "C", + "C" + ], + [ + "▁com", + "pan" + ], + [ + "▁comp", + "an" + ], + [ + "ju", + "st" + ], + [ + "j", + "ust" + ], + [ + "▁Wh", + "ile" + ], + [ + "▁", + "While" + ], + [ + "iz", + "er" + ], + [ + "ize", + "r" + ], + [ + "i", + "zer" + ], + [ + "▁м", + "о" + ], + [ + "▁", + "мо" + ], + [ + "к", + "е" + ], + [ + "▁a", + "uto" + ], + [ + "▁aut", + "o" + ], + [ + "▁au", + "to" + ], + [ + "▁", + "auto" + ], + [ + "▁b", + "and" + ], + [ + "▁ban", + "d" + ], + [ + "▁ba", + "nd" + ], + [ + "▁", + "band" + ], + [ + "ме", + "н" + ], + [ + "м", + "ен" + ], + [ + "ique", + "s" + ], + [ + "iqu", + "es" + ], + [ + "iq", + "ues" + ], + [ + "i", + "ques" + ], + [ + "▁p", + "le" + ], + [ + "▁pl", + "e" + ], + [ + "▁", + "ple" + ], + [ + "N", + "O" + ], + [ + "▁O", + "F" + ], + [ + "▁", + "OF" + ], + [ + "▁s", + "ong" + ], + [ + "▁so", + "ng" + ], + [ + "▁son", + "g" + ], + [ + "▁A", + "cc" + ], + [ + "▁Ac", + "c" + ], + [ + "▁", + "Acc" + ], + [ + "EX", + "T" + ], + [ + "E", + "XT" + ], + [ + "en", + "sor" + ], + [ + "ens", + "or" + ], + [ + "enso", + "r" + ], + [ + "in", + "ing" + ], + [ + "ini", + "ng" + ], + [ + "i", + "ning" + ], + [ + "▁l", + "at" + ], + [ + "▁la", + "t" + ], + [ + "▁", + "lat" + ], + [ + "bi", + "g" + ], + [ + "b", + "ig" + ], + [ + "▁K", + "ing" + ], + [ + "▁Ki", + "ng" + ], + [ + "▁Kin", + "g" + ], + [ + "▁", + "King" + ], + [ + "oc", + "h" + ], + [ + "o", + "ch" + ], + [ + "s", + "i" + ], + [ + "▁H", + "ist" + ], + [ + "▁His", + "t" + ], + [ + "▁Hi", + "st" + ], + [ + "▁", + "Hist" + ], + [ + "▁qu", + "ality" + ], + [ + "▁qual", + "ity" + ], + [ + "▁", + "quality" + ], + [ + "mod", + "e" + ], + [ + "mo", + "de" + ], + [ + "m", + "ode" + ], + [ + "▁op", + "portun" + ], + [ + "▁would", + "n" + ], + [ + ":*", + "*" + ], + [ + ":", + "**" + ], + [ + "out", + "put" + ], + [ + "▁fe", + "et" + ], + [ + "▁fee", + "t" + ], + [ + "▁m", + "is" + ], + [ + "▁mi", + "s" + ], + [ + "d", + "f" + ], + [ + "ag", + "ing" + ], + [ + "agi", + "ng" + ], + [ + "a", + "ging" + ], + [ + "▁м", + "е" + ], + [ + "▁", + "ме" + ], + [ + "▁t", + "ro" + ], + [ + "▁tr", + "o" + ], + [ + "▁d", + "efined" + ], + [ + "▁def", + "ined" + ], + [ + "▁define", + "d" + ], + [ + "▁defin", + "ed" + ], + [ + "▁", + "defined" + ], + [ + "▁re", + "view" + ], + [ + "▁rev", + "iew" + ], + [ + "▁", + "review" + ], + [ + "▁F", + "il" + ], + [ + "▁Fi", + "l" + ], + [ + "▁", + "Fil" + ], + [ + ">", + ">" + ], + [ + "▁pr", + "incip" + ], + [ + "▁prin", + "cip" + ], + [ + "Bas", + "e" + ], + [ + "B", + "ase" + ], + [ + "di", + "ct" + ], + [ + "d", + "ict" + ], + [ + "ve", + "rage" + ], + [ + "ver", + "age" + ], + [ + "ic", + "ient" + ], + [ + "ici", + "ent" + ], + [ + "I", + "F" + ], + [ + "▁h", + "it" + ], + [ + "▁hi", + "t" + ], + [ + "▁", + "hit" + ], + [ + "Pag", + "e" + ], + [ + "P", + "age" + ], + [ + "▁p", + "erm" + ], + [ + "▁per", + "m" + ], + [ + "▁pe", + "rm" + ], + [ + "▁", + "perm" + ], + [ + "ce", + "l" + ], + [ + "c", + "el" + ], + [ + "í", + "t" + ], + [ + "▁ex", + "press" + ], + [ + "▁exp", + "ress" + ], + [ + "▁expr", + "ess" + ], + [ + "▁", + "express" + ], + [ + "▁ind", + "ic" + ], + [ + "▁Se", + "ptember" + ], + [ + "▁Sept", + "ember" + ], + [ + "im", + "age" + ], + [ + "ima", + "ge" + ], + [ + "imag", + "e" + ], + [ + "▁product", + "s" + ], + [ + "▁", + "products" + ], + [ + "▁m", + "edia" + ], + [ + "▁med", + "ia" + ], + [ + "▁medi", + "a" + ], + [ + "▁", + "media" + ], + [ + "ch", + "ange" + ], + [ + "chan", + "ge" + ], + [ + "ig", + "ger" + ], + [ + "igg", + "er" + ], + [ + "▁s", + "end" + ], + [ + "▁se", + "nd" + ], + [ + "▁sen", + "d" + ], + [ + "▁", + "send" + ], + [ + "la", + "st" + ], + [ + "las", + "t" + ], + [ + "l", + "ast" + ], + [ + "min", + "g" + ], + [ + "mi", + "ng" + ], + [ + "m", + "ing" + ], + [ + "p", + "a" + ], + [ + "ua", + "ry" + ], + [ + "uar", + "y" + ], + [ + "u", + "ary" + ], + [ + "▁spe", + "ak" + ], + [ + "ны", + "й" + ], + [ + "щ", + "е" + ], + [ + "ys", + "is" + ], + [ + "y", + "sis" + ], + [ + "ly", + "ing" + ], + [ + "l", + "ying" + ], + [ + "▁", + "ч" + ], + [ + "li", + "ke" + ], + [ + "lik", + "e" + ], + [ + "l", + "ike" + ], + [ + "р", + "ы" + ], + [ + "в", + "і" + ], + [ + "▁M", + "ich" + ], + [ + "▁Mic", + "h" + ], + [ + "▁Mi", + "ch" + ], + [ + "M", + "O" + ], + [ + "▁J", + "ah" + ], + [ + "▁Ja", + "h" + ], + [ + "ens", + "ive" + ], + [ + "▁sh", + "are" + ], + [ + "▁shar", + "e" + ], + [ + "▁sha", + "re" + ], + [ + "▁", + "share" + ], + [ + "▁develop", + "ment" + ], + [ + "C", + "P" + ], + [ + "sp", + "ec" + ], + [ + "spe", + "c" + ], + [ + "s", + "pec" + ], + [ + "▁f", + "ast" + ], + [ + "▁fa", + "st" + ], + [ + "▁", + "fast" + ], + [ + "he", + "t" + ], + [ + "h", + "et" + ], + [ + "H", + "O" + ], + [ + "▁part", + "icip" + ], + [ + "▁partic", + "ip" + ], + [ + "▁parti", + "cip" + ], + [ + "Bl", + "ock" + ], + [ + "Blo", + "ck" + ], + [ + "B", + "lock" + ], + [ + "▁vi", + "ol" + ], + [ + "▁fr", + "ame" + ], + [ + "▁fra", + "me" + ], + [ + "▁fram", + "e" + ], + [ + "▁", + "frame" + ], + [ + "▁qu", + "al" + ], + [ + "▁q", + "ual" + ], + [ + "▁", + "qual" + ], + [ + "tr", + "e" + ], + [ + "t", + "re" + ], + [ + "▁", + "Ф" + ], + [ + "▁to", + "ward" + ], + [ + "▁tow", + "ard" + ], + [ + "f", + "g" + ], + [ + "Bo", + "x" + ], + [ + "B", + "ox" + ], + [ + "Col", + "umn" + ], + [ + "▁mil", + "it" + ], + [ + "▁mi", + "lit" + ], + [ + "▁M", + "arch" + ], + [ + "▁Mar", + "ch" + ], + [ + "▁Marc", + "h" + ], + [ + "▁var", + "ious" + ], + [ + "▁vari", + "ous" + ], + [ + "pa", + "ss" + ], + [ + "pas", + "s" + ], + [ + "p", + "ass" + ], + [ + "▁P", + "ark" + ], + [ + "▁Par", + "k" + ], + [ + "▁B", + "en" + ], + [ + "▁Be", + "n" + ], + [ + "▁", + "Ben" + ], + [ + "Fr", + "ame" + ], + [ + "▁n", + "ormal" + ], + [ + "▁nor", + "mal" + ], + [ + "▁norm", + "al" + ], + [ + "▁", + "normal" + ], + [ + "op", + "en" + ], + [ + "ope", + "n" + ], + [ + "o", + "pen" + ], + [ + "p", + "x" + ], + [ + "▁ph", + "one" + ], + [ + "▁", + "phone" + ], + [ + "▁E", + "ven" + ], + [ + "▁Ev", + "en" + ], + [ + "▁Eve", + "n" + ], + [ + "▁", + "Even" + ], + [ + "▁m", + "a" + ], + [ + "▁", + "ma" + ], + [ + "ibr", + "ary" + ], + [ + "St", + "art" + ], + [ + "Star", + "t" + ], + [ + "id", + "den" + ], + [ + "idd", + "en" + ], + [ + "rh", + "o" + ], + [ + "r", + "ho" + ], + [ + "gr", + "aph" + ], + [ + "gra", + "ph" + ], + [ + "g", + "raph" + ], + [ + "ac", + "ing" + ], + [ + "aci", + "ng" + ], + [ + "a", + "cing" + ], + [ + "'", + "." + ], + [ + "ar", + "ter" + ], + [ + "art", + "er" + ], + [ + "arte", + "r" + ], + [ + "me", + "s" + ], + [ + "m", + "es" + ], + [ + "in", + "st" + ], + [ + "ins", + "t" + ], + [ + "▁i", + "r" + ], + [ + "▁", + "ir" + ], + [ + "act", + "ive" + ], + [ + "activ", + "e" + ], + [ + "▁f", + "em" + ], + [ + "▁fe", + "m" + ], + [ + "▁", + "fem" + ], + [ + "▁m", + "oved" + ], + [ + "▁mov", + "ed" + ], + [ + "▁move", + "d" + ], + [ + "▁mo", + "ved" + ], + [ + "▁st", + "ore" + ], + [ + "▁stor", + "e" + ], + [ + "▁sto", + "re" + ], + [ + "▁", + "store" + ], + [ + "▁p", + "rice" + ], + [ + "▁pr", + "ice" + ], + [ + "▁pri", + "ce" + ], + [ + "▁", + "price" + ], + [ + "\")", + "." + ], + [ + "\"", + ")." + ], + [ + "ber", + "g" + ], + [ + "be", + "rg" + ], + [ + "b", + "erg" + ], + [ + "▁n", + "ov" + ], + [ + "▁no", + "v" + ], + [ + "▁", + "nov" + ], + [ + "▁c", + "ard" + ], + [ + "▁car", + "d" + ], + [ + "▁ca", + "rd" + ], + [ + "▁", + "card" + ], + [ + "el", + "low" + ], + [ + "ell", + "ow" + ], + [ + "ello", + "w" + ], + [ + "▁part", + "y" + ], + [ + "▁par", + "ty" + ], + [ + "▁", + "party" + ], + [ + "▁M", + "or" + ], + [ + "▁Mo", + "r" + ], + [ + "ae", + "l" + ], + [ + "a", + "el" + ], + [ + "▁per", + "cent" + ], + [ + "▁", + "percent" + ], + [ + "▁tr", + "aining" + ], + [ + "▁tra", + "ining" + ], + [ + "▁train", + "ing" + ], + [ + "▁", + "training" + ], + [ + "▁in", + "g" + ], + [ + "▁i", + "ng" + ], + [ + "▁", + "ing" + ], + [ + "im", + "er" + ], + [ + "ime", + "r" + ], + [ + "i", + "mer" + ], + [ + "▁S", + "am" + ], + [ + "▁Sa", + "m" + ], + [ + "▁", + "Sam" + ], + [ + "Def", + "ault" + ], + [ + "▁f", + "uck" + ], + [ + "▁fu", + "ck" + ], + [ + "▁com", + "plete" + ], + [ + "▁comp", + "lete" + ], + [ + "▁complet", + "e" + ], + [ + "▁compl", + "ete" + ], + [ + "▁", + "complete" + ], + [ + "ui", + "d" + ], + [ + "u", + "id" + ], + [ + "▁det", + "ails" + ], + [ + "▁detail", + "s" + ], + [ + "▁", + "details" + ], + [ + "▁l", + "ed" + ], + [ + "▁le", + "d" + ], + [ + "▁", + "led" + ], + [ + "Po", + "int" + ], + [ + "P", + "oint" + ], + [ + "▁C", + "ount" + ], + [ + "▁Co", + "unt" + ], + [ + "▁Coun", + "t" + ], + [ + "▁Cou", + "nt" + ], + [ + "▁", + "Count" + ], + [ + "▁reg", + "ard" + ], + [ + "z", + "o" + ], + [ + "▁B", + "ro" + ], + [ + "▁Br", + "o" + ], + [ + "▁", + "Bro" + ], + [ + "▁rec", + "ogn" + ], + [ + "▁", + "recogn" + ], + [ + "▁H", + "ol" + ], + [ + "▁Ho", + "l" + ], + [ + "▁", + "Hol" + ], + [ + "U", + "M" + ], + [ + "el", + "ement" + ], + [ + "ele", + "ment" + ], + [ + "elem", + "ent" + ], + [ + "e", + "lement" + ], + [ + "Mod", + "e" + ], + [ + "Mo", + "de" + ], + [ + "M", + "ode" + ], + [ + "▁ex", + "am" + ], + [ + "▁E", + "X" + ], + [ + "▁", + "EX" + ], + [ + "Im", + "age" + ], + [ + "ver", + "se" + ], + [ + "vers", + "e" + ], + [ + "ri", + "ter" + ], + [ + "rit", + "er" + ], + [ + "rite", + "r" + ], + [ + "r", + "iter" + ], + [ + "so", + "ft" + ], + [ + "s", + "oft" + ], + [ + "▁int", + "rodu" + ], + [ + "▁intro", + "du" + ], + [ + "▁sur", + "pr" + ], + [ + "Buf", + "fer" + ], + [ + "Buff", + "er" + ], + [ + "B", + "uffer" + ], + [ + "le", + "ctor" + ], + [ + "lect", + "or" + ], + [ + "l", + "ector" + ], + [ + "ar", + "en" + ], + [ + "are", + "n" + ], + [ + "a", + "ren" + ], + [ + "an", + "ged" + ], + [ + "ang", + "ed" + ], + [ + "ange", + "d" + ], + [ + "▁P", + "at" + ], + [ + "▁Pa", + "t" + ], + [ + "▁", + "Pat" + ], + [ + "▁P", + "al" + ], + [ + "▁Pa", + "l" + ], + [ + "▁", + "Pal" + ], + [ + "▁con", + "tr" + ], + [ + "▁cont", + "r" + ], + [ + "▁", + "contr" + ], + [ + "Hand", + "ler" + ], + [ + "Handle", + "r" + ], + [ + "▁fe", + "atures" + ], + [ + "▁feature", + "s" + ], + [ + "▁feat", + "ures" + ], + [ + "▁", + "features" + ], + [ + "ip", + "le" + ], + [ + "i", + "ple" + ], + [ + "▁C", + "ON" + ], + [ + "▁CO", + "N" + ], + [ + "▁", + "CON" + ], + [ + "Fi", + "l" + ], + [ + "F", + "il" + ], + [ + "▁P", + "ort" + ], + [ + "▁Po", + "rt" + ], + [ + "▁Por", + "t" + ], + [ + "▁", + "Port" + ], + [ + "▁th", + "inking" + ], + [ + "▁think", + "ing" + ], + [ + "▁thin", + "king" + ], + [ + "do", + "c" + ], + [ + "d", + "oc" + ], + [ + "we", + "r" + ], + [ + "w", + "er" + ], + [ + "▁work", + "ed" + ], + [ + "▁wor", + "ked" + ], + [ + "P", + "C" + ], + [ + "c", + "m" + ], + [ + "da", + "t" + ], + [ + "d", + "at" + ], + [ + "PR", + "O" + ], + [ + "P", + "RO" + ], + [ + "▁E", + "very" + ], + [ + "▁Ev", + "ery" + ], + [ + "▁Ever", + "y" + ], + [ + "▁Eve", + "ry" + ], + [ + "▁", + "Every" + ], + [ + "▁e", + "ra" + ], + [ + "▁er", + "a" + ], + [ + "▁", + "era" + ], + [ + "▁F", + "irst" + ], + [ + "▁", + "First" + ], + [ + "g", + "n" + ], + [ + "▁im", + "medi" + ], + [ + "▁imm", + "edi" + ], + [ + "ov", + "ember" + ], + [ + "ove", + "mber" + ], + [ + "ap", + "an" + ], + [ + "apa", + "n" + ], + [ + "a", + "pan" + ], + [ + "▁ex", + "tra" + ], + [ + "▁ext", + "ra" + ], + [ + "▁extr", + "a" + ], + [ + "▁", + "extra" + ], + [ + "▁s", + "ection" + ], + [ + "▁se", + "ction" + ], + [ + "▁sect", + "ion" + ], + [ + "▁", + "section" + ], + [ + "▁J", + "une" + ], + [ + "▁Jun", + "e" + ], + [ + "▁Ju", + "ne" + ], + [ + "▁v", + "ia" + ], + [ + "▁vi", + "a" + ], + [ + "▁", + "via" + ], + [ + "▁g", + "one" + ], + [ + "▁go", + "ne" + ], + [ + "com", + "e" + ], + [ + "co", + "me" + ], + [ + "c", + "ome" + ], + [ + "▁s", + "tri" + ], + [ + "▁st", + "ri" + ], + [ + "▁str", + "i" + ], + [ + "▁", + "stri" + ], + [ + "^", + "\\" + ], + [ + "ant", + "ly" + ], + [ + "▁ar", + "ch" + ], + [ + "▁arc", + "h" + ], + [ + "▁", + "arch" + ], + [ + "S", + "ource" + ], + [ + "▁con", + "v" + ], + [ + "▁co", + "nv" + ], + [ + "▁", + "conv" + ], + [ + "▁L", + "ondon" + ], + [ + "▁Lond", + "on" + ], + [ + "▁", + "London" + ], + [ + "Num", + "ber" + ], + [ + "N", + "umber" + ], + [ + "▁quest", + "ions" + ], + [ + "▁question", + "s" + ], + [ + "an", + "did" + ], + [ + "and", + "id" + ], + [ + "▁play", + "ed" + ], + [ + "en", + "v" + ], + [ + "e", + "nv" + ], + [ + "▁Sch", + "ool" + ], + [ + "▁nat", + "ural" + ], + [ + "▁natur", + "al" + ], + [ + "▁", + "natural" + ], + [ + "ca", + "n" + ], + [ + "c", + "an" + ], + [ + "▁ne", + "ws" + ], + [ + "▁new", + "s" + ], + [ + "▁", + "news" + ], + [ + "D", + "R" + ], + [ + "▁c", + "hall" + ], + [ + "▁ch", + "all" + ], + [ + "▁cha", + "ll" + ], + [ + "▁S", + "oc" + ], + [ + "▁So", + "c" + ], + [ + "▁", + "э" + ], + [ + "▁att", + "empt" + ], + [ + "*", + "}" + ], + [ + "N", + "ull" + ], + [ + "ro", + "te" + ], + [ + "rot", + "e" + ], + [ + "r", + "ote" + ], + [ + "▁b", + "i" + ], + [ + "▁", + "bi" + ], + [ + "▁wr", + "itten" + ], + [ + "▁writ", + "ten" + ], + [ + "▁", + "written" + ], + [ + "▁bl", + "ood" + ], + [ + "▁blo", + "od" + ], + [ + "▁happ", + "ened" + ], + [ + "▁happen", + "ed" + ], + [ + "▁c", + "ause" + ], + [ + "▁caus", + "e" + ], + [ + "▁ca", + "use" + ], + [ + "as", + "hing" + ], + [ + "ash", + "ing" + ], + [ + "ashi", + "ng" + ], + [ + "▁Will", + "iam" + ], + [ + "ad", + "em" + ], + [ + "ade", + "m" + ], + [ + "a", + "dem" + ], + [ + "▁b", + "rought" + ], + [ + "▁br", + "ought" + ], + [ + "▁dis", + "play" + ], + [ + "▁displ", + "ay" + ], + [ + "▁disp", + "lay" + ], + [ + "▁", + "display" + ], + [ + "im", + "a" + ], + [ + "i", + "ma" + ], + [ + "▁fin", + "ally" + ], + [ + "▁final", + "ly" + ], + [ + "ta", + "b" + ], + [ + "t", + "ab" + ], + [ + "▁return", + "ed" + ], + [ + "ны", + "х" + ], + [ + "ni", + "e" + ], + [ + "n", + "ie" + ], + [ + "▁", + "q" + ], + [ + "▁h", + "ers" + ], + [ + "▁he", + "rs" + ], + [ + "▁her", + "s" + ], + [ + "▁P", + "re" + ], + [ + "▁Pr", + "e" + ], + [ + "▁", + "Pre" + ], + [ + "▁d", + "ou" + ], + [ + "▁do", + "u" + ], + [ + "buf", + "fer" + ], + [ + "buff", + "er" + ], + [ + "b", + "uffer" + ], + [ + "▁eff", + "ort" + ], + [ + "ain", + "e" + ], + [ + "ai", + "ne" + ], + [ + "a", + "ine" + ], + [ + "x", + "y" + ], + [ + "▁his", + "tor" + ], + [ + "▁hist", + "or" + ], + [ + "en", + "u" + ], + [ + "e", + "nu" + ], + [ + "▁ar", + "riv" + ], + [ + "▁arr", + "iv" + ], + [ + "▁D", + "em" + ], + [ + "▁De", + "m" + ], + [ + "▁", + "Dem" + ], + [ + "▁f", + "avor" + ], + [ + "▁fa", + "vor" + ], + [ + "▁fav", + "or" + ], + [ + "▁hand", + "le" + ], + [ + "▁", + "handle" + ], + [ + "SE", + "T" + ], + [ + "S", + "ET" + ], + [ + "▁P", + "ublic" + ], + [ + "▁Pub", + "lic" + ], + [ + "▁Pu", + "blic" + ], + [ + "▁", + "Public" + ], + [ + "ru", + "pt" + ], + [ + "rup", + "t" + ], + [ + "r", + "upt" + ], + [ + "▁u", + "r" + ], + [ + "▁", + "ur" + ], + [ + "▁for", + "ce" + ], + [ + "▁", + "force" + ], + [ + "▁é", + "s" + ], + [ + "▁", + "és" + ], + [ + "ub", + "e" + ], + [ + "u", + "be" + ], + [ + "Pr", + "e" + ], + [ + "P", + "re" + ], + [ + "р", + "і" + ], + [ + "in", + "y" + ], + [ + "i", + "ny" + ], + [ + "th", + "eta" + ], + [ + "the", + "ta" + ], + [ + "is", + "f" + ], + [ + "i", + "sf" + ], + [ + "▁n", + "ational" + ], + [ + "▁nat", + "ional" + ], + [ + "▁nation", + "al" + ], + [ + "Equ", + "al" + ], + [ + "Eq", + "ual" + ], + [ + "E", + "qual" + ], + [ + "ren", + "ch" + ], + [ + "▁w", + "ife" + ], + [ + "▁c", + "apt" + ], + [ + "▁cap", + "t" + ], + [ + "▁ca", + "pt" + ], + [ + "▁In", + "ter" + ], + [ + "▁Int", + "er" + ], + [ + "▁", + "Inter" + ], + [ + "ta", + "u" + ], + [ + "t", + "au" + ], + [ + "▁s", + "leep" + ], + [ + "▁sle", + "ep" + ], + [ + "▁", + "sleep" + ], + [ + "../", + "../" + ], + [ + "▁iss", + "ue" + ], + [ + "▁", + "issue" + ], + [ + "▁m", + "ember" + ], + [ + "▁me", + "mber" + ], + [ + "▁mem", + "ber" + ], + [ + "▁", + "member" + ], + [ + "▁a", + "wait" + ], + [ + "▁aw", + "ait" + ], + [ + "▁", + "await" + ], + [ + "▁D", + "an" + ], + [ + "▁Da", + "n" + ], + [ + "▁", + "Dan" + ], + [ + "z", + "i" + ], + [ + "in", + "ate" + ], + [ + "ina", + "te" + ], + [ + "i", + "nate" + ], + [ + "▁s", + "ym" + ], + [ + "▁sy", + "m" + ], + [ + "▁", + "sym" + ], + [ + "ch", + "an" + ], + [ + "cha", + "n" + ], + [ + "c", + "han" + ], + [ + "▁J", + "ack" + ], + [ + "▁Jac", + "k" + ], + [ + "▁Ja", + "ck" + ], + [ + "▁", + "Jack" + ], + [ + "▁Eng", + "lish" + ], + [ + "▁", + "English" + ], + [ + "▁s", + "z" + ], + [ + "▁", + "sz" + ], + [ + "rib", + "utes" + ], + [ + "ribut", + "es" + ], + [ + "ribute", + "s" + ], + [ + "ribu", + "tes" + ], + [ + "▁i", + "gn" + ], + [ + "▁ig", + "n" + ], + [ + "▁", + "ign" + ], + [ + "á", + "l" + ], + [ + "▁app", + "ear" + ], + [ + "▁appe", + "ar" + ], + [ + "ra", + "d" + ], + [ + "r", + "ad" + ], + [ + "id", + "ge" + ], + [ + "▁co", + "uple" + ], + [ + "▁cou", + "ple" + ], + [ + "▁coup", + "le" + ], + [ + "▁s", + "hip" + ], + [ + "▁sh", + "ip" + ], + [ + "▁", + "ship" + ], + [ + "li", + "g" + ], + [ + "l", + "ig" + ], + [ + "we", + "b" + ], + [ + "w", + "eb" + ], + [ + "▁us", + "ually" + ], + [ + "▁usual", + "ly" + ], + [ + "▁re", + "ady" + ], + [ + "▁read", + "y" + ], + [ + "▁", + "ready" + ], + [ + "▁v", + "ill" + ], + [ + "▁vi", + "ll" + ], + [ + "▁vil", + "l" + ], + [ + "▁W", + "hy" + ], + [ + "▁Wh", + "y" + ], + [ + "▁", + "Why" + ], + [ + "eb", + "ru" + ], + [ + "e", + "bru" + ], + [ + "▁g", + "rad" + ], + [ + "▁gr", + "ad" + ], + [ + "▁gra", + "d" + ], + [ + "▁", + "grad" + ], + [ + "or", + "ds" + ], + [ + "ord", + "s" + ], + [ + "▁in", + "f" + ], + [ + "▁i", + "nf" + ], + [ + "▁", + "inf" + ], + [ + "▁l", + "oss" + ], + [ + "▁lo", + "ss" + ], + [ + "▁los", + "s" + ], + [ + "▁", + "loss" + ], + [ + "▁o", + "d" + ], + [ + "▁", + "od" + ], + [ + "▁Ph", + "il" + ], + [ + "▁", + "Phil" + ], + [ + "ser", + "ver" + ], + [ + "serv", + "er" + ], + [ + "serve", + "r" + ], + [ + "▁U", + "p" + ], + [ + "▁", + "Up" + ], + [ + "▁b", + "uff" + ], + [ + "▁bu", + "ff" + ], + [ + "▁buf", + "f" + ], + [ + "▁", + "buff" + ], + [ + "▁fil", + "ename" + ], + [ + "▁file", + "name" + ], + [ + "▁", + "filename" + ], + [ + "AB", + "LE" + ], + [ + "it", + "ing" + ], + [ + "iti", + "ng" + ], + [ + "i", + "ting" + ], + [ + "ef", + "ore" + ], + [ + "e", + "fore" + ], + [ + "()", + "->" + ], + [ + "(", + ")->" + ], + [ + "▁cond", + "itions" + ], + [ + "▁condition", + "s" + ], + [ + "▁", + "conditions" + ], + [ + "v", + "m" + ], + [ + "el", + "d" + ], + [ + "e", + "ld" + ], + [ + "it", + "z" + ], + [ + "i", + "tz" + ], + [ + "▁Tr", + "ans" + ], + [ + "▁Tra", + "ns" + ], + [ + "▁", + "Trans" + ], + [ + "▁w", + "eight" + ], + [ + "▁we", + "ight" + ], + [ + "▁weigh", + "t" + ], + [ + "▁", + "weight" + ], + [ + "▁high", + "er" + ], + [ + "▁hig", + "her" + ], + [ + "▁r", + "ate" + ], + [ + "▁rat", + "e" + ], + [ + "▁ra", + "te" + ], + [ + "▁", + "rate" + ], + [ + "▁acc", + "om" + ], + [ + "▁ac", + "com" + ], + [ + "vi", + "der" + ], + [ + "vid", + "er" + ], + [ + "v", + "ider" + ], + [ + "O", + "M" + ], + [ + "▁w", + "ays" + ], + [ + "▁way", + "s" + ], + [ + "▁wa", + "ys" + ], + [ + "▁", + "ways" + ], + [ + "com", + "ing" + ], + [ + "co", + "ming" + ], + [ + "c", + "oming" + ], + [ + "▁l", + "ock" + ], + [ + "▁loc", + "k" + ], + [ + "▁lo", + "ck" + ], + [ + "▁", + "lock" + ], + [ + "▁e", + "tc" + ], + [ + "▁et", + "c" + ], + [ + "▁", + "etc" + ], + [ + "▁a", + "vec" + ], + [ + "▁av", + "ec" + ], + [ + "▁ave", + "c" + ], + [ + "▁t", + "akes" + ], + [ + "▁take", + "s" + ], + [ + "▁tak", + "es" + ], + [ + "▁ta", + "kes" + ], + [ + "▁C", + "har" + ], + [ + "▁Ch", + "ar" + ], + [ + "▁Cha", + "r" + ], + [ + "▁", + "Char" + ], + [ + "▁N", + "ovember" + ], + [ + "▁Nov", + "ember" + ], + [ + "m", + "ethod" + ], + [ + "▁A", + "ustral" + ], + [ + "▁Aust", + "ral" + ], + [ + "▁", + "Austral" + ], + [ + "▁Amer", + "ica" + ], + [ + "▁", + "America" + ], + [ + "lo", + "ng" + ], + [ + "lon", + "g" + ], + [ + "l", + "ong" + ], + [ + "ce", + "mber" + ], + [ + "c", + "ember" + ], + [ + "▁polit", + "ical" + ], + [ + "fl", + "ow" + ], + [ + "f", + "low" + ], + [ + "▁may", + "be" + ], + [ + "▁", + "maybe" + ], + [ + "▁a", + "mb" + ], + [ + "▁am", + "b" + ], + [ + "▁", + "amb" + ], + [ + "La", + "yout" + ], + [ + "L", + "ayout" + ], + [ + "il", + "ed" + ], + [ + "ile", + "d" + ], + [ + "i", + "led" + ], + [ + "om", + "en" + ], + [ + "ome", + "n" + ], + [ + "o", + "men" + ], + [ + "ol", + "a" + ], + [ + "o", + "la" + ], + [ + "ic", + "ip" + ], + [ + "ici", + "p" + ], + [ + "i", + "cip" + ], + [ + "part", + "ial" + ], + [ + "Tr", + "ue" + ], + [ + "▁f", + "loor" + ], + [ + "▁fl", + "oor" + ], + [ + "▁flo", + "or" + ], + [ + "▁", + "floor" + ], + [ + "▁D", + "ef" + ], + [ + "▁De", + "f" + ], + [ + "▁", + "Def" + ], + [ + "▁conc", + "ern" + ], + [ + "▁conce", + "rn" + ], + [ + "▁concer", + "n" + ], + [ + "y", + "r" + ], + [ + "▁sh", + "ows" + ], + [ + "▁show", + "s" + ], + [ + "i", + "h" + ], + [ + "▁an", + "swer" + ], + [ + "▁answ", + "er" + ], + [ + "▁ans", + "wer" + ], + [ + "▁", + "answer" + ], + [ + "ac", + "c" + ], + [ + "a", + "cc" + ], + [ + "▁b", + "all" + ], + [ + "▁bal", + "l" + ], + [ + "▁ba", + "ll" + ], + [ + "▁", + "ball" + ], + [ + "▁R", + "ev" + ], + [ + "▁Re", + "v" + ], + [ + "▁", + "Rev" + ], + [ + "▁s", + "un" + ], + [ + "▁su", + "n" + ], + [ + "▁", + "sun" + ], + [ + "▁quick", + "ly" + ], + [ + "▁s", + "omet" + ], + [ + "▁so", + "met" + ], + [ + "▁some", + "t" + ], + [ + "▁som", + "et" + ], + [ + "ment", + "e" + ], + [ + "me", + "nte" + ], + [ + "men", + "te" + ], + [ + "m", + "ente" + ], + [ + "▁M", + "al" + ], + [ + "▁Ma", + "l" + ], + [ + "▁", + "Mal" + ], + [ + "und", + "red" + ], + [ + "▁iss", + "ues" + ], + [ + "▁issue", + "s" + ], + [ + "▁", + "issues" + ], + [ + "ec", + "ause" + ], + [ + "eca", + "use" + ], + [ + "pe", + "s" + ], + [ + "p", + "es" + ], + [ + "▁p", + "layer" + ], + [ + "▁pl", + "ayer" + ], + [ + "▁play", + "er" + ], + [ + "▁", + "player" + ], + [ + "▁par", + "ents" + ], + [ + "▁parent", + "s" + ], + [ + "▁", + "parents" + ], + [ + "▁pop", + "ular" + ], + [ + "▁popula", + "r" + ], + [ + "▁popul", + "ar" + ], + [ + "▁m", + "ode" + ], + [ + "▁mod", + "e" + ], + [ + "▁mo", + "de" + ], + [ + "▁", + "mode" + ], + [ + "▁m", + "ention" + ], + [ + "▁ment", + "ion" + ], + [ + "N", + "E" + ], + [ + "Lo", + "ad" + ], + [ + "L", + "oad" + ], + [ + "▁reg", + "ular" + ], + [ + "▁regul", + "ar" + ], + [ + "▁", + "regular" + ], + [ + "ave", + "d" + ], + [ + "av", + "ed" + ], + [ + "a", + "ved" + ], + [ + "?", + ":" + ], + [ + "ye", + "ar" + ], + [ + "y", + "ear" + ], + [ + "fun", + "c" + ], + [ + "fu", + "nc" + ], + [ + "f", + "unc" + ], + [ + "▁per", + "formance" + ], + [ + "▁perform", + "ance" + ], + [ + "▁J", + "uly" + ], + [ + "▁Jul", + "y" + ], + [ + "▁Ju", + "ly" + ], + [ + "th", + "ern" + ], + [ + "ther", + "n" + ], + [ + "the", + "rn" + ], + [ + "▁we", + "bsite" + ], + [ + "▁webs", + "ite" + ], + [ + "▁web", + "site" + ], + [ + "fo", + "rd" + ], + [ + "for", + "d" + ], + [ + "f", + "ord" + ], + [ + "P", + "R" + ], + [ + "el", + "a" + ], + [ + "e", + "la" + ], + [ + "le", + "vel" + ], + [ + "lev", + "el" + ], + [ + "l", + "evel" + ], + [ + "ui", + "t" + ], + [ + "u", + "it" + ], + [ + "fl", + "ags" + ], + [ + "flag", + "s" + ], + [ + "▁w", + "orth" + ], + [ + "▁wor", + "th" + ], + [ + "▁", + "worth" + ], + [ + "▁cor", + "respon" + ], + [ + "▁Brit", + "ish" + ], + [ + "si", + "m" + ], + [ + "s", + "im" + ], + [ + "▁al", + "one" + ], + [ + "▁", + "alone" + ], + [ + "▁h", + "ar" + ], + [ + "▁ha", + "r" + ], + [ + "▁", + "har" + ], + [ + "▁o", + "nes" + ], + [ + "▁on", + "es" + ], + [ + "▁one", + "s" + ], + [ + "▁", + "ones" + ], + [ + "ob", + "ile" + ], + [ + "obi", + "le" + ], + [ + "obil", + "e" + ], + [ + "▁d", + "ru" + ], + [ + "▁dr", + "u" + ], + [ + "▁", + "dru" + ], + [ + "ch", + "i" + ], + [ + "c", + "hi" + ], + [ + "▁D", + "avid" + ], + [ + "▁Dav", + "id" + ], + [ + "▁Da", + "vid" + ], + [ + "▁", + "David" + ], + [ + "▁proble", + "ms" + ], + [ + "▁problem", + "s" + ], + [ + "▁col", + "umn" + ], + [ + "▁", + "column" + ], + [ + "()", + ";\r" + ], + [ + "();", + "\r" + ], + [ + "(", + ");\r" + ], + [ + "Z", + "E" + ], + [ + "▁re", + "lig" + ], + [ + "▁rel", + "ig" + ], + [ + "▁reli", + "g" + ], + [ + "olog", + "ical" + ], + [ + "▁reg", + "ion" + ], + [ + "▁", + "region" + ], + [ + "ad", + "y" + ], + [ + "a", + "dy" + ], + [ + "I", + "O" + ], + [ + "an", + "der" + ], + [ + "and", + "er" + ], + [ + "ande", + "r" + ], + [ + "a", + "nder" + ], + [ + "Ne", + "t" + ], + [ + "N", + "et" + ], + [ + "▁bu", + "ilt" + ], + [ + "▁", + "built" + ], + [ + "▁inst", + "all" + ], + [ + "▁", + "install" + ], + [ + "▁appro", + "ach" + ], + [ + "C", + "ur" + ], + [ + "▁f", + "ine" + ], + [ + "▁fin", + "e" + ], + [ + "▁fi", + "ne" + ], + [ + "▁talk", + "ing" + ], + [ + "▁tal", + "king" + ], + [ + "▁ch", + "anges" + ], + [ + "▁chang", + "es" + ], + [ + "▁change", + "s" + ], + [ + "▁", + "changes" + ], + [ + "St", + "yle" + ], + [ + "▁M", + "art" + ], + [ + "▁Mar", + "t" + ], + [ + "▁Ma", + "rt" + ], + [ + "▁", + "Mart" + ], + [ + "л", + "ю" + ], + [ + "res", + "ponse" + ], + [ + "respon", + "se" + ], + [ + "respons", + "e" + ], + [ + "te", + "ger" + ], + [ + "{", + "\r" + ], + [ + "ir", + "it" + ], + [ + "iri", + "t" + ], + [ + "i", + "rit" + ], + [ + "▁prote", + "cted" + ], + [ + "▁protect", + "ed" + ], + [ + "▁", + "protected" + ], + [ + "▁re", + "le" + ], + [ + "▁r", + "ele" + ], + [ + "▁rel", + "e" + ], + [ + "er", + "ship" + ], + [ + "ers", + "hip" + ], + [ + "те", + "ль" + ], + [ + "тел", + "ь" + ], + [ + "un", + "signed" + ], + [ + "uns", + "igned" + ], + [ + "ial", + "ize" + ], + [ + "▁htt", + "ps" + ], + [ + "▁http", + "s" + ], + [ + "▁", + "https" + ], + [ + "T", + "ag" + ], + [ + "▁$", + "(" + ], + [ + "▁", + "$(" + ], + [ + "mo", + "re" + ], + [ + "mor", + "e" + ], + [ + "m", + "ore" + ], + [ + "ype", + "s" + ], + [ + "yp", + "es" + ], + [ + "y", + "pes" + ], + [ + "▁st", + "ream" + ], + [ + "▁stre", + "am" + ], + [ + "▁", + "stream" + ], + [ + "et", + "ch" + ], + [ + "etc", + "h" + ], + [ + "▁eng", + "ine" + ], + [ + "▁", + "engine" + ], + [ + "K", + "E" + ], + [ + "cm", + "d" + ], + [ + "c", + "md" + ], + [ + "sc", + "ript" + ], + [ + "scri", + "pt" + ], + [ + "scr", + "ipt" + ], + [ + "s", + "cript" + ], + [ + "tt", + "p" + ], + [ + "t", + "tp" + ], + [ + "▁a", + "void" + ], + [ + "▁av", + "oid" + ], + [ + "▁t", + "err" + ], + [ + "▁te", + "rr" + ], + [ + "▁ter", + "r" + ], + [ + "▁r", + "ock" + ], + [ + "▁ro", + "ck" + ], + [ + "▁", + "rock" + ], + [ + "▁f", + "ul" + ], + [ + "▁fu", + "l" + ], + [ + "▁", + "ful" + ], + [ + "Up", + "date" + ], + [ + "▁env", + "ironment" + ], + [ + "▁environ", + "ment" + ], + [ + "▁", + "environment" + ], + [ + "▁p", + "rec" + ], + [ + "▁pre", + "c" + ], + [ + "▁pr", + "ec" + ], + [ + "▁", + "prec" + ], + [ + "▁с", + "а" + ], + [ + "▁", + "са" + ], + [ + "▁c", + "ases" + ], + [ + "▁case", + "s" + ], + [ + "▁cas", + "es" + ], + [ + "▁ca", + "ses" + ], + [ + "▁", + "cases" + ], + [ + "▁off", + "set" + ], + [ + "▁", + "offset" + ], + [ + "▁r", + "ais" + ], + [ + "▁ra", + "is" + ], + [ + "▁", + "rais" + ], + [ + "li", + "b" + ], + [ + "l", + "ib" + ], + [ + "ée", + "s" + ], + [ + "é", + "es" + ], + [ + "a", + "a" + ], + [ + "y", + "t" + ], + [ + "▁a", + "rr" + ], + [ + "▁ar", + "r" + ], + [ + "▁", + "arr" + ], + [ + "opy", + "right" + ], + [ + "f", + "irst" + ], + [ + "▁u", + "til" + ], + [ + "▁ut", + "il" + ], + [ + "▁", + "util" + ], + [ + "▁fe", + "ature" + ], + [ + "▁feat", + "ure" + ], + [ + "▁", + "feature" + ], + [ + "pos", + "ed" + ], + [ + "po", + "sed" + ], + [ + "pose", + "d" + ], + [ + "p", + "osed" + ], + [ + "ff", + "ect" + ], + [ + "f", + "fect" + ], + [ + "ж", + "а" + ], + [ + "it", + "ude" + ], + [ + "itu", + "de" + ], + [ + "itud", + "e" + ], + [ + "em", + "ents" + ], + [ + "ement", + "s" + ], + [ + "emen", + "ts" + ], + [ + "e", + "ments" + ], + [ + "as", + "c" + ], + [ + "a", + "sc" + ], + [ + "ad", + "or" + ], + [ + "ado", + "r" + ], + [ + "le", + "ctions" + ], + [ + "lect", + "ions" + ], + [ + "lection", + "s" + ], + [ + "▁cl", + "ub" + ], + [ + "▁", + "club" + ], + [ + "]", + "{" + ], + [ + "▁*", + ")" + ], + [ + "▁", + "*)" + ], + [ + "ст", + "во" + ], + [ + "ств", + "о" + ], + [ + "с", + "тво" + ], + [ + "▁im", + "m" + ], + [ + "▁i", + "mm" + ], + [ + "▁", + "imm" + ], + [ + "▁for", + "mer" + ], + [ + "▁form", + "er" + ], + [ + "▁forme", + "r" + ], + [ + "▁", + "former" + ], + [ + "▁r", + "ights" + ], + [ + "▁right", + "s" + ], + [ + "▁dec", + "ided" + ], + [ + "▁decide", + "d" + ], + [ + "▁decid", + "ed" + ], + [ + "▁re", + "v" + ], + [ + "▁r", + "ev" + ], + [ + "▁", + "rev" + ], + [ + "▁m", + "ent" + ], + [ + "▁me", + "nt" + ], + [ + "▁men", + "t" + ], + [ + "▁", + "ment" + ], + [ + "an", + "i" + ], + [ + "a", + "ni" + ], + [ + "▁st", + "ru" + ], + [ + "▁str", + "u" + ], + [ + "▁", + "stru" + ], + [ + "▁att", + "ention" + ], + [ + "art", + "ment" + ], + [ + "▁I", + "tal" + ], + [ + "▁It", + "al" + ], + [ + "al", + "le" + ], + [ + "all", + "e" + ], + [ + "a", + "lle" + ], + [ + "▁b", + "is" + ], + [ + "▁bi", + "s" + ], + [ + "▁", + "bis" + ], + [ + "ge", + "ner" + ], + [ + "gen", + "er" + ], + [ + "g", + "ener" + ], + [ + "▁in", + "tegr" + ], + [ + "▁int", + "egr" + ], + [ + "▁inte", + "gr" + ], + [ + "▁", + "integr" + ], + [ + "el", + "lo" + ], + [ + "ell", + "o" + ], + [ + "ry", + "pt" + ], + [ + "▁a", + "chie" + ], + [ + "ne", + "s" + ], + [ + "n", + "es" + ], + [ + "▁s", + "tra" + ], + [ + "▁st", + "ra" + ], + [ + "▁str", + "a" + ], + [ + "▁", + "stra" + ], + [ + "s", + "b" + ], + [ + "▁t", + "ypes" + ], + [ + "▁type", + "s" + ], + [ + "▁typ", + "es" + ], + [ + "▁ty", + "pes" + ], + [ + "▁", + "types" + ], + [ + "▁R", + "E" + ], + [ + "▁", + "RE" + ], + [ + "In", + "it" + ], + [ + "I", + "nit" + ], + [ + "▁com", + "ment" + ], + [ + "▁comm", + "ent" + ], + [ + "▁comme", + "nt" + ], + [ + "▁", + "comment" + ], + [ + "▁add", + "ition" + ], + [ + "▁I", + "D" + ], + [ + "▁", + "ID" + ], + [ + "AR", + "T" + ], + [ + "A", + "RT" + ], + [ + "F", + "O" + ], + [ + "щ", + "и" + ], + [ + "Con", + "ne" + ], + [ + "Conn", + "e" + ], + [ + "C", + "onne" + ], + [ + "▁s", + "qu" + ], + [ + "▁sq", + "u" + ], + [ + "▁consider", + "ed" + ], + [ + "▁consid", + "ered" + ], + [ + "id", + "ad" + ], + [ + "ida", + "d" + ], + [ + "▁Oct", + "ober" + ], + [ + "ci", + "al" + ], + [ + "cia", + "l" + ], + [ + "c", + "ial" + ], + [ + "▁O", + "f" + ], + [ + "▁", + "Of" + ], + [ + "▁tr", + "avel" + ], + [ + "▁tra", + "vel" + ], + [ + "▁trav", + "el" + ], + [ + "▁b", + "oy" + ], + [ + "▁bo", + "y" + ], + [ + "▁", + "boy" + ], + [ + "')", + "." + ], + [ + "'", + ")." + ], + [ + "u", + "y" + ], + [ + "il", + "la" + ], + [ + "ill", + "a" + ], + [ + "i", + "lla" + ], + [ + "is", + "try" + ], + [ + "ist", + "ry" + ], + [ + "istr", + "y" + ], + [ + "▁v", + "a" + ], + [ + "▁", + "va" + ], + [ + "▁C", + "he" + ], + [ + "▁Ch", + "e" + ], + [ + "▁", + "Che" + ], + [ + "ER", + "T" + ], + [ + "E", + "RT" + ], + [ + "en", + "de" + ], + [ + "end", + "e" + ], + [ + "e", + "nde" + ], + [ + "un", + "gen" + ], + [ + "ung", + "en" + ], + [ + "unge", + "n" + ], + [ + "ab", + "y" + ], + [ + "a", + "by" + ], + [ + "▁R", + "ober" + ], + [ + "▁Ro", + "ber" + ], + [ + "▁Rob", + "er" + ], + [ + "▁play", + "ing" + ], + [ + "il", + "s" + ], + [ + "i", + "ls" + ], + [ + "▁s", + "am" + ], + [ + "▁sa", + "m" + ], + [ + "▁", + "sam" + ], + [ + "▁ex", + "ecut" + ], + [ + "▁exec", + "ut" + ], + [ + "▁", + "execut" + ], + [ + "▁U", + "s" + ], + [ + "▁", + "Us" + ], + [ + "▁m", + "ut" + ], + [ + "▁mu", + "t" + ], + [ + "▁", + "mut" + ], + [ + "▁b", + "al" + ], + [ + "▁ba", + "l" + ], + [ + "▁", + "bal" + ], + [ + "as", + "se" + ], + [ + "ass", + "e" + ], + [ + "▁k", + "ids" + ], + [ + "▁kid", + "s" + ], + [ + "▁ki", + "ds" + ], + [ + "▁fin", + "anc" + ], + [ + "go", + "r" + ], + [ + "g", + "or" + ], + [ + "▁S", + "ec" + ], + [ + "▁Se", + "c" + ], + [ + "▁", + "Sec" + ], + [ + "ber", + "t" + ], + [ + "be", + "rt" + ], + [ + "b", + "ert" + ], + [ + "▁H", + "igh" + ], + [ + "▁Hig", + "h" + ], + [ + "▁Hi", + "gh" + ], + [ + "▁", + "High" + ], + [ + "▁", + "је" + ], + [ + "▁ke", + "pt" + ], + [ + "but", + "ton" + ], + [ + "b", + "utton" + ], + [ + "it", + "ory" + ], + [ + "itor", + "y" + ], + [ + "ito", + "ry" + ], + [ + "▁R", + "em" + ], + [ + "▁Re", + "m" + ], + [ + "▁", + "Rem" + ], + [ + "▁D", + "E" + ], + [ + "▁", + "DE" + ], + [ + "▁re", + "ach" + ], + [ + "▁r", + "each" + ], + [ + "▁", + "reach" + ], + [ + "▁b", + "ur" + ], + [ + "▁bu", + "r" + ], + [ + "▁", + "bur" + ], + [ + "La", + "bel" + ], + [ + "L", + "abel" + ], + [ + "á", + "t" + ], + [ + "ag", + "o" + ], + [ + "a", + "go" + ], + [ + "▁pass", + "ed" + ], + [ + "▁pas", + "sed" + ], + [ + "▁be", + "hav" + ], + [ + "▁beh", + "av" + ], + [ + "xF", + "F" + ], + [ + "x", + "FF" + ], + [ + "▁R", + "eturn" + ], + [ + "▁Re", + "turn" + ], + [ + "▁Ret", + "urn" + ], + [ + "▁", + "Return" + ], + [ + "ST", + "R" + ], + [ + "S", + "TR" + ], + [ + "▁L", + "es" + ], + [ + "▁Le", + "s" + ], + [ + "▁", + "Les" + ], + [ + "▁o", + "rd" + ], + [ + "▁or", + "d" + ], + [ + "▁", + "ord" + ], + [ + "al", + "a" + ], + [ + "a", + "la" + ], + [ + "in", + "ger" + ], + [ + "ing", + "er" + ], + [ + "inge", + "r" + ], + [ + "▁S", + "ince" + ], + [ + "▁Sin", + "ce" + ], + [ + "▁", + "Since" + ], + [ + "▁exper", + "i" + ], + [ + "▁exp", + "eri" + ], + [ + "▁s", + "hall" + ], + [ + "▁sh", + "all" + ], + [ + "▁sha", + "ll" + ], + [ + "▁", + "shall" + ], + [ + "▁s", + "tar" + ], + [ + "▁st", + "ar" + ], + [ + "▁sta", + "r" + ], + [ + "▁", + "star" + ], + [ + "no", + "n" + ], + [ + "n", + "on" + ], + [ + "▁g", + "un" + ], + [ + "▁gu", + "n" + ], + [ + "▁", + "gun" + ], + [ + "▁B", + "el" + ], + [ + "▁Be", + "l" + ], + [ + "▁", + "Bel" + ], + [ + "▁ob", + "j" + ], + [ + "▁", + "obj" + ], + [ + "ar", + "es" + ], + [ + "are", + "s" + ], + [ + "a", + "res" + ], + [ + "r", + "s" + ], + [ + "▁we", + "eks" + ], + [ + "▁week", + "s" + ], + [ + "ne", + "n" + ], + [ + "n", + "en" + ], + [ + "▁S", + "tre" + ], + [ + "▁St", + "re" + ], + [ + "▁Str", + "e" + ], + [ + "or", + "ing" + ], + [ + "ori", + "ng" + ], + [ + "o", + "ring" + ], + [ + "▁", + "î" + ], + [ + "▁ser", + "ious" + ], + [ + "time", + "s" + ], + [ + "ti", + "mes" + ], + [ + "tim", + "es" + ], + [ + "t", + "imes" + ], + [ + "▁H", + "ouse" + ], + [ + "▁Ho", + "use" + ], + [ + "▁Hou", + "se" + ], + [ + "▁r", + "oll" + ], + [ + "▁ro", + "ll" + ], + [ + "▁", + "roll" + ], + [ + "▁reg", + "ister" + ], + [ + "▁", + "register" + ], + [ + "▁mod", + "ule" + ], + [ + "▁mo", + "dule" + ], + [ + "▁", + "module" + ], + [ + "▁app", + "lic" + ], + [ + "▁ap", + "plic" + ], + [ + "▁appl", + "ic" + ], + [ + "I", + "R" + ], + [ + "▁c", + "ook" + ], + [ + "▁co", + "ok" + ], + [ + "▁", + "cook" + ], + [ + "au", + "x" + ], + [ + "a", + "ux" + ], + [ + "▁s", + "ave" + ], + [ + "▁sa", + "ve" + ], + [ + "▁sav", + "e" + ], + [ + "▁", + "save" + ], + [ + "▁C", + "r" + ], + [ + "▁", + "Cr" + ], + [ + ",", + "\r" + ], + [ + "▁st", + "ates" + ], + [ + "▁stat", + "es" + ], + [ + "▁state", + "s" + ], + [ + "▁sta", + "tes" + ], + [ + "▁", + "states" + ], + [ + "▁em", + "pty" + ], + [ + "▁emp", + "ty" + ], + [ + "▁empt", + "y" + ], + [ + "▁", + "empty" + ], + [ + "▁aut", + "om" + ], + [ + "▁au", + "tom" + ], + [ + "▁auto", + "m" + ], + [ + "▁", + "autom" + ], + [ + "fig", + "ure" + ], + [ + "ian", + "ce" + ], + [ + "i", + "ance" + ], + [ + "▁h", + "appy" + ], + [ + "▁happ", + "y" + ], + [ + "▁f", + "n" + ], + [ + "▁", + "fn" + ], + [ + "▁j", + "ud" + ], + [ + "▁ju", + "d" + ], + [ + "▁", + "jud" + ], + [ + "▁h", + "at" + ], + [ + "▁ha", + "t" + ], + [ + "▁", + "hat" + ], + [ + "AC", + "K" + ], + [ + "A", + "CK" + ], + [ + "▁F", + "e" + ], + [ + "▁", + "Fe" + ], + [ + "$", + "-" + ], + [ + "iv", + "il" + ], + [ + "ivi", + "l" + ], + [ + "i", + "vil" + ], + [ + "ot", + "ed" + ], + [ + "ote", + "d" + ], + [ + "o", + "ted" + ], + [ + "▁size", + "of" + ], + [ + "▁", + "sizeof" + ], + [ + "▁sit", + "uation" + ], + [ + "▁situ", + "ation" + ], + [ + "▁l", + "ives" + ], + [ + "▁li", + "ves" + ], + [ + "▁live", + "s" + ], + [ + "▁liv", + "es" + ], + [ + "▁fe", + "eling" + ], + [ + "▁feel", + "ing" + ], + [ + "▁fee", + "ling" + ], + [ + "▁r", + "isk" + ], + [ + "▁ri", + "sk" + ], + [ + "▁ris", + "k" + ], + [ + "▁Jan", + "uary" + ], + [ + "▁Januar", + "y" + ], + [ + "▁Ob", + "ject" + ], + [ + "▁", + "Object" + ], + [ + "▁re", + "comm" + ], + [ + "▁rec", + "omm" + ], + [ + "▁в", + "ы" + ], + [ + "▁", + "вы" + ], + [ + "▁pot", + "ential" + ], + [ + "ea", + "h" + ], + [ + "e", + "ah" + ], + [ + "▁com", + "plex" + ], + [ + "▁comp", + "lex" + ], + [ + "▁compl", + "ex" + ], + [ + "▁", + "complex" + ], + [ + "print", + "f" + ], + [ + "ist", + "ance" + ], + [ + "istan", + "ce" + ], + [ + "i", + "stance" + ], + [ + "ir", + "th" + ], + [ + "irt", + "h" + ], + [ + "li", + "k" + ], + [ + "l", + "ik" + ], + [ + "as", + "te" + ], + [ + "ast", + "e" + ], + [ + "a", + "ste" + ], + [ + "▁wh", + "ose" + ], + [ + "▁who", + "se" + ], + [ + "Ar", + "g" + ], + [ + "A", + "rg" + ], + [ + "▁mod", + "ern" + ], + [ + "▁mo", + "dern" + ], + [ + "▁mode", + "rn" + ], + [ + "▁moder", + "n" + ], + [ + "ion", + "es" + ], + [ + "io", + "nes" + ], + [ + "ione", + "s" + ], + [ + "i", + "ones" + ], + [ + "▁ч", + "е" + ], + [ + "▁", + "че" + ], + [ + "▁s", + "ett" + ], + [ + "▁se", + "tt" + ], + [ + "▁set", + "t" + ], + [ + "▁M", + "ag" + ], + [ + "▁Ma", + "g" + ], + [ + "▁", + "Mag" + ], + [ + "a", + "e" + ], + [ + "▁cond", + "ition" + ], + [ + "▁", + "condition" + ], + [ + "Le", + "ngth" + ], + [ + "L", + "ength" + ], + [ + "▁f", + "it" + ], + [ + "▁fi", + "t" + ], + [ + "▁", + "fit" + ], + [ + "ound", + "s" + ], + [ + "oun", + "ds" + ], + [ + "▁ch", + "anged" + ], + [ + "▁chang", + "ed" + ], + [ + "▁change", + "d" + ], + [ + "▁", + "changed" + ], + [ + "▁g", + "uy" + ], + [ + "▁gu", + "y" + ], + [ + "fil", + "ter" + ], + [ + "at", + "ever" + ], + [ + "ate", + "ver" + ], + [ + "é", + "d" + ], + [ + "re", + "move" + ], + [ + "rem", + "ove" + ], + [ + "▁h", + "op" + ], + [ + "▁ho", + "p" + ], + [ + "▁", + "hop" + ], + [ + "▁O", + "ut" + ], + [ + "▁", + "Out" + ], + [ + "▁R", + "ich" + ], + [ + "▁Ric", + "h" + ], + [ + "▁", + "Rich" + ], + [ + "ch", + "ild" + ], + [ + "chi", + "ld" + ], + [ + "▁in", + "cluded" + ], + [ + "▁incl", + "uded" + ], + [ + "▁includ", + "ed" + ], + [ + "▁include", + "d" + ], + [ + "▁inclu", + "ded" + ], + [ + "$", + "\\" + ], + [ + "▁T", + "om" + ], + [ + "▁To", + "m" + ], + [ + "▁", + "Tom" + ], + [ + "el", + "ine" + ], + [ + "eli", + "ne" + ], + [ + "elin", + "e" + ], + [ + "e", + "line" + ], + [ + "▁s", + "ometimes" + ], + [ + "▁some", + "times" + ], + [ + "▁somet", + "imes" + ], + [ + "▁sometime", + "s" + ], + [ + "▁dr", + "ink" + ], + [ + "▁qu", + "ant" + ], + [ + "▁", + "quant" + ], + [ + "▁p", + "lease" + ], + [ + "▁ple", + "ase" + ], + [ + "▁I", + "nt" + ], + [ + "▁In", + "t" + ], + [ + "▁", + "Int" + ], + [ + "ri", + "ef" + ], + [ + "rie", + "f" + ], + [ + "r", + "ief" + ], + [ + "▁ex", + "actly" + ], + [ + "▁exact", + "ly" + ], + [ + "ci", + "ng" + ], + [ + "cin", + "g" + ], + [ + "c", + "ing" + ], + [ + "▁all", + "owed" + ], + [ + "▁allow", + "ed" + ], + [ + "▁", + "allowed" + ], + [ + "bu", + "ild" + ], + [ + "b", + "uild" + ], + [ + "▁beaut", + "iful" + ], + [ + "▁W", + "ell" + ], + [ + "▁We", + "ll" + ], + [ + "▁Wel", + "l" + ], + [ + "▁", + "Well" + ], + [ + "▁look", + "s" + ], + [ + "▁lo", + "oks" + ], + [ + "▁", + "ü" + ], + [ + "▁ch", + "ance" + ], + [ + "▁w", + "rote" + ], + [ + "▁wr", + "ote" + ], + [ + "▁n", + "or" + ], + [ + "▁no", + "r" + ], + [ + "▁", + "nor" + ], + [ + "▁f", + "ailed" + ], + [ + "▁fa", + "iled" + ], + [ + "▁fail", + "ed" + ], + [ + "▁", + "failed" + ], + [ + "Me", + "t" + ], + [ + "M", + "et" + ], + [ + "▁p", + "rior" + ], + [ + "▁pr", + "ior" + ], + [ + "▁pri", + "or" + ], + [ + "▁h", + "undred" + ], + [ + "ско", + "й" + ], + [ + "с", + "кой" + ], + [ + "or", + "ia" + ], + [ + "ori", + "a" + ], + [ + "o", + "ria" + ], + [ + "▁c", + "y" + ], + [ + "▁", + "cy" + ], + [ + "▁w", + "eb" + ], + [ + "▁we", + "b" + ], + [ + "▁", + "web" + ], + [ + "▁m", + "ess" + ], + [ + "▁me", + "ss" + ], + [ + "▁mes", + "s" + ], + [ + "le", + "q" + ], + [ + "l", + "eq" + ], + [ + "d", + "y" + ], + [ + "te", + "x" + ], + [ + "t", + "ex" + ], + [ + "▁a", + "nim" + ], + [ + "▁an", + "im" + ], + [ + "▁", + "anim" + ], + [ + "at", + "ur" + ], + [ + "atu", + "r" + ], + [ + "▁str", + "ucture" + ], + [ + "▁struct", + "ure" + ], + [ + "▁", + "structure" + ], + [ + "opt", + "ion" + ], + [ + "o", + "ption" + ], + [ + "▁act", + "ual" + ], + [ + "▁", + "actual" + ], + [ + "▁Fr", + "anc" + ], + [ + "▁Fra", + "nc" + ], + [ + "▁Fran", + "c" + ], + [ + "en", + "ced" + ], + [ + "ence", + "d" + ], + [ + "enc", + "ed" + ], + [ + ".<", + "/" + ], + [ + ".", + "" + ], + [ + "▁", + "/>" + ], + [ + "▁p", + "roduction" + ], + [ + "▁produ", + "ction" + ], + [ + "▁product", + "ion" + ], + [ + "▁prod", + "uction" + ], + [ + "▁", + "production" + ], + [ + "ig", + "er" + ], + [ + "ige", + "r" + ], + [ + "i", + "ger" + ], + [ + "▁с", + "т" + ], + [ + "▁", + "ст" + ], + [ + "sh", + "ow" + ], + [ + "s", + "how" + ], + [ + "▁pop", + "ulation" + ], + [ + "▁popul", + "ation" + ], + [ + "▁p", + "ark" + ], + [ + "▁par", + "k" + ], + [ + "▁", + "park" + ], + [ + "▁Z", + "e" + ], + [ + "▁necess", + "ary" + ], + [ + "▁", + "necessary" + ], + [ + "▁t", + "rust" + ], + [ + "▁tr", + "ust" + ], + [ + "▁sh", + "own" + ], + [ + "▁show", + "n" + ], + [ + "mod", + "ule" + ], + [ + "mo", + "dule" + ], + [ + "G", + "E" + ], + [ + "▁l", + "ay" + ], + [ + "▁la", + "y" + ], + [ + "▁", + "lay" + ], + [ + "▁ann", + "oun" + ], + [ + "▁class", + "Name" + ], + [ + "▁", + "className" + ], + [ + "▁cal", + "cul" + ], + [ + "▁calc", + "ul" + ], + [ + "Fun", + "ction" + ], + [ + "F", + "unction" + ], + [ + "▁S", + "al" + ], + [ + "▁Sa", + "l" + ], + [ + "▁", + "Sal" + ], + [ + "O", + "K" + ], + [ + "T", + "P" + ], + [ + "▁en", + "try" + ], + [ + "▁ent", + "ry" + ], + [ + "▁entr", + "y" + ], + [ + "▁", + "entry" + ], + [ + "▁St", + "ud" + ], + [ + "▁", + "Stud" + ], + [ + "▁it", + "ems" + ], + [ + "▁item", + "s" + ], + [ + "▁", + "items" + ], + [ + "▁se", + "curity" + ], + [ + "▁sec", + "urity" + ], + [ + "▁secur", + "ity" + ], + [ + "▁", + "security" + ], + [ + "En", + "try" + ], + [ + "Ent", + "ry" + ], + [ + "f", + "loat" + ], + [ + "l", + "s" + ], + [ + "ib", + "ly" + ], + [ + "▁cont", + "ribut" + ], + [ + "▁C", + "heck" + ], + [ + "▁Che", + "ck" + ], + [ + "▁", + "Check" + ], + [ + "M", + "D" + ], + [ + "▁impro", + "ve" + ], + [ + "Par", + "t" + ], + [ + "P", + "art" + ], + [ + "▁system", + "s" + ], + [ + "▁syst", + "ems" + ], + [ + "B", + "l" + ], + [ + "▁pol", + "icy" + ], + [ + "▁polic", + "y" + ], + [ + "▁", + "policy" + ], + [ + "▁s", + "creen" + ], + [ + "▁sc", + "reen" + ], + [ + "▁scr", + "een" + ], + [ + "▁", + "screen" + ], + [ + "▁A", + "ny" + ], + [ + "▁An", + "y" + ], + [ + "▁", + "Any" + ], + [ + "▁op", + "ened" + ], + [ + "▁open", + "ed" + ], + [ + "al", + "loc" + ], + [ + "all", + "oc" + ], + [ + "allo", + "c" + ], + [ + "▁De", + "cember" + ], + [ + "▁Dec", + "ember" + ], + [ + "▁", + "É" + ], + [ + "▁e", + "mail" + ], + [ + "▁em", + "ail" + ], + [ + "▁", + "email" + ], + [ + "ad", + "er" + ], + [ + "ade", + "r" + ], + [ + "a", + "der" + ], + [ + "=", + ">" + ], + [ + "▁H", + "en" + ], + [ + "▁He", + "n" + ], + [ + "▁", + "Hen" + ], + [ + "▁in", + "fo" + ], + [ + "▁inf", + "o" + ], + [ + "▁", + "info" + ], + [ + "▁f", + "loat" + ], + [ + "▁flo", + "at" + ], + [ + "▁", + "float" + ], + [ + "▁sw", + "itch" + ], + [ + "▁", + "switch" + ], + [ + "ра", + "н" + ], + [ + "р", + "ан" + ], + [ + "ur", + "ance" + ], + [ + "▁as", + "sum" + ], + [ + "▁ass", + "um" + ], + [ + "us", + "tr" + ], + [ + "ust", + "r" + ], + [ + "u", + "str" + ], + [ + "▁g", + "roups" + ], + [ + "▁group", + "s" + ], + [ + "▁gro", + "ups" + ], + [ + "▁", + "groups" + ], + [ + "▁R", + "ead" + ], + [ + "▁Re", + "ad" + ], + [ + "▁", + "Read" + ], + [ + "▁w", + "at" + ], + [ + "▁wa", + "t" + ], + [ + "S", + "p" + ], + [ + "ве", + "р" + ], + [ + "в", + "ер" + ], + [ + "RA", + "N" + ], + [ + "R", + "AN" + ], + [ + "hi", + "b" + ], + [ + "h", + "ib" + ], + [ + "AL", + "L" + ], + [ + "A", + "LL" + ], + [ + "▁h", + "us" + ], + [ + "▁", + "hus" + ], + [ + "Sp", + "ec" + ], + [ + "Spe", + "c" + ], + [ + "S", + "pec" + ], + [ + "\")", + ")" + ], + [ + "\"", + "))" + ], + [ + "▁F", + "rench" + ], + [ + "▁C", + "lass" + ], + [ + "▁Cl", + "ass" + ], + [ + "▁", + "Class" + ], + [ + "▁pres", + "ident" + ], + [ + "▁presid", + "ent" + ], + [ + "▁def", + "init" + ], + [ + "▁defin", + "it" + ], + [ + "▁N", + "or" + ], + [ + "▁No", + "r" + ], + [ + "▁T", + "hom" + ], + [ + "▁Th", + "om" + ], + [ + "ai", + "gn" + ], + [ + "a", + "ign" + ], + [ + "W", + "idth" + ], + [ + "D", + "o" + ], + [ + "▁{", + "@" + ], + [ + "ag", + "on" + ], + [ + "ago", + "n" + ], + [ + "a", + "gon" + ], + [ + "▁L", + "u" + ], + [ + "▁", + "Lu" + ], + [ + "▁follow", + "ed" + ], + [ + "M", + "M" + ], + [ + "as", + "ons" + ], + [ + "ason", + "s" + ], + [ + "tm", + "p" + ], + [ + "t", + "mp" + ], + [ + "▁th", + "rows" + ], + [ + "▁throw", + "s" + ], + [ + "▁thr", + "ows" + ], + [ + "▁thro", + "ws" + ], + [ + "▁", + "throws" + ], + [ + "IT", + "Y" + ], + [ + "I", + "TY" + ], + [ + "но", + "м" + ], + [ + "▁f", + "air" + ], + [ + "▁fa", + "ir" + ], + [ + "▁p", + "en" + ], + [ + "▁pe", + "n" + ], + [ + "▁", + "pen" + ], + [ + "é", + "g" + ], + [ + "▁inter", + "face" + ], + [ + "▁", + "interface" + ], + [ + "▁s", + "af" + ], + [ + "▁sa", + "f" + ], + [ + "oo", + "n" + ], + [ + "o", + "on" + ], + [ + "B", + "ack" + ], + [ + "▁s", + "peed" + ], + [ + "▁sp", + "eed" + ], + [ + "▁spe", + "ed" + ], + [ + "▁", + "speed" + ], + [ + "▁ext", + "ends" + ], + [ + "▁extend", + "s" + ], + [ + "em", + "pty" + ], + [ + "empt", + "y" + ], + [ + "emp", + "ty" + ], + [ + "▁п", + "ере" + ], + [ + "▁пер", + "е" + ], + [ + "▁пе", + "ре" + ], + [ + "▁pro", + "per" + ], + [ + "▁pr", + "oper" + ], + [ + "▁prop", + "er" + ], + [ + "▁d", + "riv" + ], + [ + "▁dr", + "iv" + ], + [ + "▁dri", + "v" + ], + [ + "ф", + "и" + ], + [ + "▁c", + "enter" + ], + [ + "▁cent", + "er" + ], + [ + "▁", + "center" + ], + [ + "he", + "ader" + ], + [ + "head", + "er" + ], + [ + "▁}", + ")" + ], + [ + "▁", + "})" + ], + [ + "w", + "a" + ], + [ + "▁m", + "iddle" + ], + [ + "▁", + "middle" + ], + [ + "▁ch", + "oose" + ], + [ + "▁cho", + "ose" + ], + [ + "▁St", + "ad" + ], + [ + "▁Sta", + "d" + ], + [ + "S", + "O" + ], + [ + "Fact", + "ory" + ], + [ + "Factor", + "y" + ], + [ + "F", + "actory" + ], + [ + "De", + "v" + ], + [ + "D", + "ev" + ], + [ + "ic", + "les" + ], + [ + "icle", + "s" + ], + [ + "icl", + "es" + ], + [ + "i", + "cles" + ], + [ + "▁ap", + "plication" + ], + [ + "▁applic", + "ation" + ], + [ + "▁appl", + "ication" + ], + [ + "▁", + "application" + ], + [ + "▁mod", + "els" + ], + [ + "▁model", + "s" + ], + [ + "▁mode", + "ls" + ], + [ + "▁", + "models" + ], + [ + "pi", + "te" + ], + [ + "pit", + "e" + ], + [ + "p", + "ite" + ], + [ + "ca", + "p" + ], + [ + "c", + "ap" + ], + [ + "x", + "i" + ], + [ + "osp", + "ital" + ], + [ + "▁d", + "ream" + ], + [ + "▁dre", + "am" + ], + [ + "EN", + "D" + ], + [ + "E", + "ND" + ], + [ + "▁con", + "tract" + ], + [ + "▁cont", + "ract" + ], + [ + "▁contr", + "act" + ], + [ + "▁contra", + "ct" + ], + [ + "▁", + "contract" + ], + [ + "icro", + "soft" + ], + [ + "▁th", + "ous" + ], + [ + "▁thou", + "s" + ], + [ + "iz", + "es" + ], + [ + "ize", + "s" + ], + [ + "i", + "zes" + ], + [ + "▁д", + "а" + ], + [ + "▁", + "да" + ], + [ + "▁C", + "O" + ], + [ + "▁", + "CO" + ], + [ + "▁d", + "irection" + ], + [ + "▁di", + "rection" + ], + [ + "▁direct", + "ion" + ], + [ + "▁dire", + "ction" + ], + [ + "▁dir", + "ection" + ], + [ + "▁", + "direction" + ], + [ + "▁`", + "`" + ], + [ + "▁", + "``" + ], + [ + "▁d", + "rive" + ], + [ + "▁dr", + "ive" + ], + [ + "▁dri", + "ve" + ], + [ + "▁driv", + "e" + ], + [ + "▁", + "drive" + ], + [ + "Ma", + "x" + ], + [ + "M", + "ax" + ], + [ + "ci", + "a" + ], + [ + "c", + "ia" + ], + [ + "▁contin", + "u" + ], + [ + "▁A", + "lex" + ], + [ + "▁Al", + "ex" + ], + [ + "▁Ale", + "x" + ], + [ + "▁", + "Alex" + ], + [ + "▁g", + "old" + ], + [ + "▁go", + "ld" + ], + [ + "▁gol", + "d" + ], + [ + "▁", + "gold" + ], + [ + "▁p", + "rep" + ], + [ + "▁pre", + "p" + ], + [ + "▁pr", + "ep" + ], + [ + "▁or", + "igin" + ], + [ + "▁orig", + "in" + ], + [ + "▁", + "origin" + ], + [ + "▁r", + "ap" + ], + [ + "▁ra", + "p" + ], + [ + "▁", + "rap" + ], + [ + "O", + "p" + ], + [ + "ous", + "ly" + ], + [ + "▁are", + "as" + ], + [ + "▁area", + "s" + ], + [ + "PO", + "RT" + ], + [ + "P", + "ORT" + ], + [ + "он", + "а" + ], + [ + "о", + "на" + ], + [ + "▁sa", + "fe" + ], + [ + "▁saf", + "e" + ], + [ + "▁", + "safe" + ], + [ + "▁profess", + "ional" + ], + [ + "▁profession", + "al" + ], + [ + "ap", + "ache" + ], + [ + "apa", + "che" + ], + [ + "▁t", + "emper" + ], + [ + "▁tem", + "per" + ], + [ + "▁temp", + "er" + ], + [ + "s", + "z" + ], + [ + "▁u", + "nit" + ], + [ + "▁un", + "it" + ], + [ + "▁", + "unit" + ], + [ + "▁c", + "op" + ], + [ + "▁co", + "p" + ], + [ + "▁", + "cop" + ], + [ + "eq", + "n" + ], + [ + "List", + "ener" + ], + [ + "Listen", + "er" + ], + [ + "▁for", + "mat" + ], + [ + "▁form", + "at" + ], + [ + "▁forma", + "t" + ], + [ + "▁", + "format" + ], + [ + "se", + "lect" + ], + [ + "sel", + "ect" + ], + [ + "s", + "elect" + ], + [ + "▁com", + "fort" + ], + [ + "▁", + "comfort" + ], + [ + "▁me", + "ant" + ], + [ + "▁mean", + "t" + ], + [ + "id", + "ay" + ], + [ + "ida", + "y" + ], + [ + "i", + "day" + ], + [ + "em", + "e" + ], + [ + "e", + "me" + ], + [ + "▁act", + "ive" + ], + [ + "▁activ", + "e" + ], + [ + "▁", + "active" + ], + [ + "▁n", + "ote" + ], + [ + "▁not", + "e" + ], + [ + "▁no", + "te" + ], + [ + "▁", + "note" + ], + [ + "▁M", + "il" + ], + [ + "▁Mi", + "l" + ], + [ + "▁", + "Mil" + ], + [ + "on", + "ly" + ], + [ + "▁<", + "=" + ], + [ + "▁", + "<=" + ], + [ + "▁ne", + "igh" + ], + [ + "▁nei", + "gh" + ], + [ + "a", + "o" + ], + [ + "▁bl", + "ue" + ], + [ + "▁", + "blue" + ], + [ + "▁T", + "V" + ], + [ + "▁", + "TV" + ], + [ + "Ch", + "ild" + ], + [ + "▁re", + "ached" + ], + [ + "▁reach", + "ed" + ], + [ + "Add", + "ress" + ], + [ + "Addr", + "ess" + ], + [ + "ст", + "в" + ], + [ + "▁cl", + "osed" + ], + [ + "▁close", + "d" + ], + [ + "▁clos", + "ed" + ], + [ + "▁clo", + "sed" + ], + [ + "▁", + "closed" + ], + [ + "in", + "der" + ], + [ + "ind", + "er" + ], + [ + "inde", + "r" + ], + [ + "i", + "nder" + ], + [ + "ol", + "o" + ], + [ + "o", + "lo" + ], + [ + "▁a", + "lt" + ], + [ + "▁al", + "t" + ], + [ + "▁", + "alt" + ], + [ + "▁a", + "dm" + ], + [ + "▁ad", + "m" + ], + [ + "Form", + "at" + ], + [ + "For", + "mat" + ], + [ + "U", + "I" + ], + [ + "▁H", + "am" + ], + [ + "▁Ha", + "m" + ], + [ + "▁f", + "requ" + ], + [ + "▁fr", + "equ" + ], + [ + "▁fre", + "qu" + ], + [ + "▁in", + "depend" + ], + [ + "▁inde", + "pend" + ], + [ + "▁", + "independ" + ], + [ + "▁eas", + "ily" + ], + [ + "▁L", + "and" + ], + [ + "▁La", + "nd" + ], + [ + "▁Lan", + "d" + ], + [ + "▁", + "Land" + ], + [ + "▁t", + "or" + ], + [ + "▁to", + "r" + ], + [ + "▁", + "tor" + ], + [ + "ograph", + "y" + ], + [ + "ograp", + "hy" + ], + [ + "in", + "fty" + ], + [ + "inf", + "ty" + ], + [ + "▁W", + "ork" + ], + [ + "▁Wor", + "k" + ], + [ + "▁", + "Work" + ], + [ + "iv", + "en" + ], + [ + "ive", + "n" + ], + [ + "i", + "ven" + ], + [ + "▁Count", + "y" + ], + [ + "▁Coun", + "ty" + ], + [ + "▁s", + "rc" + ], + [ + "▁", + "src" + ], + [ + "}$", + "," + ], + [ + "}", + "$," + ], + [ + "par", + "se" + ], + [ + "pars", + "e" + ], + [ + "p", + "arse" + ], + [ + "C", + "D" + ], + [ + "▁C", + "our" + ], + [ + "▁Co", + "ur" + ], + [ + "▁Cou", + "r" + ], + [ + "▁f", + "ol" + ], + [ + "▁fo", + "l" + ], + [ + "▁", + "fol" + ], + [ + "Ent", + "ity" + ], + [ + "pg", + "f" + ], + [ + "▁Ch", + "ina" + ], + [ + "▁Chi", + "na" + ], + [ + "▁S", + "ub" + ], + [ + "▁Su", + "b" + ], + [ + "▁", + "Sub" + ], + [ + "ho", + "od" + ], + [ + "h", + "ood" + ], + [ + "▁field", + "s" + ], + [ + "▁", + "fields" + ], + [ + "▁y", + "es" + ], + [ + "▁ye", + "s" + ], + [ + "▁", + "yes" + ], + [ + "re", + "nd" + ], + [ + "ren", + "d" + ], + [ + "r", + "end" + ], + [ + "▁to", + "wards" + ], + [ + "▁toward", + "s" + ], + [ + "▁tow", + "ards" + ], + [ + "▁st", + "aff" + ], + [ + "▁sta", + "ff" + ], + [ + "▁", + "staff" + ], + [ + "▁A", + "ir" + ], + [ + "▁", + "Air" + ], + [ + "▁st", + "ation" + ], + [ + "▁stat", + "ion" + ], + [ + "▁", + "station" + ], + [ + "at", + "ives" + ], + [ + "ative", + "s" + ], + [ + "ati", + "ves" + ], + [ + "ativ", + "es" + ], + [ + "▁imp", + "act" + ], + [ + "в", + "ы" + ], + [ + "▁direct", + "ly" + ], + [ + "iss", + "ions" + ], + [ + "ission", + "s" + ], + [ + "iv", + "a" + ], + [ + "i", + "va" + ], + [ + "|", + "\\" + ], + [ + "Pt", + "r" + ], + [ + "P", + "tr" + ], + [ + "▁S", + "ant" + ], + [ + "▁San", + "t" + ], + [ + "▁Sa", + "nt" + ], + [ + "Po", + "l" + ], + [ + "P", + "ol" + ], + [ + "▁pro", + "gress" + ], + [ + "▁", + "progress" + ], + [ + "it", + "ar" + ], + [ + "ita", + "r" + ], + [ + "i", + "tar" + ], + [ + "▁p", + "arts" + ], + [ + "▁part", + "s" + ], + [ + "▁par", + "ts" + ], + [ + "▁", + "parts" + ], + [ + "▁pl", + "ant" + ], + [ + "▁plan", + "t" + ], + [ + "▁", + "plant" + ], + [ + "▁abs", + "olut" + ], + [ + "▁gu", + "ess" + ], + [ + "eq", + "ref" + ], + [ + "▁t", + "im" + ], + [ + "▁ti", + "m" + ], + [ + "▁", + "tim" + ], + [ + "▁L", + "ou" + ], + [ + "▁Lo", + "u" + ], + [ + "▁", + "Lou" + ], + [ + "▁c", + "ool" + ], + [ + "▁co", + "ol" + ], + [ + "al", + "u" + ], + [ + "a", + "lu" + ], + [ + "▁m", + "outh" + ], + [ + "▁mo", + "uth" + ], + [ + "▁mou", + "th" + ], + [ + "▁", + "mouth" + ], + [ + "ни", + "х" + ], + [ + "▁h", + "eight" + ], + [ + "▁he", + "ight" + ], + [ + "▁", + "height" + ], + [ + "ge", + "st" + ], + [ + "ges", + "t" + ], + [ + "g", + "est" + ], + [ + "▁P", + "ost" + ], + [ + "▁Po", + "st" + ], + [ + "▁Pos", + "t" + ], + [ + "▁", + "Post" + ], + [ + "▁b", + "oard" + ], + [ + "▁bo", + "ard" + ], + [ + "▁", + "board" + ], + [ + "▁t", + "it" + ], + [ + "▁ti", + "t" + ], + [ + "▁", + "tit" + ], + [ + "▁h", + "our" + ], + [ + "▁ho", + "ur" + ], + [ + "▁", + "hour" + ], + [ + "▁ser", + "ver" + ], + [ + "▁serv", + "er" + ], + [ + "▁serve", + "r" + ], + [ + "▁", + "server" + ], + [ + "▁p", + "layers" + ], + [ + "▁play", + "ers" + ], + [ + "▁player", + "s" + ], + [ + "ri", + "er" + ], + [ + "rie", + "r" + ], + [ + "r", + "ier" + ], + [ + "Lin", + "k" + ], + [ + "L", + "ink" + ], + [ + "▁Pres", + "ident" + ], + [ + "]", + "(" + ], + [ + "▁con", + "struct" + ], + [ + "▁const", + "ruct" + ], + [ + "▁constr", + "uct" + ], + [ + "▁constru", + "ct" + ], + [ + "▁", + "construct" + ], + [ + "hand", + "le" + ], + [ + "}$", + "." + ], + [ + "}", + "$." + ], + [ + "ry", + "ing" + ], + [ + "r", + "ying" + ], + [ + "▁s", + "hop" + ], + [ + "▁sh", + "op" + ], + [ + "▁", + "shop" + ], + [ + "ia", + "na" + ], + [ + "ian", + "a" + ], + [ + "i", + "ana" + ], + [ + "ex", + "p" + ], + [ + "e", + "xp" + ], + [ + "Hel", + "per" + ], + [ + "Help", + "er" + ], + [ + "Off", + "set" + ], + [ + "ac", + "hes" + ], + [ + "ach", + "es" + ], + [ + "ache", + "s" + ], + [ + "a", + "ches" + ], + [ + "▁conne", + "ction" + ], + [ + "▁connect", + "ion" + ], + [ + "▁conn", + "ection" + ], + [ + "▁", + "connection" + ], + [ + "▁d", + "ifference" + ], + [ + "▁dif", + "ference" + ], + [ + "▁differ", + "ence" + ], + [ + "serv", + "ice" + ], + [ + "s", + "ervice" + ], + [ + "▁g", + "as" + ], + [ + "▁ga", + "s" + ], + [ + "▁", + "gas" + ], + [ + "▁p", + "riv" + ], + [ + "▁pr", + "iv" + ], + [ + "▁pri", + "v" + ], + [ + "▁", + "priv" + ], + [ + "▁un", + "ivers" + ], + [ + "▁", + "univers" + ], + [ + "▁w", + "ish" + ], + [ + "▁wis", + "h" + ], + [ + "Re", + "m" + ], + [ + "R", + "em" + ], + [ + "U", + "rl" + ], + [ + "ge", + "b" + ], + [ + "g", + "eb" + ], + [ + "S", + "o" + ], + [ + "ens", + "ions" + ], + [ + "ension", + "s" + ], + [ + "Mod", + "ule" + ], + [ + "Mo", + "dule" + ], + [ + "SI", + "ZE" + ], + [ + "▁p", + "rem" + ], + [ + "▁pre", + "m" + ], + [ + "▁pr", + "em" + ], + [ + "wind", + "ow" + ], + [ + "w", + "indow" + ], + [ + "▁d", + "ies" + ], + [ + "▁di", + "es" + ], + [ + "▁die", + "s" + ], + [ + "de", + "l" + ], + [ + "d", + "el" + ], + [ + "▁r", + "ow" + ], + [ + "▁ro", + "w" + ], + [ + "▁", + "row" + ], + [ + "▁a", + "verage" + ], + [ + "▁aver", + "age" + ], + [ + "▁ave", + "rage" + ], + [ + "xi", + "m" + ], + [ + "x", + "im" + ], + [ + "▁p", + "u" + ], + [ + "▁", + "pu" + ], + [ + "an", + "ç" + ], + [ + "De", + "t" + ], + [ + "D", + "et" + ], + [ + "ke", + "r" + ], + [ + "k", + "er" + ], + [ + "y", + "a" + ], + [ + "▁D", + "et" + ], + [ + "▁De", + "t" + ], + [ + "▁", + "Det" + ], + [ + "▁p", + "å" + ], + [ + "▁n", + "amed" + ], + [ + "▁name", + "d" + ], + [ + "▁na", + "med" + ], + [ + "▁nam", + "ed" + ], + [ + "▁", + "named" + ], + [ + "▁dec", + "ision" + ], + [ + "▁decis", + "ion" + ], + [ + "wi", + "n" + ], + [ + "w", + "in" + ], + [ + "▁Ge", + "orge" + ], + [ + "▁Georg", + "e" + ], + [ + "ar", + "ily" + ], + [ + "ari", + "ly" + ], + [ + "▁s", + "olution" + ], + [ + "▁sol", + "ution" + ], + [ + "▁mult", + "iple" + ], + [ + "▁multi", + "ple" + ], + [ + "▁multip", + "le" + ], + [ + "▁", + "multiple" + ], + [ + "at", + "egy" + ], + [ + "ate", + "gy" + ], + [ + "ateg", + "y" + ], + [ + "▁le", + "arning" + ], + [ + "▁learn", + "ing" + ], + [ + "▁lear", + "ning" + ], + [ + "▁", + "learning" + ], + [ + "▁se", + "cret" + ], + [ + "▁sec", + "ret" + ], + [ + "▁secre", + "t" + ], + [ + "▁", + "secret" + ], + [ + "D", + "O" + ], + [ + "▁n", + "ice" + ], + [ + "▁ni", + "ce" + ], + [ + "▁nic", + "e" + ], + [ + "▁", + "nice" + ], + [ + "////////", + "////////" + ], + [ + "S", + "u" + ], + [ + "it", + "ation" + ], + [ + "itat", + "ion" + ], + [ + "▁j", + "oin" + ], + [ + "▁jo", + "in" + ], + [ + "▁", + "join" + ], + [ + "▁el", + "ements" + ], + [ + "▁element", + "s" + ], + [ + "▁ele", + "ments" + ], + [ + "▁elem", + "ents" + ], + [ + "▁", + "elements" + ], + [ + "▁e", + "mer" + ], + [ + "▁em", + "er" + ], + [ + "til", + "de" + ], + [ + "t", + "ilde" + ], + [ + "▁d", + "ep" + ], + [ + "▁de", + "p" + ], + [ + "▁", + "dep" + ], + [ + "▁s", + "hot" + ], + [ + "▁sh", + "ot" + ], + [ + "▁", + "shot" + ], + [ + "▁pl", + "atform" + ], + [ + "▁plat", + "form" + ], + [ + "▁", + "platform" + ], + [ + "ot", + "hing" + ], + [ + "oth", + "ing" + ], + [ + "o", + "thing" + ], + [ + "M", + "y" + ], + [ + "ed", + "ia" + ], + [ + "edi", + "a" + ], + [ + "om", + "s" + ], + [ + "o", + "ms" + ], + [ + "ail", + "y" + ], + [ + "ai", + "ly" + ], + [ + "a", + "ily" + ], + [ + "(", + "[" + ], + [ + "▁d", + "ress" + ], + [ + "▁dr", + "ess" + ], + [ + "▁dre", + "ss" + ], + [ + "▁off", + "icial" + ], + [ + "▁offic", + "ial" + ], + [ + "es", + "tern" + ], + [ + "est", + "ern" + ], + [ + "ester", + "n" + ], + [ + "este", + "rn" + ], + [ + "▁dis", + "cover" + ], + [ + "▁disc", + "over" + ], + [ + "▁disco", + "ver" + ], + [ + "▁m", + "i" + ], + [ + "▁", + "mi" + ], + [ + "ны", + "е" + ], + [ + "C", + "A" + ], + [ + "od", + "ing" + ], + [ + "odi", + "ng" + ], + [ + "o", + "ding" + ], + [ + "▁F", + "ound" + ], + [ + "▁Fou", + "nd" + ], + [ + "▁Fo", + "und" + ], + [ + "▁", + "Found" + ], + [ + "▁a", + "ffect" + ], + [ + "▁aff", + "ect" + ], + [ + "▁af", + "fect" + ], + [ + "Vi", + "s" + ], + [ + "V", + "is" + ], + [ + "st", + "ract" + ], + [ + "str", + "act" + ], + [ + "stra", + "ct" + ], + [ + "s", + "tract" + ], + [ + "ic", + "ed" + ], + [ + "ice", + "d" + ], + [ + "i", + "ced" + ], + [ + "de", + "bug" + ], + [ + "d", + "ebug" + ], + [ + "▁rel", + "ated" + ], + [ + "▁relate", + "d" + ], + [ + "▁", + "related" + ], + [ + "▁s", + "pect" + ], + [ + "▁sp", + "ect" + ], + [ + "▁spec", + "t" + ], + [ + "▁spe", + "ct" + ], + [ + "▁", + "spect" + ], + [ + "us", + "hed" + ], + [ + "ush", + "ed" + ], + [ + "сь", + "ко" + ], + [ + "▁b", + "ank" + ], + [ + "▁ban", + "k" + ], + [ + "▁", + "bank" + ], + [ + "▁c", + "ele" + ], + [ + "▁ce", + "le" + ], + [ + "▁cel", + "e" + ], + [ + "AN", + "D" + ], + [ + "A", + "ND" + ], + [ + "ol", + "f" + ], + [ + "е", + "м" + ], + [ + "▁f", + "ill" + ], + [ + "▁fil", + "l" + ], + [ + "▁fi", + "ll" + ], + [ + "▁", + "fill" + ], + [ + "▁g", + "ives" + ], + [ + "▁giv", + "es" + ], + [ + "▁give", + "s" + ], + [ + "▁gi", + "ves" + ], + [ + "▁б", + "у" + ], + [ + "▁", + "бу" + ], + [ + "ar", + "on" + ], + [ + "aro", + "n" + ], + [ + "a", + "ron" + ], + [ + "▁J", + "es" + ], + [ + "▁Je", + "s" + ], + [ + "RE", + "G" + ], + [ + "▁s", + "udd" + ], + [ + "▁su", + "dd" + ], + [ + "▁sud", + "d" + ], + [ + "date", + "d" + ], + [ + "da", + "ted" + ], + [ + "dat", + "ed" + ], + [ + "d", + "ated" + ], + [ + "v", + "i" + ], + [ + "▁g", + "i" + ], + [ + "▁", + "gi" + ], + [ + "se", + "nd" + ], + [ + "sen", + "d" + ], + [ + "s", + "end" + ], + [ + "cp", + "p" + ], + [ + "c", + "pp" + ], + [ + "▁s", + "pent" + ], + [ + "▁sp", + "ent" + ], + [ + "▁spe", + "nt" + ], + [ + "an", + "de" + ], + [ + "and", + "e" + ], + [ + "a", + "nde" + ], + [ + "▁oper", + "ation" + ], + [ + "▁", + "operation" + ], + [ + "pro", + "cess" + ], + [ + "proc", + "ess" + ], + [ + "▁in", + "form" + ], + [ + "▁inf", + "orm" + ], + [ + "▁info", + "rm" + ], + [ + "▁F", + "ree" + ], + [ + "▁Fr", + "ee" + ], + [ + "▁Fre", + "e" + ], + [ + "▁", + "Free" + ], + [ + "yo", + "nd" + ], + [ + "y", + "ond" + ], + [ + "▁per", + "haps" + ], + [ + "▁su", + "rv" + ], + [ + "▁sur", + "v" + ], + [ + "▁L", + "oc" + ], + [ + "▁Lo", + "c" + ], + [ + "▁", + "Loc" + ], + [ + "▁con", + "cl" + ], + [ + "▁conc", + "l" + ], + [ + "▁ра", + "з" + ], + [ + "▁", + "раз" + ], + [ + "▁O", + "ver" + ], + [ + "▁", + "Over" + ], + [ + "ho", + "l" + ], + [ + "h", + "ol" + ], + [ + "ra", + "z" + ], + [ + "r", + "az" + ], + [ + "Wr", + "ite" + ], + [ + "Writ", + "e" + ], + [ + "W", + "rite" + ], + [ + "▁g", + "iving" + ], + [ + "▁giv", + "ing" + ], + [ + "▁gi", + "ving" + ], + [ + "r", + "d" + ], + [ + "in", + "stance" + ], + [ + "inst", + "ance" + ], + [ + "▁re", + "leased" + ], + [ + "▁rele", + "ased" + ], + [ + "▁release", + "d" + ], + [ + "▁R", + "o" + ], + [ + "▁", + "Ro" + ], + [ + "R", + "A" + ], + [ + "▁pract", + "ice" + ], + [ + "▁g", + "raph" + ], + [ + "▁gr", + "aph" + ], + [ + "▁gra", + "ph" + ], + [ + "▁grap", + "h" + ], + [ + "▁", + "graph" + ], + [ + "▁incre", + "ase" + ], + [ + "▁fig", + "ure" + ], + [ + "▁", + "figure" + ], + [ + "Fil", + "ter" + ], + [ + "HE", + "CK" + ], + [ + "id", + "x" + ], + [ + "i", + "dx" + ], + [ + "▁g", + "lass" + ], + [ + "▁gl", + "ass" + ], + [ + "▁", + "glass" + ], + [ + "sk", + "i" + ], + [ + "s", + "ki" + ], + [ + "com", + "es" + ], + [ + "co", + "mes" + ], + [ + "come", + "s" + ], + [ + "c", + "omes" + ], + [ + "▁c", + "at" + ], + [ + "▁ca", + "t" + ], + [ + "▁", + "cat" + ], + [ + "▁c", + "old" + ], + [ + "▁col", + "d" + ], + [ + "▁co", + "ld" + ], + [ + "go", + "to" + ], + [ + "got", + "o" + ], + [ + "g", + "oto" + ], + [ + "uf", + "act" + ], + [ + "u", + "fact" + ], + [ + "▁C", + "opyright" + ], + [ + "▁Copy", + "right" + ], + [ + "▁", + "Copyright" + ], + [ + "}}", + "\\" + ], + [ + "}", + "}\\" + ], + [ + "▁str", + "eng" + ], + [ + "▁stre", + "ng" + ], + [ + "▁d", + "ir" + ], + [ + "▁di", + "r" + ], + [ + "▁", + "dir" + ], + [ + "to", + "ken" + ], + [ + "tok", + "en" + ], + [ + "t", + "oken" + ], + [ + "▁occ", + "ur" + ], + [ + "▁oc", + "cur" + ], + [ + "arl", + "ier" + ], + [ + "▁me", + "asure" + ], + [ + "▁meas", + "ure" + ], + [ + "▁", + "measure" + ], + [ + "▁s", + "ec" + ], + [ + "▁se", + "c" + ], + [ + "▁", + "sec" + ], + [ + "▁m", + "ás" + ], + [ + "▁má", + "s" + ], + [ + "▁N", + "et" + ], + [ + "▁Ne", + "t" + ], + [ + "▁", + "Net" + ], + [ + "▁arg", + "ument" + ], + [ + "▁", + "argument" + ], + [ + "▁s", + "ou" + ], + [ + "▁so", + "u" + ], + [ + "▁m", + "oving" + ], + [ + "▁mov", + "ing" + ], + [ + "▁mo", + "ving" + ], + [ + "▁p", + "refer" + ], + [ + "▁pre", + "fer" + ], + [ + "▁pref", + "er" + ], + [ + "ma", + "sk" + ], + [ + "mas", + "k" + ], + [ + "m", + "ask" + ], + [ + "<", + "<" + ], + [ + "▁bre", + "ath" + ], + [ + "▁breat", + "h" + ], + [ + "▁phys", + "ical" + ], + [ + "▁pos", + "itive" + ], + [ + "▁posit", + "ive" + ], + [ + "▁s", + "or" + ], + [ + "▁so", + "r" + ], + [ + "▁", + "sor" + ], + [ + "▁de", + "part" + ], + [ + "▁dep", + "art" + ], + [ + "▁re", + "move" + ], + [ + "▁rem", + "ove" + ], + [ + "▁", + "remove" + ], + [ + "▁k", + "it" + ], + [ + "▁ki", + "t" + ], + [ + "▁", + "kit" + ], + [ + "▁me", + "eting" + ], + [ + "▁meet", + "ing" + ], + [ + "▁D", + "ata" + ], + [ + "▁Da", + "ta" + ], + [ + "▁Dat", + "a" + ], + [ + "▁", + "Data" + ], + [ + "og", + "raf" + ], + [ + "act", + "ions" + ], + [ + "action", + "s" + ], + [ + "a", + "ctions" + ], + [ + "▁param", + "eters" + ], + [ + "▁parameter", + "s" + ], + [ + "▁", + "parameters" + ], + [ + "▁A", + "tt" + ], + [ + "▁At", + "t" + ], + [ + "▁", + "Att" + ], + [ + "es", + "ch" + ], + [ + "esc", + "h" + ], + [ + "e", + "sch" + ], + [ + "▁inv", + "olved" + ], + [ + "▁invol", + "ved" + ], + [ + "▁involve", + "d" + ], + [ + "ä", + "t" + ], + [ + "L", + "L" + ], + [ + "B", + "ar" + ], + [ + "▁с", + "и" + ], + [ + "▁", + "си" + ], + [ + "ec", + "h" + ], + [ + "e", + "ch" + ], + [ + "GE", + "T" + ], + [ + "G", + "ET" + ], + [ + "▁pre", + "vent" + ], + [ + "▁pr", + "event" + ], + [ + "▁prev", + "ent" + ], + [ + "▁", + "prevent" + ], + [ + "▁be", + "yond" + ], + [ + "▁O", + "ther" + ], + [ + "▁Ot", + "her" + ], + [ + "▁", + "Other" + ], + [ + "ä", + "n" + ], + [ + "by", + "te" + ], + [ + "▁sudd", + "en" + ], + [ + "▁sud", + "den" + ], + [ + "ol", + "ve" + ], + [ + "olv", + "e" + ], + [ + "▁н", + "о" + ], + [ + "▁", + "но" + ], + [ + "LO", + "G" + ], + [ + "L", + "OG" + ], + [ + "un", + "it" + ], + [ + "uni", + "t" + ], + [ + "u", + "nit" + ], + [ + "▁tr", + "uth" + ], + [ + "ra", + "t" + ], + [ + "r", + "at" + ], + [ + "S", + "D" + ], + [ + "▁e", + "at" + ], + [ + "▁M", + "ad" + ], + [ + "▁Ma", + "d" + ], + [ + "▁", + "Mad" + ], + [ + "▁prov", + "ides" + ], + [ + "▁provide", + "s" + ], + [ + "▁s", + "ession" + ], + [ + "▁", + "session" + ], + [ + "De", + "le" + ], + [ + "Del", + "e" + ], + [ + "D", + "ele" + ], + [ + "▁con", + "vers" + ], + [ + "▁conv", + "ers" + ], + [ + "▁conver", + "s" + ], + [ + "▁conve", + "rs" + ], + [ + "cent", + "er" + ], + [ + "cen", + "ter" + ], + [ + "c", + "enter" + ], + [ + "▁contin", + "ued" + ], + [ + "▁continue", + "d" + ], + [ + "▁continu", + "ed" + ], + [ + "ot", + "ion" + ], + [ + "oti", + "on" + ], + [ + "ca", + "che" + ], + [ + "c", + "ache" + ], + [ + "dis", + "play" + ], + [ + "disp", + "lay" + ], + [ + "▁prote", + "ct" + ], + [ + "▁prot", + "ect" + ], + [ + "am", + "s" + ], + [ + "a", + "ms" + ], + [ + "▁p", + "ow" + ], + [ + "▁po", + "w" + ], + [ + "▁", + "pow" + ], + [ + "CT", + "ION" + ], + [ + "C", + "TION" + ], + [ + "▁M", + "ac" + ], + [ + "▁Ma", + "c" + ], + [ + "▁", + "Mac" + ], + [ + "m", + "o" + ], + [ + "х", + "а" + ], + [ + "▁d", + "istance" + ], + [ + "▁di", + "stance" + ], + [ + "▁dist", + "ance" + ], + [ + "▁", + "distance" + ], + [ + "▁T", + "ime" + ], + [ + "▁Tim", + "e" + ], + [ + "▁Ti", + "me" + ], + [ + "▁", + "Time" + ], + [ + "g", + "i" + ], + [ + "▁s", + "equ" + ], + [ + "▁se", + "qu" + ], + [ + "▁seq", + "u" + ], + [ + "▁", + "sequ" + ], + [ + "T", + "arget" + ], + [ + "с", + "ле" + ], + [ + "Ser", + "ver" + ], + [ + "Serv", + "er" + ], + [ + "▁w", + "ide" + ], + [ + "▁wid", + "e" + ], + [ + "▁", + "wide" + ], + [ + "cl", + "ose" + ], + [ + "clos", + "e" + ], + [ + "▁c", + "ru" + ], + [ + "▁cr", + "u" + ], + [ + "Ex", + "t" + ], + [ + "E", + "xt" + ], + [ + "▁s", + "elect" + ], + [ + "▁se", + "lect" + ], + [ + "▁sel", + "ect" + ], + [ + "▁sele", + "ct" + ], + [ + "▁", + "select" + ], + [ + "▁pat", + "tern" + ], + [ + "▁", + "pattern" + ], + [ + "\")", + ");" + ], + [ + "\"))", + ";" + ], + [ + "\"", + "));" + ], + [ + "Pro", + "vider" + ], + [ + "Prov", + "ider" + ], + [ + "UR", + "L" + ], + [ + "U", + "RL" + ], + [ + "▁g", + "reen" + ], + [ + "▁gr", + "een" + ], + [ + "▁gre", + "en" + ], + [ + "▁", + "green" + ], + [ + "▁wait", + "ing" + ], + [ + "▁wa", + "iting" + ], + [ + "pro", + "to" + ], + [ + "pr", + "oto" + ], + [ + "prot", + "o" + ], + [ + "▁immedi", + "ately" + ], + [ + "▁immediate", + "ly" + ], + [ + "com", + "mon" + ], + [ + "comm", + "on" + ], + [ + "az", + "ione" + ], + [ + "azi", + "one" + ], + [ + "a", + "zione" + ], + [ + "ri", + "ver" + ], + [ + "riv", + "er" + ], + [ + "rive", + "r" + ], + [ + "r", + "iver" + ], + [ + "▁s", + "en" + ], + [ + "▁se", + "n" + ], + [ + "▁", + "sen" + ], + [ + "▁!", + "==" + ], + [ + "▁!=", + "=" + ], + [ + "▁Febru", + "ary" + ], + [ + "▁Februar", + "y" + ], + [ + "ur", + "b" + ], + [ + "u", + "rb" + ], + [ + "▁S", + "en" + ], + [ + "▁Se", + "n" + ], + [ + "de", + "st" + ], + [ + "des", + "t" + ], + [ + "d", + "est" + ], + [ + "<", + "?" + ], + [ + "▁ed", + "ge" + ], + [ + "▁", + "edge" + ], + [ + "▁m", + "ais" + ], + [ + "▁ma", + "is" + ], + [ + "▁mai", + "s" + ], + [ + "gor", + "ith" + ], + [ + "cp", + "u" + ], + [ + "c", + "pu" + ], + [ + "▁educ", + "ation" + ], + [ + "▁associ", + "ated" + ], + [ + "▁associate", + "d" + ], + [ + "No", + "ne" + ], + [ + "Non", + "e" + ], + [ + "N", + "one" + ], + [ + "h", + "i" + ], + [ + "▁p", + "oor" + ], + [ + "▁po", + "or" + ], + [ + "se", + "m" + ], + [ + "s", + "em" + ], + [ + "▁W", + "il" + ], + [ + "▁Wi", + "l" + ], + [ + "▁b", + "ud" + ], + [ + "▁bu", + "d" + ], + [ + "▁", + "bud" + ], + [ + "▁a", + "uch" + ], + [ + "▁au", + "ch" + ], + [ + "▁", + "auch" + ], + [ + "el", + "ler" + ], + [ + "ell", + "er" + ], + [ + "elle", + "r" + ], + [ + "▁L", + "ife" + ], + [ + "▁Li", + "fe" + ], + [ + "▁", + "Life" + ], + [ + "▁f", + "iles" + ], + [ + "▁fil", + "es" + ], + [ + "▁file", + "s" + ], + [ + "▁fi", + "les" + ], + [ + "▁", + "files" + ], + [ + "▁le", + "ading" + ], + [ + "▁lead", + "ing" + ], + [ + "▁", + "leading" + ], + [ + "▁ob", + "tain" + ], + [ + "▁obt", + "ain" + ], + [ + "▁J", + "ul" + ], + [ + "▁Ju", + "l" + ], + [ + "at", + "ory" + ], + [ + "ator", + "y" + ], + [ + "ato", + "ry" + ], + [ + "г", + "у" + ], + [ + "it", + "able" + ], + [ + "ita", + "ble" + ], + [ + "i", + "table" + ], + [ + "▁on", + "to" + ], + [ + "▁ont", + "o" + ], + [ + "▁", + "onto" + ], + [ + "▁b", + "orn" + ], + [ + "▁bo", + "rn" + ], + [ + "▁bor", + "n" + ], + [ + "▁", + "born" + ], + [ + "or", + "em" + ], + [ + "ore", + "m" + ], + [ + "o", + "rem" + ], + [ + "▁Stre", + "et" + ], + [ + "▁m", + "aint" + ], + [ + "▁main", + "t" + ], + [ + "▁ma", + "int" + ], + [ + "▁mai", + "nt" + ], + [ + "Param", + "s" + ], + [ + "Par", + "ams" + ], + [ + "ri", + "p" + ], + [ + "r", + "ip" + ], + [ + "▁S", + "T" + ], + [ + "▁", + "ST" + ], + [ + "u", + "v" + ], + [ + "ma", + "in" + ], + [ + "m", + "ain" + ], + [ + "▁re", + "cent" + ], + [ + "▁rec", + "ent" + ], + [ + "▁rece", + "nt" + ], + [ + "We", + "b" + ], + [ + "W", + "eb" + ], + [ + "ov", + "a" + ], + [ + "o", + "va" + ], + [ + "ц", + "а" + ], + [ + "ais", + "e" + ], + [ + "ai", + "se" + ], + [ + "a", + "ise" + ], + [ + "yle", + "s" + ], + [ + "yl", + "es" + ], + [ + "y", + "les" + ], + [ + "▁de", + "scribed" + ], + [ + "▁desc", + "ribed" + ], + [ + "▁describ", + "ed" + ], + [ + "▁describe", + "d" + ], + [ + "▁begin", + "ning" + ], + [ + "▁D", + "ay" + ], + [ + "▁Da", + "y" + ], + [ + "▁", + "Day" + ], + [ + "▁V", + "ol" + ], + [ + "▁Vo", + "l" + ], + [ + "▁", + "Vol" + ], + [ + "▁h", + "uge" + ], + [ + "▁hug", + "e" + ], + [ + "Ha", + "s" + ], + [ + "H", + "as" + ], + [ + "an", + "cy" + ], + [ + "anc", + "y" + ], + [ + "He", + "ader" + ], + [ + "Head", + "er" + ], + [ + "▁a", + "ren" + ], + [ + "▁are", + "n" + ], + [ + "▁ar", + "en" + ], + [ + "▁", + "aren" + ], + [ + "ва", + "н" + ], + [ + "в", + "ан" + ], + [ + "▁en", + "sure" + ], + [ + "▁ens", + "ure" + ], + [ + "▁", + "ensure" + ], + [ + "▁p", + "et" + ], + [ + "▁pe", + "t" + ], + [ + "▁", + "pet" + ], + [ + "mu", + "lt" + ], + [ + "mul", + "t" + ], + [ + "m", + "ult" + ], + [ + "▁L", + "ike" + ], + [ + "▁Li", + "ke" + ], + [ + "▁", + "Like" + ], + [ + "▁man", + "agement" + ], + [ + "▁manage", + "ment" + ], + [ + "▁", + "management" + ], + [ + "P", + "S" + ], + [ + "wh", + "ile" + ], + [ + "▁back", + "ground" + ], + [ + "▁", + "background" + ], + [ + "ount", + "er" + ], + [ + "oun", + "ter" + ], + [ + "o", + "unter" + ], + [ + "bo", + "ol" + ], + [ + "b", + "ool" + ], + [ + "F", + "C" + ], + [ + "N", + "um" + ], + [ + "R", + "L" + ], + [ + "▁ex", + "cl" + ], + [ + "▁exc", + "l" + ], + [ + "▁e", + "ye" + ], + [ + "▁ey", + "e" + ], + [ + "im", + "g" + ], + [ + "i", + "mg" + ], + [ + "▁r", + "om" + ], + [ + "▁ro", + "m" + ], + [ + "▁", + "rom" + ], + [ + "▁H", + "el" + ], + [ + "▁He", + "l" + ], + [ + "▁", + "Hel" + ], + [ + "Opt", + "ion" + ], + [ + "O", + "ption" + ], + [ + "▁stop", + "ped" + ], + [ + "▁sto", + "pped" + ], + [ + "▁th", + "read" + ], + [ + "▁thr", + "ead" + ], + [ + "▁", + "thread" + ], + [ + "to", + "type" + ], + [ + "tot", + "ype" + ], + [ + "t", + "otype" + ], + [ + "))", + ")" + ], + [ + ")", + "))" + ], + [ + "▁st", + "age" + ], + [ + "▁stag", + "e" + ], + [ + "▁sta", + "ge" + ], + [ + "▁", + "stage" + ], + [ + "▁ü", + "ber" + ], + [ + "▁", + "über" + ], + [ + "▁al", + "though" + ], + [ + "▁", + "although" + ], + [ + "Type", + "s" + ], + [ + "Ty", + "pes" + ], + [ + "Typ", + "es" + ], + [ + "T", + "ypes" + ], + [ + "▁O", + "h" + ], + [ + "▁", + "Oh" + ], + [ + "▁e", + "ight" + ], + [ + "▁", + "eight" + ], + [ + "▁de", + "scription" + ], + [ + "▁des", + "cription" + ], + [ + "▁", + "description" + ], + [ + "'", + "'" + ], + [ + "ö", + "n" + ], + [ + "▁sur", + "face" + ], + [ + "▁surf", + "ace" + ], + [ + "▁", + "surface" + ], + [ + "▁Intern", + "ational" + ], + [ + "▁ch", + "arg" + ], + [ + "▁char", + "g" + ], + [ + "▁cha", + "rg" + ], + [ + "▁", + "charg" + ], + [ + "▁col", + "lection" + ], + [ + "▁coll", + "ection" + ], + [ + "▁collect", + "ion" + ], + [ + "▁colle", + "ction" + ], + [ + "▁", + "collection" + ], + [ + "▁us", + "ers" + ], + [ + "▁use", + "rs" + ], + [ + "▁user", + "s" + ], + [ + "▁", + "users" + ], + [ + "▁ob", + "vious" + ], + [ + "▁cent", + "ury" + ], + [ + "▁", + "century" + ], + [ + "ic", + "ks" + ], + [ + "ick", + "s" + ], + [ + "i", + "cks" + ], + [ + "▁art", + "icle" + ], + [ + "▁artic", + "le" + ], + [ + "▁", + "article" + ], + [ + "▁\"", + "\\" + ], + [ + "▁", + "\"\\" + ], + [ + "di", + "m" + ], + [ + "d", + "im" + ], + [ + "▁s", + "in" + ], + [ + "▁si", + "n" + ], + [ + "▁", + "sin" + ], + [ + "en", + "ge" + ], + [ + "eng", + "e" + ], + [ + "Cont", + "rol" + ], + [ + "▁com", + "mit" + ], + [ + "▁comm", + "it" + ], + [ + "▁", + "commit" + ], + [ + "ens", + "ity" + ], + [ + "▁t", + "ra" + ], + [ + "▁tr", + "a" + ], + [ + "▁", + "tra" + ], + [ + "cript", + "or" + ], + [ + "▁N", + "OT" + ], + [ + "▁NO", + "T" + ], + [ + "▁", + "NOT" + ], + [ + "we", + "ll" + ], + [ + "w", + "ell" + ], + [ + "▁M", + "ichael" + ], + [ + "▁Mich", + "ael" + ], + [ + "▁n", + "od" + ], + [ + "▁no", + "d" + ], + [ + "▁", + "nod" + ], + [ + "▁m", + "ort" + ], + [ + "▁mor", + "t" + ], + [ + "▁mo", + "rt" + ], + [ + "iv", + "o" + ], + [ + "i", + "vo" + ], + [ + "is", + "ation" + ], + [ + "▁P", + "o" + ], + [ + "▁", + "Po" + ], + [ + "▁P", + "aris" + ], + [ + "▁Par", + "is" + ], + [ + "▁Pa", + "ris" + ], + [ + "▁ad", + "ministr" + ], + [ + "▁admin", + "istr" + ], + [ + "▁", + "administr" + ], + [ + "bu", + "rg" + ], + [ + "bur", + "g" + ], + [ + "b", + "urg" + ], + [ + "cd", + "ot" + ], + [ + "c", + "dot" + ], + [ + "▁mil", + "itary" + ], + [ + "▁milit", + "ary" + ], + [ + "▁militar", + "y" + ], + [ + "▁B", + "est" + ], + [ + "▁Be", + "st" + ], + [ + "▁Bes", + "t" + ], + [ + "▁", + "Best" + ], + [ + "▁К", + "а" + ], + [ + "▁", + "Ка" + ], + [ + "IN", + "E" + ], + [ + "I", + "NE" + ], + [ + "▁through", + "out" + ], + [ + "S", + "l" + ], + [ + "▁im", + "pl" + ], + [ + "▁imp", + "l" + ], + [ + "▁", + "impl" + ], + [ + "cont", + "rol" + ], + [ + "contr", + "ol" + ], + [ + "▁", + "Ч" + ], + [ + "▁u", + "it" + ], + [ + "▁ui", + "t" + ], + [ + "▁", + "uit" + ], + [ + "▁un", + "signed" + ], + [ + "▁uns", + "igned" + ], + [ + "▁", + "unsigned" + ], + [ + "▁M", + "ary" + ], + [ + "▁Mar", + "y" + ], + [ + "▁Ma", + "ry" + ], + [ + "Ch", + "ar" + ], + [ + "C", + "har" + ], + [ + "м", + "і" + ], + [ + "▁th", + "reat" + ], + [ + "▁c", + "ourt" + ], + [ + "▁co", + "urt" + ], + [ + "▁cour", + "t" + ], + [ + "▁cou", + "rt" + ], + [ + "▁", + "court" + ], + [ + "vi", + "lle" + ], + [ + "vil", + "le" + ], + [ + "v", + "ille" + ], + [ + "▁", + "ш" + ], + [ + "▁C", + "am" + ], + [ + "▁Ca", + "m" + ], + [ + "▁", + "Cam" + ], + [ + ".", + "\r" + ], + [ + "▁current", + "ly" + ], + [ + "▁curr", + "ently" + ], + [ + "ro", + "t" + ], + [ + "r", + "ot" + ], + [ + "▁D", + "ate" + ], + [ + "▁Da", + "te" + ], + [ + "▁Dat", + "e" + ], + [ + "▁", + "Date" + ], + [ + "▁s", + "hit" + ], + [ + "▁sh", + "it" + ], + [ + "▁", + "shit" + ], + [ + "▁$", + "{\\" + ], + [ + "▁${", + "\\" + ], + [ + "un", + "n" + ], + [ + "u", + "nn" + ], + [ + "U", + "s" + ], + [ + "▁b", + "uffer" + ], + [ + "▁buff", + "er" + ], + [ + "▁buf", + "fer" + ], + [ + "▁", + "buffer" + ], + [ + "▁s", + "ont" + ], + [ + "▁so", + "nt" + ], + [ + "▁son", + "t" + ], + [ + "▁let", + "ter" + ], + [ + "▁lett", + "er" + ], + [ + "▁", + "letter" + ], + [ + "in", + "ated" + ], + [ + "ina", + "ted" + ], + [ + "inate", + "d" + ], + [ + "Ch", + "ange" + ], + [ + "▁h", + "ref" + ], + [ + "▁hr", + "ef" + ], + [ + "▁", + "href" + ], + [ + "▁l", + "ack" + ], + [ + "▁la", + "ck" + ], + [ + "▁lac", + "k" + ], + [ + "▁o", + "il" + ], + [ + "▁C", + "ons" + ], + [ + "▁Con", + "s" + ], + [ + "▁Co", + "ns" + ], + [ + "▁", + "Cons" + ], + [ + "▁J", + "er" + ], + [ + "▁Je", + "r" + ], + [ + "BU", + "G" + ], + [ + "B", + "UG" + ], + [ + "if", + "orn" + ], + [ + "▁pro", + "perties" + ], + [ + "▁proper", + "ties" + ], + [ + "▁", + "properties" + ], + [ + "▁r", + "andom" + ], + [ + "▁ran", + "dom" + ], + [ + "▁rand", + "om" + ], + [ + "▁", + "random" + ], + [ + "▁br", + "other" + ], + [ + "▁bro", + "ther" + ], + [ + "▁p", + "iece" + ], + [ + "▁pie", + "ce" + ], + [ + "▁", + "piece" + ], + [ + "б", + "у" + ], + [ + "ist", + "ics" + ], + [ + "istic", + "s" + ], + [ + "isti", + "cs" + ], + [ + "▁techn", + "ology" + ], + [ + "gl", + "obal" + ], + [ + "glob", + "al" + ], + [ + "▁trans", + "form" + ], + [ + "▁", + "transform" + ], + [ + "er", + "d" + ], + [ + "e", + "rd" + ], + [ + "▁B", + "ecause" + ], + [ + "▁", + "Because" + ], + [ + "PE", + "CT" + ], + [ + "P", + "ECT" + ], + [ + "pr", + "et" + ], + [ + "pre", + "t" + ], + [ + "p", + "ret" + ], + [ + "▁го", + "ду" + ], + [ + "▁год", + "у" + ], + [ + "▁M", + "et" + ], + [ + "▁Me", + "t" + ], + [ + "▁", + "Met" + ], + [ + "▁p", + "sy" + ], + [ + "▁ps", + "y" + ], + [ + "▁", + "psy" + ], + [ + "▁о", + "д" + ], + [ + "▁g", + "od" + ], + [ + "▁go", + "d" + ], + [ + "▁", + "god" + ], + [ + "▁D", + "el" + ], + [ + "▁De", + "l" + ], + [ + "▁", + "Del" + ], + [ + "base", + "d" + ], + [ + "ba", + "sed" + ], + [ + "bas", + "ed" + ], + [ + "b", + "ased" + ], + [ + "▁v", + "oor" + ], + [ + "▁vo", + "or" + ], + [ + "▁C", + "all" + ], + [ + "▁Cal", + "l" + ], + [ + "▁Ca", + "ll" + ], + [ + "▁", + "Call" + ], + [ + "S", + "A" + ], + [ + "▁fil", + "ter" + ], + [ + "▁", + "filter" + ], + [ + "▁incl", + "udes" + ], + [ + "▁includ", + "es" + ], + [ + "▁include", + "s" + ], + [ + "▁inclu", + "des" + ], + [ + "▁", + "includes" + ], + [ + "olut", + "ions" + ], + [ + "olution", + "s" + ], + [ + "f", + "d" + ], + [ + "▁w", + "ind" + ], + [ + "▁win", + "d" + ], + [ + "▁", + "wind" + ], + [ + "▁б", + "о" + ], + [ + "▁", + "бо" + ], + [ + "▁ab", + "ility" + ], + [ + "▁", + "ability" + ], + [ + "ca", + "rd" + ], + [ + "car", + "d" + ], + [ + "c", + "ard" + ], + [ + "▁n", + "umer" + ], + [ + "▁num", + "er" + ], + [ + "▁nu", + "mer" + ], + [ + "▁", + "numer" + ], + [ + "add", + "ress" + ], + [ + "addr", + "ess" + ], + [ + "▁go", + "al" + ], + [ + "ash", + "ington" + ], + [ + "ashing", + "ton" + ], + [ + "▁s", + "light" + ], + [ + "▁sl", + "ight" + ], + [ + "ab", + "a" + ], + [ + "a", + "ba" + ], + [ + "▁L", + "og" + ], + [ + "▁Lo", + "g" + ], + [ + "▁", + "Log" + ], + [ + "Set", + "tings" + ], + [ + "Setting", + "s" + ], + [ + "ad", + "ow" + ], + [ + "ado", + "w" + ], + [ + "▁p", + "i" + ], + [ + "▁", + "pi" + ], + [ + "ir", + "ing" + ], + [ + "iri", + "ng" + ], + [ + "i", + "ring" + ], + [ + "F", + "T" + ], + [ + "▁number", + "s" + ], + [ + "▁num", + "bers" + ], + [ + "con", + "f" + ], + [ + "co", + "nf" + ], + [ + "ta", + "sk" + ], + [ + "t", + "ask" + ], + [ + "▁î", + "n" + ], + [ + "т", + "ы" + ], + [ + "▁re", + "ceive" + ], + [ + "▁rece", + "ive" + ], + [ + "▁r", + "oot" + ], + [ + "▁ro", + "ot" + ], + [ + "▁", + "root" + ], + [ + "▁Ind", + "ia" + ], + [ + "pat", + "ch" + ], + [ + "p", + "atch" + ], + [ + "é", + "l" + ], + [ + "▁sum", + "mer" + ], + [ + "▁method", + "s" + ], + [ + "▁", + "methods" + ], + [ + "▁pl", + "aces" + ], + [ + "▁place", + "s" + ], + [ + "▁plac", + "es" + ], + [ + "▁М", + "а" + ], + [ + "▁", + "Ма" + ], + [ + "▁cap", + "ital" + ], + [ + "▁capit", + "al" + ], + [ + "▁ev", + "idence" + ], + [ + "▁G", + "erman" + ], + [ + "▁Germ", + "an" + ], + [ + "▁Ger", + "man" + ], + [ + "\\", + "," + ], + [ + "D", + "A" + ], + [ + "ec", + "ute" + ], + [ + "ecut", + "e" + ], + [ + "col", + "umn" + ], + [ + "▁fun", + "ctions" + ], + [ + "▁function", + "s" + ], + [ + "▁", + "functions" + ], + [ + "▁c", + "ounter" + ], + [ + "▁co", + "unter" + ], + [ + "▁coun", + "ter" + ], + [ + "▁count", + "er" + ], + [ + "▁", + "counter" + ], + [ + "▁ar", + "ms" + ], + [ + "▁arm", + "s" + ], + [ + "▁", + "arms" + ], + [ + "▁f", + "eed" + ], + [ + "▁fe", + "ed" + ], + [ + "▁fee", + "d" + ], + [ + "▁", + "feed" + ], + [ + "ve", + "y" + ], + [ + "v", + "ey" + ], + [ + "he", + "nt" + ], + [ + "hen", + "t" + ], + [ + "h", + "ent" + ], + [ + "MA", + "X" + ], + [ + "M", + "AX" + ], + [ + "▁ac", + "qu" + ], + [ + "▁app", + "ly" + ], + [ + "▁ap", + "ply" + ], + [ + "▁appl", + "y" + ], + [ + "▁", + "apply" + ], + [ + "▁hus", + "band" + ], + [ + "▁k", + "illed" + ], + [ + "▁kill", + "ed" + ], + [ + "▁kil", + "led" + ], + [ + "▁S", + "pec" + ], + [ + "▁Sp", + "ec" + ], + [ + "▁Spe", + "c" + ], + [ + "▁", + "Spec" + ], + [ + "ent", + "ity" + ], + [ + "enti", + "ty" + ], + [ + "▁e", + "arlier" + ], + [ + "▁M", + "iss" + ], + [ + "▁Mi", + "ss" + ], + [ + "▁Mis", + "s" + ], + [ + "▁", + "Miss" + ], + [ + "▁set", + "ting" + ], + [ + "▁sett", + "ing" + ], + [ + "▁", + "setting" + ], + [ + "it", + "ect" + ], + [ + "ite", + "ct" + ], + [ + "▁d", + "ed" + ], + [ + "▁de", + "d" + ], + [ + "▁", + "ded" + ], + [ + "Ro", + "w" + ], + [ + "R", + "ow" + ], + [ + "▁r", + "an" + ], + [ + "▁ra", + "n" + ], + [ + "▁", + "ran" + ], + [ + "▁Y", + "es" + ], + [ + "▁Ye", + "s" + ], + [ + "▁", + "Yes" + ], + [ + "▁fin", + "ancial" + ], + [ + "▁financ", + "ial" + ], + [ + "s", + "ession" + ], + [ + "le", + "ar" + ], + [ + "l", + "ear" + ], + [ + "is", + "hing" + ], + [ + "ish", + "ing" + ], + [ + "ishi", + "ng" + ], + [ + "▁ne", + "arly" + ], + [ + "▁near", + "ly" + ], + [ + "▁d", + "ur" + ], + [ + "▁du", + "r" + ], + [ + "▁m", + "achine" + ], + [ + "▁mach", + "ine" + ], + [ + "▁", + "machine" + ], + [ + "xf", + "f" + ], + [ + "x", + "ff" + ], + [ + "br", + "o" + ], + [ + "b", + "ro" + ], + [ + "▁s", + "ymbol" + ], + [ + "▁sym", + "bol" + ], + [ + "▁", + "symbol" + ], + [ + "land", + "s" + ], + [ + "lan", + "ds" + ], + [ + "l", + "ands" + ], + [ + "Ac", + "c" + ], + [ + "A", + "cc" + ], + [ + "d", + "i" + ], + [ + "▁Rober", + "t" + ], + [ + "▁Ro", + "bert" + ], + [ + "▁Rob", + "ert" + ], + [ + "pro", + "p" + ], + [ + "pr", + "op" + ], + [ + "p", + "rop" + ], + [ + "ur", + "ity" + ], + [ + "uri", + "ty" + ], + [ + "▁#", + "####" + ], + [ + "▁##", + "###" + ], + [ + "▁###", + "##" + ], + [ + "▁####", + "#" + ], + [ + "▁walk", + "ed" + ], + [ + "▁wal", + "ked" + ], + [ + "▁intern", + "ational" + ], + [ + "▁internation", + "al" + ], + [ + "▁", + "Е" + ], + [ + "Y", + "es" + ], + [ + "▁re", + "lease" + ], + [ + "▁rele", + "ase" + ], + [ + "▁", + "release" + ], + [ + "▁start", + "ing" + ], + [ + "▁star", + "ting" + ], + [ + "st", + "atic" + ], + [ + "stat", + "ic" + ], + [ + "▁b", + "ei" + ], + [ + "▁be", + "i" + ], + [ + "al", + "low" + ], + [ + "all", + "ow" + ], + [ + "allo", + "w" + ], + [ + "▁Pe", + "ople" + ], + [ + "▁", + "People" + ], + [ + "e", + "z" + ], + [ + "▁param", + "eter" + ], + [ + "▁", + "parameter" + ], + [ + "C", + "ache" + ], + [ + "▁$", + "$" + ], + [ + "▁", + "$$" + ], + [ + "amp", + "ions" + ], + [ + "ampion", + "s" + ], + [ + "▁M", + "er" + ], + [ + "▁Me", + "r" + ], + [ + "▁", + "Mer" + ], + [ + "▁k", + "om" + ], + [ + "▁ko", + "m" + ], + [ + "▁", + "kom" + ], + [ + "le", + "ted" + ], + [ + "let", + "ed" + ], + [ + "lete", + "d" + ], + [ + "l", + "eted" + ], + [ + "oi", + "s" + ], + [ + "o", + "is" + ], + [ + "▁O", + "pen" + ], + [ + "▁Op", + "en" + ], + [ + "▁", + "Open" + ], + [ + "ty", + "pes" + ], + [ + "type", + "s" + ], + [ + "typ", + "es" + ], + [ + "t", + "ypes" + ], + [ + "▁f", + "ue" + ], + [ + "▁fu", + "e" + ], + [ + "ac", + "ters" + ], + [ + "act", + "ers" + ], + [ + "acter", + "s" + ], + [ + "▁re", + "ference" + ], + [ + "▁refer", + "ence" + ], + [ + "▁", + "reference" + ], + [ + "Equ", + "als" + ], + [ + "Equal", + "s" + ], + [ + "Eq", + "uals" + ], + [ + "▁a", + "ware" + ], + [ + "▁aw", + "are" + ], + [ + "▁", + "aware" + ], + [ + "▁h", + "ol" + ], + [ + "▁ho", + "l" + ], + [ + "▁", + "hol" + ], + [ + "▁de", + "mand" + ], + [ + "▁dem", + "and" + ], + [ + "lo", + "r" + ], + [ + "l", + "or" + ], + [ + "▁v", + "eh" + ], + [ + "▁ve", + "h" + ], + [ + "▁", + "veh" + ], + [ + "▁not", + "ice" + ], + [ + "▁", + "notice" + ], + [ + "▁com", + "ponent" + ], + [ + "▁compon", + "ent" + ], + [ + "▁", + "component" + ], + [ + "f", + "n" + ], + [ + "▁anal", + "ysis" + ], + [ + "▁analy", + "sis" + ], + [ + "▁analys", + "is" + ], + [ + "▁", + "analysis" + ], + [ + "mat", + "ch" + ], + [ + "m", + "atch" + ], + [ + "▁effect", + "ive" + ], + [ + "▁", + "effective" + ], + [ + "pro", + "duct" + ], + [ + "produ", + "ct" + ], + [ + "prod", + "uct" + ], + [ + "ни", + "к" + ], + [ + "▁le", + "gal" + ], + [ + "▁leg", + "al" + ], + [ + "▁", + "legal" + ], + [ + "е", + "й" + ], + [ + "se", + "mb" + ], + [ + "sem", + "b" + ], + [ + "s", + "emb" + ], + [ + "▁loc", + "ated" + ], + [ + "▁locate", + "d" + ], + [ + "▁с", + "у" + ], + [ + "▁", + "су" + ], + [ + "Q", + "L" + ], + [ + "in", + "ct" + ], + [ + "inc", + "t" + ], + [ + "et", + "o" + ], + [ + "e", + "to" + ], + [ + "Dr", + "aw" + ], + [ + "D", + "raw" + ], + [ + "▁sc", + "ale" + ], + [ + "▁scal", + "e" + ], + [ + "▁", + "scale" + ], + [ + "ро", + "в" + ], + [ + "р", + "ов" + ], + [ + "▁w", + "ants" + ], + [ + "▁want", + "s" + ], + [ + "H", + "ow" + ], + [ + "▁w", + "el" + ], + [ + "▁we", + "l" + ], + [ + "is", + "ions" + ], + [ + "ision", + "s" + ], + [ + "isi", + "ons" + ], + [ + "▁de", + "liver" + ], + [ + "▁del", + "iver" + ], + [ + "un", + "der" + ], + [ + "und", + "er" + ], + [ + "unde", + "r" + ], + [ + "u", + "nder" + ], + [ + "▁d", + "eb" + ], + [ + "▁de", + "b" + ], + [ + "▁j", + "u" + ], + [ + "▁", + "ju" + ], + [ + "val", + "ues" + ], + [ + "value", + "s" + ], + [ + "▁s", + "ister" + ], + [ + "▁si", + "ster" + ], + [ + "▁sist", + "er" + ], + [ + "ко", + "в" + ], + [ + "к", + "ов" + ], + [ + "▁C", + "reate" + ], + [ + "▁Creat", + "e" + ], + [ + "▁Cre", + "ate" + ], + [ + "▁", + "Create" + ], + [ + "▁I", + "nc" + ], + [ + "▁In", + "c" + ], + [ + "▁a", + "ux" + ], + [ + "▁au", + "x" + ], + [ + "▁", + "aux" + ], + [ + "▁Wh", + "ite" + ], + [ + "▁Whit", + "e" + ], + [ + "▁", + "White" + ], + [ + "Me", + "nu" + ], + [ + "Men", + "u" + ], + [ + "M", + "enu" + ], + [ + "au", + "d" + ], + [ + "a", + "ud" + ], + [ + "re", + "source" + ], + [ + "res", + "ource" + ], + [ + "▁c", + "ab" + ], + [ + "▁ca", + "b" + ], + [ + "▁l", + "if" + ], + [ + "▁li", + "f" + ], + [ + "▁", + "lif" + ], + [ + "▁c", + "ulture" + ], + [ + "▁cult", + "ure" + ], + [ + "ic", + "he" + ], + [ + "ich", + "e" + ], + [ + "i", + "che" + ], + [ + "▁wh", + "atever" + ], + [ + "▁what", + "ever" + ], + [ + "▁de", + "signed" + ], + [ + "▁des", + "igned" + ], + [ + "▁design", + "ed" + ], + [ + "▁re", + "pe" + ], + [ + "▁rep", + "e" + ], + [ + "▁M", + "ont" + ], + [ + "▁Mon", + "t" + ], + [ + "▁Mo", + "nt" + ], + [ + "▁", + "Mont" + ], + [ + "▁ch", + "arge" + ], + [ + "▁char", + "ge" + ], + [ + "▁charg", + "e" + ], + [ + "▁", + "charge" + ], + [ + "Name", + "s" + ], + [ + "Na", + "mes" + ], + [ + "N", + "ames" + ], + [ + "▁in", + "sp" + ], + [ + "▁ins", + "p" + ], + [ + "▁custom", + "ers" + ], + [ + "▁customer", + "s" + ], + [ + "os", + "a" + ], + [ + "o", + "sa" + ], + [ + "▁d", + "aughter" + ], + [ + "▁E", + "ast" + ], + [ + "E", + "Q" + ], + [ + "▁o", + "pin" + ], + [ + "▁op", + "in" + ], + [ + "▁F", + "re" + ], + [ + "▁Fr", + "e" + ], + [ + "▁se", + "ek" + ], + [ + "▁see", + "k" + ], + [ + "▁", + "seek" + ], + [ + "▁p", + "ush" + ], + [ + "▁pu", + "sh" + ], + [ + "▁", + "push" + ], + [ + "▁n", + "av" + ], + [ + "▁na", + "v" + ], + [ + "▁", + "nav" + ], + [ + "▁b", + "urn" + ], + [ + "▁bu", + "rn" + ], + [ + "▁bur", + "n" + ], + [ + "▁", + "burn" + ], + [ + "ar", + "den" + ], + [ + "ard", + "en" + ], + [ + "arde", + "n" + ], + [ + "ha", + "sh" + ], + [ + "has", + "h" + ], + [ + "h", + "ash" + ], + [ + "▁opportun", + "ity" + ], + [ + "▁M", + "at" + ], + [ + "▁Ma", + "t" + ], + [ + "▁", + "Mat" + ], + [ + "oy", + "al" + ], + [ + "oya", + "l" + ], + [ + "o", + "yal" + ], + [ + "▁p", + "un" + ], + [ + "▁pu", + "n" + ], + [ + "sc", + "ale" + ], + [ + "scal", + "e" + ], + [ + "yn", + "amic" + ], + [ + "ynam", + "ic" + ], + [ + "yna", + "mic" + ], + [ + "▁T", + "ype" + ], + [ + "▁Ty", + "pe" + ], + [ + "▁Typ", + "e" + ], + [ + "▁", + "Type" + ], + [ + "il", + "ing" + ], + [ + "ili", + "ng" + ], + [ + "i", + "ling" + ], + [ + "▁qu", + "ery" + ], + [ + "▁que", + "ry" + ], + [ + "▁quer", + "y" + ], + [ + "▁", + "query" + ], + [ + "▁m", + "ist" + ], + [ + "▁mis", + "t" + ], + [ + "▁mi", + "st" + ], + [ + "ro", + "r" + ], + [ + "r", + "or" + ], + [ + "for", + "ce" + ], + [ + "▁On", + "ce" + ], + [ + "▁", + "Once" + ], + [ + "▁med", + "ical" + ], + [ + "▁medic", + "al" + ], + [ + "▁medi", + "cal" + ], + [ + "li", + "e" + ], + [ + "l", + "ie" + ], + [ + "▁stud", + "ent" + ], + [ + "▁", + "student" + ], + [ + "ed", + "eral" + ], + [ + "eder", + "al" + ], + [ + "ede", + "ral" + ], + [ + "▁l", + "ov" + ], + [ + "▁lo", + "v" + ], + [ + "▁", + "lov" + ], + [ + "if", + "orm" + ], + [ + "i", + "form" + ], + [ + "▁al", + "tern" + ], + [ + "▁alt", + "ern" + ], + [ + "▁alter", + "n" + ], + [ + "▁", + "altern" + ], + [ + "bi", + "n" + ], + [ + "b", + "in" + ], + [ + "od", + "er" + ], + [ + "ode", + "r" + ], + [ + "o", + "der" + ], + [ + "▁return", + "s" + ], + [ + "▁", + "returns" + ], + [ + "reg", + "ister" + ], + [ + "ut", + "s" + ], + [ + "u", + "ts" + ], + [ + "C", + "I" + ], + [ + "▁T", + "or" + ], + [ + "▁To", + "r" + ], + [ + "▁", + "Tor" + ], + [ + "C", + "R" + ], + [ + "▁L", + "os" + ], + [ + "▁Lo", + "s" + ], + [ + "▁", + "Los" + ], + [ + "am", + "ily" + ], + [ + "ami", + "ly" + ], + [ + "amil", + "y" + ], + [ + "air", + "e" + ], + [ + "ai", + "re" + ], + [ + "a", + "ire" + ], + [ + "++", + ";" + ], + [ + "Cont", + "roller" + ], + [ + "Control", + "ler" + ], + [ + "wi", + "de" + ], + [ + "wid", + "e" + ], + [ + "w", + "ide" + ], + [ + "x", + "x" + ], + [ + "row", + "ser" + ], + [ + "rows", + "er" + ], + [ + "▁B", + "ook" + ], + [ + "▁Bo", + "ok" + ], + [ + "▁", + "Book" + ], + [ + "Cont", + "ainer" + ], + [ + "pl", + "oad" + ], + [ + "plo", + "ad" + ], + [ + "p", + "load" + ], + [ + "▁E", + "v" + ], + [ + "▁", + "Ev" + ], + [ + "▁t", + "al" + ], + [ + "▁ta", + "l" + ], + [ + "▁", + "tal" + ], + [ + "▁the", + "ory" + ], + [ + "eqn", + "array" + ], + [ + "б", + "е" + ], + [ + "▁rep", + "orted" + ], + [ + "▁report", + "ed" + ], + [ + "▁me", + "aning" + ], + [ + "▁mean", + "ing" + ], + [ + "▁s", + "y" + ], + [ + "▁", + "sy" + ], + [ + "ri", + "be" + ], + [ + "rib", + "e" + ], + [ + "r", + "ibe" + ], + [ + "ic", + "ate" + ], + [ + "ica", + "te" + ], + [ + "ho", + "ld" + ], + [ + "hol", + "d" + ], + [ + "h", + "old" + ], + [ + "▁of", + "fers" + ], + [ + "▁off", + "ers" + ], + [ + "▁offer", + "s" + ], + [ + "▁t", + "empl" + ], + [ + "▁tem", + "pl" + ], + [ + "▁temp", + "l" + ], + [ + "cs", + "s" + ], + [ + "c", + "ss" + ], + [ + "▁p", + "icture" + ], + [ + "▁pict", + "ure" + ], + [ + "▁", + "picture" + ], + [ + "▁a", + "sync" + ], + [ + "▁as", + "ync" + ], + [ + "▁", + "async" + ], + [ + "▁st", + "ock" + ], + [ + "▁sto", + "ck" + ], + [ + "▁", + "stock" + ], + [ + "▁in", + "ternal" + ], + [ + "▁inter", + "nal" + ], + [ + "▁intern", + "al" + ], + [ + "▁", + "internal" + ], + [ + "t", + "i" + ], + [ + "B", + "O" + ], + [ + "V", + "er" + ], + [ + "с", + "по" + ], + [ + "▁d", + "emon" + ], + [ + "▁de", + "mon" + ], + [ + "▁dem", + "on" + ], + [ + "▁demo", + "n" + ], + [ + "▁l", + "augh" + ], + [ + "▁la", + "ugh" + ], + [ + "▁laug", + "h" + ], + [ + "▁E", + "nd" + ], + [ + "▁En", + "d" + ], + [ + "▁", + "End" + ], + [ + "▁k", + "on" + ], + [ + "▁ko", + "n" + ], + [ + "▁", + "kon" + ], + [ + "▁ide", + "as" + ], + [ + "▁idea", + "s" + ], + [ + "▁c", + "andid" + ], + [ + "▁can", + "did" + ], + [ + "▁cand", + "id" + ], + [ + "Me", + "m" + ], + [ + "M", + "em" + ], + [ + "iz", + "z" + ], + [ + "i", + "zz" + ], + [ + "re", + "fix" + ], + [ + "ref", + "ix" + ], + [ + "▁A", + "ND" + ], + [ + "▁AN", + "D" + ], + [ + "▁", + "AND" + ], + [ + "eg", + "en" + ], + [ + "e", + "gen" + ], + [ + "E", + "l" + ], + [ + "▁camp", + "aign" + ], + [ + "H", + "ttp" + ], + [ + "▁R", + "ob" + ], + [ + "▁Ro", + "b" + ], + [ + "▁", + "Rob" + ], + [ + "д", + "і" + ], + [ + "▁b", + "ul" + ], + [ + "▁bu", + "l" + ], + [ + "▁", + "bul" + ], + [ + "▁К", + "о" + ], + [ + "▁", + "Ко" + ], + [ + "▁count", + "ries" + ], + [ + "▁countr", + "ies" + ], + [ + "»", + "." + ], + [ + "▁ex", + "pression" + ], + [ + "▁exp", + "ression" + ], + [ + "▁express", + "ion" + ], + [ + "▁expr", + "ession" + ], + [ + "▁", + "expression" + ], + [ + "▁Eng", + "land" + ], + [ + "s", + "f" + ], + [ + "▁certain", + "ly" + ], + [ + "ag", + "en" + ], + [ + "age", + "n" + ], + [ + "a", + "gen" + ], + [ + "▁ч", + "а" + ], + [ + "▁", + "ча" + ], + [ + "▁A", + "NY" + ], + [ + "▁AN", + "Y" + ], + [ + "▁", + "ANY" + ], + [ + "▁conne", + "ct" + ], + [ + "▁conn", + "ect" + ], + [ + "▁", + "connect" + ], + [ + "F", + "E" + ], + [ + "▁and", + "roid" + ], + [ + "▁", + "android" + ], + [ + "▁G", + "old" + ], + [ + "▁Go", + "ld" + ], + [ + "▁Gol", + "d" + ], + [ + "▁", + "Gold" + ], + [ + "▁op", + "pos" + ], + [ + "▁opp", + "os" + ], + [ + "ov", + "ern" + ], + [ + "ove", + "rn" + ], + [ + "over", + "n" + ], + [ + "o", + "vern" + ], + [ + "▁Com", + "mun" + ], + [ + "▁Comm", + "un" + ], + [ + ",", + "_" + ], + [ + "as", + "ion" + ], + [ + "asi", + "on" + ], + [ + "L", + "a" + ], + [ + "▁f", + "irm" + ], + [ + "▁fi", + "rm" + ], + [ + "▁fir", + "m" + ], + [ + "▁Al", + "though" + ], + [ + "▁G", + "ood" + ], + [ + "▁Go", + "od" + ], + [ + "▁", + "Good" + ], + [ + "▁L", + "aw" + ], + [ + "▁La", + "w" + ], + [ + "er", + "ve" + ], + [ + "erv", + "e" + ], + [ + "▁b", + "rand" + ], + [ + "▁br", + "and" + ], + [ + "▁bra", + "nd" + ], + [ + "▁", + "brand" + ], + [ + "M", + "in" + ], + [ + "fil", + "l" + ], + [ + "fi", + "ll" + ], + [ + "f", + "ill" + ], + [ + "']", + "," + ], + [ + "'", + "]," + ], + [ + "▁J", + "ew" + ], + [ + "▁Je", + "w" + ], + [ + "il", + "er" + ], + [ + "ile", + "r" + ], + [ + "i", + "ler" + ], + [ + "in", + "gle" + ], + [ + "ing", + "le" + ], + [ + "it", + "hub" + ], + [ + "ith", + "ub" + ], + [ + "▁D", + "iv" + ], + [ + "▁Di", + "v" + ], + [ + "▁", + "Div" + ], + [ + "▁c", + "ert" + ], + [ + "▁ce", + "rt" + ], + [ + "▁cer", + "t" + ], + [ + "▁", + "cert" + ], + [ + "He", + "ight" + ], + [ + "H", + "eight" + ], + [ + "ra", + "el" + ], + [ + "r", + "ael" + ], + [ + "The", + "re" + ], + [ + "Th", + "ere" + ], + [ + "T", + "here" + ], + [ + "it", + "ute" + ], + [ + "itut", + "e" + ], + [ + "itu", + "te" + ], + [ + "▁a", + "maz" + ], + [ + "▁am", + "az" + ], + [ + "▁", + "amaz" + ], + [ + "lo", + "ok" + ], + [ + "l", + "ook" + ], + [ + "▁S", + "E" + ], + [ + "▁", + "SE" + ], + [ + "▁j", + "o" + ], + [ + "▁", + "jo" + ], + [ + "▁pull", + "ed" + ], + [ + "▁pul", + "led" + ], + [ + "▁re", + "sources" + ], + [ + "▁res", + "ources" + ], + [ + "▁resource", + "s" + ], + [ + "▁", + "resources" + ], + [ + "▁M", + "ax" + ], + [ + "▁Ma", + "x" + ], + [ + "▁", + "Max" + ], + [ + "▁ag", + "reed" + ], + [ + "▁agree", + "d" + ], + [ + "▁agre", + "ed" + ], + [ + "as", + "y" + ], + [ + "a", + "sy" + ], + [ + "▁treat", + "ment" + ], + [ + "\">", + "<", + "/" + ], + [ + "\"", + ">", + ">" + ], + [ + "▁", + ">>" + ], + [ + "com", + "mand" + ], + [ + "comm", + "and" + ], + [ + "at", + "z" + ], + [ + "a", + "tz" + ], + [ + "▁m", + "al" + ], + [ + "▁ma", + "l" + ], + [ + "▁", + "mal" + ], + [ + "ста", + "в" + ], + [ + "▁P", + "ress" + ], + [ + "▁Pr", + "ess" + ], + [ + "▁Pres", + "s" + ], + [ + "▁Pre", + "ss" + ], + [ + "▁", + "Press" + ], + [ + "▁char", + "acters" + ], + [ + "▁character", + "s" + ], + [ + "▁z", + "ero" + ], + [ + "▁ze", + "ro" + ], + [ + "▁", + "zero" + ], + [ + "AG", + "E" + ], + [ + "A", + "GE" + ], + [ + "rap", + "per" + ], + [ + "▁kit", + "chen" + ], + [ + "am", + "ing" + ], + [ + "ami", + "ng" + ], + [ + "amin", + "g" + ], + [ + "a", + "ming" + ], + [ + "▁re", + "str" + ], + [ + "▁r", + "estr" + ], + [ + "▁res", + "tr" + ], + [ + "▁rest", + "r" + ], + [ + "X", + "X" + ], + [ + "▁Col", + "lege" + ], + [ + "▁Ar", + "ray" + ], + [ + "▁Arr", + "ay" + ], + [ + "▁", + "Array" + ], + [ + "▁f", + "resh" + ], + [ + "▁fr", + "esh" + ], + [ + "▁fre", + "sh" + ], + [ + "▁fres", + "h" + ], + [ + "▁sh", + "ift" + ], + [ + "▁", + "shift" + ], + [ + "▁spec", + "ified" + ], + [ + "pl", + "ete" + ], + [ + "ple", + "te" + ], + [ + "plet", + "e" + ], + [ + "p", + "lete" + ], + [ + "IT", + "E" + ], + [ + "I", + "TE" + ], + [ + "▁C", + "amp" + ], + [ + "▁Cam", + "p" + ], + [ + "▁Ca", + "mp" + ], + [ + "▁", + "Camp" + ], + [ + "ri", + "al" + ], + [ + "ria", + "l" + ], + [ + "r", + "ial" + ], + [ + "c", + "b" + ], + [ + "▁T", + "H" + ], + [ + "▁", + "TH" + ], + [ + "I", + "B" + ], + [ + "os", + "en" + ], + [ + "ose", + "n" + ], + [ + "o", + "sen" + ], + [ + "▁", + "ú" + ], + [ + "▁par", + "ams" + ], + [ + "▁param", + "s" + ], + [ + "▁para", + "ms" + ], + [ + "▁", + "params" + ], + [ + "ign", + "ment" + ], + [ + "ad", + "ding" + ], + [ + "add", + "ing" + ], + [ + "▁deg", + "ree" + ], + [ + "▁", + "degree" + ], + [ + "Loc", + "al" + ], + [ + "Lo", + "cal" + ], + [ + "L", + "ocal" + ], + [ + "O", + "h" + ], + [ + "▁z", + "ur" + ], + [ + "▁zu", + "r" + ], + [ + "▁level", + "s" + ], + [ + "▁lev", + "els" + ], + [ + "C", + "S" + ], + [ + "fin", + "ished" + ], + [ + "finish", + "ed" + ], + [ + "C", + "ase" + ], + [ + "ri", + "age" + ], + [ + "ria", + "ge" + ], + [ + "Vec", + "tor" + ], + [ + "V", + "ector" + ], + [ + "▁s", + "ea" + ], + [ + "▁se", + "a" + ], + [ + "▁", + "sea" + ], + [ + "ant", + "ic" + ], + [ + "anti", + "c" + ], + [ + "▁Le", + "ague" + ], + [ + "▁there", + "fore" + ], + [ + "▁ther", + "efore" + ], + [ + "On", + "e" + ], + [ + "O", + "ne" + ], + [ + "Re", + "turn" + ], + [ + "Ret", + "urn" + ], + [ + "R", + "eturn" + ], + [ + "Acc", + "ess" + ], + [ + "Ac", + "cess" + ], + [ + "A", + "ccess" + ], + [ + "va", + "s" + ], + [ + "v", + "as" + ], + [ + "▁о", + "с" + ], + [ + "▁r", + "at" + ], + [ + "▁ra", + "t" + ], + [ + "▁", + "rat" + ], + [ + "Bi", + "g" + ], + [ + "B", + "ig" + ], + [ + "▁be", + "havior" + ], + [ + "▁behav", + "ior" + ], + [ + "▁behavi", + "or" + ], + [ + "k", + "r" + ], + [ + "▁un", + "defined" + ], + [ + "▁und", + "efined" + ], + [ + "▁", + "undefined" + ], + [ + "▁E", + "s" + ], + [ + "▁", + "Es" + ], + [ + "▁appe", + "ared" + ], + [ + "▁appear", + "ed" + ], + [ + "el", + "es" + ], + [ + "ele", + "s" + ], + [ + "e", + "les" + ], + [ + "▁W", + "AR" + ], + [ + "▁WA", + "R" + ], + [ + "▁", + "WAR" + ], + [ + "St", + "at" + ], + [ + "S", + "tat" + ], + [ + "▁Go", + "ogle" + ], + [ + "▁", + "Google" + ], + [ + "▁c", + "redit" + ], + [ + "▁cre", + "dit" + ], + [ + "▁cr", + "edit" + ], + [ + "▁cred", + "it" + ], + [ + "▁F", + "ile" + ], + [ + "▁Fil", + "e" + ], + [ + "▁Fi", + "le" + ], + [ + "▁", + "File" + ], + [ + "an", + "ging" + ], + [ + "ang", + "ing" + ], + [ + "ho", + "use" + ], + [ + "hou", + "se" + ], + [ + "h", + "ouse" + ], + [ + "rom", + "ise" + ], + [ + "ge", + "nt" + ], + [ + "gen", + "t" + ], + [ + "g", + "ent" + ], + [ + "▁hab", + "it" + ], + [ + "▁ha", + "bit" + ], + [ + "▁soc", + "iety" + ], + [ + "▁soci", + "ety" + ], + [ + "▁societ", + "y" + ], + [ + "▁enc", + "our" + ], + [ + "▁p", + "aint" + ], + [ + "▁pain", + "t" + ], + [ + "▁pa", + "int" + ], + [ + "pe", + "t" + ], + [ + "p", + "et" + ], + [ + "▁U", + "K" + ], + [ + "▁", + "UK" + ], + [ + "aw", + "s" + ], + [ + "a", + "ws" + ], + [ + "on", + "om" + ], + [ + "ono", + "m" + ], + [ + "o", + "nom" + ], + [ + "G", + "l" + ], + [ + "}_", + "{\\" + ], + [ + "}_{", + "\\" + ], + [ + "}", + "_{\\" + ], + [ + "el", + "ess" + ], + [ + "ele", + "ss" + ], + [ + "eles", + "s" + ], + [ + "e", + "less" + ], + [ + "em", + "y" + ], + [ + "e", + "my" + ], + [ + "▁C", + "ong" + ], + [ + "▁Con", + "g" + ], + [ + "▁Co", + "ng" + ], + [ + "▁develop", + "ed" + ], + [ + "▁im", + "ages" + ], + [ + "▁image", + "s" + ], + [ + "▁imag", + "es" + ], + [ + "▁", + "images" + ], + [ + "▁", + "ö" + ], + [ + "▁f", + "ont" + ], + [ + "▁fo", + "nt" + ], + [ + "▁fon", + "t" + ], + [ + "▁", + "font" + ], + [ + "cl", + "ear" + ], + [ + "cle", + "ar" + ], + [ + "c", + "lear" + ], + [ + "gi", + "n" + ], + [ + "g", + "in" + ], + [ + "▁L", + "ord" + ], + [ + "▁Lo", + "rd" + ], + [ + "▁Lor", + "d" + ], + [ + "▁trans", + "port" + ], + [ + "▁", + "transport" + ], + [ + "▁:", + ":" + ], + [ + "▁", + "::" + ], + [ + "▁c", + "up" + ], + [ + "▁cu", + "p" + ], + [ + "▁", + "cup" + ], + [ + "ul", + "ate" + ], + [ + "ula", + "te" + ], + [ + "u", + "late" + ], + [ + "▁D", + "uring" + ], + [ + "▁Du", + "ring" + ], + [ + "▁Dur", + "ing" + ], + [ + "pr", + "iv" + ], + [ + "p", + "riv" + ], + [ + "▁ext", + "rem" + ], + [ + "▁extr", + "em" + ], + [ + "▁D", + "i" + ], + [ + "▁", + "Di" + ], + [ + "▁d", + "oubt" + ], + [ + "▁dou", + "bt" + ], + [ + "▁doub", + "t" + ], + [ + "P", + "y" + ], + [ + "if", + "ying" + ], + [ + "ify", + "ing" + ], + [ + "sp", + "lit" + ], + [ + "spl", + "it" + ], + [ + "s", + "plit" + ], + [ + "eg", + "o" + ], + [ + "e", + "go" + ], + [ + "git", + "hub" + ], + [ + "g", + "ithub" + ], + [ + "▁)", + "," + ], + [ + "▁", + ")," + ], + [ + "RO", + "M" + ], + [ + "R", + "OM" + ], + [ + "▁ch", + "air" + ], + [ + "▁cha", + "ir" + ], + [ + "▁", + "chair" + ], + [ + "▁t", + "rade" + ], + [ + "▁tr", + "ade" + ], + [ + "▁trad", + "e" + ], + [ + "▁tra", + "de" + ], + [ + "▁n", + "icht" + ], + [ + "▁ni", + "cht" + ], + [ + "▁nic", + "ht" + ], + [ + "To", + "p" + ], + [ + "T", + "op" + ], + [ + "St", + "ore" + ], + [ + "▁p", + "arte" + ], + [ + "▁part", + "e" + ], + [ + "▁par", + "te" + ], + [ + "pro", + "ject" + ], + [ + "ni", + "a" + ], + [ + "n", + "ia" + ], + [ + "▁в", + "ід" + ], + [ + "▁ві", + "д" + ], + [ + "wa", + "r" + ], + [ + "w", + "ar" + ], + [ + "▁Pro", + "f" + ], + [ + "▁Pr", + "of" + ], + [ + "▁c", + "aught" + ], + [ + "Th", + "read" + ], + [ + "ст", + "ва" + ], + [ + "ств", + "а" + ], + [ + "с", + "тва" + ], + [ + "aut", + "hor" + ], + [ + "auth", + "or" + ], + [ + "▁d", + "oll" + ], + [ + "▁do", + "ll" + ], + [ + "▁dol", + "l" + ], + [ + "▁h", + "arm" + ], + [ + "▁ha", + "rm" + ], + [ + "▁har", + "m" + ], + [ + "▁", + "harm" + ], + [ + "▁G", + "en" + ], + [ + "▁Ge", + "n" + ], + [ + "▁", + "Gen" + ], + [ + "tr", + "ee" + ], + [ + "tre", + "e" + ], + [ + "t", + "ree" + ], + [ + "et", + "ime" + ], + [ + "eti", + "me" + ], + [ + "e", + "time" + ], + [ + "cf", + "g" + ], + [ + "c", + "fg" + ], + [ + "▁gu", + "ys" + ], + [ + "▁guy", + "s" + ], + [ + "▁Cal", + "ifornia" + ], + [ + "▁G", + "reen" + ], + [ + "▁Gr", + "een" + ], + [ + "▁Gre", + "en" + ], + [ + "▁Gree", + "n" + ], + [ + "▁", + "Green" + ], + [ + "▁mov", + "ement" + ], + [ + "▁move", + "ment" + ], + [ + "▁mo", + "vement" + ], + [ + "ie", + "j" + ], + [ + "i", + "ej" + ], + [ + "▁stat", + "ement" + ], + [ + "▁state", + "ment" + ], + [ + "▁", + "statement" + ], + [ + "▁se", + "eing" + ], + [ + "▁see", + "ing" + ], + [ + "▁h", + "aven" + ], + [ + "▁have", + "n" + ], + [ + "▁ha", + "ven" + ], + [ + "▁hav", + "en" + ], + [ + "vent", + "ion" + ], + [ + "v", + "ention" + ], + [ + "S", + "L" + ], + [ + "ched", + "ul" + ], + [ + "ie", + "rt" + ], + [ + "ier", + "t" + ], + [ + "i", + "ert" + ], + [ + "▁pr", + "imary" + ], + [ + "▁prim", + "ary" + ], + [ + "▁pri", + "mary" + ], + [ + "▁prima", + "ry" + ], + [ + "▁", + "primary" + ], + [ + "▁c", + "ivil" + ], + [ + "▁ci", + "vil" + ], + [ + "▁civ", + "il" + ], + [ + "ri", + "an" + ], + [ + "ria", + "n" + ], + [ + "r", + "ian" + ], + [ + "▁b", + "utton" + ], + [ + "▁but", + "ton" + ], + [ + "▁butt", + "on" + ], + [ + "▁", + "button" + ], + [ + "▁l", + "ived" + ], + [ + "▁li", + "ved" + ], + [ + "▁live", + "d" + ], + [ + "▁liv", + "ed" + ], + [ + "P", + "ass" + ], + [ + "so", + "r" + ], + [ + "s", + "or" + ], + [ + "▁watch", + "ing" + ], + [ + "▁wat", + "ching" + ], + [ + "▁sk", + "ills" + ], + [ + "▁skill", + "s" + ], + [ + "te", + "e" + ], + [ + "t", + "ee" + ], + [ + "Le", + "vel" + ], + [ + "L", + "evel" + ], + [ + "▁sc", + "ient" + ], + [ + "h", + "s" + ], + [ + "▁a", + "gre" + ], + [ + "▁ag", + "re" + ], + [ + "ca", + "t" + ], + [ + "c", + "at" + ], + [ + "▁t", + "end" + ], + [ + "▁te", + "nd" + ], + [ + "▁ten", + "d" + ], + [ + "▁M", + "ill" + ], + [ + "▁Mil", + "l" + ], + [ + "▁Mi", + "ll" + ], + [ + "▁", + "Mill" + ], + [ + "▁C", + "ap" + ], + [ + "▁Ca", + "p" + ], + [ + "▁", + "Cap" + ], + [ + "OR", + "D" + ], + [ + "O", + "RD" + ], + [ + "gl", + "e" + ], + [ + "g", + "le" + ], + [ + "▁с", + "во" + ], + [ + "»", + "," + ], + [ + "▁a", + "head" + ], + [ + "▁ah", + "ead" + ], + [ + "ve", + "st" + ], + [ + "ves", + "t" + ], + [ + "v", + "est" + ], + [ + "▁J", + "ose" + ], + [ + "▁Jo", + "se" + ], + [ + "▁Jos", + "e" + ], + [ + "is", + "cher" + ], + [ + "isch", + "er" + ], + [ + "ische", + "r" + ], + [ + "isc", + "her" + ], + [ + "ș", + "i" + ], + [ + "▁le", + "aving" + ], + [ + "▁д", + "ля" + ], + [ + "▁s", + "outh" + ], + [ + "▁so", + "uth" + ], + [ + "▁sou", + "th" + ], + [ + "▁sout", + "h" + ], + [ + "▁con", + "sum" + ], + [ + "▁cons", + "um" + ], + [ + "▁", + "consum" + ], + [ + "R", + "ange" + ], + [ + "▁activ", + "ities" + ], + [ + "Se", + "c" + ], + [ + "S", + "ec" + ], + [ + "▁s", + "ales" + ], + [ + "▁sa", + "les" + ], + [ + "▁sal", + "es" + ], + [ + "▁sale", + "s" + ], + [ + "▁f", + "ix" + ], + [ + "▁fi", + "x" + ], + [ + "▁", + "fix" + ], + [ + "▁j", + "ed" + ], + [ + "▁je", + "d" + ], + [ + "▁", + "jed" + ], + [ + "ru", + "m" + ], + [ + "r", + "um" + ], + [ + "ve", + "ctor" + ], + [ + "vec", + "tor" + ], + [ + "v", + "ector" + ], + [ + "▁s", + "pot" + ], + [ + "▁sp", + "ot" + ], + [ + "▁spo", + "t" + ], + [ + "▁", + "spot" + ], + [ + "▁man", + "ufact" + ], + [ + "к", + "т" + ], + [ + "or", + "row" + ], + [ + "orr", + "ow" + ], + [ + "si", + "gn" + ], + [ + "sig", + "n" + ], + [ + "s", + "ign" + ], + [ + "▁col", + "lege" + ], + [ + "▁colle", + "ge" + ], + [ + "▁colleg", + "e" + ], + [ + "▁d", + "river" + ], + [ + "▁dr", + "iver" + ], + [ + "▁dri", + "ver" + ], + [ + "▁driv", + "er" + ], + [ + "▁drive", + "r" + ], + [ + "▁", + "driver" + ], + [ + "▁def", + "initely" + ], + [ + "▁definit", + "ely" + ], + [ + "▁s", + "pend" + ], + [ + "▁sp", + "end" + ], + [ + "▁spe", + "nd" + ], + [ + "miss", + "ion" + ], + [ + "m", + "ission" + ], + [ + "з", + "у" + ], + [ + "at", + "ively" + ], + [ + "ative", + "ly" + ], + [ + "ativ", + "ely" + ], + [ + "b", + "i" + ], + [ + "Call", + "back" + ], + [ + "▁particular", + "ly" + ], + [ + "▁particul", + "arly" + ], + [ + "▁h", + "ell" + ], + [ + "▁he", + "ll" + ], + [ + "▁hel", + "l" + ], + [ + "▁", + "hell" + ], + [ + "▁p", + "ool" + ], + [ + "▁po", + "ol" + ], + [ + "▁", + "pool" + ], + [ + "PR", + "E" + ], + [ + "P", + "RE" + ], + [ + "▁cle", + "arly" + ], + [ + "▁clear", + "ly" + ], + [ + "P", + "T" + ], + [ + "ot", + "hes" + ], + [ + "oth", + "es" + ], + [ + "othe", + "s" + ], + [ + "▁I", + "d" + ], + [ + "▁", + "Id" + ], + [ + "Loc", + "ation" + ], + [ + "L", + "ocation" + ], + [ + "▁R", + "un" + ], + [ + "▁Ru", + "n" + ], + [ + "▁", + "Run" + ], + [ + "▁f", + "ixed" + ], + [ + "▁fix", + "ed" + ], + [ + "▁", + "fixed" + ], + [ + "▁H", + "and" + ], + [ + "▁Ha", + "nd" + ], + [ + "▁Han", + "d" + ], + [ + "▁", + "Hand" + ], + [ + "ba", + "l" + ], + [ + "b", + "al" + ], + [ + "d", + "ouble" + ], + [ + "C", + "an" + ], + [ + "Om", + "ega" + ], + [ + "▁chall", + "eng" + ], + [ + "▁stand", + "ing" + ], + [ + "▁stan", + "ding" + ], + [ + "▁", + "standing" + ], + [ + "it", + "en" + ], + [ + "ite", + "n" + ], + [ + "i", + "ten" + ], + [ + "▁me", + "chan" + ], + [ + "▁d", + "urch" + ], + [ + "▁dur", + "ch" + ], + [ + "▁d", + "ell" + ], + [ + "▁de", + "ll" + ], + [ + "▁del", + "l" + ], + [ + "▁rais", + "ed" + ], + [ + "▁raise", + "d" + ], + [ + "▁ra", + "ised" + ], + [ + "▁we", + "ak" + ], + [ + "▁", + "weak" + ], + [ + "▁D", + "u" + ], + [ + "▁", + "Du" + ], + [ + "gr", + "ad" + ], + [ + "gra", + "d" + ], + [ + "g", + "rad" + ], + [ + "▁sc", + "ene" + ], + [ + "▁scen", + "e" + ], + [ + "▁", + "scene" + ], + [ + "pos", + "s" + ], + [ + "po", + "ss" + ], + [ + "p", + "oss" + ], + [ + "▁t", + "on" + ], + [ + "▁to", + "n" + ], + [ + "▁", + "ton" + ], + [ + "▁e", + "arth" + ], + [ + "▁ear", + "th" + ], + [ + "ul", + "ations" + ], + [ + "ulation", + "s" + ], + [ + "▁str", + "ength" + ], + [ + "▁stre", + "ngth" + ], + [ + "▁streng", + "th" + ], + [ + "ak", + "ed" + ], + [ + "ake", + "d" + ], + [ + "a", + "ked" + ], + [ + "▁re", + "main" + ], + [ + "▁rem", + "ain" + ], + [ + "▁B", + "i" + ], + [ + "▁", + "Bi" + ], + [ + "▁custom", + "er" + ], + [ + "▁cust", + "omer" + ], + [ + "▁", + "customer" + ], + [ + "ran", + "ge" + ], + [ + "r", + "ange" + ], + [ + "▁inter", + "ested" + ], + [ + "▁interest", + "ed" + ], + [ + "ON", + "E" + ], + [ + "O", + "NE" + ], + [ + "▁c", + "off" + ], + [ + "▁co", + "ff" + ], + [ + "re", + "quire" + ], + [ + "requ", + "ire" + ], + [ + "▁On", + "ly" + ], + [ + "▁", + "Only" + ], + [ + "▁W", + "eb" + ], + [ + "▁We", + "b" + ], + [ + "▁", + "Web" + ], + [ + "▁f", + "arm" + ], + [ + "▁far", + "m" + ], + [ + "▁fa", + "rm" + ], + [ + "▁act", + "ivity" + ], + [ + "▁activ", + "ity" + ], + [ + "▁", + "activity" + ], + [ + "▁r", + "out" + ], + [ + "▁ro", + "ut" + ], + [ + "▁rou", + "t" + ], + [ + "bl", + "ing" + ], + [ + "b", + "ling" + ], + [ + "S", + "Y" + ], + [ + "▁Rich", + "ard" + ], + [ + "▁Ric", + "hard" + ], + [ + "▁R", + "ef" + ], + [ + "▁Re", + "f" + ], + [ + "▁", + "Ref" + ], + [ + "▁ко", + "н" + ], + [ + "▁к", + "он" + ], + [ + "▁", + "кон" + ], + [ + "▁j", + "un" + ], + [ + "▁ju", + "n" + ], + [ + "bo", + "rn" + ], + [ + "bor", + "n" + ], + [ + "b", + "orn" + ], + [ + "ij", + "n" + ], + [ + "Config", + "uration" + ], + [ + "um", + "an" + ], + [ + "uma", + "n" + ], + [ + "u", + "man" + ], + [ + "E", + "E" + ], + [ + "▁mar", + "ried" + ], + [ + "▁З", + "а" + ], + [ + "▁", + "За" + ], + [ + "▁f", + "at" + ], + [ + "▁fa", + "t" + ], + [ + "▁k", + "id" + ], + [ + "▁ki", + "d" + ], + [ + "▁T", + "ur" + ], + [ + "▁Tu", + "r" + ], + [ + "▁", + "Tur" + ], + [ + "▁off", + "ered" + ], + [ + "▁offer", + "ed" + ], + [ + "ni", + "c" + ], + [ + "n", + "ic" + ], + [ + "▁B", + "ig" + ], + [ + "▁Bi", + "g" + ], + [ + "▁", + "Big" + ], + [ + "Ga", + "mma" + ], + [ + "G", + "amma" + ], + [ + "▁He", + "alth" + ], + [ + "▁", + "Health" + ], + [ + "▁T", + "R" + ], + [ + "▁", + "TR" + ], + [ + "▁s", + "ię" + ], + [ + "▁si", + "ę" + ], + [ + "▁const", + "ruction" + ], + [ + "▁construct", + "ion" + ], + [ + "▁constr", + "uction" + ], + [ + "▁constru", + "ction" + ], + [ + "▁", + "construction" + ], + [ + "▁Ch", + "urch" + ], + [ + "▁B", + "et" + ], + [ + "▁Be", + "t" + ], + [ + "▁", + "Bet" + ], + [ + "bu", + "s" + ], + [ + "b", + "us" + ], + [ + "▁e", + "arn" + ], + [ + "▁ear", + "n" + ], + [ + "ri", + "ct" + ], + [ + "ric", + "t" + ], + [ + "r", + "ict" + ], + [ + "▁п", + "ра" + ], + [ + "▁пр", + "а" + ], + [ + "▁", + "пра" + ], + [ + "▁br", + "ain" + ], + [ + "▁bra", + "in" + ], + [ + "▁f", + "ra" + ], + [ + "▁fr", + "a" + ], + [ + "▁O", + "p" + ], + [ + "▁", + "Op" + ], + [ + "FI", + "G" + ], + [ + "F", + "IG" + ], + [ + "em", + "a" + ], + [ + "e", + "ma" + ], + [ + "▁Europe", + "an" + ], + [ + "▁S", + "aint" + ], + [ + "▁Sa", + "int" + ], + [ + "▁", + "Saint" + ], + [ + "AR", + "E" + ], + [ + "A", + "RE" + ], + [ + "ur", + "i" + ], + [ + "u", + "ri" + ], + [ + "▁R", + "iver" + ], + [ + "{", + "}" + ], + [ + "▁s", + "itting" + ], + [ + "▁sit", + "ting" + ], + [ + "▁under", + "standing" + ], + [ + "▁understand", + "ing" + ], + [ + "▁pl", + "ans" + ], + [ + "▁plan", + "s" + ], + [ + "rop", + "ri" + ], + [ + "▁old", + "er" + ], + [ + "▁ol", + "der" + ], + [ + "▁", + "older" + ], + [ + "▁pres", + "sure" + ], + [ + "▁press", + "ure" + ], + [ + "Im", + "pl" + ], + [ + "Imp", + "l" + ], + [ + "▁pe", + "ace" + ], + [ + "Conne", + "ction" + ], + [ + "Conn", + "ection" + ], + [ + "Connect", + "ion" + ], + [ + "▁f", + "i" + ], + [ + "▁", + "fi" + ], + [ + "ri", + "ch" + ], + [ + "ric", + "h" + ], + [ + "r", + "ich" + ], + [ + "▁sh", + "ut" + ], + [ + "ap", + "ers" + ], + [ + "ape", + "rs" + ], + [ + "aper", + "s" + ], + [ + "a", + "pers" + ], + [ + "Po", + "rt" + ], + [ + "P", + "ort" + ], + [ + "▁L", + "ook" + ], + [ + "▁Lo", + "ok" + ], + [ + "▁", + "Look" + ], + [ + "ri", + "m" + ], + [ + "r", + "im" + ], + [ + "au", + "th" + ], + [ + "aut", + "h" + ], + [ + "a", + "uth" + ], + [ + "au", + "to" + ], + [ + "aut", + "o" + ], + [ + "a", + "uto" + ], + [ + "▁high", + "ly" + ], + [ + "▁un", + "less" + ], + [ + "▁W", + "al" + ], + [ + "▁Wa", + "l" + ], + [ + "▁re", + "n" + ], + [ + "▁r", + "en" + ], + [ + "▁", + "ren" + ], + [ + "w", + "s" + ], + [ + "▁c", + "ore" + ], + [ + "▁co", + "re" + ], + [ + "▁cor", + "e" + ], + [ + "▁", + "core" + ], + [ + "(", + "-" + ], + [ + "▁c", + "lim" + ], + [ + "▁cl", + "im" + ], + [ + "ru", + "it" + ], + [ + "r", + "uit" + ], + [ + "▁call", + "back" + ], + [ + "▁", + "callback" + ], + [ + "he", + "st" + ], + [ + "hes", + "t" + ], + [ + "h", + "est" + ], + [ + "▁Char", + "les" + ], + [ + "▁Charl", + "es" + ], + [ + "▁L", + "ong" + ], + [ + "▁Lo", + "ng" + ], + [ + "▁", + "Long" + ], + [ + "}", + "=" + ], + [ + "ъ", + "р" + ], + [ + "▁sh", + "ared" + ], + [ + "▁share", + "d" + ], + [ + "▁shar", + "ed" + ], + [ + "▁sha", + "red" + ], + [ + "▁", + "shared" + ], + [ + "ul", + "ated" + ], + [ + "ula", + "ted" + ], + [ + "ulate", + "d" + ], + [ + "gorith", + "m" + ], + [ + "▁H", + "ome" + ], + [ + "▁Ho", + "me" + ], + [ + "▁Hom", + "e" + ], + [ + "▁", + "Home" + ], + [ + "▁vill", + "age" + ], + [ + "▁vil", + "lage" + ], + [ + "ee", + "s" + ], + [ + "e", + "es" + ], + [ + "s", + "v" + ], + [ + "▁rest", + "aur" + ], + [ + "re", + "y" + ], + [ + "r", + "ey" + ], + [ + "▁C", + "ast" + ], + [ + "▁Cas", + "t" + ], + [ + "▁Ca", + "st" + ], + [ + "▁", + "Cast" + ], + [ + "▁P", + "erson" + ], + [ + "▁Per", + "son" + ], + [ + "▁Pers", + "on" + ], + [ + "▁", + "Person" + ], + [ + "ки", + "й" + ], + [ + "▁organ", + "iz" + ], + [ + "▁R", + "ad" + ], + [ + "▁Ra", + "d" + ], + [ + "▁", + "Rad" + ], + [ + "pon", + "ents" + ], + [ + "ponent", + "s" + ], + [ + "▁wer", + "den" + ], + [ + "▁werd", + "en" + ], + [ + "▁b", + "ow" + ], + [ + "▁bo", + "w" + ], + [ + "▁", + "bow" + ], + [ + "se", + "n" + ], + [ + "s", + "en" + ], + [ + "am", + "i" + ], + [ + "a", + "mi" + ], + [ + "Inter", + "face" + ], + [ + "▁b", + "asis" + ], + [ + "▁bas", + "is" + ], + [ + "▁ba", + "sis" + ], + [ + "▁Comp", + "any" + ], + [ + "▁Compan", + "y" + ], + [ + "▁", + "Company" + ], + [ + "er", + "nel" + ], + [ + "ern", + "el" + ], + [ + "erne", + "l" + ], + [ + "it", + "u" + ], + [ + "i", + "tu" + ], + [ + "Has", + "h" + ], + [ + "Ha", + "sh" + ], + [ + "H", + "ash" + ], + [ + "▁a", + "an" + ], + [ + "▁", + "х" + ], + [ + "▁s", + "mile" + ], + [ + "▁sm", + "ile" + ], + [ + "x", + "ml" + ], + [ + "▁s", + "cen" + ], + [ + "▁sc", + "en" + ], + [ + "am", + "m" + ], + [ + "a", + "mm" + ], + [ + "to", + "ol" + ], + [ + "too", + "l" + ], + [ + "t", + "ool" + ], + [ + "ar", + "ia" + ], + [ + "ari", + "a" + ], + [ + "a", + "ria" + ], + [ + "▁acc", + "ur" + ], + [ + "▁ac", + "cur" + ], + [ + "▁", + "accur" + ], + [ + "set", + "tings" + ], + [ + "setting", + "s" + ], + [ + "▁Jes", + "us" + ], + [ + "ac", + "ement" + ], + [ + "ace", + "ment" + ], + [ + "po", + "wer" + ], + [ + "pow", + "er" + ], + [ + "p", + "ower" + ], + [ + "(", + "!" + ], + [ + "▁c", + "alls" + ], + [ + "▁call", + "s" + ], + [ + "▁cal", + "ls" + ], + [ + "▁", + "calls" + ], + [ + "▁bas", + "ic" + ], + [ + "▁", + "basic" + ], + [ + "▁set", + "tings" + ], + [ + "▁sett", + "ings" + ], + [ + "▁setting", + "s" + ], + [ + "▁", + "settings" + ], + [ + "ri", + "pt" + ], + [ + "rip", + "t" + ], + [ + "r", + "ipt" + ], + [ + "po", + "ol" + ], + [ + "p", + "ool" + ], + [ + "ct", + "ors" + ], + [ + "ctor", + "s" + ], + [ + "▁Found", + "ation" + ], + [ + "▁", + "Foundation" + ], + [ + "▁we", + "ap" + ], + [ + "KE", + "Y" + ], + [ + "K", + "EY" + ], + [ + "fo", + "ot" + ], + [ + "foo", + "t" + ], + [ + "f", + "oot" + ], + [ + "▁r", + "adio" + ], + [ + "▁rad", + "io" + ], + [ + "▁radi", + "o" + ], + [ + "▁", + "radio" + ], + [ + "▁hel", + "ped" + ], + [ + "▁help", + "ed" + ], + [ + "ma", + "nn" + ], + [ + "man", + "n" + ], + [ + "m", + "ann" + ], + [ + "▁j", + "ump" + ], + [ + "▁ju", + "mp" + ], + [ + "▁t", + "ick" + ], + [ + "▁ti", + "ck" + ], + [ + "▁", + "tick" + ], + [ + "▁gr", + "owing" + ], + [ + "▁grow", + "ing" + ], + [ + "▁gro", + "wing" + ], + [ + "at", + "en" + ], + [ + "ate", + "n" + ], + [ + "a", + "ten" + ], + [ + "re", + "al" + ], + [ + "rea", + "l" + ], + [ + "▁incre", + "asing" + ], + [ + "Dev", + "ice" + ], + [ + "var", + "epsilon" + ], + [ + "vare", + "psilon" + ], + [ + "▁s", + "ets" + ], + [ + "▁se", + "ts" + ], + [ + "▁set", + "s" + ], + [ + "▁", + "sets" + ], + [ + "▁adv", + "ant" + ], + [ + "Op", + "en" + ], + [ + "O", + "pen" + ], + [ + "▁re", + "asons" + ], + [ + "▁reason", + "s" + ], + [ + "▁sup", + "posed" + ], + [ + "▁supp", + "osed" + ], + [ + "▁suppose", + "d" + ], + [ + "oe", + "s" + ], + [ + "o", + "es" + ], + [ + "ed", + "e" + ], + [ + "e", + "de" + ], + [ + "te", + "en" + ], + [ + "tee", + "n" + ], + [ + "t", + "een" + ], + [ + "if", + "def" + ], + [ + "▁de", + "lete" + ], + [ + "▁del", + "ete" + ], + [ + "▁delet", + "e" + ], + [ + "▁", + "delete" + ], + [ + "▁&", + "=" + ], + [ + "▁", + "&=" + ], + [ + "▁B", + "ill" + ], + [ + "▁Bi", + "ll" + ], + [ + "▁Bil", + "l" + ], + [ + "▁", + "Bill" + ], + [ + "▁a", + "im" + ], + [ + "▁ai", + "m" + ], + [ + "▁", + "aim" + ], + [ + "▁O", + "k" + ], + [ + "▁", + "Ok" + ], + [ + "▁A", + "v" + ], + [ + "▁", + "Av" + ], + [ + "re", + "ci" + ], + [ + "rec", + "i" + ], + [ + "ac", + "ks" + ], + [ + "ack", + "s" + ], + [ + "a", + "cks" + ], + [ + "is", + "te" + ], + [ + "ist", + "e" + ], + [ + "i", + "ste" + ], + [ + "Pro", + "perties" + ], + [ + "▁t", + "mp" + ], + [ + "▁tm", + "p" + ], + [ + "▁", + "tmp" + ], + [ + "▁d", + "ei" + ], + [ + "▁de", + "i" + ], + [ + "PE", + "R" + ], + [ + "P", + "ER" + ], + [ + "D", + "C" + ], + [ + "st", + "a" + ], + [ + "s", + "ta" + ], + [ + "ни", + "и" + ], + [ + "▁lim", + "ited" + ], + [ + "▁limit", + "ed" + ], + [ + "▁", + "limited" + ], + [ + "▁great", + "er" + ], + [ + "▁gre", + "ater" + ], + [ + "de", + "scription" + ], + [ + "des", + "cription" + ], + [ + "or", + "i" + ], + [ + "o", + "ri" + ], + [ + "ain", + "ts" + ], + [ + "aint", + "s" + ], + [ + "▁h", + "y" + ], + [ + "▁", + "hy" + ], + [ + "▁M", + "el" + ], + [ + "▁Me", + "l" + ], + [ + "▁C", + "H" + ], + [ + "▁", + "CH" + ], + [ + "con", + "s" + ], + [ + "co", + "ns" + ], + [ + "c", + "ons" + ], + [ + "▁sur", + "round" + ], + [ + "▁W", + "ho" + ], + [ + "▁Wh", + "o" + ], + [ + "▁", + "Who" + ], + [ + "ar", + "c" + ], + [ + "a", + "rc" + ], + [ + "▁te", + "lev" + ], + [ + "▁tele", + "v" + ], + [ + "▁tel", + "ev" + ], + [ + "it", + "ution" + ], + [ + "itut", + "ion" + ], + [ + "▁e", + "qual" + ], + [ + "▁equ", + "al" + ], + [ + "▁eq", + "ual" + ], + [ + "▁", + "equal" + ], + [ + "к", + "і" + ], + [ + "▁Is", + "rael" + ], + [ + "ä", + "h" + ], + [ + "▁C", + "aption" + ], + [ + "▁Capt", + "ion" + ], + [ + "▁Ca", + "ption" + ], + [ + "▁ex", + "erc" + ], + [ + "em", + "por" + ], + [ + "emp", + "or" + ], + [ + "▁+", + "+" + ], + [ + "▁", + "++" + ], + [ + "▁l", + "ib" + ], + [ + "▁li", + "b" + ], + [ + "▁", + "lib" + ], + [ + "ma", + "ke" + ], + [ + "m", + "ake" + ], + [ + "▁M", + "A" + ], + [ + "▁", + "MA" + ], + [ + "co", + "py" + ], + [ + "cop", + "y" + ], + [ + "c", + "opy" + ], + [ + "f", + "riend" + ], + [ + "▁ко", + "то" + ], + [ + "▁", + "кото" + ], + [ + "▁dam", + "age" + ], + [ + "▁\\", + "," + ], + [ + "▁", + "\\," + ], + [ + "od", + "ed" + ], + [ + "ode", + "d" + ], + [ + "o", + "ded" + ], + [ + "▁n", + "one" + ], + [ + "▁no", + "ne" + ], + [ + "▁non", + "e" + ], + [ + "▁", + "none" + ], + [ + "▁ev", + "alu" + ], + [ + "▁eval", + "u" + ], + [ + "▁", + "evalu" + ], + [ + "st", + "on" + ], + [ + "sto", + "n" + ], + [ + "s", + "ton" + ], + [ + ">", + "," + ], + [ + "FO", + "R" + ], + [ + "F", + "OR" + ], + [ + "▁n", + "orm" + ], + [ + "▁no", + "rm" + ], + [ + "▁nor", + "m" + ], + [ + "▁", + "norm" + ], + [ + "ap", + "pe" + ], + [ + "app", + "e" + ], + [ + "a", + "ppe" + ], + [ + "S", + "ession" + ], + [ + "▁ad", + "ult" + ], + [ + "▁h", + "ospital" + ], + [ + "▁hosp", + "ital" + ], + [ + "▁recomm", + "end" + ], + [ + "pro", + "perty" + ], + [ + "ste", + "in" + ], + [ + "fin", + "al" + ], + [ + "fi", + "nal" + ], + [ + "f", + "inal" + ], + [ + "▁n", + "u" + ], + [ + "▁", + "nu" + ], + [ + "se", + "cond" + ], + [ + "sec", + "ond" + ], + [ + "▁a", + "spect" + ], + [ + "▁as", + "pect" + ], + [ + "▁asp", + "ect" + ], + [ + "\")", + "]" + ], + [ + "\"", + ")]" + ], + [ + "же", + "н" + ], + [ + "ж", + "ен" + ], + [ + "am", + "ento" + ], + [ + "ament", + "o" + ], + [ + "amen", + "to" + ], + [ + "▁r", + "ac" + ], + [ + "▁ra", + "c" + ], + [ + "▁", + "rac" + ], + [ + "sa", + "ve" + ], + [ + "s", + "ave" + ], + [ + "▁foot", + "ball" + ], + [ + "A", + "b" + ], + [ + "un", + "gs" + ], + [ + "ung", + "s" + ], + [ + "ab", + "il" + ], + [ + "abi", + "l" + ], + [ + "a", + "bil" + ], + [ + "▁Ar", + "ch" + ], + [ + "▁Arc", + "h" + ], + [ + "▁", + "Arch" + ], + [ + "sys", + "tem" + ], + [ + "s", + "ystem" + ], + [ + "hi", + "st" + ], + [ + "his", + "t" + ], + [ + "h", + "ist" + ], + [ + "▁l", + "uck" + ], + [ + "▁lu", + "ck" + ], + [ + "▁luc", + "k" + ], + [ + "re", + "nder" + ], + [ + "ren", + "der" + ], + [ + "rend", + "er" + ], + [ + "r", + "ender" + ], + [ + "▁se", + "in" + ], + [ + "▁sei", + "n" + ], + [ + "ion", + "i" + ], + [ + "io", + "ni" + ], + [ + "i", + "oni" + ], + [ + "▁r", + "ot" + ], + [ + "▁ro", + "t" + ], + [ + "▁", + "rot" + ], + [ + "▁cor", + "ner" + ], + [ + "▁corn", + "er" + ], + [ + "▁app", + "ropri" + ], + [ + "▁ap", + "propri" + ], + [ + "▁", + "appropri" + ], + [ + "▁Soft", + "ware" + ], + [ + "▁t", + "ele" + ], + [ + "▁te", + "le" + ], + [ + "▁tel", + "e" + ], + [ + "▁", + "tele" + ], + [ + "De", + "lete" + ], + [ + "Dele", + "te" + ], + [ + "Del", + "ete" + ], + [ + "▁Acc", + "ording" + ], + [ + "▁pr", + "ison" + ], + [ + "▁pri", + "son" + ], + [ + "▁", + "prison" + ], + [ + "▁l", + "ic" + ], + [ + "▁li", + "c" + ], + [ + "▁", + "lic" + ], + [ + "▁м", + "и" + ], + [ + "▁", + "ми" + ], + [ + "ter", + "m" + ], + [ + "te", + "rm" + ], + [ + "t", + "erm" + ], + [ + "se", + "ts" + ], + [ + "set", + "s" + ], + [ + "s", + "ets" + ], + [ + "▁v", + "el" + ], + [ + "▁ve", + "l" + ], + [ + "▁", + "vel" + ], + [ + "▁r", + "ank" + ], + [ + "▁ran", + "k" + ], + [ + "▁", + "rank" + ], + [ + "▁ex", + "isting" + ], + [ + "▁exist", + "ing" + ], + [ + "▁", + "existing" + ], + [ + "▁V", + "ir" + ], + [ + "▁Vi", + "r" + ], + [ + "▁t", + "rip" + ], + [ + "▁tr", + "ip" + ], + [ + "▁tri", + "p" + ], + [ + "▁м", + "у" + ], + [ + "▁", + "му" + ], + [ + "av", + "ax" + ], + [ + "ava", + "x" + ], + [ + "▁r", + "is" + ], + [ + "▁ri", + "s" + ], + [ + "▁", + "ris" + ], + [ + "▁def", + "ine" + ], + [ + "▁defin", + "e" + ], + [ + "▁", + "define" + ], + [ + "▁he", + "at" + ], + [ + "ca", + "r" + ], + [ + "c", + "ar" + ], + [ + "▁con", + "vert" + ], + [ + "▁conv", + "ert" + ], + [ + "▁conver", + "t" + ], + [ + "▁conve", + "rt" + ], + [ + "▁", + "convert" + ], + [ + "em", + "ail" + ], + [ + "ema", + "il" + ], + [ + "e", + "mail" + ], + [ + "▁U", + "nder" + ], + [ + "▁Un", + "der" + ], + [ + "▁Und", + "er" + ], + [ + "▁", + "Under" + ], + [ + "▁", + "Ш" + ], + [ + "▁G", + "rand" + ], + [ + "▁Gr", + "and" + ], + [ + "▁Gran", + "d" + ], + [ + "▁Gra", + "nd" + ], + [ + "▁ex", + "ists" + ], + [ + "▁exist", + "s" + ], + [ + "▁", + "exists" + ], + [ + "sy", + "s" + ], + [ + "s", + "ys" + ], + [ + "ef", + "f" + ], + [ + "e", + "ff" + ], + [ + "▁T", + "op" + ], + [ + "▁To", + "p" + ], + [ + "▁", + "Top" + ], + [ + "▁", + "č" + ], + [ + "▁t", + "empor" + ], + [ + "▁tem", + "por" + ], + [ + "▁temp", + "or" + ], + [ + "▁tempo", + "r" + ], + [ + "▁arg", + "uments" + ], + [ + "▁argument", + "s" + ], + [ + "▁", + "arguments" + ], + [ + "▁support", + "ed" + ], + [ + "▁supp", + "orted" + ], + [ + "▁", + "supported" + ], + [ + "en", + "sed" + ], + [ + "ens", + "ed" + ], + [ + "ense", + "d" + ], + [ + "▁Franc", + "is" + ], + [ + "▁co", + "ord" + ], + [ + "▁", + "coord" + ], + [ + "▁achie", + "ve" + ], + [ + "▁N", + "ame" + ], + [ + "▁Na", + "me" + ], + [ + "▁Nam", + "e" + ], + [ + "▁", + "Name" + ], + [ + "▁J", + "ahr" + ], + [ + "▁Jah", + "r" + ], + [ + "▁Ja", + "hr" + ], + [ + "▁G", + "i" + ], + [ + "sh", + "e" + ], + [ + "s", + "he" + ], + [ + "▁D", + "ev" + ], + [ + "▁De", + "v" + ], + [ + "▁", + "Dev" + ], + [ + "▁a", + "lla" + ], + [ + "▁al", + "la" + ], + [ + "▁all", + "a" + ], + [ + "▁", + "alla" + ], + [ + "▁W", + "IT" + ], + [ + "ag", + "ment" + ], + [ + "c", + "ustom" + ], + [ + "al", + "ls" + ], + [ + "all", + "s" + ], + [ + "&", + "&" + ], + [ + "W", + "E" + ], + [ + "▁h", + "olding" + ], + [ + "▁hold", + "ing" + ], + [ + "▁hol", + "ding" + ], + [ + "pro", + "totype" + ], + [ + "proto", + "type" + ], + [ + "prot", + "otype" + ], + [ + "▁f", + "ing" + ], + [ + "▁fin", + "g" + ], + [ + "▁fi", + "ng" + ], + [ + "▁b", + "ag" + ], + [ + "▁ba", + "g" + ], + [ + "▁", + "bag" + ], + [ + "▁Par", + "ty" + ], + [ + "▁Part", + "y" + ], + [ + "st", + "ack" + ], + [ + "sta", + "ck" + ], + [ + "▁econom", + "ic" + ], + [ + "▁G", + "al" + ], + [ + "▁Ga", + "l" + ], + [ + "id", + "ents" + ], + [ + "ident", + "s" + ], + [ + "iden", + "ts" + ], + [ + "▁J", + "un" + ], + [ + "▁Ju", + "n" + ], + [ + "▁sh", + "owed" + ], + [ + "▁show", + "ed" + ], + [ + "os", + "h" + ], + [ + "o", + "sh" + ], + [ + "▁B", + "ay" + ], + [ + "▁Ba", + "y" + ], + [ + "▁", + "Bay" + ], + [ + "ma", + "il" + ], + [ + "m", + "ail" + ], + [ + "▁S", + "O" + ], + [ + "▁", + "SO" + ], + [ + "▁\"", + "<" + ], + [ + "graph", + "ics" + ], + [ + "▁f", + "u" + ], + [ + "▁", + "fu" + ], + [ + "cl", + "ick" + ], + [ + "cli", + "ck" + ], + [ + "c", + "lick" + ], + [ + "▁b", + "attle" + ], + [ + "▁batt", + "le" + ], + [ + "▁bat", + "tle" + ], + [ + "{", + "{" + ], + [ + "▁E", + "vent" + ], + [ + "▁Even", + "t" + ], + [ + "▁Ev", + "ent" + ], + [ + "▁Eve", + "nt" + ], + [ + "▁", + "Event" + ], + [ + "ri", + "or" + ], + [ + "rio", + "r" + ], + [ + "r", + "ior" + ], + [ + "ch", + "aft" + ], + [ + "cha", + "ft" + ], + [ + "▁f", + "avorite" + ], + [ + "▁favor", + "ite" + ], + [ + "us", + "ive" + ], + [ + "sup", + "port" + ], + [ + "supp", + "ort" + ], + [ + "s", + "upport" + ], + [ + "b", + "m" + ], + [ + "K", + "ind" + ], + [ + "▁saf", + "ety" + ], + [ + "▁safe", + "ty" + ], + [ + "▁E", + "nt" + ], + [ + "▁En", + "t" + ], + [ + "▁", + "Ent" + ], + [ + "cu", + "p" + ], + [ + "c", + "up" + ], + [ + "▁Austral", + "ia" + ], + [ + "▁dest", + "roy" + ], + [ + "▁destro", + "y" + ], + [ + "▁", + "destroy" + ], + [ + "▁organ", + "ization" + ], + [ + "▁organiz", + "ation" + ], + [ + "id", + "en" + ], + [ + "ide", + "n" + ], + [ + "i", + "den" + ], + [ + "########", + "########" + ], + [ + "de", + "c" + ], + [ + "d", + "ec" + ], + [ + "▁z", + "a" + ], + [ + "▁", + "za" + ], + [ + "▁s", + "even" + ], + [ + "▁se", + "ven" + ], + [ + "▁", + "seven" + ], + [ + "ar", + "ely" + ], + [ + "are", + "ly" + ], + [ + "arel", + "y" + ], + [ + "▁f", + "lag" + ], + [ + "▁fl", + "ag" + ], + [ + "▁", + "flag" + ], + [ + "Di", + "r" + ], + [ + "D", + "ir" + ], + [ + "▁C", + "arl" + ], + [ + "▁Car", + "l" + ], + [ + "▁Ca", + "rl" + ], + [ + "▁do", + "ctor" + ], + [ + "▁doc", + "tor" + ], + [ + "▁var", + "iety" + ], + [ + "▁vari", + "ety" + ], + [ + "▁L", + "in" + ], + [ + "▁Li", + "n" + ], + [ + "▁", + "Lin" + ], + [ + "▁t", + "om" + ], + [ + "▁to", + "m" + ], + [ + "▁", + "tom" + ], + [ + "^{", + "(" + ], + [ + "^", + "{(" + ], + [ + "B", + "o" + ], + [ + "an", + "tes" + ], + [ + "ant", + "es" + ], + [ + "ante", + "s" + ], + [ + "▁m", + "ine" + ], + [ + "▁min", + "e" + ], + [ + "▁mi", + "ne" + ], + [ + "▁", + "mine" + ], + [ + "▁M", + "it" + ], + [ + "▁Mi", + "t" + ], + [ + "▁de", + "scribe" + ], + [ + "▁desc", + "ribe" + ], + [ + "▁describ", + "e" + ], + [ + "Ar", + "gs" + ], + [ + "Arg", + "s" + ], + [ + "L", + "S" + ], + [ + "AP", + "I" + ], + [ + "A", + "PI" + ], + [ + "▁L", + "uc" + ], + [ + "▁Lu", + "c" + ], + [ + "▁", + "Luc" + ], + [ + "ph", + "one" + ], + [ + "▁sc", + "ience" + ], + [ + "▁", + "science" + ], + [ + "▁O", + "per" + ], + [ + "▁Op", + "er" + ], + [ + "▁", + "Oper" + ], + [ + "Ne", + "xt" + ], + [ + "N", + "ext" + ], + [ + "▁invest", + "ig" + ], + [ + "▁demon", + "str" + ], + [ + "▁G", + "overn" + ], + [ + "▁Go", + "vern" + ], + [ + "▁object", + "s" + ], + [ + "▁", + "objects" + ], + [ + "▁Lou", + "is" + ], + [ + "▁Lo", + "uis" + ], + [ + "▁Return", + "s" + ], + [ + "▁", + "Returns" + ], + [ + "▁h", + "an" + ], + [ + "▁ha", + "n" + ], + [ + "▁", + "han" + ], + [ + "na", + "m" + ], + [ + "n", + "am" + ], + [ + "▁com", + "me" + ], + [ + "▁comm", + "e" + ], + [ + "▁pres", + "ence" + ], + [ + "▁p", + "el" + ], + [ + "▁pe", + "l" + ], + [ + "▁", + "pel" + ], + [ + "▁det", + "ect" + ], + [ + "▁", + "detect" + ], + [ + ")", + "=" + ], + [ + "▁Ch", + "inese" + ], + [ + "▁r", + "ich" + ], + [ + "▁ri", + "ch" + ], + [ + "▁ric", + "h" + ], + [ + "▁", + "rich" + ], + [ + "▁class", + "es" + ], + [ + "▁classe", + "s" + ], + [ + "▁clas", + "ses" + ], + [ + "▁", + "classes" + ], + [ + "▁exp", + "and" + ], + [ + "▁", + "expand" + ], + [ + "▁D", + "om" + ], + [ + "▁Do", + "m" + ], + [ + "▁", + "Dom" + ], + [ + "▁D", + "ec" + ], + [ + "▁De", + "c" + ], + [ + "▁", + "Dec" + ], + [ + "s", + "n" + ], + [ + "pe", + "ed" + ], + [ + "p", + "eed" + ], + [ + "▁J", + "im" + ], + [ + "▁Ji", + "m" + ], + [ + "sh", + "ould" + ], + [ + "▁Sm", + "ith" + ], + [ + "▁p", + "ages" + ], + [ + "▁page", + "s" + ], + [ + "▁pa", + "ges" + ], + [ + "▁pag", + "es" + ], + [ + "▁", + "pages" + ], + [ + "▁Je", + "an" + ], + [ + "ri", + "cs" + ], + [ + "ric", + "s" + ], + [ + "r", + "ics" + ], + [ + "▁S", + "und" + ], + [ + "▁Su", + "nd" + ], + [ + "▁Sun", + "d" + ], + [ + "ad", + "s" + ], + [ + "a", + "ds" + ], + [ + "▁The", + "ir" + ], + [ + "un", + "icip" + ], + [ + "uni", + "cip" + ], + [ + "unic", + "ip" + ], + [ + "в", + "у" + ], + [ + "▁down", + "load" + ], + [ + "▁", + "download" + ], + [ + "▁st", + "ress" + ], + [ + "▁str", + "ess" + ], + [ + "▁stre", + "ss" + ], + [ + "▁P", + "et" + ], + [ + "▁Pe", + "t" + ], + [ + "▁", + "Pet" + ], + [ + "me", + "nu" + ], + [ + "men", + "u" + ], + [ + "m", + "enu" + ], + [ + "re", + "me" + ], + [ + "rem", + "e" + ], + [ + "r", + "eme" + ], + [ + "▁com", + "pared" + ], + [ + "▁comp", + "ared" + ], + [ + "▁compar", + "ed" + ], + [ + "▁compare", + "d" + ], + [ + "St", + "e" + ], + [ + "S", + "te" + ], + [ + "IN", + "D" + ], + [ + "I", + "ND" + ], + [ + "cont", + "ainer" + ], + [ + "▁Ind", + "ian" + ], + [ + "▁India", + "n" + ], + [ + "or", + "en" + ], + [ + "ore", + "n" + ], + [ + "o", + "ren" + ], + [ + "▁s", + "es" + ], + [ + "▁se", + "s" + ], + [ + "▁", + "ses" + ], + [ + "▁W", + "he" + ], + [ + "▁Wh", + "e" + ], + [ + "▁", + "Whe" + ], + [ + "▁r", + "oku" + ], + [ + "▁ro", + "ku" + ], + [ + "▁estab", + "lished" + ], + [ + "▁establish", + "ed" + ], + [ + "▁gener", + "ally" + ], + [ + "▁general", + "ly" + ], + [ + "▁f", + "le" + ], + [ + "▁fl", + "e" + ], + [ + "__", + "(" + ], + [ + "_", + "_(" + ], + [ + "=\"", + "+" + ], + [ + "=", + "\"+" + ], + [ + "V", + "ar" + ], + [ + "▁M", + "ake" + ], + [ + "▁Ma", + "ke" + ], + [ + "▁Mak", + "e" + ], + [ + "▁", + "Make" + ], + [ + "▁rem", + "oved" + ], + [ + "▁remove", + "d" + ], + [ + "▁", + "removed" + ], + [ + "z", + "z" + ], + [ + "ü", + "n" + ], + [ + "▁m", + "ix" + ], + [ + "▁mi", + "x" + ], + [ + "▁", + "mix" + ], + [ + "er", + "k" + ], + [ + "iat", + "ion" + ], + [ + "i", + "ation" + ], + [ + "ou", + "ter" + ], + [ + "out", + "er" + ], + [ + "oute", + "r" + ], + [ + "o", + "uter" + ], + [ + "S", + "K" + ], + [ + "▁be", + "comes" + ], + [ + "▁bec", + "omes" + ], + [ + "▁become", + "s" + ], + [ + "▁H", + "all" + ], + [ + "▁Ha", + "ll" + ], + [ + "▁Hal", + "l" + ], + [ + "sc", + "ious" + ], + [ + "▁w", + "atched" + ], + [ + "▁watch", + "ed" + ], + [ + "▁wat", + "ched" + ], + [ + "▁g", + "ather" + ], + [ + "▁ga", + "ther" + ], + [ + "▁", + "gather" + ], + [ + "▁Res", + "ult" + ], + [ + "▁", + "Result" + ], + [ + "pro", + "of" + ], + [ + "pa", + "y" + ], + [ + "p", + "ay" + ], + [ + "▁produ", + "ced" + ], + [ + "▁produce", + "d" + ], + [ + "▁prod", + "uced" + ], + [ + "▁|", + "=" + ], + [ + "▁b", + "order" + ], + [ + "▁bord", + "er" + ], + [ + "▁bor", + "der" + ], + [ + "▁", + "border" + ], + [ + "▁d", + "in" + ], + [ + "▁di", + "n" + ], + [ + "▁s", + "cript" + ], + [ + "▁sc", + "ript" + ], + [ + "▁scr", + "ipt" + ], + [ + "▁", + "script" + ], + [ + "▁a", + "ctions" + ], + [ + "▁act", + "ions" + ], + [ + "▁action", + "s" + ], + [ + "▁", + "actions" + ], + [ + "▁m", + "as" + ], + [ + "▁ma", + "s" + ], + [ + "▁", + "mas" + ], + [ + "щ", + "а" + ], + [ + "oot", + "h" + ], + [ + "oo", + "th" + ], + [ + "o", + "oth" + ], + [ + "▁Te", + "chn" + ], + [ + "▁Tech", + "n" + ], + [ + "Js", + "on" + ], + [ + "J", + "son" + ], + [ + "▁f", + "illed" + ], + [ + "▁fil", + "led" + ], + [ + "▁fill", + "ed" + ], + [ + "▁", + "filled" + ], + [ + "де", + "н" + ], + [ + "д", + "ен" + ], + [ + "und", + "le" + ], + [ + "ст", + "у" + ], + [ + "с", + "ту" + ], + [ + "To", + "ol" + ], + [ + "Too", + "l" + ], + [ + "T", + "ool" + ], + [ + "▁k", + "ing" + ], + [ + "▁ki", + "ng" + ], + [ + "▁kin", + "g" + ], + [ + "▁", + "king" + ], + [ + "▁v", + "en" + ], + [ + "▁ve", + "n" + ], + [ + "▁", + "ven" + ], + [ + "st", + "ra" + ], + [ + "str", + "a" + ], + [ + "s", + "tra" + ], + [ + "▁pre", + "dict" + ], + [ + "▁pred", + "ict" + ], + [ + "▁", + "predict" + ], + [ + "▁l", + "ui" + ], + [ + "▁lu", + "i" + ], + [ + "▁WAR", + "RAN" + ], + [ + "▁F", + "un" + ], + [ + "▁Fu", + "n" + ], + [ + "▁", + "Fun" + ], + [ + "Sc", + "ript" + ], + [ + "S", + "cript" + ], + [ + "▁power", + "ful" + ], + [ + "▁l", + "ose" + ], + [ + "▁lo", + "se" + ], + [ + "▁los", + "e" + ], + [ + "at", + "ically" + ], + [ + "atic", + "ally" + ], + [ + "▁d", + "aily" + ], + [ + "▁da", + "ily" + ], + [ + "▁dai", + "ly" + ], + [ + "▁r", + "ing" + ], + [ + "▁ri", + "ng" + ], + [ + "▁", + "ring" + ], + [ + "▁ar", + "rived" + ], + [ + "▁arriv", + "ed" + ], + [ + "▁arr", + "ived" + ], + [ + "▁arrive", + "d" + ], + [ + "St", + "ack" + ], + [ + "sc", + "ope" + ], + [ + "s", + "cope" + ], + [ + "▁B", + "ack" + ], + [ + "▁Ba", + "ck" + ], + [ + "▁", + "Back" + ], + [ + "el", + "ij" + ], + [ + "eli", + "j" + ], + [ + "e", + "lij" + ], + [ + "▁z", + "e" + ], + [ + "▁", + "ze" + ], + [ + "ke", + "ys" + ], + [ + "key", + "s" + ], + [ + "{", + "\"" + ], + [ + "VI", + "D" + ], + [ + "V", + "ID" + ], + [ + "▁l", + "icense" + ], + [ + "▁lic", + "ense" + ], + [ + "▁", + "license" + ], + [ + "wh", + "at" + ], + [ + "w", + "hat" + ], + [ + "▁pro", + "ced" + ], + [ + "▁proc", + "ed" + ], + [ + "ra", + "nt" + ], + [ + "ran", + "t" + ], + [ + "r", + "ant" + ], + [ + "est", + "ival" + ], + [ + "ag", + "ram" + ], + [ + "agr", + "am" + ], + [ + "agra", + "m" + ], + [ + "a", + "gram" + ], + [ + "▁L", + "O" + ], + [ + "▁", + "LO" + ], + [ + "▁Hen", + "ry" + ], + [ + "▁fl", + "ags" + ], + [ + "▁flag", + "s" + ], + [ + "▁", + "flags" + ], + [ + "Do", + "wn" + ], + [ + "D", + "own" + ], + [ + "scri", + "ption" + ], + [ + "script", + "ion" + ], + [ + "s", + "cription" + ], + [ + "▁famil", + "ies" + ], + [ + "▁familie", + "s" + ], + [ + "is", + "se" + ], + [ + "iss", + "e" + ], + [ + "bo", + "ur" + ], + [ + "b", + "our" + ], + [ + "▁B", + "ur" + ], + [ + "▁Bu", + "r" + ], + [ + "—", + "\"" + ], + [ + "▁b", + "rief" + ], + [ + "▁br", + "ief" + ], + [ + "▁", + "brief" + ], + [ + "▁cre", + "ating" + ], + [ + "▁creat", + "ing" + ], + [ + "▁cl", + "ients" + ], + [ + "▁client", + "s" + ], + [ + "ran", + "gle" + ], + [ + "r", + "angle" + ], + [ + "▁amaz", + "ing" + ], + [ + "▁s", + "ind" + ], + [ + "▁si", + "nd" + ], + [ + "▁sin", + "d" + ], + [ + "▁cover", + "ed" + ], + [ + "▁cov", + "ered" + ], + [ + "▁", + "covered" + ], + [ + "We", + "ll" + ], + [ + "W", + "ell" + ], + [ + "ст", + "е" + ], + [ + "с", + "те" + ], + [ + "то", + "р" + ], + [ + "т", + "ор" + ], + [ + "▁B", + "as" + ], + [ + "▁Ba", + "s" + ], + [ + "▁", + "Bas" + ], + [ + "to", + "tal" + ], + [ + "tot", + "al" + ], + [ + "t", + "otal" + ], + [ + "▁I", + "nit" + ], + [ + "▁In", + "it" + ], + [ + "▁", + "Init" + ], + [ + "▁s", + "and" + ], + [ + "▁sa", + "nd" + ], + [ + "▁san", + "d" + ], + [ + "Un", + "it" + ], + [ + "U", + "nit" + ], + [ + "▁mur", + "der" + ], + [ + "▁b", + "right" + ], + [ + "▁br", + "ight" + ], + [ + "▁brig", + "ht" + ], + [ + "▁t", + "rav" + ], + [ + "▁tr", + "av" + ], + [ + "▁tra", + "v" + ], + [ + "ic", + "ans" + ], + [ + "ica", + "ns" + ], + [ + "ican", + "s" + ], + [ + "▁att", + "ribute" + ], + [ + "▁attribut", + "e" + ], + [ + "▁", + "attribute" + ], + [ + "f", + "c" + ], + [ + "▁pl", + "aced" + ], + [ + "▁place", + "d" + ], + [ + "▁plac", + "ed" + ], + [ + "ES", + "T" + ], + [ + "E", + "ST" + ], + [ + "Var", + "i" + ], + [ + "V", + "ari" + ], + [ + "▁c", + "os" + ], + [ + "▁co", + "s" + ], + [ + "▁", + "cos" + ], + [ + "▁at", + "tract" + ], + [ + "▁att", + "ract" + ], + [ + "▁attr", + "act" + ], + [ + "▁attra", + "ct" + ], + [ + "an", + "el" + ], + [ + "ane", + "l" + ], + [ + "a", + "nel" + ], + [ + "})", + "." + ], + [ + "}", + ")." + ], + [ + "by", + "tes" + ], + [ + "byte", + "s" + ], + [ + "▁p", + "arse" + ], + [ + "▁par", + "se" + ], + [ + "▁", + "parse" + ], + [ + "▁be", + "long" + ], + [ + "▁bel", + "ong" + ], + [ + "B", + "N" + ], + [ + "▁S", + "ol" + ], + [ + "▁So", + "l" + ], + [ + "P", + "o" + ], + [ + "`", + "," + ], + [ + "▁c", + "alling" + ], + [ + "▁call", + "ing" + ], + [ + "▁cal", + "ling" + ], + [ + "▁?", + ">" + ], + [ + "▁", + "?>" + ], + [ + "▁it", + "er" + ], + [ + "▁i", + "ter" + ], + [ + "▁", + "iter" + ], + [ + "▁u", + "rl" + ], + [ + "▁ur", + "l" + ], + [ + "▁", + "url" + ], + [ + "▁ev", + "ening" + ], + [ + "▁even", + "ing" + ], + [ + "re", + "ek" + ], + [ + "ree", + "k" + ], + [ + "▁hon", + "est" + ], + [ + "▁direct", + "or" + ], + [ + "▁dire", + "ctor" + ], + [ + "▁dir", + "ector" + ], + [ + "R", + "C" + ], + [ + "▁s", + "olid" + ], + [ + "▁sol", + "id" + ], + [ + "▁", + "solid" + ], + [ + "▁ph", + "il" + ], + [ + "ie", + "ne" + ], + [ + "ien", + "e" + ], + [ + "i", + "ene" + ], + [ + "FA", + "ULT" + ], + [ + "co", + "pe" + ], + [ + "cop", + "e" + ], + [ + "c", + "ope" + ], + [ + "▁Hist", + "ory" + ], + [ + "▁Histor", + "y" + ], + [ + "▁Hi", + "story" + ], + [ + "▁", + "History" + ], + [ + "▁Te", + "am" + ], + [ + "▁", + "Team" + ], + [ + "ree", + "dom" + ], + [ + "reed", + "om" + ], + [ + "▁r", + "u" + ], + [ + "▁", + "ru" + ], + [ + "U", + "B" + ], + [ + "▁w", + "orse" + ], + [ + "▁wor", + "se" + ], + [ + "im", + "o" + ], + [ + "i", + "mo" + ], + [ + "Ma", + "t" + ], + [ + "M", + "at" + ], + [ + "▁M", + "ex" + ], + [ + "▁Me", + "x" + ], + [ + "ac", + "tor" + ], + [ + "act", + "or" + ], + [ + "a", + "ctor" + ], + [ + "▁v", + "or" + ], + [ + "▁vo", + "r" + ], + [ + "▁", + "vor" + ], + [ + "ть", + "ся" + ], + [ + "▁exper", + "iment" + ], + [ + "▁experi", + "ment" + ], + [ + "▁P", + "lay" + ], + [ + "▁Pl", + "ay" + ], + [ + "▁", + "Play" + ], + [ + "▁An", + "other" + ], + [ + "▁happ", + "ens" + ], + [ + "▁happen", + "s" + ], + [ + "ua", + "n" + ], + [ + "u", + "an" + ], + [ + "▁pat", + "ients" + ], + [ + "▁patient", + "s" + ], + [ + "▁re", + "nd" + ], + [ + "▁r", + "end" + ], + [ + "▁ren", + "d" + ], + [ + "▁", + "rend" + ], + [ + "▁M", + "o" + ], + [ + "▁", + "Mo" + ], + [ + "▁T", + "ex" + ], + [ + "▁Te", + "x" + ], + [ + "▁", + "Tex" + ], + [ + "▁w", + "ed" + ], + [ + "▁we", + "d" + ], + [ + "▁", + "wed" + ], + [ + "t", + "n" + ], + [ + "in", + "sert" + ], + [ + "ins", + "ert" + ], + [ + "▁п", + "а" + ], + [ + "▁", + "па" + ], + [ + "▁an", + "ti" + ], + [ + "▁ant", + "i" + ], + [ + "▁", + "anti" + ], + [ + "Mat", + "ch" + ], + [ + "M", + "atch" + ], + [ + "ampions", + "hip" + ], + [ + "ampion", + "ship" + ], + [ + "▁for", + "ces" + ], + [ + "▁force", + "s" + ], + [ + "▁H", + "ot" + ], + [ + "▁Ho", + "t" + ], + [ + "▁", + "Hot" + ], + [ + "▁ph", + "ase" + ], + [ + "▁", + "phase" + ], + [ + "▁t", + "emplate" + ], + [ + "▁templ", + "ate" + ], + [ + "▁temp", + "late" + ], + [ + "▁", + "template" + ], + [ + "st", + "op" + ], + [ + "sto", + "p" + ], + [ + "s", + "top" + ], + [ + "ic", + "ated" + ], + [ + "ica", + "ted" + ], + [ + "icate", + "d" + ], + [ + "▁man", + "aged" + ], + [ + "▁manage", + "d" + ], + [ + "▁", + "managed" + ], + [ + "wa", + "it" + ], + [ + "w", + "ait" + ], + [ + "▁*", + "(" + ], + [ + "▁", + "*(" + ], + [ + "G", + "B" + ], + [ + "▁app", + "oint" + ], + [ + "▁ap", + "point" + ], + [ + "▁", + "appoint" + ], + [ + "ł", + "a" + ], + [ + "▁s", + "tick" + ], + [ + "▁st", + "ick" + ], + [ + "▁", + "stick" + ], + [ + "▁F", + "OR" + ], + [ + "▁FO", + "R" + ], + [ + "▁", + "FOR" + ], + [ + "▁V", + "is" + ], + [ + "▁Vi", + "s" + ], + [ + "▁", + "Vis" + ], + [ + "to", + "r" + ], + [ + "t", + "or" + ], + [ + "▁p", + "ř" + ], + [ + "qu", + "est" + ], + [ + "que", + "st" + ], + [ + "ques", + "t" + ], + [ + "q", + "uest" + ], + [ + "us", + "es" + ], + [ + "use", + "s" + ], + [ + "u", + "ses" + ], + [ + "\");", + "\r" + ], + [ + "\")", + ";\r" + ], + [ + "\"", + ");\r" + ], + [ + "▁sudden", + "ly" + ], + [ + "▁sud", + "denly" + ], + [ + "é", + "c" + ], + [ + "N", + "D" + ], + [ + "ur", + "op" + ], + [ + "uro", + "p" + ], + [ + "u", + "rop" + ], + [ + "ре", + "д" + ], + [ + "▁ins", + "urance" + ], + [ + "ac", + "cess" + ], + [ + "acc", + "ess" + ], + [ + "a", + "ccess" + ], + [ + "un", + "finished" + ], + [ + "▁t", + "amb" + ], + [ + "▁ta", + "mb" + ], + [ + "▁tam", + "b" + ], + [ + "▁s", + "ac" + ], + [ + "▁sa", + "c" + ], + [ + "▁C", + "ourt" + ], + [ + "▁Co", + "urt" + ], + [ + "▁Cour", + "t" + ], + [ + "▁Cou", + "rt" + ], + [ + "▁miss", + "ing" + ], + [ + "▁mis", + "sing" + ], + [ + "▁", + "missing" + ], + [ + "▁W", + "here" + ], + [ + "▁Wh", + "ere" + ], + [ + "▁Whe", + "re" + ], + [ + "▁", + "Where" + ], + [ + "▁S", + "um" + ], + [ + "▁Su", + "m" + ], + [ + "▁", + "Sum" + ], + [ + "}^", + "{\\" + ], + [ + "}^{", + "\\" + ], + [ + "}", + "^{\\" + ], + [ + "▁s", + "ua" + ], + [ + "▁su", + "a" + ], + [ + "_", + "," + ], + [ + "▁th", + "ick" + ], + [ + "▁Tr", + "ump" + ], + [ + "▁Tru", + "mp" + ], + [ + "▁oper", + "ations" + ], + [ + "▁operation", + "s" + ], + [ + "▁", + "operations" + ], + [ + "F", + "S" + ], + [ + "▁de", + "ux" + ], + [ + "d", + "z" + ], + [ + "Temp", + "late" + ], + [ + "T", + "emplate" + ], + [ + "▁\"", + "/" + ], + [ + "▁o", + "dd" + ], + [ + "▁od", + "d" + ], + [ + "▁", + "odd" + ], + [ + "▁re", + "ality" + ], + [ + "▁real", + "ity" + ], + [ + "▁te", + "ams" + ], + [ + "▁team", + "s" + ], + [ + "▁tea", + "ms" + ], + [ + "▁c", + "er" + ], + [ + "▁ce", + "r" + ], + [ + "▁", + "cer" + ], + [ + "om", + "a" + ], + [ + "o", + "ma" + ], + [ + "▁", + "și" + ], + [ + "▁cl", + "oud" + ], + [ + "▁clo", + "ud" + ], + [ + "▁", + "cloud" + ], + [ + "▁Dep", + "artment" + ], + [ + "N", + "e" + ], + [ + "▁requ", + "ires" + ], + [ + "▁require", + "s" + ], + [ + "it", + "ems" + ], + [ + "ite", + "ms" + ], + [ + "item", + "s" + ], + [ + "▁I", + "II" + ], + [ + "▁II", + "I" + ], + [ + "▁", + "III" + ], + [ + "right", + "arrow" + ], + [ + ")-", + ">" + ], + [ + ")", + "->" + ], + [ + "▁w", + "riter" + ], + [ + "▁wr", + "iter" + ], + [ + "▁writ", + "er" + ], + [ + "▁write", + "r" + ], + [ + "▁", + "writer" + ], + [ + "re", + "place" + ], + [ + "rep", + "lace" + ], + [ + "▁t", + "hr" + ], + [ + "▁th", + "r" + ], + [ + "je", + "n" + ], + [ + "j", + "en" + ], + [ + "▁o", + "t" + ], + [ + "▁", + "ot" + ], + [ + "▁occ", + "up" + ], + [ + "▁oc", + "cup" + ], + [ + "▁", + "occup" + ], + [ + "▁event", + "ually" + ], + [ + "▁M", + "ath" + ], + [ + "▁Mat", + "h" + ], + [ + "▁Ma", + "th" + ], + [ + "▁", + "Math" + ], + [ + "▁con", + "serv" + ], + [ + "▁cons", + "erv" + ], + [ + "▁conse", + "rv" + ], + [ + "am", + "er" + ], + [ + "ame", + "r" + ], + [ + "a", + "mer" + ], + [ + "▁F", + "ort" + ], + [ + "▁For", + "t" + ], + [ + "▁Fo", + "rt" + ], + [ + "▁d", + "ry" + ], + [ + "▁dr", + "y" + ], + [ + "▁sex", + "ual" + ], + [ + "▁co", + "sts" + ], + [ + "▁cost", + "s" + ], + [ + "▁cos", + "ts" + ], + [ + "▁for", + "ms" + ], + [ + "▁form", + "s" + ], + [ + "▁", + "forms" + ], + [ + "▁V", + "ict" + ], + [ + "▁Vi", + "ct" + ], + [ + "▁Vic", + "t" + ], + [ + "PA", + "R" + ], + [ + "P", + "AR" + ], + [ + "frame", + "work" + ], + [ + "▁д", + "и" + ], + [ + "▁", + "ди" + ], + [ + "Oper", + "ation" + ], + [ + "з", + "на" + ], + [ + "wh", + "ich" + ], + [ + "▁t", + "ight" + ], + [ + "▁ti", + "ght" + ], + [ + "In", + "valid" + ], + [ + "▁part", + "ner" + ], + [ + "▁п", + "ред" + ], + [ + "▁пре", + "д" + ], + [ + "▁th", + "ank" + ], + [ + "▁than", + "k" + ], + [ + "▁gu", + "ard" + ], + [ + "▁", + "guard" + ], + [ + "he", + "m" + ], + [ + "h", + "em" + ], + [ + "Bo", + "dy" + ], + [ + "B", + "ody" + ], + [ + "▁e", + "mot" + ], + [ + "▁em", + "ot" + ], + [ + "I", + "X" + ], + [ + "fa", + "st" + ], + [ + "fas", + "t" + ], + [ + "f", + "ast" + ], + [ + "щ", + "о" + ], + [ + "ñ", + "o" + ], + [ + "ni", + "ght" + ], + [ + "n", + "ight" + ], + [ + "▁S", + "ci" + ], + [ + "▁Sc", + "i" + ], + [ + "ни", + "ка" + ], + [ + "ник", + "а" + ], + [ + "▁T", + "O" + ], + [ + "▁", + "TO" + ], + [ + "▁individ", + "uals" + ], + [ + "▁individual", + "s" + ], + [ + "сс", + "и" + ], + [ + "с", + "си" + ], + [ + "})", + "," + ], + [ + "}", + ")," + ], + [ + "F", + "alse" + ], + [ + "(\"", + "%" + ], + [ + "(", + "\"%" + ], + [ + "▁op", + "tim" + ], + [ + "▁opt", + "im" + ], + [ + "▁", + "optim" + ], + [ + "▁-", + "->" + ], + [ + "▁--", + ">" + ], + [ + "▁", + "-->" + ], + [ + "▁f", + "actor" + ], + [ + "▁fact", + "or" + ], + [ + "▁fac", + "tor" + ], + [ + "▁fa", + "ctor" + ], + [ + "▁", + "factor" + ], + [ + "▁sm", + "aller" + ], + [ + "▁small", + "er" + ], + [ + "▁con", + "tain" + ], + [ + "▁cont", + "ain" + ], + [ + "sp", + "ect" + ], + [ + "spec", + "t" + ], + [ + "spe", + "ct" + ], + [ + "s", + "pect" + ], + [ + "Eng", + "ine" + ], + [ + "▁ann", + "ounced" + ], + [ + "▁announ", + "ced" + ], + [ + "▁announce", + "d" + ], + [ + "▁Dem", + "ocr" + ], + [ + "▁r", + "ob" + ], + [ + "▁ro", + "b" + ], + [ + "▁", + "rob" + ], + [ + "▁f", + "lat" + ], + [ + "▁fl", + "at" + ], + [ + "▁", + "flat" + ], + [ + "os", + "oph" + ], + [ + "oso", + "ph" + ], + [ + "Se", + "arch" + ], + [ + "S", + "earch" + ], + [ + "ah", + "l" + ], + [ + "a", + "hl" + ], + [ + "▁Ex", + "ception" + ], + [ + "▁Except", + "ion" + ], + [ + "▁", + "Exception" + ], + [ + "▁O", + "l" + ], + [ + "equ", + "als" + ], + [ + "eq", + "uals" + ], + [ + "equal", + "s" + ], + [ + "▁un", + "ter" + ], + [ + "▁unt", + "er" + ], + [ + "▁", + "unter" + ], + [ + "sh", + "ape" + ], + [ + "sha", + "pe" + ], + [ + "N", + "S" + ], + [ + "Ob", + "j" + ], + [ + "▁spec", + "ies" + ], + [ + "▁spe", + "cies" + ], + [ + "we", + "ight" + ], + [ + "wei", + "ght" + ], + [ + "w", + "eight" + ], + [ + "yo", + "u" + ], + [ + "y", + "ou" + ], + [ + "▁e", + "ste" + ], + [ + "▁est", + "e" + ], + [ + "▁es", + "te" + ], + [ + "▁", + "este" + ], + [ + "▁V", + "iew" + ], + [ + "▁Vi", + "ew" + ], + [ + "▁", + "View" + ], + [ + "▁m", + "ission" + ], + [ + "▁miss", + "ion" + ], + [ + "▁", + "mission" + ], + [ + "▁j", + "ournal" + ], + [ + "▁jour", + "nal" + ], + [ + "▁", + "journal" + ], + [ + "Value", + "s" + ], + [ + "Val", + "ues" + ], + [ + "▁ein", + "em" + ], + [ + "▁eine", + "m" + ], + [ + "is", + "mo" + ], + [ + "ism", + "o" + ], + [ + "▁project", + "s" + ], + [ + "▁", + "projects" + ], + [ + "▁D", + "as" + ], + [ + "▁Da", + "s" + ], + [ + "ri", + "ble" + ], + [ + "rib", + "le" + ], + [ + "r", + "ible" + ], + [ + "▁s", + "erve" + ], + [ + "▁ser", + "ve" + ], + [ + "▁serv", + "e" + ], + [ + "▁", + "serve" + ], + [ + "▁op", + "ening" + ], + [ + "▁open", + "ing" + ], + [ + "▁h", + "ur" + ], + [ + "▁program", + "s" + ], + [ + "▁U", + "SA" + ], + [ + "▁US", + "A" + ], + [ + "▁", + "USA" + ], + [ + "il", + "iar" + ], + [ + "ili", + "ar" + ], + [ + "ilia", + "r" + ], + [ + "id", + "os" + ], + [ + "ido", + "s" + ], + [ + "B", + "r" + ], + [ + "est", + "amp" + ], + [ + "esta", + "mp" + ], + [ + "▁t", + "ools" + ], + [ + "▁to", + "ols" + ], + [ + "▁too", + "ls" + ], + [ + "▁tool", + "s" + ], + [ + "▁", + "tools" + ], + [ + "an", + "ner" + ], + [ + "ann", + "er" + ], + [ + "anne", + "r" + ], + [ + "R", + "T" + ], + [ + "▁St", + "art" + ], + [ + "▁Star", + "t" + ], + [ + "▁Sta", + "rt" + ], + [ + "▁", + "Start" + ], + [ + "▁b", + "ath" + ], + [ + "▁bat", + "h" + ], + [ + "▁ba", + "th" + ], + [ + "▁coff", + "ee" + ], + [ + "or", + "ter" + ], + [ + "ort", + "er" + ], + [ + "orte", + "r" + ], + [ + "in", + "ternal" + ], + [ + "inter", + "nal" + ], + [ + "intern", + "al" + ], + [ + "file", + "s" + ], + [ + "fil", + "es" + ], + [ + "fi", + "les" + ], + [ + "f", + "iles" + ], + [ + "IN", + "VAL" + ], + [ + "ak", + "o" + ], + [ + "a", + "ko" + ], + [ + "d", + "t" + ], + [ + "▁Se", + "cond" + ], + [ + "▁Sec", + "ond" + ], + [ + "▁", + "Second" + ], + [ + "▁al", + "loc" + ], + [ + "▁all", + "oc" + ], + [ + "▁", + "alloc" + ], + [ + "▁en", + "ded" + ], + [ + "▁end", + "ed" + ], + [ + "▁ende", + "d" + ], + [ + "▁", + "ended" + ], + [ + "ac", + "ional" + ], + [ + "aci", + "onal" + ], + [ + "acion", + "al" + ], + [ + "acio", + "nal" + ], + [ + "▁man", + "ager" + ], + [ + "▁manage", + "r" + ], + [ + "▁", + "manager" + ], + [ + "▁S", + "un" + ], + [ + "▁Su", + "n" + ], + [ + "▁", + "Sun" + ], + [ + "ag", + "g" + ], + [ + "a", + "gg" + ], + [ + "▁le", + "ader" + ], + [ + "▁lead", + "er" + ], + [ + "ol", + "ved" + ], + [ + "olve", + "d" + ], + [ + "olv", + "ed" + ], + [ + "▁ч", + "то" + ], + [ + "▁trad", + "itional" + ], + [ + "▁tradition", + "al" + ], + [ + "sh", + "ot" + ], + [ + "s", + "hot" + ], + [ + "ru", + "p" + ], + [ + "r", + "up" + ], + [ + "C", + "F" + ], + [ + "▁E", + "ach" + ], + [ + "▁", + "Each" + ], + [ + "w", + "r" + ], + [ + "▁S", + "om" + ], + [ + "▁So", + "m" + ], + [ + "▁", + "Som" + ], + [ + "▁material", + "s" + ], + [ + "▁mater", + "ials" + ], + [ + "▁m", + "sg" + ], + [ + "▁ms", + "g" + ], + [ + "▁", + "msg" + ], + [ + "▁s", + "yn" + ], + [ + "▁sy", + "n" + ], + [ + "▁", + "syn" + ], + [ + "▁produ", + "ce" + ], + [ + "▁prod", + "uce" + ], + [ + "▁st", + "orage" + ], + [ + "▁stor", + "age" + ], + [ + "▁sto", + "rage" + ], + [ + "▁", + "storage" + ], + [ + "sub", + "section" + ], + [ + "▁S", + "ie" + ], + [ + "▁Si", + "e" + ], + [ + "▁I", + "P" + ], + [ + "▁", + "IP" + ], + [ + "CE", + "SS" + ], + [ + "▁w", + "a" + ], + [ + "▁", + "wa" + ], + [ + "Re", + "cord" + ], + [ + "Rec", + "ord" + ], + [ + "▁mark", + "eting" + ], + [ + "▁market", + "ing" + ], + [ + "pl", + "et" + ], + [ + "ple", + "t" + ], + [ + "p", + "let" + ], + [ + "D", + "ialog" + ], + [ + "▁mention", + "ed" + ], + [ + "▁ment", + "ioned" + ], + [ + "▁N", + "a" + ], + [ + "▁", + "Na" + ], + [ + "▁Un", + "ion" + ], + [ + "▁", + "Union" + ], + [ + "▁A", + "PI" + ], + [ + "▁AP", + "I" + ], + [ + "▁", + "API" + ], + [ + "▁neg", + "ative" + ], + [ + "▁", + "negative" + ], + [ + "tx", + "t" + ], + [ + "t", + "xt" + ], + [ + "▁eas", + "ier" + ], + [ + "le", + "gal" + ], + [ + "leg", + "al" + ], + [ + "De", + "p" + ], + [ + "D", + "ep" + ], + [ + "▁no", + "vel" + ], + [ + "▁nov", + "el" + ], + [ + "▁nove", + "l" + ], + [ + "eu", + "r" + ], + [ + "e", + "ur" + ], + [ + "ac", + "ió" + ], + [ + "aci", + "ó" + ], + [ + "a", + "ció" + ], + [ + "▁B", + "ud" + ], + [ + "▁Bu", + "d" + ], + [ + "▁c", + "arry" + ], + [ + "▁car", + "ry" + ], + [ + "sch", + "aft" + ], + [ + "s", + "chaft" + ], + [ + "▁br", + "oken" + ], + [ + "▁bro", + "ken" + ], + [ + "▁broke", + "n" + ], + [ + "▁t", + "rees" + ], + [ + "▁tr", + "ees" + ], + [ + "▁tre", + "es" + ], + [ + "▁tree", + "s" + ], + [ + ">(", + ");" + ], + [ + ">()", + ";" + ], + [ + ">", + "();" + ], + [ + "▁e", + "mb" + ], + [ + "▁em", + "b" + ], + [ + "▁", + "emb" + ], + [ + "ie", + "der" + ], + [ + "ied", + "er" + ], + [ + "i", + "eder" + ], + [ + "▁r", + "oute" + ], + [ + "▁ro", + "ute" + ], + [ + "▁rout", + "e" + ], + [ + "▁rou", + "te" + ], + [ + "▁", + "route" + ], + [ + "ik", + "el" + ], + [ + "ike", + "l" + ], + [ + "i", + "kel" + ], + [ + "▁l", + "isten" + ], + [ + "▁li", + "sten" + ], + [ + "▁list", + "en" + ], + [ + "▁", + "listen" + ], + [ + "ash", + "ion" + ], + [ + "ashi", + "on" + ], + [ + "▁M", + "rs" + ], + [ + "▁Mr", + "s" + ], + [ + "▁equip", + "ment" + ], + [ + "ag", + "ger" + ], + [ + "agg", + "er" + ], + [ + "▁T", + "hus" + ], + [ + "▁Th", + "us" + ], + [ + "▁mat", + "rix" + ], + [ + "▁", + "matrix" + ], + [ + "al", + "la" + ], + [ + "all", + "a" + ], + [ + "a", + "lla" + ], + [ + "▁T", + "our" + ], + [ + "▁To", + "ur" + ], + [ + "▁con", + "versation" + ], + [ + "▁convers", + "ation" + ], + [ + "Mo", + "n" + ], + [ + "M", + "on" + ], + [ + "our", + "nal" + ], + [ + "▁min", + "ute" + ], + [ + "▁minut", + "e" + ], + [ + "▁", + "minute" + ], + [ + "A", + "m" + ], + [ + "Ap", + "i" + ], + [ + "A", + "pi" + ], + [ + "▁for", + "get" + ], + [ + "▁forg", + "et" + ], + [ + "M", + "e" + ], + [ + "lev", + "ant" + ], + [ + "te", + "mp" + ], + [ + "tem", + "p" + ], + [ + "t", + "emp" + ], + [ + "▁t", + "elling" + ], + [ + "▁tell", + "ing" + ], + [ + "▁tel", + "ling" + ], + [ + "mo", + "ve" + ], + [ + "mov", + "e" + ], + [ + "m", + "ove" + ], + [ + "▁in", + "dependent" + ], + [ + "▁independ", + "ent" + ], + [ + "to", + "String" + ], + [ + "ed", + "it" + ], + [ + "edi", + "t" + ], + [ + "e", + "dit" + ], + [ + "▁J", + "ac" + ], + [ + "▁Ja", + "c" + ], + [ + "az", + "z" + ], + [ + "a", + "zz" + ], + [ + "re", + "act" + ], + [ + "rea", + "ct" + ], + [ + "▁c", + "in" + ], + [ + "▁ci", + "n" + ], + [ + "▁", + "cin" + ], + [ + "▁P", + "rov" + ], + [ + "▁Pro", + "v" + ], + [ + "▁Pr", + "ov" + ], + [ + "▁", + "Prov" + ], + [ + "is", + "ted" + ], + [ + "ist", + "ed" + ], + [ + "iste", + "d" + ], + [ + "i", + "sted" + ], + [ + "▁h", + "ash" + ], + [ + "▁has", + "h" + ], + [ + "▁ha", + "sh" + ], + [ + "▁", + "hash" + ], + [ + "on", + "na" + ], + [ + "ik", + "i" + ], + [ + "i", + "ki" + ], + [ + "▁gener", + "ated" + ], + [ + "▁generate", + "d" + ], + [ + "▁gene", + "rated" + ], + [ + "▁", + "generated" + ], + [ + "Re", + "nder" + ], + [ + "Rend", + "er" + ], + [ + "R", + "ender" + ], + [ + "▁psy", + "ch" + ], + [ + "▁ps", + "ych" + ], + [ + "na", + "v" + ], + [ + "n", + "av" + ], + [ + "▁en", + "tr" + ], + [ + "▁ent", + "r" + ], + [ + "▁", + "entr" + ], + [ + "п", + "ра" + ], + [ + "r", + "x" + ], + [ + "AT", + "H" + ], + [ + "A", + "TH" + ], + [ + "▁ass", + "ume" + ], + [ + "▁assum", + "e" + ], + [ + "Tr", + "ee" + ], + [ + "T", + "ree" + ], + [ + "semb", + "ly" + ], + [ + "sembl", + "y" + ], + [ + "▁M", + "att" + ], + [ + "▁Mat", + "t" + ], + [ + "▁Ma", + "tt" + ], + [ + "ca", + "ption" + ], + [ + "c", + "aption" + ], + [ + "▁s", + "olutions" + ], + [ + "▁solution", + "s" + ], + [ + "▁fa", + "ith" + ], + [ + "▁fait", + "h" + ], + [ + "▁dig", + "ital" + ], + [ + "▁digit", + "al" + ], + [ + "▁ex", + "cell" + ], + [ + "▁exc", + "ell" + ], + [ + "▁V", + "ersion" + ], + [ + "▁Vers", + "ion" + ], + [ + "▁", + "Version" + ], + [ + "De", + "bug" + ], + [ + "D", + "ebug" + ], + [ + "▁ж", + "и" + ], + [ + "▁", + "жи" + ], + [ + "▁car", + "ried" + ], + [ + "re", + "set" + ], + [ + "res", + "et" + ], + [ + "▁slow", + "ly" + ], + [ + "an", + "cing" + ], + [ + "anc", + "ing" + ], + [ + "▁own", + "er" + ], + [ + "▁", + "owner" + ], + [ + "▁T", + "er" + ], + [ + "▁Te", + "r" + ], + [ + "▁D", + "id" + ], + [ + "▁Di", + "d" + ], + [ + "▁", + "Did" + ], + [ + "▁g", + "est" + ], + [ + "▁ge", + "st" + ], + [ + "▁ges", + "t" + ], + [ + "▁", + "gest" + ], + [ + "▁é", + "té" + ], + [ + "▁ét", + "é" + ], + [ + "▁", + "été" + ], + [ + "▁pro", + "of" + ], + [ + "▁", + "proof" + ], + [ + "F", + "ont" + ], + [ + "▁n", + "ob" + ], + [ + "▁no", + "b" + ], + [ + "▁", + "nob" + ], + [ + "C", + "o" + ], + [ + "▁G", + "NU" + ], + [ + "▁l", + "iber" + ], + [ + "▁li", + "ber" + ], + [ + "▁lib", + "er" + ], + [ + "it", + "ness" + ], + [ + "▁h", + "ij" + ], + [ + "▁hi", + "j" + ], + [ + "▁v", + "ert" + ], + [ + "▁ver", + "t" + ], + [ + "▁ve", + "rt" + ], + [ + "▁", + "vert" + ], + [ + "ш", + "а" + ], + [ + "FL", + "AG" + ], + [ + "ME", + "NT" + ], + [ + "M", + "ENT" + ], + [ + "▁S", + "on" + ], + [ + "▁So", + "n" + ], + [ + "Mu", + "lt" + ], + [ + "M", + "ult" + ], + [ + "▁d", + "istrict" + ], + [ + "▁di", + "strict" + ], + [ + "▁dist", + "rict" + ], + [ + "conne", + "ct" + ], + [ + "conn", + "ect" + ], + [ + "ject", + "ion" + ], + [ + "je", + "ction" + ], + [ + "j", + "ection" + ], + [ + "ly", + "mp" + ], + [ + "▁real", + "ized" + ], + [ + "▁realize", + "d" + ], + [ + "▁realiz", + "ed" + ], + [ + "mo", + "s" + ], + [ + "m", + "os" + ], + [ + "y", + "e" + ], + [ + "▁re", + "nder" + ], + [ + "▁r", + "ender" + ], + [ + "▁ren", + "der" + ], + [ + "▁rend", + "er" + ], + [ + "▁", + "render" + ], + [ + "ri", + "o" + ], + [ + "r", + "io" + ], + [ + "▁inter", + "pret" + ], + [ + "▁", + "interpret" + ], + [ + "▁slight", + "ly" + ], + [ + "fi", + "x" + ], + [ + "f", + "ix" + ], + [ + "▁stud", + "ies" + ], + [ + "▁r", + "id" + ], + [ + "▁ri", + "d" + ], + [ + "▁", + "rid" + ], + [ + "at", + "re" + ], + [ + "atr", + "e" + ], + [ + "a", + "tre" + ], + [ + "▁benef", + "its" + ], + [ + "▁benefit", + "s" + ], + [ + "▁F", + "ace" + ], + [ + "▁Fa", + "ce" + ], + [ + "▁Fac", + "e" + ], + [ + "▁", + "Face" + ], + [ + "iv", + "ery" + ], + [ + "ive", + "ry" + ], + [ + "iver", + "y" + ], + [ + "i", + "very" + ], + [ + "ри", + "я" + ], + [ + "doc", + "ument" + ], + [ + "d", + "ocument" + ], + [ + "▁as", + "king" + ], + [ + "▁ask", + "ing" + ], + [ + "La", + "st" + ], + [ + "L", + "ast" + ], + [ + "ar", + "ante" + ], + [ + "ara", + "nte" + ], + [ + "aran", + "te" + ], + [ + "▁Mart", + "in" + ], + [ + "▁E", + "ll" + ], + [ + "▁El", + "l" + ], + [ + "▁v", + "ector" + ], + [ + "▁ve", + "ctor" + ], + [ + "▁vec", + "tor" + ], + [ + "▁", + "vector" + ], + [ + "▁for", + "ced" + ], + [ + "▁force", + "d" + ], + [ + "▁", + "forced" + ], + [ + "о", + "ло" + ], + [ + "P", + "H" + ], + [ + "W", + "R" + ], + [ + "▁K", + "l" + ], + [ + "▁s", + "ky" + ], + [ + "▁sk", + "y" + ], + [ + "▁", + "sky" + ], + [ + "▁str", + "ategy" + ], + [ + "▁strateg", + "y" + ], + [ + "▁strat", + "egy" + ], + [ + "oc", + "ked" + ], + [ + "ock", + "ed" + ], + [ + "▁ne", + "ck" + ], + [ + "ś", + "ci" + ], + [ + "O", + "UT" + ], + [ + "))", + "," + ], + [ + ")", + ")," + ], + [ + "C", + "ustom" + ], + [ + "▁w", + "ie" + ], + [ + "▁", + "wie" + ], + [ + "▁s", + "weet" + ], + [ + "▁swe", + "et" + ], + [ + "▁t", + "emp" + ], + [ + "▁te", + "mp" + ], + [ + "▁tem", + "p" + ], + [ + "▁", + "temp" + ], + [ + "▁fore", + "ign" + ], + [ + "▁h", + "all" + ], + [ + "▁ha", + "ll" + ], + [ + "▁hal", + "l" + ], + [ + "▁", + "hall" + ], + [ + "as", + "tr" + ], + [ + "ast", + "r" + ], + [ + "a", + "str" + ], + [ + "As", + "s" + ], + [ + "A", + "ss" + ], + [ + "MO", + "DE" + ], + [ + "MOD", + "E" + ], + [ + "▁max", + "imum" + ], + [ + "▁maxim", + "um" + ], + [ + "an", + "nels" + ], + [ + "ann", + "els" + ], + [ + "annel", + "s" + ], + [ + "anne", + "ls" + ], + [ + "▁t", + "ip" + ], + [ + "▁ti", + "p" + ], + [ + "▁", + "tip" + ], + [ + "▁second", + "s" + ], + [ + "▁sec", + "onds" + ], + [ + "▁", + "seconds" + ], + [ + "▁st", + "ack" + ], + [ + "▁sta", + "ck" + ], + [ + "▁", + "stack" + ], + [ + "ig", + "a" + ], + [ + "i", + "ga" + ], + [ + "▁r", + "aise" + ], + [ + "▁rais", + "e" + ], + [ + "▁ra", + "ise" + ], + [ + "▁", + "raise" + ], + [ + "en", + "able" + ], + [ + "ena", + "ble" + ], + [ + "oi", + "r" + ], + [ + "o", + "ir" + ], + [ + "▁s", + "oul" + ], + [ + "▁so", + "ul" + ], + [ + "▁sou", + "l" + ], + [ + "K", + "e" + ], + [ + ")$", + "." + ], + [ + ")", + "$." + ], + [ + "▁T", + "im" + ], + [ + "▁Ti", + "m" + ], + [ + "▁", + "Tim" + ], + [ + "AL", + "SE" + ], + [ + "is", + "er" + ], + [ + "ise", + "r" + ], + [ + "i", + "ser" + ], + [ + "cont", + "in" + ], + [ + "be", + "l" + ], + [ + "b", + "el" + ], + [ + "▁m", + "ad" + ], + [ + "▁ma", + "d" + ], + [ + "▁", + "mad" + ], + [ + "lic", + "hen" + ], + [ + "li", + "chen" + ], + [ + "lich", + "en" + ], + [ + "liche", + "n" + ], + [ + "l", + "ichen" + ], + [ + "ab", + "e" + ], + [ + "a", + "be" + ], + [ + "sa", + "fe" + ], + [ + "▁con", + "cent" + ], + [ + "▁conc", + "ent" + ], + [ + "▁conce", + "nt" + ], + [ + "bo", + "und" + ], + [ + "b", + "ound" + ], + [ + "▁R", + "equ" + ], + [ + "▁Re", + "qu" + ], + [ + "▁", + "Requ" + ], + [ + "sw", + "itch" + ], + [ + "▁st", + "one" + ], + [ + "▁sto", + "ne" + ], + [ + "▁", + "stone" + ], + [ + "▁trans", + "l" + ], + [ + "▁", + "transl" + ], + [ + "▁v", + "ac" + ], + [ + "▁va", + "c" + ], + [ + "an", + "don" + ], + [ + "and", + "on" + ], + [ + "ando", + "n" + ], + [ + "▁F", + "ore" + ], + [ + "▁For", + "e" + ], + [ + "▁Fo", + "re" + ], + [ + "▁", + "Fore" + ], + [ + "▁s", + "ounds" + ], + [ + "▁sound", + "s" + ], + [ + "▁P", + "op" + ], + [ + "▁Po", + "p" + ], + [ + "▁", + "Pop" + ], + [ + "▁H", + "T" + ], + [ + "▁", + "HT" + ], + [ + "li", + "a" + ], + [ + "l", + "ia" + ], + [ + "en", + "ter" + ], + [ + "ent", + "er" + ], + [ + "ente", + "r" + ], + [ + "▁hel", + "ps" + ], + [ + "▁help", + "s" + ], + [ + "ed", + "y" + ], + [ + "e", + "dy" + ], + [ + "ст", + "вен" + ], + [ + "ств", + "ен" + ], + [ + "стве", + "н" + ], + [ + "an", + "ted" + ], + [ + "ant", + "ed" + ], + [ + "ante", + "d" + ], + [ + "▁I", + "ts" + ], + [ + "▁It", + "s" + ], + [ + "▁St", + "ep" + ], + [ + "▁Ste", + "p" + ], + [ + "▁", + "Step" + ], + [ + "I", + "con" + ], + [ + "▁EX", + "PECT" + ], + [ + "▁", + "EXPECT" + ], + [ + "ial", + "ized" + ], + [ + "ialize", + "d" + ], + [ + "Pos", + "t" + ], + [ + "Po", + "st" + ], + [ + "P", + "ost" + ], + [ + "az", + "e" + ], + [ + "a", + "ze" + ], + [ + "▁Car", + "ol" + ], + [ + "▁Ca", + "rol" + ], + [ + "▁re", + "q" + ], + [ + "▁r", + "eq" + ], + [ + "▁", + "req" + ], + [ + "▁crit", + "ical" + ], + [ + "▁critic", + "al" + ], + [ + "D", + "S" + ], + [ + "▁se", + "at" + ], + [ + "▁sea", + "t" + ], + [ + "ap", + "ed" + ], + [ + "ape", + "d" + ], + [ + "a", + "ped" + ], + [ + "▁up", + "per" + ], + [ + "▁upp", + "er" + ], + [ + "▁", + "upper" + ], + [ + "▁S", + "y" + ], + [ + "▁", + "Sy" + ], + [ + "▁ex", + "plain" + ], + [ + "▁expl", + "ain" + ], + [ + "▁'", + "./" + ], + [ + "▁'.", + "/" + ], + [ + "ut", + "ils" + ], + [ + "util", + "s" + ], + [ + "uti", + "ls" + ], + [ + "poss", + "ible" + ], + [ + "▁d", + "ont" + ], + [ + "▁do", + "nt" + ], + [ + "▁don", + "t" + ], + [ + "H", + "ost" + ], + [ + "▁appro", + "xim" + ], + [ + "▁approx", + "im" + ], + [ + "As", + "ync" + ], + [ + "A", + "sync" + ], + [ + "▁g", + "rab" + ], + [ + "▁gr", + "ab" + ], + [ + "▁gra", + "b" + ], + [ + "▁s", + "ources" + ], + [ + "▁source", + "s" + ], + [ + "▁sour", + "ces" + ], + [ + "▁", + "sources" + ], + [ + "▁M", + "os" + ], + [ + "▁Mo", + "s" + ], + [ + "▁Germ", + "any" + ], + [ + "▁German", + "y" + ], + [ + "▁Ger", + "many" + ], + [ + "▁r", + "ub" + ], + [ + "▁ru", + "b" + ], + [ + "▁", + "rub" + ], + [ + "CH", + "AN" + ], + [ + "▁r", + "ain" + ], + [ + "▁ra", + "in" + ], + [ + "▁tr", + "uly" + ], + [ + "▁join", + "ed" + ], + [ + "▁jo", + "ined" + ], + [ + "▁<", + "?" + ], + [ + "▁", + "" + ], + [ + "_", + "->" + ], + [ + "ag", + "nost" + ], + [ + "agn", + "ost" + ], + [ + "▁pro", + "posed" + ], + [ + "▁prop", + "osed" + ], + [ + "▁propos", + "ed" + ], + [ + "▁propose", + "d" + ], + [ + "▁G", + "ame" + ], + [ + "▁Ga", + "me" + ], + [ + "▁Gam", + "e" + ], + [ + "▁", + "Game" + ], + [ + "▁eff", + "orts" + ], + [ + "▁effort", + "s" + ], + [ + "в", + "я" + ], + [ + "t", + "c" + ], + [ + "с", + "к" + ], + [ + "▁int", + "ent" + ], + [ + "▁inte", + "nt" + ], + [ + "▁", + "intent" + ], + [ + "▁B", + "re" + ], + [ + "▁Br", + "e" + ], + [ + "is", + "c" + ], + [ + "i", + "sc" + ], + [ + "▁pro", + "test" + ], + [ + "▁prote", + "st" + ], + [ + "▁prot", + "est" + ], + [ + "▁h", + "olds" + ], + [ + "▁hold", + "s" + ], + [ + "▁hol", + "ds" + ], + [ + "▁", + "holds" + ], + [ + "om", + "etry" + ], + [ + "ome", + "try" + ], + [ + "omet", + "ry" + ], + [ + "o", + "metry" + ], + [ + "▁H", + "ave" + ], + [ + "▁Ha", + "ve" + ], + [ + "▁Hav", + "e" + ], + [ + "▁", + "Have" + ], + [ + "▁de", + "tail" + ], + [ + "▁det", + "ail" + ], + [ + "▁", + "detail" + ], + [ + "▁WIT", + "HOUT" + ], + [ + "▁WITH", + "OUT" + ], + [ + "ye", + "r" + ], + [ + "y", + "er" + ], + [ + "▁K", + "on" + ], + [ + "▁Ko", + "n" + ], + [ + "▁not", + "iced" + ], + [ + "▁notice", + "d" + ], + [ + "▁require", + "ments" + ], + [ + "▁requirement", + "s" + ], + [ + "DE", + "BUG" + ], + [ + "ki", + "ns" + ], + [ + "kin", + "s" + ], + [ + "k", + "ins" + ], + [ + "▁S", + "pan" + ], + [ + "▁Sp", + "an" + ], + [ + "▁", + "Span" + ], + [ + "▁c", + "ars" + ], + [ + "▁car", + "s" + ], + [ + "▁ca", + "rs" + ], + [ + "me", + "ta" + ], + [ + "met", + "a" + ], + [ + "m", + "eta" + ], + [ + "▁k", + "il" + ], + [ + "▁ki", + "l" + ], + [ + "▁", + "kil" + ], + [ + "▁B", + "ron" + ], + [ + "▁Br", + "on" + ], + [ + "▁Bro", + "n" + ], + [ + "▁experience", + "d" + ], + [ + "▁experi", + "enced" + ], + [ + "▁re", + "mind" + ], + [ + "▁rem", + "ind" + ], + [ + "our", + "se" + ], + [ + "ours", + "e" + ], + [ + "▁W", + "estern" + ], + [ + "▁West", + "ern" + ], + [ + "▁Wes", + "tern" + ], + [ + "ter", + "ed" + ], + [ + "te", + "red" + ], + [ + "tere", + "d" + ], + [ + "t", + "ered" + ], + [ + "▁dev", + "ices" + ], + [ + "▁device", + "s" + ], + [ + "▁", + "devices" + ], + [ + "▁pict", + "ures" + ], + [ + "▁picture", + "s" + ], + [ + "▁t", + "ut" + ], + [ + "▁tu", + "t" + ], + [ + "\"", + "`" + ], + [ + "▁im", + "possible" + ], + [ + "▁r", + "ail" + ], + [ + "▁ra", + "il" + ], + [ + "▁fe", + "els" + ], + [ + "▁feel", + "s" + ], + [ + "▁fee", + "ls" + ], + [ + "ic", + "as" + ], + [ + "ica", + "s" + ], + [ + "i", + "cas" + ], + [ + "il", + "ling" + ], + [ + "ill", + "ing" + ], + [ + "▁acc", + "ident" + ], + [ + "▁'", + "@" + ], + [ + "____", + "____" + ], + [ + "▁n", + "otes" + ], + [ + "▁not", + "es" + ], + [ + "▁no", + "tes" + ], + [ + "▁note", + "s" + ], + [ + "▁", + "notes" + ], + [ + "om", + "an" + ], + [ + "oma", + "n" + ], + [ + "o", + "man" + ], + [ + "Par", + "ser" + ], + [ + "Parse", + "r" + ], + [ + "Pars", + "er" + ], + [ + "▁dis", + "covered" + ], + [ + "▁discover", + "ed" + ], + [ + "▁R", + "oman" + ], + [ + "▁Rom", + "an" + ], + [ + "▁Ro", + "man" + ], + [ + "▁Roma", + "n" + ], + [ + "▁bud", + "get" + ], + [ + "▁gu", + "ide" + ], + [ + "▁guid", + "e" + ], + [ + "ki", + "ng" + ], + [ + "kin", + "g" + ], + [ + "k", + "ing" + ], + [ + "▁in", + "cred" + ], + [ + "▁inc", + "red" + ], + [ + "▁incre", + "d" + ], + [ + "ol", + "ar" + ], + [ + "ola", + "r" + ], + [ + "o", + "lar" + ], + [ + "en", + "den" + ], + [ + "end", + "en" + ], + [ + "ende", + "n" + ], + [ + "Des", + "c" + ], + [ + "De", + "sc" + ], + [ + "D", + "esc" + ], + [ + "▁w", + "ave" + ], + [ + "▁wa", + "ve" + ], + [ + "▁", + "wave" + ], + [ + "б", + "ли" + ], + [ + "ig", + "t" + ], + [ + "i", + "gt" + ], + [ + "▁re", + "strict" + ], + [ + "▁rest", + "rict" + ], + [ + "▁restr", + "ict" + ], + [ + "▁R", + "et" + ], + [ + "▁Re", + "t" + ], + [ + "▁", + "Ret" + ], + [ + "▁m", + "ac" + ], + [ + "▁ma", + "c" + ], + [ + "▁", + "mac" + ], + [ + "у", + "р" + ], + [ + "B", + "S" + ], + [ + "í", + "s" + ], + [ + "▁gener", + "ation" + ], + [ + "de", + "m" + ], + [ + "d", + "em" + ], + [ + "al", + "o" + ], + [ + "a", + "lo" + ], + [ + "б", + "ра" + ], + [ + "▁order", + "ed" + ], + [ + "▁ord", + "ered" + ], + [ + "▁", + "ordered" + ], + [ + "dr", + "op" + ], + [ + "dro", + "p" + ], + [ + "d", + "rop" + ], + [ + "▁p", + "p" + ], + [ + "▁", + "pp" + ], + [ + "▁Re", + "view" + ], + [ + "▁Rev", + "iew" + ], + [ + "▁", + "Review" + ], + [ + "▁liter", + "ally" + ], + [ + "▁literal", + "ly" + ], + [ + "▁S", + "ir" + ], + [ + "▁Si", + "r" + ], + [ + "▁", + "Sir" + ], + [ + "▁Y", + "eah" + ], + [ + "▁Ye", + "ah" + ], + [ + "▁", + "Yeah" + ], + [ + "▁d", + "ensity" + ], + [ + "▁dens", + "ity" + ], + [ + "▁", + "density" + ], + [ + "ri", + "z" + ], + [ + "r", + "iz" + ], + [ + "in", + "de" + ], + [ + "ind", + "e" + ], + [ + "i", + "nde" + ], + [ + "▁g", + "ain" + ], + [ + "▁ga", + "in" + ], + [ + "▁", + "gain" + ], + [ + "▁p", + "anel" + ], + [ + "▁pan", + "el" + ], + [ + "▁pa", + "nel" + ], + [ + "▁", + "panel" + ], + [ + "je", + "t" + ], + [ + "j", + "et" + ], + [ + "▁T", + "imes" + ], + [ + "▁Time", + "s" + ], + [ + "▁Tim", + "es" + ], + [ + "▁Ti", + "mes" + ], + [ + "▁", + "Times" + ], + [ + "▁n", + "ella" + ], + [ + "▁ne", + "lla" + ], + [ + "▁nel", + "la" + ], + [ + "▁nell", + "a" + ], + [ + "▁pre", + "viously" + ], + [ + "▁previous", + "ly" + ], + [ + "▁prev", + "iously" + ], + [ + "point", + "s" + ], + [ + "Se", + "nd" + ], + [ + "S", + "end" + ], + [ + "▁B", + "rown" + ], + [ + "▁Br", + "own" + ], + [ + "▁Bro", + "wn" + ], + [ + "▁Brow", + "n" + ], + [ + "ea", + "ch" + ], + [ + "e", + "ach" + ], + [ + "▁tr", + "igger" + ], + [ + "▁", + "trigger" + ], + [ + "ome", + "times" + ], + [ + "omet", + "imes" + ], + [ + "ic", + "os" + ], + [ + "ico", + "s" + ], + [ + "i", + "cos" + ], + [ + "G", + "R" + ], + [ + "Pane", + "l" + ], + [ + "Pan", + "el" + ], + [ + "P", + "anel" + ], + [ + "og", + "en" + ], + [ + "oge", + "n" + ], + [ + "o", + "gen" + ], + [ + "▁c", + "m" + ], + [ + "▁", + "cm" + ], + [ + "ru", + "ctions" + ], + [ + "ruct", + "ions" + ], + [ + "ruction", + "s" + ], + [ + "▁k", + "iss" + ], + [ + "▁ki", + "ss" + ], + [ + "▁s", + "olo" + ], + [ + "▁so", + "lo" + ], + [ + "▁sol", + "o" + ], + [ + "▁f", + "amous" + ], + [ + "▁fam", + "ous" + ], + [ + "ra", + "n" + ], + [ + "r", + "an" + ], + [ + "п", + "ро" + ], + [ + "▁th", + "ro" + ], + [ + "▁thr", + "o" + ], + [ + "Gr", + "aph" + ], + [ + "G", + "raph" + ], + [ + "im", + "it" + ], + [ + "imi", + "t" + ], + [ + "i", + "mit" + ], + [ + "▁V", + "alue" + ], + [ + "▁Val", + "ue" + ], + [ + "▁", + "Value" + ], + [ + "▁st", + "arts" + ], + [ + "▁start", + "s" + ], + [ + "▁star", + "ts" + ], + [ + "ip", + "eline" + ], + [ + "ipe", + "line" + ], + [ + "h", + "d" + ], + [ + "T", + "C" + ], + [ + "▁dis", + "cussion" + ], + [ + "▁discuss", + "ion" + ], + [ + "▁tr", + "uck" + ], + [ + "ak", + "a" + ], + [ + "a", + "ka" + ], + [ + "On", + "ly" + ], + [ + "▁E", + "qu" + ], + [ + "▁Eq", + "u" + ], + [ + "▁", + "Equ" + ], + [ + "▁k", + "ö" + ], + [ + "▁", + "kö" + ], + [ + "▁B", + "es" + ], + [ + "▁Be", + "s" + ], + [ + "▁crit", + "ic" + ], + [ + "▁pro", + "pos" + ], + [ + "▁prop", + "os" + ], + [ + "▁b", + "att" + ], + [ + "▁bat", + "t" + ], + [ + "▁ba", + "tt" + ], + [ + "▁S", + "ection" + ], + [ + "▁Se", + "ction" + ], + [ + "▁", + "Section" + ], + [ + "Sh", + "ow" + ], + [ + "S", + "how" + ], + [ + "g", + "p" + ], + [ + "ST", + "ATE" + ], + [ + "STAT", + "E" + ], + [ + "PO", + "ST" + ], + [ + "POS", + "T" + ], + [ + "P", + "OST" + ], + [ + "▁N", + "ord" + ], + [ + "▁No", + "rd" + ], + [ + "▁Nor", + "d" + ], + [ + "▁in", + "nov" + ], + [ + "▁inn", + "ov" + ], + [ + "▁c", + "rim" + ], + [ + "▁cr", + "im" + ], + [ + "▁cri", + "m" + ], + [ + "▁", + "crim" + ], + [ + "ax", + "is" + ], + [ + "a", + "xis" + ], + [ + "▁T", + "urn" + ], + [ + "▁Tur", + "n" + ], + [ + "▁Tu", + "rn" + ], + [ + "▁", + "Turn" + ], + [ + "con", + "n" + ], + [ + "co", + "nn" + ], + [ + "Run", + "time" + ], + [ + "▁rem", + "aining" + ], + [ + "▁remain", + "ing" + ], + [ + "os", + "ton" + ], + [ + "ost", + "on" + ], + [ + "osto", + "n" + ], + [ + "o", + "ston" + ], + [ + "▁", + "Э" + ], + [ + "▁window", + "s" + ], + [ + "▁wind", + "ows" + ], + [ + "▁", + "windows" + ], + [ + "▁R", + "oyal" + ], + [ + "▁Ro", + "yal" + ], + [ + "▁Roy", + "al" + ], + [ + "▁v", + "ide" + ], + [ + "▁vi", + "de" + ], + [ + "▁vid", + "e" + ], + [ + "P", + "P" + ], + [ + "ch", + "ron" + ], + [ + "chr", + "on" + ], + [ + "▁s", + "an" + ], + [ + "▁sa", + "n" + ], + [ + "▁", + "san" + ], + [ + "▁r", + "ise" + ], + [ + "▁ri", + "se" + ], + [ + "▁ris", + "e" + ], + [ + "▁", + "rise" + ], + [ + "▁d", + "elle" + ], + [ + "▁de", + "lle" + ], + [ + "▁del", + "le" + ], + [ + "▁dell", + "e" + ], + [ + "▁D", + "ur" + ], + [ + "▁Du", + "r" + ], + [ + "▁rap", + "id" + ], + [ + "▁ra", + "pid" + ], + [ + "ce", + "rt" + ], + [ + "cer", + "t" + ], + [ + "c", + "ert" + ], + [ + "L", + "A" + ], + [ + "ed", + "ge" + ], + [ + "▁\\", + "]" + ], + [ + "▁", + "\\]" + ], + [ + "▁en", + "tered" + ], + [ + "▁ent", + "ered" + ], + [ + "▁enter", + "ed" + ], + [ + "▁l", + "aws" + ], + [ + "▁la", + "ws" + ], + [ + "▁law", + "s" + ], + [ + "▁ph", + "oto" + ], + [ + "▁phot", + "o" + ], + [ + "▁", + "photo" + ], + [ + "▁ap", + "plications" + ], + [ + "▁applic", + "ations" + ], + [ + "▁application", + "s" + ], + [ + "▁appl", + "ications" + ], + [ + "▁Ber", + "lin" + ], + [ + "▁ar", + "rest" + ], + [ + "▁arr", + "est" + ], + [ + "▁f", + "ederal" + ], + [ + "▁fed", + "eral" + ], + [ + "▁feder", + "al" + ], + [ + "▁R", + "ussia" + ], + [ + "▁Russ", + "ia" + ], + [ + "▁us", + "ual" + ], + [ + "▁r", + "aw" + ], + [ + "▁ra", + "w" + ], + [ + "▁", + "raw" + ], + [ + "▁pi", + "ù" + ], + [ + "êt", + "re" + ], + [ + "ê", + "tre" + ], + [ + "JS", + "ON" + ], + [ + "J", + "SON" + ], + [ + "SI", + "ON" + ], + [ + "S", + "ION" + ], + [ + "xt", + "ure" + ], + [ + "ist", + "ent" + ], + [ + "iste", + "nt" + ], + [ + "isten", + "t" + ], + [ + "▁P", + "ower" + ], + [ + "▁Po", + "wer" + ], + [ + "▁Pow", + "er" + ], + [ + "▁", + "Power" + ], + [ + "Bi", + "t" + ], + [ + "B", + "it" + ], + [ + "▁cap", + "acity" + ], + [ + "▁capac", + "ity" + ], + [ + "▁", + "capacity" + ], + [ + "▁c", + "ards" + ], + [ + "▁car", + "ds" + ], + [ + "▁card", + "s" + ], + [ + "▁", + "cards" + ], + [ + "UI", + "D" + ], + [ + "U", + "ID" + ], + [ + "im", + "ents" + ], + [ + "iment", + "s" + ], + [ + "imen", + "ts" + ], + [ + "i", + "ments" + ], + [ + "▁d", + "ar" + ], + [ + "▁da", + "r" + ], + [ + "▁", + "dar" + ], + [ + "▁Ch", + "icago" + ], + [ + "▁comfort", + "able" + ], + [ + "ti", + "p" + ], + [ + "t", + "ip" + ], + [ + "ba", + "s" + ], + [ + "b", + "as" + ], + [ + "▁m", + "u" + ], + [ + "▁", + "mu" + ], + [ + "▁en", + "emy" + ], + [ + "▁enem", + "y" + ], + [ + "ya", + "n" + ], + [ + "y", + "an" + ], + [ + "▁ф", + "и" + ], + [ + "▁", + "фи" + ], + [ + "▁up", + "dated" + ], + [ + "▁update", + "d" + ], + [ + "▁", + "updated" + ], + [ + "an", + "go" + ], + [ + "ang", + "o" + ], + [ + "E", + "v" + ], + [ + "E", + "ffect" + ], + [ + "os", + "ing" + ], + [ + "osi", + "ng" + ], + [ + "o", + "sing" + ], + [ + "ren", + "ce" + ], + [ + "r", + "ence" + ], + [ + "▁Con", + "gress" + ], + [ + "▁Cong", + "ress" + ], + [ + "▁d", + "efe" + ], + [ + "▁de", + "fe" + ], + [ + "▁def", + "e" + ], + [ + "▁i", + "p" + ], + [ + "▁", + "ip" + ], + [ + "▁t", + "out" + ], + [ + "▁to", + "ut" + ], + [ + "▁tou", + "t" + ], + [ + "▁f", + "reedom" + ], + [ + "▁free", + "dom" + ], + [ + "▁freed", + "om" + ], + [ + "▁a", + "o" + ], + [ + "▁", + "ao" + ], + [ + "▁There", + "fore" + ], + [ + "▁Ther", + "efore" + ], + [ + "Ed", + "it" + ], + [ + "E", + "dit" + ], + [ + "▁Vir", + "gin" + ], + [ + "RE", + "E" + ], + [ + "R", + "EE" + ], + [ + "ar", + "go" + ], + [ + "arg", + "o" + ], + [ + "▁D", + "am" + ], + [ + "▁Da", + "m" + ], + [ + "▁", + "Dam" + ], + [ + "▁tra", + "ffic" + ], + [ + "▁traff", + "ic" + ], + [ + "ño", + "s" + ], + [ + "ñ", + "os" + ], + [ + "▁a", + "lle" + ], + [ + "▁al", + "le" + ], + [ + "▁all", + "e" + ], + [ + "▁", + "alle" + ], + [ + "▁dep", + "th" + ], + [ + "▁", + "depth" + ], + [ + "No", + "w" + ], + [ + "N", + "ow" + ], + [ + "▁s", + "ides" + ], + [ + "▁side", + "s" + ], + [ + "▁si", + "des" + ], + [ + "▁sid", + "es" + ], + [ + "▁го", + "ди" + ], + [ + "▁год", + "и" + ], + [ + "Des", + "criptor" + ], + [ + "▁art", + "ikel" + ], + [ + "▁n", + "arrow" + ], + [ + "▁narr", + "ow" + ], + [ + "▁nar", + "row" + ], + [ + "__", + "_" + ], + [ + "_", + "__" + ], + [ + "k", + "w" + ], + [ + "ut", + "o" + ], + [ + "u", + "to" + ], + [ + "▁Face", + "book" + ], + [ + "▁Fac", + "ebook" + ], + [ + "te", + "gr" + ], + [ + "t", + "egr" + ], + [ + "bo", + "olean" + ], + [ + "ni", + "k" + ], + [ + "n", + "ik" + ], + [ + "b", + "d" + ], + [ + "Tr", + "ack" + ], + [ + "Tra", + "ck" + ], + [ + "▁g", + "ran" + ], + [ + "▁gr", + "an" + ], + [ + "▁gra", + "n" + ], + [ + "res", + "hold" + ], + [ + "resh", + "old" + ], + [ + "ве", + "т" + ], + [ + "в", + "ет" + ], + [ + "wr", + "ap" + ], + [ + "w", + "rap" + ], + [ + "▁n", + "oise" + ], + [ + "▁no", + "ise" + ], + [ + "ig", + "u" + ], + [ + "i", + "gu" + ], + [ + "▁B", + "on" + ], + [ + "▁Bo", + "n" + ], + [ + "▁", + "Bon" + ], + [ + "▁w", + "y" + ], + [ + "▁", + "wy" + ], + [ + "lin", + "ux" + ], + [ + "ck", + "s" + ], + [ + "c", + "ks" + ], + [ + "▁f", + "ans" + ], + [ + "▁fa", + "ns" + ], + [ + "▁fan", + "s" + ], + [ + "▁m", + "ach" + ], + [ + "▁ma", + "ch" + ], + [ + "▁mac", + "h" + ], + [ + "▁p", + "rices" + ], + [ + "▁pr", + "ices" + ], + [ + "▁pri", + "ces" + ], + [ + "▁price", + "s" + ], + [ + "é", + "v" + ], + [ + "ou", + "ts" + ], + [ + "out", + "s" + ], + [ + "o", + "uts" + ], + [ + "stand", + "ing" + ], + [ + "stan", + "ding" + ], + [ + "▁c", + "ateg" + ], + [ + "▁cat", + "eg" + ], + [ + ";", + "\\" + ], + [ + "▁de", + "cre" + ], + [ + "▁dec", + "re" + ], + [ + "▁S", + "aturday" + ], + [ + "▁m", + "enu" + ], + [ + "▁me", + "nu" + ], + [ + "▁men", + "u" + ], + [ + "▁", + "menu" + ], + [ + "▁N", + "ov" + ], + [ + "▁No", + "v" + ], + [ + "▁Y", + "et" + ], + [ + "▁Ye", + "t" + ], + [ + "▁та", + "к" + ], + [ + "lic", + "he" + ], + [ + "li", + "che" + ], + [ + "lich", + "e" + ], + [ + "l", + "iche" + ], + [ + "▁Ac", + "adem" + ], + [ + "▁commun", + "ication" + ], + [ + "us", + "ing" + ], + [ + "u", + "sing" + ], + [ + "▁Soc", + "iety" + ], + [ + "▁Soci", + "ety" + ], + [ + "▁n", + "uc" + ], + [ + "▁nu", + "c" + ], + [ + "pect", + "ive" + ], + [ + "or", + "ial" + ], + [ + "oria", + "l" + ], + [ + "ori", + "al" + ], + [ + "o", + "rial" + ], + [ + "▁af", + "raid" + ], + [ + "▁an", + "imal" + ], + [ + "▁anim", + "al" + ], + [ + "▁turn", + "ing" + ], + [ + "▁tur", + "ning" + ], + [ + "ds", + "t" + ], + [ + "d", + "st" + ], + [ + "math", + "frak" + ], + [ + "le", + "rs" + ], + [ + "ler", + "s" + ], + [ + "l", + "ers" + ], + [ + "▁l", + "ots" + ], + [ + "▁lo", + "ts" + ], + [ + "▁lot", + "s" + ], + [ + "▁", + "á" + ], + [ + "▁T", + "ra" + ], + [ + "▁Tr", + "a" + ], + [ + "▁", + "Tra" + ], + [ + "n", + "p" + ], + [ + "▁r", + "ose" + ], + [ + "▁ro", + "se" + ], + [ + "▁", + "rose" + ], + [ + "▁G", + "L" + ], + [ + "▁", + "GL" + ], + [ + "▁hel", + "ping" + ], + [ + "▁help", + "ing" + ], + [ + "▁w", + "inter" + ], + [ + "▁win", + "ter" + ], + [ + "▁ко", + "м" + ], + [ + "▁", + "ком" + ], + [ + "Mo", + "ck" + ], + [ + "M", + "ock" + ], + [ + "▁invest", + "ment" + ], + [ + "Us", + "e" + ], + [ + "U", + "se" + ], + [ + "▁Can", + "ad" + ], + [ + "н", + "д" + ], + [ + "Co", + "py" + ], + [ + "Cop", + "y" + ], + [ + "C", + "opy" + ], + [ + "▁f", + "ly" + ], + [ + "▁fl", + "y" + ], + [ + "▁", + "fly" + ], + [ + "SE", + "R" + ], + [ + "S", + "ER" + ], + [ + "▁F", + "ar" + ], + [ + "▁Fa", + "r" + ], + [ + "▁R", + "os" + ], + [ + "▁Ro", + "s" + ], + [ + "am", + "il" + ], + [ + "ami", + "l" + ], + [ + "a", + "mil" + ], + [ + "▁fight", + "ing" + ], + [ + "▁rel", + "igious" + ], + [ + "▁relig", + "ious" + ], + [ + "su", + "per" + ], + [ + "sup", + "er" + ], + [ + "s", + "uper" + ], + [ + "sc", + "reen" + ], + [ + "scr", + "een" + ], + [ + "s", + "creen" + ], + [ + "▁f", + "urn" + ], + [ + "▁fur", + "n" + ], + [ + "▁fu", + "rn" + ], + [ + "▁surpr", + "ised" + ], + [ + "▁surprise", + "d" + ], + [ + "▁re", + "plied" + ], + [ + "▁repl", + "ied" + ], + [ + "Act", + "ivity" + ], + [ + "Activ", + "ity" + ], + [ + "▁D", + "own" + ], + [ + "▁Do", + "wn" + ], + [ + "▁Dow", + "n" + ], + [ + "▁", + "Down" + ], + [ + "▁in", + "sert" + ], + [ + "▁ins", + "ert" + ], + [ + "▁", + "insert" + ], + [ + "▁O", + "lymp" + ], + [ + "▁point", + "ed" + ], + [ + "▁po", + "inted" + ], + [ + "▁C", + "ard" + ], + [ + "▁Car", + "d" + ], + [ + "▁Ca", + "rd" + ], + [ + "▁", + "Card" + ], + [ + "dr", + "iver" + ], + [ + "drive", + "r" + ], + [ + "d", + "river" + ], + [ + "▁D", + "a" + ], + [ + "▁", + "Da" + ], + [ + "!", + "--" + ], + [ + "ro", + "ud" + ], + [ + "rou", + "d" + ], + [ + "r", + "oud" + ], + [ + "un", + "do" + ], + [ + "und", + "o" + ], + [ + "▁m", + "essages" + ], + [ + "▁message", + "s" + ], + [ + "▁mess", + "ages" + ], + [ + "▁", + "messages" + ], + [ + "▁P", + "oint" + ], + [ + "▁Po", + "int" + ], + [ + "▁", + "Point" + ], + [ + "V", + "M" + ], + [ + "▁p", + "lane" + ], + [ + "▁pl", + "ane" + ], + [ + "▁plan", + "e" + ], + [ + "▁", + "plane" + ], + [ + "x", + "c" + ], + [ + "▁telev", + "ision" + ], + [ + "▁tele", + "vision" + ], + [ + "▁televis", + "ion" + ], + [ + "ё", + "н" + ], + [ + "▁thous", + "ands" + ], + [ + "▁thousand", + "s" + ], + [ + "▁c", + "ris" + ], + [ + "▁cr", + "is" + ], + [ + "▁cri", + "s" + ], + [ + "▁de", + "lay" + ], + [ + "▁del", + "ay" + ], + [ + "▁", + "delay" + ], + [ + "▁N", + "ext" + ], + [ + "▁Ne", + "xt" + ], + [ + "▁", + "Next" + ], + [ + "▁no", + "mbre" + ], + [ + "▁nom", + "bre" + ], + [ + "▁t", + "u" + ], + [ + "▁", + "tu" + ], + [ + "▁sk", + "ip" + ], + [ + "▁ski", + "p" + ], + [ + "▁", + "skip" + ], + [ + "ro", + "ad" + ], + [ + "r", + "oad" + ], + [ + "istr", + "ation" + ], + [ + "▁t", + "ur" + ], + [ + "▁tu", + "r" + ], + [ + "▁De", + "velop" + ], + [ + "▁Devel", + "op" + ], + [ + "▁П", + "а" + ], + [ + "▁д", + "ру" + ], + [ + "▁др", + "у" + ], + [ + "▁wonder", + "ful" + ], + [ + ">", + "&" + ], + [ + "▁L", + "iber" + ], + [ + "▁Li", + "ber" + ], + [ + "▁Lib", + "er" + ], + [ + "▁s", + "cope" + ], + [ + "▁sc", + "ope" + ], + [ + "▁", + "scope" + ], + [ + "▁man", + "age" + ], + [ + "▁ma", + "nage" + ], + [ + "▁d", + "ass" + ], + [ + "▁da", + "ss" + ], + [ + "▁das", + "s" + ], + [ + "▁re", + "call" + ], + [ + "▁rec", + "all" + ], + [ + "P", + "M" + ], + [ + "▁re", + "levant" + ], + [ + "▁relev", + "ant" + ], + [ + "▁E", + "arth" + ], + [ + "▁ка", + "к" + ], + [ + "▁a", + "pr" + ], + [ + "▁ap", + "r" + ], + [ + "▁A", + "SS" + ], + [ + "▁AS", + "S" + ], + [ + "▁", + "ASS" + ], + [ + "ié", + "n" + ], + [ + "i", + "én" + ], + [ + "▁S", + "H" + ], + [ + "▁", + "SH" + ], + [ + "oo", + "m" + ], + [ + "o", + "om" + ], + [ + "it", + "et" + ], + [ + "ite", + "t" + ], + [ + "no", + "ne" + ], + [ + "non", + "e" + ], + [ + "n", + "one" + ], + [ + "as", + "i" + ], + [ + "a", + "si" + ], + [ + "▁mot", + "or" + ], + [ + "▁mo", + "tor" + ], + [ + "▁S", + "how" + ], + [ + "▁Sh", + "ow" + ], + [ + "▁", + "Show" + ], + [ + "n", + "b" + ], + [ + "▁fact", + "ors" + ], + [ + "▁fa", + "ctors" + ], + [ + "▁factor", + "s" + ], + [ + "▁f", + "orest" + ], + [ + "▁for", + "est" + ], + [ + "▁fore", + "st" + ], + [ + "▁fo", + "rest" + ], + [ + "▁в", + "ре" + ], + [ + "th", + "m" + ], + [ + "t", + "hm" + ], + [ + "▁m", + "unicip" + ], + [ + "▁turn", + "s" + ], + [ + "▁tur", + "ns" + ], + [ + "▁Div", + "ision" + ], + [ + "▁Di", + "vision" + ], + [ + "E", + "C" + ], + [ + "▁dis", + "appe" + ], + [ + "struct", + "or" + ], + [ + "stru", + "ctor" + ], + [ + "▁some", + "where" + ], + [ + "▁Afr", + "ican" + ], + [ + "▁Africa", + "n" + ], + [ + "▁Inst", + "itute" + ], + [ + "▁Institut", + "e" + ], + [ + "Gr", + "id" + ], + [ + "G", + "rid" + ], + [ + "▁te", + "acher" + ], + [ + "▁teach", + "er" + ], + [ + "▁tea", + "cher" + ], + [ + "ur", + "ies" + ], + [ + "uri", + "es" + ], + [ + "u", + "ries" + ], + [ + "▁respect", + "ively" + ], + [ + "▁respective", + "ly" + ], + [ + "▁S", + "D" + ], + [ + "▁", + "SD" + ], + [ + "▁a", + "live" + ], + [ + "▁al", + "ive" + ], + [ + "▁ali", + "ve" + ], + [ + "▁p", + "ou" + ], + [ + "▁po", + "u" + ], + [ + "▁W", + "ater" + ], + [ + "▁Wat", + "er" + ], + [ + "▁Wa", + "ter" + ], + [ + "▁", + "Water" + ], + [ + "ф", + "е" + ], + [ + "▁ch", + "anging" + ], + [ + "▁chang", + "ing" + ], + [ + "▁", + "changing" + ], + [ + "▁after", + "noon" + ], + [ + "▁or", + "ders" + ], + [ + "▁order", + "s" + ], + [ + "▁ord", + "ers" + ], + [ + "▁", + "orders" + ], + [ + "Re", + "t" + ], + [ + "R", + "et" + ], + [ + "Point", + "er" + ], + [ + "Po", + "inter" + ], + [ + "▁s", + "av" + ], + [ + "▁sa", + "v" + ], + [ + "er", + "g" + ], + [ + "e", + "rg" + ], + [ + "ok", + "ed" + ], + [ + "oke", + "d" + ], + [ + "o", + "ked" + ], + [ + "ess", + "ions" + ], + [ + "ession", + "s" + ], + [ + "▁F", + "ire" + ], + [ + "▁Fi", + "re" + ], + [ + "▁", + "Fire" + ], + [ + "ar", + "et" + ], + [ + "are", + "t" + ], + [ + "a", + "ret" + ], + [ + "im", + "m" + ], + [ + "i", + "mm" + ], + [ + "▁des", + "ire" + ], + [ + "▁", + "що" + ], + [ + "▁De", + "sign" + ], + [ + "▁Des", + "ign" + ], + [ + "▁", + "Design" + ], + [ + "ut", + "ure" + ], + [ + "▁Off", + "ice" + ], + [ + "▁c", + "md" + ], + [ + "▁cm", + "d" + ], + [ + "▁", + "cmd" + ], + [ + "▁e", + "ating" + ], + [ + "▁eat", + "ing" + ], + [ + "Net", + "work" + ], + [ + "▁r", + "ough" + ], + [ + "▁ro", + "ugh" + ], + [ + "▁rou", + "gh" + ], + [ + "▁", + "rough" + ], + [ + "oper", + "ator" + ], + [ + "IG", + "N" + ], + [ + "I", + "GN" + ], + [ + "▁s", + "ports" + ], + [ + "▁sp", + "orts" + ], + [ + "▁sport", + "s" + ], + [ + "▁w", + "eren" + ], + [ + "▁we", + "ren" + ], + [ + "▁were", + "n" + ], + [ + "▁wer", + "en" + ], + [ + "▁n", + "oted" + ], + [ + "▁not", + "ed" + ], + [ + "▁no", + "ted" + ], + [ + "▁note", + "d" + ], + [ + "▁tw", + "ice" + ], + [ + "II", + "I" + ], + [ + "I", + "II" + ], + [ + "▁a", + "nx" + ], + [ + "▁an", + "x" + ], + [ + "▁e", + "lim" + ], + [ + "▁el", + "im" + ], + [ + "▁а", + "в" + ], + [ + "▁i", + "o" + ], + [ + "▁", + "io" + ], + [ + "▁spe", + "ech" + ], + [ + "▁con", + "du" + ], + [ + "▁cond", + "u" + ], + [ + "el", + "les" + ], + [ + "ell", + "es" + ], + [ + "elle", + "s" + ], + [ + "id", + "ade" + ], + [ + "ida", + "de" + ], + [ + "idad", + "e" + ], + [ + "▁adv", + "ance" + ], + [ + "R", + "I" + ], + [ + "oc", + "a" + ], + [ + "o", + "ca" + ], + [ + "/", + "\\" + ], + [ + "ap", + "shot" + ], + [ + "aps", + "hot" + ], + [ + "▁t", + "ail" + ], + [ + "▁ta", + "il" + ], + [ + "▁", + "tail" + ], + [ + "mod", + "els" + ], + [ + "model", + "s" + ], + [ + "mode", + "ls" + ], + [ + "og", + "y" + ], + [ + "o", + "gy" + ], + [ + "▁J", + "eff" + ], + [ + "▁Je", + "ff" + ], + [ + "ir", + "ation" + ], + [ + "irat", + "ion" + ], + [ + "▁K", + "ore" + ], + [ + "▁Ko", + "re" + ], + [ + "▁Kor", + "e" + ], + [ + "▁le", + "ads" + ], + [ + "▁lead", + "s" + ], + [ + "ba", + "t" + ], + [ + "b", + "at" + ], + [ + "Ad", + "apter" + ], + [ + "c", + "ategory" + ], + [ + "ang", + "ular" + ], + [ + "angu", + "lar" + ], + [ + "▁s", + "aved" + ], + [ + "▁sa", + "ved" + ], + [ + "▁save", + "d" + ], + [ + "▁sav", + "ed" + ], + [ + "▁", + "saved" + ], + [ + "▁un", + "iform" + ], + [ + "▁", + "uniform" + ], + [ + "▁n", + "é" + ], + [ + "▁", + "né" + ], + [ + "▁business", + "es" + ], + [ + "His", + "t" + ], + [ + "Hi", + "st" + ], + [ + "H", + "ist" + ], + [ + "▁а", + "р" + ], + [ + "▁", + "ар" + ], + [ + "do", + "main" + ], + [ + "dom", + "ain" + ], + [ + "▁S", + "i" + ], + [ + "▁", + "Si" + ], + [ + "ra", + "ise" + ], + [ + "rais", + "e" + ], + [ + "rai", + "se" + ], + [ + "r", + "aise" + ], + [ + "▁w", + "arn" + ], + [ + "▁war", + "n" + ], + [ + "▁wa", + "rn" + ], + [ + "▁", + "warn" + ], + [ + "het", + "ic" + ], + [ + "h", + "etic" + ], + [ + "▁G", + "ro" + ], + [ + "▁Gr", + "o" + ], + [ + "))", + "." + ], + [ + ")", + ")." + ], + [ + "}", + ">" + ], + [ + "з", + "е" + ], + [ + "▁Amaz", + "on" + ], + [ + "▁Or", + "gan" + ], + [ + "▁", + "Organ" + ], + [ + "▁L", + "ake" + ], + [ + "▁La", + "ke" + ], + [ + "▁ag", + "reement" + ], + [ + "▁agree", + "ment" + ], + [ + "▁agre", + "ement" + ], + [ + "x", + "a" + ], + [ + "▁p", + "erman" + ], + [ + "▁per", + "man" + ], + [ + "▁perm", + "an" + ], + [ + "▁cont", + "aining" + ], + [ + "▁contain", + "ing" + ], + [ + "▁st", + "range" + ], + [ + "▁str", + "ange" + ], + [ + "▁strang", + "e" + ], + [ + "ст", + "і" + ], + [ + "с", + "ті" + ], + [ + "▁st", + "upid" + ], + [ + "▁spe", + "aking" + ], + [ + "▁speak", + "ing" + ], + [ + "▁Intern", + "et" + ], + [ + "▁Inter", + "net" + ], + [ + "pre", + "fix" + ], + [ + "pref", + "ix" + ], + [ + "p", + "refix" + ], + [ + "es", + "c" + ], + [ + "e", + "sc" + ], + [ + "As", + "sert" + ], + [ + "Ass", + "ert" + ], + [ + "pro", + "te" + ], + [ + "pr", + "ote" + ], + [ + "prot", + "e" + ], + [ + "p", + "rote" + ], + [ + "▁m", + "anner" + ], + [ + "▁man", + "ner" + ], + [ + "▁S", + "z" + ], + [ + "un", + "te" + ], + [ + "unt", + "e" + ], + [ + "u", + "nte" + ], + [ + "io", + "t" + ], + [ + "i", + "ot" + ], + [ + "Pro", + "file" + ], + [ + "ov", + "en" + ], + [ + "ove", + "n" + ], + [ + "o", + "ven" + ], + [ + "▁for", + "med" + ], + [ + "▁form", + "ed" + ], + [ + "▁forme", + "d" + ], + [ + "▁", + "formed" + ], + [ + "▁l", + "it" + ], + [ + "▁li", + "t" + ], + [ + "▁", + "lit" + ], + [ + "▁econom", + "y" + ], + [ + "▁ec", + "onomy" + ], + [ + "▁c", + "z" + ], + [ + "▁", + "cz" + ], + [ + "wi", + "d" + ], + [ + "w", + "id" + ], + [ + "RE", + "Q" + ], + [ + "R", + "EQ" + ], + [ + "▁ch", + "osen" + ], + [ + "▁cho", + "sen" + ], + [ + "▁chose", + "n" + ], + [ + "▁P", + "rodu" + ], + [ + "▁Pro", + "du" + ], + [ + "▁", + "Produ" + ], + [ + "os", + "ter" + ], + [ + "ost", + "er" + ], + [ + "o", + "ster" + ], + [ + "st", + "ances" + ], + [ + "stance", + "s" + ], + [ + "stan", + "ces" + ], + [ + "aw", + "a" + ], + [ + "a", + "wa" + ], + [ + "▁R", + "en" + ], + [ + "▁Re", + "n" + ], + [ + "▁conf", + "irm" + ], + [ + "▁", + "confirm" + ], + [ + "▁Б", + "о" + ], + [ + "▁b", + "illion" + ], + [ + "▁bill", + "ion" + ], + [ + "▁d", + "éc" + ], + [ + "▁dé", + "c" + ], + [ + "ý", + "ch" + ], + [ + "▁ill", + "ustr" + ], + [ + "TI", + "ES" + ], + [ + "T", + "IES" + ], + [ + "▁P", + "ub" + ], + [ + "▁Pu", + "b" + ], + [ + "▁", + "Pub" + ], + [ + "▁b", + "an" + ], + [ + "▁ba", + "n" + ], + [ + "▁", + "ban" + ], + [ + "ad", + "ed" + ], + [ + "ade", + "d" + ], + [ + "a", + "ded" + ], + [ + "ah", + "n" + ], + [ + "a", + "hn" + ], + [ + "▁C", + "ath" + ], + [ + "▁Cat", + "h" + ], + [ + "▁Ca", + "th" + ], + [ + "no", + "number" + ], + [ + "non", + "umber" + ], + [ + "▁wor", + "st" + ], + [ + "▁М", + "е" + ], + [ + "▁sugg", + "ested" + ], + [ + "▁suggest", + "ed" + ], + [ + "st", + "ats" + ], + [ + "stat", + "s" + ], + [ + "sta", + "ts" + ], + [ + "▁c", + "ant" + ], + [ + "▁can", + "t" + ], + [ + "▁ca", + "nt" + ], + [ + "▁al", + "ign" + ], + [ + "▁ali", + "gn" + ], + [ + "▁", + "align" + ], + [ + "kap", + "pa" + ], + [ + "k", + "appa" + ], + [ + "▁h", + "en" + ], + [ + "▁he", + "n" + ], + [ + "▁", + "hen" + ], + [ + "▁in", + "iti" + ], + [ + "▁init", + "i" + ], + [ + "']", + ")" + ], + [ + "'", + "])" + ], + [ + "B", + "I" + ], + [ + "▁g", + "arden" + ], + [ + "▁gar", + "den" + ], + [ + "▁gard", + "en" + ], + [ + "▁sec", + "ure" + ], + [ + "▁secur", + "e" + ], + [ + "▁", + "secure" + ], + [ + "▁\\", + "[" + ], + [ + "▁", + "\\[" + ], + [ + "hand", + "ler" + ], + [ + "handle", + "r" + ], + [ + "el", + "li" + ], + [ + "ell", + "i" + ], + [ + "e", + "lli" + ], + [ + "ld", + "ots" + ], + [ + "l", + "dots" + ], + [ + "se", + "cut" + ], + [ + "sec", + "ut" + ], + [ + "s", + "ecut" + ], + [ + "▁ext", + "ended" + ], + [ + "▁extend", + "ed" + ], + [ + "}", + "-" + ], + [ + "an", + "ie" + ], + [ + "ani", + "e" + ], + [ + "a", + "nie" + ], + [ + "▁F", + "ind" + ], + [ + "▁Fin", + "d" + ], + [ + "▁Fi", + "nd" + ], + [ + "▁", + "Find" + ], + [ + "▁M", + "useum" + ], + [ + "▁Muse", + "um" + ], + [ + "▁C", + "onne" + ], + [ + "▁Con", + "ne" + ], + [ + "▁", + "Conne" + ], + [ + "y", + "y" + ], + [ + "▁pass", + "ion" + ], + [ + "ak", + "ers" + ], + [ + "ake", + "rs" + ], + [ + "aker", + "s" + ], + [ + "a", + "kers" + ], + [ + "ah", + "r" + ], + [ + "a", + "hr" + ], + [ + "olog", + "ies" + ], + [ + "ologie", + "s" + ], + [ + "▁equ", + "ation" + ], + [ + "▁eq", + "uation" + ], + [ + "▁", + "equation" + ], + [ + "▁occ", + "asion" + ], + [ + "▁occas", + "ion" + ], + [ + "Le", + "t" + ], + [ + "L", + "et" + ], + [ + "']", + "['" + ], + [ + "'][", + "'" + ], + [ + "'", + "]['" + ], + [ + "Pr", + "int" + ], + [ + "an", + "es" + ], + [ + "ane", + "s" + ], + [ + "a", + "nes" + ], + [ + "ie", + "nte" + ], + [ + "ient", + "e" + ], + [ + "ien", + "te" + ], + [ + "i", + "ente" + ], + [ + "▁T", + "oday" + ], + [ + "▁To", + "day" + ], + [ + "▁Tod", + "ay" + ], + [ + "LE", + "CT" + ], + [ + "L", + "ECT" + ], + [ + "▁A", + "f" + ], + [ + "▁", + "Af" + ], + [ + ",", + "," + ], + [ + "▁Т", + "а" + ], + [ + "▁`", + "``" + ], + [ + "▁``", + "`" + ], + [ + "ev", + "en" + ], + [ + "eve", + "n" + ], + [ + "e", + "ven" + ], + [ + "si", + "n" + ], + [ + "s", + "in" + ], + [ + "ur", + "er" + ], + [ + "ure", + "r" + ], + [ + "u", + "rer" + ], + [ + "▁", + "°" + ], + [ + "ot", + "imes" + ], + [ + "oti", + "mes" + ], + [ + "o", + "times" + ], + [ + "▁I", + "O" + ], + [ + "▁", + "IO" + ], + [ + "▁po", + "et" + ], + [ + "()", + "));" + ], + [ + "())", + ");" + ], + [ + "()))", + ";" + ], + [ + "(", + ")));" + ], + [ + "▁", + "−" + ], + [ + "▁ad", + "opt" + ], + [ + "ph", + "ere" + ], + [ + "pher", + "e" + ], + [ + "p", + "here" + ], + [ + "#", + "[" + ], + [ + "▁c", + "entre" + ], + [ + "▁cent", + "re" + ], + [ + "ov", + "es" + ], + [ + "ove", + "s" + ], + [ + "o", + "ves" + ], + [ + "▁a", + "ns" + ], + [ + "▁an", + "s" + ], + [ + "▁", + "ans" + ], + [ + "d", + "p" + ], + [ + "▁K", + "ir" + ], + [ + "▁Ki", + "r" + ], + [ + "▁applic", + "able" + ], + [ + "f", + "p" + ], + [ + "▁vis", + "ual" + ], + [ + "▁ok", + "ay" + ], + [ + "or", + "o" + ], + [ + "o", + "ro" + ], + [ + "▁opportun", + "ities" + ], + [ + "Re", + "pository" + ], + [ + "Rep", + "ository" + ], + [ + "▁l", + "l" + ], + [ + "▁", + "ll" + ], + [ + "▁R", + "od" + ], + [ + "▁Ro", + "d" + ], + [ + "▁s", + "hel" + ], + [ + "▁sh", + "el" + ], + [ + "▁she", + "l" + ], + [ + "▁la", + "unch" + ], + [ + "▁con", + "ven" + ], + [ + "▁conv", + "en" + ], + [ + "▁conve", + "n" + ], + [ + "▁S", + "pe" + ], + [ + "▁Sp", + "e" + ], + [ + "▁", + "Spe" + ], + [ + "Am", + "er" + ], + [ + "A", + "mer" + ], + [ + "▁c", + "ette" + ], + [ + "▁cet", + "te" + ], + [ + "Con", + "d" + ], + [ + "Co", + "nd" + ], + [ + "C", + "ond" + ], + [ + "de", + "p" + ], + [ + "d", + "ep" + ], + [ + "O", + "wn" + ], + [ + "▁h", + "ook" + ], + [ + "▁ho", + "ok" + ], + [ + "▁", + "hook" + ], + [ + "▁d", + "ict" + ], + [ + "▁di", + "ct" + ], + [ + "▁dic", + "t" + ], + [ + "▁", + "dict" + ], + [ + "▁Th", + "ose" + ], + [ + "▁f", + "ellow" + ], + [ + "▁fell", + "ow" + ], + [ + "▁fel", + "low" + ], + [ + "▁phil", + "osoph" + ], + [ + "▁philos", + "oph" + ], + [ + "vi", + "n" + ], + [ + "v", + "in" + ], + [ + "fer", + "ences" + ], + [ + "ference", + "s" + ], + [ + "ha", + "v" + ], + [ + "h", + "av" + ], + [ + "▁ad", + "ding" + ], + [ + "▁add", + "ing" + ], + [ + "▁", + "adding" + ], + [ + "ivers", + "e" + ], + [ + "iver", + "se" + ], + [ + "i", + "verse" + ], + [ + "ga", + "me" + ], + [ + "g", + "ame" + ], + [ + "▁Bl", + "ue" + ], + [ + "▁", + "Blue" + ], + [ + "▁c", + "lin" + ], + [ + "▁cl", + "in" + ], + [ + "not", + "e" + ], + [ + "no", + "te" + ], + [ + "n", + "ote" + ], + [ + "▁R", + "am" + ], + [ + "▁Ra", + "m" + ], + [ + "ме", + "р" + ], + [ + "м", + "ер" + ], + [ + "co", + "very" + ], + [ + "cover", + "y" + ], + [ + "cov", + "ery" + ], + [ + "c", + "overy" + ], + [ + "ñ", + "a" + ], + [ + "▁б", + "и" + ], + [ + "▁", + "би" + ], + [ + "▁f", + "ashion" + ], + [ + "▁b", + "roke" + ], + [ + "▁br", + "oke" + ], + [ + "▁bro", + "ke" + ], + [ + "▁'", + "\\" + ], + [ + "▁", + "'\\" + ], + [ + "▁re", + "ader" + ], + [ + "▁read", + "er" + ], + [ + "▁", + "reader" + ], + [ + "но", + "е" + ], + [ + "но", + "сти" + ], + [ + "ност", + "и" + ], + [ + "▁pay", + "ment" + ], + [ + "▁", + "payment" + ], + [ + "▁L", + "ic" + ], + [ + "▁Li", + "c" + ], + [ + "▁l", + "ips" + ], + [ + "▁li", + "ps" + ], + [ + "▁lip", + "s" + ], + [ + "▁ac", + "adem" + ], + [ + "▁M", + "ot" + ], + [ + "▁Mo", + "t" + ], + [ + "el", + "ls" + ], + [ + "ell", + "s" + ], + [ + "C", + "HECK" + ], + [ + "▁р", + "у" + ], + [ + "▁", + "ру" + ], + [ + "▁M", + "S" + ], + [ + "▁", + "MS" + ], + [ + "Ed", + "itor" + ], + [ + "Edit", + "or" + ], + [ + "▁z", + "one" + ], + [ + "▁zo", + "ne" + ], + [ + "▁", + "zone" + ], + [ + "it", + "ure" + ], + [ + "itu", + "re" + ], + [ + "▁I", + "T" + ], + [ + "▁", + "IT" + ], + [ + "run", + "time" + ], + [ + "▁pro", + "ceed" + ], + [ + "▁proc", + "eed" + ], + [ + "ло", + "в" + ], + [ + "л", + "ов" + ], + [ + "▁M", + "aria" + ], + [ + "▁Mar", + "ia" + ], + [ + "▁Ma", + "ria" + ], + [ + "ol", + "ver" + ], + [ + "olve", + "r" + ], + [ + "olv", + "er" + ], + [ + "▁Th", + "anks" + ], + [ + "▁Thank", + "s" + ], + [ + "▁", + "Thanks" + ], + [ + "▁should", + "n" + ], + [ + "▁J", + "oh" + ], + [ + "▁Jo", + "h" + ], + [ + "▁Mod", + "el" + ], + [ + "▁Mo", + "del" + ], + [ + "▁Mode", + "l" + ], + [ + "▁", + "Model" + ], + [ + "▁S", + "ov" + ], + [ + "▁So", + "v" + ], + [ + "!", + "'" + ], + [ + "D", + "i" + ], + [ + "▁c", + "ancer" + ], + [ + "▁can", + "cer" + ], + [ + "Id", + "ent" + ], + [ + "▁ex", + "change" + ], + [ + "il", + "ler" + ], + [ + "ill", + "er" + ], + [ + "ille", + "r" + ], + [ + "in", + "f" + ], + [ + "i", + "nf" + ], + [ + "LE", + "N" + ], + [ + "L", + "EN" + ], + [ + "()", + "{" + ], + [ + "(", + "){" + ], + [ + "ag", + "a" + ], + [ + "a", + "ga" + ], + [ + "\"]", + "," + ], + [ + "\"", + "]," + ], + [ + "u", + "h" + ], + [ + "▁K", + "en" + ], + [ + "▁Ke", + "n" + ], + [ + "▁ph", + "otos" + ], + [ + "▁phot", + "os" + ], + [ + "▁photo", + "s" + ], + [ + "▁t", + "iny" + ], + [ + "▁ti", + "ny" + ], + [ + "▁tin", + "y" + ], + [ + "▁", + "tiny" + ], + [ + "▁g", + "ent" + ], + [ + "▁gen", + "t" + ], + [ + "▁ge", + "nt" + ], + [ + "▁", + "gent" + ], + [ + "ü", + "l" + ], + [ + "▁T", + "ake" + ], + [ + "▁Ta", + "ke" + ], + [ + "▁Tak", + "e" + ], + [ + "▁", + "Take" + ], + [ + "id", + "el" + ], + [ + "ide", + "l" + ], + [ + "i", + "del" + ], + [ + "ou", + "ting" + ], + [ + "out", + "ing" + ], + [ + "In", + "ternal" + ], + [ + "Inter", + "nal" + ], + [ + "Intern", + "al" + ], + [ + "▁c", + "ells" + ], + [ + "▁cell", + "s" + ], + [ + "▁cel", + "ls" + ], + [ + "ни", + "м" + ], + [ + "н", + "им" + ], + [ + "ha", + "rd" + ], + [ + "har", + "d" + ], + [ + "h", + "ard" + ], + [ + "▁T", + "own" + ], + [ + "▁To", + "wn" + ], + [ + "▁Tow", + "n" + ], + [ + "ob", + "e" + ], + [ + "o", + "be" + ], + [ + "pl", + "ex" + ], + [ + "ple", + "x" + ], + [ + "p", + "lex" + ], + [ + "те", + "р" + ], + [ + "т", + "ер" + ], + [ + "to", + "ns" + ], + [ + "ton", + "s" + ], + [ + "t", + "ons" + ], + [ + "▁conc", + "entr" + ], + [ + "▁concent", + "r" + ], + [ + "mo", + "ck" + ], + [ + "m", + "ock" + ], + [ + "v", + "c" + ], + [ + "á", + "z" + ], + [ + "▁Ch", + "ampionship" + ], + [ + "▁Champion", + "ship" + ], + [ + "▁Champions", + "hip" + ], + [ + "▁б", + "е" + ], + [ + "▁", + "бе" + ], + [ + "?", + "?" + ], + [ + "ér", + "i" + ], + [ + "é", + "ri" + ], + [ + "al", + "y" + ], + [ + "a", + "ly" + ], + [ + "▁", + "Ц" + ], + [ + "ier", + "te" + ], + [ + "iert", + "e" + ], + [ + "▁tot", + "ally" + ], + [ + "▁total", + "ly" + ], + [ + "▁A", + "uf" + ], + [ + "▁Au", + "f" + ], + [ + "▁our", + "selves" + ], + [ + "▁S", + "elf" + ], + [ + "▁Sel", + "f" + ], + [ + "▁", + "Self" + ], + [ + "Form", + "s" + ], + [ + "For", + "ms" + ], + [ + "ight", + "er" + ], + [ + "igh", + "ter" + ], + [ + "▁is", + "land" + ], + [ + "fm", + "t" + ], + [ + "f", + "mt" + ], + [ + "▁r", + "c" + ], + [ + "▁", + "rc" + ], + [ + "▁t", + "ells" + ], + [ + "▁tell", + "s" + ], + [ + "▁tel", + "ls" + ], + [ + "B", + "B" + ], + [ + "di", + "t" + ], + [ + "d", + "it" + ], + [ + "▁vari", + "ables" + ], + [ + "▁variable", + "s" + ], + [ + "▁", + "variables" + ], + [ + "▁int", + "ended" + ], + [ + "▁intend", + "ed" + ], + [ + "iz", + "ont" + ], + [ + "izon", + "t" + ], + [ + "izo", + "nt" + ], + [ + "▁pl", + "ays" + ], + [ + "▁play", + "s" + ], + [ + "da", + "m" + ], + [ + "d", + "am" + ], + [ + "se", + "q" + ], + [ + "s", + "eq" + ], + [ + "▁S", + "up" + ], + [ + "▁Su", + "p" + ], + [ + "▁", + "Sup" + ], + [ + "▁c", + "ultural" + ], + [ + "▁cult", + "ural" + ], + [ + "▁sc", + "ream" + ], + [ + "__", + "," + ], + [ + "_", + "_," + ], + [ + "ci", + "pl" + ], + [ + "cip", + "l" + ], + [ + "Time", + "out" + ], + [ + "▁", + "ж" + ], + [ + "or", + "te" + ], + [ + "ort", + "e" + ], + [ + "▁repl", + "aced" + ], + [ + "▁replace", + "d" + ], + [ + "E", + "M" + ], + [ + "▁ab", + "andon" + ], + [ + "▁Spec", + "ial" + ], + [ + "▁Spe", + "cial" + ], + [ + "▁", + "Special" + ], + [ + "el", + "len" + ], + [ + "ell", + "en" + ], + [ + "elle", + "n" + ], + [ + "▁B", + "ru" + ], + [ + "▁Br", + "u" + ], + [ + "ir", + "med" + ], + [ + "irm", + "ed" + ], + [ + "T", + "e" + ], + [ + "ol", + "t" + ], + [ + "o", + "lt" + ], + [ + "j", + "u" + ], + [ + "Arg", + "ument" + ], + [ + "▁ne", + "ut" + ], + [ + "▁neu", + "t" + ], + [ + "▁", + "neut" + ], + [ + "sc", + "ape" + ], + [ + "▁R", + "ay" + ], + [ + "▁Ra", + "y" + ], + [ + "▁", + "Ray" + ], + [ + "▁Pol", + "it" + ], + [ + "▁Po", + "lit" + ], + [ + "▁crow", + "d" + ], + [ + "▁cro", + "wd" + ], + [ + "▁Window", + "s" + ], + [ + "▁Wind", + "ows" + ], + [ + "▁", + "Windows" + ], + [ + "ie", + "go" + ], + [ + "ieg", + "o" + ], + [ + "i", + "ego" + ], + [ + "▁e", + "scape" + ], + [ + "▁esc", + "ape" + ], + [ + "▁", + "escape" + ], + [ + "▁Ap", + "ache" + ], + [ + "sy", + "nc" + ], + [ + "syn", + "c" + ], + [ + "s", + "ync" + ], + [ + "eb", + "en" + ], + [ + "e", + "ben" + ], + [ + "if", + "ies" + ], + [ + "ifi", + "es" + ], + [ + "et", + "her" + ], + [ + "eth", + "er" + ], + [ + "ethe", + "r" + ], + [ + "e", + "ther" + ], + [ + "Met", + "a" + ], + [ + "Me", + "ta" + ], + [ + "M", + "eta" + ], + [ + "▁big", + "gest" + ], + [ + "Ga", + "me" + ], + [ + "G", + "ame" + ], + [ + "▁trans", + "action" + ], + [ + "▁", + "transaction" + ], + [ + "En", + "v" + ], + [ + "E", + "nv" + ], + [ + "▁М", + "о" + ], + [ + "▁pl", + "enty" + ], + [ + "▁m", + "el" + ], + [ + "▁me", + "l" + ], + [ + "▁", + "mel" + ], + [ + "п", + "ре" + ], + [ + "▁mot", + "iv" + ], + [ + "▁о", + "р" + ], + [ + "▁", + "ор" + ], + [ + "or", + "gan" + ], + [ + "org", + "an" + ], + [ + "▁m", + "ock" + ], + [ + "▁mo", + "ck" + ], + [ + "▁", + "mock" + ], + [ + "▁$", + "_" + ], + [ + "▁", + "$_" + ], + [ + "ен", + "е" + ], + [ + "е", + "не" + ], + [ + "▁N", + "umber" + ], + [ + "▁Num", + "ber" + ], + [ + "▁Nu", + "mber" + ], + [ + "▁", + "Number" + ], + [ + "ck", + "now" + ], + [ + "c", + "know" + ], + [ + "▁Up", + "date" + ], + [ + "▁", + "Update" + ], + [ + "ze", + "ro" + ], + [ + "zer", + "o" + ], + [ + "z", + "ero" + ], + [ + "▁sur", + "prise" + ], + [ + "▁surpr", + "ise" + ], + [ + "ce", + "an" + ], + [ + "pd", + "f" + ], + [ + "p", + "df" + ], + [ + "Gl", + "obal" + ], + [ + "▁att", + "end" + ], + [ + "▁f", + "ond" + ], + [ + "▁fo", + "nd" + ], + [ + "▁fon", + "d" + ], + [ + "▁under", + "stood" + ], + [ + "Na", + "v" + ], + [ + "N", + "av" + ], + [ + "▁M", + "ic" + ], + [ + "▁Mi", + "c" + ], + [ + "▁", + "Mic" + ], + [ + "=", + "$" + ], + [ + "ok", + "ing" + ], + [ + "oki", + "ng" + ], + [ + "o", + "king" + ], + [ + "▁Stad", + "ium" + ], + [ + "Cl", + "ose" + ], + [ + "▁compet", + "ition" + ], + [ + "▁sold", + "iers" + ], + [ + "▁soldier", + "s" + ], + [ + "▁O", + "P" + ], + [ + "▁", + "OP" + ], + [ + "ag", + "ne" + ], + [ + "agn", + "e" + ], + [ + "▁An", + "ton" + ], + [ + "▁Ant", + "on" + ], + [ + "Ma", + "in" + ], + [ + "M", + "ain" + ], + [ + "á", + "k" + ], + [ + "▁#", + "[" + ], + [ + "▁", + "#[" + ], + [ + "▁Com", + "mit" + ], + [ + "▁Comm", + "it" + ], + [ + "▁", + "Commit" + ], + [ + "py", + "x" + ], + [ + "▁e", + "ast" + ], + [ + "▁eas", + "t" + ], + [ + "▁", + "east" + ], + [ + "▁Or", + "der" + ], + [ + "▁Ord", + "er" + ], + [ + "▁", + "Order" + ], + [ + "F", + "loat" + ], + [ + "▁accept", + "ed" + ], + [ + "▁mon", + "itor" + ], + [ + "▁", + "monitor" + ], + [ + "▁p", + "ad" + ], + [ + "▁pa", + "d" + ], + [ + "▁", + "pad" + ], + [ + "on", + "ic" + ], + [ + "oni", + "c" + ], + [ + "o", + "nic" + ], + [ + "▁p", + "ushed" + ], + [ + "▁push", + "ed" + ], + [ + "▁re", + "place" + ], + [ + "▁rep", + "lace" + ], + [ + "▁repl", + "ace" + ], + [ + "▁", + "replace" + ], + [ + "CR", + "E" + ], + [ + "C", + "RE" + ], + [ + "▁r", + "ide" + ], + [ + "▁ri", + "de" + ], + [ + "▁rid", + "e" + ], + [ + "▁", + "ride" + ], + [ + "fo", + "und" + ], + [ + "f", + "ound" + ], + [ + "=", + "%" + ], + [ + "во", + "й" + ], + [ + "▁mat", + "ches" + ], + [ + "▁match", + "es" + ], + [ + "▁", + "matches" + ], + [ + "▁L", + "ie" + ], + [ + "▁Li", + "e" + ], + [ + "▁exper", + "iences" + ], + [ + "▁experience", + "s" + ], + [ + "▁experi", + "ences" + ], + [ + "Po", + "ol" + ], + [ + "P", + "ool" + ], + [ + "up", + "s" + ], + [ + "u", + "ps" + ], + [ + "A", + "V" + ], + [ + "▁ex", + "istence" + ], + [ + "▁exist", + "ence" + ], + [ + "▁t", + "hin" + ], + [ + "▁th", + "in" + ], + [ + "▁m", + "agn" + ], + [ + "▁mag", + "n" + ], + [ + "▁ma", + "gn" + ], + [ + "CO", + "MP" + ], + [ + "COM", + "P" + ], + [ + "ho", + "me" + ], + [ + "hom", + "e" + ], + [ + "h", + "ome" + ], + [ + "▁n", + "i" + ], + [ + "▁", + "ni" + ], + [ + "▁wur", + "den" + ], + [ + "▁wurde", + "n" + ], + [ + "ла", + "в" + ], + [ + "▁te", + "eth" + ], + [ + "▁S", + "tan" + ], + [ + "▁St", + "an" + ], + [ + "▁Sta", + "n" + ], + [ + "ap", + "pro" + ], + [ + "app", + "ro" + ], + [ + "an", + "ny" + ], + [ + "ann", + "y" + ], + [ + "if", + "ts" + ], + [ + "ift", + "s" + ], + [ + "▁un", + "known" + ], + [ + "▁", + "unknown" + ], + [ + "▁h", + "omes" + ], + [ + "▁home", + "s" + ], + [ + "▁hom", + "es" + ], + [ + "▁ho", + "mes" + ], + [ + "▁ent", + "ity" + ], + [ + "▁", + "entity" + ], + [ + "ci", + "e" + ], + [ + "c", + "ie" + ], + [ + "ле", + "ние" + ], + [ + "ia", + "r" + ], + [ + "i", + "ar" + ], + [ + "▁compl", + "iance" + ], + [ + "▁focus", + "ed" + ], + [ + "uz", + "z" + ], + [ + "u", + "zz" + ], + [ + "=\\", + "\"" + ], + [ + "=", + "\\\"" + ], + [ + "com", + "ponents" + ], + [ + "component", + "s" + ], + [ + "Att", + "r" + ], + [ + "At", + "tr" + ], + [ + "all", + "ery" + ], + [ + "alle", + "ry" + ], + [ + "aller", + "y" + ], + [ + "▁ident", + "ify" + ], + [ + "O", + "k" + ], + [ + "pi", + "e" + ], + [ + "p", + "ie" + ], + [ + "▁St", + "ill" + ], + [ + "▁off", + "ering" + ], + [ + "▁offer", + "ing" + ], + [ + "▁bu", + "sy" + ], + [ + "▁bus", + "y" + ], + [ + "ct", + "l" + ], + [ + "c", + "tl" + ], + [ + "it", + "ors" + ], + [ + "itor", + "s" + ], + [ + "ito", + "rs" + ], + [ + "▁concern", + "ed" + ], + [ + "▁concer", + "ned" + ], + [ + "▁b", + "rown" + ], + [ + "▁br", + "own" + ], + [ + "▁bro", + "wn" + ], + [ + "▁brow", + "n" + ], + [ + "cl", + "k" + ], + [ + "Se", + "lected" + ], + [ + "Select", + "ed" + ], + [ + "▁B", + "lock" + ], + [ + "▁Bl", + "ock" + ], + [ + "▁Blo", + "ck" + ], + [ + "▁", + "Block" + ], + [ + "▁e", + "gy" + ], + [ + "▁eg", + "y" + ], + [ + "▁", + "egy" + ], + [ + "ic", + "ing" + ], + [ + "ici", + "ng" + ], + [ + "i", + "cing" + ], + [ + "▁U", + "RL" + ], + [ + "▁", + "URL" + ], + [ + "▁t", + "opic" + ], + [ + "▁to", + "pic" + ], + [ + "▁top", + "ic" + ], + [ + "▁", + "topic" + ], + [ + "▁Pro", + "duct" + ], + [ + "▁Produ", + "ct" + ], + [ + "▁", + "Product" + ], + [ + "▁ч", + "и" + ], + [ + "▁", + "чи" + ], + [ + "▁t", + "rial" + ], + [ + "▁tr", + "ial" + ], + [ + "▁tri", + "al" + ], + [ + "▁week", + "end" + ], + [ + "l", + "u" + ], + [ + "▁I", + "V" + ], + [ + "▁", + "IV" + ], + [ + "▁E", + "gy" + ], + [ + "▁Eg", + "y" + ], + [ + "x", + "C" + ], + [ + "▁n", + "ove" + ], + [ + "▁no", + "ve" + ], + [ + "▁nov", + "e" + ], + [ + "▁l", + "ett" + ], + [ + "▁le", + "tt" + ], + [ + "▁let", + "t" + ], + [ + "▁", + "lett" + ], + [ + "en", + "ne" + ], + [ + "enn", + "e" + ], + [ + "()", + ")." + ], + [ + "())", + "." + ], + [ + "(", + "))." + ], + [ + ".*", + "*" + ], + [ + ".", + "**" + ], + [ + "▁p", + "romise" + ], + [ + "▁prom", + "ise" + ], + [ + "el", + "ection" + ], + [ + "ele", + "ction" + ], + [ + "elect", + "ion" + ], + [ + "e", + "lection" + ], + [ + "Aut", + "h" + ], + [ + "A", + "uth" + ], + [ + "r", + "v" + ], + [ + "ri", + "l" + ], + [ + "r", + "il" + ], + [ + "▁con", + "duct" + ], + [ + "▁cond", + "uct" + ], + [ + "▁condu", + "ct" + ], + [ + "▁", + "conduct" + ], + [ + "▁main", + "tain" + ], + [ + "▁maint", + "ain" + ], + [ + "▁bo", + "at" + ], + [ + "▁", + "boat" + ], + [ + "▁op", + "posite" + ], + [ + "▁oppos", + "ite" + ], + [ + "sp", + "in" + ], + [ + "spi", + "n" + ], + [ + "s", + "pin" + ], + [ + "web", + "pack" + ], + [ + "an", + "ta" + ], + [ + "ant", + "a" + ], + [ + "▁o", + "rient" + ], + [ + "▁or", + "ient" + ], + [ + "▁", + "orient" + ], + [ + "▁s", + "uc" + ], + [ + "▁su", + "c" + ], + [ + "▁ex", + "ercise" + ], + [ + "▁exerc", + "ise" + ], + [ + "▁eff", + "icient" + ], + [ + "▁", + "efficient" + ], + [ + "▁trad", + "ition" + ], + [ + "▁z", + "w" + ], + [ + "▁", + "zw" + ], + [ + "▁S", + "ud" + ], + [ + "▁Su", + "d" + ], + [ + "go", + "ing" + ], + [ + "▁P", + "ier" + ], + [ + "▁Pi", + "er" + ], + [ + "in", + "v" + ], + [ + "i", + "nv" + ], + [ + "ip", + "es" + ], + [ + "ipe", + "s" + ], + [ + "i", + "pes" + ], + [ + "ensure", + "math" + ], + [ + "▁con", + "ver" + ], + [ + "▁conv", + "er" + ], + [ + "▁conve", + "r" + ], + [ + "cre", + "en" + ], + [ + "cr", + "een" + ], + [ + "c", + "reen" + ], + [ + "▁t", + "error" + ], + [ + "▁ter", + "ror" + ], + [ + "▁terr", + "or" + ], + [ + "▁D", + "ou" + ], + [ + "▁Do", + "u" + ], + [ + "▁in", + "valid" + ], + [ + "▁", + "invalid" + ], + [ + "ce", + "ived" + ], + [ + "ceive", + "d" + ], + [ + "▁A", + "rab" + ], + [ + "▁Ar", + "ab" + ], + [ + "▁w", + "ire" + ], + [ + "▁wir", + "e" + ], + [ + "▁", + "wire" + ], + [ + "ap", + "plication" + ], + [ + "sh", + "ift" + ], + [ + "Gener", + "ic" + ], + [ + "▁P", + "lan" + ], + [ + "▁Pl", + "an" + ], + [ + "▁", + "Plan" + ], + [ + "▁W", + "all" + ], + [ + "▁Wal", + "l" + ], + [ + "▁Wa", + "ll" + ], + [ + "▁", + "Wall" + ], + [ + "▁direct", + "ory" + ], + [ + "▁director", + "y" + ], + [ + "▁", + "directory" + ], + [ + "▁e", + "gg" + ], + [ + "▁eg", + "g" + ], + [ + "▁we", + "alth" + ], + [ + "▁", + "wealth" + ], + [ + "ran", + "dom" + ], + [ + "rand", + "om" + ], + [ + "r", + "andom" + ], + [ + "att", + "ribute" + ], + [ + "▁h", + "ide" + ], + [ + "▁hi", + "de" + ], + [ + "▁hid", + "e" + ], + [ + "▁", + "hide" + ], + [ + "Se", + "rial" + ], + [ + "Ser", + "ial" + ], + [ + "S", + "erial" + ], + [ + "ca", + "m" + ], + [ + "c", + "am" + ], + [ + "▁it", + "al" + ], + [ + "▁i", + "tal" + ], + [ + "▁", + "ital" + ], + [ + "▁L", + "ine" + ], + [ + "▁Lin", + "e" + ], + [ + "▁Li", + "ne" + ], + [ + "▁", + "Line" + ], + [ + "▁C", + "HECK" + ], + [ + "▁", + "CHECK" + ], + [ + "ploy", + "ment" + ], + [ + "▁mass", + "ive" + ], + [ + "▁ex", + "tract" + ], + [ + "▁ext", + "ract" + ], + [ + "▁extra", + "ct" + ], + [ + "▁extr", + "act" + ], + [ + "▁", + "extract" + ], + [ + "ch", + "ain" + ], + [ + "cha", + "in" + ], + [ + "Res", + "t" + ], + [ + "Re", + "st" + ], + [ + "R", + "est" + ], + [ + "▁L", + "as" + ], + [ + "▁La", + "s" + ], + [ + "▁b", + "ear" + ], + [ + "▁be", + "ar" + ], + [ + "▁", + "bear" + ], + [ + "▁l", + "inks" + ], + [ + "▁link", + "s" + ], + [ + "▁lin", + "ks" + ], + [ + "▁", + "links" + ], + [ + "▁new", + "sp" + ], + [ + "▁news", + "p" + ], + [ + "▁F", + "C" + ], + [ + "▁", + "FC" + ], + [ + "Car", + "d" + ], + [ + "C", + "ard" + ], + [ + "ak", + "s" + ], + [ + "a", + "ks" + ], + [ + "▁v", + "isible" + ], + [ + "▁vis", + "ible" + ], + [ + "▁", + "visible" + ], + [ + "▁M", + "arc" + ], + [ + "▁Mar", + "c" + ], + [ + "▁Ma", + "rc" + ], + [ + "▁B", + "oston" + ], + [ + "▁Bo", + "ston" + ], + [ + "▁Bos", + "ton" + ], + [ + "▁res", + "erved" + ], + [ + "▁reserv", + "ed" + ], + [ + "▁reserve", + "d" + ], + [ + "▁ro", + "of" + ], + [ + "lic", + "enses" + ], + [ + "license", + "s" + ], + [ + "d", + "c" + ], + [ + "▁In", + "formation" + ], + [ + "▁", + "Information" + ], + [ + "▁w", + "itness" + ], + [ + "S", + "k" + ], + [ + "*)", + "," + ], + [ + "*", + ")," + ], + [ + "Sc", + "ope" + ], + [ + "S", + "cope" + ], + [ + "']", + ";" + ], + [ + "'", + "];" + ], + [ + "▁M", + "ir" + ], + [ + "▁Mi", + "r" + ], + [ + "▁", + "Mir" + ], + [ + "ud", + "ing" + ], + [ + "udi", + "ng" + ], + [ + "u", + "ding" + ], + [ + "▁t", + "rend" + ], + [ + "▁tr", + "end" + ], + [ + "▁tre", + "nd" + ], + [ + "▁tren", + "d" + ], + [ + "re", + "p" + ], + [ + "r", + "ep" + ], + [ + "▁mus", + "ical" + ], + [ + "▁music", + "al" + ], + [ + "▁ne", + "ither" + ], + [ + "▁nei", + "ther" + ], + [ + "▁C", + "reat" + ], + [ + "▁Cre", + "at" + ], + [ + "▁", + "Creat" + ], + [ + "▁pos", + "itions" + ], + [ + "▁position", + "s" + ], + [ + "▁posit", + "ions" + ], + [ + "L", + "C" + ], + [ + "rid", + "ge" + ], + [ + "r", + "idge" + ], + [ + "▁offic", + "ers" + ], + [ + "▁office", + "rs" + ], + [ + "▁officer", + "s" + ], + [ + "▁vi", + "olence" + ], + [ + "▁viol", + "ence" + ], + [ + "▁T", + "em" + ], + [ + "▁Te", + "m" + ], + [ + "▁S", + "us" + ], + [ + "▁Su", + "s" + ], + [ + "▁W", + "ay" + ], + [ + "▁Wa", + "y" + ], + [ + "Af", + "ter" + ], + [ + "A", + "fter" + ], + [ + "ac", + "ket" + ], + [ + "ack", + "et" + ], + [ + "▁S", + "ou" + ], + [ + "▁So", + "u" + ], + [ + "ac", + "er" + ], + [ + "ace", + "r" + ], + [ + "a", + "cer" + ], + [ + "|", + "|" + ], + [ + "▁re", + "mark" + ], + [ + "▁r", + "emark" + ], + [ + "▁rem", + "ark" + ], + [ + "▁", + "remark" + ], + [ + "wa", + "ter" + ], + [ + "w", + "ater" + ], + [ + "n", + "ě" + ], + [ + "▁С", + "а" + ], + [ + "▁s", + "ed" + ], + [ + "▁se", + "d" + ], + [ + "▁", + "sed" + ], + [ + "E", + "ach" + ], + [ + "▁phot", + "ograph" + ], + [ + "▁photo", + "graph" + ], + [ + "▁let", + "ters" + ], + [ + "▁letter", + "s" + ], + [ + "▁lett", + "ers" + ], + [ + "▁in", + "vent" + ], + [ + "▁inv", + "ent" + ], + [ + "▁M", + "as" + ], + [ + "▁Ma", + "s" + ], + [ + "▁s", + "ongs" + ], + [ + "▁son", + "gs" + ], + [ + "▁song", + "s" + ], + [ + "ó", + "l" + ], + [ + "ki", + "nd" + ], + [ + "kin", + "d" + ], + [ + "k", + "ind" + ], + [ + "▁N", + "on" + ], + [ + "▁No", + "n" + ], + [ + "▁", + "Non" + ], + [ + "▁d", + "ust" + ], + [ + "▁du", + "st" + ], + [ + "**", + ":" + ], + [ + "*", + "*:" + ], + [ + "nab", + "la" + ], + [ + ".\"", + "," + ], + [ + ".", + "\"," + ], + [ + "Loc", + "k" + ], + [ + "Lo", + "ck" + ], + [ + "L", + "ock" + ], + [ + "▁Д", + "о" + ], + [ + "▁cl", + "uster" + ], + [ + "▁", + "cluster" + ], + [ + "lo", + "ss" + ], + [ + "los", + "s" + ], + [ + "l", + "oss" + ], + [ + "▁ASS", + "ERT" + ], + [ + "▁", + "ASSERT" + ], + [ + "fa", + "ll" + ], + [ + "f", + "all" + ], + [ + "▁re", + "ject" + ], + [ + "▁", + "reject" + ], + [ + "▁Sp", + "ring" + ], + [ + "▁Spr", + "ing" + ], + [ + "▁", + "Spring" + ], + [ + "▁wed", + "ding" + ], + [ + "▁g", + "rav" + ], + [ + "▁gr", + "av" + ], + [ + "▁gra", + "v" + ], + [ + "▁", + "grav" + ], + [ + "ress", + "ion" + ], + [ + "r", + "ession" + ], + [ + "li", + "mit" + ], + [ + "lim", + "it" + ], + [ + "l", + "imit" + ], + [ + "RE", + "S" + ], + [ + "R", + "ES" + ], + [ + "]", + "}" + ], + [ + "▁l", + "isted" + ], + [ + "▁li", + "sted" + ], + [ + "▁list", + "ed" + ], + [ + "▁", + "listed" + ], + [ + "▁T", + "ele" + ], + [ + "▁Te", + "le" + ], + [ + "▁Tel", + "e" + ], + [ + "▁", + "Tele" + ], + [ + "hl", + "ine" + ], + [ + "h", + "line" + ], + [ + "▁ch", + "ief" + ], + [ + "▁chi", + "ef" + ], + [ + "ME", + "M" + ], + [ + "M", + "EM" + ], + [ + "да", + "р" + ], + [ + "д", + "ар" + ], + [ + "▁exp", + "ensive" + ], + [ + "tr", + "ace" + ], + [ + "tra", + "ce" + ], + [ + "▁R", + "og" + ], + [ + "▁Ro", + "g" + ], + [ + "▁C", + "oll" + ], + [ + "▁Col", + "l" + ], + [ + "▁Co", + "ll" + ], + [ + "▁", + "Coll" + ], + [ + "▁Aut", + "hor" + ], + [ + "▁Auth", + "or" + ], + [ + "▁", + "Author" + ], + [ + "▁B", + "oard" + ], + [ + "▁Bo", + "ard" + ], + [ + "▁", + "Board" + ], + [ + "▁C", + "apt" + ], + [ + "▁Cap", + "t" + ], + [ + "▁Ca", + "pt" + ], + [ + "▁", + "Capt" + ], + [ + "TE", + "XT" + ], + [ + "T", + "EXT" + ], + [ + "▁re", + "con" + ], + [ + "▁rec", + "on" + ], + [ + "es", + "ta" + ], + [ + "est", + "a" + ], + [ + "e", + "sta" + ], + [ + "▁proper", + "ly" + ], + [ + "▁&", + "\\" + ], + [ + "▁", + "&\\" + ], + [ + "le", + "ton" + ], + [ + "let", + "on" + ], + [ + "l", + "eton" + ], + [ + "ik", + "er" + ], + [ + "ike", + "r" + ], + [ + "i", + "ker" + ], + [ + "G", + "u" + ], + [ + "▁K", + "om" + ], + [ + "▁Ko", + "m" + ], + [ + "oc", + "o" + ], + [ + "o", + "co" + ], + [ + "▁any", + "more" + ], + [ + "▁t", + "aste" + ], + [ + "▁ta", + "ste" + ], + [ + "▁tast", + "e" + ], + [ + "▁S", + "anta" + ], + [ + "▁San", + "ta" + ], + [ + "▁Sant", + "a" + ], + [ + "ge", + "x" + ], + [ + "g", + "ex" + ], + [ + "▁Se", + "cret" + ], + [ + "▁Sec", + "ret" + ], + [ + "▁", + "Secret" + ], + [ + "▁tal", + "ent" + ], + [ + "▁tale", + "nt" + ], + [ + "▁mom", + "ents" + ], + [ + "▁moment", + "s" + ], + [ + "▁mo", + "ments" + ], + [ + "▁B", + "a" + ], + [ + "▁ex", + "tr" + ], + [ + "▁ext", + "r" + ], + [ + "▁", + "extr" + ], + [ + "▁Com", + "mission" + ], + [ + "▁Comm", + "ission" + ], + [ + "▁mod", + "ify" + ], + [ + "▁Fig", + "ure" + ], + [ + "▁", + "Figure" + ], + [ + "▁d", + "omin" + ], + [ + "▁do", + "min" + ], + [ + "▁dom", + "in" + ], + [ + "▁", + "domin" + ], + [ + "▁p", + "lot" + ], + [ + "▁pl", + "ot" + ], + [ + "▁", + "plot" + ], + [ + "en", + "ger" + ], + [ + "eng", + "er" + ], + [ + "enge", + "r" + ], + [ + "ut", + "ch" + ], + [ + "▁c", + "ities" + ], + [ + "▁cit", + "ies" + ], + [ + "▁ci", + "ties" + ], + [ + "▁n", + "ut" + ], + [ + "▁nu", + "t" + ], + [ + "▁", + "nut" + ], + [ + "pro", + "file" + ], + [ + "prof", + "ile" + ], + [ + "▁S", + "tat" + ], + [ + "▁St", + "at" + ], + [ + "▁Sta", + "t" + ], + [ + "▁", + "Stat" + ], + [ + "▁n", + "odes" + ], + [ + "▁no", + "des" + ], + [ + "▁node", + "s" + ], + [ + "▁nod", + "es" + ], + [ + "▁", + "nodes" + ], + [ + "▁n", + "s" + ], + [ + "▁", + "ns" + ], + [ + "ess", + "ages" + ], + [ + "essage", + "s" + ], + [ + "essa", + "ges" + ], + [ + "im", + "pl" + ], + [ + "imp", + "l" + ], + [ + "ic", + "ker" + ], + [ + "ick", + "er" + ], + [ + "i", + "cker" + ], + [ + "▁ex", + "amples" + ], + [ + "▁example", + "s" + ], + [ + "▁exam", + "ples" + ], + [ + "ab", + "eth" + ], + [ + "abe", + "th" + ], + [ + "abet", + "h" + ], + [ + "▁st", + "ated" + ], + [ + "▁stat", + "ed" + ], + [ + "▁state", + "d" + ], + [ + "▁sta", + "ted" + ], + [ + "fi", + "re" + ], + [ + "f", + "ire" + ], + [ + "bu", + "l" + ], + [ + "b", + "ul" + ], + [ + "▁danger", + "ous" + ], + [ + "▁P", + "ay" + ], + [ + "▁Pa", + "y" + ], + [ + "▁", + "Pay" + ], + [ + "▁G", + "re" + ], + [ + "▁Gr", + "e" + ], + [ + "▁", + "Gre" + ], + [ + "▁Mon", + "day" + ], + [ + "▁Mond", + "ay" + ], + [ + "es", + "ome" + ], + [ + "eso", + "me" + ], + [ + "e", + "some" + ], + [ + "ig", + "an" + ], + [ + "iga", + "n" + ], + [ + "i", + "gan" + ], + [ + "ru", + "nd" + ], + [ + "run", + "d" + ], + [ + "r", + "und" + ], + [ + "pr", + "ise" + ], + [ + "p", + "rise" + ], + [ + "fa", + "il" + ], + [ + "f", + "ail" + ], + [ + "▁N", + "ever" + ], + [ + "▁Ne", + "ver" + ], + [ + "▁Nev", + "er" + ], + [ + "▁", + "Never" + ], + [ + "A", + "v" + ], + [ + "▁line", + "ar" + ], + [ + "▁lin", + "ear" + ], + [ + "▁", + "linear" + ], + [ + "▁u", + "l" + ], + [ + "▁", + "ul" + ], + [ + "WA", + "R" + ], + [ + "W", + "AR" + ], + [ + "ре", + "н" + ], + [ + "р", + "ен" + ], + [ + "▁A", + "T" + ], + [ + "▁", + "AT" + ], + [ + "▁d", + "op" + ], + [ + "▁do", + "p" + ], + [ + "▁n", + "ou" + ], + [ + "▁no", + "u" + ], + [ + "Des", + "t" + ], + [ + "De", + "st" + ], + [ + "D", + "est" + ], + [ + "▁claim", + "s" + ], + [ + "en", + "da" + ], + [ + "end", + "a" + ], + [ + "▁c", + "razy" + ], + [ + "▁cr", + "azy" + ], + [ + "ge", + "l" + ], + [ + "g", + "el" + ], + [ + "og", + "gle" + ], + [ + "ogg", + "le" + ], + [ + "▁rep", + "resentation" + ], + [ + "▁represent", + "ation" + ], + [ + "in", + "en" + ], + [ + "ine", + "n" + ], + [ + "i", + "nen" + ], + [ + "▁altern", + "ative" + ], + [ + "▁alter", + "native" + ], + [ + "D", + "M" + ], + [ + "AB", + "ILITY" + ], + [ + "face", + "s" + ], + [ + "fa", + "ces" + ], + [ + "fac", + "es" + ], + [ + "f", + "aces" + ], + [ + "▁do", + "ors" + ], + [ + "▁door", + "s" + ], + [ + "▁", + "doors" + ], + [ + "at", + "iv" + ], + [ + "ati", + "v" + ], + [ + "Lo", + "ok" + ], + [ + "L", + "ook" + ], + [ + "▁J", + "SON" + ], + [ + "▁JS", + "ON" + ], + [ + "▁", + "JSON" + ], + [ + "▁appe", + "arance" + ], + [ + "▁appear", + "ance" + ], + [ + "б", + "ря" + ], + [ + "S", + "QL" + ], + [ + "▁sil", + "ence" + ], + [ + "ud", + "o" + ], + [ + "u", + "do" + ], + [ + "▁Direct", + "or" + ], + [ + "▁Dire", + "ctor" + ], + [ + "▁Dir", + "ector" + ], + [ + "State", + "ment" + ], + [ + "Stat", + "ement" + ], + [ + "se", + "lected" + ], + [ + "select", + "ed" + ], + [ + "hi", + "gh" + ], + [ + "h", + "igh" + ], + [ + "pr", + "ime" + ], + [ + "prim", + "e" + ], + [ + "▁ign", + "ore" + ], + [ + "▁ignor", + "e" + ], + [ + "▁", + "ignore" + ], + [ + "▁col", + "ors" + ], + [ + "▁color", + "s" + ], + [ + "▁", + "colors" + ], + [ + "us", + "hing" + ], + [ + "ush", + "ing" + ], + [ + "▁v", + "irt" + ], + [ + "▁vi", + "rt" + ], + [ + "▁vir", + "t" + ], + [ + "▁", + "virt" + ], + [ + "man", + "ager" + ], + [ + "▁rem", + "ote" + ], + [ + "▁remot", + "e" + ], + [ + "▁", + "remote" + ], + [ + "ł", + "o" + ], + [ + "sm", + "all" + ], + [ + "▁cr", + "ime" + ], + [ + "▁crim", + "e" + ], + [ + "▁cri", + "me" + ], + [ + "r", + "b" + ], + [ + "▁c", + "reation" + ], + [ + "▁cre", + "ation" + ], + [ + "▁creat", + "ion" + ], + [ + "▁f", + "light" + ], + [ + "▁fl", + "ight" + ], + [ + "▁S", + "ign" + ], + [ + "▁Si", + "gn" + ], + [ + "▁Sig", + "n" + ], + [ + "▁", + "Sign" + ], + [ + "IL", + "E" + ], + [ + "I", + "LE" + ], + [ + "▁D", + "O" + ], + [ + "▁", + "DO" + ], + [ + "com", + "ment" + ], + [ + "comm", + "ent" + ], + [ + "▁C", + "ost" + ], + [ + "▁Co", + "st" + ], + [ + "▁Cos", + "t" + ], + [ + "▁", + "Cost" + ], + [ + "._", + "_" + ], + [ + ".", + "__" + ], + [ + "▁C", + "op" + ], + [ + "▁Co", + "p" + ], + [ + "▁", + "Cop" + ], + [ + "▁v", + "om" + ], + [ + "▁vo", + "m" + ], + [ + "▁Sc", + "ience" + ], + [ + "▁Sci", + "ence" + ], + [ + "ле", + "ния" + ], + [ + "oo", + "p" + ], + [ + "o", + "op" + ], + [ + "inter", + "face" + ], + [ + "▁WARRAN", + "TIES" + ], + [ + "▁P", + "age" + ], + [ + "▁Pa", + "ge" + ], + [ + "▁", + "Page" + ], + [ + "**", + "****" + ], + [ + "****", + "**" + ], + [ + "***", + "***" + ], + [ + "ско", + "м" + ], + [ + "с", + "ком" + ], + [ + "TR", + "UE" + ], + [ + "▁re", + "peated" + ], + [ + "▁repe", + "ated" + ], + [ + "▁repeat", + "ed" + ], + [ + "▁е", + "го" + ], + [ + "ш", + "о" + ], + [ + "▁r", + "oz" + ], + [ + "▁ro", + "z" + ], + [ + "▁", + "roz" + ], + [ + "P", + "e" + ], + [ + "▁IS", + "BN" + ], + [ + "ir", + "ts" + ], + [ + "irt", + "s" + ], + [ + "pos", + "es" + ], + [ + "po", + "ses" + ], + [ + "pose", + "s" + ], + [ + "p", + "oses" + ], + [ + "})", + "$" + ], + [ + "}", + ")$" + ], + [ + "▁", + "І" + ], + [ + "child", + "ren" + ], + [ + "ble", + "s" + ], + [ + "bl", + "es" + ], + [ + "b", + "les" + ], + [ + "EC", + "T" + ], + [ + "E", + "CT" + ], + [ + "▁i", + "z" + ], + [ + "▁", + "iz" + ], + [ + "▁b", + "uilder" + ], + [ + "▁build", + "er" + ], + [ + "▁", + "builder" + ], + [ + "▁M", + "edia" + ], + [ + "▁Med", + "ia" + ], + [ + "▁", + "Media" + ], + [ + "ia", + "t" + ], + [ + "i", + "at" + ], + [ + "▁contr", + "ast" + ], + [ + "▁contra", + "st" + ], + [ + "”", + "," + ], + [ + "▁L", + "ink" + ], + [ + "▁Lin", + "k" + ], + [ + "▁", + "Link" + ], + [ + "▁Educ", + "ation" + ], + [ + "▁j", + "oint" + ], + [ + "▁join", + "t" + ], + [ + "▁jo", + "int" + ], + [ + "▁", + "joint" + ], + [ + "▁ex", + "ternal" + ], + [ + "▁extern", + "al" + ], + [ + "▁", + "external" + ], + [ + "▁ро", + "з" + ], + [ + "▁b", + "its" + ], + [ + "▁bit", + "s" + ], + [ + "▁bi", + "ts" + ], + [ + "▁", + "bits" + ], + [ + "FO", + "RM" + ], + [ + "FOR", + "M" + ], + [ + "F", + "ORM" + ], + [ + "er", + "man" + ], + [ + "erm", + "an" + ], + [ + "w", + "p" + ], + [ + "▁M", + "ike" + ], + [ + "▁Mi", + "ke" + ], + [ + "▁Mik", + "e" + ], + [ + "▁M", + "aster" + ], + [ + "▁Ma", + "ster" + ], + [ + "▁Mas", + "ter" + ], + [ + "▁", + "Master" + ], + [ + "▁sen", + "ior" + ], + [ + "▁N", + "av" + ], + [ + "▁Na", + "v" + ], + [ + "▁", + "Nav" + ], + [ + "▁record", + "ed" + ], + [ + "el", + "ing" + ], + [ + "eli", + "ng" + ], + [ + "elin", + "g" + ], + [ + "e", + "ling" + ], + [ + "es", + "h" + ], + [ + "e", + "sh" + ], + [ + "f", + "x" + ], + [ + "ка", + "н" + ], + [ + "к", + "ан" + ], + [ + "▁t", + "all" + ], + [ + "▁tal", + "l" + ], + [ + "▁ta", + "ll" + ], + [ + "▁John", + "son" + ], + [ + "▁s", + "ono" + ], + [ + "▁so", + "no" + ], + [ + "▁son", + "o" + ], + [ + "▁an", + "che" + ], + [ + "▁anc", + "he" + ], + [ + "▁anch", + "e" + ], + [ + "▁", + "anche" + ], + [ + "ic", + "ken" + ], + [ + "ick", + "en" + ], + [ + "i", + "cken" + ], + [ + "lo", + "op" + ], + [ + "l", + "oop" + ], + [ + "ici", + "ency" + ], + [ + "empor", + "ary" + ], + [ + "▁D", + "oes" + ], + [ + "▁Do", + "es" + ], + [ + "▁", + "Does" + ], + [ + "▁re", + "lation" + ], + [ + "▁rel", + "ation" + ], + [ + "▁", + "relation" + ], + [ + "м", + "ы" + ], + [ + "wa", + "s" + ], + [ + "w", + "as" + ], + [ + "lo", + "w" + ], + [ + "l", + "ow" + ], + [ + "ich", + "te" + ], + [ + "icht", + "e" + ], + [ + "i", + "chte" + ], + [ + "▁J", + "ones" + ], + [ + "▁Jo", + "nes" + ], + [ + "▁Jon", + "es" + ], + [ + "▁bed", + "room" + ], + [ + "DI", + "S" + ], + [ + "D", + "IS" + ], + [ + "▁mag", + "net" + ], + [ + "▁magn", + "et" + ], + [ + "▁Eng", + "ine" + ], + [ + "▁", + "Engine" + ], + [ + "▁feel", + "ings" + ], + [ + "▁feeling", + "s" + ], + [ + "▁fee", + "lings" + ], + [ + "G", + "C" + ], + [ + "▁t", + "orn" + ], + [ + "▁to", + "rn" + ], + [ + "▁tor", + "n" + ], + [ + "▁relationship", + "s" + ], + [ + "▁relation", + "ships" + ], + [ + "▁Р", + "е" + ], + [ + "▁p", + "roud" + ], + [ + "▁pro", + "ud" + ], + [ + "▁pr", + "oud" + ], + [ + "▁t", + "we" + ], + [ + "▁tw", + "e" + ], + [ + "ov", + "al" + ], + [ + "ova", + "l" + ], + [ + "o", + "val" + ], + [ + "▁w", + "aste" + ], + [ + "▁was", + "te" + ], + [ + "▁wa", + "ste" + ], + [ + "▁red", + "uced" + ], + [ + "▁redu", + "ced" + ], + [ + "▁reduce", + "d" + ], + [ + "il", + "ton" + ], + [ + "ilt", + "on" + ], + [ + "B", + "P" + ], + [ + "▁for", + "got" + ], + [ + "▁forg", + "ot" + ], + [ + "▁bod", + "ies" + ], + [ + "▁H", + "aw" + ], + [ + "▁Ha", + "w" + ], + [ + "la", + "g" + ], + [ + "l", + "ag" + ], + [ + "▁w", + "ww" + ], + [ + "▁", + "www" + ], + [ + "do", + "or" + ], + [ + "d", + "oor" + ], + [ + "▁s", + "ufficient" + ], + [ + "▁suff", + "icient" + ], + [ + "▁doll", + "ars" + ], + [ + "▁dollar", + "s" + ], + [ + "Le", + "n" + ], + [ + "L", + "en" + ], + [ + "▁talk", + "ed" + ], + [ + "▁tal", + "ked" + ], + [ + "▁b", + "ond" + ], + [ + "▁bo", + "nd" + ], + [ + "▁bon", + "d" + ], + [ + "▁B", + "or" + ], + [ + "▁Bo", + "r" + ], + [ + "}}", + "{" + ], + [ + "}", + "}{" + ], + [ + "ro", + "d" + ], + [ + "r", + "od" + ], + [ + "Pass", + "word" + ], + [ + "qu", + "are" + ], + [ + "▁l", + "ights" + ], + [ + "▁light", + "s" + ], + [ + "▁", + "lights" + ], + [ + "er", + "en" + ], + [ + "ere", + "n" + ], + [ + "e", + "ren" + ], + [ + "▁th", + "irty" + ], + [ + "N", + "C" + ], + [ + "▁T", + "ODO" + ], + [ + "▁TO", + "DO" + ], + [ + "▁res", + "pond" + ], + [ + "▁respon", + "d" + ], + [ + "▁resp", + "ond" + ], + [ + "▁", + "respond" + ], + [ + "ки", + "х" + ], + [ + "dir", + "ect" + ], + [ + "di", + "rect" + ], + [ + "dire", + "ct" + ], + [ + "d", + "irect" + ], + [ + "a", + "ção" + ], + [ + "▁he", + "av" + ], + [ + "Med", + "ia" + ], + [ + "M", + "edia" + ], + [ + "ex", + "it" + ], + [ + "e", + "xit" + ], + [ + "L", + "icense" + ], + [ + "`", + "." + ], + [ + "▁m", + "ixed" + ], + [ + "▁mix", + "ed" + ], + [ + "▁d", + "esk" + ], + [ + "▁de", + "sk" + ], + [ + "▁des", + "k" + ], + [ + "▁te", + "aching" + ], + [ + "▁teach", + "ing" + ], + [ + "▁tea", + "ching" + ], + [ + "▁m", + "aj" + ], + [ + "▁ma", + "j" + ], + [ + "▁n", + "erv" + ], + [ + "▁ne", + "rv" + ], + [ + "▁ner", + "v" + ], + [ + "in", + "ations" + ], + [ + "ination", + "s" + ], + [ + "type", + "of" + ], + [ + "▁co", + "ast" + ], + [ + "▁ж", + "е" + ], + [ + "▁", + "же" + ], + [ + "▁be", + "side" + ], + [ + "▁bes", + "ide" + ], + [ + "um", + "my" + ], + [ + "umm", + "y" + ], + [ + "Do", + "c" + ], + [ + "D", + "oc" + ], + [ + "▁sche", + "dule" + ], + [ + "▁schedul", + "e" + ], + [ + "▁sched", + "ule" + ], + [ + "▁", + "schedule" + ], + [ + "▁re", + "cover" + ], + [ + "▁rec", + "over" + ], + [ + "▁Fur", + "ther" + ], + [ + "▁ste", + "el" + ], + [ + "bo", + "ot" + ], + [ + "b", + "oot" + ], + [ + "▁Per", + "haps" + ], + [ + "▁с", + "ъ" + ], + [ + "▁O", + "s" + ], + [ + "▁", + "Os" + ], + [ + "ri", + "ck" + ], + [ + "ric", + "k" + ], + [ + "r", + "ick" + ], + [ + "▁В", + "и" + ], + [ + "Supp", + "ort" + ], + [ + "Sup", + "port" + ], + [ + "S", + "upport" + ], + [ + "▁(", + "_" + ], + [ + "▁", + "(_" + ], + [ + "ni", + "l" + ], + [ + "n", + "il" + ], + [ + "pi", + "s" + ], + [ + "p", + "is" + ], + [ + "x", + "pected" + ], + [ + "▁process", + "ing" + ], + [ + "▁proces", + "sing" + ], + [ + "▁", + "processing" + ], + [ + "Bu", + "ild" + ], + [ + "B", + "uild" + ], + [ + "ar", + "ian" + ], + [ + "ari", + "an" + ], + [ + "aria", + "n" + ], + [ + "a", + "rian" + ], + [ + "▁i", + "con" + ], + [ + "▁ic", + "on" + ], + [ + "▁", + "icon" + ], + [ + "▁C", + "A" + ], + [ + "▁", + "CA" + ], + [ + "wi", + "ck" + ], + [ + "w", + "ick" + ], + [ + "=", + "(" + ], + [ + "▁al", + "gorithm" + ], + [ + "▁", + "algorithm" + ], + [ + "▁You", + "ng" + ], + [ + "▁Man", + "agement" + ], + [ + "▁", + "Management" + ], + [ + "▁anc", + "ient" + ], + [ + "▁anci", + "ent" + ], + [ + "но", + "сть" + ], + [ + "ност", + "ь" + ], + [ + "ot", + "i" + ], + [ + "o", + "ti" + ], + [ + "▁comb", + "ination" + ], + [ + "wor", + "ld" + ], + [ + "w", + "orld" + ], + [ + "n", + "n" + ], + [ + "▁d", + "ram" + ], + [ + "▁dr", + "am" + ], + [ + "en", + "abled" + ], + [ + "ena", + "bled" + ], + [ + "enable", + "d" + ], + [ + "A", + "c" + ], + [ + "C", + "CESS" + ], + [ + "ar", + "ation" + ], + [ + "▁bl", + "ocks" + ], + [ + "▁block", + "s" + ], + [ + "▁blo", + "cks" + ], + [ + "▁", + "blocks" + ], + [ + "▁Ang", + "eles" + ], + [ + "▁Angel", + "es" + ], + [ + "▁Q", + "ual" + ], + [ + "▁Qu", + "al" + ], + [ + "▁", + "Qual" + ], + [ + "▁suc", + "ceed" + ], + [ + "▁succ", + "eed" + ], + [ + "net", + "work" + ], + [ + "▁ob", + "lig" + ], + [ + "spring", + "framework" + ], + [ + "▁T", + "re" + ], + [ + "▁Tr", + "e" + ], + [ + "ok", + "es" + ], + [ + "oke", + "s" + ], + [ + "o", + "kes" + ], + [ + "mu", + "n" + ], + [ + "m", + "un" + ], + [ + "▁Net", + "work" + ], + [ + "▁", + "Network" + ], + [ + "De", + "l" + ], + [ + "D", + "el" + ], + [ + "▁e", + "state" + ], + [ + "▁est", + "ate" + ], + [ + "▁esta", + "te" + ], + [ + "▁l", + "iqu" + ], + [ + "▁li", + "qu" + ], + [ + "▁p", + "ob" + ], + [ + "▁po", + "b" + ], + [ + "▁d", + "ad" + ], + [ + "▁da", + "d" + ], + [ + "▁dist", + "inct" + ], + [ + "▁T", + "it" + ], + [ + "▁Ti", + "t" + ], + [ + "▁L", + "ear" + ], + [ + "▁Le", + "ar" + ], + [ + "fer", + "red" + ], + [ + "and", + "roid" + ], + [ + "andro", + "id" + ], + [ + "▁sub", + "sequ" + ], + [ + "▁subs", + "equ" + ], + [ + "▁Flor", + "ida" + ], + [ + "sub", + "set" + ], + [ + "▁whis", + "per" + ], + [ + "Vo", + "l" + ], + [ + "V", + "ol" + ], + [ + "ul", + "ous" + ], + [ + "ulo", + "us" + ], + [ + "▁c", + "rew" + ], + [ + "▁cre", + "w" + ], + [ + "▁cr", + "ew" + ], + [ + "▁l", + "ug" + ], + [ + "▁lu", + "g" + ], + [ + "pi", + "d" + ], + [ + "p", + "id" + ], + [ + "oc", + "ity" + ], + [ + "oci", + "ty" + ], + [ + "o", + "city" + ], + [ + "sk", + "b" + ], + [ + "s", + "kb" + ], + [ + "▁t", + "ea" + ], + [ + "▁te", + "a" + ], + [ + "у", + "н" + ], + [ + "▁hon", + "or" + ], + [ + "▁ho", + "nor" + ], + [ + "▁I", + "ns" + ], + [ + "▁In", + "s" + ], + [ + "▁", + "Ins" + ], + [ + "▁g", + "ew" + ], + [ + "▁ge", + "w" + ], + [ + "▁", + "gew" + ], + [ + "Det", + "ails" + ], + [ + "Detail", + "s" + ], + [ + "ene", + "ath" + ], + [ + "e", + "neath" + ], + [ + "at", + "ar" + ], + [ + "ata", + "r" + ], + [ + "a", + "tar" + ], + [ + "▁_", + "{" + ], + [ + "▁", + "_{" + ], + [ + "am", + "en" + ], + [ + "ame", + "n" + ], + [ + "a", + "men" + ], + [ + "▁set", + "up" + ], + [ + "▁", + "setup" + ], + [ + "Trans", + "action" + ], + [ + "▁bl", + "ank" + ], + [ + "▁", + "blank" + ], + [ + "Fail", + "ed" + ], + [ + "F", + "ailed" + ], + [ + "jo", + "b" + ], + [ + "j", + "ob" + ], + [ + "▁p", + "ret" + ], + [ + "▁pre", + "t" + ], + [ + "▁pr", + "et" + ], + [ + "▁", + "pret" + ], + [ + "ß", + "e" + ], + [ + "lo", + "or" + ], + [ + "l", + "oor" + ], + [ + "ř", + "í" + ], + [ + "nc", + "ia" + ], + [ + "n", + "cia" + ], + [ + "▁any", + "where" + ], + [ + "▁L", + "ight" + ], + [ + "▁Li", + "ght" + ], + [ + "▁", + "Light" + ], + [ + "▁A", + "k" + ], + [ + "B", + "D" + ], + [ + "▁exc", + "ited" + ], + [ + "▁excit", + "ed" + ], + [ + "ag", + "ers" + ], + [ + "age", + "rs" + ], + [ + "ager", + "s" + ], + [ + "a", + "gers" + ], + [ + "▁w", + "arning" + ], + [ + "▁war", + "ning" + ], + [ + "▁warn", + "ing" + ], + [ + "▁", + "warning" + ], + [ + "▁process", + "es" + ], + [ + "▁proces", + "ses" + ], + [ + "h", + "u" + ], + [ + "▁y", + "outh" + ], + [ + "▁you", + "th" + ], + [ + "▁yo", + "uth" + ], + [ + "▁d", + "ogs" + ], + [ + "▁do", + "gs" + ], + [ + "▁dog", + "s" + ], + [ + "▁o", + "ct" + ], + [ + "▁oc", + "t" + ], + [ + "▁", + "oct" + ], + [ + "▁n", + "ine" + ], + [ + "▁ni", + "ne" + ], + [ + "▁nin", + "e" + ], + [ + "Write", + "r" + ], + [ + "Wr", + "iter" + ], + [ + "Writ", + "er" + ], + [ + "W", + "riter" + ], + [ + "gr", + "id" + ], + [ + "g", + "rid" + ], + [ + "▁import", + "ance" + ], + [ + "est", + "ic" + ], + [ + "▁care", + "fully" + ], + [ + "▁careful", + "ly" + ], + [ + "ma", + "ster" + ], + [ + "mas", + "ter" + ], + [ + "m", + "aster" + ], + [ + "▁dec", + "isions" + ], + [ + "▁decision", + "s" + ], + [ + "▁decis", + "ions" + ], + [ + "▁p", + "in" + ], + [ + "▁pi", + "n" + ], + [ + "▁", + "pin" + ], + [ + "▁cr", + "ack" + ], + [ + "TE", + "ST" + ], + [ + "TES", + "T" + ], + [ + "T", + "EST" + ], + [ + "▁L", + "ocal" + ], + [ + "▁Loc", + "al" + ], + [ + "▁Lo", + "cal" + ], + [ + "▁", + "Local" + ], + [ + "▁R", + "ight" + ], + [ + "▁", + "Right" + ], + [ + "▁v", + "ast" + ], + [ + "▁va", + "st" + ], + [ + "▁vas", + "t" + ], + [ + "▁f", + "aster" + ], + [ + "▁fa", + "ster" + ], + [ + "▁fast", + "er" + ], + [ + "▁inst", + "itut" + ], + [ + "▁ann", + "ual" + ], + [ + "LA", + "N" + ], + [ + "L", + "AN" + ], + [ + "▁e", + "pisode" + ], + [ + "▁epis", + "ode" + ], + [ + "▁X", + "V" + ], + [ + "▁del", + "ivery" + ], + [ + "▁deliver", + "y" + ], + [ + "t", + "l" + ], + [ + "F", + "P" + ], + [ + "ci", + "rc" + ], + [ + "cir", + "c" + ], + [ + "▁typ", + "ically" + ], + [ + "▁typical", + "ly" + ], + [ + "ig", + "o" + ], + [ + "i", + "go" + ], + [ + "▁int", + "el" + ], + [ + "▁inte", + "l" + ], + [ + "▁", + "intel" + ], + [ + "na", + "t" + ], + [ + "n", + "at" + ], + [ + "x", + "b" + ], + [ + "ст", + "ро" + ], + [ + "с", + "тро" + ], + [ + ")", + "-" + ], + [ + "▁B", + "al" + ], + [ + "▁Ba", + "l" + ], + [ + "▁", + "Bal" + ], + [ + "▁J", + "os" + ], + [ + "▁Jo", + "s" + ], + [ + "▁g", + "onna" + ], + [ + "▁R", + "est" + ], + [ + "▁Re", + "st" + ], + [ + "▁Res", + "t" + ], + [ + "▁", + "Rest" + ], + [ + "jo", + "r" + ], + [ + "j", + "or" + ], + [ + "on", + "ia" + ], + [ + "oni", + "a" + ], + [ + "o", + "nia" + ], + [ + "or", + "ship" + ], + [ + "ors", + "hip" + ], + [ + "ov", + "ery" + ], + [ + "ove", + "ry" + ], + [ + "over", + "y" + ], + [ + "o", + "very" + ], + [ + "LI", + "NE" + ], + [ + "LIN", + "E" + ], + [ + "L", + "INE" + ], + [ + "]", + ":" + ], + [ + "Que", + "ue" + ], + [ + "▁com", + "pare" + ], + [ + "▁comp", + "are" + ], + [ + "▁compar", + "e" + ], + [ + "▁", + "compare" + ], + [ + "▁ap", + "artment" + ], + [ + "▁apart", + "ment" + ], + [ + "▁r", + "ul" + ], + [ + "▁ru", + "l" + ], + [ + "D", + "r" + ], + [ + "gen", + "cy" + ], + [ + "g", + "ency" + ], + [ + "▁ob", + "viously" + ], + [ + "▁obvious", + "ly" + ], + [ + "zi", + "e" + ], + [ + "z", + "ie" + ], + [ + "yc", + "l" + ], + [ + "y", + "cl" + ], + [ + "fort", + "unately" + ], + [ + "fortun", + "ately" + ], + [ + "fortunate", + "ly" + ], + [ + "▁ste", + "pped" + ], + [ + "▁step", + "ped" + ], + [ + "▁S", + "eg" + ], + [ + "▁Se", + "g" + ], + [ + "▁", + "Seg" + ], + [ + "▁Wh", + "ich" + ], + [ + "▁", + "Which" + ], + [ + "▁P", + "C" + ], + [ + "▁", + "PC" + ], + [ + "▁a", + "st" + ], + [ + "▁as", + "t" + ], + [ + "▁", + "ast" + ], + [ + "end", + "or" + ], + [ + "endo", + "r" + ], + [ + "▁per", + "mission" + ], + [ + "▁perm", + "ission" + ], + [ + "▁", + "permission" + ], + [ + "CO", + "L" + ], + [ + "C", + "OL" + ], + [ + "▁T", + "EST" + ], + [ + "▁TE", + "ST" + ], + [ + "▁", + "TEST" + ], + [ + "P", + "ay" + ], + [ + "ère", + "s" + ], + [ + "è", + "res" + ], + [ + "▁stud", + "ied" + ], + [ + "▁accom", + "pl" + ], + [ + "▁accomp", + "l" + ], + [ + "ro", + "le" + ], + [ + "rol", + "e" + ], + [ + "r", + "ole" + ], + [ + "Wh", + "ere" + ], + [ + "Whe", + "re" + ], + [ + "W", + "here" + ], + [ + "proto", + "buf" + ], + [ + "met", + "adata" + ], + [ + "meta", + "data" + ], + [ + "Jo", + "b" + ], + [ + "J", + "ob" + ], + [ + "▁F", + "our" + ], + [ + "▁Fou", + "r" + ], + [ + "▁Fo", + "ur" + ], + [ + "pl", + "ements" + ], + [ + "ple", + "ments" + ], + [ + "plement", + "s" + ], + [ + "dis", + "able" + ], + [ + "▁l", + "oud" + ], + [ + "▁lo", + "ud" + ], + [ + "▁lou", + "d" + ], + [ + "▁happ", + "ening" + ], + [ + "▁happen", + "ing" + ], + [ + "▁U", + "sing" + ], + [ + "▁Us", + "ing" + ], + [ + "▁", + "Using" + ], + [ + "ro", + "g" + ], + [ + "r", + "og" + ], + [ + "▁depend", + "s" + ], + [ + "▁dep", + "ends" + ], + [ + "í", + "m" + ], + [ + "'", + "\\" + ], + [ + "▁t", + "aught" + ], + [ + "sh", + "ared" + ], + [ + "sha", + "red" + ], + [ + "share", + "d" + ], + [ + "▁att", + "ributes" + ], + [ + "▁attribute", + "s" + ], + [ + "▁attribut", + "es" + ], + [ + "▁", + "attributes" + ], + [ + "▁A", + "ction" + ], + [ + "▁Act", + "ion" + ], + [ + "▁", + "Action" + ], + [ + "▁d", + "ess" + ], + [ + "▁de", + "ss" + ], + [ + "▁des", + "s" + ], + [ + "▁", + "dess" + ], + [ + "▁h", + "ouses" + ], + [ + "▁house", + "s" + ], + [ + "▁hous", + "es" + ], + [ + "▁ho", + "uses" + ], + [ + "▁re", + "set" + ], + [ + "▁res", + "et" + ], + [ + "▁", + "reset" + ], + [ + "▁b", + "ien" + ], + [ + "▁bi", + "en" + ], + [ + "▁ex", + "plicit" + ], + [ + "▁expl", + "icit" + ], + [ + "LO", + "W" + ], + [ + "->", + "_" + ], + [ + "▁P", + "M" + ], + [ + "▁", + "PM" + ], + [ + "C", + "ategory" + ], + [ + "oi", + "ce" + ], + [ + "o", + "ice" + ], + [ + "in", + "to" + ], + [ + "int", + "o" + ], + [ + "▁m", + "ail" + ], + [ + "▁ma", + "il" + ], + [ + "▁mai", + "l" + ], + [ + "▁", + "mail" + ], + [ + "▁author", + "ity" + ], + [ + "▁un", + "able" + ], + [ + "▁una", + "ble" + ], + [ + "file", + "name" + ], + [ + "fil", + "ename" + ], + [ + "é", + "k" + ], + [ + "ле", + "й" + ], + [ + "л", + "ей" + ], + [ + "▁s", + "ector" + ], + [ + "▁se", + "ctor" + ], + [ + "▁sec", + "tor" + ], + [ + "▁sect", + "or" + ], + [ + "ap", + "point" + ], + [ + "app", + "oint" + ], + [ + "▁h", + "ang" + ], + [ + "▁ha", + "ng" + ], + [ + "▁han", + "g" + ], + [ + "▁", + "hang" + ], + [ + "▁c", + "el" + ], + [ + "▁ce", + "l" + ], + [ + "▁", + "cel" + ], + [ + "rel", + "ated" + ], + [ + "it", + "ate" + ], + [ + "ita", + "te" + ], + [ + "itat", + "e" + ], + [ + "▁'", + "<" + ], + [ + "am", + "ber" + ], + [ + "amb", + "er" + ], + [ + "a", + "mber" + ], + [ + "▁c", + "heap" + ], + [ + "▁che", + "ap" + ], + [ + "▁en", + "abled" + ], + [ + "▁enable", + "d" + ], + [ + "▁", + "enabled" + ], + [ + "▁di", + "vision" + ], + [ + "▁div", + "ision" + ], + [ + "▁divis", + "ion" + ], + [ + "An", + "y" + ], + [ + "A", + "ny" + ], + [ + "▁h", + "ier" + ], + [ + "▁hi", + "er" + ], + [ + "▁H", + "ead" + ], + [ + "▁He", + "ad" + ], + [ + "▁", + "Head" + ], + [ + "nt", + "ax" + ], + [ + "n", + "tax" + ], + [ + "ud", + "a" + ], + [ + "u", + "da" + ], + [ + "▁lim", + "itations" + ], + [ + "▁limit", + "ations" + ], + [ + "▁limitation", + "s" + ], + [ + "▁st", + "udio" + ], + [ + "▁stud", + "io" + ], + [ + "med", + "ia" + ], + [ + "medi", + "a" + ], + [ + "m", + "edia" + ], + [ + "▁cir", + "cle" + ], + [ + "▁circ", + "le" + ], + [ + "▁", + "circle" + ], + [ + "но", + "ва" + ], + [ + "нов", + "а" + ], + [ + "▁l", + "aug" + ], + [ + "▁la", + "ug" + ], + [ + "ac", + "ts" + ], + [ + "act", + "s" + ], + [ + "▁В", + "о" + ], + [ + "ó", + "d" + ], + [ + "pl", + "ed" + ], + [ + "ple", + "d" + ], + [ + "p", + "led" + ], + [ + "LO", + "C" + ], + [ + "L", + "OC" + ], + [ + "Ex", + "pr" + ], + [ + "Exp", + "r" + ], + [ + ">", + ":" + ], + [ + "▁pr", + "és" + ], + [ + "▁pré", + "s" + ], + [ + "▁", + "prés" + ], + [ + "▁laugh", + "ed" + ], + [ + "▁laug", + "hed" + ], + [ + "▁Th", + "ree" + ], + [ + "▁", + "Three" + ], + [ + "л", + "ы" + ], + [ + "▁en", + "ds" + ], + [ + "▁end", + "s" + ], + [ + "▁", + "ends" + ], + [ + "▁fund", + "ament" + ], + [ + "▁in", + "her" + ], + [ + "▁", + "inher" + ], + [ + "▁l", + "iv" + ], + [ + "▁li", + "v" + ], + [ + "▁", + "liv" + ], + [ + "bi", + "d" + ], + [ + "b", + "id" + ], + [ + "▁respons", + "ibility" + ], + [ + "▁check", + "ed" + ], + [ + "▁", + "checked" + ], + [ + "▁P", + "ac" + ], + [ + "▁Pa", + "c" + ], + [ + "▁f", + "ault" + ], + [ + "▁fa", + "ult" + ], + [ + "▁y", + "ellow" + ], + [ + "▁s", + "alt" + ], + [ + "▁sa", + "lt" + ], + [ + "▁sal", + "t" + ], + [ + "▁Franc", + "isco" + ], + [ + "▁Francis", + "co" + ], + [ + "▁", + "^" + ], + [ + "▁O", + "N" + ], + [ + "▁", + "ON" + ], + [ + "▁beaut", + "y" + ], + [ + "y", + "g" + ], + [ + "▁A", + "ff" + ], + [ + "▁Af", + "f" + ], + [ + "▁", + "Aff" + ], + [ + "▁E", + "q" + ], + [ + "▁", + "Eq" + ], + [ + "▁mag", + "ic" + ], + [ + "▁hand", + "ler" + ], + [ + "▁handle", + "r" + ], + [ + "▁", + "handler" + ], + [ + "x", + "E" + ], + [ + "▁numer", + "ous" + ], + [ + "▁numero", + "us" + ], + [ + "▁h", + "ole" + ], + [ + "▁hol", + "e" + ], + [ + "▁ho", + "le" + ], + [ + "▁", + "hole" + ], + [ + "▁ro", + "oms" + ], + [ + "▁room", + "s" + ], + [ + "▁", + "rooms" + ], + [ + "cc", + "ión" + ], + [ + "cció", + "n" + ], + [ + "c", + "ción" + ], + [ + "▁A", + "rm" + ], + [ + "▁Ar", + "m" + ], + [ + "▁", + "Arm" + ], + [ + "per", + "son" + ], + [ + "pers", + "on" + ], + [ + "p", + "erson" + ], + [ + "▁build", + "ings" + ], + [ + "▁building", + "s" + ], + [ + "▁p", + "late" + ], + [ + "▁pl", + "ate" + ], + [ + "▁plat", + "e" + ], + [ + "ble", + "d" + ], + [ + "bl", + "ed" + ], + [ + "b", + "led" + ], + [ + "er", + "rors" + ], + [ + "err", + "ors" + ], + [ + "error", + "s" + ], + [ + "▁A", + "gain" + ], + [ + "▁Ag", + "ain" + ], + [ + "▁Def", + "ault" + ], + [ + "▁", + "Default" + ], + [ + "▁H", + "ard" + ], + [ + "▁Har", + "d" + ], + [ + "▁Ha", + "rd" + ], + [ + "▁", + "Hard" + ], + [ + "t", + "ó" + ], + [ + "hu", + "s" + ], + [ + "h", + "us" + ], + [ + "▁dim", + "ension" + ], + [ + "ial", + "e" + ], + [ + "ia", + "le" + ], + [ + "i", + "ale" + ], + [ + "▁M", + "ult" + ], + [ + "▁Mu", + "lt" + ], + [ + "▁Mul", + "t" + ], + [ + "▁", + "Mult" + ], + [ + "▁Govern", + "ment" + ], + [ + "Fun", + "c" + ], + [ + "F", + "unc" + ], + [ + "▁b", + "low" + ], + [ + "▁bl", + "ow" + ], + [ + "▁blo", + "w" + ], + [ + "▁re", + "ct" + ], + [ + "▁r", + "ect" + ], + [ + "▁rec", + "t" + ], + [ + "▁", + "rect" + ], + [ + "er", + "ra" + ], + [ + "err", + "a" + ], + [ + "conne", + "ction" + ], + [ + "connect", + "ion" + ], + [ + "conn", + "ection" + ], + [ + "▁pass", + "ing" + ], + [ + "▁pas", + "sing" + ], + [ + "ße", + "n" + ], + [ + "ß", + "en" + ], + [ + "ph", + "as" + ], + [ + "pha", + "s" + ], + [ + "p", + "has" + ], + [ + "ens", + "ional" + ], + [ + "ension", + "al" + ], + [ + "re", + "cord" + ], + [ + "rec", + "ord" + ], + [ + "co", + "hol" + ], + [ + "▁H", + "arry" + ], + [ + "▁Har", + "ry" + ], + [ + "▁Harr", + "y" + ], + [ + "izont", + "al" + ], + [ + "izon", + "tal" + ], + [ + "▁f", + "inger" + ], + [ + "▁fin", + "ger" + ], + [ + "▁fing", + "er" + ], + [ + "▁young", + "er" + ], + [ + "▁S", + "C" + ], + [ + "▁", + "SC" + ], + [ + "oper", + "ation" + ], + [ + "B", + "Y" + ], + [ + "he", + "im" + ], + [ + "▁B", + "ad" + ], + [ + "▁Ba", + "d" + ], + [ + "▁", + "Bad" + ], + [ + "▁st", + "orm" + ], + [ + "▁stor", + "m" + ], + [ + "▁sto", + "rm" + ], + [ + "▁", + "storm" + ], + [ + "▁N", + "at" + ], + [ + "▁Na", + "t" + ], + [ + "▁bu", + "ying" + ], + [ + "▁buy", + "ing" + ], + [ + "▁S", + "ometimes" + ], + [ + "▁Some", + "times" + ], + [ + "▁С", + "та" + ], + [ + "es", + "sed" + ], + [ + "ess", + "ed" + ], + [ + "esse", + "d" + ], + [ + "▁da", + "mn" + ], + [ + "▁dam", + "n" + ], + [ + "▁m", + "eg" + ], + [ + "▁me", + "g" + ], + [ + "um", + "es" + ], + [ + "ume", + "s" + ], + [ + "u", + "mes" + ], + [ + "ün", + "d" + ], + [ + "ü", + "nd" + ], + [ + "т", + "ра" + ], + [ + "▁sil", + "ver" + ], + [ + "w", + "d" + ], + [ + "hid", + "den" + ], + [ + "h", + "idden" + ], + [ + "ar", + "do" + ], + [ + "ard", + "o" + ], + [ + "▁commun", + "ities" + ], + [ + "▁d", + "iet" + ], + [ + "▁di", + "et" + ], + [ + "▁die", + "t" + ], + [ + "ot", + "ted" + ], + [ + "ott", + "ed" + ], + [ + "otte", + "d" + ], + [ + "▁b", + "at" + ], + [ + "▁ba", + "t" + ], + [ + "▁", + "bat" + ], + [ + "an", + "cer" + ], + [ + "ance", + "r" + ], + [ + "anc", + "er" + ], + [ + "▁f", + "mt" + ], + [ + "▁", + "fmt" + ], + [ + "▁P", + "en" + ], + [ + "▁Pe", + "n" + ], + [ + "▁", + "Pen" + ], + [ + "▁t", + "il" + ], + [ + "▁ti", + "l" + ], + [ + "▁", + "til" + ], + [ + "En", + "um" + ], + [ + "E", + "num" + ], + [ + "PA", + "TH" + ], + [ + "P", + "ATH" + ], + [ + "▁mat", + "ters" + ], + [ + "▁matter", + "s" + ], + [ + "▁matt", + "ers" + ], + [ + "time", + "out" + ], + [ + "--", + "----------" + ], + [ + "----", + "--------" + ], + [ + "--------", + "----" + ], + [ + "---", + "---------" + ], + [ + "-----", + "-------" + ], + [ + "----------", + "--" + ], + [ + "------", + "------" + ], + [ + "---------", + "---" + ], + [ + "-------", + "-----" + ], + [ + "-----------", + "-" + ], + [ + "-", + "-----------" + ], + [ + "ka", + "n" + ], + [ + "k", + "an" + ], + [ + "▁Cor", + "por" + ], + [ + "=\"", + "../../" + ], + [ + "=\"../", + "../" + ], + [ + "▁A", + "le" + ], + [ + "▁Al", + "e" + ], + [ + "hent", + "ication" + ], + [ + "hentic", + "ation" + ], + [ + "▁com", + "plic" + ], + [ + "▁comp", + "lic" + ], + [ + "▁compl", + "ic" + ], + [ + "▁Se", + "curity" + ], + [ + "▁Sec", + "urity" + ], + [ + "▁", + "Security" + ], + [ + "OF", + "F" + ], + [ + "O", + "FF" + ], + [ + "R", + "ad" + ], + [ + "ap", + "se" + ], + [ + "aps", + "e" + ], + [ + "a", + "pse" + ], + [ + "▁d", + "ance" + ], + [ + "▁dan", + "ce" + ], + [ + "▁perm", + "issions" + ], + [ + "▁permission", + "s" + ], + [ + "▁war", + "rant" + ], + [ + "▁l", + "ad" + ], + [ + "▁la", + "d" + ], + [ + "▁", + "lad" + ], + [ + "▁is", + "ol" + ], + [ + "▁i", + "sol" + ], + [ + "d", + "l" + ], + [ + "▁A", + "u" + ], + [ + "ye", + "s" + ], + [ + "y", + "es" + ], + [ + "▁t", + "v" + ], + [ + "▁", + "tv" + ], + [ + "▁pro", + "vider" + ], + [ + "▁prov", + "ider" + ], + [ + "▁provide", + "r" + ], + [ + "▁", + "provider" + ], + [ + "▁ter", + "rible" + ], + [ + "▁terr", + "ible" + ], + [ + "▁dep", + "artment" + ], + [ + "▁depart", + "ment" + ], + [ + "er", + "al" + ], + [ + "era", + "l" + ], + [ + "e", + "ral" + ], + [ + "▁implement", + "ation" + ], + [ + "S", + "R" + ], + [ + "▁h", + "earing" + ], + [ + "▁he", + "aring" + ], + [ + "▁hear", + "ing" + ], + [ + "▁K", + "n" + ], + [ + "F", + "R" + ], + [ + "t", + "v" + ], + [ + "▁d", + "iss" + ], + [ + "▁dis", + "s" + ], + [ + "▁di", + "ss" + ], + [ + "F", + "UN" + ], + [ + "▁dur", + "ante" + ], + [ + "▁durant", + "e" + ], + [ + "os", + "is" + ], + [ + "osi", + "s" + ], + [ + "o", + "sis" + ], + [ + "▁task", + "s" + ], + [ + "▁", + "tasks" + ], + [ + "▁B", + "lo" + ], + [ + "▁Bl", + "o" + ], + [ + "▁", + "Blo" + ], + [ + "во", + "д" + ], + [ + "▁br", + "anch" + ], + [ + "▁", + "branch" + ], + [ + "▁polit", + "ics" + ], + [ + "▁E", + "lle" + ], + [ + "▁El", + "le" + ], + [ + "▁Ell", + "e" + ], + [ + "▁lead", + "ership" + ], + [ + "▁leader", + "ship" + ], + [ + "▁leaders", + "hip" + ], + [ + "ex", + "pr" + ], + [ + "exp", + "r" + ], + [ + "▁techn", + "iques" + ], + [ + "▁technique", + "s" + ], + [ + "pr", + "ec" + ], + [ + "pre", + "c" + ], + [ + "p", + "rec" + ], + [ + "Sig", + "ma" + ], + [ + "S", + "igma" + ], + [ + "im", + "ately" + ], + [ + "imate", + "ly" + ], + [ + "imat", + "ely" + ], + [ + "t", + "k" + ], + [ + "ach", + "ment" + ], + [ + "▁En", + "ter" + ], + [ + "▁Ent", + "er" + ], + [ + "▁", + "Enter" + ], + [ + "▁cre", + "ative" + ], + [ + "▁creat", + "ive" + ], + [ + "▁з", + "на" + ], + [ + "▁", + "зна" + ], + [ + "ap", + "py" + ], + [ + "app", + "y" + ], + [ + "un", + "ched" + ], + [ + "unch", + "ed" + ], + [ + "unc", + "hed" + ], + [ + "▁'", + "'," + ], + [ + "▁''", + "," + ], + [ + "on", + "der" + ], + [ + "ond", + "er" + ], + [ + "onde", + "r" + ], + [ + "o", + "nder" + ], + [ + "{", + "-" + ], + [ + "NU", + "M" + ], + [ + "N", + "UM" + ], + [ + "▁n", + "arr" + ], + [ + "▁na", + "rr" + ], + [ + "▁nar", + "r" + ], + [ + "Mem", + "ory" + ], + [ + "▁win", + "ning" + ], + [ + "▁", + "winning" + ], + [ + "▁F", + "ollow" + ], + [ + "▁Fol", + "low" + ], + [ + "▁", + "Follow" + ], + [ + "*/", + "\r" + ], + [ + "vis", + "ion" + ], + [ + "v", + "ision" + ], + [ + "res", + "ents" + ], + [ + "resent", + "s" + ], + [ + "zi", + "one" + ], + [ + "z", + "ione" + ], + [ + "▁l", + "atter" + ], + [ + "▁lat", + "ter" + ], + [ + "▁requ", + "ests" + ], + [ + "▁request", + "s" + ], + [ + "▁", + "requests" + ], + [ + "▁m", + "argin" + ], + [ + "▁mar", + "gin" + ], + [ + "▁marg", + "in" + ], + [ + "▁", + "margin" + ], + [ + "▁{", + "\"" + ], + [ + "▁", + "{\"" + ], + [ + "v", + "ideo" + ], + [ + "c", + "n" + ], + [ + "▁Im", + "age" + ], + [ + "▁", + "Image" + ], + [ + "T", + "im" + ], + [ + "CON", + "FIG" + ], + [ + "CONF", + "IG" + ], + [ + "▁all", + "owing" + ], + [ + "▁allow", + "ing" + ], + [ + "▁comb", + "ined" + ], + [ + "▁combine", + "d" + ], + [ + "PU", + "T" + ], + [ + "P", + "UT" + ], + [ + "▁instance", + "of" + ], + [ + "ig", + "in" + ], + [ + "igi", + "n" + ], + [ + "i", + "gin" + ], + [ + "▁p", + "ero" + ], + [ + "▁per", + "o" + ], + [ + "▁pe", + "ro" + ], + [ + "▁'", + "'" + ], + [ + "▁", + "''" + ], + [ + "▁conf", + "idence" + ], + [ + "▁equ", + "ivalent" + ], + [ + "▁equival", + "ent" + ], + [ + "pa", + "d" + ], + [ + "p", + "ad" + ], + [ + "ef", + "fect" + ], + [ + "eff", + "ect" + ], + [ + "e", + "ffect" + ], + [ + "R", + "X" + ], + [ + "▁l", + "ang" + ], + [ + "▁la", + "ng" + ], + [ + "▁lan", + "g" + ], + [ + "▁", + "lang" + ], + [ + "str", + "ong" + ], + [ + "▁b", + "ridge" + ], + [ + "▁br", + "idge" + ], + [ + "▁", + "bridge" + ], + [ + "ay", + "a" + ], + [ + "a", + "ya" + ], + [ + "▁t", + "reated" + ], + [ + "▁tre", + "ated" + ], + [ + "▁treat", + "ed" + ], + [ + "▁f", + "orth" + ], + [ + "▁for", + "th" + ], + [ + "▁fort", + "h" + ], + [ + "S", + "W" + ], + [ + "▁account", + "s" + ], + [ + "▁P", + "O" + ], + [ + "▁", + "PO" + ], + [ + "▁list", + "ening" + ], + [ + "▁listen", + "ing" + ], + [ + "Ro", + "ute" + ], + [ + "R", + "oute" + ], + [ + "()", + "))" + ], + [ + "())", + ")" + ], + [ + "(", + ")))" + ], + [ + "cp", + "y" + ], + [ + "c", + "py" + ], + [ + "▁re", + "form" + ], + [ + "▁ref", + "orm" + ], + [ + "▁g", + "ate" + ], + [ + "▁ga", + "te" + ], + [ + "▁", + "gate" + ], + [ + "▁W", + "alk" + ], + [ + "▁Wal", + "k" + ], + [ + "▁", + "Walk" + ], + [ + "▁some", + "how" + ], + [ + "t", + "f" + ], + [ + "▁l", + "ayout" + ], + [ + "▁la", + "yout" + ], + [ + "▁lay", + "out" + ], + [ + "▁", + "layout" + ], + [ + "um", + "in" + ], + [ + "umi", + "n" + ], + [ + "u", + "min" + ], + [ + "▁consider", + "ing" + ], + [ + "▁consid", + "ering" + ], + [ + "▁pre", + "mi" + ], + [ + "▁pr", + "emi" + ], + [ + "▁prem", + "i" + ], + [ + "▁M", + "om" + ], + [ + "▁Mo", + "m" + ], + [ + "at", + "han" + ], + [ + "ath", + "an" + ], + [ + "a", + "than" + ], + [ + "Ge", + "n" + ], + [ + "G", + "en" + ], + [ + "▁plan", + "et" + ], + [ + "▁plane", + "t" + ], + [ + "am", + "ples" + ], + [ + "amp", + "les" + ], + [ + "ample", + "s" + ], + [ + "▁M", + "O" + ], + [ + "▁", + "MO" + ], + [ + "sh", + "op" + ], + [ + "s", + "hop" + ], + [ + "▁prem", + "ier" + ], + [ + "▁premi", + "er" + ], + [ + "▁s", + "impl" + ], + [ + "▁sim", + "pl" + ], + [ + "▁s", + "egu" + ], + [ + "▁se", + "gu" + ], + [ + "▁seg", + "u" + ], + [ + "L", + "Y" + ], + [ + "Su", + "m" + ], + [ + "S", + "um" + ], + [ + "▁t", + "ables" + ], + [ + "▁table", + "s" + ], + [ + "▁tab", + "les" + ], + [ + "▁ta", + "bles" + ], + [ + "▁", + "tables" + ], + [ + "sk", + "a" + ], + [ + "s", + "ka" + ], + [ + "▁", + "ž" + ], + [ + "p", + "d" + ], + [ + "▁s", + "ous" + ], + [ + "▁so", + "us" + ], + [ + "▁sou", + "s" + ], + [ + "▁con", + "ference" + ], + [ + "▁confer", + "ence" + ], + [ + "▁D", + "at" + ], + [ + "▁Da", + "t" + ], + [ + "▁", + "Dat" + ], + [ + "Sc", + "roll" + ], + [ + "▁stand", + "ards" + ], + [ + "▁standard", + "s" + ], + [ + "▁г", + "ру" + ], + [ + "es", + "se" + ], + [ + "ess", + "e" + ], + [ + "▁citiz", + "ens" + ], + [ + "▁citizen", + "s" + ], + [ + "▁occur", + "red" + ], + [ + "▁dem", + "ocr" + ], + [ + "▁demo", + "cr" + ], + [ + "▁e", + "lev" + ], + [ + "▁el", + "ev" + ], + [ + "▁ele", + "v" + ], + [ + "▁S", + "em" + ], + [ + "▁Se", + "m" + ], + [ + "▁", + "Sem" + ], + [ + "ens", + "us" + ], + [ + "he", + "aders" + ], + [ + "head", + "ers" + ], + [ + "header", + "s" + ], + [ + "▁Ch", + "ris" + ], + [ + "im", + "ento" + ], + [ + "iment", + "o" + ], + [ + "imen", + "to" + ], + [ + "ko", + "m" + ], + [ + "k", + "om" + ], + [ + "Co", + "r" + ], + [ + "C", + "or" + ], + [ + "MI", + "N" + ], + [ + "M", + "IN" + ], + [ + "us", + "her" + ], + [ + "ush", + "er" + ], + [ + "Data", + "base" + ], + [ + "Dat", + "abase" + ], + [ + "▁f", + "ormal" + ], + [ + "▁for", + "mal" + ], + [ + "▁form", + "al" + ], + [ + "▁forma", + "l" + ], + [ + "ig", + "ne" + ], + [ + "ign", + "e" + ], + [ + "▁organ", + "izations" + ], + [ + "▁organiz", + "ations" + ], + [ + "▁organization", + "s" + ], + [ + "▁I", + "re" + ], + [ + "▁Ir", + "e" + ], + [ + "X", + "ml" + ], + [ + "и", + "з" + ], + [ + "▁p", + "ray" + ], + [ + "▁pr", + "ay" + ], + [ + "▁pra", + "y" + ], + [ + "▁b", + "omb" + ], + [ + "▁bo", + "mb" + ], + [ + "▁bom", + "b" + ], + [ + "▁m", + "and" + ], + [ + "▁man", + "d" + ], + [ + "▁ma", + "nd" + ], + [ + "▁", + "mand" + ], + [ + "er", + "ts" + ], + [ + "ert", + "s" + ], + [ + "▁c", + "lock" + ], + [ + "▁cl", + "ock" + ], + [ + "▁clo", + "ck" + ], + [ + "▁", + "clock" + ], + [ + "▁b", + "uck" + ], + [ + "▁bu", + "ck" + ], + [ + "ва", + "ли" + ], + [ + "вал", + "и" + ], + [ + "в", + "али" + ], + [ + "en", + "sch" + ], + [ + "ens", + "ch" + ], + [ + "▁v", + "olt" + ], + [ + "▁vo", + "lt" + ], + [ + "▁vol", + "t" + ], + [ + "▁", + "volt" + ], + [ + "▁fil", + "ms" + ], + [ + "▁film", + "s" + ], + [ + "▁pl", + "ants" + ], + [ + "▁plan", + "ts" + ], + [ + "▁plant", + "s" + ], + [ + "in", + "ode" + ], + [ + "ino", + "de" + ], + [ + "i", + "node" + ], + [ + "Bo", + "olean" + ], + [ + "▁restaur", + "ant" + ], + [ + "ía", + "n" + ], + [ + "í", + "an" + ], + [ + "▁de", + "but" + ], + [ + "▁deb", + "ut" + ], + [ + "page", + "s" + ], + [ + "pa", + "ges" + ], + [ + "pag", + "es" + ], + [ + "p", + "ages" + ], + [ + "▁wor", + "dt" + ], + [ + "▁word", + "t" + ], + [ + "▁Б", + "а" + ], + [ + "▁great", + "est" + ], + [ + "(\"", + "/" + ], + [ + "▁c", + "opyright" + ], + [ + "▁copy", + "right" + ], + [ + "▁", + "copyright" + ], + [ + "▁r", + "it" + ], + [ + "▁ri", + "t" + ], + [ + "▁", + "rit" + ], + [ + "size", + "of" + ], + [ + "Tr", + "ace" + ], + [ + "Tra", + "ce" + ], + [ + "ue", + "nt" + ], + [ + "uen", + "t" + ], + [ + "u", + "ent" + ], + [ + "ту", + "р" + ], + [ + "т", + "ур" + ], + [ + "▁k", + "o" + ], + [ + "▁", + "ko" + ], + [ + ":", + "\\" + ], + [ + "▁b", + "igger" + ], + [ + "▁big", + "ger" + ], + [ + "▁perfect", + "ly" + ], + [ + "ten", + "ance" + ], + [ + "MA", + "SK" + ], + [ + "M", + "ASK" + ], + [ + "r", + "é" + ], + [ + "▁e", + "tt" + ], + [ + "▁et", + "t" + ], + [ + "▁", + "ett" + ], + [ + "▁n", + "ose" + ], + [ + "▁no", + "se" + ], + [ + "▁nos", + "e" + ], + [ + "▁c", + "raft" + ], + [ + "▁cr", + "aft" + ], + [ + "▁", + "craft" + ], + [ + "it", + "eral" + ], + [ + "ite", + "ral" + ], + [ + "iter", + "al" + ], + [ + "▁discuss", + "ed" + ], + [ + "▁Jew", + "ish" + ], + [ + "C", + "ap" + ], + [ + "▁Un", + "less" + ], + [ + "▁Jack", + "son" + ], + [ + "Att", + "ributes" + ], + [ + "Attribute", + "s" + ], + [ + "Attrib", + "utes" + ], + [ + "▁l", + "unch" + ], + [ + "▁lun", + "ch" + ], + [ + "ö", + "l" + ], + [ + "at", + "r" + ], + [ + "a", + "tr" + ], + [ + "▁pay", + "ing" + ], + [ + "▁pa", + "ying" + ], + [ + "Par", + "se" + ], + [ + "Pars", + "e" + ], + [ + "P", + "arse" + ], + [ + "()", + "\r" + ], + [ + "(", + ")\r" + ], + [ + "la", + "d" + ], + [ + "l", + "ad" + ], + [ + "▁r", + "are" + ], + [ + "▁ra", + "re" + ], + [ + "▁[", + "];" + ], + [ + "▁[]", + ";" + ], + [ + "▁", + "[];" + ], + [ + "st", + "one" + ], + [ + "ston", + "e" + ], + [ + "sto", + "ne" + ], + [ + "▁u", + "nc" + ], + [ + "▁un", + "c" + ], + [ + "▁", + "unc" + ], + [ + "▁def", + "ense" + ], + [ + "▁defens", + "e" + ], + [ + "}", + "+" + ], + [ + "▁Gl", + "obal" + ], + [ + "▁", + "Global" + ], + [ + "▁Sov", + "iet" + ], + [ + "▁Austral", + "ian" + ], + [ + "▁Australia", + "n" + ], + [ + "▁g", + "li" + ], + [ + "▁gl", + "i" + ], + [ + "var", + "iant" + ], + [ + "vari", + "ant" + ], + [ + "▁R", + "on" + ], + [ + "▁Ro", + "n" + ], + [ + "▁lo", + "an" + ], + [ + "St", + "ep" + ], + [ + "Ste", + "p" + ], + [ + "me", + "mber" + ], + [ + "mem", + "ber" + ], + [ + "m", + "ember" + ], + [ + "Sc", + "h" + ], + [ + "S", + "ch" + ], + [ + "▁Commit", + "tee" + ], + [ + "▁s", + "pending" + ], + [ + "▁sp", + "ending" + ], + [ + "▁spend", + "ing" + ], + [ + "▁T", + "ri" + ], + [ + "▁Tr", + "i" + ], + [ + "▁", + "Tri" + ], + [ + "▁J", + "ournal" + ], + [ + "▁Jour", + "nal" + ], + [ + "▁", + "Journal" + ], + [ + "▁s", + "ugar" + ], + [ + "▁su", + "gar" + ], + [ + "▁sug", + "ar" + ], + [ + "el", + "ly" + ], + [ + "ell", + "y" + ], + [ + "HT", + "ML" + ], + [ + "▁ad", + "vent" + ], + [ + "▁adv", + "ent" + ], + [ + "win", + "g" + ], + [ + "wi", + "ng" + ], + [ + "w", + "ing" + ], + [ + "▁Wh", + "ether" + ], + [ + "▁Whe", + "ther" + ], + [ + "or", + "ation" + ], + [ + "▁N", + "E" + ], + [ + "▁", + "NE" + ], + [ + "iv", + "eness" + ], + [ + "ive", + "ness" + ], + [ + "iven", + "ess" + ], + [ + "▁h", + "av" + ], + [ + "▁ha", + "v" + ], + [ + "▁", + "hav" + ], + [ + "▁con", + "scious" + ], + [ + "▁", + "conscious" + ], + [ + "ee", + "n" + ], + [ + "e", + "en" + ], + [ + "Sym", + "bol" + ], + [ + "S", + "ymbol" + ], + [ + "▁к", + "у" + ], + [ + "▁", + "ку" + ], + [ + "Log", + "ger" + ], + [ + "▁L", + "ittle" + ], + [ + "▁Lit", + "tle" + ], + [ + "wide", + "t" + ], + [ + "wi", + "det" + ], + [ + "wid", + "et" + ], + [ + "oc", + "ation" + ], + [ + "pi", + "n" + ], + [ + "p", + "in" + ], + [ + "▁sym", + "met" + ], + [ + "▁A", + "D" + ], + [ + "▁", + "AD" + ], + [ + "▁pos", + "ts" + ], + [ + "▁po", + "sts" + ], + [ + "▁post", + "s" + ], + [ + "▁", + "posts" + ], + [ + "sh", + "al" + ], + [ + "sha", + "l" + ], + [ + "s", + "hal" + ], + [ + "▁Con", + "f" + ], + [ + "▁Co", + "nf" + ], + [ + "▁", + "Conf" + ], + [ + "▁ch", + "ose" + ], + [ + "▁cho", + "se" + ], + [ + "ma", + "l" + ], + [ + "m", + "al" + ], + [ + "ul", + "o" + ], + [ + "u", + "lo" + ], + [ + "▁M", + "ethod" + ], + [ + "▁", + "Method" + ], + [ + "▁miss", + "ed" + ], + [ + "▁mis", + "sed" + ], + [ + "Re", + "move" + ], + [ + "Rem", + "ove" + ], + [ + "Aut", + "o" + ], + [ + "A", + "uto" + ], + [ + "VAL", + "UE" + ], + [ + "th", + "let" + ], + [ + "▁For", + "ce" + ], + [ + "▁", + "Force" + ], + [ + "p", + "f" + ], + [ + "▁", + "Я" + ], + [ + "la", + "te" + ], + [ + "lat", + "e" + ], + [ + "l", + "ate" + ], + [ + "▁p", + "ul" + ], + [ + "▁pu", + "l" + ], + [ + "▁", + "pul" + ], + [ + "Po", + "p" + ], + [ + "P", + "op" + ], + [ + "▁adv", + "anced" + ], + [ + "▁advance", + "d" + ], + [ + "air", + "es" + ], + [ + "ai", + "res" + ], + [ + "aire", + "s" + ], + [ + "a", + "ires" + ], + [ + "res", + "sed" + ], + [ + "ress", + "ed" + ], + [ + "resse", + "d" + ], + [ + "r", + "essed" + ], + [ + "AM", + "E" + ], + [ + "A", + "ME" + ], + [ + "be", + "ll" + ], + [ + "bel", + "l" + ], + [ + "b", + "ell" + ], + [ + "ac", + "hing" + ], + [ + "ach", + "ing" + ], + [ + "achi", + "ng" + ], + [ + "a", + "ching" + ], + [ + "i", + "ć" + ], + [ + "ec", + "ho" + ], + [ + "ech", + "o" + ], + [ + "e", + "cho" + ], + [ + "H", + "S" + ], + [ + "▁fun", + "ny" + ], + [ + "ри", + "и" + ], + [ + "▁e", + "er" + ], + [ + "▁ve", + "get" + ], + [ + "▁four", + "th" + ], + [ + "c", + "f" + ], + [ + "trans", + "form" + ], + [ + "▁g", + "rown" + ], + [ + "▁gr", + "own" + ], + [ + "▁grow", + "n" + ], + [ + "▁gro", + "wn" + ], + [ + "▁Mc", + "C" + ], + [ + "si", + "te" + ], + [ + "s", + "ite" + ], + [ + "▁b", + "eneath" + ], + [ + "▁be", + "neath" + ], + [ + "▁s", + "hell" + ], + [ + "▁sh", + "ell" + ], + [ + "▁she", + "ll" + ], + [ + "▁shel", + "l" + ], + [ + "▁", + "shell" + ], + [ + "x", + "d" + ], + [ + "Pl", + "ay" + ], + [ + "P", + "lay" + ], + [ + "sh", + "ort" + ], + [ + "Ro", + "le" + ], + [ + "R", + "ole" + ], + [ + "▁relig", + "ion" + ], + [ + "in", + "ator" + ], + [ + "ina", + "tor" + ], + [ + "}", + "", + "<" + ], + [ + "\"", + "><" + ], + [ + "as", + "p" + ], + [ + "a", + "sp" + ], + [ + "aj", + "o" + ], + [ + "a", + "jo" + ], + [ + "ex", + "ports" + ], + [ + "exp", + "orts" + ], + [ + "export", + "s" + ], + [ + "▁N", + "ode" + ], + [ + "▁No", + "de" + ], + [ + "▁", + "Node" + ], + [ + "▁j", + "ako" + ], + [ + "▁ja", + "ko" + ], + [ + "▁jak", + "o" + ], + [ + "▁y", + "a" + ], + [ + "▁", + "ya" + ], + [ + "▁success", + "fully" + ], + [ + "▁successful", + "ly" + ], + [ + "▁friend", + "ly" + ], + [ + "▁", + "friendly" + ], + [ + "buf", + "f" + ], + [ + "bu", + "ff" + ], + [ + "b", + "uff" + ], + [ + "DE", + "FAULT" + ], + [ + "▁pre", + "gn" + ], + [ + "▁preg", + "n" + ], + [ + "Requ", + "ired" + ], + [ + "Require", + "d" + ], + [ + "▁b", + "inary" + ], + [ + "▁bin", + "ary" + ], + [ + "▁", + "binary" + ], + [ + "is", + "ting" + ], + [ + "ist", + "ing" + ], + [ + "isti", + "ng" + ], + [ + "▁st", + "ared" + ], + [ + "▁star", + "ed" + ], + [ + "▁stare", + "d" + ], + [ + "▁sta", + "red" + ], + [ + "▁circum", + "stances" + ], + [ + "▁х", + "о" + ], + [ + "▁", + "хо" + ], + [ + "re", + "i" + ], + [ + "r", + "ei" + ], + [ + "▁Г", + "о" + ], + [ + "Trans", + "form" + ], + [ + "cn", + "t" + ], + [ + "c", + "nt" + ], + [ + "▁E", + "xt" + ], + [ + "▁Ex", + "t" + ], + [ + "▁", + "Ext" + ], + [ + "re", + "port" + ], + [ + "rep", + "ort" + ], + [ + "repo", + "rt" + ], + [ + "VER", + "SION" + ], + [ + "▁an", + "aly" + ], + [ + "▁anal", + "y" + ], + [ + "▁", + "analy" + ], + [ + "▁M", + "arg" + ], + [ + "▁Mar", + "g" + ], + [ + "▁Ma", + "rg" + ], + [ + "▁al", + "leg" + ], + [ + "▁all", + "eg" + ], + [ + "▁alle", + "g" + ], + [ + "build", + "er" + ], + [ + "b", + "uilder" + ], + [ + "To", + "String" + ], + [ + "La", + "yer" + ], + [ + "L", + "ayer" + ], + [ + "ís", + "t" + ], + [ + "í", + "st" + ], + [ + "Pro", + "p" + ], + [ + "Pr", + "op" + ], + [ + "P", + "rop" + ], + [ + "▁E", + "mp" + ], + [ + "▁Em", + "p" + ], + [ + "▁", + "Emp" + ], + [ + "}", + "]" + ], + [ + "▁s", + "elling" + ], + [ + "▁sell", + "ing" + ], + [ + "▁sel", + "ling" + ], + [ + "▁", + "selling" + ], + [ + "▁que", + "ue" + ], + [ + "▁", + "queue" + ], + [ + "▁ser", + "iously" + ], + [ + "▁serious", + "ly" + ], + [ + "▁L", + "ead" + ], + [ + "▁Le", + "ad" + ], + [ + "▁", + "Lead" + ], + [ + "text", + "it" + ], + [ + "tex", + "tit" + ], + [ + "test", + "ing" + ], + [ + "tes", + "ting" + ], + [ + "▁П", + "ре" + ], + [ + "se", + "curity" + ], + [ + "sec", + "urity" + ], + [ + "ia", + "ł" + ], + [ + "i", + "ał" + ], + [ + "ú", + "n" + ], + [ + "ch", + "ip" + ], + [ + "chi", + "p" + ], + [ + "c", + "hip" + ], + [ + "▁c", + "andidate" + ], + [ + "▁candid", + "ate" + ], + [ + "▁min", + "ister" + ], + [ + "▁mini", + "ster" + ], + [ + "▁minist", + "er" + ], + [ + "▁", + "minister" + ], + [ + "er", + "ia" + ], + [ + "eri", + "a" + ], + [ + "e", + "ria" + ], + [ + "▁H", + "et" + ], + [ + "▁He", + "t" + ], + [ + "ди", + "н" + ], + [ + "д", + "ин" + ], + [ + "▁Brit", + "ain" + ], + [ + "▁b", + "arely" + ], + [ + "▁bar", + "ely" + ], + [ + "▁bare", + "ly" + ], + [ + "▁s", + "ty" + ], + [ + "▁st", + "y" + ], + [ + "▁", + "sty" + ], + [ + "▁Span", + "ish" + ], + [ + "▁V", + "en" + ], + [ + "▁Ve", + "n" + ], + [ + "time", + "r" + ], + [ + "ti", + "mer" + ], + [ + "tim", + "er" + ], + [ + "t", + "imer" + ], + [ + "кі", + "в" + ], + [ + "к", + "ів" + ], + [ + "▁document", + "s" + ], + [ + "▁doc", + "uments" + ], + [ + "('", + "." + ], + [ + "(", + "'." + ], + [ + "▁d", + "ebug" + ], + [ + "▁de", + "bug" + ], + [ + "▁deb", + "ug" + ], + [ + "▁", + "debug" + ], + [ + "▁cont", + "ro" + ], + [ + "▁contr", + "o" + ], + [ + "сто", + "я" + ], + [ + "▁j", + "oy" + ], + [ + "▁jo", + "y" + ], + [ + "▁", + "joy" + ], + [ + "S", + "n" + ], + [ + "In", + "v" + ], + [ + "I", + "nv" + ], + [ + "▁pro", + "tocol" + ], + [ + "▁proto", + "col" + ], + [ + "▁prot", + "ocol" + ], + [ + "▁", + "protocol" + ], + [ + "▁f", + "aces" + ], + [ + "▁face", + "s" + ], + [ + "▁fac", + "es" + ], + [ + "▁fa", + "ces" + ], + [ + "▁", + "faces" + ], + [ + "▁Des", + "pite" + ], + [ + "se", + "d" + ], + [ + "s", + "ed" + ], + [ + "Con", + "f" + ], + [ + "Co", + "nf" + ], + [ + "AR", + "G" + ], + [ + "A", + "RG" + ], + [ + "▁e", + "volution" + ], + [ + "▁ev", + "olution" + ], + [ + "▁t", + "od" + ], + [ + "▁to", + "d" + ], + [ + "▁P", + "romise" + ], + [ + "▁Prom", + "ise" + ], + [ + "▁", + "Promise" + ], + [ + "▁pos", + "ted" + ], + [ + "▁po", + "sted" + ], + [ + "▁post", + "ed" + ], + [ + "Per", + "m" + ], + [ + "Pe", + "rm" + ], + [ + "P", + "erm" + ], + [ + "be", + "t" + ], + [ + "b", + "et" + ], + [ + "An", + "g" + ], + [ + "A", + "ng" + ], + [ + "J", + "ust" + ], + [ + "▁r", + "um" + ], + [ + "▁ru", + "m" + ], + [ + "▁", + "rum" + ], + [ + "la", + "yer" + ], + [ + "lay", + "er" + ], + [ + "l", + "ayer" + ], + [ + "▁beh", + "avi" + ], + [ + "▁behav", + "i" + ], + [ + "ip", + "ping" + ], + [ + "ipp", + "ing" + ], + [ + "ippi", + "ng" + ], + [ + "i", + "pping" + ], + [ + "▁d", + "ynam" + ], + [ + "▁dy", + "nam" + ], + [ + "▁dyn", + "am" + ], + [ + "▁sch", + "eme" + ], + [ + "▁sche", + "me" + ], + [ + "▁", + "scheme" + ], + [ + "▁pro", + "to" + ], + [ + "▁pr", + "oto" + ], + [ + "▁prot", + "o" + ], + [ + "▁", + "proto" + ], + [ + ")", + "/" + ], + [ + "Col", + "lections" + ], + [ + "Collection", + "s" + ], + [ + "Collect", + "ions" + ], + [ + "ri", + "ev" + ], + [ + "rie", + "v" + ], + [ + "r", + "iev" + ], + [ + "▁C", + "lick" + ], + [ + "▁Cl", + "ick" + ], + [ + "▁", + "Click" + ], + [ + "▁u", + "ns" + ], + [ + "▁un", + "s" + ], + [ + "▁", + "uns" + ], + [ + "wide", + "tilde" + ], + [ + "widet", + "ilde" + ], + [ + "▁remember", + "ed" + ], + [ + "г", + "і" + ], + [ + "in", + "ates" + ], + [ + "ina", + "tes" + ], + [ + "inate", + "s" + ], + [ + "▁incor", + "por" + ], + [ + "▁De", + "scription" + ], + [ + "▁Des", + "cription" + ], + [ + "▁", + "Description" + ], + [ + "▁pre", + "pare" + ], + [ + "▁prep", + "are" + ], + [ + "▁prepar", + "e" + ], + [ + "▁", + "prepare" + ], + [ + "▁F", + "inal" + ], + [ + "▁Fin", + "al" + ], + [ + "▁Fi", + "nal" + ], + [ + "▁", + "Final" + ], + [ + "u", + "ation" + ], + [ + "▁Qu", + "een" + ], + [ + "▁Que", + "en" + ], + [ + ">", + ";" + ], + [ + "▁autom", + "atically" + ], + [ + "▁automatic", + "ally" + ], + [ + "▁sh", + "arp" + ], + [ + "▁shar", + "p" + ], + [ + "▁sha", + "rp" + ], + [ + "▁me", + "at" + ], + [ + "at", + "eur" + ], + [ + "ate", + "ur" + ], + [ + "as", + "tern" + ], + [ + "ast", + "ern" + ], + [ + "aster", + "n" + ], + [ + "aste", + "rn" + ], + [ + "▁st", + "uck" + ], + [ + "ASS", + "ERT" + ], + [ + "▁pl", + "anned" + ], + [ + "▁plan", + "ned" + ], + [ + "do", + "ts" + ], + [ + "dot", + "s" + ], + [ + "d", + "ots" + ], + [ + "ook", + "ie" + ], + [ + "oo", + "kie" + ], + [ + "▁His", + "tor" + ], + [ + "▁Hist", + "or" + ], + [ + "▁re", + "views" + ], + [ + "▁review", + "s" + ], + [ + "IM", + "P" + ], + [ + "I", + "MP" + ], + [ + "▁answ", + "ered" + ], + [ + "▁answer", + "ed" + ], + [ + "To", + "tal" + ], + [ + "T", + "otal" + ], + [ + "▁s", + "au" + ], + [ + "▁sa", + "u" + ], + [ + "▁Me", + "xico" + ], + [ + "▁Mex", + "ico" + ], + [ + "contin", + "ue" + ], + [ + "▁App", + "le" + ], + [ + "▁Ap", + "ple" + ], + [ + "like", + "ly" + ], + [ + "lik", + "ely" + ], + [ + "з", + "ва" + ], + [ + "us", + "ers" + ], + [ + "use", + "rs" + ], + [ + "user", + "s" + ], + [ + "▁ident", + "ified" + ], + [ + "▁L", + "ev" + ], + [ + "▁Le", + "v" + ], + [ + "▁m", + "ol" + ], + [ + "▁mo", + "l" + ], + [ + "▁Is", + "lam" + ], + [ + "▁com", + "mitted" + ], + [ + "▁comm", + "itted" + ], + [ + "▁commit", + "ted" + ], + [ + "wr", + "it" + ], + [ + "w", + "rit" + ], + [ + "бе", + "р" + ], + [ + "б", + "ер" + ], + [ + "ri", + "ft" + ], + [ + "rif", + "t" + ], + [ + "r", + "ift" + ], + [ + "▁inter", + "rupt" + ], + [ + "▁", + "interrupt" + ], + [ + "▁read", + "only" + ], + [ + "sch", + "ema" + ], + [ + "sche", + "ma" + ], + [ + "s", + "chema" + ], + [ + "S", + "m" + ], + [ + "D", + "ouble" + ], + [ + "az", + "a" + ], + [ + "a", + "za" + ], + [ + "▁H", + "al" + ], + [ + "▁Ha", + "l" + ], + [ + "▁", + "Hal" + ], + [ + "Mo", + "ve" + ], + [ + "M", + "ove" + ], + [ + "▁S", + "eries" + ], + [ + "▁Se", + "ries" + ], + [ + "▁Ser", + "ies" + ], + [ + "▁Serie", + "s" + ], + [ + "▁", + "Series" + ], + [ + "in", + "line" + ], + [ + "▁кото", + "ры" + ], + [ + "so", + "c" + ], + [ + "s", + "oc" + ], + [ + "▁t", + "ent" + ], + [ + "▁te", + "nt" + ], + [ + "▁ten", + "t" + ], + [ + "▁a", + "mer" + ], + [ + "▁am", + "er" + ], + [ + "▁", + "amer" + ], + [ + "ak", + "i" + ], + [ + "a", + "ki" + ], + [ + "▁l", + "ady" + ], + [ + "▁la", + "dy" + ], + [ + "▁lad", + "y" + ], + [ + "▁t", + "ired" + ], + [ + "▁ti", + "red" + ], + [ + "▁tire", + "d" + ], + [ + "▁tir", + "ed" + ], + [ + "if", + "i" + ], + [ + "i", + "fi" + ], + [ + "▁m", + "ême" + ], + [ + "▁", + "même" + ], + [ + "ou", + "ver" + ], + [ + "▁a", + "side" + ], + [ + "▁as", + "ide" + ], + [ + "Di", + "d" + ], + [ + "D", + "id" + ], + [ + "',", + "\r" + ], + [ + "'", + ",\r" + ], + [ + "▁br", + "inging" + ], + [ + "▁bring", + "ing" + ], + [ + "Draw", + "ing" + ], + [ + "ar", + "o" + ], + [ + "a", + "ro" + ], + [ + "▁R", + "h" + ], + [ + "▁N", + "az" + ], + [ + "▁Na", + "z" + ], + [ + "es", + "so" + ], + [ + "ess", + "o" + ], + [ + "▁re", + "action" + ], + [ + "▁react", + "ion" + ], + [ + "mit", + "ted" + ], + [ + "mitt", + "ed" + ], + [ + "m", + "itted" + ], + [ + "▁abs", + "olute" + ], + [ + "▁absolut", + "e" + ], + [ + "▁", + "absolute" + ], + [ + "ha", + "ust" + ], + [ + "haus", + "t" + ], + [ + "((", + ")" + ], + [ + "(", + "()" + ], + [ + "▁T", + "ask" + ], + [ + "▁Ta", + "sk" + ], + [ + "▁", + "Task" + ], + [ + "ER", + "S" + ], + [ + "E", + "RS" + ], + [ + "▁^", + "{" + ], + [ + "▁", + "^{" + ], + [ + "V", + "D" + ], + [ + "▁t", + "one" + ], + [ + "▁to", + "ne" + ], + [ + "▁ton", + "e" + ], + [ + "dis", + "t" + ], + [ + "di", + "st" + ], + [ + "d", + "ist" + ], + [ + "v", + "s" + ], + [ + "▁whe", + "el" + ], + [ + "▁", + "wheel" + ], + [ + "▁administr", + "ation" + ], + [ + "▁admin", + "istration" + ], + [ + "▁inter", + "ests" + ], + [ + "▁interest", + "s" + ], + [ + "▁point", + "er" + ], + [ + "▁po", + "inter" + ], + [ + "▁", + "pointer" + ], + [ + "▁en", + "counter" + ], + [ + "▁enc", + "ounter" + ], + [ + "ave", + "r" + ], + [ + "av", + "er" + ], + [ + "a", + "ver" + ], + [ + "▁n", + "ord" + ], + [ + "▁no", + "rd" + ], + [ + "▁nor", + "d" + ], + [ + "ke", + "t" + ], + [ + "k", + "et" + ], + [ + "▁b", + "each" + ], + [ + "▁be", + "ach" + ], + [ + "▁enjoy", + "ed" + ], + [ + "cont", + "ains" + ], + [ + "▁app", + "end" + ], + [ + "▁ap", + "pend" + ], + [ + "▁appe", + "nd" + ], + [ + "▁", + "append" + ], + [ + "W", + "ait" + ], + [ + "▁s", + "quad" + ], + [ + "▁squ", + "ad" + ], + [ + "ze", + "l" + ], + [ + "z", + "el" + ], + [ + "▁med", + "ium" + ], + [ + "▁medi", + "um" + ], + [ + "▁", + "medium" + ], + [ + "▁s", + "ending" + ], + [ + "▁send", + "ing" + ], + [ + "▁sen", + "ding" + ], + [ + "▁L", + "ady" + ], + [ + "▁La", + "dy" + ], + [ + "▁Lad", + "y" + ], + [ + "ç", + "ões" + ], + [ + "▁dest", + "ination" + ], + [ + "▁destin", + "ation" + ], + [ + "▁", + "destination" + ], + [ + "ny", + "ch" + ], + [ + "n", + "ych" + ], + [ + "▁conf", + "lict" + ], + [ + "▁conflic", + "t" + ], + [ + "▁L", + "y" + ], + [ + "▁v", + "ul" + ], + [ + "▁vu", + "l" + ], + [ + "▁bas", + "ically" + ], + [ + "▁basic", + "ally" + ], + [ + "re", + "ated" + ], + [ + "reat", + "ed" + ], + [ + "reate", + "d" + ], + [ + "rea", + "ted" + ], + [ + "bl", + "ack" + ], + [ + "ug", + "ins" + ], + [ + "ugin", + "s" + ], + [ + "▁cal", + "m" + ], + [ + "▁ca", + "lm" + ], + [ + "ér", + "ie" + ], + [ + "éri", + "e" + ], + [ + "é", + "rie" + ], + [ + "ha", + "r" + ], + [ + "h", + "ar" + ], + [ + "ла", + "н" + ], + [ + "л", + "ан" + ], + [ + "▁С", + "е" + ], + [ + "w", + "atch" + ], + [ + "▁P", + "ut" + ], + [ + "▁Pu", + "t" + ], + [ + "▁", + "Put" + ], + [ + "▁d", + "ump" + ], + [ + "▁du", + "mp" + ], + [ + "▁", + "dump" + ], + [ + "ac", + "her" + ], + [ + "ach", + "er" + ], + [ + "ache", + "r" + ], + [ + "a", + "cher" + ], + [ + "sc", + "roll" + ], + [ + "scr", + "oll" + ], + [ + "▁cl", + "aimed" + ], + [ + "▁claim", + "ed" + ], + [ + "▁", + "claimed" + ], + [ + "▁Cont", + "rol" + ], + [ + "▁", + "Control" + ], + [ + "▁bl", + "ind" + ], + [ + "en", + "ti" + ], + [ + "ent", + "i" + ], + [ + "▁Ke", + "ep" + ], + [ + "▁", + "Keep" + ], + [ + "▁Develop", + "ment" + ], + [ + "im", + "ages" + ], + [ + "image", + "s" + ], + [ + "ima", + "ges" + ], + [ + "imag", + "es" + ], + [ + "▁t", + "ough" + ], + [ + "▁to", + "ugh" + ], + [ + "▁tou", + "gh" + ], + [ + "ge", + "bra" + ], + [ + "geb", + "ra" + ], + [ + "▁se", + "pt" + ], + [ + "▁sep", + "t" + ], + [ + "he", + "w" + ], + [ + "h", + "ew" + ], + [ + "▁s", + "kill" + ], + [ + "▁sk", + "ill" + ], + [ + "▁ski", + "ll" + ], + [ + "▁", + "skill" + ], + [ + "▁T", + "ay" + ], + [ + "▁Ta", + "y" + ], + [ + "▁k", + "tó" + ], + [ + "ow", + "ner" + ], + [ + "own", + "er" + ], + [ + "par", + "e" + ], + [ + "pa", + "re" + ], + [ + "p", + "are" + ], + [ + "▁f", + "ee" + ], + [ + "▁fe", + "e" + ], + [ + "▁", + "fee" + ], + [ + "▁contin", + "ues" + ], + [ + "▁continue", + "s" + ], + [ + "▁continu", + "es" + ], + [ + "▁k", + "an" + ], + [ + "▁ka", + "n" + ], + [ + "▁", + "kan" + ], + [ + "be", + "s" + ], + [ + "b", + "es" + ], + [ + "▁c", + "ha" + ], + [ + "▁ch", + "a" + ], + [ + "▁", + "cha" + ], + [ + "ov", + "o" + ], + [ + "o", + "vo" + ], + [ + "▁N", + "ight" + ], + [ + "▁Ni", + "ght" + ], + [ + "ict", + "ure" + ], + [ + "sh", + "ire" + ], + [ + "s", + "hire" + ], + [ + "▁es", + "say" + ], + [ + "▁ess", + "ay" + ], + [ + "▁sup", + "pose" + ], + [ + "▁supp", + "ose" + ], + [ + "et", + "ic" + ], + [ + "eti", + "c" + ], + [ + "Ar", + "t" + ], + [ + "A", + "rt" + ], + [ + "ac", + "on" + ], + [ + "aco", + "n" + ], + [ + "a", + "con" + ], + [ + "ll", + "a" + ], + [ + "l", + "la" + ], + [ + "word", + "s" + ], + [ + "wor", + "ds" + ], + [ + "w", + "ords" + ], + [ + "▁compar", + "ison" + ], + [ + "▁B", + "E" + ], + [ + "▁", + "BE" + ], + [ + "▁challeng", + "es" + ], + [ + "▁challenge", + "s" + ], + [ + "▁o", + "l" + ], + [ + "▁", + "ol" + ], + [ + "cite", + "p" + ], + [ + "cit", + "ep" + ], + [ + "▁F", + "oot" + ], + [ + "▁Fo", + "ot" + ], + [ + "▁", + "Foot" + ], + [ + "▁S", + "uch" + ], + [ + "▁Su", + "ch" + ], + [ + "▁", + "Such" + ], + [ + "▁p", + "apers" + ], + [ + "▁paper", + "s" + ], + [ + "▁pa", + "pers" + ], + [ + "▁pap", + "ers" + ], + [ + "act", + "iv" + ], + [ + "qu", + "er" + ], + [ + "que", + "r" + ], + [ + "q", + "uer" + ], + [ + "т", + "я" + ], + [ + "▁Т", + "о" + ], + [ + "сь", + "кий" + ], + [ + "th", + "ur" + ], + [ + "do", + "ne" + ], + [ + "don", + "e" + ], + [ + "d", + "one" + ], + [ + "▁sh", + "ock" + ], + [ + "▁ded", + "icated" + ], + [ + "▁dedic", + "ated" + ], + [ + "▁cor", + "respond" + ], + [ + "▁correspon", + "d" + ], + [ + "Se", + "cond" + ], + [ + "Sec", + "ond" + ], + [ + "▁b", + "ull" + ], + [ + "▁bu", + "ll" + ], + [ + "▁bul", + "l" + ], + [ + "li", + "fe" + ], + [ + "lif", + "e" + ], + [ + "l", + "ife" + ], + [ + "ind", + "ent" + ], + [ + "inde", + "nt" + ], + [ + "inden", + "t" + ], + [ + "▁fig", + "ures" + ], + [ + "▁figure", + "s" + ], + [ + "▁And", + "rew" + ], + [ + "▁Andre", + "w" + ], + [ + "▁Andr", + "ew" + ], + [ + "is", + "p" + ], + [ + "i", + "sp" + ], + [ + "▁fav", + "our" + ], + [ + "зд", + "а" + ], + [ + "з", + "да" + ], + [ + "▁E", + "lect" + ], + [ + "▁El", + "ect" + ], + [ + "▁Ele", + "ct" + ], + [ + "F", + "ull" + ], + [ + "▁near", + "by" + ], + [ + "▁Reg", + "ister" + ], + [ + "▁", + "Register" + ], + [ + "Sc", + "ale" + ], + [ + "Scal", + "e" + ], + [ + "ic", + "ations" + ], + [ + "ication", + "s" + ], + [ + "и", + "н" + ], + [ + "▁A", + "M" + ], + [ + "▁", + "AM" + ], + [ + "pa", + "ir" + ], + [ + "p", + "air" + ], + [ + "▁pers", + "pective" + ], + [ + "▁n", + "os" + ], + [ + "▁no", + "s" + ], + [ + "▁", + "nos" + ], + [ + "ap", + "a" + ], + [ + "a", + "pa" + ], + [ + "ost", + "ał" + ], + [ + "osta", + "ł" + ], + [ + "▁P", + "ers" + ], + [ + "▁Per", + "s" + ], + [ + "▁Pe", + "rs" + ], + [ + "▁", + "Pers" + ], + [ + "ic", + "er" + ], + [ + "ice", + "r" + ], + [ + "i", + "cer" + ], + [ + "▁pl", + "astic" + ], + [ + "до", + "в" + ], + [ + "д", + "ов" + ], + [ + "ci", + "ples" + ], + [ + "cipl", + "es" + ], + [ + "cip", + "les" + ], + [ + "z", + "ą" + ], + [ + "cl", + "os" + ], + [ + "c", + "los" + ], + [ + "▁у", + "ча" + ], + [ + "▁", + "Á" + ], + [ + "pl", + "ugin" + ], + [ + "plug", + "in" + ], + [ + "▁an", + "gle" + ], + [ + "▁ang", + "le" + ], + [ + "▁angl", + "e" + ], + [ + "▁", + "angle" + ], + [ + "▁com", + "mission" + ], + [ + "▁comm", + "ission" + ], + [ + "▁fun", + "ds" + ], + [ + "▁fund", + "s" + ], + [ + "▁in", + "du" + ], + [ + "▁ind", + "u" + ], + [ + "▁d", + "rawn" + ], + [ + "▁dr", + "awn" + ], + [ + "▁draw", + "n" + ], + [ + "á", + "m" + ], + [ + "▁develop", + "ing" + ], + [ + "▁seg", + "ment" + ], + [ + "▁", + "segment" + ], + [ + "is", + "me" + ], + [ + "ism", + "e" + ], + [ + "sc", + "r" + ], + [ + "s", + "cr" + ], + [ + "▁l", + "ies" + ], + [ + "▁li", + "es" + ], + [ + "▁lie", + "s" + ], + [ + "▁I", + "L" + ], + [ + "▁", + "IL" + ], + [ + "▁a", + "pi" + ], + [ + "▁ap", + "i" + ], + [ + "▁", + "api" + ], + [ + "Ext", + "ension" + ], + [ + "▁s", + "cal" + ], + [ + "▁sc", + "al" + ], + [ + "▁", + "scal" + ], + [ + "inst", + "all" + ], + [ + "▁We", + "ek" + ], + [ + "▁", + "Week" + ], + [ + "▁gen", + "tle" + ], + [ + "▁gent", + "le" + ], + [ + "▁Canad", + "ian" + ], + [ + "▁d", + "ialog" + ], + [ + "▁dial", + "og" + ], + [ + "▁dia", + "log" + ], + [ + "▁", + "dialog" + ], + [ + "▁art", + "icles" + ], + [ + "▁article", + "s" + ], + [ + "▁artic", + "les" + ], + [ + "The", + "me" + ], + [ + "Th", + "eme" + ], + [ + "S", + "M" + ], + [ + "▁B", + "ul" + ], + [ + "▁Bu", + "l" + ], + [ + "▁", + "Bul" + ], + [ + "▁l", + "eur" + ], + [ + "▁le", + "ur" + ], + [ + "▁s", + "tom" + ], + [ + "▁st", + "om" + ], + [ + "▁sto", + "m" + ], + [ + "Pl", + "ugin" + ], + [ + "▁по", + "сле" + ], + [ + "▁пос", + "ле" + ], + [ + "▁st", + "ead" + ], + [ + "▁ste", + "ad" + ], + [ + "▁", + "stead" + ], + [ + "▁", + "ś" + ], + [ + "ip", + "her" + ], + [ + "iph", + "er" + ], + [ + "i", + "pher" + ], + [ + "▁pr", + "ze" + ], + [ + "▁prz", + "e" + ], + [ + "▁d", + "raft" + ], + [ + "▁dr", + "aft" + ], + [ + "▁", + "draft" + ], + [ + "bot", + "tom" + ], + [ + "b", + "ottom" + ], + [ + "▁{", + "};" + ], + [ + "▁{}", + ";" + ], + [ + "▁stay", + "ed" + ], + [ + "fe", + "ature" + ], + [ + "feat", + "ure" + ], + [ + "▁v", + "ot" + ], + [ + "▁vo", + "t" + ], + [ + "▁fab", + "ric" + ], + [ + "ç", + "a" + ], + [ + "('", + "#" + ], + [ + "re", + "a" + ], + [ + "r", + "ea" + ], + [ + "▁re", + "put" + ], + [ + "▁rep", + "ut" + ], + [ + "▁C", + "ir" + ], + [ + "▁Ci", + "r" + ], + [ + "▁", + "Cir" + ], + [ + "▁A", + "L" + ], + [ + "▁", + "AL" + ], + [ + "▁assert", + "Equals" + ], + [ + "▁", + "assertEquals" + ], + [ + "result", + "s" + ], + [ + "▁C", + "ross" + ], + [ + "▁Cr", + "oss" + ], + [ + "▁Cro", + "ss" + ], + [ + "▁", + "Cross" + ], + [ + "urs", + "day" + ], + [ + "▁a", + "udio" + ], + [ + "▁aud", + "io" + ], + [ + "▁", + "audio" + ], + [ + "▁g", + "ap" + ], + [ + "▁ga", + "p" + ], + [ + "▁stre", + "ets" + ], + [ + "▁street", + "s" + ], + [ + "▁scient", + "ific" + ], + [ + "pl", + "atform" + ], + [ + "▁a", + "uss" + ], + [ + "▁au", + "ss" + ], + [ + "▁aus", + "s" + ], + [ + "▁C", + "ro" + ], + [ + "▁Cr", + "o" + ], + [ + "▁part", + "ial" + ], + [ + "▁parti", + "al" + ], + [ + "▁", + "partial" + ], + [ + "un", + "c" + ], + [ + "u", + "nc" + ], + [ + "▁cho", + "ices" + ], + [ + "▁choice", + "s" + ], + [ + "▁и", + "ли" + ], + [ + "pr", + "ed" + ], + [ + "pre", + "d" + ], + [ + "p", + "red" + ], + [ + "▁he", + "ads" + ], + [ + "▁head", + "s" + ], + [ + "▁", + "heads" + ], + [ + "ter", + "day" + ], + [ + "▁N", + "ick" + ], + [ + "▁Nic", + "k" + ], + [ + "▁Ni", + "ck" + ], + [ + "▁we", + "ird" + ], + [ + "as", + "ant" + ], + [ + "asa", + "nt" + ], + [ + "▁represent", + "ed" + ], + [ + "▁п", + "и" + ], + [ + "▁", + "пи" + ], + [ + "D", + "P" + ], + [ + "or", + "ders" + ], + [ + "ord", + "ers" + ], + [ + "order", + "s" + ], + [ + "cl", + "ock" + ], + [ + "c", + "lock" + ], + [ + "▁H", + "o" + ], + [ + "ar", + "ters" + ], + [ + "art", + "ers" + ], + [ + "arter", + "s" + ], + [ + "arte", + "rs" + ], + [ + "C", + "md" + ], + [ + "og", + "a" + ], + [ + "o", + "ga" + ], + [ + "Key", + "s" + ], + [ + "Ke", + "ys" + ], + [ + "Re", + "port" + ], + [ + "Rep", + "ort" + ], + [ + "Repo", + "rt" + ], + [ + "▁V", + "ill" + ], + [ + "▁Vi", + "ll" + ], + [ + "▁Vil", + "l" + ], + [ + "▁M", + "u" + ], + [ + "▁", + "Mu" + ], + [ + "▁own", + "ed" + ], + [ + "▁", + "owned" + ], + [ + "SU", + "CCESS" + ], + [ + "▁type", + "of" + ], + [ + "▁", + "typeof" + ], + [ + "hd", + "r" + ], + [ + "h", + "dr" + ], + [ + "ua", + "ble" + ], + [ + "u", + "able" + ], + [ + "▁neighbor", + "hood" + ], + [ + "▁A", + "P" + ], + [ + "▁", + "AP" + ], + [ + "▁result", + "ing" + ], + [ + "▁sh", + "adow" + ], + [ + "▁", + "shadow" + ], + [ + "STR", + "ING" + ], + [ + "▁video", + "s" + ], + [ + "▁vide", + "os" + ], + [ + "ле", + "ння" + ], + [ + "лен", + "ня" + ], + [ + "ex", + "pect" + ], + [ + "exp", + "ect" + ], + [ + "▁Val", + "ley" + ], + [ + "▁Vall", + "ey" + ], + [ + "▁g", + "oto" + ], + [ + "▁go", + "to" + ], + [ + "▁got", + "o" + ], + [ + "▁", + "goto" + ], + [ + "▁S", + "her" + ], + [ + "▁She", + "r" + ], + [ + "▁Sh", + "er" + ], + [ + "fr", + "astr" + ], + [ + "▁oper", + "ating" + ], + [ + "▁opera", + "ting" + ], + [ + "▁э", + "то" + ], + [ + "▁License", + "d" + ], + [ + "▁Lic", + "ensed" + ], + [ + "Var", + "iable" + ], + [ + "Vari", + "able" + ], + [ + "▁P", + "R" + ], + [ + "▁", + "PR" + ], + [ + "▁H", + "ans" + ], + [ + "▁Ha", + "ns" + ], + [ + "▁Han", + "s" + ], + [ + "cl", + "one" + ], + [ + "▁G", + "esch" + ], + [ + "▁Ge", + "sch" + ], + [ + "▁Ges", + "ch" + ], + [ + "▁B", + "and" + ], + [ + "▁Ba", + "nd" + ], + [ + "▁Ban", + "d" + ], + [ + "▁", + "Band" + ], + [ + "...", + "....." + ], + [ + "....", + "...." + ], + [ + ".....", + "..." + ], + [ + "ui", + "ng" + ], + [ + "u", + "ing" + ], + [ + "▁hundred", + "s" + ], + [ + "▁о", + "к" + ], + [ + "▁emot", + "ional" + ], + [ + "▁emotion", + "al" + ], + [ + "▁Ind", + "ust" + ], + [ + ")", + "+" + ], + [ + "▁Egy", + "pt" + ], + [ + "▁fr", + "anç" + ], + [ + "▁", + "š" + ], + [ + "▁f", + "asc" + ], + [ + "▁fa", + "sc" + ], + [ + "on", + "to" + ], + [ + "ont", + "o" + ], + [ + "▁A", + "dam" + ], + [ + "▁Ad", + "am" + ], + [ + "▁l", + "aid" + ], + [ + "▁la", + "id" + ], + [ + "▁r", + "ig" + ], + [ + "▁ri", + "g" + ], + [ + "▁", + "rig" + ], + [ + "▁det", + "ailed" + ], + [ + "▁detail", + "ed" + ], + [ + "▁im", + "plements" + ], + [ + "▁implement", + "s" + ], + [ + "▁impl", + "ements" + ], + [ + "▁univers", + "ity" + ], + [ + "▁H", + "y" + ], + [ + "▁", + "Hy" + ], + [ + "▁g", + "rid" + ], + [ + "▁gr", + "id" + ], + [ + "▁gri", + "d" + ], + [ + "▁", + "grid" + ], + [ + "▁reg", + "ions" + ], + [ + "▁region", + "s" + ], + [ + "St", + "op" + ], + [ + "S", + "top" + ], + [ + "▁s", + "lot" + ], + [ + "▁sl", + "ot" + ], + [ + "▁", + "slot" + ], + [ + "▁ang", + "ry" + ], + [ + "▁-", + "=" + ], + [ + "▁wait", + "ed" + ], + [ + "▁wa", + "ited" + ], + [ + "Ver", + "t" + ], + [ + "V", + "ert" + ], + [ + "\":", + "\"" + ], + [ + "\"", + ":\"" + ], + [ + "▁e", + "lem" + ], + [ + "▁el", + "em" + ], + [ + "▁ele", + "m" + ], + [ + "▁", + "elem" + ], + [ + "▁r", + "ég" + ], + [ + "▁ré", + "g" + ], + [ + "ow", + "ed" + ], + [ + "owe", + "d" + ], + [ + "o", + "wed" + ], + [ + "Mem", + "ber" + ], + [ + "Me", + "mber" + ], + [ + "M", + "ember" + ], + [ + "▁r", + "atio" + ], + [ + "▁rat", + "io" + ], + [ + "▁", + "ratio" + ], + [ + "is", + "en" + ], + [ + "ise", + "n" + ], + [ + "i", + "sen" + ], + [ + "▁L", + "em" + ], + [ + "▁Le", + "m" + ], + [ + "ge", + "ry" + ], + [ + "ger", + "y" + ], + [ + "g", + "ery" + ], + [ + "▁c", + "ream" + ], + [ + "▁cre", + "am" + ], + [ + "▁ét", + "ait" + ], + [ + "▁", + "était" + ], + [ + "▁g", + "eb" + ], + [ + "▁ge", + "b" + ], + [ + "▁", + "geb" + ], + [ + "un", + "ique" + ], + [ + "uni", + "que" + ], + [ + "▁D", + "eb" + ], + [ + "▁De", + "b" + ], + [ + "▁f", + "actory" + ], + [ + "▁fact", + "ory" + ], + [ + "▁factor", + "y" + ], + [ + "▁", + "factory" + ], + [ + "ż", + "e" + ], + [ + "d", + "ialog" + ], + [ + "▁Con", + "fig" + ], + [ + "▁Conf", + "ig" + ], + [ + "▁", + "Config" + ], + [ + "Sy", + "nc" + ], + [ + "S", + "ync" + ], + [ + "an", + "gers" + ], + [ + "ang", + "ers" + ], + [ + "ange", + "rs" + ], + [ + "anger", + "s" + ], + [ + "▁gover", + "ning" + ], + [ + "▁govern", + "ing" + ], + [ + "▁H", + "un" + ], + [ + "▁Hu", + "n" + ], + [ + "Sp", + "ace" + ], + [ + "S", + "pace" + ], + [ + "▁j", + "est" + ], + [ + "▁je", + "st" + ], + [ + "ic", + "ious" + ], + [ + "ici", + "ous" + ], + [ + "icio", + "us" + ], + [ + "▁em", + "phas" + ], + [ + "▁emp", + "has" + ], + [ + "um", + "ps" + ], + [ + "ump", + "s" + ], + [ + "▁E", + "sp" + ], + [ + "▁Es", + "p" + ], + [ + "▁", + "Esp" + ], + [ + "▁s", + "ul" + ], + [ + "▁su", + "l" + ], + [ + "▁histor", + "ical" + ], + [ + "▁historic", + "al" + ], + [ + "ij", + "a" + ], + [ + "i", + "ja" + ], + [ + "▁l", + "ying" + ], + [ + "▁ly", + "ing" + ], + [ + "▁", + "lying" + ], + [ + "▁St", + "eve" + ], + [ + "▁Ste", + "ve" + ], + [ + "▁me", + "asures" + ], + [ + "▁measure", + "s" + ], + [ + "▁meas", + "ures" + ], + [ + "os", + "to" + ], + [ + "ost", + "o" + ], + [ + "o", + "sto" + ], + [ + "?", + "”" + ], + [ + "▁p", + "ocket" + ], + [ + "▁poc", + "ket" + ], + [ + "▁S", + "at" + ], + [ + "▁Sa", + "t" + ], + [ + "▁p", + "itch" + ], + [ + "▁pit", + "ch" + ], + [ + "▁n", + "atur" + ], + [ + "▁nat", + "ur" + ], + [ + "▁hum", + "ans" + ], + [ + "▁human", + "s" + ], + [ + "▁Sim", + "on" + ], + [ + "▁Si", + "mon" + ], + [ + "ad", + "ores" + ], + [ + "ado", + "res" + ], + [ + "ador", + "es" + ], + [ + "(\"", + "\\" + ], + [ + "(", + "\"\\" + ], + [ + "in", + "king" + ], + [ + "ink", + "ing" + ], + [ + "▁ex", + "pos" + ], + [ + "▁exp", + "os" + ], + [ + "mat", + "erial" + ], + [ + "mate", + "rial" + ], + [ + "m", + "aterial" + ], + [ + "▁app", + "arently" + ], + [ + "▁apparent", + "ly" + ], + [ + "▁appar", + "ently" + ], + [ + "▁C", + "amb" + ], + [ + "▁Cam", + "b" + ], + [ + "▁Ca", + "mb" + ], + [ + "▁B", + "ox" + ], + [ + "▁Bo", + "x" + ], + [ + "▁", + "Box" + ], + [ + "▁s", + "paces" + ], + [ + "▁sp", + "aces" + ], + [ + "▁space", + "s" + ], + [ + "ex", + "ists" + ], + [ + "exist", + "s" + ], + [ + "▁act", + "ing" + ], + [ + "▁ac", + "ting" + ], + [ + "OR", + "Y" + ], + [ + "зо", + "ва" + ], + [ + "Go", + "od" + ], + [ + "G", + "ood" + ], + [ + "ien", + "ne" + ], + [ + "i", + "enne" + ], + [ + "▁William", + "s" + ], + [ + "▁f", + "ruit" + ], + [ + "▁fr", + "uit" + ], + [ + "▁fru", + "it" + ], + [ + "ie", + "ra" + ], + [ + "ier", + "a" + ], + [ + "i", + "era" + ], + [ + "▁L", + "im" + ], + [ + "▁Li", + "m" + ], + [ + "▁", + "Lim" + ], + [ + "▁t", + "rait" + ], + [ + "▁tr", + "ait" + ], + [ + "▁tra", + "it" + ], + [ + "▁", + "trait" + ], + [ + "▁art", + "ists" + ], + [ + "▁artist", + "s" + ], + [ + "▁ab", + "sor" + ], + [ + "▁abs", + "or" + ], + [ + "ra", + "it" + ], + [ + "rai", + "t" + ], + [ + "r", + "ait" + ], + [ + "LO", + "AD" + ], + [ + "▁mov", + "ies" + ], + [ + "▁movie", + "s" + ], + [ + "▁d", + "ynamic" + ], + [ + "▁dynam", + "ic" + ], + [ + "▁dyn", + "amic" + ], + [ + "▁", + "dynamic" + ], + [ + "as", + "ts" + ], + [ + "ast", + "s" + ], + [ + "a", + "sts" + ], + [ + "▁In", + "teger" + ], + [ + "▁", + "Integer" + ], + [ + "▁sm", + "oke" + ], + [ + "п", + "і" + ], + [ + "an", + "gel" + ], + [ + "ang", + "el" + ], + [ + "ange", + "l" + ], + [ + ">(", + "\"" + ], + [ + ">", + "(\"" + ], + [ + "▁in", + "strument" + ], + [ + "▁instr", + "ument" + ], + [ + "▁f", + "uel" + ], + [ + "▁fue", + "l" + ], + [ + "▁fu", + "el" + ], + [ + "но", + "ї" + ], + [ + "atal", + "ogue" + ], + [ + "atalog", + "ue" + ], + [ + "▁s", + "erial" + ], + [ + "▁se", + "rial" + ], + [ + "▁ser", + "ial" + ], + [ + "▁", + "serial" + ], + [ + "File", + "s" + ], + [ + "Fil", + "es" + ], + [ + "Fi", + "les" + ], + [ + "F", + "iles" + ], + [ + "▁bath", + "room" + ], + [ + "il", + "o" + ], + [ + "i", + "lo" + ], + [ + "es", + "to" + ], + [ + "est", + "o" + ], + [ + "e", + "sto" + ], + [ + "▁p", + "m" + ], + [ + "▁", + "pm" + ], + [ + "ent", + "ials" + ], + [ + "ential", + "s" + ], + [ + "enti", + "als" + ], + [ + "▁On", + "line" + ], + [ + "wh", + "ite" + ], + [ + "▁t", + "ips" + ], + [ + "▁tip", + "s" + ], + [ + "▁ti", + "ps" + ], + [ + "▁cap", + "able" + ], + [ + "Fi", + "g" + ], + [ + "F", + "ig" + ], + [ + "T", + "V" + ], + [ + "▁о", + "н" + ], + [ + "▁", + "он" + ], + [ + "k", + "é" + ], + [ + "bit", + "r" + ], + [ + "bi", + "tr" + ], + [ + "b", + "itr" + ], + [ + "Map", + "ping" + ], + [ + "Ma", + "pping" + ], + [ + "M", + "apping" + ], + [ + "▁t", + "ak" + ], + [ + "▁ta", + "k" + ], + [ + "ю", + "щи" + ], + [ + "в", + "ля" + ], + [ + ")\"", + "," + ], + [ + ")", + "\"," + ], + [ + "▁K", + "arl" + ], + [ + "▁Kar", + "l" + ], + [ + "▁Ka", + "rl" + ], + [ + "▁H", + "uman" + ], + [ + "▁Hu", + "man" + ], + [ + "▁Hum", + "an" + ], + [ + "▁P", + "ot" + ], + [ + "▁Po", + "t" + ], + [ + "▁rep", + "resents" + ], + [ + "▁represent", + "s" + ], + [ + "▁cons", + "istent" + ], + [ + "▁consist", + "ent" + ], + [ + "_", + "(" + ], + [ + "we", + "n" + ], + [ + "w", + "en" + ], + [ + "▁R", + "ose" + ], + [ + "▁Ro", + "se" + ], + [ + "▁Ros", + "e" + ], + [ + "la", + "w" + ], + [ + "l", + "aw" + ], + [ + "▁F", + "ROM" + ], + [ + "▁FR", + "OM" + ], + [ + "▁", + "FROM" + ], + [ + "▁beg", + "ins" + ], + [ + "▁begin", + "s" + ], + [ + "▁e", + "dit" + ], + [ + "▁ed", + "it" + ], + [ + "▁", + "edit" + ], + [ + "▁mount", + "ain" + ], + [ + "▁ch", + "apter" + ], + [ + "▁chap", + "ter" + ], + [ + "▁wonder", + "ed" + ], + [ + "▁indust", + "rial" + ], + [ + "▁M", + "ajor" + ], + [ + "▁Ma", + "jor" + ], + [ + "▁Maj", + "or" + ], + [ + "▁g", + "es" + ], + [ + "▁ge", + "s" + ], + [ + "▁", + "ges" + ], + [ + "▁direct", + "ed" + ], + [ + "▁dire", + "cted" + ], + [ + "er", + "os" + ], + [ + "ero", + "s" + ], + [ + "e", + "ros" + ], + [ + "▁W", + "ild" + ], + [ + "▁Wil", + "d" + ], + [ + "▁Wi", + "ld" + ], + [ + "li", + "ament" + ], + [ + "lia", + "ment" + ], + [ + "Bo", + "ok" + ], + [ + "B", + "ook" + ], + [ + "user", + "name" + ], + [ + "ho", + "t" + ], + [ + "h", + "ot" + ], + [ + "▁n", + "am" + ], + [ + "▁na", + "m" + ], + [ + "▁", + "nam" + ], + [ + "▁le", + "ague" + ], + [ + "br", + "a" + ], + [ + "b", + "ra" + ], + [ + "ко", + "н" + ], + [ + "к", + "он" + ], + [ + "▁T", + "al" + ], + [ + "▁Ta", + "l" + ], + [ + "▁В", + "а" + ], + [ + "▁ex", + "ports" + ], + [ + "▁exp", + "orts" + ], + [ + "▁export", + "s" + ], + [ + "▁", + "exports" + ], + [ + "(", + "@" + ], + [ + "▁sh", + "aring" + ], + [ + "▁shar", + "ing" + ], + [ + "▁sha", + "ring" + ], + [ + "▁T", + "ro" + ], + [ + "▁Tr", + "o" + ], + [ + "ś", + "ć" + ], + [ + "ues", + "day" + ], + [ + "yl", + "v" + ], + [ + "y", + "lv" + ], + [ + "▁gu", + "itar" + ], + [ + "el", + "en" + ], + [ + "ele", + "n" + ], + [ + "e", + "len" + ], + [ + "Se", + "lection" + ], + [ + "Select", + "ion" + ], + [ + "S", + "election" + ], + [ + "▁conf", + "ident" + ], + [ + "ry", + "pto" + ], + [ + "rypt", + "o" + ], + [ + "▁h", + "ors" + ], + [ + "▁hor", + "s" + ], + [ + "▁ho", + "rs" + ], + [ + "ed", + "itor" + ], + [ + "edit", + "or" + ], + [ + "edi", + "tor" + ], + [ + "▁should", + "ers" + ], + [ + "▁shoulder", + "s" + ], + [ + "get", + "Name" + ], + [ + "en", + "cing" + ], + [ + "enc", + "ing" + ], + [ + "enci", + "ng" + ], + [ + "SE", + "LECT" + ], + [ + "SEL", + "ECT" + ], + [ + "в", + "ши" + ], + [ + "▁kind", + "s" + ], + [ + "▁kin", + "ds" + ], + [ + "▁W", + "el" + ], + [ + "▁We", + "l" + ], + [ + "▁pur", + "poses" + ], + [ + "▁purpose", + "s" + ], + [ + "Mat", + "rix" + ], + [ + "in", + "valid" + ], + [ + "▁own", + "ers" + ], + [ + "▁owner", + "s" + ], + [ + "▁", + "owners" + ], + [ + "▁Rec", + "ords" + ], + [ + "▁Record", + "s" + ], + [ + "▁", + "Records" + ], + [ + "▁Pro", + "cess" + ], + [ + "▁", + "Process" + ], + [ + "▁c", + "hat" + ], + [ + "▁ch", + "at" + ], + [ + "▁cha", + "t" + ], + [ + "▁", + "chat" + ], + [ + "▁D", + "or" + ], + [ + "▁Do", + "r" + ], + [ + "▁b", + "in" + ], + [ + "▁bi", + "n" + ], + [ + "▁", + "bin" + ], + [ + "re", + "dit" + ], + [ + "red", + "it" + ], + [ + "r", + "edit" + ], + [ + "oi", + "re" + ], + [ + "oir", + "e" + ], + [ + "o", + "ire" + ], + [ + "▁T", + "otal" + ], + [ + "▁To", + "tal" + ], + [ + "▁Tot", + "al" + ], + [ + "▁", + "Total" + ], + [ + "▁F", + "amily" + ], + [ + "▁Famil", + "y" + ], + [ + "▁", + "Family" + ], + [ + "AR", + "Y" + ], + [ + "▁b", + "read" + ], + [ + "▁br", + "ead" + ], + [ + "▁bre", + "ad" + ], + [ + "▁", + "bread" + ], + [ + "▁com", + "pre" + ], + [ + "▁comp", + "re" + ], + [ + "▁compr", + "e" + ], + [ + "▁sh", + "oes" + ], + [ + "▁shoe", + "s" + ], + [ + "▁r", + "az" + ], + [ + "▁ra", + "z" + ], + [ + "▁", + "raz" + ], + [ + "▁tr", + "ace" + ], + [ + "▁tra", + "ce" + ], + [ + "▁", + "trace" + ], + [ + "ne", + "j" + ], + [ + "n", + "ej" + ], + [ + "or", + "ted" + ], + [ + "ort", + "ed" + ], + [ + "orte", + "d" + ], + [ + "h", + "n" + ], + [ + "▁pro", + "cedure" + ], + [ + "▁proced", + "ure" + ], + [ + "pro", + "perties" + ], + [ + "pl", + "ier" + ], + [ + "▁h", + "ero" + ], + [ + "▁he", + "ro" + ], + [ + "▁her", + "o" + ], + [ + "▁", + "hero" + ], + [ + "pan", + "el" + ], + [ + "pa", + "nel" + ], + [ + "p", + "anel" + ], + [ + "▁mark", + "ed" + ], + [ + "▁mar", + "ked" + ], + [ + "▁wor", + "ried" + ], + [ + "\\", + "|" + ], + [ + "pt", + "s" + ], + [ + "p", + "ts" + ], + [ + "▁S", + "upport" + ], + [ + "▁Sup", + "port" + ], + [ + "▁Supp", + "ort" + ], + [ + "▁", + "Support" + ], + [ + "▁ser", + "ving" + ], + [ + "▁serv", + "ing" + ], + [ + "F", + "ail" + ], + [ + "▁dis", + "appoint" + ], + [ + "▁Sc", + "ot" + ], + [ + "▁ple", + "asure" + ], + [ + "▁j", + "udge" + ], + [ + "▁jud", + "ge" + ], + [ + "▁judg", + "e" + ], + [ + "ze", + "ich" + ], + [ + "▁for", + "ever" + ], + [ + "▁fore", + "ver" + ], + [ + "▁Ze", + "it" + ], + [ + "uo", + "us" + ], + [ + "u", + "ous" + ], + [ + "in", + "ent" + ], + [ + "ine", + "nt" + ], + [ + "inen", + "t" + ], + [ + "i", + "nent" + ], + [ + "▁d", + "w" + ], + [ + "▁", + "dw" + ], + [ + "▁w", + "aren" + ], + [ + "▁war", + "en" + ], + [ + "▁wa", + "ren" + ], + [ + "▁ware", + "n" + ], + [ + "▁fl", + "ash" + ], + [ + "▁", + "flash" + ], + [ + "▁tro", + "ops" + ], + [ + "▁dr", + "ugs" + ], + [ + "▁dru", + "gs" + ], + [ + "▁drug", + "s" + ], + [ + "▁d", + "iam" + ], + [ + "▁di", + "am" + ], + [ + "▁dia", + "m" + ], + [ + ".", + "~" + ], + [ + "im", + "p" + ], + [ + "i", + "mp" + ], + [ + "in", + "ned" + ], + [ + "inn", + "ed" + ], + [ + "▁E", + "V" + ], + [ + "▁", + "EV" + ], + [ + "St", + "ruct" + ], + [ + "Str", + "uct" + ], + [ + "▁just", + "ice" + ], + [ + "▁offic", + "ials" + ], + [ + "▁official", + "s" + ], + [ + "ff", + "ff" + ], + [ + "fff", + "f" + ], + [ + "f", + "fff" + ], + [ + "▁Com", + "mon" + ], + [ + "▁Comm", + "on" + ], + [ + "▁", + "Common" + ], + [ + "▁C", + "at" + ], + [ + "▁Ca", + "t" + ], + [ + "▁", + "Cat" + ], + [ + "▁tom", + "orrow" + ], + [ + "▁é", + "l" + ], + [ + "▁", + "él" + ], + [ + "Text", + "ure" + ], + [ + "Te", + "xture" + ], + [ + "qp", + "oint" + ], + [ + "q", + "point" + ], + [ + "▁F", + "ried" + ], + [ + "▁Fr", + "ied" + ], + [ + "▁T", + "erm" + ], + [ + "▁Te", + "rm" + ], + [ + "▁Ter", + "m" + ], + [ + "▁", + "Term" + ], + [ + "pgf", + "qpoint" + ], + [ + "▁n", + "em" + ], + [ + "▁ne", + "m" + ], + [ + "▁", + "nem" + ], + [ + "no", + "rm" + ], + [ + "nor", + "m" + ], + [ + "n", + "orm" + ], + [ + "▁hard", + "ly" + ], + [ + "od", + "a" + ], + [ + "o", + "da" + ], + [ + "ze", + "ta" + ], + [ + "zet", + "a" + ], + [ + "z", + "eta" + ], + [ + "em", + "ic" + ], + [ + "emi", + "c" + ], + [ + "e", + "mic" + ], + [ + "▁по", + "лу" + ], + [ + "▁пол", + "у" + ], + [ + "▁lo", + "aded" + ], + [ + "▁load", + "ed" + ], + [ + "▁", + "loaded" + ], + [ + "ke", + "s" + ], + [ + "k", + "es" + ], + [ + "ci", + "ó" + ], + [ + "c", + "ió" + ], + [ + "▁f", + "ool" + ], + [ + "▁fo", + "ol" + ], + [ + "▁foo", + "l" + ], + [ + "▁t", + "rick" + ], + [ + "▁tr", + "ick" + ], + [ + "▁tri", + "ck" + ], + [ + "▁d", + "st" + ], + [ + "▁ds", + "t" + ], + [ + "▁", + "dst" + ], + [ + "Fin", + "d" + ], + [ + "Fi", + "nd" + ], + [ + "F", + "ind" + ], + [ + "▁в", + "се" + ], + [ + "}}", + "," + ], + [ + "}", + "}," + ], + [ + "▁frame", + "work" + ], + [ + "▁", + "framework" + ], + [ + "▁mer", + "ely" + ], + [ + "▁mere", + "ly" + ], + [ + "▁un", + "ion" + ], + [ + "▁", + "union" + ], + [ + "▁Ed", + "ward" + ], + [ + "ri", + "f" + ], + [ + "r", + "if" + ], + [ + "Fl", + "ag" + ], + [ + "F", + "lag" + ], + [ + "▁cris", + "is" + ], + [ + "▁cri", + "sis" + ], + [ + "▁fin", + "ite" + ], + [ + "▁", + "finite" + ], + [ + "▁l", + "ol" + ], + [ + "▁lo", + "l" + ], + [ + "▁K", + "im" + ], + [ + "▁Ki", + "m" + ], + [ + "на", + "та" + ], + [ + "sin", + "ce" + ], + [ + "s", + "ince" + ], + [ + "▁com", + "pat" + ], + [ + "▁comp", + "at" + ], + [ + "▁", + "compat" + ], + [ + "▁p", + "ert" + ], + [ + "▁per", + "t" + ], + [ + "▁pe", + "rt" + ], + [ + "▁", + "pert" + ], + [ + "ib", + "ilities" + ], + [ + "ibil", + "ities" + ], + [ + "▁tamb", + "ién" + ], + [ + "ib", + "li" + ], + [ + "▁t", + "een" + ], + [ + "▁te", + "en" + ], + [ + "▁", + "teen" + ], + [ + "▁sym", + "pt" + ], + [ + "or", + "al" + ], + [ + "ora", + "l" + ], + [ + "o", + "ral" + ], + [ + "de", + "rs" + ], + [ + "der", + "s" + ], + [ + "d", + "ers" + ], + [ + "ot", + "te" + ], + [ + "ott", + "e" + ], + [ + "п", + "ри" + ], + [ + "▁J", + "ane" + ], + [ + "▁Jan", + "e" + ], + [ + "▁Ja", + "ne" + ], + [ + "▁original", + "ly" + ], + [ + "▁origin", + "ally" + ], + [ + "▁thro", + "at" + ], + [ + "ma", + "g" + ], + [ + "m", + "ag" + ], + [ + "su", + "p" + ], + [ + "s", + "up" + ], + [ + "un", + "i" + ], + [ + "u", + "ni" + ], + [ + "$", + "$" + ], + [ + "▁L", + "ibrary" + ], + [ + "▁", + "Library" + ], + [ + "▁att", + "acks" + ], + [ + "▁attack", + "s" + ], + [ + "in", + "gen" + ], + [ + "ing", + "en" + ], + [ + "inge", + "n" + ], + [ + "('", + "/" + ], + [ + "▁h", + "es" + ], + [ + "▁he", + "s" + ], + [ + "▁", + "hes" + ], + [ + "co", + "in" + ], + [ + "c", + "oin" + ], + [ + "oun", + "ce" + ], + [ + "▁Academ", + "y" + ], + [ + "MOD", + "ULE" + ], + [ + "is", + "ms" + ], + [ + "ism", + "s" + ], + [ + "▁A", + "dv" + ], + [ + "▁Ad", + "v" + ], + [ + "▁", + "Adv" + ], + [ + "▁B", + "ol" + ], + [ + "▁Bo", + "l" + ], + [ + "▁inc", + "ident" + ], + [ + ")^", + "{" + ], + [ + ")", + "^{" + ], + [ + "▁b", + "ij" + ], + [ + "▁bi", + "j" + ], + [ + "▁R", + "ome" + ], + [ + "▁Rom", + "e" + ], + [ + "▁Ro", + "me" + ], + [ + "▁It", + "aly" + ], + [ + "▁Ital", + "y" + ], + [ + "ev", + "ents" + ], + [ + "event", + "s" + ], + [ + "even", + "ts" + ], + [ + "▁F", + "ern" + ], + [ + "▁Fe", + "rn" + ], + [ + "▁Fer", + "n" + ], + [ + "▁b", + "er" + ], + [ + "▁be", + "r" + ], + [ + "▁", + "ber" + ], + [ + "▁sil", + "ent" + ], + [ + "▁p", + "ier" + ], + [ + "▁pie", + "r" + ], + [ + "▁pi", + "er" + ], + [ + "▁Y", + "O" + ], + [ + "▁pl", + "ain" + ], + [ + "▁", + "plain" + ], + [ + "B", + "as" + ], + [ + "▁p", + "ill" + ], + [ + "▁pi", + "ll" + ], + [ + "▁pil", + "l" + ], + [ + "ra", + "se" + ], + [ + "ras", + "e" + ], + [ + "r", + "ase" + ], + [ + "▁car", + "rying" + ], + [ + "▁carry", + "ing" + ], + [ + "▁re", + "sp" + ], + [ + "▁r", + "esp" + ], + [ + "▁res", + "p" + ], + [ + "▁", + "resp" + ], + [ + "ну", + "ю" + ], + [ + "▁typ", + "ical" + ], + [ + "Wrap", + "per" + ], + [ + "W", + "rapper" + ], + [ + "▁g", + "au" + ], + [ + "▁ga", + "u" + ], + [ + "▁chem", + "ical" + ], + [ + "▁h", + "al" + ], + [ + "▁ha", + "l" + ], + [ + "▁", + "hal" + ], + [ + "th", + "row" + ], + [ + "Cl", + "uster" + ], + [ + "▁G", + "ab" + ], + [ + "▁Ga", + "b" + ], + [ + "▁G", + "irl" + ], + [ + "▁Gi", + "rl" + ], + [ + "▁Gir", + "l" + ], + [ + "qu", + "ir" + ], + [ + "▁A", + "rg" + ], + [ + "▁Ar", + "g" + ], + [ + "▁", + "Arg" + ], + [ + "▁rel", + "ief" + ], + [ + "▁relie", + "f" + ], + [ + "▁reli", + "ef" + ], + [ + "▁В", + "е" + ], + [ + "d", + "m" + ], + [ + "▁fr", + "ustr" + ], + [ + "▁fru", + "str" + ], + [ + "\\", + "%" + ], + [ + "▁st", + "ores" + ], + [ + "▁store", + "s" + ], + [ + "▁stor", + "es" + ], + [ + "▁sto", + "res" + ], + [ + "▁bott", + "le" + ], + [ + "▁bot", + "tle" + ], + [ + "▁L", + "ew" + ], + [ + "▁Le", + "w" + ], + [ + "tw", + "o" + ], + [ + "t", + "wo" + ], + [ + "st", + "ad" + ], + [ + "sta", + "d" + ], + [ + "▁che", + "ek" + ], + [ + "▁concern", + "s" + ], + [ + "▁concer", + "ns" + ], + [ + "▁help", + "ful" + ], + [ + "▁co", + "verage" + ], + [ + "▁cover", + "age" + ], + [ + "is", + "i" + ], + [ + "i", + "si" + ], + [ + "AD", + "D" + ], + [ + "A", + "DD" + ], + [ + "as", + "ync" + ], + [ + "asy", + "nc" + ], + [ + "a", + "sync" + ], + [ + "▁approxim", + "ately" + ], + [ + "▁approx", + "imately" + ], + [ + "▁approximate", + "ly" + ], + [ + "if", + "fer" + ], + [ + "iff", + "er" + ], + [ + "iffe", + "r" + ], + [ + "ho", + "ok" + ], + [ + "h", + "ook" + ], + [ + "▁e", + "num" + ], + [ + "▁en", + "um" + ], + [ + "▁", + "enum" + ], + [ + "ov", + "á" + ], + [ + "o", + "vá" + ], + [ + "▁e", + "vil" + ], + [ + "▁ev", + "il" + ], + [ + "▁const", + "antly" + ], + [ + "▁constant", + "ly" + ], + [ + "ap", + "ply" + ], + [ + "app", + "ly" + ], + [ + "▁si", + "è" + ], + [ + "▁pract", + "ices" + ], + [ + "▁practice", + "s" + ], + [ + "▁te", + "achers" + ], + [ + "▁teach", + "ers" + ], + [ + "▁teacher", + "s" + ], + [ + "▁S", + "n" + ], + [ + "▁", + "Sn" + ], + [ + "▁A", + "wards" + ], + [ + "▁Award", + "s" + ], + [ + "▁Aw", + "ards" + ], + [ + "▁sub", + "stant" + ], + [ + "▁subst", + "ant" + ], + [ + "▁$", + "." + ], + [ + "▁", + "$." + ], + [ + "d", + "k" + ], + [ + "▁m", + "ob" + ], + [ + "▁mo", + "b" + ], + [ + "▁", + "mob" + ], + [ + "▁ing", + "red" + ], + [ + "ve", + "re" + ], + [ + "ver", + "e" + ], + [ + "v", + "ere" + ], + [ + "Mult", + "i" + ], + [ + "пе", + "р" + ], + [ + "п", + "ер" + ], + [ + "st", + "al" + ], + [ + "sta", + "l" + ], + [ + "s", + "tal" + ], + [ + "ya", + "rd" + ], + [ + "yar", + "d" + ], + [ + "y", + "ard" + ], + [ + "requ", + "ired" + ], + [ + "require", + "d" + ], + [ + "ve", + "ment" + ], + [ + "v", + "ement" + ], + [ + "▁int", + "elligence" + ], + [ + "▁intellig", + "ence" + ], + [ + "▁th", + "inks" + ], + [ + "▁think", + "s" + ], + [ + "▁thin", + "ks" + ], + [ + "▁person", + "ally" + ], + [ + "▁personal", + "ly" + ], + [ + "▁tr", + "ained" + ], + [ + "▁tra", + "ined" + ], + [ + "▁train", + "ed" + ], + [ + "▁", + "trained" + ], + [ + "or", + "ney" + ], + [ + "orn", + "ey" + ], + [ + "orne", + "y" + ], + [ + ")", + "", + "\\" + ], + [ + "an", + "al" + ], + [ + "ana", + "l" + ], + [ + "a", + "nal" + ], + [ + "Se", + "ction" + ], + [ + "S", + "ection" + ], + [ + "pl", + "us" + ], + [ + "ü", + "t" + ], + [ + "▁em", + "bed" + ], + [ + "▁emb", + "ed" + ], + [ + "▁", + "embed" + ], + [ + "▁st", + "rings" + ], + [ + "▁str", + "ings" + ], + [ + "▁string", + "s" + ], + [ + "▁", + "strings" + ], + [ + "Be", + "fore" + ], + [ + "B", + "efore" + ], + [ + "pro", + "c" + ], + [ + "pr", + "oc" + ], + [ + "p", + "roc" + ], + [ + "▁с", + "по" + ], + [ + "▁сп", + "о" + ], + [ + "▁", + "спо" + ], + [ + "tr", + "l" + ], + [ + "t", + "rl" + ], + [ + "v", + "r" + ], + [ + "Back", + "ground" + ], + [ + "log", + "ger" + ], + [ + "ag", + "raph" + ], + [ + "agr", + "aph" + ], + [ + "agra", + "ph" + ], + [ + "a", + "graph" + ], + [ + "ie", + "st" + ], + [ + "ies", + "t" + ], + [ + "i", + "est" + ], + [ + "▁good", + "s" + ], + [ + "bat", + "ch" + ], + [ + "b", + "atch" + ], + [ + "▁opt", + "ional" + ], + [ + "▁option", + "al" + ], + [ + "▁", + "optional" + ], + [ + "▁Tay", + "lor" + ], + [ + "▁recogn", + "ize" + ], + [ + "wal", + "k" + ], + [ + "w", + "alk" + ], + [ + "▁H", + "it" + ], + [ + "▁Hi", + "t" + ], + [ + "▁", + "Hit" + ], + [ + "▁Eliz", + "abeth" + ], + [ + "}", + ":" + ], + [ + "▁care", + "ful" + ], + [ + "кра", + "ї" + ], + [ + "▁loc", + "ations" + ], + [ + "▁location", + "s" + ], + [ + "▁struct", + "ures" + ], + [ + "▁structure", + "s" + ], + [ + "▁d", + "isk" + ], + [ + "▁dis", + "k" + ], + [ + "▁di", + "sk" + ], + [ + "▁", + "disk" + ], + [ + "▁sh", + "ips" + ], + [ + "▁ship", + "s" + ], + [ + "▁", + "ships" + ], + [ + "▁s", + "uo" + ], + [ + "▁su", + "o" + ], + [ + "▁s", + "owie" + ], + [ + "▁so", + "wie" + ], + [ + "▁sow", + "ie" + ], + [ + "▁E", + "ss" + ], + [ + "▁Es", + "s" + ], + [ + "▁H", + "ash" + ], + [ + "▁Ha", + "sh" + ], + [ + "▁Has", + "h" + ], + [ + "▁", + "Hash" + ], + [ + "▁reason", + "able" + ], + [ + "▁More", + "over" + ], + [ + "▁form", + "ula" + ], + [ + "▁C", + "entre" + ], + [ + "▁Cent", + "re" + ], + [ + "▁res", + "idents" + ], + [ + "▁resident", + "s" + ], + [ + "▁resid", + "ents" + ], + [ + "R", + "S" + ], + [ + "Id", + "s" + ], + [ + "I", + "ds" + ], + [ + "▁K", + "now" + ], + [ + "▁Kn", + "ow" + ], + [ + "▁t", + "rib" + ], + [ + "▁tr", + "ib" + ], + [ + "▁tri", + "b" + ], + [ + "▁r", + "és" + ], + [ + "▁ré", + "s" + ], + [ + "▁s", + "table" + ], + [ + "▁st", + "able" + ], + [ + "▁sta", + "ble" + ], + [ + "▁stab", + "le" + ], + [ + "▁", + "stable" + ], + [ + "▁W", + "ould" + ], + [ + "▁Wo", + "uld" + ], + [ + "▁", + "Would" + ], + [ + "▁break", + "ing" + ], + [ + "▁bre", + "aking" + ], + [ + "▁", + "breaking" + ], + [ + "▁me", + "al" + ], + [ + "▁p", + "hen" + ], + [ + "▁ph", + "en" + ], + [ + "▁f", + "el" + ], + [ + "▁fe", + "l" + ], + [ + "▁", + "fel" + ], + [ + "▁F", + "red" + ], + [ + "▁Fr", + "ed" + ], + [ + "▁Fre", + "d" + ], + [ + "Aut", + "hor" + ], + [ + "Auth", + "or" + ], + [ + "▁c", + "apture" + ], + [ + "▁capt", + "ure" + ], + [ + "▁", + "capture" + ], + [ + "op", + "ts" + ], + [ + "opt", + "s" + ], + [ + "o", + "pts" + ], + [ + "▁every", + "where" + ], + [ + "▁s", + "que" + ], + [ + "▁squ", + "e" + ], + [ + "▁sq", + "ue" + ], + [ + "▁m", + "oder" + ], + [ + "▁mod", + "er" + ], + [ + "▁mo", + "der" + ], + [ + "▁mode", + "r" + ], + [ + "set", + "up" + ], + [ + "▁S", + "upp" + ], + [ + "▁Su", + "pp" + ], + [ + "▁Sup", + "p" + ], + [ + "▁", + "Supp" + ], + [ + "▁when", + "ever" + ], + [ + "▁whe", + "never" + ], + [ + "{", + "(" + ], + [ + "wa", + "rt" + ], + [ + "war", + "t" + ], + [ + "w", + "art" + ], + [ + "▁t", + "oe" + ], + [ + "▁to", + "e" + ], + [ + "Pre", + "fix" + ], + [ + "Pref", + "ix" + ], + [ + "P", + "refix" + ], + [ + "ho", + "u" + ], + [ + "h", + "ou" + ], + [ + "ga", + "ge" + ], + [ + "g", + "age" + ], + [ + ">", + "\"" + ], + [ + "▁f", + "rag" + ], + [ + "▁fr", + "ag" + ], + [ + "▁fra", + "g" + ], + [ + "▁", + "frag" + ], + [ + "▁The", + "orem" + ], + [ + "mem", + "ory" + ], + [ + "▁cont", + "ents" + ], + [ + "▁content", + "s" + ], + [ + "▁conten", + "ts" + ], + [ + "▁", + "contents" + ], + [ + "do", + "cs" + ], + [ + "doc", + "s" + ], + [ + "}", + "'" + ], + [ + "▁Ir", + "ish" + ], + [ + "The", + "n" + ], + [ + "Th", + "en" + ], + [ + "T", + "hen" + ], + [ + "aa", + "ts" + ], + [ + "aat", + "s" + ], + [ + "a", + "ats" + ], + [ + "Sa", + "ve" + ], + [ + "S", + "ave" + ], + [ + "▁a", + "gency" + ], + [ + "▁ag", + "ency" + ], + [ + "▁и", + "ме" + ], + [ + "▁им", + "е" + ], + [ + "до", + "ва" + ], + [ + "дов", + "а" + ], + [ + "▁F", + "unction" + ], + [ + "▁Fun", + "ction" + ], + [ + "▁", + "Function" + ], + [ + "N", + "N" + ], + [ + "dest", + "roy" + ], + [ + "▁M", + "essage" + ], + [ + "▁Mess", + "age" + ], + [ + "▁", + "Message" + ], + [ + "▁c", + "ancel" + ], + [ + "▁can", + "cel" + ], + [ + "▁", + "cancel" + ], + [ + "▁super", + "ior" + ], + [ + "▁e", + "c" + ], + [ + "▁", + "ec" + ], + [ + "▁liter", + "ature" + ], + [ + "▁P", + "ART" + ], + [ + "▁PA", + "RT" + ], + [ + "▁PAR", + "T" + ], + [ + "▁", + "PART" + ], + [ + "I", + "l" + ], + [ + "▁C", + "ab" + ], + [ + "▁Ca", + "b" + ], + [ + "eng", + "ine" + ], + [ + "▁b", + "asket" + ], + [ + "▁bas", + "ket" + ], + [ + "wor", + "th" + ], + [ + "wort", + "h" + ], + [ + "w", + "orth" + ], + [ + "▁S", + "el" + ], + [ + "▁Se", + "l" + ], + [ + "f", + "etch" + ], + [ + "▁St", + "adt" + ], + [ + "▁Stad", + "t" + ], + [ + "▁Sta", + "dt" + ], + [ + "▁К", + "и" + ], + [ + "▁con", + "j" + ], + [ + "▁se", + "iner" + ], + [ + "▁sein", + "er" + ], + [ + "▁seine", + "r" + ], + [ + "▁sei", + "ner" + ], + [ + "▁conf", + "irmed" + ], + [ + "▁confirm", + "ed" + ], + [ + "▁Ar", + "gent" + ], + [ + "▁Arg", + "ent" + ], + [ + "am", + "ar" + ], + [ + "ama", + "r" + ], + [ + "a", + "mar" + ], + [ + "pgf", + "path" + ], + [ + "▁strugg", + "le" + ], + [ + "Pat", + "tern" + ], + [ + "▁M", + "iddle" + ], + [ + "it", + "an" + ], + [ + "ita", + "n" + ], + [ + "i", + "tan" + ], + [ + "▁m", + "oon" + ], + [ + "▁mo", + "on" + ], + [ + "or", + "ough" + ], + [ + "oro", + "ugh" + ], + [ + "o", + "rough" + ], + [ + "▁Cath", + "olic" + ], + [ + "▁str", + "uck" + ], + [ + "▁stru", + "ck" + ], + [ + "]", + "->" + ], + [ + "▁we", + "apon" + ], + [ + "▁weap", + "on" + ], + [ + "▁su", + "bst" + ], + [ + "▁sub", + "st" + ], + [ + "▁subs", + "t" + ], + [ + "▁inst", + "ructions" + ], + [ + "▁instruct", + "ions" + ], + [ + "▁instruction", + "s" + ], + [ + "▁occ", + "as" + ], + [ + "▁oc", + "cas" + ], + [ + "prote", + "cted" + ], + [ + "▁L", + "ess" + ], + [ + "▁Le", + "ss" + ], + [ + "▁Les", + "s" + ], + [ + "▁", + "Less" + ], + [ + "▁b", + "atch" + ], + [ + "▁bat", + "ch" + ], + [ + "▁", + "batch" + ], + [ + "▁con", + "tra" + ], + [ + "▁cont", + "ra" + ], + [ + "▁contr", + "a" + ], + [ + "▁de", + "ck" + ], + [ + "▁dec", + "k" + ], + [ + "▁", + "deck" + ], + [ + "▁ign", + "ored" + ], + [ + "▁ignore", + "d" + ], + [ + "▁ignor", + "ed" + ], + [ + "▁ref", + "used" + ], + [ + "▁refuse", + "d" + ], + [ + "tr", + "igger" + ], + [ + "▁crim", + "inal" + ], + [ + "G", + "A" + ], + [ + "ol", + "ly" + ], + [ + "oll", + "y" + ], + [ + "▁B", + "ell" + ], + [ + "▁Be", + "ll" + ], + [ + "▁Bel", + "l" + ], + [ + "▁", + "Ю" + ], + [ + "for", + "ward" + ], + [ + "▁p", + "refix" + ], + [ + "▁pre", + "fix" + ], + [ + "▁pref", + "ix" + ], + [ + "▁", + "prefix" + ], + [ + "▁im", + "mediate" + ], + [ + "▁immedi", + "ate" + ], + [ + "▁as", + "signed" + ], + [ + "▁ass", + "igned" + ], + [ + "▁assign", + "ed" + ], + [ + "▁e", + "lected" + ], + [ + "▁elect", + "ed" + ], + [ + "▁ele", + "cted" + ], + [ + "▁to", + "night" + ], + [ + "▁ton", + "ight" + ], + [ + "▁D", + "ies" + ], + [ + "▁Die", + "s" + ], + [ + "▁Di", + "es" + ], + [ + "▁B", + "each" + ], + [ + "▁Be", + "ach" + ], + [ + "▁pre", + "ced" + ], + [ + "▁prec", + "ed" + ], + [ + "ow", + "ał" + ], + [ + "owa", + "ł" + ], + [ + "▁gal", + "ax" + ], + [ + "▁log", + "ic" + ], + [ + "en", + "za" + ], + [ + "enz", + "a" + ], + [ + "▁Cap", + "tain" + ], + [ + "▁Capt", + "ain" + ], + [ + "▁H", + "ay" + ], + [ + "▁Ha", + "y" + ], + [ + "▁f", + "acts" + ], + [ + "▁fact", + "s" + ], + [ + "▁fac", + "ts" + ], + [ + "▁н", + "и" + ], + [ + "▁", + "ни" + ], + [ + "t", + "é" + ], + [ + "▁s", + "b" + ], + [ + "▁", + "sb" + ], + [ + "op", + "ed" + ], + [ + "ope", + "d" + ], + [ + "o", + "ped" + ], + [ + "▁com", + "bat" + ], + [ + "▁comb", + "at" + ], + [ + "▁expl", + "ore" + ], + [ + "▁explo", + "re" + ], + [ + "▁(", + "-" + ], + [ + "▁", + "(-" + ], + [ + "Load", + "er" + ], + [ + "Lo", + "ader" + ], + [ + "▁Wil", + "son" + ], + [ + "▁l", + "ocked" + ], + [ + "▁loc", + "ked" + ], + [ + "▁lock", + "ed" + ], + [ + "▁", + "locked" + ], + [ + ":", + "", + ")" + ], + [ + "▁qu", + "el" + ], + [ + "▁que", + "l" + ], + [ + "▁q", + "uel" + ], + [ + "▁", + "quel" + ], + [ + "▁Г", + "а" + ], + [ + "T", + "y" + ], + [ + "▁tem", + "ps" + ], + [ + "▁temp", + "s" + ], + [ + "▁g", + "host" + ], + [ + "Mat", + "erial" + ], + [ + "M", + "aterial" + ], + [ + "ER", + "CHANT" + ], + [ + "point", + "er" + ], + [ + "po", + "inter" + ], + [ + "ж", + "да" + ], + [ + "ah", + "a" + ], + [ + "a", + "ha" + ], + [ + "ul", + "f" + ], + [ + "▁sup", + "plement" + ], + [ + "▁supp", + "lement" + ], + [ + "▁d", + "ismiss" + ], + [ + "▁dis", + "miss" + ], + [ + "▁cl", + "osing" + ], + [ + "▁clos", + "ing" + ], + [ + "▁clo", + "sing" + ], + [ + "▁vul", + "ner" + ], + [ + "▁ap", + "rès" + ], + [ + "▁apr", + "ès" + ], + [ + "▁over", + "whel" + ], + [ + "ско", + "е" + ], + [ + "▁dis", + "ag" + ], + [ + "ac", + "ia" + ], + [ + "aci", + "a" + ], + [ + "a", + "cia" + ], + [ + "ou", + "red" + ], + [ + "our", + "ed" + ], + [ + "o", + "ured" + ], + [ + "ru", + "ption" + ], + [ + "rupt", + "ion" + ], + [ + "▁P", + "S" + ], + [ + "▁", + "PS" + ], + [ + "End", + "point" + ], + [ + "Re", + "al" + ], + [ + "▁T", + "ag" + ], + [ + "▁Ta", + "g" + ], + [ + "▁", + "Tag" + ], + [ + "▁st", + "airs" + ], + [ + "▁sta", + "irs" + ], + [ + "▁stair", + "s" + ], + [ + "▁", + "stairs" + ], + [ + "ly", + "n" + ], + [ + "l", + "yn" + ], + [ + "▁e", + "leg" + ], + [ + "▁el", + "eg" + ], + [ + "▁ele", + "g" + ], + [ + "▁v", + "eter" + ], + [ + "▁ve", + "ter" + ], + [ + "▁vet", + "er" + ], + [ + "factor", + "y" + ], + [ + "fact", + "ory" + ], + [ + "f", + "actory" + ], + [ + "an", + "ne" + ], + [ + "ann", + "e" + ], + [ + "▁B", + "at" + ], + [ + "▁Ba", + "t" + ], + [ + "▁fr", + "anc" + ], + [ + "▁fra", + "nc" + ], + [ + "lu", + "ng" + ], + [ + "l", + "ung" + ], + [ + "▁\"", + "'" + ], + [ + ".'", + "," + ], + [ + ".", + "'," + ], + [ + "▁C", + "ountry" + ], + [ + "▁Count", + "ry" + ], + [ + "▁Coun", + "try" + ], + [ + "▁", + "Country" + ], + [ + "^{", + "[" + ], + [ + "▁y", + "ours" + ], + [ + "▁you", + "rs" + ], + [ + "▁your", + "s" + ], + [ + "▁yo", + "urs" + ], + [ + "ail", + "ability" + ], + [ + "Cl", + "ear" + ], + [ + "C", + "lear" + ], + [ + "ät", + "t" + ], + [ + "ä", + "tt" + ], + [ + "пи", + "с" + ], + [ + "п", + "ис" + ], + [ + "▁j", + "oke" + ], + [ + "▁jo", + "ke" + ], + [ + "▁ann", + "oy" + ], + [ + "▁r", + "ag" + ], + [ + "▁ra", + "g" + ], + [ + "▁", + "rag" + ], + [ + "var", + "i" + ], + [ + "va", + "ri" + ], + [ + "v", + "ari" + ], + [ + "ле", + "кс" + ], + [ + "лек", + "с" + ], + [ + "▁P", + "sy" + ], + [ + "il", + "ty" + ], + [ + "ilt", + "y" + ], + [ + "mo", + "unt" + ], + [ + "m", + "ount" + ], + [ + "▁c", + "ual" + ], + [ + "▁cu", + "al" + ], + [ + "▁s", + "olar" + ], + [ + "▁so", + "lar" + ], + [ + "▁sol", + "ar" + ], + [ + "}^", + "{(" + ], + [ + "}^{", + "(" + ], + [ + "}", + "^{(" + ], + [ + "Sh", + "ort" + ], + [ + "▁tax", + "es" + ], + [ + "App", + "end" + ], + [ + "Ap", + "pend" + ], + [ + "Appe", + "nd" + ], + [ + "W", + "in" + ], + [ + "est", + "yle" + ], + [ + "esty", + "le" + ], + [ + "e", + "style" + ], + [ + "▁fac", + "il" + ], + [ + "▁fa", + "cil" + ], + [ + "в", + "ро" + ], + [ + "▁s", + "ought" + ], + [ + "▁sou", + "ght" + ], + [ + "▁b", + "are" + ], + [ + "▁bar", + "e" + ], + [ + "▁ba", + "re" + ], + [ + "▁re", + "act" + ], + [ + "▁", + "react" + ], + [ + "ja", + "r" + ], + [ + "j", + "ar" + ], + [ + "MA", + "C" + ], + [ + "M", + "AC" + ], + [ + "lo", + "v" + ], + [ + "l", + "ov" + ], + [ + "wa", + "rn" + ], + [ + "war", + "n" + ], + [ + "w", + "arn" + ], + [ + "▁cru", + "cial" + ], + [ + "▁m", + "useum" + ], + [ + "ни", + "ц" + ], + [ + "▁K", + "ent" + ], + [ + "▁Ke", + "nt" + ], + [ + "▁Ken", + "t" + ], + [ + "May", + "be" + ], + [ + "▁b", + "ike" + ], + [ + "▁bi", + "ke" + ], + [ + "▁Add", + "ress" + ], + [ + "▁", + "Address" + ], + [ + "X", + "ML" + ], + [ + "▁ad", + "mitted" + ], + [ + "▁adm", + "itted" + ], + [ + "▁admit", + "ted" + ], + [ + "▁$", + "(\\" + ], + [ + "▁$(", + "\\" + ], + [ + "▁sp", + "ell" + ], + [ + "▁spe", + "ll" + ], + [ + "▁spel", + "l" + ], + [ + "▁", + "spell" + ], + [ + "▁v", + "ic" + ], + [ + "▁vi", + "c" + ], + [ + "gr", + "e" + ], + [ + "g", + "re" + ], + [ + "▁p", + "roc" + ], + [ + "▁pro", + "c" + ], + [ + "▁pr", + "oc" + ], + [ + "▁", + "proc" + ], + [ + "th", + "eless" + ], + [ + "the", + "less" + ], + [ + "▁N", + "om" + ], + [ + "▁No", + "m" + ], + [ + "▁R", + "ail" + ], + [ + "▁Ra", + "il" + ], + [ + "▁acc", + "eler" + ], + [ + "▁con", + "vin" + ], + [ + "▁conv", + "in" + ], + [ + "▁Pro", + "perty" + ], + [ + "▁", + "Property" + ], + [ + "▁D", + "A" + ], + [ + "▁", + "DA" + ], + [ + "▁cl", + "ip" + ], + [ + "▁", + "clip" + ], + [ + "▁pl", + "ugin" + ], + [ + "▁plug", + "in" + ], + [ + "▁", + "plugin" + ], + [ + "Lim", + "it" + ], + [ + "Li", + "mit" + ], + [ + "L", + "imit" + ], + [ + "view", + "s" + ], + [ + "br", + "u" + ], + [ + "b", + "ru" + ], + [ + "▁p", + "ra" + ], + [ + "▁pr", + "a" + ], + [ + "▁a", + "k" + ], + [ + "▁", + "ak" + ], + [ + "▁e", + "j" + ], + [ + "▁", + "ej" + ], + [ + "▁o", + "pts" + ], + [ + "▁op", + "ts" + ], + [ + "▁opt", + "s" + ], + [ + "▁", + "opts" + ], + [ + "▁sl", + "ip" + ], + [ + "▁g", + "ang" + ], + [ + "▁gan", + "g" + ], + [ + "▁ga", + "ng" + ], + [ + "▁", + "gang" + ], + [ + "as", + "ted" + ], + [ + "ast", + "ed" + ], + [ + "aste", + "d" + ], + [ + "a", + "sted" + ], + [ + "ual", + "s" + ], + [ + "ua", + "ls" + ], + [ + "u", + "als" + ], + [ + "▁d", + "ying" + ], + [ + "▁dy", + "ing" + ], + [ + "Col", + "l" + ], + [ + "Co", + "ll" + ], + [ + "C", + "oll" + ], + [ + "am", + "men" + ], + [ + "amm", + "en" + ], + [ + "▁Pol", + "icy" + ], + [ + "▁", + "Policy" + ], + [ + "ERCHANT", + "ABILITY" + ], + [ + "▁Col", + "lection" + ], + [ + "▁Coll", + "ection" + ], + [ + "▁Collect", + "ion" + ], + [ + "▁", + "Collection" + ], + [ + "▁v", + "ec" + ], + [ + "▁ve", + "c" + ], + [ + "▁", + "vec" + ], + [ + "▁D", + "ick" + ], + [ + "▁Di", + "ck" + ], + [ + "st", + "ud" + ], + [ + "▁la", + "yers" + ], + [ + "▁lay", + "ers" + ], + [ + "▁layer", + "s" + ], + [ + "▁", + "layers" + ], + [ + "▁t", + "ied" + ], + [ + "▁tie", + "d" + ], + [ + "▁ti", + "ed" + ], + [ + "}\\", + "\\" + ], + [ + "}", + "\\\\" + ], + [ + "▁al", + "ors" + ], + [ + "▁j", + "ou" + ], + [ + "▁jo", + "u" + ], + [ + "▁ch", + "icken" + ], + [ + "▁chi", + "cken" + ], + [ + "▁chick", + "en" + ], + [ + "▁perman", + "ent" + ], + [ + "▁Every", + "thing" + ], + [ + "▁L", + "ow" + ], + [ + "▁Lo", + "w" + ], + [ + "▁", + "Low" + ], + [ + "▁C", + "ook" + ], + [ + "▁Co", + "ok" + ], + [ + "▁pe", + "ak" + ], + [ + "▁PARTIC", + "ULAR" + ], + [ + "▁d", + "ear" + ], + [ + "▁de", + "ar" + ], + [ + "i", + "č" + ], + [ + "▁introdu", + "ce" + ], + [ + "▁caus", + "ing" + ], + [ + "▁ca", + "using" + ], + [ + "пи", + "са" + ], + [ + "пис", + "а" + ], + [ + "Bo", + "und" + ], + [ + "B", + "ound" + ], + [ + "hu", + "nd" + ], + [ + "h", + "und" + ], + [ + "mult", + "i" + ], + [ + "mul", + "ti" + ], + [ + "▁p", + "are" + ], + [ + "▁par", + "e" + ], + [ + "▁pa", + "re" + ], + [ + "▁", + "pare" + ], + [ + "an", + "nt" + ], + [ + "ann", + "t" + ], + [ + "▁b", + "reat" + ], + [ + "▁bre", + "at" + ], + [ + "▁commit", + "ment" + ], + [ + "▁increasing", + "ly" + ], + [ + "ко", + "й" + ], + [ + "▁F", + "riend" + ], + [ + "▁", + "Friend" + ], + [ + "▁stat", + "istics" + ], + [ + "▁statist", + "ics" + ], + [ + "▁Man", + "ager" + ], + [ + "▁", + "Manager" + ], + [ + "pl", + "icate" + ], + [ + "plic", + "ate" + ], + [ + "plica", + "te" + ], + [ + "Cl", + "oud" + ], + [ + "ac", + "i" + ], + [ + "a", + "ci" + ], + [ + "▁Con", + "ference" + ], + [ + "Sp", + "an" + ], + [ + "S", + "pan" + ], + [ + "▁C", + "EO" + ], + [ + "▁CE", + "O" + ], + [ + "▁W", + "ait" + ], + [ + "▁Wa", + "it" + ], + [ + "▁", + "Wait" + ], + [ + "▁O", + "ber" + ], + [ + "▁Ob", + "er" + ], + [ + "if", + "ting" + ], + [ + "ift", + "ing" + ], + [ + "im", + "iento" + ], + [ + "imi", + "ento" + ], + [ + "get", + "Element" + ], + [ + "▁g", + "le" + ], + [ + "▁gl", + "e" + ], + [ + "▁", + "gle" + ], + [ + "ли", + "я" + ], + [ + "▁w", + "ieder" + ], + [ + "▁wie", + "der" + ], + [ + "▁inst", + "ruction" + ], + [ + "▁instr", + "uction" + ], + [ + "▁instruct", + "ion" + ], + [ + "gl", + "y" + ], + [ + "g", + "ly" + ], + [ + "▁bl", + "ame" + ], + [ + "▁list", + "ade" + ], + [ + "▁lista", + "de" + ], + [ + "▁a", + "apt" + ], + [ + "▁Lew", + "is" + ], + [ + "Fr", + "agment" + ], + [ + "▁g", + "ear" + ], + [ + "▁ge", + "ar" + ], + [ + "mi", + "ll" + ], + [ + "mil", + "l" + ], + [ + "m", + "ill" + ], + [ + "pro", + "d" + ], + [ + "pr", + "od" + ], + [ + "p", + "rod" + ], + [ + "▁bur", + "ning" + ], + [ + "▁burn", + "ing" + ], + [ + "є", + "ться" + ], + [ + "▁m", + "é" + ], + [ + "▁", + "mé" + ], + [ + "è", + "ne" + ], + [ + "▁com", + "plicated" + ], + [ + "▁compl", + "icated" + ], + [ + "▁complic", + "ated" + ], + [ + "b", + "h" + ], + [ + "▁Just", + "ice" + ], + [ + "▁t", + "ested" + ], + [ + "▁te", + "sted" + ], + [ + "▁test", + "ed" + ], + [ + "▁st", + "aring" + ], + [ + "▁star", + "ing" + ], + [ + "▁sta", + "ring" + ], + [ + "▁surv", + "ive" + ], + [ + "▁surviv", + "e" + ], + [ + "▁c", + "ous" + ], + [ + "▁co", + "us" + ], + [ + "▁cou", + "s" + ], + [ + "▁r", + "ib" + ], + [ + "▁ri", + "b" + ], + [ + "▁", + "rib" + ], + [ + "am", + "l" + ], + [ + "a", + "ml" + ], + [ + "▁T", + "rust" + ], + [ + "▁Tr", + "ust" + ], + [ + "▁Tru", + "st" + ], + [ + "▁c", + "ad" + ], + [ + "▁ca", + "d" + ], + [ + "▁T", + "err" + ], + [ + "▁Te", + "rr" + ], + [ + "▁Ter", + "r" + ], + [ + "▁m", + "apping" + ], + [ + "▁map", + "ping" + ], + [ + "▁ma", + "pping" + ], + [ + "▁", + "mapping" + ], + [ + "▁tw", + "elve" + ], + [ + "▁g", + "rant" + ], + [ + "▁gr", + "ant" + ], + [ + "▁gran", + "t" + ], + [ + "▁gra", + "nt" + ], + [ + "▁th", + "orough" + ], + [ + "▁", + "Ü" + ], + [ + "▁fol", + "ks" + ], + [ + "▁folk", + "s" + ], + [ + "▁Cont", + "ent" + ], + [ + "▁", + "Content" + ], + [ + "▁child", + "hood" + ], + [ + "ck", + "er" + ], + [ + "cke", + "r" + ], + [ + "c", + "ker" + ], + [ + "с", + "но" + ], + [ + "RE", + "CT" + ], + [ + "REC", + "T" + ], + [ + "R", + "ECT" + ], + [ + "▁f", + "inale" + ], + [ + "▁fin", + "ale" + ], + [ + "▁final", + "e" + ], + [ + "▁sh", + "ower" + ], + [ + "▁show", + "er" + ], + [ + "ér", + "ic" + ], + [ + "éri", + "c" + ], + [ + "é", + "ric" + ], + [ + "▁s", + "pat" + ], + [ + "▁sp", + "at" + ], + [ + "od", + "ge" + ], + [ + "р", + "ь" + ], + [ + "▁p", + "es" + ], + [ + "▁pe", + "s" + ], + [ + "▁", + "pes" + ], + [ + "ed", + "a" + ], + [ + "e", + "da" + ], + [ + "D", + "b" + ], + [ + "▁Ant", + "onio" + ], + [ + "▁Anton", + "io" + ], + [ + "▁eng", + "aged" + ], + [ + "▁engage", + "d" + ], + [ + "▁v", + "ess" + ], + [ + "▁ve", + "ss" + ], + [ + "val", + "s" + ], + [ + "va", + "ls" + ], + [ + "v", + "als" + ], + [ + "▁elect", + "ronic" + ], + [ + "▁electron", + "ic" + ], + [ + "▁electro", + "nic" + ], + [ + "le", + "mma" + ], + [ + "lem", + "ma" + ], + [ + "▁W", + "y" + ], + [ + "ma", + "d" + ], + [ + "m", + "ad" + ], + [ + "mer", + "ge" + ], + [ + "ap", + "on" + ], + [ + "a", + "pon" + ], + [ + "▁priv", + "ile" + ], + [ + "▁nov", + "embre" + ], + [ + "▁nove", + "mbre" + ], + [ + "▁S", + "ports" + ], + [ + "▁Sp", + "orts" + ], + [ + "▁Sport", + "s" + ], + [ + "wi", + "ll" + ], + [ + "w", + "ill" + ], + [ + "▁control", + "s" + ], + [ + "▁contr", + "ols" + ], + [ + "▁contro", + "ls" + ], + [ + "▁", + "controls" + ], + [ + "▁c", + "ategories" + ], + [ + "▁categ", + "ories" + ], + [ + "▁categor", + "ies" + ], + [ + "▁", + "categories" + ], + [ + "▁Georg", + "ia" + ], + [ + "ip", + "edia" + ], + [ + "▁A", + "V" + ], + [ + "▁", + "AV" + ], + [ + "at", + "ori" + ], + [ + "ator", + "i" + ], + [ + "ato", + "ri" + ], + [ + "▁_", + "__" + ], + [ + "▁__", + "_" + ], + [ + "▁", + "___" + ], + [ + "▁", + "À" + ], + [ + "▁R", + "yan" + ], + [ + "▁Ry", + "an" + ], + [ + "▁Char", + "lie" + ], + [ + "▁Charl", + "ie" + ], + [ + "▁и", + "сто" + ], + [ + "▁ис", + "то" + ], + [ + "▁em", + "otion" + ], + [ + "▁emot", + "ion" + ], + [ + "▁co", + "oking" + ], + [ + "▁cook", + "ing" + ], + [ + "▁attempt", + "s" + ], + [ + "▁FIT", + "NESS" + ], + [ + "ät", + "er" + ], + [ + "ä", + "ter" + ], + [ + "En", + "able" + ], + [ + "D", + "T" + ], + [ + "▁Ch", + "ange" + ], + [ + "▁", + "Change" + ], + [ + "Asp", + "Net" + ], + [ + "▁г", + "а" + ], + [ + "▁", + "га" + ], + [ + "▁ord", + "inary" + ], + [ + "▁ordin", + "ary" + ], + [ + "▁S", + "QL" + ], + [ + "▁", + "SQL" + ], + [ + "pl", + "ane" + ], + [ + "plan", + "e" + ], + [ + "p", + "lane" + ], + [ + "%", + "." + ], + [ + "▁Sum", + "mer" + ], + [ + "▁av", + "ait" + ], + [ + "up", + "p" + ], + [ + "u", + "pp" + ], + [ + "▁ill", + "ness" + ], + [ + "UI", + "NT" + ], + [ + "U", + "INT" + ], + [ + ">", + "{" + ], + [ + "▁zw", + "ischen" + ], + [ + "▁hard", + "ware" + ], + [ + "▁sound", + "ed" + ], + [ + "equ", + "iv" + ], + [ + "▁p", + "iano" + ], + [ + "▁pi", + "ano" + ], + [ + "▁pian", + "o" + ], + [ + "us", + "et" + ], + [ + "use", + "t" + ], + [ + "u", + "set" + ], + [ + "k", + "n" + ], + [ + "TR", + "Y" + ], + [ + "▁b", + "ab" + ], + [ + "▁ba", + "b" + ], + [ + "не", + "н" + ], + [ + "н", + "ен" + ], + [ + "▁rel", + "iable" + ], + [ + "▁reli", + "able" + ], + [ + "▁Bron", + "nen" + ], + [ + "▁St", + "ore" + ], + [ + "▁Sto", + "re" + ], + [ + "▁", + "Store" + ], + [ + "A", + "z" + ], + [ + "▁»", + "," + ], + [ + "▁", + "»," + ], + [ + "St", + "atic" + ], + [ + "Stat", + "ic" + ], + [ + "d", + "w" + ], + [ + "gr", + "een" + ], + [ + "gre", + "en" + ], + [ + "g", + "reen" + ], + [ + "▁'", + "';" + ], + [ + "▁''", + ";" + ], + [ + "li", + "j" + ], + [ + "l", + "ij" + ], + [ + "ev", + "a" + ], + [ + "e", + "va" + ], + [ + "ні", + "й" + ], + [ + "▁S", + "yd" + ], + [ + "▁Sy", + "d" + ], + [ + "in", + "ois" + ], + [ + "ino", + "is" + ], + [ + "con", + "vert" + ], + [ + "conv", + "ert" + ], + [ + "▁decl", + "are" + ], + [ + "▁declar", + "e" + ], + [ + "br", + "es" + ], + [ + "bre", + "s" + ], + [ + "b", + "res" + ], + [ + "IN", + "K" + ], + [ + "it", + "led" + ], + [ + "itle", + "d" + ], + [ + "▁acc", + "ord" + ], + [ + "▁ac", + "cord" + ], + [ + "▁m", + "ars" + ], + [ + "▁mar", + "s" + ], + [ + "▁ma", + "rs" + ], + [ + "Sequ", + "ence" + ], + [ + "zi", + "p" + ], + [ + "z", + "ip" + ], + [ + "▁Braz", + "il" + ], + [ + "▁meet", + "ings" + ], + [ + "▁meeting", + "s" + ], + [ + "▁accur", + "acy" + ], + [ + "▁M", + "achine" + ], + [ + "▁Mach", + "ine" + ], + [ + "▁", + "Machine" + ], + [ + "▁aut", + "or" + ], + [ + "▁au", + "tor" + ], + [ + "▁auto", + "r" + ], + [ + "▁", + "autor" + ], + [ + "▁a", + "insi" + ], + [ + "▁ain", + "si" + ], + [ + "Sim", + "ple" + ], + [ + "Res", + "ources" + ], + [ + "Re", + "sources" + ], + [ + "Resource", + "s" + ], + [ + "ка", + "за" + ], + [ + "каз", + "а" + ], + [ + "▁M", + "P" + ], + [ + "▁", + "MP" + ], + [ + "th", + "ey" + ], + [ + "the", + "y" + ], + [ + "▁B", + "ang" + ], + [ + "▁Ba", + "ng" + ], + [ + "▁Ban", + "g" + ], + [ + "▁e", + "ing" + ], + [ + "▁ein", + "g" + ], + [ + "▁", + "eing" + ], + [ + "ate", + "ful" + ], + [ + "▁Some", + "thing" + ], + [ + "▁Som", + "ething" + ], + [ + "▁", + "Something" + ], + [ + "▁up", + "set" + ], + [ + "Hist", + "ory" + ], + [ + "Hi", + "story" + ], + [ + "dim", + "ensional" + ], + [ + "▁explan", + "ation" + ], + [ + "▁c", + "iv" + ], + [ + "▁ci", + "v" + ], + [ + "▁c", + "once" + ], + [ + "▁con", + "ce" + ], + [ + "▁conc", + "e" + ], + [ + "▁kö", + "z" + ], + [ + "▁prom", + "ised" + ], + [ + "▁promise", + "d" + ], + [ + "ж", + "ду" + ], + [ + "we", + "d" + ], + [ + "w", + "ed" + ], + [ + "For", + "e" + ], + [ + "F", + "ore" + ], + [ + "Am", + "ount" + ], + [ + "A", + "mount" + ], + [ + "ab", + "b" + ], + [ + "a", + "bb" + ], + [ + "▁cl", + "othing" + ], + [ + "▁cloth", + "ing" + ], + [ + "▁clo", + "thing" + ], + [ + "ли", + "сь" + ], + [ + "oe", + "n" + ], + [ + "o", + "en" + ], + [ + "▁Pr", + "int" + ], + [ + "▁Pri", + "nt" + ], + [ + "▁Prin", + "t" + ], + [ + "▁", + "Print" + ], + [ + "▁s", + "izes" + ], + [ + "▁size", + "s" + ], + [ + "▁si", + "zes" + ], + [ + "▁b", + "anks" + ], + [ + "▁bank", + "s" + ], + [ + "▁ban", + "ks" + ], + [ + "ri", + "bed" + ], + [ + "rib", + "ed" + ], + [ + "ribe", + "d" + ], + [ + "▁'", + "../" + ], + [ + "▁'.", + "./" + ], + [ + "FI", + "X" + ], + [ + "F", + "IX" + ], + [ + "▁H", + "ug" + ], + [ + "▁Hu", + "g" + ], + [ + "▁z", + "n" + ], + [ + "▁", + "zn" + ], + [ + "▁I", + "NT" + ], + [ + "▁IN", + "T" + ], + [ + "▁", + "INT" + ], + [ + "▁in", + "stances" + ], + [ + "▁inst", + "ances" + ], + [ + "▁instance", + "s" + ], + [ + "▁along", + "side" + ], + [ + "Name", + "space" + ], + [ + "Names", + "pace" + ], + [ + "▁re", + "new" + ], + [ + "▁ren", + "ew" + ], + [ + "▁a", + "sc" + ], + [ + "▁as", + "c" + ], + [ + "▁", + "asc" + ], + [ + "▁w", + "aves" + ], + [ + "▁wa", + "ves" + ], + [ + "▁wave", + "s" + ], + [ + "▁p", + "om" + ], + [ + "▁po", + "m" + ], + [ + "D", + "uration" + ], + [ + "day", + "s" + ], + [ + "da", + "ys" + ], + [ + "d", + "ays" + ], + [ + "$", + "(" + ], + [ + "▁grab", + "bed" + ], + [ + "▁sur", + "gery" + ], + [ + "▁surge", + "ry" + ], + [ + "▁surg", + "ery" + ], + [ + "▁re", + "store" + ], + [ + "▁rest", + "ore" + ], + [ + "▁", + "restore" + ], + [ + "Norm", + "al" + ], + [ + "N", + "ormal" + ], + [ + "▁L", + "eb" + ], + [ + "▁Le", + "b" + ], + [ + "▁anal", + "yt" + ], + [ + "▁analy", + "t" + ], + [ + "Lite", + "ral" + ], + [ + "L", + "iteral" + ], + [ + "H", + "A" + ], + [ + "▁sh", + "ares" + ], + [ + "▁share", + "s" + ], + [ + "▁shar", + "es" + ], + [ + "▁sha", + "res" + ], + [ + "il", + "let" + ], + [ + "ill", + "et" + ], + [ + "ille", + "t" + ], + [ + "ol", + "s" + ], + [ + "o", + "ls" + ], + [ + "▁D", + "og" + ], + [ + "▁Do", + "g" + ], + [ + "or", + "no" + ], + [ + "orn", + "o" + ], + [ + "▁man", + "ip" + ], + [ + "ja", + "v" + ], + [ + "j", + "av" + ], + [ + "▁ess", + "entially" + ], + [ + "▁essential", + "ly" + ], + [ + "▁cas", + "ual" + ], + [ + "op", + "l" + ], + [ + "o", + "pl" + ], + [ + "▁", + "р" + ], + [ + "▁S", + "U" + ], + [ + "▁", + "SU" + ], + [ + "▁engine", + "ering" + ], + [ + "▁engineer", + "ing" + ], + [ + "▁Pr", + "ime" + ], + [ + "▁Pri", + "me" + ], + [ + "▁Prim", + "e" + ], + [ + "▁S", + "W" + ], + [ + "▁", + "SW" + ], + [ + "▁re", + "aching" + ], + [ + "▁reach", + "ing" + ], + [ + "▁в", + "ла" + ], + [ + "▁Ро", + "сси" + ], + [ + "▁K", + "re" + ], + [ + "▁Kr", + "e" + ], + [ + "er", + "ry" + ], + [ + "err", + "y" + ], + [ + "▁op", + "pon" + ], + [ + "▁opp", + "on" + ], + [ + "pro", + "gram" + ], + [ + "pr", + "ogram" + ], + [ + "em", + "per" + ], + [ + "emp", + "er" + ], + [ + "is", + "Empty" + ], + [ + "▁U", + "nit" + ], + [ + "▁Un", + "it" + ], + [ + "▁", + "Unit" + ], + [ + "IN", + "TER" + ], + [ + "INT", + "ER" + ], + [ + "INTE", + "R" + ], + [ + "et", + "he" + ], + [ + "eth", + "e" + ], + [ + "e", + "the" + ], + [ + "z", + "d" + ], + [ + "CU", + "R" + ], + [ + "C", + "UR" + ], + [ + "▁v", + "m" + ], + [ + "▁", + "vm" + ], + [ + "con", + "v" + ], + [ + "co", + "nv" + ], + [ + "ro", + "pol" + ], + [ + "rop", + "ol" + ], + [ + "r", + "opol" + ], + [ + "▁Co", + "ast" + ], + [ + "▁S", + "elect" + ], + [ + "▁Se", + "lect" + ], + [ + "▁Sel", + "ect" + ], + [ + "▁", + "Select" + ], + [ + "▁бы", + "ла" + ], + [ + "▁был", + "а" + ], + [ + "▁V", + "e" + ], + [ + "ow", + "y" + ], + [ + "o", + "wy" + ], + [ + "▁my", + "th" + ], + [ + "ce", + "ptions" + ], + [ + "ception", + "s" + ], + [ + "cept", + "ions" + ], + [ + "class", + "es" + ], + [ + "▁w", + "orden" + ], + [ + "▁wor", + "den" + ], + [ + "▁word", + "en" + ], + [ + "▁ass", + "ault" + ], + [ + "▁d", + "ual" + ], + [ + "▁du", + "al" + ], + [ + "OR", + "K" + ], + [ + "▁in", + "ches" + ], + [ + "▁inc", + "hes" + ], + [ + "▁inch", + "es" + ], + [ + "▁F", + "A" + ], + [ + "▁", + "FA" + ], + [ + "▁St", + "ation" + ], + [ + "▁Stat", + "ion" + ], + [ + "▁", + "Station" + ], + [ + "▁person", + "ality" + ], + [ + "▁personal", + "ity" + ], + [ + "▁s", + "car" + ], + [ + "▁sc", + "ar" + ], + [ + "▁", + "scar" + ], + [ + "▁reg", + "ime" + ], + [ + "▁not", + "en" + ], + [ + "▁no", + "ten" + ], + [ + "▁note", + "n" + ], + [ + "▁r", + "ural" + ], + [ + "▁ru", + "ral" + ], + [ + "iz", + "a" + ], + [ + "i", + "za" + ], + [ + "Aud", + "io" + ], + [ + "A", + "udio" + ], + [ + "▁dis", + "put" + ], + [ + "▁disp", + "ut" + ], + [ + "▁a", + "ver" + ], + [ + "▁av", + "er" + ], + [ + "▁ave", + "r" + ], + [ + "▁", + "aver" + ], + [ + "▁o", + "bst" + ], + [ + "▁ob", + "st" + ], + [ + "▁obs", + "t" + ], + [ + "▁Reg", + "ion" + ], + [ + "▁", + "Region" + ], + [ + "ut", + "f" + ], + [ + "u", + "tf" + ], + [ + "▁C", + "ass" + ], + [ + "▁Cas", + "s" + ], + [ + "▁Ca", + "ss" + ], + [ + "hs", + "pace" + ], + [ + "h", + "space" + ], + [ + "▁sh", + "ipping" + ], + [ + "▁ship", + "ping" + ], + [ + "ik", + "o" + ], + [ + "i", + "ko" + ], + [ + "ic", + "ked" + ], + [ + "ick", + "ed" + ], + [ + "num", + "er" + ], + [ + "nu", + "mer" + ], + [ + "n", + "umer" + ], + [ + "д", + "на" + ], + [ + "ri", + "el" + ], + [ + "rie", + "l" + ], + [ + "r", + "iel" + ], + [ + "dis", + "abled" + ], + [ + "disable", + "d" + ], + [ + "op", + "ol" + ], + [ + "o", + "pol" + ], + [ + "lo", + "oking" + ], + [ + "look", + "ing" + ], + [ + "▁class", + "ical" + ], + [ + "▁classic", + "al" + ], + [ + "▁construct", + "ed" + ], + [ + "▁constru", + "cted" + ], + [ + "▁refer", + "enties" + ], + [ + "]", + "+" + ], + [ + "▁capt", + "ured" + ], + [ + "▁capture", + "d" + ], + [ + "▁min", + "imal" + ], + [ + "▁minim", + "al" + ], + [ + "▁mini", + "mal" + ], + [ + "▁s", + "ock" + ], + [ + "▁so", + "ck" + ], + [ + "▁soc", + "k" + ], + [ + "▁", + "sock" + ], + [ + "fa", + "ther" + ], + [ + "f", + "ather" + ], + [ + "is", + "ión" + ], + [ + "isi", + "ón" + ], + [ + "▁equ", + "ally" + ], + [ + "▁equal", + "ly" + ], + [ + "▁eq", + "ually" + ], + [ + "▁red", + "uction" + ], + [ + "▁redu", + "ction" + ], + [ + "An", + "t" + ], + [ + "A", + "nt" + ], + [ + "ais", + "on" + ], + [ + "ai", + "son" + ], + [ + "a", + "ison" + ], + [ + "▁ar", + "gue" + ], + [ + "▁arg", + "ue" + ], + [ + "cir", + "cle" + ], + [ + "circ", + "le" + ], + [ + "▁t", + "oler" + ], + [ + "▁to", + "ler" + ], + [ + "}\"", + "," + ], + [ + "}", + "\"," + ], + [ + "▁prim", + "arily" + ], + [ + "us", + "al" + ], + [ + "usa", + "l" + ], + [ + "u", + "sal" + ], + [ + "▁al", + "gebra" + ], + [ + "▁gather", + "ed" + ], + [ + "▁Re", + "member" + ], + [ + "▁Rem", + "ember" + ], + [ + "_)", + ";" + ], + [ + "_", + ");" + ], + [ + "UT", + "E" + ], + [ + "U", + "TE" + ], + [ + "▁K", + "it" + ], + [ + "▁Ki", + "t" + ], + [ + "▁", + "Kit" + ], + [ + "S", + "y" + ], + [ + "HE", + "AD" + ], + [ + "▁re", + "cipe" + ], + [ + "▁rec", + "ipe" + ], + [ + "▁recip", + "e" + ], + [ + "▁sc", + "enario" + ], + [ + "▁scen", + "ario" + ], + [ + "▁Follow", + "ing" + ], + [ + "VA", + "R" + ], + [ + "V", + "AR" + ], + [ + "▁y", + "ard" + ], + [ + "▁ya", + "rd" + ], + [ + "▁", + "yard" + ], + [ + "▁st", + "ad" + ], + [ + "▁sta", + "d" + ], + [ + "▁", + "stad" + ], + [ + "*", + "(" + ], + [ + "▁valid", + "ate" + ], + [ + "▁", + "validate" + ], + [ + "DE", + "X" + ], + [ + "D", + "EX" + ], + [ + "▁commit", + "tee" + ], + [ + "▁t", + "emporary" + ], + [ + "▁tempor", + "ary" + ], + [ + "▁consequ", + "ences" + ], + [ + "▁consequence", + "s" + ], + [ + "▁égal", + "ement" + ], + [ + "кти", + "в" + ], + [ + "к", + "тив" + ], + [ + "▁r", + "a" + ], + [ + "▁", + "ra" + ], + [ + "▁dis", + "pl" + ], + [ + "▁di", + "spl" + ], + [ + "▁disp", + "l" + ], + [ + "▁app", + "s" + ], + [ + "▁ap", + "ps" + ], + [ + "▁", + "apps" + ], + [ + "▁Te", + "il" + ], + [ + "▁»", + "." + ], + [ + "▁", + "»." + ], + [ + "▁adopt", + "ed" + ], + [ + "ten", + "sor" + ], + [ + "t", + "ensor" + ], + [ + "▁fe", + "min" + ], + [ + "▁fem", + "in" + ], + [ + "▁м", + "ар" + ], + [ + "▁ма", + "р" + ], + [ + "ло", + "ги" + ], + [ + "te", + "ch" + ], + [ + "t", + "ech" + ], + [ + "▁R", + "ot" + ], + [ + "▁Ro", + "t" + ], + [ + "▁", + "Rot" + ], + [ + "▁kn", + "ees" + ], + [ + "▁kne", + "es" + ], + [ + "▁knee", + "s" + ], + [ + "ph", + "ys" + ], + [ + "phy", + "s" + ], + [ + "ow", + "ej" + ], + [ + "owe", + "j" + ], + [ + "▁Ox", + "ford" + ], + [ + "ан", + "д" + ], + [ + "а", + "нд" + ], + [ + "he", + "ll" + ], + [ + "hel", + "l" + ], + [ + "h", + "ell" + ], + [ + "ograf", + "ia" + ], + [ + "▁ex", + "posed" + ], + [ + "▁exp", + "osed" + ], + [ + "▁expos", + "ed" + ], + [ + "▁expose", + "d" + ], + [ + "kt", + "op" + ], + [ + "k", + "top" + ], + [ + "ob", + "y" + ], + [ + "o", + "by" + ], + [ + "lo", + "wer" + ], + [ + "low", + "er" + ], + [ + "l", + "ower" + ], + [ + "▁Se", + "nate" + ], + [ + "▁Sen", + "ate" + ], + [ + "▁s", + "word" + ], + [ + "▁sw", + "ord" + ], + [ + "▁swo", + "rd" + ], + [ + "Fl", + "ow" + ], + [ + "F", + "low" + ], + [ + "▁Un", + "fortunately" + ], + [ + "▁box", + "es" + ], + [ + "▁", + "boxes" + ], + [ + "▁cu", + "ando" + ], + [ + "▁pi", + "lot" + ], + [ + "▁pil", + "ot" + ], + [ + "▁Al", + "bum" + ], + [ + "▁Alb", + "um" + ], + [ + "B", + "al" + ], + [ + "So", + "rt" + ], + [ + "S", + "ort" + ], + [ + "FI", + "ELD" + ], + [ + "▁de", + "sert" + ], + [ + "▁des", + "ert" + ], + [ + "CO", + "MM" + ], + [ + "COM", + "M" + ], + [ + "ro", + "ns" + ], + [ + "ron", + "s" + ], + [ + "r", + "ons" + ], + [ + "ad", + "ows" + ], + [ + "ado", + "ws" + ], + [ + "adow", + "s" + ], + [ + "▁l", + "oyal" + ], + [ + "▁lo", + "yal" + ], + [ + "▁as", + "set" + ], + [ + "▁ass", + "et" + ], + [ + "▁", + "asset" + ], + [ + "▁m", + "ud" + ], + [ + "▁mu", + "d" + ], + [ + "ф", + "а" + ], + [ + "▁second", + "ary" + ], + [ + "▁", + "secondary" + ], + [ + "▁А", + "р" + ], + [ + "▁c", + "ul" + ], + [ + "▁cu", + "l" + ], + [ + "▁", + "cul" + ], + [ + "▁As", + "ian" + ], + [ + "▁Asia", + "n" + ], + [ + "▁stay", + "ing" + ], + [ + "▁sta", + "ying" + ], + [ + "▁data", + "set" + ], + [ + "▁dat", + "aset" + ], + [ + "▁", + "dataset" + ], + [ + "▁U", + "SE" + ], + [ + "▁US", + "E" + ], + [ + "▁", + "USE" + ], + [ + "▁l", + "oves" + ], + [ + "▁lo", + "ves" + ], + [ + "▁love", + "s" + ], + [ + "▁lov", + "es" + ], + [ + "▁vel", + "ocity" + ], + [ + "▁veloc", + "ity" + ], + [ + "á", + "v" + ], + [ + "▁purch", + "ased" + ], + [ + "▁purchase", + "d" + ], + [ + "SO", + "C" + ], + [ + "S", + "OC" + ], + [ + "▁compet", + "itive" + ], + [ + "▁Foot", + "ball" + ], + [ + "is", + "ka" + ], + [ + "isk", + "a" + ], + [ + "i", + "ska" + ], + [ + "▁kn", + "ock" + ], + [ + "st", + "airs" + ], + [ + "sta", + "irs" + ], + [ + "az", + "y" + ], + [ + "a", + "zy" + ], + [ + "▁v", + "end" + ], + [ + "▁ve", + "nd" + ], + [ + "▁ven", + "d" + ], + [ + "▁ar", + "ts" + ], + [ + "▁art", + "s" + ], + [ + "▁", + "arts" + ], + [ + "▁B", + "ras" + ], + [ + "▁Br", + "as" + ], + [ + "▁Bra", + "s" + ], + [ + "ue", + "la" + ], + [ + "uel", + "a" + ], + [ + "u", + "ela" + ], + [ + "кт", + "о" + ], + [ + "к", + "то" + ], + [ + "tr", + "im" + ], + [ + "tri", + "m" + ], + [ + "t", + "rim" + ], + [ + "▁d", + "irty" + ], + [ + "▁dir", + "ty" + ], + [ + "▁dirt", + "y" + ], + [ + "▁", + "dirty" + ], + [ + "▁webs", + "ites" + ], + [ + "▁website", + "s" + ], + [ + "▁In", + "dep" + ], + [ + "▁Ind", + "ep" + ], + [ + "▁с", + "тра" + ], + [ + "▁ст", + "ра" + ], + [ + "▁", + "стра" + ], + [ + "s", + "r" + ], + [ + "▁t", + "icket" + ], + [ + "▁tick", + "et" + ], + [ + "at", + "ile" + ], + [ + "ati", + "le" + ], + [ + "a", + "tile" + ], + [ + "▁implement", + "ed" + ], + [ + "▁вре", + "мя" + ], + [ + "▁bo", + "wl" + ], + [ + "▁bow", + "l" + ], + [ + "DA", + "TE" + ], + [ + "DAT", + "E" + ], + [ + "D", + "ATE" + ], + [ + "▁al", + "ter" + ], + [ + "▁alt", + "er" + ], + [ + "▁", + "alter" + ], + [ + "▁S", + "pace" + ], + [ + "▁Sp", + "ace" + ], + [ + "▁", + "Space" + ], + [ + "▁accom", + "pan" + ], + [ + "▁accomp", + "an" + ], + [ + "or", + "don" + ], + [ + "ord", + "on" + ], + [ + "▁do", + "ctors" + ], + [ + "▁doctor", + "s" + ], + [ + "ist", + "as" + ], + [ + "ista", + "s" + ], + [ + "C", + "ast" + ], + [ + "до", + "м" + ], + [ + "CT", + "L" + ], + [ + "C", + "TL" + ], + [ + "ur", + "ers" + ], + [ + "ure", + "rs" + ], + [ + "urer", + "s" + ], + [ + "▁ingred", + "ients" + ], + [ + "▁calcul", + "ated" + ], + [ + "▁calculate", + "d" + ], + [ + "▁calc", + "ulated" + ], + [ + "▁le", + "ather" + ], + [ + "▁s", + "ensitive" + ], + [ + "▁sens", + "itive" + ], + [ + "▁sus", + "pic" + ], + [ + "▁susp", + "ic" + ], + [ + "st", + "an" + ], + [ + "sta", + "n" + ], + [ + "s", + "tan" + ], + [ + "▁an", + "ni" + ], + [ + "▁ann", + "i" + ], + [ + "▁", + "anni" + ], + [ + "aw", + "ait" + ], + [ + "awa", + "it" + ], + [ + "a", + "wait" + ], + [ + "▁Fr", + "anç" + ], + [ + "▁Fran", + "ç" + ], + [ + "▁ab", + "ort" + ], + [ + "▁", + "abort" + ], + [ + "▁Sp", + "irit" + ], + [ + "▁W", + "alter" + ], + [ + "▁Wal", + "ter" + ], + [ + "▁Walt", + "er" + ], + [ + "un", + "kt" + ], + [ + "unk", + "t" + ], + [ + "▁vert", + "ical" + ], + [ + "▁", + "vertical" + ], + [ + "OR", + "S" + ], + [ + "O", + "RS" + ], + [ + "be", + "st" + ], + [ + "bes", + "t" + ], + [ + "b", + "est" + ], + [ + "▁Cl", + "ient" + ], + [ + "▁", + "Client" + ], + [ + "it", + "ated" + ], + [ + "ita", + "ted" + ], + [ + "itate", + "d" + ], + [ + "itat", + "ed" + ], + [ + "▁в", + "а" + ], + [ + "▁", + "ва" + ], + [ + "▁", + "Č" + ], + [ + "▁v", + "ille" + ], + [ + "▁vi", + "lle" + ], + [ + "▁vill", + "e" + ], + [ + "▁vil", + "le" + ], + [ + "▁", + "ville" + ], + [ + "▁di", + "plom" + ], + [ + "or", + "ne" + ], + [ + "orn", + "e" + ], + [ + "▁b", + "ars" + ], + [ + "▁bar", + "s" + ], + [ + "▁ba", + "rs" + ], + [ + "▁", + "bars" + ], + [ + "U", + "ri" + ], + [ + "AP", + "TER" + ], + [ + "pon", + "s" + ], + [ + "po", + "ns" + ], + [ + "p", + "ons" + ], + [ + "ut", + "z" + ], + [ + "u", + "tz" + ], + [ + "Pro", + "to" + ], + [ + "Pr", + "oto" + ], + [ + "▁st", + "ir" + ], + [ + "▁ц", + "е" + ], + [ + "▁", + "це" + ], + [ + "▁pr", + "imer" + ], + [ + "▁prim", + "er" + ], + [ + "▁pri", + "mer" + ], + [ + "▁prime", + "r" + ], + [ + "ig", + "ible" + ], + [ + "igi", + "ble" + ], + [ + "ex", + "tra" + ], + [ + "ext", + "ra" + ], + [ + "extr", + "a" + ], + [ + "▁Bo", + "oks" + ], + [ + "▁Book", + "s" + ], + [ + "▁B", + "os" + ], + [ + "▁Bo", + "s" + ], + [ + "▁E", + "t" + ], + [ + "▁W", + "elt" + ], + [ + "▁We", + "lt" + ], + [ + "▁Wel", + "t" + ], + [ + "▁Kore", + "a" + ], + [ + "▁Ko", + "rea" + ], + [ + "▁Kor", + "ea" + ], + [ + "ри", + "то" + ], + [ + "р", + "ито" + ], + [ + "▁v", + "ibr" + ], + [ + "▁vi", + "br" + ], + [ + "S", + "elf" + ], + [ + "line", + "ar" + ], + [ + "lin", + "ear" + ], + [ + "о", + "б" + ], + [ + "▁L", + "ang" + ], + [ + "▁La", + "ng" + ], + [ + "▁Lan", + "g" + ], + [ + "▁", + "Lang" + ], + [ + "▁de", + "eper" + ], + [ + "▁deep", + "er" + ], + [ + "▁term", + "in" + ], + [ + "▁ter", + "min" + ], + [ + "▁", + "termin" + ], + [ + "en", + "schaft" + ], + [ + "ens", + "chaft" + ], + [ + "ensch", + "aft" + ], + [ + "▁ро", + "ці" + ], + [ + "am", + "med" + ], + [ + "amm", + "ed" + ], + [ + "vis", + "ible" + ], + [ + "v", + "isible" + ], + [ + "▁IO", + "Exception" + ], + [ + "▁", + "IOException" + ], + [ + "▁W", + "ind" + ], + [ + "▁Win", + "d" + ], + [ + "▁Wi", + "nd" + ], + [ + "us", + "qu" + ], + [ + "▁S", + "top" + ], + [ + "▁St", + "op" + ], + [ + "▁Sto", + "p" + ], + [ + "▁", + "Stop" + ], + [ + "▁ор", + "га" + ], + [ + "IN", + "VALID" + ], + [ + "INVAL", + "ID" + ], + [ + "▁c", + "ub" + ], + [ + "▁cu", + "b" + ], + [ + "▁j", + "ew" + ], + [ + "▁je", + "w" + ], + [ + "▁cap", + "tain" + ], + [ + "▁capt", + "ain" + ], + [ + "з", + "і" + ], + [ + "ch", + "unk" + ], + [ + "apt", + "ure" + ], + [ + "ash", + "board" + ], + [ + "▁div", + "ided" + ], + [ + "▁divid", + "ed" + ], + [ + "▁divide", + "d" + ], + [ + "▁ext", + "ensive" + ], + [ + "▁extens", + "ive" + ], + [ + "▁s", + "uffer" + ], + [ + "▁suff", + "er" + ], + [ + "▁he", + "ading" + ], + [ + "▁head", + "ing" + ], + [ + "▁", + "heading" + ], + [ + "cre", + "ated" + ], + [ + "create", + "d" + ], + [ + "creat", + "ed" + ], + [ + "c", + "reated" + ], + [ + "▁quiet", + "ly" + ], + [ + "▁n", + "y" + ], + [ + "▁", + "ny" + ], + [ + "▁по", + "л" + ], + [ + "▁", + "пол" + ], + [ + "\"", + "+" + ], + [ + "ik", + "an" + ], + [ + "ika", + "n" + ], + [ + "i", + "kan" + ], + [ + "▁design", + "s" + ], + [ + "z", + "u" + ], + [ + "}+", + "\\" + ], + [ + "}", + "+\\" + ], + [ + "Oper", + "ator" + ], + [ + "▁Le", + "mma" + ], + [ + "▁Lem", + "ma" + ], + [ + "▁на", + "у" + ], + [ + "ac", + "ji" + ], + [ + "ло", + "ве" + ], + [ + "лов", + "е" + ], + [ + "Serv", + "let" + ], + [ + "▁K", + "evin" + ], + [ + "▁Ke", + "vin" + ], + [ + "st", + "age" + ], + [ + "sta", + "ge" + ], + [ + "b", + "n" + ], + [ + "text", + "width" + ], + [ + "fa", + "iled" + ], + [ + "fail", + "ed" + ], + [ + "f", + "ailed" + ], + [ + "▁St", + "aff" + ], + [ + "▁Sta", + "ff" + ], + [ + "▁e", + "nem" + ], + [ + "▁en", + "em" + ], + [ + "un", + "de" + ], + [ + "und", + "e" + ], + [ + "u", + "nde" + ], + [ + "ен", + "ь" + ], + [ + "е", + "нь" + ], + [ + "Pack", + "et" + ], + [ + "P", + "acket" + ], + [ + "▁A", + "ls" + ], + [ + "▁Al", + "s" + ], + [ + "ka", + "r" + ], + [ + "k", + "ar" + ], + [ + "][", + "'" + ], + [ + "]", + "['" + ], + [ + "ke", + "d" + ], + [ + "k", + "ed" + ], + [ + "Per", + "s" + ], + [ + "Pe", + "rs" + ], + [ + "P", + "ers" + ], + [ + ">:", + ":" + ], + [ + ">", + "::" + ], + [ + "▁a", + "rc" + ], + [ + "▁ar", + "c" + ], + [ + "▁", + "arc" + ], + [ + "▁sy", + "nt" + ], + [ + "▁syn", + "t" + ], + [ + "SP", + "E" + ], + [ + "S", + "PE" + ], + [ + "▁Д", + "а" + ], + [ + "▁M", + "i" + ], + [ + "▁M", + "oh" + ], + [ + "▁Mo", + "h" + ], + [ + "▁De", + "ath" + ], + [ + "b", + "rowser" + ], + [ + "▁D", + "ave" + ], + [ + "▁Dav", + "e" + ], + [ + "▁Da", + "ve" + ], + [ + "▁s", + "ucc" + ], + [ + "▁su", + "cc" + ], + [ + "▁suc", + "c" + ], + [ + "t", + "oggle" + ], + [ + "▁t", + "ack" + ], + [ + "▁ta", + "ck" + ], + [ + "Com", + "ment" + ], + [ + "Comm", + "ent" + ], + [ + "er", + "on" + ], + [ + "ero", + "n" + ], + [ + "e", + "ron" + ], + [ + "▁aware", + "ness" + ], + [ + "▁h", + "ug" + ], + [ + "▁cont", + "emporary" + ], + [ + "▁contempor", + "ary" + ], + [ + "ul", + "ating" + ], + [ + "ula", + "ting" + ], + [ + "▁T", + "itle" + ], + [ + "▁Tit", + "le" + ], + [ + "▁Ti", + "tle" + ], + [ + "▁", + "Title" + ], + [ + "▁TH", + "IS" + ], + [ + "hav", + "ior" + ], + [ + "ran", + "k" + ], + [ + "r", + "ank" + ], + [ + "▁do", + "zen" + ], + [ + "▁che", + "ese" + ], + [ + "co", + "ln" + ], + [ + "col", + "n" + ], + [ + "▁rad", + "ius" + ], + [ + "▁radi", + "us" + ], + [ + "▁", + "radius" + ], + [ + "▁dim", + "ensions" + ], + [ + "▁dimension", + "s" + ], + [ + "rodu", + "ction" + ], + [ + "rod", + "uction" + ], + [ + "▁ad", + "ds" + ], + [ + "▁add", + "s" + ], + [ + "▁house", + "hold" + ], + [ + "▁D", + "avis" + ], + [ + "▁Dav", + "is" + ], + [ + "▁Da", + "vis" + ], + [ + "pk", + "g" + ], + [ + "p", + "kg" + ], + [ + "{", + "$" + ], + [ + "▁cas", + "ino" + ], + [ + "▁P", + "ierre" + ], + [ + "▁Pier", + "re" + ], + [ + "▁Pi", + "erre" + ], + [ + "▁object", + "ive" + ], + [ + "tr", + "ain" + ], + [ + "tra", + "in" + ], + [ + "▁Mich", + "igan" + ], + [ + "pay", + "load" + ], + [ + "▁r", + "ug" + ], + [ + "▁ru", + "g" + ], + [ + "▁", + "rug" + ], + [ + "▁se", + "vere" + ], + [ + "▁sever", + "e" + ], + [ + "me", + "an" + ], + [ + "▁t", + "oss" + ], + [ + "▁to", + "ss" + ], + [ + "▁embar", + "rass" + ], + [ + "▁V", + "ery" + ], + [ + "▁Ver", + "y" + ], + [ + "▁Ve", + "ry" + ], + [ + "▁", + "Very" + ], + [ + "▁appe", + "al" + ], + [ + "▁Com", + "put" + ], + [ + "▁Comp", + "ut" + ], + [ + "▁", + "Comput" + ], + [ + "▁forgot", + "ten" + ], + [ + "▁k", + "ernel" + ], + [ + "▁ker", + "nel" + ], + [ + "▁", + "kernel" + ], + [ + "▁car", + "bon" + ], + [ + "▁carb", + "on" + ], + [ + "f", + "w" + ], + [ + "▁С", + "у" + ], + [ + "▁Emp", + "ire" + ], + [ + "▁qu", + "ote" + ], + [ + "▁quot", + "e" + ], + [ + "▁", + "quote" + ], + [ + "et", + "z" + ], + [ + "e", + "tz" + ], + [ + "▁m", + "ini" + ], + [ + "▁min", + "i" + ], + [ + "▁mi", + "ni" + ], + [ + "▁p", + "ipe" + ], + [ + "▁pi", + "pe" + ], + [ + "▁pip", + "e" + ], + [ + "▁", + "pipe" + ], + [ + "▁n", + "ous" + ], + [ + "▁no", + "us" + ], + [ + "▁nou", + "s" + ], + [ + "▁M", + "ove" + ], + [ + "▁Mo", + "ve" + ], + [ + "▁Mov", + "e" + ], + [ + "▁", + "Move" + ], + [ + "▁д", + "у" + ], + [ + "▁", + "ду" + ], + [ + "▁nerv", + "ous" + ], + [ + "▁М", + "ар" + ], + [ + "▁Ма", + "р" + ], + [ + "*", + "\r" + ], + [ + "▁B", + "ush" + ], + [ + "▁Bus", + "h" + ], + [ + "▁Bu", + "sh" + ], + [ + "▁pe", + "er" + ], + [ + "▁", + "peer" + ], + [ + "▁W", + "rit" + ], + [ + "▁Wr", + "it" + ], + [ + "▁", + "Writ" + ], + [ + "▁satisf", + "ied" + ], + [ + "▁pull", + "ing" + ], + [ + "▁pul", + "ling" + ], + [ + "▁P", + "ur" + ], + [ + "▁Pu", + "r" + ], + [ + "▁M", + "iller" + ], + [ + "▁Mil", + "ler" + ], + [ + "▁Mill", + "er" + ], + [ + "▁F", + "L" + ], + [ + "▁", + "FL" + ], + [ + "am", + "az" + ], + [ + "ama", + "z" + ], + [ + "a", + "maz" + ], + [ + "▁m", + "ile" + ], + [ + "▁mil", + "e" + ], + [ + "▁mi", + "le" + ], + [ + "▁", + "mile" + ], + [ + "▁N", + "eed" + ], + [ + "▁Ne", + "ed" + ], + [ + "▁", + "Need" + ], + [ + "▁sup", + "plies" + ], + [ + "▁a", + "ño" + ], + [ + "▁p", + "ace" + ], + [ + "▁pa", + "ce" + ], + [ + "▁pac", + "e" + ], + [ + "▁", + "pace" + ], + [ + "▁Vict", + "oria" + ], + [ + "▁Victor", + "ia" + ], + [ + "▁ou", + "ght" + ], + [ + "▁", + "ought" + ], + [ + "▁P", + "layer" + ], + [ + "▁Pl", + "ayer" + ], + [ + "▁Play", + "er" + ], + [ + "▁", + "Player" + ], + [ + "agnost", + "ic" + ], + [ + "▁v", + "iv" + ], + [ + "▁vi", + "v" + ], + [ + "▁", + "viv" + ], + [ + "▁Pat", + "rick" + ], + [ + "▁Patri", + "ck" + ], + [ + "▁", + "Š" + ], + [ + "▁St", + "ory" + ], + [ + "▁Sto", + "ry" + ], + [ + "ac", + "a" + ], + [ + "a", + "ca" + ], + [ + "▁mount", + "ains" + ], + [ + "▁mountain", + "s" + ], + [ + "CL", + "ASS" + ], + [ + "▁fr", + "agment" + ], + [ + "▁frag", + "ment" + ], + [ + "▁", + "fragment" + ], + [ + "▁sett", + "lement" + ], + [ + "▁settle", + "ment" + ], + [ + "▁Further", + "more" + ], + [ + "▁dr", + "ivers" + ], + [ + "▁dri", + "vers" + ], + [ + "▁driv", + "ers" + ], + [ + "▁drive", + "rs" + ], + [ + "▁driver", + "s" + ], + [ + "▁J", + "u" + ], + [ + "▁бы", + "ли" + ], + [ + "▁был", + "и" + ], + [ + "Row", + "s" + ], + [ + "Ro", + "ws" + ], + [ + "R", + "ows" + ], + [ + "▁im", + "pression" + ], + [ + "▁imp", + "ression" + ], + [ + "▁impress", + "ion" + ], + [ + "▁in", + "fer" + ], + [ + "▁inf", + "er" + ], + [ + "▁Ex", + "pl" + ], + [ + "▁Exp", + "l" + ], + [ + "ol", + "ute" + ], + [ + "olut", + "e" + ], + [ + "olu", + "te" + ], + [ + "ov", + "an" + ], + [ + "ova", + "n" + ], + [ + "o", + "van" + ], + [ + "ar", + "ance" + ], + [ + "aran", + "ce" + ], + [ + "CA", + "P" + ], + [ + "C", + "AP" + ], + [ + "▁en", + "force" + ], + [ + "▁B", + "urn" + ], + [ + "▁Bur", + "n" + ], + [ + "▁Bu", + "rn" + ], + [ + "Res", + "et" + ], + [ + "Re", + "set" + ], + [ + "mo", + "ther" + ], + [ + "mot", + "her" + ], + [ + "m", + "other" + ], + [ + "▁B", + "attle" + ], + [ + "▁Bat", + "tle" + ], + [ + "▁Batt", + "le" + ], + [ + "▁", + "Battle" + ], + [ + "pad", + "ding" + ], + [ + "p", + "adding" + ], + [ + "ia", + "te" + ], + [ + "iat", + "e" + ], + [ + "i", + "ate" + ], + [ + "▁c", + "ried" + ], + [ + "▁cr", + "ied" + ], + [ + "▁cri", + "ed" + ], + [ + "A", + "K" + ], + [ + "un", + "s" + ], + [ + "u", + "ns" + ], + [ + "▁siè", + "cle" + ], + [ + "▁Cont", + "in" + ], + [ + "▁", + "Contin" + ], + [ + "ban", + "k" + ], + [ + "b", + "ank" + ], + [ + "ju", + "nit" + ], + [ + "j", + "unit" + ], + [ + "object", + "s" + ], + [ + "Ro", + "t" + ], + [ + "R", + "ot" + ], + [ + "is", + "sa" + ], + [ + "iss", + "a" + ], + [ + "▁be", + "gun" + ], + [ + "▁beg", + "un" + ], + [ + "*", + "-" + ], + [ + "▁vis", + "iting" + ], + [ + "▁visit", + "ing" + ], + [ + "ж", + "де" + ], + [ + "▁target", + "s" + ], + [ + "▁tar", + "gets" + ], + [ + "▁L", + "atin" + ], + [ + "▁Lat", + "in" + ], + [ + "у", + "т" + ], + [ + "▁E", + "sc" + ], + [ + "▁Es", + "c" + ], + [ + "*", + ";" + ], + [ + "ån", + "g" + ], + [ + "å", + "ng" + ], + [ + "▁(", + "{" + ], + [ + "▁", + "({" + ], + [ + "▁di", + "agram" + ], + [ + "▁dia", + "gram" + ], + [ + "Mod", + "els" + ], + [ + "Model", + "s" + ], + [ + "Mode", + "ls" + ], + [ + "▁part", + "nership" + ], + [ + "▁partner", + "ship" + ], + [ + "▁partners", + "hip" + ], + [ + "▁fr", + "ån" + ], + [ + "ul", + "ty" + ], + [ + "ult", + "y" + ], + [ + "Po", + "d" + ], + [ + "P", + "od" + ], + [ + "CA", + "LL" + ], + [ + "CAL", + "L" + ], + [ + "C", + "ALL" + ], + [ + "mod", + "al" + ], + [ + "mo", + "dal" + ], + [ + "si", + "g" + ], + [ + "s", + "ig" + ], + [ + "it", + "zer" + ], + [ + "itz", + "er" + ], + [ + "it", + "el" + ], + [ + "ite", + "l" + ], + [ + "▁convin", + "ced" + ], + [ + "▁convince", + "d" + ], + [ + "ab", + "l" + ], + [ + "a", + "bl" + ], + [ + "ст", + "ве" + ], + [ + "ств", + "е" + ], + [ + "▁c", + "ot" + ], + [ + "▁co", + "t" + ], + [ + "▁re", + "peat" + ], + [ + "▁repe", + "at" + ], + [ + "▁", + "repeat" + ], + [ + "▁l", + "ists" + ], + [ + "▁li", + "sts" + ], + [ + "▁list", + "s" + ], + [ + "▁", + "lists" + ], + [ + "so", + "und" + ], + [ + "s", + "ound" + ], + [ + "▁r", + "oyal" + ], + [ + "▁ro", + "yal" + ], + [ + "▁gr", + "ace" + ], + [ + "▁gra", + "ce" + ], + [ + "▁o", + "raz" + ], + [ + "▁or", + "az" + ], + [ + "Not", + "ification" + ], + [ + "pr", + "ite" + ], + [ + "prit", + "e" + ], + [ + "p", + "rite" + ], + [ + "▁arriv", + "al" + ], + [ + "▁arr", + "ival" + ], + [ + "an", + "cell" + ], + [ + "ance", + "ll" + ], + [ + "anc", + "ell" + ], + [ + "ancel", + "l" + ], + [ + "hent", + "ic" + ], + [ + "de", + "code" + ], + [ + "dec", + "ode" + ], + [ + "▁fant", + "astic" + ], + [ + "pro", + "gress" + ], + [ + "pro", + "xy" + ], + [ + "pr", + "oxy" + ], + [ + "z", + "ő" + ], + [ + "ke", + "l" + ], + [ + "k", + "el" + ], + [ + "▁conven", + "ient" + ], + [ + "aqu", + "e" + ], + [ + "a", + "que" + ], + [ + "ri", + "et" + ], + [ + "rie", + "t" + ], + [ + "r", + "iet" + ], + [ + "▁Dig", + "ital" + ], + [ + "io", + "rs" + ], + [ + "ior", + "s" + ], + [ + "i", + "ors" + ], + [ + "▁B", + "udd" + ], + [ + "▁Bud", + "d" + ], + [ + "▁Bu", + "dd" + ], + [ + "and", + "ra" + ], + [ + "ad", + "dy" + ], + [ + "add", + "y" + ], + [ + "▁o", + "vers" + ], + [ + "▁over", + "s" + ], + [ + "▁ov", + "ers" + ], + [ + "▁consum", + "ers" + ], + [ + "▁consumer", + "s" + ], + [ + "▁consume", + "rs" + ], + [ + "p", + "n" + ], + [ + "mo", + "use" + ], + [ + "m", + "ouse" + ], + [ + "▁B", + "C" + ], + [ + "▁", + "BC" + ], + [ + "de", + "g" + ], + [ + "d", + "eg" + ], + [ + "pe", + "rm" + ], + [ + "per", + "m" + ], + [ + "p", + "erm" + ], + [ + "it", + "és" + ], + [ + "ité", + "s" + ], + [ + "▁и", + "спо" + ], + [ + "▁ис", + "по" + ], + [ + "he", + "ast" + ], + [ + "h", + "east" + ], + [ + "ho", + "ur" + ], + [ + "hou", + "r" + ], + [ + "h", + "our" + ], + [ + "PAR", + "AM" + ], + [ + "con", + "scious" + ], + [ + "▁w", + "ing" + ], + [ + "▁win", + "g" + ], + [ + "▁", + "wing" + ], + [ + "▁atmos", + "phere" + ], + [ + "▁g", + "ig" + ], + [ + "▁gi", + "g" + ], + [ + "▁con", + "tre" + ], + [ + "▁cont", + "re" + ], + [ + "▁contr", + "e" + ], + [ + "▁dr", + "ama" + ], + [ + "▁dram", + "a" + ], + [ + "я", + "т" + ], + [ + "▁Fr", + "ont" + ], + [ + "▁Fro", + "nt" + ], + [ + "▁", + "Front" + ], + [ + "▁philosoph", + "y" + ], + [ + "▁H", + "art" + ], + [ + "▁Har", + "t" + ], + [ + "▁Ha", + "rt" + ], + [ + "▁n", + "urs" + ], + [ + "▁nu", + "rs" + ], + [ + "▁nur", + "s" + ], + [ + "ur", + "as" + ], + [ + "ura", + "s" + ], + [ + "u", + "ras" + ], + [ + "▁T", + "ru" + ], + [ + "▁Tr", + "u" + ], + [ + "▁s", + "ud" + ], + [ + "▁su", + "d" + ], + [ + "▁per", + "forming" + ], + [ + "▁perform", + "ing" + ], + [ + "п", + "ы" + ], + [ + "▁conf", + "used" + ], + [ + "▁che", + "cks" + ], + [ + "▁check", + "s" + ], + [ + "am", + "t" + ], + [ + "a", + "mt" + ], + [ + "Ma", + "ke" + ], + [ + "M", + "ake" + ], + [ + "▁R", + "O" + ], + [ + "▁", + "RO" + ], + [ + "▁d", + "f" + ], + [ + "▁", + "df" + ], + [ + "iz", + "ations" + ], + [ + "ization", + "s" + ], + [ + "▁deg", + "li" + ], + [ + "▁architect", + "ure" + ], + [ + "Render", + "er" + ], + [ + "▁Л", + "а" + ], + [ + "▁p", + "tr" + ], + [ + "▁pt", + "r" + ], + [ + "▁", + "ptr" + ], + [ + "▁die", + "ser" + ], + [ + "▁dies", + "er" + ], + [ + "▁diese", + "r" + ], + [ + "sub", + "mit" + ], + [ + "▁top", + "ics" + ], + [ + "▁topic", + "s" + ], + [ + "▁princip", + "les" + ], + [ + "▁prin", + "ciples" + ], + [ + "▁principle", + "s" + ], + [ + "var", + "s" + ], + [ + "va", + "rs" + ], + [ + "v", + "ars" + ], + [ + "so", + "ck" + ], + [ + "soc", + "k" + ], + [ + "s", + "ock" + ], + [ + "▁ton", + "gue" + ], + [ + "▁tong", + "ue" + ], + [ + "▁percent", + "age" + ], + [ + "▁S", + "S" + ], + [ + "▁", + "SS" + ], + [ + "▁d", + "ol" + ], + [ + "▁do", + "l" + ], + [ + "▁r", + "ice" + ], + [ + "▁ri", + "ce" + ], + [ + "▁ric", + "e" + ], + [ + "▁", + "rice" + ], + [ + "í", + "o" + ], + [ + "▁E", + "astern" + ], + [ + "▁East", + "ern" + ], + [ + "▁Easter", + "n" + ], + [ + "▁recogn", + "ition" + ], + [ + "▁E", + "rn" + ], + [ + "▁Er", + "n" + ], + [ + "▁U", + "t" + ], + [ + "▁", + "Ut" + ], + [ + "▁c", + "aut" + ], + [ + "▁ca", + "ut" + ], + [ + "▁Cl", + "oud" + ], + [ + "▁", + "Cloud" + ], + [ + "▁con", + "version" + ], + [ + "▁conv", + "ersion" + ], + [ + "▁convers", + "ion" + ], + [ + "▁Oh", + "io" + ], + [ + "▁M", + "E" + ], + [ + "▁", + "ME" + ], + [ + "▁sur", + "ely" + ], + [ + "▁sure", + "ly" + ], + [ + "▁g", + "ard" + ], + [ + "▁gar", + "d" + ], + [ + "▁ga", + "rd" + ], + [ + "pu", + "is" + ], + [ + "p", + "uis" + ], + [ + "▁u", + "rg" + ], + [ + "▁ur", + "g" + ], + [ + "▁", + "urg" + ], + [ + "im", + "i" + ], + [ + "i", + "mi" + ], + [ + "▁abs", + "ence" + ], + [ + "▁w", + "inner" + ], + [ + "▁win", + "ner" + ], + [ + "L", + "anguage" + ], + [ + "▁HT", + "TP" + ], + [ + "▁", + "HTTP" + ], + [ + "w", + "t" + ], + [ + "▁trans", + "lation" + ], + [ + "▁transl", + "ation" + ], + [ + "▁", + "translation" + ], + [ + "с", + "с" + ], + [ + "▁K", + "ind" + ], + [ + "▁Ki", + "nd" + ], + [ + "▁Kin", + "d" + ], + [ + "▁", + "Kind" + ], + [ + "Tw", + "o" + ], + [ + "T", + "wo" + ], + [ + "▁Re", + "volution" + ], + [ + "▁Rev", + "olution" + ], + [ + "In", + "sert" + ], + [ + "Ins", + "ert" + ], + [ + "Ev", + "ery" + ], + [ + "E", + "very" + ], + [ + "or", + "ient" + ], + [ + "ori", + "ent" + ], + [ + "orie", + "nt" + ], + [ + "o", + "rient" + ], + [ + "▁т", + "ра" + ], + [ + "▁", + "тра" + ], + [ + "▁emot", + "ions" + ], + [ + "▁emotion", + "s" + ], + [ + "det", + "ails" + ], + [ + "detail", + "s" + ], + [ + "▁f", + "lu" + ], + [ + "▁fl", + "u" + ], + [ + "▁", + "flu" + ], + [ + "▁oper", + "ate" + ], + [ + "▁opera", + "te" + ], + [ + "A", + "g" + ], + [ + "un", + "ning" + ], + [ + "unn", + "ing" + ], + [ + "▁part", + "ie" + ], + [ + "▁parti", + "e" + ], + [ + "tr", + "i" + ], + [ + "t", + "ri" + ], + [ + "▁gold", + "en" + ], + [ + "▁gol", + "den" + ], + [ + "▁Б", + "и" + ], + [ + "▁found", + "ation" + ], + [ + "is", + "ten" + ], + [ + "ist", + "en" + ], + [ + "iste", + "n" + ], + [ + "i", + "sten" + ], + [ + "▁Car", + "los" + ], + [ + "▁Carl", + "os" + ], + [ + "▁Carlo", + "s" + ], + [ + "Child", + "ren" + ], + [ + "▁neigh", + "b" + ], + [ + "▁C", + "art" + ], + [ + "▁Car", + "t" + ], + [ + "▁Ca", + "rt" + ], + [ + "▁", + "Cart" + ], + [ + "Be", + "gin" + ], + [ + "B", + "egin" + ], + [ + "г", + "да" + ], + [ + "▁s", + "cheduled" + ], + [ + "▁schedule", + "d" + ], + [ + "▁schedul", + "ed" + ], + [ + "'", + ">" + ], + [ + "▁observ", + "ations" + ], + [ + "▁observation", + "s" + ], + [ + "▁produ", + "cer" + ], + [ + "▁produce", + "r" + ], + [ + "ath", + "ers" + ], + [ + "ather", + "s" + ], + [ + "a", + "thers" + ], + [ + "но", + "му" + ], + [ + "ном", + "у" + ], + [ + "▁expect", + "ations" + ], + [ + "▁expectation", + "s" + ], + [ + "os", + "o" + ], + [ + "o", + "so" + ], + [ + "z", + "h" + ], + [ + "mu", + "table" + ], + [ + "mut", + "able" + ], + [ + "▁wr", + "ites" + ], + [ + "▁writ", + "es" + ], + [ + "▁write", + "s" + ], + [ + "▁p", + "ushing" + ], + [ + "▁push", + "ing" + ], + [ + "▁se", + "ats" + ], + [ + "▁sea", + "ts" + ], + [ + "▁seat", + "s" + ], + [ + "▁br", + "east" + ], + [ + "▁bre", + "ast" + ], + [ + "ap", + "ing" + ], + [ + "api", + "ng" + ], + [ + "a", + "ping" + ], + [ + "▁Sim", + "ple" + ], + [ + "▁", + "Simple" + ], + [ + "▁s", + "ocket" + ], + [ + "▁soc", + "ket" + ], + [ + "▁sock", + "et" + ], + [ + "▁", + "socket" + ], + [ + "▁sl", + "ave" + ], + [ + "▁sla", + "ve" + ], + [ + "▁", + "slave" + ], + [ + "il", + "ey" + ], + [ + "ile", + "y" + ], + [ + "i", + "ley" + ], + [ + "▁ass", + "istant" + ], + [ + "▁assist", + "ant" + ], + [ + "▁t", + "rim" + ], + [ + "▁tr", + "im" + ], + [ + "▁tri", + "m" + ], + [ + "▁", + "trim" + ], + [ + "▁land", + "scape" + ], + [ + "▁landsc", + "ape" + ], + [ + "▁associ", + "ation" + ], + [ + "qu", + "ant" + ], + [ + "▁Pal", + "est" + ], + [ + "▁swe", + "at" + ], + [ + "en", + "gers" + ], + [ + "eng", + "ers" + ], + [ + "enge", + "rs" + ], + [ + "enger", + "s" + ], + [ + "?", + "_" + ], + [ + "é", + "p" + ], + [ + ">", + "." + ], + [ + "▁c", + "urious" + ], + [ + "▁cur", + "ious" + ], + [ + "▁Com", + "ponent" + ], + [ + "▁", + "Component" + ], + [ + "▁re", + "placement" + ], + [ + "▁repl", + "acement" + ], + [ + "▁replace", + "ment" + ], + [ + "ра", + "ль" + ], + [ + "рал", + "ь" + ], + [ + "р", + "аль" + ], + [ + "▁Tr", + "ack" + ], + [ + "▁Tra", + "ck" + ], + [ + "▁", + "Track" + ], + [ + "▁Re", + "move" + ], + [ + "▁Rem", + "ove" + ], + [ + "▁", + "Remove" + ], + [ + "▁S", + "ize" + ], + [ + "▁Si", + "ze" + ], + [ + "▁", + "Size" + ], + [ + "pe", + "ror" + ], + [ + "per", + "or" + ], + [ + "▁cal", + "culate" + ], + [ + "▁calcul", + "ate" + ], + [ + "▁calc", + "ulate" + ], + [ + "▁s", + "essions" + ], + [ + "▁session", + "s" + ], + [ + "▁type", + "d" + ], + [ + "▁typ", + "ed" + ], + [ + "▁ty", + "ped" + ], + [ + "▁sub", + "mit" + ], + [ + "▁subm", + "it" + ], + [ + "▁", + "submit" + ], + [ + "!!", + "!" + ], + [ + "!", + "!!" + ], + [ + "▁part", + "ition" + ], + [ + "▁", + "partition" + ], + [ + "ed", + "ing" + ], + [ + "edi", + "ng" + ], + [ + "e", + "ding" + ], + [ + "--", + "---" + ], + [ + "----", + "-" + ], + [ + "---", + "--" + ], + [ + "-", + "----" + ], + [ + "az", + "ioni" + ], + [ + "azi", + "oni" + ], + [ + "lie", + "ß" + ], + [ + "on", + "al" + ], + [ + "ona", + "l" + ], + [ + "o", + "nal" + ], + [ + "▁sh", + "ru" + ], + [ + "▁shr", + "u" + ], + [ + "▁RE", + "G" + ], + [ + "▁", + "REG" + ], + [ + "▁F", + "ac" + ], + [ + "▁Fa", + "c" + ], + [ + "▁", + "Fac" + ], + [ + "config", + "uration" + ], + [ + "▁бы", + "ло" + ], + [ + "▁был", + "о" + ], + [ + "▁A", + "mong" + ], + [ + "▁Am", + "ong" + ], + [ + "__", + ");" + ], + [ + "__)", + ";" + ], + [ + "_", + "_);" + ], + [ + "▁Ser", + "ver" + ], + [ + "▁Serv", + "er" + ], + [ + "▁", + "Server" + ], + [ + "▁L", + "OG" + ], + [ + "▁LO", + "G" + ], + [ + "▁", + "LOG" + ], + [ + "▁c", + "and" + ], + [ + "▁can", + "d" + ], + [ + "▁ca", + "nd" + ], + [ + "']", + ");" + ], + [ + "'])", + ";" + ], + [ + "'", + "]);" + ], + [ + "go", + "v" + ], + [ + "g", + "ov" + ], + [ + "▁S", + "ix" + ], + [ + "▁Si", + "x" + ], + [ + "un", + "defined" + ], + [ + "und", + "efined" + ], + [ + "undef", + "ined" + ], + [ + "▁t", + "y" + ], + [ + "▁", + "ty" + ], + [ + "as", + "a" + ], + [ + "a", + "sa" + ], + [ + "▁part", + "icles" + ], + [ + "▁partic", + "les" + ], + [ + "▁particle", + "s" + ], + [ + "▁parti", + "cles" + ], + [ + "▁ф", + "ор" + ], + [ + "▁фо", + "р" + ], + [ + "▁", + "фор" + ], + [ + "`", + "`" + ], + [ + "T", + "ube" + ], + [ + "el", + "and" + ], + [ + "ela", + "nd" + ], + [ + "e", + "land" + ], + [ + "fo", + "ld" + ], + [ + "fol", + "d" + ], + [ + "f", + "old" + ], + [ + "og", + "o" + ], + [ + "o", + "go" + ], + [ + "▁appro", + "aches" + ], + [ + "▁approach", + "es" + ], + [ + "on", + "da" + ], + [ + "ond", + "a" + ], + [ + "ag", + "r" + ], + [ + "a", + "gr" + ], + [ + ",", + "$" + ], + [ + "▁{", + "{" + ], + [ + "▁", + "{{" + ], + [ + "▁Mod", + "ern" + ], + [ + "▁Mo", + "dern" + ], + [ + "▁Mode", + "rn" + ], + [ + "▁W", + "inter" + ], + [ + "▁Win", + "ter" + ], + [ + "av", + "ailable" + ], + [ + "▁L", + "ud" + ], + [ + "▁Lu", + "d" + ], + [ + "▁c", + "asa" + ], + [ + "▁cas", + "a" + ], + [ + "▁ca", + "sa" + ], + [ + "▁C", + "ould" + ], + [ + "▁Co", + "uld" + ], + [ + "▁Cou", + "ld" + ], + [ + "▁", + "Could" + ], + [ + "▁fif", + "teen" + ], + [ + "▁pot", + "entially" + ], + [ + "▁potential", + "ly" + ], + [ + "^", + "^" + ], + [ + "▁se", + "it" + ], + [ + "▁sei", + "t" + ], + [ + "An", + "imation" + ], + [ + "Anim", + "ation" + ], + [ + "ко", + "го" + ], + [ + "к", + "ого" + ], + [ + "Z", + "one" + ], + [ + "el", + "if" + ], + [ + "eli", + "f" + ], + [ + "e", + "lif" + ], + [ + "▁acknow", + "led" + ], + [ + "▁own", + "ership" + ], + [ + "▁owner", + "ship" + ], + [ + "▁owners", + "hip" + ], + [ + "▁describ", + "es" + ], + [ + "▁describe", + "s" + ], + [ + "▁re", + "verse" + ], + [ + "▁revers", + "e" + ], + [ + "▁rever", + "se" + ], + [ + "▁", + "reverse" + ], + [ + "▁con", + "test" + ], + [ + "▁cont", + "est" + ], + [ + "▁sc", + "ored" + ], + [ + "▁score", + "d" + ], + [ + "▁op", + "posed" + ], + [ + "▁opp", + "osed" + ], + [ + "▁oppos", + "ed" + ], + [ + "fl", + "ex" + ], + [ + "f", + "lex" + ], + [ + "kr", + "e" + ], + [ + "k", + "re" + ], + [ + "▁mer", + "ge" + ], + [ + "▁", + "merge" + ], + [ + "▁cover", + "ing" + ], + [ + "▁cov", + "ering" + ], + [ + "▁hon", + "estly" + ], + [ + "▁honest", + "ly" + ], + [ + "▁M", + "ess" + ], + [ + "▁Me", + "ss" + ], + [ + "▁Mes", + "s" + ], + [ + "▁r", + "arely" + ], + [ + "▁rare", + "ly" + ], + [ + "▁incred", + "ible" + ], + [ + "it", + "age" + ], + [ + "ita", + "ge" + ], + [ + "▁vict", + "ims" + ], + [ + "▁victim", + "s" + ], + [ + "ны", + "ми" + ], + [ + "ным", + "и" + ], + [ + "w", + "l" + ], + [ + "iz", + "za" + ], + [ + "izz", + "a" + ], + [ + "i", + "zza" + ], + [ + "d", + "n" + ], + [ + "on", + "de" + ], + [ + "ond", + "e" + ], + [ + "o", + "nde" + ], + [ + "▁pr", + "zy" + ], + [ + "▁prz", + "y" + ], + [ + "▁HT", + "ML" + ], + [ + "▁", + "HTML" + ], + [ + "▁pay", + "load" + ], + [ + "▁", + "payload" + ], + [ + "Bu", + "s" + ], + [ + "B", + "us" + ], + [ + "us", + "b" + ], + [ + "u", + "sb" + ], + [ + "F", + "n" + ], + [ + "▁display", + "ed" + ], + [ + "▁o", + "cean" + ], + [ + "▁A", + "venue" + ], + [ + "▁Av", + "enue" + ], + [ + "ac", + "ion" + ], + [ + "aci", + "on" + ], + [ + "acio", + "n" + ], + [ + "gh", + "an" + ], + [ + "g", + "han" + ], + [ + "met", + "ric" + ], + [ + "m", + "etric" + ], + [ + "ie", + "ties" + ], + [ + "iet", + "ies" + ], + [ + "▁attract", + "ive" + ], + [ + "▁attr", + "active" + ], + [ + "▁f", + "ö" + ], + [ + "▁", + "fö" + ], + [ + "C", + "reat" + ], + [ + "ver", + "ter" + ], + [ + "vert", + "er" + ], + [ + "▁Al", + "ice" + ], + [ + "▁Ali", + "ce" + ], + [ + "по", + "л" + ], + [ + "▁f", + "raction" + ], + [ + "▁fr", + "action" + ], + [ + "▁fra", + "ction" + ], + [ + "▁fract", + "ion" + ], + [ + "▁behav", + "iour" + ], + [ + "▁behavi", + "our" + ], + [ + "▁Jer", + "sey" + ], + [ + "▁re", + "venue" + ], + [ + "▁rev", + "enue" + ], + [ + "▁reven", + "ue" + ], + [ + "▁t", + "res" + ], + [ + "▁tr", + "es" + ], + [ + "▁tre", + "s" + ], + [ + "▁", + "tres" + ], + [ + "IL", + "D" + ], + [ + "I", + "LD" + ], + [ + "▁É", + "t" + ], + [ + "▁s", + "ync" + ], + [ + "▁sy", + "nc" + ], + [ + "▁syn", + "c" + ], + [ + "▁", + "sync" + ], + [ + "wi", + "ch" + ], + [ + "w", + "ich" + ], + [ + "▁anc", + "est" + ], + [ + "ъ", + "т" + ], + [ + "om", + "o" + ], + [ + "o", + "mo" + ], + [ + "▁I", + "de" + ], + [ + "▁Id", + "e" + ], + [ + "▁g", + "ained" + ], + [ + "▁gain", + "ed" + ], + [ + "▁ga", + "ined" + ], + [ + "▁moment", + "um" + ], + [ + "▁K", + "o" + ], + [ + "ie", + "u" + ], + [ + "i", + "eu" + ], + [ + "ie", + "lt" + ], + [ + "iel", + "t" + ], + [ + "i", + "elt" + ], + [ + "▁bon", + "us" + ], + [ + "▁te", + "xture" + ], + [ + "▁text", + "ure" + ], + [ + "▁", + "texture" + ], + [ + "Mod", + "al" + ], + [ + "Mo", + "dal" + ], + [ + "NE", + "XT" + ], + [ + "N", + "EXT" + ], + [ + "▁годи", + "не" + ], + [ + "▁l", + "anguages" + ], + [ + "▁language", + "s" + ], + [ + "v", + "t" + ], + [ + "▁represent", + "ing" + ], + [ + "▁D", + "ream" + ], + [ + "▁Dre", + "am" + ], + [ + "cur", + "r" + ], + [ + "cu", + "rr" + ], + [ + "qu", + "al" + ], + [ + "q", + "ual" + ], + [ + "▁j", + "s" + ], + [ + "▁", + "js" + ], + [ + "bu", + "rn" + ], + [ + "bur", + "n" + ], + [ + "b", + "urn" + ], + [ + "▁contribut", + "ions" + ], + [ + "▁contribution", + "s" + ], + [ + "▁r", + "ic" + ], + [ + "▁ri", + "c" + ], + [ + "▁", + "ric" + ], + [ + "}-", + "\\" + ], + [ + "}", + "-\\" + ], + [ + "={", + "{" + ], + [ + "=", + "{{" + ], + [ + "ca", + "rt" + ], + [ + "car", + "t" + ], + [ + "c", + "art" + ], + [ + "F", + "B" + ], + [ + "ju", + "d" + ], + [ + "j", + "ud" + ], + [ + "es", + "p" + ], + [ + "e", + "sp" + ], + [ + "▁elect", + "ron" + ], + [ + "▁electro", + "n" + ], + [ + "▁e", + "ll" + ], + [ + "▁el", + "l" + ], + [ + "▁", + "ell" + ], + [ + "▁Run", + "time" + ], + [ + "▁", + "Runtime" + ], + [ + "ac", + "hel" + ], + [ + "ach", + "el" + ], + [ + "ache", + "l" + ], + [ + "a", + "chel" + ], + [ + "\\", + "_" + ], + [ + "we", + "ek" + ], + [ + "pack", + "et" + ], + [ + "p", + "acket" + ], + [ + "▁Secret", + "ary" + ], + [ + "▁Jahr", + "hund" + ], + [ + "▁th", + "reshold" + ], + [ + "▁", + "threshold" + ], + [ + "ba", + "ge" + ], + [ + "bag", + "e" + ], + [ + "b", + "age" + ], + [ + "▁con", + "cer" + ], + [ + "▁conc", + "er" + ], + [ + "▁conce", + "r" + ], + [ + "▁b", + "one" + ], + [ + "▁bo", + "ne" + ], + [ + "▁bon", + "e" + ], + [ + "▁", + "bone" + ], + [ + "▁Holly", + "wood" + ], + [ + "Cur", + "sor" + ], + [ + "C", + "ursor" + ], + [ + "▁aw", + "arded" + ], + [ + "▁award", + "ed" + ], + [ + "▁sum", + "mary" + ], + [ + "▁summar", + "y" + ], + [ + "▁", + "summary" + ], + [ + "ag", + "gio" + ], + [ + "agg", + "io" + ], + [ + "aggi", + "o" + ], + [ + "▁st", + "ell" + ], + [ + "▁ste", + "ll" + ], + [ + "▁", + "stell" + ], + [ + "▁f", + "lesh" + ], + [ + "▁fl", + "esh" + ], + [ + "▁fle", + "sh" + ], + [ + "P", + "air" + ], + [ + "▁A", + "ge" + ], + [ + "▁Ag", + "e" + ], + [ + "ing", + "ton" + ], + [ + "▁'", + "." + ], + [ + "▁", + "'." + ], + [ + "as", + "er" + ], + [ + "ase", + "r" + ], + [ + "a", + "ser" + ], + [ + "ко", + "ва" + ], + [ + "ков", + "а" + ], + [ + "▁qu", + "art" + ], + [ + "▁q", + "uart" + ], + [ + "▁quar", + "t" + ], + [ + "ry", + "ption" + ], + [ + "rypt", + "ion" + ], + [ + "All", + "oc" + ], + [ + "Al", + "loc" + ], + [ + "ft", + "en" + ], + [ + "fte", + "n" + ], + [ + "f", + "ten" + ], + [ + "Oper", + "and" + ], + [ + "▁ind", + "icated" + ], + [ + "▁indic", + "ated" + ], + [ + "▁indicate", + "d" + ], + [ + "($", + "_" + ], + [ + "(", + "$_" + ], + [ + "get", + "String" + ], + [ + "▁list", + "ener" + ], + [ + "▁listen", + "er" + ], + [ + "▁", + "listener" + ], + [ + "sp", + "ir" + ], + [ + "spi", + "r" + ], + [ + ")", + "_" + ], + [ + "ve", + "ns" + ], + [ + "ven", + "s" + ], + [ + "v", + "ens" + ], + [ + "▁food", + "s" + ], + [ + "▁foo", + "ds" + ], + [ + "an", + "za" + ], + [ + "anz", + "a" + ], + [ + "te", + "il" + ], + [ + "DE", + "SC" + ], + [ + "▁n", + "otion" + ], + [ + "▁not", + "ion" + ], + [ + "▁em", + "ployment" + ], + [ + "▁employ", + "ment" + ], + [ + "▁s", + "wing" + ], + [ + "▁sw", + "ing" + ], + [ + "▁", + "swing" + ], + [ + "nb", + "sp" + ], + [ + "▁p", + "ounds" + ], + [ + "▁pound", + "s" + ], + [ + "to", + "ols" + ], + [ + "tool", + "s" + ], + [ + "too", + "ls" + ], + [ + "t", + "ools" + ], + [ + "▁particip", + "ate" + ], + [ + "▁T", + "ax" + ], + [ + "▁Ta", + "x" + ], + [ + "▁", + "Tax" + ], + [ + "▁с", + "кла" + ], + [ + "ap", + "ol" + ], + [ + "a", + "pol" + ], + [ + "▁f", + "ost" + ], + [ + "▁fo", + "st" + ], + [ + "▁fos", + "t" + ], + [ + "com", + "pat" + ], + [ + "comp", + "at" + ], + [ + "▁public", + "ation" + ], + [ + "▁rapid", + "ly" + ], + [ + "▁W", + "is" + ], + [ + "▁Wi", + "s" + ], + [ + "Event", + "Listener" + ], + [ + "▁prem", + "ière" + ], + [ + "▁premi", + "ère" + ], + [ + "us", + "o" + ], + [ + "u", + "so" + ], + [ + "ext", + "end" + ], + [ + "▁M", + "ERCHANTABILITY" + ], + [ + "UT", + "F" + ], + [ + "U", + "TF" + ], + [ + "▁exper", + "iments" + ], + [ + "▁experi", + "ments" + ], + [ + "▁experiment", + "s" + ], + [ + "sin", + "gle" + ], + [ + "sing", + "le" + ], + [ + "s", + "ingle" + ], + [ + "z", + "k" + ], + [ + "▁n", + "aj" + ], + [ + "▁na", + "j" + ], + [ + "}}", + "}" + ], + [ + "}", + "}}" + ], + [ + "Li", + "n" + ], + [ + "L", + "in" + ], + [ + "▁inter", + "act" + ], + [ + "▁inte", + "ract" + ], + [ + "▁c", + "ms" + ], + [ + "▁cm", + "s" + ], + [ + "▁Ro", + "ger" + ], + [ + "▁Rog", + "er" + ], + [ + "▁Р", + "у" + ], + [ + ">", + "'" + ], + [ + "com", + "mit" + ], + [ + "comm", + "it" + ], + [ + "ло", + "сь" + ], + [ + "▁out", + "come" + ], + [ + "▁h", + "its" + ], + [ + "▁hit", + "s" + ], + [ + "▁hi", + "ts" + ], + [ + "▁и", + "м" + ], + [ + "▁", + "им" + ], + [ + "▁s", + "park" + ], + [ + "▁sp", + "ark" + ], + [ + "con", + "sole" + ], + [ + "cons", + "ole" + ], + [ + "▁ver", + "w" + ], + [ + "▁ve", + "rw" + ], + [ + "▁ка", + "то" + ], + [ + "agnost", + "ics" + ], + [ + "agnostic", + "s" + ], + [ + "▁s", + "oci" + ], + [ + "▁so", + "ci" + ], + [ + "▁soc", + "i" + ], + [ + "▁d", + "ining" + ], + [ + "▁di", + "ning" + ], + [ + "▁din", + "ing" + ], + [ + "▁t", + "ech" + ], + [ + "▁te", + "ch" + ], + [ + "▁", + "tech" + ], + [ + "š", + "t" + ], + [ + "fo", + "lio" + ], + [ + "fol", + "io" + ], + [ + "ult", + "ane" + ], + [ + "ultan", + "e" + ], + [ + "кт", + "ор" + ], + [ + "кто", + "р" + ], + [ + "к", + "тор" + ], + [ + "▁B", + "rand" + ], + [ + "▁Br", + "and" + ], + [ + "▁Bra", + "nd" + ], + [ + "Jo", + "in" + ], + [ + "J", + "oin" + ], + [ + "▁и", + "ю" + ], + [ + "▁p", + "ros" + ], + [ + "▁pro", + "s" + ], + [ + "▁pr", + "os" + ], + [ + "▁pos", + "it" + ], + [ + "Pub", + "lic" + ], + [ + "P", + "ublic" + ], + [ + "AspNet", + "Core" + ], + [ + "▁S", + "hop" + ], + [ + "▁Sh", + "op" + ], + [ + "▁", + "Shop" + ], + [ + "▁co", + "inc" + ], + [ + "▁coin", + "c" + ], + [ + "ни", + "ем" + ], + [ + "ние", + "м" + ], + [ + "▁re", + "ferences" + ], + [ + "▁refer", + "ences" + ], + [ + "▁reference", + "s" + ], + [ + "ab", + "out" + ], + [ + "name", + "space" + ], + [ + "names", + "pace" + ], + [ + "D", + "L" + ], + [ + "▁I", + "R" + ], + [ + "▁", + "IR" + ], + [ + "▁c", + "ada" + ], + [ + "▁ca", + "da" + ], + [ + "▁cad", + "a" + ], + [ + "▁Jord", + "an" + ], + [ + "▁g", + "ep" + ], + [ + "▁ge", + "p" + ], + [ + "▁b", + "ron" + ], + [ + "▁br", + "on" + ], + [ + "▁bro", + "n" + ], + [ + "andid", + "ate" + ], + [ + "EX", + "PECT" + ], + [ + "EXP", + "ECT" + ], + [ + "am", + "o" + ], + [ + "a", + "mo" + ], + [ + "▁De", + "utsch" + ], + [ + "au", + "c" + ], + [ + "a", + "uc" + ], + [ + "▁ра", + "йо" + ], + [ + "▁рай", + "о" + ], + [ + "▁L", + "abor" + ], + [ + "▁La", + "bor" + ], + [ + "▁Lab", + "or" + ], + [ + "▁surround", + "ed" + ], + [ + "т", + "ро" + ], + [ + "▁n", + "ome" + ], + [ + "▁no", + "me" + ], + [ + "▁nom", + "e" + ], + [ + "▁under", + "lying" + ], + [ + "▁educ", + "ational" + ], + [ + "▁education", + "al" + ], + [ + "R", + "IGHT" + ], + [ + "CO", + "UNT" + ], + [ + "in", + "ch" + ], + [ + "inc", + "h" + ], + [ + "Ty", + "p" + ], + [ + "T", + "yp" + ], + [ + "um", + "ph" + ], + [ + "ump", + "h" + ], + [ + "fo", + "ur" + ], + [ + "f", + "our" + ], + [ + "Control", + "s" + ], + [ + "▁c", + "p" + ], + [ + "▁", + "cp" + ], + [ + "co", + "st" + ], + [ + "cos", + "t" + ], + [ + "c", + "ost" + ], + [ + "▁mechan", + "ism" + ], + [ + "en", + "ess" + ], + [ + "ene", + "ss" + ], + [ + "enes", + "s" + ], + [ + "e", + "ness" + ], + [ + "é", + "qu" + ], + [ + "▁acqu", + "ired" + ], + [ + "▁acquire", + "d" + ], + [ + "▁f", + "alls" + ], + [ + "▁fall", + "s" + ], + [ + "▁fal", + "ls" + ], + [ + "▁", + "falls" + ], + [ + "▁H", + "ou" + ], + [ + "▁Ho", + "u" + ], + [ + "▁L", + "E" + ], + [ + "▁", + "LE" + ], + [ + "for", + "Each" + ], + [ + "▁ver", + "tex" + ], + [ + "▁vert", + "ex" + ], + [ + "▁", + "vertex" + ], + [ + "▁I", + "F" + ], + [ + "▁", + "IF" + ], + [ + "cur", + "s" + ], + [ + "cu", + "rs" + ], + [ + "c", + "urs" + ], + [ + "'", + "=>" + ], + [ + "те", + "ри" + ], + [ + "тер", + "и" + ], + [ + "▁S", + "A" + ], + [ + "▁", + "SA" + ], + [ + "ri", + "ers" + ], + [ + "rie", + "rs" + ], + [ + "rier", + "s" + ], + [ + "r", + "iers" + ], + [ + "▁u", + "w" + ], + [ + "▁", + "uw" + ], + [ + "▁m", + "arks" + ], + [ + "▁mark", + "s" + ], + [ + "▁mar", + "ks" + ], + [ + "▁", + "marks" + ], + [ + "▁en", + "erg" + ], + [ + "▁ener", + "g" + ], + [ + "ho", + "f" + ], + [ + "h", + "of" + ], + [ + "ylv", + "ania" + ], + [ + "▁Al", + "len" + ], + [ + "▁All", + "en" + ], + [ + "um", + "py" + ], + [ + "ump", + "y" + ], + [ + "о", + "го" + ], + [ + "ст", + "ву" + ], + [ + "ств", + "у" + ], + [ + "vo", + "ice" + ], + [ + "v", + "oice" + ], + [ + "▁en", + "gage" + ], + [ + "▁eng", + "age" + ], + [ + "▁m", + "ant" + ], + [ + "▁man", + "t" + ], + [ + "▁ma", + "nt" + ], + [ + "or", + "se" + ], + [ + "ors", + "e" + ], + [ + "==", + "=" + ], + [ + "=", + "==" + ], + [ + "▁impro", + "vement" + ], + [ + "▁improve", + "ment" + ], + [ + "Op", + "t" + ], + [ + "O", + "pt" + ], + [ + "▁arr", + "ested" + ], + [ + "▁arrest", + "ed" + ], + [ + "ти", + "я" + ], + [ + "▁с", + "ле" + ], + [ + "▁", + "сле" + ], + [ + "it", + "ched" + ], + [ + "itch", + "ed" + ], + [ + "soc", + "ket" + ], + [ + "sock", + "et" + ], + [ + "s", + "ocket" + ], + [ + "▁c", + "ycl" + ], + [ + "▁cy", + "cl" + ], + [ + "▁", + "cycl" + ], + [ + "▁S", + "M" + ], + [ + "▁", + "SM" + ], + [ + "▁S", + "ex" + ], + [ + "▁Se", + "x" + ], + [ + "▁neut", + "ral" + ], + [ + "▁neutr", + "al" + ], + [ + "ва", + "в" + ], + [ + "▁J", + "ess" + ], + [ + "▁Je", + "ss" + ], + [ + "▁Jes", + "s" + ], + [ + "▁d", + "ip" + ], + [ + "▁di", + "p" + ], + [ + "▁op", + "position" + ], + [ + "▁oppos", + "ition" + ], + [ + "▁b", + "orrow" + ], + [ + "▁bor", + "row" + ], + [ + "с", + "пе" + ], + [ + "▁av", + "ant" + ], + [ + "ко", + "ла" + ], + [ + "▁t", + "a" + ], + [ + "▁", + "ta" + ], + [ + "An", + "im" + ], + [ + "A", + "nim" + ], + [ + "▁G", + "all" + ], + [ + "▁Gal", + "l" + ], + [ + "▁Ga", + "ll" + ], + [ + "rg", + "b" + ], + [ + "r", + "gb" + ], + [ + "▁gu", + "ilty" + ], + [ + "▁guilt", + "y" + ], + [ + "▁bu", + "ried" + ], + [ + "▁bur", + "ied" + ], + [ + "▁g", + "y" + ], + [ + "▁", + "gy" + ], + [ + "Init", + "ial" + ], + [ + "▁acc", + "omp" + ], + [ + "▁ac", + "comp" + ], + [ + "▁accom", + "p" + ], + [ + "▁breath", + "ing" + ], + [ + "▁breat", + "hing" + ], + [ + "ber", + "ry" + ], + [ + "b", + "erry" + ], + [ + "GR", + "O" + ], + [ + "G", + "RO" + ], + [ + "▁subsequ", + "ent" + ], + [ + "rou", + "pe" + ], + [ + "roup", + "e" + ], + [ + "ul", + "pt" + ], + [ + "ulp", + "t" + ], + [ + "t", + "b" + ], + [ + "▁", + "ä" + ], + [ + "P", + "i" + ], + [ + "arg", + "v" + ], + [ + "▁M", + "ust" + ], + [ + "▁Mus", + "t" + ], + [ + "▁Mu", + "st" + ], + [ + "▁", + "Must" + ], + [ + ":", + "'" + ], + [ + "sv", + "g" + ], + [ + "ou", + "p" + ], + [ + "o", + "up" + ], + [ + "▁prec", + "isely" + ], + [ + "▁precise", + "ly" + ], + [ + "▁T", + "a" + ], + [ + "re", + "na" + ], + [ + "ren", + "a" + ], + [ + "r", + "ena" + ], + [ + "▁f", + "older" + ], + [ + "▁fol", + "der" + ], + [ + "▁fold", + "er" + ], + [ + "▁", + "folder" + ], + [ + "▁Ch", + "annel" + ], + [ + "▁", + "Channel" + ], + [ + "▁re", + "vol" + ], + [ + "▁rev", + "ol" + ], + [ + "M", + "iss" + ], + [ + "ло", + "м" + ], + [ + "red", + "dit" + ], + [ + "adel", + "ph" + ], + [ + "▁dis", + "crim" + ], + [ + "▁disc", + "rim" + ], + [ + "▁a", + "ve" + ], + [ + "▁av", + "e" + ], + [ + "▁", + "ave" + ], + [ + "pl", + "eted" + ], + [ + "ple", + "ted" + ], + [ + "plete", + "d" + ], + [ + "plet", + "ed" + ], + [ + "p", + "leted" + ], + [ + "▁g", + "ently" + ], + [ + "▁gent", + "ly" + ], + [ + "FF", + "FF" + ], + [ + "ro", + "py" + ], + [ + "rop", + "y" + ], + [ + "r", + "opy" + ], + [ + "▁d", + "ial" + ], + [ + "▁di", + "al" + ], + [ + "▁dia", + "l" + ], + [ + "Not", + "Found" + ], + [ + "▁\"", + "[" + ], + [ + "Hom", + "e" + ], + [ + "H", + "ome" + ], + [ + "on", + "te" + ], + [ + "ont", + "e" + ], + [ + "o", + "nte" + ], + [ + "▁re", + "lie" + ], + [ + "▁rel", + "ie" + ], + [ + "▁reli", + "e" + ], + [ + "▁Con", + "text" + ], + [ + "▁Cont", + "ext" + ], + [ + "▁", + "Context" + ], + [ + "▁st", + "ats" + ], + [ + "▁stat", + "s" + ], + [ + "▁sta", + "ts" + ], + [ + "▁", + "stats" + ], + [ + "▁E", + "nergy" + ], + [ + "oun", + "ced" + ], + [ + "ounce", + "d" + ], + [ + "▁gr", + "ave" + ], + [ + "▁grav", + "e" + ], + [ + "▁gra", + "ve" + ], + [ + "▁re", + "cip" + ], + [ + "▁rec", + "ip" + ], + [ + "ли", + "н" + ], + [ + "л", + "ин" + ], + [ + "bl", + "og" + ], + [ + "blo", + "g" + ], + [ + "b", + "log" + ], + [ + "▁na", + "am" + ], + [ + "▁w", + "o" + ], + [ + "▁", + "wo" + ], + [ + "▁direct", + "ions" + ], + [ + "▁dire", + "ctions" + ], + [ + "▁direction", + "s" + ], + [ + "▁Lin", + "coln" + ], + [ + "!", + ")" + ], + [ + "un", + "ci" + ], + [ + "unc", + "i" + ], + [ + "ne", + "q" + ], + [ + "n", + "eq" + ], + [ + "Tag", + "s" + ], + [ + "T", + "ags" + ], + [ + "▁t", + "um" + ], + [ + "▁tu", + "m" + ], + [ + "▁s", + "aving" + ], + [ + "▁sa", + "ving" + ], + [ + "▁sav", + "ing" + ], + [ + "ail", + "le" + ], + [ + "ai", + "lle" + ], + [ + "a", + "ille" + ], + [ + "item", + "ize" + ], + [ + "▁F", + "amil" + ], + [ + "▁Fa", + "mil" + ], + [ + "ms", + "m" + ], + [ + "m", + "sm" + ], + [ + "ne", + "ws" + ], + [ + "new", + "s" + ], + [ + "FF", + "ER" + ], + [ + "F", + "FER" + ], + [ + "▁D", + "ead" + ], + [ + "▁De", + "ad" + ], + [ + "▁", + "Dead" + ], + [ + "▁terr", + "itory" + ], + [ + "▁territor", + "y" + ], + [ + "▁territo", + "ry" + ], + [ + "▁K", + "at" + ], + [ + "▁Ka", + "t" + ], + [ + "oc", + "ker" + ], + [ + "ock", + "er" + ], + [ + "o", + "cker" + ], + [ + "in", + "teger" + ], + [ + "inte", + "ger" + ], + [ + "▁s", + "ne" + ], + [ + "▁sn", + "e" + ], + [ + "▁f", + "ails" + ], + [ + "▁fa", + "ils" + ], + [ + "▁fail", + "s" + ], + [ + "▁franç", + "ais" + ], + [ + "▁int", + "roduction" + ], + [ + "▁introdu", + "ction" + ], + [ + "▁G", + "rant" + ], + [ + "▁Gr", + "ant" + ], + [ + "▁Gran", + "t" + ], + [ + "▁Gra", + "nt" + ], + [ + "ycl", + "e" + ], + [ + "yc", + "le" + ], + [ + "y", + "cle" + ], + [ + "']", + "." + ], + [ + "'", + "]." + ], + [ + "▁v", + "ier" + ], + [ + "▁vi", + "er" + ], + [ + "▁vie", + "r" + ], + [ + "▁", + "vier" + ], + [ + "nat", + "ive" + ], + [ + "n", + "ative" + ], + [ + "▁K", + "le" + ], + [ + "▁Kl", + "e" + ], + [ + "qu", + "ote" + ], + [ + "quot", + "e" + ], + [ + "User", + "s" + ], + [ + "Us", + "ers" + ], + [ + "Use", + "rs" + ], + [ + "▁ad", + "vis" + ], + [ + "▁adv", + "is" + ], + [ + "▁g", + "ym" + ], + [ + "▁gy", + "m" + ], + [ + "▁prote", + "in" + ], + [ + "ا", + "ل" + ], + [ + "▁M", + "ai" + ], + [ + "▁Ma", + "i" + ], + [ + "▁prov", + "iders" + ], + [ + "▁provide", + "rs" + ], + [ + "▁provider", + "s" + ], + [ + "▁so", + "il" + ], + [ + "gu", + "i" + ], + [ + "g", + "ui" + ], + [ + "▁N", + "ation" + ], + [ + "▁Nat", + "ion" + ], + [ + "re", + "ation" + ], + [ + "reat", + "ion" + ], + [ + "▁T", + "ab" + ], + [ + "▁Ta", + "b" + ], + [ + "▁", + "Tab" + ], + [ + "en", + "sis" + ], + [ + "ens", + "is" + ], + [ + "in", + "as" + ], + [ + "ina", + "s" + ], + [ + "i", + "nas" + ], + [ + "▁Scot", + "land" + ], + [ + "▁dis", + "patch" + ], + [ + "▁disp", + "atch" + ], + [ + "▁", + "dispatch" + ], + [ + "un", + "ion" + ], + [ + "uni", + "on" + ], + [ + "▁b", + "ere" + ], + [ + "▁be", + "re" + ], + [ + "▁ber", + "e" + ], + [ + "▁", + "bere" + ], + [ + "▁P", + "ow" + ], + [ + "▁Po", + "w" + ], + [ + "▁H", + "ig" + ], + [ + "▁Hi", + "g" + ], + [ + "▁stud", + "ying" + ], + [ + "▁study", + "ing" + ], + [ + "RE", + "F" + ], + [ + "R", + "EF" + ], + [ + "SS", + "L" + ], + [ + "S", + "SL" + ], + [ + "▁f", + "right" + ], + [ + "▁fr", + "ight" + ], + [ + "▁S", + "ORT" + ], + [ + "▁SO", + "RT" + ], + [ + "▁com", + "pr" + ], + [ + "▁comp", + "r" + ], + [ + "▁Mad", + "rid" + ], + [ + "row", + "ned" + ], + [ + "rown", + "ed" + ], + [ + "r", + "owned" + ], + [ + "op", + "es" + ], + [ + "ope", + "s" + ], + [ + "o", + "pes" + ], + [ + "pd", + "ev" + ], + [ + "p", + "dev" + ], + [ + "▁w", + "ash" + ], + [ + "▁was", + "h" + ], + [ + "▁wa", + "sh" + ], + [ + "▁'", + "../../" + ], + [ + "▁'../", + "../" + ], + [ + "}}", + "_" + ], + [ + "}", + "}_" + ], + [ + "▁acc", + "um" + ], + [ + "rol", + "ling" + ], + [ + "roll", + "ing" + ], + [ + "▁N", + "C" + ], + [ + "▁", + "NC" + ], + [ + "▁f", + "iction" + ], + [ + "▁fi", + "ction" + ], + [ + "▁fict", + "ion" + ], + [ + "ip", + "t" + ], + [ + "i", + "pt" + ], + [ + "conne", + "cted" + ], + [ + "connect", + "ed" + ], + [ + "lim", + "its" + ], + [ + "limit", + "s" + ], + [ + "▁l", + "ap" + ], + [ + "▁la", + "p" + ], + [ + "▁", + "lap" + ], + [ + "▁where", + "as" + ], + [ + "pro", + "m" + ], + [ + "pr", + "om" + ], + [ + "p", + "rom" + ], + [ + "▁appoint", + "ment" + ], + [ + "Pro", + "gram" + ], + [ + "Pr", + "ogram" + ], + [ + "▁П", + "ер" + ], + [ + "▁Пе", + "р" + ], + [ + "na", + "h" + ], + [ + "n", + "ah" + ], + [ + "Valid", + "ation" + ], + [ + "ic", + "ons" + ], + [ + "ico", + "ns" + ], + [ + "icon", + "s" + ], + [ + "i", + "cons" + ], + [ + "äl", + "l" + ], + [ + "ä", + "ll" + ], + [ + "▁rad", + "ical" + ], + [ + "▁radi", + "cal" + ], + [ + "▁ex", + "clusive" + ], + [ + "▁excl", + "usive" + ], + [ + "▁exclus", + "ive" + ], + [ + "em", + "ony" + ], + [ + "emon", + "y" + ], + [ + "▁challeng", + "ing" + ], + [ + "▁m", + "s" + ], + [ + "▁", + "ms" + ], + [ + "▁P", + "rivate" + ], + [ + "▁Priv", + "ate" + ], + [ + "▁", + "Private" + ], + [ + "▁v", + "ida" + ], + [ + "▁vi", + "da" + ], + [ + "▁vid", + "a" + ], + [ + "▁дру", + "ги" + ], + [ + "▁camp", + "us" + ], + [ + "▁cam", + "pus" + ], + [ + "form", + "s" + ], + [ + "for", + "ms" + ], + [ + "д", + "но" + ], + [ + "pl", + "aat" + ], + [ + "bs", + "t" + ], + [ + "b", + "st" + ], + [ + "AT", + "ED" + ], + [ + "ATE", + "D" + ], + [ + "▁Ab", + "stract" + ], + [ + "▁Abs", + "tract" + ], + [ + "▁", + "Abstract" + ], + [ + "▁int", + "ense" + ], + [ + "▁intens", + "e" + ], + [ + "▁L", + "td" + ], + [ + "▁contro", + "vers" + ], + [ + "ó", + "g" + ], + [ + "▁s", + "ă" + ], + [ + "▁land", + "ing" + ], + [ + "▁lan", + "ding" + ], + [ + "!", + "=" + ], + [ + "▁sc", + "enes" + ], + [ + "▁scene", + "s" + ], + [ + "▁scen", + "es" + ], + [ + "▁Ch", + "ap" + ], + [ + "▁Cha", + "p" + ], + [ + "▁sp", + "oken" + ], + [ + "▁spoke", + "n" + ], + [ + "▁spo", + "ken" + ], + [ + "cre", + "d" + ], + [ + "cr", + "ed" + ], + [ + "c", + "red" + ], + [ + "▁p", + "ride" + ], + [ + "▁pr", + "ide" + ], + [ + "▁pri", + "de" + ], + [ + "qu", + "et" + ], + [ + "que", + "t" + ], + [ + "▁m", + "eter" + ], + [ + "▁me", + "ter" + ], + [ + "▁met", + "er" + ], + [ + "▁de", + "utsch" + ], + [ + "uu", + "m" + ], + [ + "u", + "um" + ], + [ + "▁b", + "less" + ], + [ + "▁bl", + "ess" + ], + [ + "▁ble", + "ss" + ], + [ + "▁H", + "ann" + ], + [ + "▁Ha", + "nn" + ], + [ + "▁Han", + "n" + ], + [ + "▁input", + "s" + ], + [ + "▁", + "inputs" + ], + [ + "▁R", + "ow" + ], + [ + "▁Ro", + "w" + ], + [ + "▁", + "Row" + ], + [ + "▁with", + "draw" + ], + [ + "▁withd", + "raw" + ], + [ + "P", + "al" + ], + [ + "ac", + "les" + ], + [ + "acle", + "s" + ], + [ + "acl", + "es" + ], + [ + "a", + "cles" + ], + [ + "as", + "sets" + ], + [ + "ass", + "ets" + ], + [ + "asse", + "ts" + ], + [ + "asset", + "s" + ], + [ + "▁v", + "l" + ], + [ + "▁", + "vl" + ], + [ + "ве", + "де" + ], + [ + "вед", + "е" + ], + [ + "▁G", + "ot" + ], + [ + "▁Go", + "t" + ], + [ + "▁air", + "port" + ], + [ + "win", + "d" + ], + [ + "wi", + "nd" + ], + [ + "w", + "ind" + ], + [ + "▁Columb", + "ia" + ], + [ + "▁ch", + "ocolate" + ], + [ + "▁h", + "ö" + ], + [ + "▁", + "hö" + ], + [ + "▁al", + "arm" + ], + [ + "FT", + "WARE" + ], + [ + "▁J", + "ay" + ], + [ + "▁Ja", + "y" + ], + [ + "▁s", + "ake" + ], + [ + "▁sa", + "ke" + ], + [ + "▁reg", + "istration" + ], + [ + "▁registr", + "ation" + ], + [ + "vi", + "d" + ], + [ + "v", + "id" + ], + [ + "▁l", + "ake" + ], + [ + "▁la", + "ke" + ], + [ + "▁user", + "name" + ], + [ + "▁", + "username" + ], + [ + "▁h", + "ack" + ], + [ + "▁ha", + "ck" + ], + [ + "index", + "Of" + ], + [ + "c", + "x" + ], + [ + "▁f", + "estival" + ], + [ + "▁fest", + "ival" + ], + [ + "▁club", + "s" + ], + [ + "case", + "s" + ], + [ + "ca", + "ses" + ], + [ + "cas", + "es" + ], + [ + "c", + "ases" + ], + [ + "CT", + "RL" + ], + [ + "];", + "\r" + ], + [ + "]", + ";\r" + ], + [ + "▁A", + "ud" + ], + [ + "▁Au", + "d" + ], + [ + "▁", + "Aud" + ], + [ + "▁prim", + "era" + ], + [ + "▁prime", + "ra" + ], + [ + "▁primer", + "a" + ], + [ + "ва", + "т" + ], + [ + "в", + "ат" + ], + [ + "▁brill", + "iant" + ], + [ + "ut", + "her" + ], + [ + "uth", + "er" + ], + [ + "u", + "ther" + ], + [ + "▁difficult", + "y" + ], + [ + "it", + "als" + ], + [ + "ital", + "s" + ], + [ + "ita", + "ls" + ], + [ + "▁sc", + "ores" + ], + [ + "▁score", + "s" + ], + [ + "▁pol", + "ít" + ], + [ + "data", + "base" + ], + [ + "dat", + "abase" + ], + [ + "as", + "ka" + ], + [ + "ask", + "a" + ], + [ + "a", + "ska" + ], + [ + "▁##", + "####" + ], + [ + "▁###", + "###" + ], + [ + "▁####", + "##" + ], + [ + "▁#####", + "#" + ], + [ + "▁a", + "cid" + ], + [ + "▁ac", + "id" + ], + [ + "at", + "on" + ], + [ + "ato", + "n" + ], + [ + "a", + "ton" + ], + [ + "at", + "omic" + ], + [ + "ato", + "mic" + ], + [ + "atom", + "ic" + ], + [ + "fr", + "eq" + ], + [ + "fre", + "q" + ], + [ + "f", + "req" + ], + [ + "▁WARRAN", + "TY" + ], + [ + "▁report", + "ing" + ], + [ + ".)", + "," + ], + [ + ".", + ")," + ], + [ + "▁n", + "ights" + ], + [ + "▁night", + "s" + ], + [ + "▁program", + "me" + ], + [ + ")}", + "{" + ], + [ + ")", + "}{" + ], + [ + "xi", + "c" + ], + [ + "x", + "ic" + ], + [ + "▁s", + "po" + ], + [ + "▁sp", + "o" + ], + [ + "line", + "d" + ], + [ + "li", + "ned" + ], + [ + "lin", + "ed" + ], + [ + "l", + "ined" + ], + [ + "qu", + "arters" + ], + [ + "er", + "ee" + ], + [ + "ere", + "e" + ], + [ + "e", + "ree" + ], + [ + "mer", + "s" + ], + [ + "me", + "rs" + ], + [ + "m", + "ers" + ], + [ + "▁s", + "erves" + ], + [ + "▁ser", + "ves" + ], + [ + "▁serv", + "es" + ], + [ + "▁serve", + "s" + ], + [ + "co", + "w" + ], + [ + "c", + "ow" + ], + [ + "ль", + "ко" + ], + [ + "en", + "so" + ], + [ + "ens", + "o" + ], + [ + "▁env", + "iron" + ], + [ + "▁", + "environ" + ], + [ + "Li", + "ke" + ], + [ + "L", + "ike" + ], + [ + "an", + "che" + ], + [ + "anc", + "he" + ], + [ + "anch", + "e" + ], + [ + "▁cr", + "ash" + ], + [ + "▁K", + "ap" + ], + [ + "▁Ka", + "p" + ], + [ + "no", + "indent" + ], + [ + "Con", + "n" + ], + [ + "Co", + "nn" + ], + [ + "▁ав", + "то" + ], + [ + "▁in", + "frastructure" + ], + [ + "IM", + "E" + ], + [ + "I", + "ME" + ], + [ + "▁R", + "oom" + ], + [ + "▁Ro", + "om" + ], + [ + "▁", + "Room" + ], + [ + "ne", + "ed" + ], + [ + "n", + "eed" + ], + [ + "or", + "er" + ], + [ + "ore", + "r" + ], + [ + "o", + "rer" + ], + [ + "▁D", + "est" + ], + [ + "▁De", + "st" + ], + [ + "▁Des", + "t" + ], + [ + "▁", + "Dest" + ], + [ + "▁D", + "omin" + ], + [ + "▁Do", + "min" + ], + [ + "▁Dom", + "in" + ], + [ + "ather", + "ine" + ], + [ + "▁Syd", + "ney" + ], + [ + "▁g", + "auge" + ], + [ + "▁gau", + "ge" + ], + [ + "▁ga", + "uge" + ], + [ + "▁j", + "et" + ], + [ + "▁je", + "t" + ], + [ + "▁", + "jet" + ], + [ + "b", + "ably" + ], + [ + "▁comm", + "only" + ], + [ + "▁common", + "ly" + ], + [ + "▁st", + "ations" + ], + [ + "▁stat", + "ions" + ], + [ + "▁station", + "s" + ], + [ + "ia", + "h" + ], + [ + "i", + "ah" + ], + [ + "n", + "l" + ], + [ + "ж", + "у" + ], + [ + "et", + "en" + ], + [ + "ete", + "n" + ], + [ + "e", + "ten" + ], + [ + "_", + ")" + ], + [ + "ia", + "c" + ], + [ + "i", + "ac" + ], + [ + "am", + "os" + ], + [ + "amo", + "s" + ], + [ + "a", + "mos" + ], + [ + "ne", + "ment" + ], + [ + "nem", + "ent" + ], + [ + "n", + "ement" + ], + [ + "ko", + "n" + ], + [ + "k", + "on" + ], + [ + "Inter", + "val" + ], + [ + "▁cab", + "in" + ], + [ + "▁ca", + "bin" + ], + [ + "▁e", + "g" + ], + [ + "▁", + "eg" + ], + [ + "▁sh", + "ots" + ], + [ + "▁shot", + "s" + ], + [ + "▁", + "shots" + ], + [ + "▁A", + "rea" + ], + [ + "▁Ar", + "ea" + ], + [ + "▁Are", + "a" + ], + [ + "▁", + "Area" + ], + [ + "sm", + "ith" + ], + [ + "param", + "eter" + ], + [ + "'", + "}" + ], + [ + "▁h", + "em" + ], + [ + "▁he", + "m" + ], + [ + "▁", + "hem" + ], + [ + "▁s", + "inging" + ], + [ + "▁sing", + "ing" + ], + [ + "▁sin", + "ging" + ], + [ + "▁access", + "ible" + ], + [ + "▁P", + "rin" + ], + [ + "▁Pr", + "in" + ], + [ + "▁Pri", + "n" + ], + [ + "opt", + "ional" + ], + [ + "option", + "al" + ], + [ + "an", + "cial" + ], + [ + "anc", + "ial" + ], + [ + "ancia", + "l" + ], + [ + "sh", + "ips" + ], + [ + "ship", + "s" + ], + [ + "▁can", + "vas" + ], + [ + "▁", + "canvas" + ], + [ + "sp", + "e" + ], + [ + "s", + "pe" + ], + [ + "▁address", + "es" + ], + [ + "▁x", + "ml" + ], + [ + "▁", + "xml" + ], + [ + "▁'", + "\"" + ], + [ + "▁", + "'\"" + ], + [ + "▁k", + "ar" + ], + [ + "▁ka", + "r" + ], + [ + "▁", + "kar" + ], + [ + "ö", + "ff" + ], + [ + "▁a", + "ges" + ], + [ + "▁ag", + "es" + ], + [ + "▁age", + "s" + ], + [ + "▁", + "ages" + ], + [ + "ё", + "р" + ], + [ + "zi", + "ng" + ], + [ + "zin", + "g" + ], + [ + "z", + "ing" + ], + [ + "▁ö", + "ver" + ], + [ + "▁C", + "lean" + ], + [ + "▁Cle", + "an" + ], + [ + "▁", + "Clean" + ], + [ + "▁Sil", + "ver" + ], + [ + "▁о", + "со" + ], + [ + "▁ос", + "о" + ], + [ + "he", + "alth" + ], + [ + "Al", + "i" + ], + [ + "A", + "li" + ], + [ + "▁t", + "s" + ], + [ + "▁", + "ts" + ], + [ + "at", + "ern" + ], + [ + "ate", + "rn" + ], + [ + "ater", + "n" + ], + [ + "a", + "tern" + ], + [ + "▁cho", + "osing" + ], + [ + "▁bur", + "ned" + ], + [ + "▁burn", + "ed" + ], + [ + "br", + "id" + ], + [ + "b", + "rid" + ], + [ + "ro", + "oms" + ], + [ + "room", + "s" + ], + [ + "öt", + "t" + ], + [ + "ö", + "tt" + ], + [ + "K", + "ERN" + ], + [ + "▁d", + "ish" + ], + [ + "▁dis", + "h" + ], + [ + "▁di", + "sh" + ], + [ + "S", + "a" + ], + [ + "De", + "tail" + ], + [ + "Det", + "ail" + ], + [ + "▁H", + "ind" + ], + [ + "▁Hi", + "nd" + ], + [ + "▁D", + "ans" + ], + [ + "▁Dan", + "s" + ], + [ + "▁Da", + "ns" + ], + [ + "i", + "ę" + ], + [ + "▁J", + "ahren" + ], + [ + "▁Jah", + "ren" + ], + [ + "▁Jahr", + "en" + ], + [ + "▁Jahre", + "n" + ], + [ + "▁Ja", + "hren" + ], + [ + "ext", + "ension" + ], + [ + "al", + "las" + ], + [ + "all", + "as" + ], + [ + "alla", + "s" + ], + [ + "▁B", + "illy" + ], + [ + "▁Bill", + "y" + ], + [ + "▁Bil", + "ly" + ], + [ + "us", + "ammen" + ], + [ + "it", + "ud" + ], + [ + "itu", + "d" + ], + [ + "ge", + "on" + ], + [ + "geo", + "n" + ], + [ + "Te", + "mp" + ], + [ + "T", + "emp" + ], + [ + "Le", + "g" + ], + [ + "L", + "eg" + ], + [ + "itt", + "el" + ], + [ + "itte", + "l" + ], + [ + "add", + "le" + ], + [ + "▁mus", + "cle" + ], + [ + "▁sc", + "ared" + ], + [ + "▁scar", + "ed" + ], + [ + "ss", + "on" + ], + [ + "s", + "son" + ], + [ + "▁de", + "note" + ], + [ + "▁den", + "ote" + ], + [ + "ie", + "urs" + ], + [ + "ieu", + "rs" + ], + [ + "ieur", + "s" + ], + [ + "i", + "eurs" + ], + [ + "▁o", + "range" + ], + [ + "▁or", + "ange" + ], + [ + "▁h", + "ub" + ], + [ + "▁", + "hub" + ], + [ + "▁re", + "b" + ], + [ + "▁r", + "eb" + ], + [ + "▁", + "reb" + ], + [ + "ed", + "i" + ], + [ + "e", + "di" + ], + [ + "▁vo", + "ices" + ], + [ + "▁voice", + "s" + ], + [ + "F", + "older" + ], + [ + "▁s", + "uspend" + ], + [ + "▁sus", + "pend" + ], + [ + "▁susp", + "end" + ], + [ + "▁", + "suspend" + ], + [ + "▁He", + "art" + ], + [ + "▁sc", + "rap" + ], + [ + "▁scr", + "ap" + ], + [ + "▁a", + "ggreg" + ], + [ + "▁ag", + "greg" + ], + [ + "▁Gu", + "ide" + ], + [ + "trans", + "action" + ], + [ + "▁r", + "iding" + ], + [ + "▁ri", + "ding" + ], + [ + "▁rid", + "ing" + ], + [ + "▁v", + "á" + ], + [ + "▁", + "vá" + ], + [ + "▁b", + "reed" + ], + [ + "▁br", + "eed" + ], + [ + "▁bre", + "ed" + ], + [ + "▁bree", + "d" + ], + [ + "▁con", + "cert" + ], + [ + "▁conc", + "ert" + ], + [ + "▁conce", + "rt" + ], + [ + "▁concer", + "t" + ], + [ + "appro", + "x" + ], + [ + "▁ch", + "ances" + ], + [ + "▁chance", + "s" + ], + [ + "To", + "k" + ], + [ + "T", + "ok" + ], + [ + "E", + "q" + ], + [ + "par", + "ts" + ], + [ + "part", + "s" + ], + [ + "p", + "arts" + ], + [ + "▁sch", + "olar" + ], + [ + "▁schol", + "ar" + ], + [ + "of", + "fs" + ], + [ + "off", + "s" + ], + [ + "fl", + "ush" + ], + [ + "flu", + "sh" + ], + [ + "!", + "”" + ], + [ + "▁lo", + "gin" + ], + [ + "▁log", + "in" + ], + [ + "▁", + "login" + ], + [ + "▁so", + "ort" + ], + [ + "▁M", + "and" + ], + [ + "▁Man", + "d" + ], + [ + "▁Ma", + "nd" + ], + [ + "▁function", + "al" + ], + [ + "▁B", + "ou" + ], + [ + "▁Bo", + "u" + ], + [ + "▁subject", + "s" + ], + [ + "my", + "s" + ], + [ + "m", + "ys" + ], + [ + "▁extra", + "ord" + ], + [ + "▁Build", + "ing" + ], + [ + "ik", + "t" + ], + [ + "i", + "kt" + ], + [ + "B", + "ad" + ], + [ + "ia", + "mi" + ], + [ + "iam", + "i" + ], + [ + "i", + "ami" + ], + [ + "Dr", + "iver" + ], + [ + "D", + "river" + ], + [ + "êt", + "e" + ], + [ + "ê", + "te" + ], + [ + "▁k", + "v" + ], + [ + "▁", + "kv" + ], + [ + "▁t", + "imer" + ], + [ + "▁time", + "r" + ], + [ + "▁tim", + "er" + ], + [ + "▁ti", + "mer" + ], + [ + "▁", + "timer" + ], + [ + "ition", + "ally" + ], + [ + "itional", + "ly" + ], + [ + "▁a", + "thlet" + ], + [ + "▁ath", + "let" + ], + [ + "▁\"", + ");" + ], + [ + "▁\")", + ";" + ], + [ + "▁", + "\");" + ], + [ + "w", + "y" + ], + [ + "CF", + "G" + ], + [ + "▁he", + "aven" + ], + [ + "▁heav", + "en" + ], + [ + "о", + "в" + ], + [ + "▁exper", + "imental" + ], + [ + "▁experiment", + "al" + ], + [ + "▁b", + "ounds" + ], + [ + "▁bound", + "s" + ], + [ + "▁", + "bounds" + ], + [ + "IC", + "K" + ], + [ + "I", + "CK" + ], + [ + "▁ex", + "cit" + ], + [ + "▁exc", + "it" + ], + [ + "▁qu", + "it" + ], + [ + "▁qui", + "t" + ], + [ + "▁q", + "uit" + ], + [ + "▁univers", + "al" + ], + [ + "д", + "ь" + ], + [ + "▁S", + "P" + ], + [ + "▁", + "SP" + ], + [ + "▁st", + "ub" + ], + [ + "▁", + "stub" + ], + [ + "▁k", + "le" + ], + [ + "▁kl", + "e" + ], + [ + "▁", + "kle" + ], + [ + "▁B", + "art" + ], + [ + "▁Bar", + "t" + ], + [ + "▁Ba", + "rt" + ], + [ + "▁\"", + "@" + ], + [ + "pe", + "l" + ], + [ + "p", + "el" + ], + [ + "▁(", + "!(" + ], + [ + "▁(!", + "(" + ], + [ + "▁se", + "lector" + ], + [ + "▁select", + "or" + ], + [ + "▁sel", + "ector" + ], + [ + "▁sele", + "ctor" + ], + [ + "▁", + "selector" + ], + [ + "E", + "B" + ], + [ + "▁c", + "oc" + ], + [ + "▁co", + "c" + ], + [ + "et", + "ed" + ], + [ + "ete", + "d" + ], + [ + "e", + "ted" + ], + [ + "ют", + "ь" + ], + [ + "ю", + "ть" + ], + [ + "▁poss", + "ess" + ], + [ + "▁R", + "ick" + ], + [ + "▁Ric", + "k" + ], + [ + "▁unus", + "ual" + ], + [ + "ter", + "min" + ], + [ + "term", + "in" + ], + [ + "▁b", + "ags" + ], + [ + "▁bag", + "s" + ], + [ + "▁ba", + "gs" + ], + [ + "▁lo", + "ading" + ], + [ + "▁load", + "ing" + ], + [ + "▁", + "loading" + ], + [ + "▁t", + "f" + ], + [ + "▁", + "tf" + ], + [ + "▁)", + "\r" + ], + [ + "▁", + ")\r" + ], + [ + "pro", + "vider" + ], + [ + "prov", + "ider" + ], + [ + "plet", + "ion" + ], + [ + "▁c", + "ursor" + ], + [ + "▁cur", + "sor" + ], + [ + "▁", + "cursor" + ], + [ + "▁pa", + "used" + ], + [ + "▁paus", + "ed" + ], + [ + "▁pause", + "d" + ], + [ + "и", + "м" + ], + [ + "▁coun", + "sel" + ], + [ + "]", + "<" + ], + [ + "ze", + "ch" + ], + [ + "zec", + "h" + ], + [ + "z", + "ech" + ], + [ + "▁t", + "ie" + ], + [ + "▁ti", + "e" + ], + [ + "▁M", + "oon" + ], + [ + "▁Mo", + "on" + ], + [ + "▁ar", + "med" + ], + [ + "▁arm", + "ed" + ], + [ + "▁", + "armed" + ], + [ + "▁ob", + "serve" + ], + [ + "▁observ", + "e" + ], + [ + "▁obs", + "erve" + ], + [ + "▁per", + "met" + ], + [ + "▁perm", + "et" + ], + [ + "▁J", + "ob" + ], + [ + "▁Jo", + "b" + ], + [ + "▁", + "Job" + ], + [ + "fö", + "r" + ], + [ + "f", + "ör" + ], + [ + "arg", + "ument" + ], + [ + "▁egg", + "s" + ], + [ + "▁eg", + "gs" + ], + [ + "ás", + "t" + ], + [ + "á", + "st" + ], + [ + "▁incred", + "ibly" + ], + [ + "wer", + "ken" + ], + [ + "werk", + "en" + ], + [ + "iz", + "ard" + ], + [ + "izar", + "d" + ], + [ + "iza", + "rd" + ], + [ + "▁p", + "ainted" + ], + [ + "▁pain", + "ted" + ], + [ + "▁pa", + "inted" + ], + [ + "▁paint", + "ed" + ], + [ + "▁Viet", + "nam" + ], + [ + "▁vi", + "olent" + ], + [ + "▁viol", + "ent" + ], + [ + "Es", + "t" + ], + [ + "E", + "st" + ], + [ + "ier", + "ra" + ], + [ + "i", + "erra" + ], + [ + "re", + "ader" + ], + [ + "read", + "er" + ], + [ + "rea", + "der" + ], + [ + "we", + "ise" + ], + [ + "wei", + "se" + ], + [ + "▁J", + "osh" + ], + [ + "▁Jo", + "sh" + ], + [ + "▁Jos", + "h" + ], + [ + "▁H", + "im" + ], + [ + "▁Hi", + "m" + ], + [ + "as", + "hes" + ], + [ + "ash", + "es" + ], + [ + "or", + "igin" + ], + [ + "orig", + "in" + ], + [ + "ori", + "gin" + ], + [ + "▁sp", + "ir" + ], + [ + "▁", + "spir" + ], + [ + "▁T", + "ree" + ], + [ + "▁Tr", + "ee" + ], + [ + "▁Tre", + "e" + ], + [ + "▁", + "Tree" + ], + [ + "▁n", + "iet" + ], + [ + "▁nie", + "t" + ], + [ + "▁ni", + "et" + ], + [ + "WI", + "N" + ], + [ + "W", + "IN" + ], + [ + "mar", + "gin" + ], + [ + "m", + "argin" + ], + [ + "▁inv", + "olves" + ], + [ + "▁invol", + "ves" + ], + [ + "▁involve", + "s" + ], + [ + "▁organ", + "is" + ], + [ + "▁N", + "acional" + ], + [ + "bar", + "a" + ], + [ + "ba", + "ra" + ], + [ + "b", + "ara" + ], + [ + "▁de", + "puis" + ], + [ + "▁dep", + "uis" + ], + [ + "pi", + "o" + ], + [ + "p", + "io" + ], + [ + "fe", + "atures" + ], + [ + "feature", + "s" + ], + [ + "feat", + "ures" + ], + [ + "st", + "ru" + ], + [ + "str", + "u" + ], + [ + "▁Dis", + "ney" + ], + [ + "▁restaur", + "ants" + ], + [ + "▁restaurant", + "s" + ], + [ + "Mil", + "l" + ], + [ + "M", + "ill" + ], + [ + "))", + "\r" + ], + [ + ")", + ")\r" + ], + [ + "с", + "ла" + ], + [ + "rem", + "ote" + ], + [ + "▁Th", + "ird" + ], + [ + "▁base", + "ball" + ], + [ + "▁al", + "gun" + ], + [ + "▁alg", + "un" + ], + [ + "]", + "$" + ], + [ + "▁em", + "ployed" + ], + [ + "▁employ", + "ed" + ], + [ + "po", + "t" + ], + [ + "p", + "ot" + ], + [ + "▁Un", + "ityEngine" + ], + [ + "▁", + "UnityEngine" + ], + [ + "▁integr", + "ation" + ], + [ + "▁risk", + "s" + ], + [ + "▁ris", + "ks" + ], + [ + "▁st", + "ro" + ], + [ + "▁str", + "o" + ], + [ + "▁ag", + "osto" + ], + [ + "▁ago", + "sto" + ], + [ + "incl", + "uding" + ], + [ + "▁M", + "ind" + ], + [ + "▁Min", + "d" + ], + [ + "▁Mi", + "nd" + ], + [ + "▁st", + "roke" + ], + [ + "▁str", + "oke" + ], + [ + "▁stro", + "ke" + ], + [ + "▁", + "stroke" + ], + [ + "▁de", + "als" + ], + [ + "▁deal", + "s" + ], + [ + "aj", + "ax" + ], + [ + "aja", + "x" + ], + [ + "a", + "jax" + ], + [ + "ё", + "т" + ], + [ + "▁\\", + "|" + ], + [ + "▁", + "\\|" + ], + [ + "ta", + "r" + ], + [ + "t", + "ar" + ], + [ + "adelph", + "ia" + ], + [ + "▁s", + "ab" + ], + [ + "▁sa", + "b" + ], + [ + "pu", + "r" + ], + [ + "p", + "ur" + ], + [ + "▁sc", + "rew" + ], + [ + "▁scr", + "ew" + ], + [ + "▁in", + "ev" + ], + [ + "▁\\", + ";" + ], + [ + "▁Don", + "ald" + ], + [ + "▁", + "Donald" + ], + [ + "ö", + "d" + ], + [ + "cc", + "a" + ], + [ + "c", + "ca" + ], + [ + "es", + "is" + ], + [ + "esi", + "s" + ], + [ + "e", + "sis" + ], + [ + "▁separ", + "ated" + ], + [ + "▁separate", + "d" + ], + [ + "DB", + "G" + ], + [ + "D", + "BG" + ], + [ + "ag", + "ent" + ], + [ + "age", + "nt" + ], + [ + "agen", + "t" + ], + [ + "a", + "gent" + ], + [ + "▁p", + "acked" + ], + [ + "▁pack", + "ed" + ], + [ + "▁pac", + "ked" + ], + [ + "▁", + "packed" + ], + [ + "н", + "ня" + ], + [ + "in", + "tern" + ], + [ + "int", + "ern" + ], + [ + "inter", + "n" + ], + [ + "inte", + "rn" + ], + [ + "▁M", + "onte" + ], + [ + "▁Mon", + "te" + ], + [ + "▁Mont", + "e" + ], + [ + "▁Mo", + "nte" + ], + [ + "▁prov", + "ince" + ], + [ + "▁provinc", + "e" + ], + [ + "▁provin", + "ce" + ], + [ + "▁exp", + "anded" + ], + [ + "▁expand", + "ed" + ], + [ + "▁appro", + "ached" + ], + [ + "▁approach", + "ed" + ], + [ + "▁E", + "p" + ], + [ + "CL", + "K" + ], + [ + "▁o", + "re" + ], + [ + "▁or", + "e" + ], + [ + "▁", + "ore" + ], + [ + "B", + "atch" + ], + [ + "▁impress", + "ive" + ], + [ + "R", + "M" + ], + [ + "▁L", + "ocation" + ], + [ + "▁Loc", + "ation" + ], + [ + "▁", + "Location" + ], + [ + "▁sh", + "ame" + ], + [ + "▁sha", + "me" + ], + [ + "wrap", + "per" + ], + [ + "w", + "rapper" + ], + [ + "un", + "wrap" + ], + [ + "pe", + "er" + ], + [ + "Bit", + "s" + ], + [ + "Bi", + "ts" + ], + [ + "B", + "its" + ], + [ + "▁S", + "N" + ], + [ + "▁", + "SN" + ], + [ + "sc", + "ar" + ], + [ + "s", + "car" + ], + [ + "Com", + "e" + ], + [ + "Co", + "me" + ], + [ + "C", + "ome" + ], + [ + "▁coun", + "cil" + ], + [ + "▁shout", + "ed" + ], + [ + "ma", + "king" + ], + [ + "m", + "aking" + ], + [ + "▁M", + "aur" + ], + [ + "▁Ma", + "ur" + ], + [ + "▁Mau", + "r" + ], + [ + "▁w", + "is" + ], + [ + "LE", + "TE" + ], + [ + "LET", + "E" + ], + [ + "▁f", + "s" + ], + [ + "▁", + "fs" + ], + [ + "▁d", + "z" + ], + [ + "▁", + "dz" + ], + [ + "un", + "que" + ], + [ + "ue", + "go" + ], + [ + "u", + "ego" + ], + [ + "R", + "andom" + ], + [ + "H", + "tml" + ], + [ + "ze", + "m" + ], + [ + "z", + "em" + ], + [ + "▁D", + "utch" + ], + [ + "▁Gold", + "en" + ], + [ + "▁Gol", + "den" + ], + [ + "▁T", + "ar" + ], + [ + "▁Ta", + "r" + ], + [ + "▁H", + "erm" + ], + [ + "▁He", + "rm" + ], + [ + "▁Her", + "m" + ], + [ + "▁str", + "etch" + ], + [ + "▁stret", + "ch" + ], + [ + "var", + "d" + ], + [ + "va", + "rd" + ], + [ + "v", + "ard" + ], + [ + "▁t", + "ries" + ], + [ + "▁tr", + "ies" + ], + [ + "▁tri", + "es" + ], + [ + "W", + "I" + ], + [ + "▁disappe", + "ared" + ], + [ + "▁disappear", + "ed" + ], + [ + "▁cr", + "usher" + ], + [ + "▁crush", + "er" + ], + [ + "▁K", + "an" + ], + [ + "▁Ka", + "n" + ], + [ + "Ma", + "g" + ], + [ + "M", + "ag" + ], + [ + "ø", + "r" + ], + [ + "▁Cam", + "bridge" + ], + [ + "▁Camb", + "ridge" + ], + [ + "▁do", + "po" + ], + [ + "▁dop", + "o" + ], + [ + "at", + "ura" + ], + [ + "atur", + "a" + ], + [ + "atu", + "ra" + ], + [ + "he", + "art" + ], + [ + "▁Sp", + "iel" + ], + [ + "/*", + "*\r" + ], + [ + "/**", + "\r" + ], + [ + "Dir", + "ection" + ], + [ + "Direct", + "ion" + ], + [ + "Di", + "rection" + ], + [ + "D", + "irection" + ], + [ + "at", + "ting" + ], + [ + "att", + "ing" + ], + [ + "atti", + "ng" + ], + [ + "wi", + "g" + ], + [ + "w", + "ig" + ], + [ + "▁c", + "odes" + ], + [ + "▁co", + "des" + ], + [ + "▁code", + "s" + ], + [ + "▁cod", + "es" + ], + [ + "▁", + "codes" + ], + [ + "▁pow", + "der" + ], + [ + "al", + "ert" + ], + [ + "ale", + "rt" + ], + [ + "aler", + "t" + ], + [ + "sem", + "bl" + ], + [ + "semb", + "l" + ], + [ + "▁y", + "e" + ], + [ + "▁", + "ye" + ], + [ + "St", + "ar" + ], + [ + "S", + "tar" + ], + [ + "▁ro", + "ots" + ], + [ + "▁root", + "s" + ], + [ + "▁H", + "oll" + ], + [ + "▁Hol", + "l" + ], + [ + "▁Ho", + "ll" + ], + [ + "Re", + "le" + ], + [ + "Rel", + "e" + ], + [ + "R", + "ele" + ], + [ + "▁const", + "itu" + ], + [ + "n", + "c" + ], + [ + "“", + "." + ], + [ + "re", + "ference" + ], + [ + "refer", + "ence" + ], + [ + "if", + "icial" + ], + [ + "ific", + "ial" + ], + [ + "ifi", + "cial" + ], + [ + "clos", + "ure" + ], + [ + "▁fig", + "ured" + ], + [ + "▁figure", + "d" + ], + [ + "▁assum", + "ption" + ], + [ + "getElement", + "ById" + ], + [ + "▁A", + "G" + ], + [ + "▁", + "AG" + ], + [ + "os", + "es" + ], + [ + "ose", + "s" + ], + [ + "o", + "ses" + ], + [ + "▁_", + "\"" + ], + [ + "ep", + "per" + ], + [ + "ob", + "re" + ], + [ + "o", + "bre" + ], + [ + "en", + "umerate" + ], + [ + "о", + "графи" + ], + [ + "▁less", + "ons" + ], + [ + "▁lesson", + "s" + ], + [ + "▁qual", + "ified" + ], + [ + "Per", + "son" + ], + [ + "Pers", + "on" + ], + [ + "P", + "erson" + ], + [ + "an", + "se" + ], + [ + "ans", + "e" + ], + [ + "▁M", + "ort" + ], + [ + "▁Mor", + "t" + ], + [ + "▁Mo", + "rt" + ], + [ + "s", + "ylvania" + ], + [ + "▁c", + "ré" + ], + [ + "▁cr", + "é" + ], + [ + "Bind", + "ing" + ], + [ + "Bin", + "ding" + ], + [ + "B", + "inding" + ], + [ + "і", + "с" + ], + [ + "▁V", + "ari" + ], + [ + "▁Var", + "i" + ], + [ + "▁Va", + "ri" + ], + [ + "▁", + "Vari" + ], + [ + "▁re", + "minded" + ], + [ + "▁remind", + "ed" + ], + [ + "▁members", + "hip" + ], + [ + "▁member", + "ship" + ], + [ + "ip", + "er" + ], + [ + "ipe", + "r" + ], + [ + "i", + "per" + ], + [ + "zt", + "e" + ], + [ + "z", + "te" + ], + [ + "▁c", + "ref" + ], + [ + "▁cre", + "f" + ], + [ + "▁cr", + "ef" + ], + [ + "▁", + "cref" + ], + [ + "▁P", + "A" + ], + [ + "▁", + "PA" + ], + [ + "plaat", + "st" + ], + [ + "▁Env", + "ironment" + ], + [ + "▁", + "Environment" + ], + [ + "bo", + "y" + ], + [ + "b", + "oy" + ], + [ + "▁ph", + "rase" + ], + [ + "▁phr", + "ase" + ], + [ + "▁", + "phrase" + ], + [ + "riv", + "ial" + ], + [ + "ra", + "g" + ], + [ + "r", + "ag" + ], + [ + "во", + "ди" + ], + [ + "вод", + "и" + ], + [ + "▁p", + "se" + ], + [ + "▁ps", + "e" + ], + [ + "▁", + "pse" + ], + [ + "▁tour", + "nament" + ], + [ + ")}", + "," + ], + [ + ")", + "}," + ], + [ + "▁S", + "ound" + ], + [ + "▁So", + "und" + ], + [ + "▁Sou", + "nd" + ], + [ + "▁", + "Sound" + ], + [ + "▁V", + "el" + ], + [ + "▁Ve", + "l" + ], + [ + "▁", + "Vel" + ], + [ + "▁B", + "erg" + ], + [ + "▁Be", + "rg" + ], + [ + "▁Ber", + "g" + ], + [ + "el", + "son" + ], + [ + "els", + "on" + ], + [ + "▁ref", + "uge" + ], + [ + "▁else", + "where" + ], + [ + "qu", + "ality" + ], + [ + "qual", + "ity" + ], + [ + "▁abandon", + "ed" + ], + [ + "▁F", + "lo" + ], + [ + "▁Fl", + "o" + ], + [ + "ib", + "il" + ], + [ + "i", + "bil" + ], + [ + "UA", + "L" + ], + [ + "U", + "AL" + ], + [ + "▁Pl", + "atz" + ], + [ + "▁d", + "elta" + ], + [ + "▁del", + "ta" + ], + [ + "▁", + "delta" + ], + [ + "▁B", + "uy" + ], + [ + "▁Bu", + "y" + ], + [ + "ri", + "ère" + ], + [ + "r", + "ière" + ], + [ + "▁fl", + "our" + ], + [ + "▁flo", + "ur" + ], + [ + "▁laugh", + "ing" + ], + [ + "▁laug", + "hing" + ], + [ + "▁Look", + "ing" + ], + [ + "▁Lo", + "oking" + ], + [ + "Ag", + "ent" + ], + [ + "A", + "gent" + ], + [ + "▁w", + "x" + ], + [ + "▁", + "wx" + ], + [ + "▁W", + "ales" + ], + [ + "▁Wal", + "es" + ], + [ + "▁Wa", + "les" + ], + [ + "C", + "tx" + ], + [ + "▁c", + "ake" + ], + [ + "▁ca", + "ke" + ], + [ + "▁c", + "rate" + ], + [ + "▁cr", + "ate" + ], + [ + "▁", + "crate" + ], + [ + "▁к", + "ла" + ], + [ + "▁", + "кла" + ], + [ + "an", + "ga" + ], + [ + "ang", + "a" + ], + [ + "Z", + "ero" + ], + [ + "▁amount", + "s" + ], + [ + "Tr", + "a" + ], + [ + "T", + "ra" + ], + [ + "om", + "etric" + ], + [ + "omet", + "ric" + ], + [ + "o", + "metric" + ], + [ + "▁con", + "straints" + ], + [ + "▁constr", + "aints" + ], + [ + "▁constraint", + "s" + ], + [ + "▁tem", + "ple" + ], + [ + "▁templ", + "e" + ], + [ + "▁temp", + "le" + ], + [ + "▁install", + "ation" + ], + [ + "st", + "roke" + ], + [ + "str", + "oke" + ], + [ + "▁N", + "eder" + ], + [ + "▁Ne", + "der" + ], + [ + "▁Ned", + "er" + ], + [ + "ț", + "i" + ], + [ + "▁I", + "bid" + ], + [ + "▁o", + "bs" + ], + [ + "▁ob", + "s" + ], + [ + "▁", + "obs" + ], + [ + "ent", + "ries" + ], + [ + "entr", + "ies" + ], + [ + "▁j", + "usqu" + ], + [ + "OR", + "M" + ], + [ + "O", + "RM" + ], + [ + "▁S", + "ky" + ], + [ + "▁Sk", + "y" + ], + [ + "ik", + "es" + ], + [ + "ike", + "s" + ], + [ + "i", + "kes" + ], + [ + "na", + "k" + ], + [ + "n", + "ak" + ], + [ + "▁m", + "odes" + ], + [ + "▁mod", + "es" + ], + [ + "▁mo", + "des" + ], + [ + "▁mode", + "s" + ], + [ + "▁Hit", + "ler" + ], + [ + "▁b", + "elt" + ], + [ + "▁be", + "lt" + ], + [ + "▁bel", + "t" + ], + [ + "▁point", + "ing" + ], + [ + "▁B", + "an" + ], + [ + "▁Ba", + "n" + ], + [ + "ign", + "ore" + ], + [ + "▁per", + "su" + ], + [ + "▁pers", + "u" + ], + [ + "▁Bes", + "ides" + ], + [ + "yn", + "om" + ], + [ + "y", + "nom" + ], + [ + "▁leg", + "is" + ], + [ + "▁C", + "PU" + ], + [ + "▁CP", + "U" + ], + [ + "▁", + "CPU" + ], + [ + "an", + "ded" + ], + [ + "and", + "ed" + ], + [ + "ande", + "d" + ], + [ + "ui", + "s" + ], + [ + "u", + "is" + ], + [ + "bs", + "ite" + ], + [ + "b", + "site" + ], + [ + "▁E", + "uro" + ], + [ + "▁Eu", + "ro" + ], + [ + "▁ut", + "ter" + ], + [ + "▁", + "utter" + ], + [ + "e", + "clipse" + ], + [ + "▁ir", + "re" + ], + [ + "▁irr", + "e" + ], + [ + "▁D", + "ocument" + ], + [ + "▁Doc", + "ument" + ], + [ + "▁", + "Document" + ], + [ + "▁Mean", + "while" + ], + [ + "▁famil", + "ie" + ], + [ + "ver", + "ify" + ], + [ + "▁J", + "ason" + ], + [ + "▁Ja", + "son" + ], + [ + "▁O", + "rt" + ], + [ + "▁Or", + "t" + ], + [ + "▁ci", + "udad" + ], + [ + "▁techn", + "ologies" + ], + [ + "▁ча", + "сти" + ], + [ + "▁част", + "и" + ], + [ + "▁час", + "ти" + ], + [ + "ni", + "ca" + ], + [ + "nic", + "a" + ], + [ + "n", + "ica" + ], + [ + "can", + "cel" + ], + [ + "c", + "ancel" + ], + [ + "V", + "irtual" + ], + [ + "▁ev", + "ident" + ], + [ + "am", + "an" + ], + [ + "ama", + "n" + ], + [ + "a", + "man" + ], + [ + "▁Sup", + "reme" + ], + [ + "at", + "oes" + ], + [ + "ato", + "es" + ], + [ + "▁ste", + "ady" + ], + [ + "▁stead", + "y" + ], + [ + "▁month", + "ly" + ], + [ + "▁SO", + "FTWARE" + ], + [ + "Di", + "e" + ], + [ + "D", + "ie" + ], + [ + "▁app", + "lying" + ], + [ + "▁apply", + "ing" + ], + [ + "▁appl", + "ying" + ], + [ + "Di", + "g" + ], + [ + "D", + "ig" + ], + [ + "vi", + "er" + ], + [ + "v", + "ier" + ], + [ + "▁го", + "ро" + ], + [ + "▁W", + "H" + ], + [ + "▁", + "WH" + ], + [ + "▁min", + "ds" + ], + [ + "▁mind", + "s" + ], + [ + "▁k", + "am" + ], + [ + "▁ka", + "m" + ], + [ + "▁expert", + "ise" + ], + [ + "▁not", + "ification" + ], + [ + "▁", + "notification" + ], + [ + ".", + "-" + ], + [ + "▁del", + "iber" + ], + [ + "▁H", + "E" + ], + [ + "▁", + "HE" + ], + [ + "▁res", + "ist" + ], + [ + "ou", + "tes" + ], + [ + "out", + "es" + ], + [ + "oute", + "s" + ], + [ + "o", + "utes" + ], + [ + "▁How", + "ard" + ], + [ + "▁Ho", + "ward" + ], + [ + "spec", + "ial" + ], + [ + "spe", + "cial" + ], + [ + "▁p", + "resentation" + ], + [ + "▁present", + "ation" + ], + [ + "▁You", + "Tube" + ], + [ + "mi", + "r" + ], + [ + "m", + "ir" + ], + [ + "▁r", + "ust" + ], + [ + "▁ru", + "st" + ], + [ + "▁rus", + "t" + ], + [ + "▁", + "rust" + ], + [ + "▁n", + "ations" + ], + [ + "▁nat", + "ions" + ], + [ + "▁nation", + "s" + ], + [ + "▁G", + "ets" + ], + [ + "▁Ge", + "ts" + ], + [ + "▁Get", + "s" + ], + [ + "▁respon", + "ses" + ], + [ + "▁response", + "s" + ], + [ + "▁respons", + "es" + ], + [ + "ar", + "ded" + ], + [ + "ard", + "ed" + ], + [ + "arde", + "d" + ], + [ + "im", + "mer" + ], + [ + "imm", + "er" + ], + [ + "▁reve", + "al" + ], + [ + "▁M", + "eg" + ], + [ + "▁Me", + "g" + ], + [ + "▁tod", + "os" + ], + [ + "▁todo", + "s" + ], + [ + "▁a", + "de" + ], + [ + "▁ad", + "e" + ], + [ + "▁", + "ade" + ], + [ + "ateg", + "ories" + ], + [ + "ategor", + "ies" + ], + [ + "▁pay", + "ments" + ], + [ + "▁payment", + "s" + ], + [ + "ô", + "t" + ], + [ + "En", + "umer" + ], + [ + "Enum", + "er" + ], + [ + "E", + "numer" + ], + [ + "▁platform", + "s" + ], + [ + "▁plat", + "forms" + ], + [ + "▁life", + "time" + ], + [ + "▁lif", + "etime" + ], + [ + "Com", + "plete" + ], + [ + "Comp", + "lete" + ], + [ + "Qu", + "est" + ], + [ + "Que", + "st" + ], + [ + "Q", + "uest" + ], + [ + "en", + "ders" + ], + [ + "end", + "ers" + ], + [ + "ender", + "s" + ], + [ + "ende", + "rs" + ], + [ + "▁c", + "um" + ], + [ + "▁cu", + "m" + ], + [ + "pl", + "er" + ], + [ + "ple", + "r" + ], + [ + "p", + "ler" + ], + [ + "▁app", + "l" + ], + [ + "▁ap", + "pl" + ], + [ + "äh", + "rend" + ], + [ + "ähr", + "end" + ], + [ + "з", + "ь" + ], + [ + "en", + "ez" + ], + [ + "ene", + "z" + ], + [ + "e", + "nez" + ], + [ + "over", + "ty" + ], + [ + "yn", + "chron" + ], + [ + "▁arg", + "ued" + ], + [ + "▁argue", + "d" + ], + [ + "▁K", + "ath" + ], + [ + "▁Kat", + "h" + ], + [ + "▁Ka", + "th" + ], + [ + "▁s", + "ynchron" + ], + [ + "▁syn", + "chron" + ], + [ + "▁B", + "uilder" + ], + [ + "▁Build", + "er" + ], + [ + "▁", + "Builder" + ], + [ + "B", + "order" + ], + [ + "Pl", + "an" + ], + [ + "P", + "lan" + ], + [ + "ri", + "eb" + ], + [ + "rie", + "b" + ], + [ + "r", + "ieb" + ], + [ + "n", + "m" + ], + [ + "FOR", + "MAT" + ], + [ + "FORM", + "AT" + ], + [ + "us", + "k" + ], + [ + "u", + "sk" + ], + [ + "▁j", + "umped" + ], + [ + "▁jump", + "ed" + ], + [ + "ch", + "arg" + ], + [ + "char", + "g" + ], + [ + "cha", + "rg" + ], + [ + "▁cont", + "ribute" + ], + [ + "▁contribut", + "e" + ], + [ + "Me", + "sh" + ], + [ + "M", + "esh" + ], + [ + "Un", + "ivers" + ], + [ + "re", + "ll" + ], + [ + "rel", + "l" + ], + [ + "r", + "ell" + ], + [ + "▁p", + "olar" + ], + [ + "▁pol", + "ar" + ], + [ + "▁po", + "lar" + ], + [ + "▁tr", + "ois" + ], + [ + "▁tro", + "is" + ], + [ + "ic", + "io" + ], + [ + "ici", + "o" + ], + [ + "i", + "cio" + ], + [ + "Group", + "s" + ], + [ + "G", + "roups" + ], + [ + "▁(", + "%" + ], + [ + "▁", + "(%" + ], + [ + "Lo", + "op" + ], + [ + "L", + "oop" + ], + [ + "▁g", + "az" + ], + [ + "▁ga", + "z" + ], + [ + "db", + "g" + ], + [ + "d", + "bg" + ], + [ + "LA", + "Y" + ], + [ + "L", + "AY" + ], + [ + "Jo", + "hn" + ], + [ + "J", + "ohn" + ], + [ + "bl", + "ocks" + ], + [ + "block", + "s" + ], + [ + "blo", + "cks" + ], + [ + "▁l", + "ung" + ], + [ + "▁lu", + "ng" + ], + [ + "▁lun", + "g" + ], + [ + "▁", + "lung" + ], + [ + "▁k", + "ön" + ], + [ + "▁kö", + "n" + ], + [ + "th", + "rough" + ], + [ + "▁fif", + "th" + ], + [ + "lish", + "er" + ], + [ + "l", + "isher" + ], + [ + "▁inv", + "olving" + ], + [ + "▁invol", + "ving" + ], + [ + "▁De", + "ep" + ], + [ + "▁", + "Deep" + ], + [ + "▁обла", + "сти" + ], + [ + "▁s", + "ull" + ], + [ + "▁su", + "ll" + ], + [ + "▁sul", + "l" + ], + [ + "Ex", + "port" + ], + [ + "Exp", + "ort" + ], + [ + "▁K", + "ate" + ], + [ + "▁Kat", + "e" + ], + [ + "▁Ka", + "te" + ], + [ + "per", + "iod" + ], + [ + "ch", + "arge" + ], + [ + "char", + "ge" + ], + [ + "charg", + "e" + ], + [ + "G", + "T" + ], + [ + "\">", + "\r" + ], + [ + "\"", + ">\r" + ], + [ + "ти", + "н" + ], + [ + "т", + "ин" + ], + [ + "▁O", + "tt" + ], + [ + "▁Ot", + "t" + ], + [ + "▁inter", + "actions" + ], + [ + "▁interaction", + "s" + ], + [ + "▁interact", + "ions" + ], + [ + "▁Tor", + "onto" + ], + [ + "TR", + "ACE" + ], + [ + "TRA", + "CE" + ], + [ + "▁d", + "ifer" + ], + [ + "▁di", + "fer" + ], + [ + "▁dif", + "er" + ], + [ + "▁lib", + "eral" + ], + [ + "▁liber", + "al" + ], + [ + "▁p", + "article" + ], + [ + "▁part", + "icle" + ], + [ + "▁partic", + "le" + ], + [ + "▁parti", + "cle" + ], + [ + "▁sur", + "ve" + ], + [ + "▁surv", + "e" + ], + [ + "al", + "ous" + ], + [ + "alo", + "us" + ], + [ + "re", + "ason" + ], + [ + "rea", + "son" + ], + [ + "▁de", + "pression" + ], + [ + "▁dep", + "ression" + ], + [ + "▁depress", + "ion" + ], + [ + "а", + "л" + ], + [ + "▁f", + "lower" + ], + [ + "▁fl", + "ower" + ], + [ + "▁flo", + "wer" + ], + [ + "▁flow", + "er" + ], + [ + "▁wa", + "ar" + ], + [ + "▁h", + "ade" + ], + [ + "▁had", + "e" + ], + [ + "▁ha", + "de" + ], + [ + "▁cent", + "uries" + ], + [ + "ut", + "y" + ], + [ + "u", + "ty" + ], + [ + "par", + "ty" + ], + [ + "part", + "y" + ], + [ + "▁appro", + "val" + ], + [ + "gener", + "ate" + ], + [ + "▁B", + "arn" + ], + [ + "▁Bar", + "n" + ], + [ + "▁Ba", + "rn" + ], + [ + "▁m", + "arg" + ], + [ + "▁mar", + "g" + ], + [ + "▁ma", + "rg" + ], + [ + "▁m", + "onde" + ], + [ + "▁mon", + "de" + ], + [ + "▁mo", + "nde" + ], + [ + "▁mond", + "e" + ], + [ + "▁o", + "ok" + ], + [ + "▁", + "ook" + ], + [ + "▁Cl", + "ark" + ], + [ + "▁Clar", + "k" + ], + [ + "▁the", + "oret" + ], + [ + "vious", + "ly" + ], + [ + "vi", + "ously" + ], + [ + "v", + "iously" + ], + [ + "?", + ")" + ], + [ + "▁R", + "ud" + ], + [ + "▁Ru", + "d" + ], + [ + "st", + "mt" + ], + [ + "in", + "ction" + ], + [ + "inct", + "ion" + ], + [ + "▁t", + "un" + ], + [ + "▁tu", + "n" + ], + [ + "▁ro", + "ads" + ], + [ + "▁road", + "s" + ], + [ + "▁rot", + "ation" + ], + [ + "▁", + "rotation" + ], + [ + "pp", + "en" + ], + [ + "ppe", + "n" + ], + [ + "p", + "pen" + ], + [ + "sen", + "sor" + ], + [ + "s", + "ensor" + ], + [ + "▁K", + "ol" + ], + [ + "▁Ko", + "l" + ], + [ + "id", + "elines" + ], + [ + "ide", + "lines" + ], + [ + "idel", + "ines" + ], + [ + "▁", + "є" + ], + [ + "▁com", + "posed" + ], + [ + "▁comp", + "osed" + ], + [ + "▁compos", + "ed" + ], + [ + "▁v", + "irus" + ], + [ + "▁vi", + "rus" + ], + [ + "▁vir", + "us" + ], + [ + "'", + "$" + ], + [ + "S", + "N" + ], + [ + "▁V", + "on" + ], + [ + "▁Vo", + "n" + ], + [ + "mon", + "t" + ], + [ + "mo", + "nt" + ], + [ + "m", + "ont" + ], + [ + "la", + "r" + ], + [ + "l", + "ar" + ], + [ + "▁opin", + "ions" + ], + [ + "▁opinion", + "s" + ], + [ + "uct", + "ion" + ], + [ + "u", + "ction" + ], + [ + "ru", + "pal" + ], + [ + "rup", + "al" + ], + [ + "under", + "line" + ], + [ + "▁hor", + "ror" + ], + [ + "Mus", + "t" + ], + [ + "Mu", + "st" + ], + [ + "M", + "ust" + ], + [ + "ot", + "to" + ], + [ + "ott", + "o" + ], + [ + "o", + "tto" + ], + [ + "Sh", + "ould" + ], + [ + "▁stat", + "ist" + ], + [ + "▁g", + "em" + ], + [ + "▁ge", + "m" + ], + [ + "▁", + "gem" + ], + [ + "▁se", + "cre" + ], + [ + "▁sec", + "re" + ], + [ + "▁st", + "rip" + ], + [ + "▁str", + "ip" + ], + [ + "▁stri", + "p" + ], + [ + "▁", + "strip" + ], + [ + "▁d", + "irt" + ], + [ + "▁di", + "rt" + ], + [ + "▁dir", + "t" + ], + [ + "ama", + "zon" + ], + [ + "amaz", + "on" + ], + [ + "▁R", + "ound" + ], + [ + "▁Ro", + "und" + ], + [ + "▁Rou", + "nd" + ], + [ + "▁", + "Round" + ], + [ + "▁dis", + "covery" + ], + [ + "▁disc", + "overy" + ], + [ + "▁discover", + "y" + ], + [ + "▁disco", + "very" + ], + [ + "▁G", + "O" + ], + [ + "▁", + "GO" + ], + [ + "▁substant", + "ial" + ], + [ + "ib", + "t" + ], + [ + "i", + "bt" + ], + [ + "▁dem", + "ands" + ], + [ + "▁demand", + "s" + ], + [ + "▁every", + "day" + ], + [ + "▁b", + "esch" + ], + [ + "▁be", + "sch" + ], + [ + "▁bes", + "ch" + ], + [ + "▁B", + "ridge" + ], + [ + "▁Br", + "idge" + ], + [ + "▁H", + "D" + ], + [ + "▁", + "HD" + ], + [ + "▁D", + "ol" + ], + [ + "▁Do", + "l" + ], + [ + "▁t", + "rès" + ], + [ + "▁tr", + "ès" + ], + [ + "an", + "ni" + ], + [ + "ann", + "i" + ], + [ + "ro", + "it" + ], + [ + "()", + ");\r" + ], + [ + "());", + "\r" + ], + [ + "())", + ";\r" + ], + [ + "(", + "));\r" + ], + [ + "fa", + "r" + ], + [ + "f", + "ar" + ], + [ + "tim", + "estamp" + ], + [ + "▁bul", + "k" + ], + [ + "Bl", + "ack" + ], + [ + "▁g", + "an" + ], + [ + "▁ga", + "n" + ], + [ + "▁", + "gan" + ], + [ + "set", + "ting" + ], + [ + "ret", + "val" + ], + [ + "ва", + "не" + ], + [ + "ван", + "е" + ], + [ + "nu", + "ng" + ], + [ + "n", + "ung" + ], + [ + "▁talk", + "s" + ], + [ + "▁tal", + "ks" + ], + [ + "▁scient", + "ists" + ], + [ + "▁scientist", + "s" + ], + [ + "▁v", + "ig" + ], + [ + "▁vi", + "g" + ], + [ + "▁quant", + "ity" + ], + [ + "▁G", + "ard" + ], + [ + "▁Gar", + "d" + ], + [ + "▁Ga", + "rd" + ], + [ + "▁mov", + "ements" + ], + [ + "▁move", + "ments" + ], + [ + "▁movement", + "s" + ], + [ + "äh", + "r" + ], + [ + "ä", + "hr" + ], + [ + "ling", + "s" + ], + [ + "lin", + "gs" + ], + [ + "l", + "ings" + ], + [ + "▁Т", + "е" + ], + [ + "te", + "am" + ], + [ + "ri", + "to" + ], + [ + "rit", + "o" + ], + [ + "r", + "ito" + ], + [ + "▁as", + "sembly" + ], + [ + "▁", + "assembly" + ], + [ + "il", + "st" + ], + [ + "ils", + "t" + ], + [ + "i", + "lst" + ], + [ + "▁happ", + "iness" + ], + [ + "▁le", + "af" + ], + [ + "▁", + "leaf" + ], + [ + "▁ass", + "essment" + ], + [ + "▁assess", + "ment" + ], + [ + "Co", + "ord" + ], + [ + "ir", + "s" + ], + [ + "i", + "rs" + ], + [ + "sa", + "m" + ], + [ + "s", + "am" + ], + [ + "▁att", + "orney" + ], + [ + "▁g", + "eme" + ], + [ + "▁ge", + "me" + ], + [ + "▁gem", + "e" + ], + [ + "▁", + "geme" + ], + [ + "ID", + "E" + ], + [ + "I", + "DE" + ], + [ + "▁V", + "ere" + ], + [ + "▁Ver", + "e" + ], + [ + "▁Ve", + "re" + ], + [ + "▁Anth", + "ony" + ], + [ + "am", + "iento" + ], + [ + "ami", + "ento" + ], + [ + "▁A", + "st" + ], + [ + "▁As", + "t" + ], + [ + "▁cir", + "cul" + ], + [ + "▁circ", + "ul" + ], + [ + "▁Fr", + "ances" + ], + [ + "▁Franc", + "es" + ], + [ + "▁France", + "s" + ], + [ + "▁Fran", + "ces" + ], + [ + "▁p", + "ent" + ], + [ + "▁pe", + "nt" + ], + [ + "▁pen", + "t" + ], + [ + "▁", + "pent" + ], + [ + "▁m", + "ate" + ], + [ + "▁mat", + "e" + ], + [ + "▁ma", + "te" + ], + [ + "▁", + "mate" + ], + [ + "▁Trans", + "port" + ], + [ + "▁", + "Transport" + ], + [ + "ow", + "o" + ], + [ + "o", + "wo" + ], + [ + "ч", + "у" + ], + [ + "is", + "tes" + ], + [ + "ist", + "es" + ], + [ + "iste", + "s" + ], + [ + "TR", + "AN" + ], + [ + "TRA", + "N" + ], + [ + "T", + "RAN" + ], + [ + "IM", + "PORT" + ], + [ + "IMP", + "ORT" + ], + [ + "▁B", + "reak" + ], + [ + "▁Bre", + "ak" + ], + [ + "▁", + "Break" + ], + [ + "▁s", + "ons" + ], + [ + "▁so", + "ns" + ], + [ + "▁son", + "s" + ], + [ + "▁invest", + "ors" + ], + [ + "▁Phil", + "ipp" + ], + [ + "▁Philip", + "p" + ], + [ + "TH", + "OD" + ], + [ + "▁pan", + "ic" + ], + [ + "▁pa", + "nic" + ], + [ + "▁", + "panic" + ], + [ + "▁:", + ")" + ], + [ + "▁d", + "etection" + ], + [ + "▁det", + "ection" + ], + [ + "▁detect", + "ion" + ], + [ + "▁sim", + "ultane" + ], + [ + "nt", + "e" + ], + [ + "n", + "te" + ], + [ + "▁list", + "ened" + ], + [ + "▁listen", + "ed" + ], + [ + "к", + "ре" + ], + [ + "▁B", + "rig" + ], + [ + "▁Br", + "ig" + ], + [ + "Option", + "al" + ], + [ + "Opt", + "ional" + ], + [ + "▁a", + "bund" + ], + [ + "▁ab", + "und" + ], + [ + "▁c", + "riteria" + ], + [ + "▁crit", + "eria" + ], + [ + "▁c", + "hip" + ], + [ + "▁ch", + "ip" + ], + [ + "▁chi", + "p" + ], + [ + "▁", + "chip" + ], + [ + "▁ок", + "ру" + ], + [ + "▁Con", + "stant" + ], + [ + "▁Const", + "ant" + ], + [ + "▁", + "Constant" + ], + [ + "▁m", + "ining" + ], + [ + "▁min", + "ing" + ], + [ + "▁mi", + "ning" + ], + [ + "▁mini", + "ng" + ], + [ + "та", + "л" + ], + [ + "т", + "ал" + ], + [ + "ma", + "tes" + ], + [ + "mat", + "es" + ], + [ + "mate", + "s" + ], + [ + "m", + "ates" + ], + [ + "▁w", + "orship" + ], + [ + "▁wor", + "ship" + ], + [ + "ro", + "uter" + ], + [ + "rou", + "ter" + ], + [ + "route", + "r" + ], + [ + "r", + "outer" + ], + [ + "C", + "N" + ], + [ + "▁M", + "atch" + ], + [ + "▁Mat", + "ch" + ], + [ + "▁", + "Match" + ], + [ + "▁C", + "ole" + ], + [ + "▁Col", + "e" + ], + [ + "▁Co", + "le" + ], + [ + "▁down", + "t" + ], + [ + "▁dow", + "nt" + ], + [ + "▁h", + "oles" + ], + [ + "▁hol", + "es" + ], + [ + "▁ho", + "les" + ], + [ + "▁hole", + "s" + ], + [ + "▁gr", + "ateful" + ], + [ + "RES", + "ULT" + ], + [ + "▁Europ", + "a" + ], + [ + "▁Euro", + "pa" + ], + [ + "▁con", + "sent" + ], + [ + "▁cons", + "ent" + ], + [ + "▁conse", + "nt" + ], + [ + "l", + "ä" + ], + [ + "op", + "ter" + ], + [ + "opt", + "er" + ], + [ + "▁colle", + "agues" + ], + [ + "or", + "ous" + ], + [ + "oro", + "us" + ], + [ + "o", + "rous" + ], + [ + "▁enem", + "ies" + ], + [ + "ha", + "ng" + ], + [ + "han", + "g" + ], + [ + "h", + "ang" + ], + [ + "act", + "ual" + ], + [ + "Object", + "s" + ], + [ + "▁я", + "к" + ], + [ + "▁fl", + "uid" + ], + [ + "▁flu", + "id" + ], + [ + "fix", + "ed" + ], + [ + "f", + "ixed" + ], + [ + "▁G", + "raph" + ], + [ + "▁Gr", + "aph" + ], + [ + "▁Gra", + "ph" + ], + [ + "▁", + "Graph" + ], + [ + "▁scr", + "atch" + ], + [ + "ce", + "rs" + ], + [ + "cer", + "s" + ], + [ + "c", + "ers" + ], + [ + "ri", + "bu" + ], + [ + "rib", + "u" + ], + [ + "▁valid", + "ation" + ], + [ + "▁", + "validation" + ], + [ + "▁com", + "pletion" + ], + [ + "▁complet", + "ion" + ], + [ + "▁B", + "egin" + ], + [ + "▁Be", + "gin" + ], + [ + "▁Beg", + "in" + ], + [ + "▁", + "Begin" + ], + [ + "end", + "point" + ], + [ + "ri", + "ent" + ], + [ + "rie", + "nt" + ], + [ + "rien", + "t" + ], + [ + "r", + "ient" + ], + [ + "C", + "M" + ], + [ + "▁S", + "ite" + ], + [ + "▁Si", + "te" + ], + [ + "▁", + "Site" + ], + [ + "▁expl", + "ains" + ], + [ + "▁explain", + "s" + ], + [ + "tr", + "es" + ], + [ + "tre", + "s" + ], + [ + "t", + "res" + ], + [ + "▁any", + "body" + ], + [ + "fo", + "reach" + ], + [ + "fore", + "ach" + ], + [ + "for", + "each" + ], + [ + "lo", + "n" + ], + [ + "l", + "on" + ], + [ + "Ch", + "ain" + ], + [ + "▁B", + "uff" + ], + [ + "▁Bu", + "ff" + ], + [ + "▁", + "Buff" + ], + [ + "oc", + "al" + ], + [ + "oca", + "l" + ], + [ + "o", + "cal" + ], + [ + "▁M", + "organ" + ], + [ + "▁Mor", + "gan" + ], + [ + "▁s", + "ang" + ], + [ + "▁sa", + "ng" + ], + [ + "▁san", + "g" + ], + [ + "▁pass", + "es" + ], + [ + "▁pas", + "ses" + ], + [ + "@", + "@" + ], + [ + "ij", + "d" + ], + [ + "i", + "jd" + ], + [ + "W", + "ord" + ], + [ + "▁H", + "ung" + ], + [ + "▁Hun", + "g" + ], + [ + "▁Hu", + "ng" + ], + [ + "▁F", + "er" + ], + [ + "▁Fe", + "r" + ], + [ + "▁v", + "ý" + ], + [ + "ba", + "st" + ], + [ + "bas", + "t" + ], + [ + "b", + "ast" + ], + [ + "▁enter", + "tainment" + ], + [ + "▁entertain", + "ment" + ], + [ + "hi", + "n" + ], + [ + "h", + "in" + ], + [ + "▁g", + "rat" + ], + [ + "▁gr", + "at" + ], + [ + "▁gra", + "t" + ], + [ + "▁M", + "ember" + ], + [ + "▁Me", + "mber" + ], + [ + "▁Mem", + "ber" + ], + [ + "▁", + "Member" + ], + [ + "▁M", + "inn" + ], + [ + "▁Min", + "n" + ], + [ + "▁Mi", + "nn" + ], + [ + "▁pr", + "inted" + ], + [ + "▁print", + "ed" + ], + [ + "▁prin", + "ted" + ], + [ + "▁Frank", + "lin" + ], + [ + "▁I", + "mp" + ], + [ + "▁Im", + "p" + ], + [ + "▁", + "Imp" + ], + [ + "M", + "achine" + ], + [ + "column", + "s" + ], + [ + "▁de", + "leted" + ], + [ + "▁del", + "eted" + ], + [ + "▁delete", + "d" + ], + [ + "▁delet", + "ed" + ], + [ + "▁", + "deleted" + ], + [ + "▁manufact", + "uring" + ], + [ + "▁re", + "ly" + ], + [ + "▁r", + "ely" + ], + [ + "▁rel", + "y" + ], + [ + "▁con", + "se" + ], + [ + "▁cons", + "e" + ], + [ + "▁f", + "ishing" + ], + [ + "▁fish", + "ing" + ], + [ + "▁fis", + "hing" + ], + [ + "bl", + "o" + ], + [ + "b", + "lo" + ], + [ + "-", + "$" + ], + [ + "▁.", + "\"" + ], + [ + "▁", + ".\"" + ], + [ + "▁clin", + "ical" + ], + [ + "▁clinic", + "al" + ], + [ + "▁Stud", + "ies" + ], + [ + "▁Б", + "у" + ], + [ + "def", + "inition" + ], + [ + "▁evalu", + "ation" + ], + [ + "▁eval", + "uation" + ], + [ + "▁att", + "acked" + ], + [ + "▁attack", + "ed" + ], + [ + "▁fro", + "zen" + ], + [ + "ze", + "nt" + ], + [ + "zen", + "t" + ], + [ + "z", + "ent" + ], + [ + "▁ú", + "lt" + ], + [ + "▁r", + "ational" + ], + [ + "▁rat", + "ional" + ], + [ + "▁ratio", + "nal" + ], + [ + "ot", + "he" + ], + [ + "oth", + "e" + ], + [ + "o", + "the" + ], + [ + "Can", + "cel" + ], + [ + "C", + "ancel" + ], + [ + "hi", + "story" + ], + [ + "hist", + "ory" + ], + [ + "set", + "Text" + ], + [ + "▁a", + "lc" + ], + [ + "▁al", + "c" + ], + [ + "▁h", + "ydro" + ], + [ + "▁hy", + "dro" + ], + [ + "▁hyd", + "ro" + ], + [ + "▁The", + "atre" + ], + [ + "▁M", + "aterial" + ], + [ + "▁Mat", + "erial" + ], + [ + "▁", + "Material" + ], + [ + "IO", + "Exception" + ], + [ + "****", + "**/" + ], + [ + "******", + "/" + ], + [ + "sp", + "l" + ], + [ + "s", + "pl" + ], + [ + "NO", + "DE" + ], + [ + "att", + "rs" + ], + [ + "attr", + "s" + ], + [ + "▁m", + "ie" + ], + [ + "▁mi", + "e" + ], + [ + "▁off", + "ices" + ], + [ + "▁offic", + "es" + ], + [ + "▁office", + "s" + ], + [ + "r", + "ó" + ], + [ + "▁j", + "am" + ], + [ + "▁ja", + "m" + ], + [ + "▁Id", + "ent" + ], + [ + "▁Ide", + "nt" + ], + [ + "▁", + "Ident" + ], + [ + "v", + "é" + ], + [ + "Set", + "ting" + ], + [ + "▁Sever", + "al" + ], + [ + "▁Sev", + "eral" + ], + [ + "▁dec", + "ay" + ], + [ + "And", + "roid" + ], + [ + "▁S", + "ave" + ], + [ + "▁Sa", + "ve" + ], + [ + "▁Sav", + "e" + ], + [ + "▁", + "Save" + ], + [ + "un", + "ted" + ], + [ + "unt", + "ed" + ], + [ + "unte", + "d" + ], + [ + "▁Mount", + "ain" + ], + [ + "us", + "c" + ], + [ + "u", + "sc" + ], + [ + "▁mar", + "zo" + ], + [ + "▁a", + "sleep" + ], + [ + "▁as", + "leep" + ], + [ + "▁sold", + "ier" + ], + [ + "▁D", + "ouble" + ], + [ + "▁Dou", + "ble" + ], + [ + "▁", + "Double" + ], + [ + "P", + "K" + ], + [ + "▁cont", + "rad" + ], + [ + "▁contr", + "ad" + ], + [ + "▁contra", + "d" + ], + [ + "▁w", + "ins" + ], + [ + "▁win", + "s" + ], + [ + "ce", + "iver" + ], + [ + "ceive", + "r" + ], + [ + "▁se", + "asons" + ], + [ + "▁season", + "s" + ], + [ + "▁seas", + "ons" + ], + [ + "▁C", + "hall" + ], + [ + "▁Ch", + "all" + ], + [ + "▁Cha", + "ll" + ], + [ + "▁health", + "care" + ], + [ + "ła", + "d" + ], + [ + "ł", + "ad" + ], + [ + "о", + "т" + ], + [ + "▁F", + "ive" + ], + [ + "▁Fi", + "ve" + ], + [ + "▁H", + "ell" + ], + [ + "▁He", + "ll" + ], + [ + "▁Hel", + "l" + ], + [ + "▁world", + "wide" + ], + [ + "▁'", + "," + ], + [ + "▁", + "'," + ], + [ + "я", + "н" + ], + [ + "ma", + "de" + ], + [ + "mad", + "e" + ], + [ + "m", + "ade" + ], + [ + "▁respon", + "ded" + ], + [ + "▁respond", + "ed" + ], + [ + "▁a", + "y" + ], + [ + "▁", + "ay" + ], + [ + "▁proced", + "ures" + ], + [ + "▁procedure", + "s" + ], + [ + "те", + "ра" + ], + [ + "тер", + "а" + ], + [ + "▁cle", + "ared" + ], + [ + "▁clear", + "ed" + ], + [ + "\"]", + "." + ], + [ + "\"", + "]." + ], + [ + "▁T", + "arget" + ], + [ + "▁Tar", + "get" + ], + [ + "▁", + "Target" + ], + [ + "▁S", + "ide" + ], + [ + "▁Si", + "de" + ], + [ + "▁Sid", + "e" + ], + [ + "▁", + "Side" + ], + [ + "om", + "in" + ], + [ + "omi", + "n" + ], + [ + "o", + "min" + ], + [ + "▁de", + "ploy" + ], + [ + "▁T", + "ell" + ], + [ + "▁Te", + "ll" + ], + [ + "▁Tel", + "l" + ], + [ + "▁", + "Tell" + ], + [ + "▁on", + "going" + ], + [ + "fl", + "oor" + ], + [ + "f", + "loor" + ], + [ + "▁b", + "ones" + ], + [ + "▁bo", + "nes" + ], + [ + "▁bon", + "es" + ], + [ + "▁bone", + "s" + ], + [ + "▁De", + "lete" + ], + [ + "▁Del", + "ete" + ], + [ + "▁", + "Delete" + ], + [ + "▁shru", + "gged" + ], + [ + "O", + "ur" + ], + [ + "De", + "r" + ], + [ + "D", + "er" + ], + [ + "▁init", + "ialize" + ], + [ + "▁initial", + "ize" + ], + [ + "▁", + "initialize" + ], + [ + "▁T", + "ed" + ], + [ + "▁Te", + "d" + ], + [ + "MA", + "GE" + ], + [ + "MAG", + "E" + ], + [ + "M", + "AGE" + ], + [ + "▁h", + "ire" + ], + [ + "▁hi", + "re" + ], + [ + "▁", + "hire" + ], + [ + "▁tr", + "acking" + ], + [ + "▁track", + "ing" + ], + [ + "▁a", + "sh" + ], + [ + "▁as", + "h" + ], + [ + "▁", + "ash" + ], + [ + "▁ce", + "iling" + ], + [ + "ка", + "х" + ], + [ + "et", + "ti" + ], + [ + "ett", + "i" + ], + [ + "e", + "tti" + ], + [ + "▁cour", + "age" + ], + [ + "▁cou", + "rage" + ], + [ + "ensch", + "app" + ], + [ + "ют", + "ся" + ], + [ + "ю", + "тся" + ], + [ + "Mo", + "re" + ], + [ + "M", + "ore" + ], + [ + "▁fol", + "g" + ], + [ + "▁fo", + "lg" + ], + [ + "▁", + "folg" + ], + [ + "▁Gr", + "ace" + ], + [ + "▁Gra", + "ce" + ], + [ + "▁K", + "elly" + ], + [ + "▁Kel", + "ly" + ], + [ + "▁re", + "ven" + ], + [ + "▁r", + "even" + ], + [ + "▁rev", + "en" + ], + [ + "▁reve", + "n" + ], + [ + "▁A", + "li" + ], + [ + "▁Al", + "i" + ], + [ + "▁", + "Ali" + ], + [ + "▁d", + "isp" + ], + [ + "▁dis", + "p" + ], + [ + "▁di", + "sp" + ], + [ + "▁", + "disp" + ], + [ + "▁de", + "feat" + ], + [ + "▁defe", + "at" + ], + [ + "▁cre", + "ature" + ], + [ + "▁creat", + "ure" + ], + [ + "▁Kenn", + "edy" + ], + [ + "▁D", + "iego" + ], + [ + "▁Die", + "go" + ], + [ + "▁Di", + "ego" + ], + [ + "EM", + "P" + ], + [ + "E", + "MP" + ], + [ + "▁s", + "team" + ], + [ + "▁ste", + "am" + ], + [ + "end", + "ance" + ], + [ + "ri", + "g" + ], + [ + "r", + "ig" + ], + [ + "▁ign", + "or" + ], + [ + "▁ig", + "nor" + ], + [ + "em", + "en" + ], + [ + "eme", + "n" + ], + [ + "e", + "men" + ], + [ + "▁G", + "ru" + ], + [ + "▁Gr", + "u" + ], + [ + "▁pro", + "posal" + ], + [ + "▁propos", + "al" + ], + [ + "▁we", + "iter" + ], + [ + "▁weit", + "er" + ], + [ + "▁", + "лі" + ], + [ + "ib", + "les" + ], + [ + "ible", + "s" + ], + [ + "i", + "bles" + ], + [ + "▁consider", + "ation" + ], + [ + "▁belie", + "ves" + ], + [ + "▁believe", + "s" + ], + [ + "▁S", + "oph" + ], + [ + "▁So", + "ph" + ], + [ + "“", + "," + ], + [ + "▁Matt", + "hew" + ], + [ + "▁circ", + "uit" + ], + [ + "▁s", + "inger" + ], + [ + "▁sing", + "er" + ], + [ + "▁sin", + "ger" + ], + [ + "▁S", + "quare" + ], + [ + "ç", + "o" + ], + [ + "Ed", + "ge" + ], + [ + "▁a", + "str" + ], + [ + "▁as", + "tr" + ], + [ + "▁ast", + "r" + ], + [ + "▁", + "astr" + ], + [ + "▁represent", + "ative" + ], + [ + "▁comprehens", + "ive" + ], + [ + "li", + "ga" + ], + [ + "lig", + "a" + ], + [ + "l", + "iga" + ], + [ + "▁m", + "ere" + ], + [ + "▁me", + "re" + ], + [ + "▁mer", + "e" + ], + [ + "tb", + "l" + ], + [ + "t", + "bl" + ], + [ + "▁contin", + "uing" + ], + [ + "▁continu", + "ing" + ], + [ + "ograph", + "er" + ], + [ + "ograp", + "her" + ], + [ + "LE", + "D" + ], + [ + "L", + "ED" + ], + [ + "▁/*", + "**/" + ], + [ + "▁/**", + "*/" + ], + [ + "▁s", + "ear" + ], + [ + "▁se", + "ar" + ], + [ + "▁sea", + "r" + ], + [ + "▁enorm", + "ous" + ], + [ + "iz", + "i" + ], + [ + "i", + "zi" + ], + [ + "Di", + "t" + ], + [ + "D", + "it" + ], + [ + "th", + "ere" + ], + [ + "ther", + "e" + ], + [ + "the", + "re" + ], + [ + "t", + "here" + ], + [ + "і", + "н" + ], + [ + "си", + "те" + ], + [ + "▁gu", + "erra" + ], + [ + "▁end", + "point" + ], + [ + "▁", + "endpoint" + ], + [ + "▁le", + "sson" + ], + [ + "▁les", + "son" + ], + [ + "▁less", + "on" + ], + [ + "zo", + "n" + ], + [ + "z", + "on" + ], + [ + "var", + "iable" + ], + [ + "vari", + "able" + ], + [ + "и", + "с" + ], + [ + "▁research", + "ers" + ], + [ + "▁attempt", + "ed" + ], + [ + "▁e", + "nf" + ], + [ + "▁en", + "f" + ], + [ + "ту", + "ра" + ], + [ + "тур", + "а" + ], + [ + "▁de", + "fin" + ], + [ + "▁def", + "in" + ], + [ + "ве", + "ст" + ], + [ + "▁aw", + "ful" + ], + [ + "▁lo", + "west" + ], + [ + "▁low", + "est" + ], + [ + "ru", + "les" + ], + [ + "rule", + "s" + ], + [ + "r", + "ules" + ], + [ + "▁un", + "like" + ], + [ + "inter", + "val" + ], + [ + "▁produ", + "cing" + ], + [ + "▁K", + "am" + ], + [ + "▁Ka", + "m" + ], + [ + "▁I", + "MP" + ], + [ + "▁IM", + "P" + ], + [ + "▁", + "IMP" + ], + [ + "Gener", + "al" + ], + [ + "Gen", + "eral" + ], + [ + "▁f", + "aire" + ], + [ + "▁fa", + "ire" + ], + [ + "▁fair", + "e" + ], + [ + "▁max", + "im" + ], + [ + "▁ma", + "xim" + ], + [ + "as", + "semb" + ], + [ + "ass", + "emb" + ], + [ + "asse", + "mb" + ], + [ + "assem", + "b" + ], + [ + "ac", + "ent" + ], + [ + "ace", + "nt" + ], + [ + "a", + "cent" + ], + [ + "?", + ">" + ], + [ + "pl", + "ica" + ], + [ + "plic", + "a" + ], + [ + "p", + "lica" + ], + [ + "▁r", + "am" + ], + [ + "▁ra", + "m" + ], + [ + "▁", + "ram" + ], + [ + "ma", + "te" + ], + [ + "mat", + "e" + ], + [ + "m", + "ate" + ], + [ + "ц", + "у" + ], + [ + "m", + "n" + ], + [ + "▁H", + "i" + ], + [ + "▁", + "Hi" + ], + [ + "▁st", + "ages" + ], + [ + "▁stage", + "s" + ], + [ + "▁stag", + "es" + ], + [ + "▁sta", + "ges" + ], + [ + "▁Ed", + "itor" + ], + [ + "▁Edit", + "or" + ], + [ + "▁", + "Editor" + ], + [ + "▁t", + "ang" + ], + [ + "▁tan", + "g" + ], + [ + "▁ta", + "ng" + ], + [ + "R", + "D" + ], + [ + "▁i", + "ch" + ], + [ + "▁ic", + "h" + ], + [ + "▁", + "ich" + ], + [ + "▁depend", + "ent" + ], + [ + "▁dep", + "endent" + ], + [ + "▁", + "dependent" + ], + [ + "li", + "fer" + ], + [ + "life", + "r" + ], + [ + "lif", + "er" + ], + [ + "l", + "ifer" + ], + [ + "as", + "cript" + ], + [ + "asc", + "ript" + ], + [ + "a", + "script" + ], + [ + "▁expos", + "ure" + ], + [ + "ре", + "з" + ], + [ + "▁m", + "art" + ], + [ + "▁mar", + "t" + ], + [ + "▁ma", + "rt" + ], + [ + "▁", + "mart" + ], + [ + "▁Bar", + "cel" + ], + [ + "xs", + "pace" + ], + [ + "x", + "space" + ], + [ + "SE", + "SSION" + ], + [ + "▁p", + "rest" + ], + [ + "▁pre", + "st" + ], + [ + "▁pr", + "est" + ], + [ + "▁pres", + "t" + ], + [ + "UR", + "CE" + ], + [ + "-", + "." + ], + [ + "▁се", + "ло" + ], + [ + "ha", + "ve" + ], + [ + "hav", + "e" + ], + [ + "h", + "ave" + ], + [ + "▁observ", + "ation" + ], + [ + "▁obs", + "ervation" + ], + [ + "▁comm", + "ands" + ], + [ + "▁command", + "s" + ], + [ + "▁", + "commands" + ], + [ + "▁e", + "ager" + ], + [ + "▁out", + "door" + ], + [ + "▁DE", + "BUG" + ], + [ + "▁", + "DEBUG" + ], + [ + "▁h", + "r" + ], + [ + "▁", + "hr" + ], + [ + "A", + "X" + ], + [ + "▁p", + "uzz" + ], + [ + "▁pu", + "zz" + ], + [ + "bl", + "ank" + ], + [ + "бу", + "р" + ], + [ + "б", + "ур" + ], + [ + "▁k", + "ennis" + ], + [ + "▁reg", + "arded" + ], + [ + "▁regard", + "ed" + ], + [ + "▁}", + ")," + ], + [ + "▁})", + "," + ], + [ + "▁", + "})," + ], + [ + "vol", + "ume" + ], + [ + "▁про", + "из" + ], + [ + "▁Tr", + "aining" + ], + [ + "▁Tra", + "ining" + ], + [ + "▁Train", + "ing" + ], + [ + "a", + "ñ" + ], + [ + "▁f", + "ois" + ], + [ + "▁foi", + "s" + ], + [ + "▁fo", + "is" + ], + [ + "▁т", + "ри" + ], + [ + "▁", + "три" + ], + [ + "в", + "ня" + ], + [ + "▁opt", + "imal" + ], + [ + "▁optim", + "al" + ], + [ + "▁sub", + "scription" + ], + [ + "▁subs", + "cription" + ], + [ + "▁", + "subscription" + ], + [ + "br", + "idge" + ], + [ + "brid", + "ge" + ], + [ + "b", + "ridge" + ], + [ + "im", + "ental" + ], + [ + "iment", + "al" + ], + [ + "imen", + "tal" + ], + [ + "▁Th", + "ink" + ], + [ + "▁\"", + ";" + ], + [ + "▁", + "\";" + ], + [ + "▁leg", + "isl" + ], + [ + "▁legis", + "l" + ], + [ + "▁H", + "op" + ], + [ + "▁Ho", + "p" + ], + [ + "▁br", + "anches" + ], + [ + "▁branch", + "es" + ], + [ + "▁V", + "eg" + ], + [ + "▁Ve", + "g" + ], + [ + "▁s", + "print" + ], + [ + "▁spr", + "int" + ], + [ + "▁fl", + "ux" + ], + [ + "▁flu", + "x" + ], + [ + "▁Fr", + "eder" + ], + [ + "▁Fre", + "der" + ], + [ + "▁Fred", + "er" + ], + [ + "si", + "s" + ], + [ + "s", + "is" + ], + [ + "not", + "ify" + ], + [ + "▁Ф", + "ран" + ], + [ + "so", + "m" + ], + [ + "s", + "om" + ], + [ + "ny", + "m" + ], + [ + "n", + "ym" + ], + [ + "▁R", + "é" + ], + [ + "le", + "tt" + ], + [ + "let", + "t" + ], + [ + "l", + "ett" + ], + [ + "ing", + "ham" + ], + [ + "▁F", + "arm" + ], + [ + "▁Far", + "m" + ], + [ + "▁Fa", + "rm" + ], + [ + "DO", + "M" + ], + [ + "D", + "OM" + ], + [ + "▁sh", + "ield" + ], + [ + "He", + "re" + ], + [ + "Her", + "e" + ], + [ + "H", + "ere" + ], + [ + "▁T", + "reat" + ], + [ + "▁Tre", + "at" + ], + [ + "▁Lu", + "ke" + ], + [ + "▁un", + "safe" + ], + [ + "an", + "ton" + ], + [ + "ant", + "on" + ], + [ + "anto", + "n" + ], + [ + "▁Im", + "per" + ], + [ + "▁Imp", + "er" + ], + [ + "▁tele", + "phone" + ], + [ + "▁un", + "lock" + ], + [ + "▁", + "unlock" + ], + [ + "Own", + "er" + ], + [ + "col", + "lection" + ], + [ + "coll", + "ection" + ], + [ + "collect", + "ion" + ], + [ + "▁s", + "nd" + ], + [ + "▁sn", + "d" + ], + [ + "▁", + "snd" + ], + [ + "▁su", + "iv" + ], + [ + "▁ent", + "ering" + ], + [ + "▁enter", + "ing" + ], + [ + "ше", + "н" + ], + [ + "ш", + "ен" + ], + [ + "▁L", + "abel" + ], + [ + "▁La", + "bel" + ], + [ + "▁Lab", + "el" + ], + [ + "▁", + "Label" + ], + [ + "se", + "lector" + ], + [ + "sel", + "ector" + ], + [ + "select", + "or" + ], + [ + "▁G", + "ET" + ], + [ + "▁", + "GET" + ], + [ + "▁qu", + "ando" + ], + [ + "▁quand", + "o" + ], + [ + "▁f", + "ed" + ], + [ + "▁fe", + "d" + ], + [ + "▁", + "fed" + ], + [ + "j", + "Query" + ], + [ + "Or", + "igin" + ], + [ + "▁A", + "lan" + ], + [ + "▁Al", + "an" + ], + [ + "math", + "scr" + ], + [ + "▁pregn", + "ant" + ], + [ + "▁preg", + "nant" + ], + [ + "Ex", + "pect" + ], + [ + "Exp", + "ect" + ], + [ + "re", + "sources" + ], + [ + "res", + "ources" + ], + [ + "resource", + "s" + ], + [ + "▁er", + "sten" + ], + [ + "▁erst", + "en" + ], + [ + "▁ers", + "ten" + ], + [ + "▁erste", + "n" + ], + [ + "al", + "ia" + ], + [ + "ali", + "a" + ], + [ + "a", + "lia" + ], + [ + "▁ret", + "ired" + ], + [ + "▁retire", + "d" + ], + [ + "û", + "t" + ], + [ + "Cr", + "ed" + ], + [ + "C", + "red" + ], + [ + "▁m", + "éd" + ], + [ + "▁mé", + "d" + ], + [ + "▁e", + "rh" + ], + [ + "▁er", + "h" + ], + [ + "Frame", + "work" + ], + [ + "Sl", + "ot" + ], + [ + "S", + "lot" + ], + [ + "d", + "uration" + ], + [ + "sa", + "l" + ], + [ + "s", + "al" + ], + [ + "▁com", + "position" + ], + [ + "▁compos", + "ition" + ], + [ + "art", + "icle" + ], + [ + "gp", + "u" + ], + [ + "g", + "pu" + ], + [ + "▁per", + "mitted" + ], + [ + "▁perm", + "itted" + ], + [ + "▁permit", + "ted" + ], + [ + "▁F", + "ont" + ], + [ + "▁Fo", + "nt" + ], + [ + "▁", + "Font" + ], + [ + "▁M", + "uch" + ], + [ + "▁Mu", + "ch" + ], + [ + "▁p", + "ending" + ], + [ + "▁pen", + "ding" + ], + [ + "▁", + "pending" + ], + [ + "▁ag", + "encies" + ], + [ + "Column", + "s" + ], + [ + "▁k", + "lik" + ], + [ + "▁kl", + "ik" + ], + [ + "▁r", + "ating" + ], + [ + "▁rat", + "ing" + ], + [ + "▁ra", + "ting" + ], + [ + "▁", + "rating" + ], + [ + "min", + "d" + ], + [ + "mi", + "nd" + ], + [ + "m", + "ind" + ], + [ + "▁Penn", + "sylvania" + ], + [ + "J", + "ava" + ], + [ + "ab", + "stract" + ], + [ + "abs", + "tract" + ], + [ + "▁d", + "umb" + ], + [ + "▁du", + "mb" + ], + [ + "▁V", + "I" + ], + [ + "▁", + "VI" + ], + [ + "us", + "a" + ], + [ + "u", + "sa" + ], + [ + "Rem", + "ote" + ], + [ + "▁YO", + "U" + ], + [ + "▁C", + "reek" + ], + [ + "▁Cre", + "ek" + ], + [ + "ма", + "ти" + ], + [ + "мат", + "и" + ], + [ + "Bot", + "tom" + ], + [ + "B", + "ottom" + ], + [ + "▁roll", + "ing" + ], + [ + "▁", + "rolling" + ], + [ + "▁b", + "undle" + ], + [ + "▁bund", + "le" + ], + [ + "▁", + "bundle" + ], + [ + "▁g", + "olf" + ], + [ + "▁gol", + "f" + ], + [ + "gp", + "io" + ], + [ + "g", + "pio" + ], + [ + "▁Ch", + "air" + ], + [ + "▁Cha", + "ir" + ], + [ + "▁c", + "ls" + ], + [ + "▁cl", + "s" + ], + [ + "▁", + "cls" + ], + [ + "$", + "}" + ], + [ + "▁Par", + "liament" + ], + [ + "f", + "ühr" + ], + [ + "Man", + "y" + ], + [ + "Ma", + "ny" + ], + [ + "M", + "any" + ], + [ + "▁S", + "ep" + ], + [ + "▁Se", + "p" + ], + [ + "▁", + "Sep" + ], + [ + "▁bad", + "ly" + ], + [ + "ig", + "i" + ], + [ + "i", + "gi" + ], + [ + "▁Geme", + "inde" + ], + [ + "Il", + "l" + ], + [ + "I", + "ll" + ], + [ + "▁А", + "н" + ], + [ + "ua", + "rt" + ], + [ + "uar", + "t" + ], + [ + "u", + "art" + ], + [ + "it", + "empty" + ], + [ + "item", + "pty" + ], + [ + "▁N", + "iger" + ], + [ + "▁Ni", + "ger" + ], + [ + "▁im", + "migr" + ], + [ + "▁imm", + "igr" + ], + [ + "Su", + "per" + ], + [ + "Sup", + "er" + ], + [ + "S", + "uper" + ], + [ + "v", + "á" + ], + [ + "ist", + "ribute" + ], + [ + "istribut", + "e" + ], + [ + "Hel", + "pers" + ], + [ + "Helper", + "s" + ], + [ + "Help", + "ers" + ], + [ + "▁w", + "aters" + ], + [ + "▁water", + "s" + ], + [ + "▁wat", + "ers" + ], + [ + "▁wa", + "ters" + ], + [ + "▁join", + "ing" + ], + [ + "▁jo", + "ining" + ], + [ + "om", + "itempty" + ], + [ + "▁Other", + "wise" + ], + [ + "▁H", + "ost" + ], + [ + "▁Ho", + "st" + ], + [ + "▁", + "Host" + ], + [ + "▁re", + "dd" + ], + [ + "▁red", + "d" + ], + [ + "▁d", + "y" + ], + [ + "▁", + "dy" + ], + [ + "▁con", + "verted" + ], + [ + "▁convert", + "ed" + ], + [ + "▁conver", + "ted" + ], + [ + "▁pr", + "ayer" + ], + [ + "▁pray", + "er" + ], + [ + "▁pra", + "yer" + ], + [ + "▁У", + "краї" + ], + [ + "▁Укра", + "ї" + ], + [ + "▁e", + "lections" + ], + [ + "▁elect", + "ions" + ], + [ + "▁ele", + "ctions" + ], + [ + "▁election", + "s" + ], + [ + "re", + "b" + ], + [ + "r", + "eb" + ], + [ + "er", + "ie" + ], + [ + "eri", + "e" + ], + [ + "e", + "rie" + ], + [ + "▁с", + "вя" + ], + [ + "Ab", + "s" + ], + [ + "A", + "bs" + ], + [ + "ie", + "mbre" + ], + [ + "iem", + "bre" + ], + [ + "i", + "embre" + ], + [ + "hol", + "ders" + ], + [ + "hold", + "ers" + ], + [ + "holder", + "s" + ], + [ + "▁R", + "ol" + ], + [ + "▁Ro", + "l" + ], + [ + "ut", + "schen" + ], + [ + "uts", + "chen" + ], + [ + "utsch", + "en" + ], + [ + "utsche", + "n" + ], + [ + "▁G", + "h" + ], + [ + "ter", + "y" + ], + [ + "te", + "ry" + ], + [ + "t", + "ery" + ], + [ + "ан", + "г" + ], + [ + "а", + "нг" + ], + [ + "▁narr", + "ative" + ], + [ + "min", + "us" + ], + [ + "m", + "inus" + ], + [ + "▁I", + "ron" + ], + [ + "▁Ir", + "on" + ], + [ + "=\"", + "#" + ], + [ + "▁w", + "and" + ], + [ + "▁wa", + "nd" + ], + [ + "▁", + "wand" + ], + [ + "▁w", + "ished" + ], + [ + "▁wish", + "ed" + ], + [ + "▁wis", + "hed" + ], + [ + "ic", + "ode" + ], + [ + "ico", + "de" + ], + [ + "i", + "code" + ], + [ + "or", + "r" + ], + [ + "o", + "rr" + ], + [ + "[", + "[" + ], + [ + "▁detect", + "ed" + ], + [ + "▁municip", + "al" + ], + [ + "▁P", + "our" + ], + [ + "▁Po", + "ur" + ], + [ + "▁S", + "erv" + ], + [ + "▁Se", + "rv" + ], + [ + "▁Ser", + "v" + ], + [ + "▁", + "Serv" + ], + [ + "cite", + "t" + ], + [ + "cit", + "et" + ], + [ + "c", + "itet" + ], + [ + "▁g", + "rey" + ], + [ + "▁gr", + "ey" + ], + [ + "▁gre", + "y" + ], + [ + "▁R", + "ap" + ], + [ + "▁Ra", + "p" + ], + [ + "▁v", + "oy" + ], + [ + "▁vo", + "y" + ], + [ + "▁l", + "leg" + ], + [ + "▁ll", + "eg" + ], + [ + "▁cur", + "rency" + ], + [ + "▁curr", + "ency" + ], + [ + "▁", + "currency" + ], + [ + "▁S", + "cript" + ], + [ + "▁Sc", + "ript" + ], + [ + "▁", + "Script" + ], + [ + "str", + "ument" + ], + [ + "stru", + "ment" + ], + [ + "▁expect", + "ing" + ], + [ + "▁t", + "ickets" + ], + [ + "▁tick", + "ets" + ], + [ + "▁ticket", + "s" + ], + [ + "▁b", + "ucket" + ], + [ + "▁buck", + "et" + ], + [ + "▁", + "bucket" + ], + [ + "eg", + "r" + ], + [ + "e", + "gr" + ], + [ + "▁j", + "acket" + ], + [ + "▁jack", + "et" + ], + [ + "dr", + "v" + ], + [ + "d", + "rv" + ], + [ + "▁lo", + "ans" + ], + [ + "▁loan", + "s" + ], + [ + "▁k", + "ann" + ], + [ + "▁kan", + "n" + ], + [ + "▁ka", + "nn" + ], + [ + "▁integr", + "al" + ], + [ + "▁character", + "istics" + ], + [ + "▁characteristic", + "s" + ], + [ + "(\"", + "." + ], + [ + "(", + "\"." + ], + [ + "▁man", + "ual" + ], + [ + "▁d", + "ynamics" + ], + [ + "▁dynam", + "ics" + ], + [ + "▁dynamic", + "s" + ], + [ + ":", + "*" + ], + [ + "sh", + "a" + ], + [ + "s", + "ha" + ], + [ + "re", + "ens" + ], + [ + "ree", + "ns" + ], + [ + "reen", + "s" + ], + [ + "on", + "ical" + ], + [ + "oni", + "cal" + ], + [ + "onic", + "al" + ], + [ + "▁to", + "ile" + ], + [ + "añ", + "a" + ], + [ + "a", + "ña" + ], + [ + "▁d", + "istant" + ], + [ + "▁di", + "stant" + ], + [ + "▁dist", + "ant" + ], + [ + "▁hand", + "led" + ], + [ + "▁handle", + "d" + ], + [ + "Bo", + "ol" + ], + [ + "B", + "ool" + ], + [ + "▁pe", + "nal" + ], + [ + "▁pen", + "al" + ], + [ + "▁Th", + "ings" + ], + [ + "▁prom", + "inent" + ], + [ + "▁ex", + "ped" + ], + [ + "▁exp", + "ed" + ], + [ + "▁He", + "lp" + ], + [ + "▁Hel", + "p" + ], + [ + "▁", + "Help" + ], + [ + "▁a", + "sp" + ], + [ + "▁as", + "p" + ], + [ + "▁", + "asp" + ], + [ + "la", + "p" + ], + [ + "l", + "ap" + ], + [ + "▁A", + "uth" + ], + [ + "▁Aut", + "h" + ], + [ + "▁Au", + "th" + ], + [ + "▁", + "Auth" + ], + [ + "Bas", + "ic" + ], + [ + "ach", + "uset" + ], + [ + "▁B", + "ild" + ], + [ + "▁Bi", + "ld" + ], + [ + "▁Bil", + "d" + ], + [ + "▁ent", + "itled" + ], + [ + "▁j", + "ag" + ], + [ + "▁ja", + "g" + ], + [ + "▁reject", + "ed" + ], + [ + "▁m", + "emor" + ], + [ + "▁me", + "mor" + ], + [ + "▁mem", + "or" + ], + [ + "▁memo", + "r" + ], + [ + "or", + "ts" + ], + [ + "ort", + "s" + ], + [ + "▁ap", + "plies" + ], + [ + "▁appl", + "ies" + ], + [ + "▁L", + "anguage" + ], + [ + "▁", + "Language" + ], + [ + "spec", + "ific" + ], + [ + "achuset", + "ts" + ], + [ + "HA", + "ND" + ], + [ + "H", + "AND" + ], + [ + "▁R", + "oute" + ], + [ + "▁Ro", + "ute" + ], + [ + "▁Rou", + "te" + ], + [ + "▁", + "Route" + ], + [ + "mark", + "et" + ], + [ + "mar", + "ket" + ], + [ + "▁K", + "y" + ], + [ + "▁p", + "ose" + ], + [ + "▁pos", + "e" + ], + [ + "▁po", + "se" + ], + [ + "▁", + "pose" + ], + [ + "AC", + "HE" + ], + [ + "ACH", + "E" + ], + [ + "po", + "ll" + ], + [ + "pol", + "l" + ], + [ + "p", + "oll" + ], + [ + "▁r", + "ocks" + ], + [ + "▁ro", + "cks" + ], + [ + "▁rock", + "s" + ], + [ + "bo", + "ne" + ], + [ + "bon", + "e" + ], + [ + "b", + "one" + ], + [ + "▁D", + "IS" + ], + [ + "▁DI", + "S" + ], + [ + "▁", + "DIS" + ], + [ + "W", + "atch" + ], + [ + "▁sm", + "iling" + ], + [ + "ри", + "о" + ], + [ + "Mon", + "th" + ], + [ + "Mont", + "h" + ], + [ + "▁e", + "fter" + ], + [ + "con", + "struct" + ], + [ + "const", + "ruct" + ], + [ + "▁b", + "ands" + ], + [ + "▁band", + "s" + ], + [ + "▁ban", + "ds" + ], + [ + "▁", + "bands" + ], + [ + "▁collabor", + "ation" + ], + [ + "ни", + "ми" + ], + [ + "ним", + "и" + ], + [ + "gl", + "as" + ], + [ + "g", + "las" + ], + [ + "▁v", + "y" + ], + [ + "▁", + "vy" + ], + [ + "▁eng", + "agement" + ], + [ + "▁engage", + "ment" + ], + [ + "__", + ")" + ], + [ + "_", + "_)" + ], + [ + "▁w", + "ings" + ], + [ + "▁win", + "gs" + ], + [ + "▁wing", + "s" + ], + [ + "ки", + "м" + ], + [ + "к", + "им" + ], + [ + "net", + "je" + ], + [ + "at", + "iva" + ], + [ + "ati", + "va" + ], + [ + "ativ", + "a" + ], + [ + "▁Du", + "ke" + ], + [ + "ле", + "е" + ], + [ + "▁With", + "in" + ], + [ + "▁d", + "ove" + ], + [ + "▁do", + "ve" + ], + [ + "▁c", + "b" + ], + [ + "▁", + "cb" + ], + [ + "ye", + "rs" + ], + [ + "yer", + "s" + ], + [ + "y", + "ers" + ], + [ + "po", + "w" + ], + [ + "p", + "ow" + ], + [ + "[", + "(" + ], + [ + "▁evalu", + "ate" + ], + [ + "▁eval", + "uate" + ], + [ + "Point", + "s" + ], + [ + "▁р", + "і" + ], + [ + "▁", + "рі" + ], + [ + "od", + "igd" + ], + [ + "odi", + "gd" + ], + [ + "on", + "omy" + ], + [ + "ono", + "my" + ], + [ + "onom", + "y" + ], + [ + "▁Ill", + "inois" + ], + [ + "▁T", + "yp" + ], + [ + "▁Ty", + "p" + ], + [ + "▁", + "Typ" + ], + [ + "▁coord", + "inates" + ], + [ + "▁coordinate", + "s" + ], + [ + "pis", + "ode" + ], + [ + "uck", + "ed" + ], + [ + "uc", + "ked" + ], + [ + "▁f", + "lav" + ], + [ + "▁fl", + "av" + ], + [ + "▁br", + "ands" + ], + [ + "▁brand", + "s" + ], + [ + "▁cal", + "endar" + ], + [ + "▁", + "calendar" + ], + [ + "Li", + "b" + ], + [ + "L", + "ib" + ], + [ + "▁uit", + "gen" + ], + [ + "▁t", + "ale" + ], + [ + "▁tal", + "e" + ], + [ + "▁ta", + "le" + ], + [ + "▁brief", + "ly" + ], + [ + "▁m", + "ic" + ], + [ + "▁mi", + "c" + ], + [ + "▁", + "mic" + ], + [ + "RE", + "SS" + ], + [ + "RES", + "S" + ], + [ + "▁sp", + "äter" + ], + [ + "▁integr", + "ated" + ], + [ + "▁integrate", + "d" + ], + [ + "▁cook", + "ies" + ], + [ + "▁cookie", + "s" + ], + [ + "▁uitgen", + "odigd" + ], + [ + "▁P", + "riv" + ], + [ + "▁Pr", + "iv" + ], + [ + "▁Pri", + "v" + ], + [ + "▁", + "Priv" + ], + [ + "▁phen", + "omen" + ], + [ + "▁vo", + "egen" + ], + [ + "Su", + "pp" + ], + [ + "Sup", + "p" + ], + [ + "S", + "upp" + ], + [ + "▁re", + "fers" + ], + [ + "▁ref", + "ers" + ], + [ + "▁refer", + "s" + ], + [ + "па", + "д" + ], + [ + "▁Cl", + "inton" + ], + [ + "▁Clin", + "ton" + ], + [ + "▁ass", + "ignment" + ], + [ + "▁assign", + "ment" + ], + [ + "in", + "als" + ], + [ + "ina", + "ls" + ], + [ + "inal", + "s" + ], + [ + "i", + "nals" + ], + [ + "▁a", + "sym" + ], + [ + "▁as", + "ym" + ], + [ + "cy", + "cle" + ], + [ + "cycl", + "e" + ], + [ + "c", + "ycle" + ], + [ + "▁And", + "erson" + ], + [ + "▁Anders", + "on" + ], + [ + "▁b", + "inding" + ], + [ + "▁bin", + "ding" + ], + [ + "▁bind", + "ing" + ], + [ + "▁", + "binding" + ], + [ + "ri", + "que" + ], + [ + "r", + "ique" + ], + [ + "hi", + "nd" + ], + [ + "hin", + "d" + ], + [ + "h", + "ind" + ], + [ + "▁be", + "half" + ], + [ + "▁beh", + "alf" + ], + [ + "▁F", + "le" + ], + [ + "▁Fl", + "e" + ], + [ + "▁break", + "s" + ], + [ + "▁bre", + "aks" + ], + [ + "▁so", + "ap" + ], + [ + "▁", + "soap" + ], + [ + "ва", + "р" + ], + [ + "в", + "ар" + ], + [ + "▁v", + "ä" + ], + [ + "▁", + "vä" + ], + [ + "▁c", + "rying" + ], + [ + "▁cr", + "ying" + ], + [ + "▁cry", + "ing" + ], + [ + "▁", + "→" + ], + [ + "▁m", + "sm" + ], + [ + "▁ms", + "m" + ], + [ + "▁", + "msm" + ], + [ + "▁bo", + "ots" + ], + [ + "▁boot", + "s" + ], + [ + "ow", + "ing" + ], + [ + "owi", + "ng" + ], + [ + "o", + "wing" + ], + [ + "▁b", + "ell" + ], + [ + "▁be", + "ll" + ], + [ + "▁bel", + "l" + ], + [ + "▁", + "bell" + ], + [ + "su", + "ite" + ], + [ + "suit", + "e" + ], + [ + "▁Bund", + "es" + ], + [ + "▁Bun", + "des" + ], + [ + "Y", + "ear" + ], + [ + "nd", + "ef" + ], + [ + "nde", + "f" + ], + [ + "n", + "def" + ], + [ + "O", + "ther" + ], + [ + "▁go", + "ogle" + ], + [ + "▁goog", + "le" + ], + [ + "▁", + "google" + ], + [ + "EN", + "CE" + ], + [ + "ENC", + "E" + ], + [ + "WE", + "R" + ], + [ + "W", + "ER" + ], + [ + "Le", + "s" + ], + [ + "L", + "es" + ], + [ + "Sh", + "ared" + ], + [ + "Share", + "d" + ], + [ + "▁E", + "D" + ], + [ + "▁", + "ED" + ], + [ + "IF", + "T" + ], + [ + "I", + "FT" + ], + [ + "▁flo", + "ating" + ], + [ + "▁float", + "ing" + ], + [ + "ý", + "m" + ], + [ + "{}", + "," + ], + [ + "{", + "}," + ], + [ + "Bin", + "ary" + ], + [ + "B", + "inary" + ], + [ + "▁ro", + "ce" + ], + [ + "ra", + "j" + ], + [ + "r", + "aj" + ], + [ + "▁be", + "werken" + ], + [ + "B", + "F" + ], + [ + "▁H", + "ur" + ], + [ + "▁Hu", + "r" + ], + [ + "ce", + "n" + ], + [ + "c", + "en" + ], + [ + "▁e", + "re" + ], + [ + "▁er", + "e" + ], + [ + "▁", + "ere" + ], + [ + "▁c", + "amb" + ], + [ + "▁cam", + "b" + ], + [ + "▁ca", + "mb" + ], + [ + "▁Pak", + "istan" + ], + [ + "▁great", + "ly" + ], + [ + "▁log", + "ging" + ], + [ + "▁", + "logging" + ], + [ + "/", + "." + ], + [ + "Ten", + "sor" + ], + [ + "T", + "ensor" + ], + [ + "▁op", + "ens" + ], + [ + "▁open", + "s" + ], + [ + "▁", + "opens" + ], + [ + "▁R", + "io" + ], + [ + "▁klik", + "ken" + ], + [ + "▁sc", + "ulpt" + ], + [ + "ap", + "ore" + ], + [ + "apor", + "e" + ], + [ + "w", + "x" + ], + [ + "▁N", + "ich" + ], + [ + "▁Nic", + "h" + ], + [ + "▁Ni", + "ch" + ], + [ + "na", + "n" + ], + [ + "n", + "an" + ], + [ + "▁inj", + "ured" + ], + [ + "com", + "pare" + ], + [ + "comp", + "are" + ], + [ + "compar", + "e" + ], + [ + "th", + "a" + ], + [ + "t", + "ha" + ], + [ + "Sam", + "ple" + ], + [ + "S", + "ample" + ], + [ + "Sh", + "ell" + ], + [ + "She", + "ll" + ], + [ + "S", + "hell" + ], + [ + "▁comm", + "ander" + ], + [ + "▁command", + "er" + ], + [ + "▁re", + "ceiver" + ], + [ + "▁rece", + "iver" + ], + [ + "▁receive", + "r" + ], + [ + "▁h", + "opes" + ], + [ + "▁hope", + "s" + ], + [ + "▁hop", + "es" + ], + [ + "▁ho", + "pes" + ], + [ + "▁b", + "yl" + ], + [ + "▁by", + "l" + ], + [ + "▁pro", + "xy" + ], + [ + "▁pr", + "oxy" + ], + [ + "▁", + "proxy" + ], + [ + "▁g", + "all" + ], + [ + "▁gal", + "l" + ], + [ + "▁ga", + "ll" + ], + [ + "get", + "Id" + ], + [ + "▁B", + "ab" + ], + [ + "▁Ba", + "b" + ], + [ + "fe", + "ld" + ], + [ + "fel", + "d" + ], + [ + "f", + "eld" + ], + [ + "▁\"", + "_" + ], + [ + "▁H", + "ab" + ], + [ + "▁Ha", + "b" + ], + [ + "sim", + "ple" + ], + [ + "▁execut", + "ed" + ], + [ + "▁execute", + "d" + ], + [ + "▁a", + "te" + ], + [ + "▁at", + "e" + ], + [ + "▁", + "ate" + ], + [ + "▁an", + "imation" + ], + [ + "▁anim", + "ation" + ], + [ + "▁", + "animation" + ], + [ + "▁in", + "hab" + ], + [ + "▁бо", + "ль" + ], + [ + "▁r", + "outer" + ], + [ + "▁ro", + "uter" + ], + [ + "▁rout", + "er" + ], + [ + "▁route", + "r" + ], + [ + "▁rou", + "ter" + ], + [ + "▁", + "router" + ], + [ + "▁gl", + "ob" + ], + [ + "▁glo", + "b" + ], + [ + "▁", + "glob" + ], + [ + "Ge", + "plaatst" + ], + [ + "▁begin", + "netje" + ], + [ + "▁K", + "ur" + ], + [ + "▁Ku", + "r" + ], + [ + "▁Х", + "а" + ], + [ + "al", + "igned" + ], + [ + "align", + "ed" + ], + [ + "▁cert", + "ificate" + ], + [ + "▁", + "Å" + ], + [ + ".)", + "." + ], + [ + ".", + ")." + ], + [ + "▁s", + "oll" + ], + [ + "▁so", + "ll" + ], + [ + "▁sol", + "l" + ], + [ + "▁Im", + "port" + ], + [ + "▁Imp", + "ort" + ], + [ + "▁", + "Import" + ], + [ + "ре", + "ди" + ], + [ + "ред", + "и" + ], + [ + "р", + "еди" + ], + [ + "▁pand", + "emic" + ], + [ + "▁n", + "ic" + ], + [ + "▁ni", + "c" + ], + [ + "▁", + "nic" + ], + [ + "v", + "ä" + ], + [ + "▁G", + "ree" + ], + [ + "▁Gr", + "ee" + ], + [ + "▁Gre", + "e" + ], + [ + "▁S", + "ay" + ], + [ + "▁Sa", + "y" + ], + [ + "▁д", + "і" + ], + [ + "▁", + "ді" + ], + [ + "▁N", + "um" + ], + [ + "▁Nu", + "m" + ], + [ + "▁", + "Num" + ], + [ + "▁rough", + "ly" + ], + [ + "▁des", + "pués" + ], + [ + "▁", + "​" + ], + [ + "▁spec", + "ify" + ], + [ + "Map", + "per" + ], + [ + "lic", + "ht" + ], + [ + "li", + "cht" + ], + [ + "lich", + "t" + ], + [ + "l", + "icht" + ], + [ + "▁th", + "umb" + ], + [ + "▁", + "thumb" + ], + [ + "wi", + "e" + ], + [ + "w", + "ie" + ], + [ + "▁un", + "likely" + ], + [ + "▁unlike", + "ly" + ], + [ + "▁", + "unlikely" + ], + [ + "▁E", + "dd" + ], + [ + "▁Ed", + "d" + ], + [ + "He", + "y" + ], + [ + "H", + "ey" + ], + [ + "▁O", + "pt" + ], + [ + "▁Op", + "t" + ], + [ + "▁", + "Opt" + ], + [ + "B", + "LOCK" + ], + [ + "во", + "р" + ], + [ + "в", + "ор" + ], + [ + "▁", + "×" + ], + [ + "▁b", + "a" + ], + [ + "▁", + "ba" + ], + [ + "▁period", + "s" + ], + [ + "▁title", + "s" + ], + [ + "▁tit", + "les" + ], + [ + "Me", + "d" + ], + [ + "M", + "ed" + ], + [ + "▁f", + "on" + ], + [ + "▁fo", + "n" + ], + [ + "▁", + "fon" + ], + [ + "▁b", + "ast" + ], + [ + "▁bas", + "t" + ], + [ + "▁ba", + "st" + ], + [ + "▁", + "bast" + ], + [ + "▁F", + "orest" + ], + [ + "▁For", + "est" + ], + [ + "▁Fore", + "st" + ], + [ + "▁Fo", + "rest" + ], + [ + "▁", + "№" + ], + [ + "on", + "ds" + ], + [ + "ond", + "s" + ], + [ + "▁f", + "al" + ], + [ + "▁fa", + "l" + ], + [ + "▁g", + "esch" + ], + [ + "▁ge", + "sch" + ], + [ + "▁ges", + "ch" + ], + [ + "▁", + "gesch" + ], + [ + "dir", + "ection" + ], + [ + "di", + "rection" + ], + [ + "direct", + "ion" + ], + [ + "dire", + "ction" + ], + [ + "d", + "irection" + ], + [ + "IF", + "Y" + ], + [ + "▁L", + "A" + ], + [ + "▁", + "LA" + ], + [ + "▁(", + "((" + ], + [ + "▁((", + "(" + ], + [ + "▁", + "(((" + ], + [ + "GT", + "H" + ], + [ + "G", + "TH" + ], + [ + "it", + "udes" + ], + [ + "itude", + "s" + ], + [ + "itu", + "des" + ], + [ + "itud", + "es" + ], + [ + "▁dest", + "ruction" + ], + [ + "▁destruct", + "ion" + ], + [ + "▁J", + "a" + ], + [ + "▁s", + "take" + ], + [ + "▁st", + "ake" + ], + [ + "▁sta", + "ke" + ], + [ + "iffer", + "ent" + ], + [ + "iffe", + "rent" + ], + [ + "▁ident", + "ical" + ], + [ + "▁f", + "og" + ], + [ + "▁fo", + "g" + ], + [ + "▁R", + "eb" + ], + [ + "▁Re", + "b" + ], + [ + "▁", + "Reb" + ], + [ + "ски", + "е" + ], + [ + "сту", + "п" + ], + [ + "ja", + "x" + ], + [ + "j", + "ax" + ], + [ + "▁M", + "ars" + ], + [ + "▁Mar", + "s" + ], + [ + "▁Ma", + "rs" + ], + [ + "▁hist", + "oric" + ], + [ + "▁histor", + "ic" + ], + [ + "▁V", + "o" + ], + [ + "▁", + "Vo" + ], + [ + "▁entre", + "pre" + ], + [ + "▁t", + "ension" + ], + [ + "▁tens", + "ion" + ], + [ + "▁W", + "HERE" + ], + [ + "▁WH", + "ERE" + ], + [ + "▁WHE", + "RE" + ], + [ + "▁Phil", + "adelphia" + ], + [ + "Count", + "er" + ], + [ + "Co", + "unter" + ], + [ + "C", + "ounter" + ], + [ + "▁fr", + "ames" + ], + [ + "▁frame", + "s" + ], + [ + "▁fra", + "mes" + ], + [ + "▁fram", + "es" + ], + [ + "▁", + "frames" + ], + [ + "▁m", + "uy" + ], + [ + "▁mu", + "y" + ], + [ + "e", + "j" + ], + [ + "ö", + "t" + ], + [ + "e", + "u" + ], + [ + "▁че", + "лове" + ], + [ + "PRO", + "C" + ], + [ + "PR", + "OC" + ], + [ + "▁res", + "olved" + ], + [ + "▁resolve", + "d" + ], + [ + "▁", + "resolved" + ], + [ + "▁t", + "ape" + ], + [ + "▁tap", + "e" + ], + [ + "▁ta", + "pe" + ], + [ + "ци", + "он" + ], + [ + "▁sing", + "ular" + ], + [ + "▁person", + "nel" + ], + [ + "▁M", + "un" + ], + [ + "▁Mu", + "n" + ], + [ + "▁O", + "cc" + ], + [ + "▁", + "Occ" + ], + [ + "▁scal", + "ar" + ], + [ + "▁", + "scalar" + ], + [ + "de", + "ss" + ], + [ + "des", + "s" + ], + [ + "d", + "ess" + ], + [ + "▁c", + "able" + ], + [ + "▁cab", + "le" + ], + [ + "▁ca", + "ble" + ], + [ + "be", + "ing" + ], + [ + "b", + "eing" + ], + [ + "▁J", + "enn" + ], + [ + "▁Je", + "nn" + ], + [ + "▁Jen", + "n" + ], + [ + "▁er", + "st" + ], + [ + "▁ers", + "t" + ], + [ + "▁", + "erst" + ], + [ + "Action", + "s" + ], + [ + "Act", + "ions" + ], + [ + "A", + "ctions" + ], + [ + "Env", + "ironment" + ], + [ + "vi", + "a" + ], + [ + "v", + "ia" + ], + [ + "▁strugg", + "ling" + ], + [ + "▁D", + "VD" + ], + [ + "wh", + "e" + ], + [ + "w", + "he" + ], + [ + "▁throw", + "ing" + ], + [ + "▁thr", + "owing" + ], + [ + "▁thro", + "wing" + ], + [ + "Bound", + "s" + ], + [ + "B", + "ounds" + ], + [ + "▁M", + "D" + ], + [ + "▁", + "MD" + ], + [ + "▁\"", + "../" + ], + [ + "▁\".", + "./" + ], + [ + "▁satisf", + "y" + ], + [ + "▁Color", + "ado" + ], + [ + "▁Act", + "ive" + ], + [ + "▁Activ", + "e" + ], + [ + "▁", + "Active" + ], + [ + "Task", + "s" + ], + [ + "<>(", + ");" + ], + [ + "<>", + "();" + ], + [ + "<", + ">();" + ], + [ + "▁sl", + "ipped" + ], + [ + "▁slip", + "ped" + ], + [ + "▁po", + "ison" + ], + [ + "▁poi", + "son" + ], + [ + "z", + "b" + ], + [ + "Dis", + "patch" + ], + [ + "war", + "ning" + ], + [ + "warn", + "ing" + ], + [ + "w", + "arning" + ], + [ + "▁ult", + "imate" + ], + [ + "p", + "icture" + ], + [ + "ex", + "pression" + ], + [ + "exp", + "ression" + ], + [ + "expr", + "ession" + ], + [ + "express", + "ion" + ], + [ + "▁T", + "alk" + ], + [ + "▁Tal", + "k" + ], + [ + "▁f", + "lick" + ], + [ + "▁fl", + "ick" + ], + [ + "▁rais", + "ing" + ], + [ + "▁ra", + "ising" + ], + [ + "▁", + "raising" + ], + [ + "▁trans", + "actions" + ], + [ + "▁transaction", + "s" + ], + [ + "▁gl", + "ance" + ], + [ + "▁g", + "ri" + ], + [ + "▁gr", + "i" + ], + [ + "▁п", + "рез" + ], + [ + "▁пре", + "з" + ], + [ + "se", + "lection" + ], + [ + "sel", + "ection" + ], + [ + "select", + "ion" + ], + [ + "s", + "election" + ], + [ + "њ", + "а" + ], + [ + "en", + "dl" + ], + [ + "end", + "l" + ], + [ + "▁A", + "bb" + ], + [ + "▁Ab", + "b" + ], + [ + "▁b", + "old" + ], + [ + "▁bo", + "ld" + ], + [ + "▁bol", + "d" + ], + [ + "▁", + "bold" + ], + [ + "▁maint", + "ained" + ], + [ + "▁maintain", + "ed" + ], + [ + "Ex", + "ists" + ], + [ + "▁encour", + "aged" + ], + [ + "▁encourage", + "d" + ], + [ + "Qu", + "al" + ], + [ + "Q", + "ual" + ], + [ + "▁ess", + "ere" + ], + [ + "▁h", + "ired" + ], + [ + "▁hi", + "red" + ], + [ + "▁hire", + "d" + ], + [ + "let", + "ter" + ], + [ + "lett", + "er" + ], + [ + "lette", + "r" + ], + [ + "it", + "ches" + ], + [ + "itch", + "es" + ], + [ + "oth", + "ers" + ], + [ + "other", + "s" + ], + [ + "othe", + "rs" + ], + [ + "o", + "thers" + ], + [ + "▁w", + "oj" + ], + [ + "▁wo", + "j" + ], + [ + "▁inj", + "uries" + ], + [ + "▁d", + "il" + ], + [ + "▁di", + "l" + ], + [ + "ex", + "ecut" + ], + [ + "exec", + "ut" + ], + [ + "▁Ste", + "el" + ], + [ + "▁G", + "arden" + ], + [ + "▁Gar", + "den" + ], + [ + "▁Gard", + "en" + ], + [ + "з", + "я" + ], + [ + "\\,", + "\\" + ], + [ + "\\", + ",\\" + ], + [ + "▁An", + "gel" + ], + [ + "▁Ang", + "el" + ], + [ + "pr", + "im" + ], + [ + "p", + "rim" + ], + [ + ">:", + "]<" + ], + [ + "g", + "b" + ], + [ + "pe", + "at" + ], + [ + "in", + "te" + ], + [ + "int", + "e" + ], + [ + "i", + "nte" + ], + [ + "▁ap", + "olog" + ], + [ + "▁reg", + "ulations" + ], + [ + "▁regul", + "ations" + ], + [ + "▁regulation", + "s" + ], + [ + "S", + "rc" + ], + [ + "k", + "h" + ], + [ + "Up", + "load" + ], + [ + "U", + "pload" + ], + [ + "ma", + "pping" + ], + [ + "map", + "ping" + ], + [ + "m", + "apping" + ], + [ + "▁p", + "resents" + ], + [ + "▁pres", + "ents" + ], + [ + "▁present", + "s" + ], + [ + "▁po", + "etry" + ], + [ + "▁poet", + "ry" + ], + [ + "▁st", + "ops" + ], + [ + "▁stop", + "s" + ], + [ + "▁sto", + "ps" + ], + [ + "▁T", + "ol" + ], + [ + "▁To", + "l" + ], + [ + "▁t", + "ower" + ], + [ + "▁to", + "wer" + ], + [ + "▁tow", + "er" + ], + [ + "▁O", + "UT" + ], + [ + "▁", + "OUT" + ], + [ + "Th", + "ank" + ], + [ + "Than", + "k" + ], + [ + "▁organ", + "ic" + ], + [ + "▁d", + "rei" + ], + [ + "▁dr", + "ei" + ], + [ + "▁dre", + "i" + ], + [ + "▁p", + "ound" + ], + [ + "▁po", + "und" + ], + [ + "▁pou", + "nd" + ], + [ + "cent", + "ury" + ], + [ + "▁mod", + "ules" + ], + [ + "▁module", + "s" + ], + [ + "▁", + "modules" + ], + [ + "▁д", + "ере" + ], + [ + "▁де", + "ре" + ], + [ + "▁w", + "orn" + ], + [ + "▁wor", + "n" + ], + [ + "▁wo", + "rn" + ], + [ + "▁par", + "ad" + ], + [ + "▁para", + "d" + ], + [ + "▁pa", + "rad" + ], + [ + "▁C", + "os" + ], + [ + "▁Co", + "s" + ], + [ + "fi", + "c" + ], + [ + "f", + "ic" + ], + [ + "▁бе", + "з" + ], + [ + "▁Jim", + "my" + ], + [ + "▁l", + "ands" + ], + [ + "▁land", + "s" + ], + [ + "▁lan", + "ds" + ], + [ + "▁", + "lands" + ], + [ + "▁min", + "ist" + ], + [ + "▁mini", + "st" + ], + [ + "vs", + "pace" + ], + [ + "v", + "space" + ], + [ + "▁light", + "ing" + ], + [ + "▁n", + "aked" + ], + [ + "▁na", + "ked" + ], + [ + "▁design", + "er" + ], + [ + "▁St", + "ream" + ], + [ + "▁Stre", + "am" + ], + [ + "▁", + "Stream" + ], + [ + "TM", + "P" + ], + [ + "T", + "MP" + ], + [ + "Cent", + "er" + ], + [ + "C", + "enter" + ], + [ + "resent", + "ation" + ], + [ + "ON", + "T" + ], + [ + "O", + "NT" + ], + [ + "▁e", + "rs" + ], + [ + "▁er", + "s" + ], + [ + "▁", + "ers" + ], + [ + "▁measure", + "ment" + ], + [ + "▁mus", + "cles" + ], + [ + "▁muscle", + "s" + ], + [ + "▁I", + "gn" + ], + [ + "▁", + "Ign" + ], + [ + "▁C", + "OM" + ], + [ + "▁CO", + "M" + ], + [ + "▁", + "COM" + ], + [ + "▁f", + "ru" + ], + [ + "▁fr", + "u" + ], + [ + "▁gen", + "re" + ], + [ + "▁al", + "pha" + ], + [ + "▁", + "alpha" + ], + [ + "▁ret", + "irement" + ], + [ + "▁retire", + "ment" + ], + [ + "▁G", + "on" + ], + [ + "▁Go", + "n" + ], + [ + "ő", + "l" + ], + [ + "cont", + "ents" + ], + [ + "content", + "s" + ], + [ + "▁he", + "aling" + ], + [ + "▁heal", + "ing" + ], + [ + "▁s", + "ido" + ], + [ + "▁si", + "do" + ], + [ + "▁sid", + "o" + ], + [ + "incip", + "al" + ], + [ + "Per", + "mission" + ], + [ + "Perm", + "ission" + ], + [ + "ра", + "к" + ], + [ + "▁G", + "ordon" + ], + [ + "▁Gor", + "don" + ], + [ + "▁R", + "ank" + ], + [ + "▁Ran", + "k" + ], + [ + "▁", + "Rank" + ], + [ + "▁Aut", + "om" + ], + [ + "▁Au", + "tom" + ], + [ + "▁Auto", + "m" + ], + [ + "▁", + "Autom" + ], + [ + "Con", + "structor" + ], + [ + "Construct", + "or" + ], + [ + "wi", + "ki" + ], + [ + "wik", + "i" + ], + [ + "w", + "iki" + ], + [ + "▁concern", + "ing" + ], + [ + "▁concer", + "ning" + ], + [ + "riz", + "ona" + ], + [ + "▁var", + "iant" + ], + [ + "▁vari", + "ant" + ], + [ + "▁", + "variant" + ], + [ + "▁arr", + "anged" + ], + [ + "▁arrang", + "ed" + ], + [ + "▁arrange", + "d" + ], + [ + "▁S", + "pr" + ], + [ + "▁Sp", + "r" + ], + [ + "BP", + "ACK" + ], + [ + "B", + "PACK" + ], + [ + "Tim", + "estamp" + ], + [ + "re", + "store" + ], + [ + "rest", + "ore" + ], + [ + "aw", + "are" + ], + [ + "awa", + "re" + ], + [ + "a", + "ware" + ], + [ + "▁Ob", + "serv" + ], + [ + "▁", + "Observ" + ], + [ + "▁S", + "V" + ], + [ + "▁", + "SV" + ], + [ + "ip", + "p" + ], + [ + "i", + "pp" + ], + [ + "▁Execut", + "ive" + ], + [ + "▁col", + "leg" + ], + [ + "▁coll", + "eg" + ], + [ + "▁colle", + "g" + ], + [ + "▁explicit", + "ly" + ], + [ + "wr", + "itten" + ], + [ + "writ", + "ten" + ], + [ + "▁K", + "ön" + ], + [ + "▁Kö", + "n" + ], + [ + "ir", + "us" + ], + [ + "i", + "rus" + ], + [ + "▁H", + "old" + ], + [ + "▁Hol", + "d" + ], + [ + "▁Ho", + "ld" + ], + [ + "▁P", + "ract" + ], + [ + "▁Pr", + "act" + ], + [ + "▁Pra", + "ct" + ], + [ + "Char", + "acter" + ], + [ + "▁red", + "istribute" + ], + [ + "uer", + "to" + ], + [ + "▁Stud", + "ent" + ], + [ + "▁", + "Student" + ], + [ + "▁el", + "der" + ], + [ + "▁D", + "op" + ], + [ + "▁Do", + "p" + ], + [ + "v", + "p" + ], + [ + "▁H", + "ub" + ], + [ + "▁Hu", + "b" + ], + [ + "▁", + "Hub" + ], + [ + "▁gr", + "ounds" + ], + [ + "▁ground", + "s" + ], + [ + "▁R", + "y" + ], + [ + "▁sign", + "als" + ], + [ + "▁sig", + "nals" + ], + [ + "▁signal", + "s" + ], + [ + "▁g", + "ifts" + ], + [ + "▁gift", + "s" + ], + [ + "▁streng", + "then" + ], + [ + "▁strength", + "en" + ], + [ + "▁L", + "yn" + ], + [ + "▁Ly", + "n" + ], + [ + "com", + "mun" + ], + [ + "comm", + "un" + ], + [ + "▁на", + "й" + ], + [ + "▁fin", + "ance" + ], + [ + "▁financ", + "e" + ], + [ + "no", + "c" + ], + [ + "n", + "oc" + ], + [ + "he", + "lm" + ], + [ + "hel", + "m" + ], + [ + "h", + "elm" + ], + [ + "▁c", + "uts" + ], + [ + "▁cut", + "s" + ], + [ + "▁cu", + "ts" + ], + [ + "▁advent", + "ure" + ], + [ + "▁R", + "ic" + ], + [ + "▁intellect", + "ual" + ], + [ + "▁Out", + "put" + ], + [ + "▁", + "Output" + ], + [ + "▁aw", + "k" + ], + [ + "▁", + "awk" + ], + [ + "▁concentr", + "ation" + ], + [ + "▁guid", + "ance" + ], + [ + "Buf", + "f" + ], + [ + "Bu", + "ff" + ], + [ + "B", + "uff" + ], + [ + "▁f", + "illing" + ], + [ + "▁fil", + "ling" + ], + [ + "▁fill", + "ing" + ], + [ + "▁reg", + "ul" + ], + [ + "▁del", + "icious" + ], + [ + "([", + "]" + ], + [ + "(", + "[]" + ], + [ + "ши", + "х" + ], + [ + "▁t", + "ons" + ], + [ + "▁to", + "ns" + ], + [ + "▁ton", + "s" + ], + [ + "▁", + "tons" + ], + [ + "act", + "ivity" + ], + [ + "activ", + "ity" + ], + [ + "G", + "P" + ], + [ + "LO", + "B" + ], + [ + "L", + "OB" + ], + [ + "st", + "adt" + ], + [ + "sta", + "dt" + ], + [ + "stad", + "t" + ], + [ + "ta", + "l" + ], + [ + "t", + "al" + ], + [ + "▁im", + "g" + ], + [ + "▁i", + "mg" + ], + [ + "▁", + "img" + ], + [ + "▁r", + "ush" + ], + [ + "▁ru", + "sh" + ], + [ + "▁rus", + "h" + ], + [ + "att", + "ice" + ], + [ + "atti", + "ce" + ], + [ + "▁p", + "ok" + ], + [ + "▁po", + "k" + ], + [ + "st", + "eps" + ], + [ + "ste", + "ps" + ], + [ + "step", + "s" + ], + [ + "▁l", + "id" + ], + [ + "▁li", + "d" + ], + [ + "▁D", + "NA" + ], + [ + "B", + "rowser" + ], + [ + "▁lad", + "ies" + ], + [ + "▁an", + "nées" + ], + [ + "▁ann", + "ées" + ], + [ + "▁resc", + "ue" + ], + [ + "av", + "ity" + ], + [ + "avi", + "ty" + ], + [ + "ro", + "ck" + ], + [ + "roc", + "k" + ], + [ + "r", + "ock" + ], + [ + "▁glass", + "es" + ], + [ + "▁B", + "ey" + ], + [ + "▁Be", + "y" + ], + [ + ")}", + "$" + ], + [ + ")", + "}$" + ], + [ + "de", + "tail" + ], + [ + "det", + "ail" + ], + [ + "▁d", + "és" + ], + [ + "▁dé", + "s" + ], + [ + "ta", + "x" + ], + [ + "t", + "ax" + ], + [ + "▁favour", + "ite" + ], + [ + "▁prec", + "ision" + ], + [ + "▁con", + "oc" + ], + [ + "▁co", + "noc" + ], + [ + "M", + "s" + ], + [ + "▁N", + "ative" + ], + [ + "▁Nat", + "ive" + ], + [ + "▁", + "Native" + ], + [ + "▁P", + "il" + ], + [ + "▁Pi", + "l" + ], + [ + "Input", + "Stream" + ], + [ + "or", + "p" + ], + [ + "o", + "rp" + ], + [ + "▁P", + "ap" + ], + [ + "▁Pa", + "p" + ], + [ + "▁p", + "icking" + ], + [ + "▁pick", + "ing" + ], + [ + "▁pic", + "king" + ], + [ + "ip", + "h" + ], + [ + "i", + "ph" + ], + [ + "Load", + "ing" + ], + [ + "Lo", + "ading" + ], + [ + "▁pr", + "iest" + ], + [ + "▁pri", + "est" + ], + [ + "H", + "ook" + ], + [ + "▁p", + "ist" + ], + [ + "▁pi", + "st" + ], + [ + "▁U", + "ne" + ], + [ + "▁Un", + "e" + ], + [ + "▁", + "Une" + ], + [ + "%", + "," + ], + [ + "▁b", + "il" + ], + [ + "▁bi", + "l" + ], + [ + "▁", + "bil" + ], + [ + "▁conserv", + "ative" + ], + [ + "ev", + "al" + ], + [ + "eva", + "l" + ], + [ + "e", + "val" + ], + [ + "ik", + "ing" + ], + [ + "iki", + "ng" + ], + [ + "i", + "king" + ], + [ + "'}", + "," + ], + [ + "'", + "}," + ], + [ + "▁sa", + "uce" + ], + [ + "▁sau", + "ce" + ], + [ + "▁D", + "ue" + ], + [ + "▁Du", + "e" + ], + [ + "as", + "sen" + ], + [ + "ass", + "en" + ], + [ + "asse", + "n" + ], + [ + "▁occasion", + "ally" + ], + [ + "▁occasional", + "ly" + ], + [ + "▁Д", + "ж" + ], + [ + "un", + "known" + ], + [ + "unk", + "nown" + ], + [ + "DE", + "D" + ], + [ + "D", + "ED" + ], + [ + "▁d", + "rum" + ], + [ + "▁dr", + "um" + ], + [ + "▁dru", + "m" + ], + [ + "▁d", + "ub" + ], + [ + "▁du", + "b" + ], + [ + "AT", + "URE" + ], + [ + "us", + "age" + ], + [ + "usa", + "ge" + ], + [ + "get", + "Type" + ], + [ + "re", + "ply" + ], + [ + "rep", + "ly" + ], + [ + "▁strateg", + "ic" + ], + [ + "▁k", + "ap" + ], + [ + "▁ka", + "p" + ], + [ + "▁", + "kap" + ], + [ + "de", + "sign" + ], + [ + "des", + "ign" + ], + [ + "date", + "time" + ], + [ + "dat", + "etime" + ], + [ + "▁P", + "rim" + ], + [ + "▁Pr", + "im" + ], + [ + "▁Pri", + "m" + ], + [ + "▁", + "Prim" + ], + [ + "Ma", + "ster" + ], + [ + "M", + "aster" + ], + [ + "▁Cor", + "ps" + ], + [ + "▁consider", + "able" + ], + [ + "▁T", + "u" + ], + [ + "▁", + "ла" + ], + [ + "▁t", + "ous" + ], + [ + "▁to", + "us" + ], + [ + "▁tou", + "s" + ], + [ + "▁c", + "lar" + ], + [ + "▁cl", + "ar" + ], + [ + "▁po", + "em" + ], + [ + "al", + "bum" + ], + [ + "]", + "*" + ], + [ + "lo", + "aded" + ], + [ + "load", + "ed" + ], + [ + "▁travel", + "ing" + ], + [ + "▁trav", + "eling" + ], + [ + "вы", + "е" + ], + [ + "▁F", + "err" + ], + [ + "▁Fe", + "rr" + ], + [ + "▁Fer", + "r" + ], + [ + "▁p", + "harm" + ], + [ + "▁ph", + "arm" + ], + [ + "ab", + "i" + ], + [ + "a", + "bi" + ], + [ + "▁}", + "\\" + ], + [ + "▁", + "}\\" + ], + [ + "col", + "lect" + ], + [ + "coll", + "ect" + ], + [ + "▁B", + "our" + ], + [ + "▁Bo", + "ur" + ], + [ + "▁Bou", + "r" + ], + [ + "O", + "C" + ], + [ + "▁measure", + "ments" + ], + [ + "▁measurement", + "s" + ], + [ + "▁Profess", + "ional" + ], + [ + "▁s", + "ensor" + ], + [ + "▁sens", + "or" + ], + [ + "▁sen", + "sor" + ], + [ + "▁", + "sensor" + ], + [ + "ut", + "sche" + ], + [ + "uts", + "che" + ], + [ + "utsch", + "e" + ], + [ + "▁dem", + "anded" + ], + [ + "▁demand", + "ed" + ], + [ + "▁accompan", + "ied" + ], + [ + "▁p", + "rend" + ], + [ + "▁pre", + "nd" + ], + [ + "▁pr", + "end" + ], + [ + "▁enc", + "oding" + ], + [ + "▁", + "encoding" + ], + [ + "▁Gesch", + "ichte" + ], + [ + "▁m", + "ig" + ], + [ + "▁mi", + "g" + ], + [ + "▁G", + "ib" + ], + [ + "▁Gi", + "b" + ], + [ + "▁Re", + "ich" + ], + [ + "▁m", + "yster" + ], + [ + "▁my", + "ster" + ], + [ + "▁myst", + "er" + ], + [ + "▁M", + "ock" + ], + [ + "▁Mo", + "ck" + ], + [ + "▁", + "Mock" + ], + [ + "▁phys", + "ically" + ], + [ + "▁physical", + "ly" + ], + [ + "▁B", + "au" + ], + [ + "▁Ba", + "u" + ], + [ + "▁S", + "ingle" + ], + [ + "▁Sing", + "le" + ], + [ + "▁Sin", + "gle" + ], + [ + "▁", + "Single" + ], + [ + "▁man", + "aging" + ], + [ + "▁K", + "il" + ], + [ + "▁Ki", + "l" + ], + [ + "▁Tem", + "ple" + ], + [ + "▁Temp", + "le" + ], + [ + "▁l", + "ev" + ], + [ + "▁le", + "v" + ], + [ + "▁", + "lev" + ], + [ + "▁l", + "í" + ], + [ + "CP", + "U" + ], + [ + "C", + "PU" + ], + [ + "▁Prem", + "ier" + ], + [ + "▁G", + "ive" + ], + [ + "▁Gi", + "ve" + ], + [ + "ir", + "i" + ], + [ + "i", + "ri" + ], + [ + "N", + "V" + ], + [ + "▁A", + "I" + ], + [ + "▁", + "AI" + ], + [ + "▁f", + "p" + ], + [ + "▁", + "fp" + ], + [ + "лекс", + "анд" + ], + [ + "▁t", + "ant" + ], + [ + "▁tan", + "t" + ], + [ + "▁ta", + "nt" + ], + [ + "▁f", + "ot" + ], + [ + "▁fo", + "t" + ], + [ + "Null", + "able" + ], + [ + "▁gu", + "ards" + ], + [ + "▁guard", + "s" + ], + [ + "On", + "ce" + ], + [ + "▁ch", + "amber" + ], + [ + "▁cha", + "mber" + ], + [ + "fil", + "m" + ], + [ + "fi", + "lm" + ], + [ + "▁b", + "ias" + ], + [ + "▁bi", + "as" + ], + [ + "▁", + "bias" + ], + [ + "▁T", + "ai" + ], + [ + "▁Ta", + "i" + ], + [ + "ins", + "ic" + ], + [ + "insi", + "c" + ], + [ + "▁m", + "l" + ], + [ + "▁", + "ml" + ], + [ + "▁K", + "a" + ], + [ + "ва", + "л" + ], + [ + "в", + "ал" + ], + [ + "▁S", + "ER" + ], + [ + "▁SE", + "R" + ], + [ + "▁", + "SER" + ], + [ + "▁Some", + "one" + ], + [ + "}}", + "_{" + ], + [ + "}}_", + "{" + ], + [ + "}", + "}_{" + ], + [ + "Fix", + "ed" + ], + [ + "F", + "ixed" + ], + [ + "▁b", + "ent" + ], + [ + "▁be", + "nt" + ], + [ + "▁ben", + "t" + ], + [ + "▁pro", + "hib" + ], + [ + "▁b", + "id" + ], + [ + "▁bi", + "d" + ], + [ + "▁", + "bid" + ], + [ + "▁fe", + "wer" + ], + [ + "▁few", + "er" + ], + [ + "к", + "ры" + ], + [ + "▁l", + "ugar" + ], + [ + "▁lug", + "ar" + ], + [ + "▁lu", + "gar" + ], + [ + "▁de", + "serve" + ], + [ + "▁des", + "erve" + ], + [ + "ss", + "l" + ], + [ + "s", + "sl" + ], + [ + "▁c", + "fg" + ], + [ + "▁cf", + "g" + ], + [ + "▁", + "cfg" + ], + [ + "re", + "ck" + ], + [ + "rec", + "k" + ], + [ + "▁st", + "ability" + ], + [ + "▁stabil", + "ity" + ], + [ + "▁stab", + "ility" + ], + [ + "re", + "size" + ], + [ + "res", + "ize" + ], + [ + "▁assert", + "That" + ], + [ + "Tr", + "igger" + ], + [ + "▁ста", + "нов" + ], + [ + "▁стан", + "ов" + ], + [ + "▁", + "станов" + ], + [ + "pl", + "ugins" + ], + [ + "plugin", + "s" + ], + [ + "plug", + "ins" + ], + [ + "▁l", + "ets" + ], + [ + "▁le", + "ts" + ], + [ + "▁let", + "s" + ], + [ + "▁", + "lets" + ], + [ + "хі", + "д" + ], + [ + "х", + "ід" + ], + [ + "▁La", + "ura" + ], + [ + "▁Lau", + "ra" + ], + [ + "не", + "р" + ], + [ + "н", + "ер" + ], + [ + "▁br", + "ut" + ], + [ + "▁bru", + "t" + ], + [ + "▁F", + "I" + ], + [ + "▁", + "FI" + ], + [ + "is", + "ons" + ], + [ + "ison", + "s" + ], + [ + "iso", + "ns" + ], + [ + "▁d", + "yn" + ], + [ + "▁dy", + "n" + ], + [ + "▁", + "dyn" + ], + [ + "ic", + "her" + ], + [ + "ich", + "er" + ], + [ + "iche", + "r" + ], + [ + "i", + "cher" + ], + [ + "ray", + "ed" + ], + [ + "▁frequ", + "ent" + ], + [ + "▁jed", + "och" + ], + [ + "▁Mar", + "ine" + ], + [ + "st", + "rings" + ], + [ + "str", + "ings" + ], + [ + "string", + "s" + ], + [ + "▁U", + "til" + ], + [ + "▁Ut", + "il" + ], + [ + "▁", + "Util" + ], + [ + "▁b", + "os" + ], + [ + "▁bo", + "s" + ], + [ + "Mu", + "s" + ], + [ + "M", + "us" + ], + [ + "▁Portug", + "al" + ], + [ + "Str", + "ategy" + ], + [ + "▁по", + "се" + ], + [ + "▁пос", + "е" + ], + [ + "▁sl", + "ice" + ], + [ + "▁slic", + "e" + ], + [ + "▁", + "slice" + ], + [ + "▁ins", + "ight" + ], + [ + "▁w", + "idget" + ], + [ + "▁wid", + "get" + ], + [ + "▁", + "widget" + ], + [ + "▁gén", + "éral" + ], + [ + "message", + "s" + ], + [ + "m", + "essages" + ], + [ + "▁H", + "u" + ], + [ + "▁requ", + "irement" + ], + [ + "▁require", + "ment" + ], + [ + "Si", + "de" + ], + [ + "S", + "ide" + ], + [ + "empl", + "ates" + ], + [ + "emplate", + "s" + ], + [ + "▁cer", + "emony" + ], + [ + "▁ceremon", + "y" + ], + [ + "▁phys", + "ics" + ], + [ + "▁grad", + "uate" + ], + [ + "▁gradu", + "ate" + ], + [ + "▁", + "graduate" + ], + [ + "par", + "a" + ], + [ + "pa", + "ra" + ], + [ + "p", + "ara" + ], + [ + "▁pre", + "serv" + ], + [ + "▁pres", + "erv" + ], + [ + "▁sh", + "ops" + ], + [ + "▁shop", + "s" + ], + [ + "▁", + "shops" + ], + [ + "ze", + "k" + ], + [ + "z", + "ek" + ], + [ + "▁u", + "b" + ], + [ + "▁", + "ub" + ], + [ + "pre", + "pare" + ], + [ + "▁O", + "il" + ], + [ + "▁f", + "ib" + ], + [ + "▁fi", + "b" + ], + [ + "▁run", + "time" + ], + [ + "▁", + "runtime" + ], + [ + "▁h", + "ogy" + ], + [ + "▁ho", + "gy" + ], + [ + "Warn", + "ing" + ], + [ + "War", + "ning" + ], + [ + "W", + "arning" + ], + [ + "▁Con", + "vert" + ], + [ + "▁", + "Convert" + ], + [ + "bour", + "ne" + ], + [ + "▁emer", + "ged" + ], + [ + "▁emerge", + "d" + ], + [ + "▁Д", + "и" + ], + [ + "ight", + "h" + ], + [ + "igh", + "th" + ], + [ + "gu", + "ard" + ], + [ + "ka", + "l" + ], + [ + "k", + "al" + ], + [ + "valid", + "ation" + ], + [ + "ên", + "cia" + ], + [ + "ê", + "ncia" + ], + [ + "▁dr", + "inks" + ], + [ + "▁drink", + "s" + ], + [ + "the", + "orem" + ], + [ + "H", + "R" + ], + [ + "ie", + "v" + ], + [ + "i", + "ev" + ], + [ + "ploy", + "ee" + ], + [ + "Us", + "age" + ], + [ + "▁с", + "пе" + ], + [ + "▁сп", + "е" + ], + [ + "▁", + "спе" + ], + [ + "dis", + "patch" + ], + [ + "disp", + "atch" + ], + [ + "▁inst", + "antly" + ], + [ + "▁instant", + "ly" + ], + [ + "ob", + "i" + ], + [ + "o", + "bi" + ], + [ + "▁just", + "ify" + ], + [ + "▁N", + "ev" + ], + [ + "▁Ne", + "v" + ], + [ + "▁я", + "вля" + ], + [ + "ag", + "ra" + ], + [ + "agr", + "a" + ], + [ + "a", + "gra" + ], + [ + "▁trans", + "mission" + ], + [ + "▁transm", + "ission" + ], + [ + "fl", + "y" + ], + [ + "f", + "ly" + ], + [ + ";", + "'", + ";" + ], + [ + ">", + "';" + ], + [ + "▁cou", + "sin" + ], + [ + "▁cous", + "in" + ], + [ + "create", + "Element" + ], + [ + "Co", + "uld" + ], + [ + "C", + "ould" + ], + [ + "▁cap", + "ac" + ], + [ + "▁p", + "ause" + ], + [ + "▁pa", + "use" + ], + [ + "▁paus", + "e" + ], + [ + "▁", + "pause" + ], + [ + "Array", + "List" + ], + [ + "kt", + "e" + ], + [ + "k", + "te" + ], + [ + "ord", + "ered" + ], + [ + "order", + "ed" + ], + [ + "▁sh", + "aking" + ], + [ + "▁sha", + "king" + ], + [ + "label", + "s" + ], + [ + "lab", + "els" + ], + [ + "▁redu", + "cing" + ], + [ + "вы", + "х" + ], + [ + "US", + "ED" + ], + [ + "USE", + "D" + ], + [ + "U", + "SED" + ], + [ + "▁v", + "oting" + ], + [ + "▁vo", + "ting" + ], + [ + "▁vot", + "ing" + ], + [ + "▁Min", + "istry" + ], + [ + "▁M", + "ig" + ], + [ + "▁Mi", + "g" + ], + [ + "▁C", + "hen" + ], + [ + "▁Ch", + "en" + ], + [ + "▁Che", + "n" + ], + [ + "▁ac", + "company" + ], + [ + "▁accompan", + "y" + ], + [ + "▁accomp", + "any" + ], + [ + "ul", + "le" + ], + [ + "ull", + "e" + ], + [ + "u", + "lle" + ], + [ + "▁g", + "a" + ], + [ + "▁", + "ga" + ], + [ + "▁equ", + "ipped" + ], + [ + "▁equip", + "ped" + ], + [ + "▁n", + "un" + ], + [ + "▁nu", + "n" + ], + [ + "Be", + "t" + ], + [ + "B", + "et" + ], + [ + "▁lic", + "ensed" + ], + [ + "▁license", + "d" + ], + [ + "AR", + "CH" + ], + [ + "F", + "N" + ], + [ + "▁eng", + "ines" + ], + [ + "▁engine", + "s" + ], + [ + "▁s", + "ter" + ], + [ + "▁st", + "er" + ], + [ + "▁ste", + "r" + ], + [ + "▁", + "ster" + ], + [ + "▁loc", + "ale" + ], + [ + "▁local", + "e" + ], + [ + "▁", + "locale" + ], + [ + "▁в", + "ъ" + ], + [ + "lin", + "ks" + ], + [ + "link", + "s" + ], + [ + "l", + "inks" + ], + [ + "▁Cap", + "ital" + ], + [ + "▁al", + "ien" + ], + [ + "▁ali", + "en" + ], + [ + "W", + "r" + ], + [ + "р", + "ъ" + ], + [ + "Car", + "t" + ], + [ + "C", + "art" + ], + [ + "▁Mark", + "eting" + ], + [ + "▁Market", + "ing" + ], + [ + "▁R", + "T" + ], + [ + "▁", + "RT" + ], + [ + "File", + "Name" + ], + [ + "▁t", + "i" + ], + [ + "▁", + "ti" + ], + [ + "ij", + "i" + ], + [ + "i", + "ji" + ], + [ + "▁vers", + "us" + ], + [ + "li", + "ve" + ], + [ + "liv", + "e" + ], + [ + "l", + "ive" + ], + [ + "Sy", + "m" + ], + [ + "S", + "ym" + ], + [ + "ko", + "r" + ], + [ + "k", + "or" + ], + [ + "▁e", + "mission" + ], + [ + "▁em", + "ission" + ], + [ + "um", + "m" + ], + [ + "u", + "mm" + ], + [ + "yc", + "z" + ], + [ + "y", + "cz" + ], + [ + "▁clim", + "bed" + ], + [ + "▁climb", + "ed" + ], + [ + "▁plus", + "ieurs" + ], + [ + "к", + "ри" + ], + [ + "ya", + "r" + ], + [ + "y", + "ar" + ], + [ + "os", + "ten" + ], + [ + "ost", + "en" + ], + [ + "o", + "sten" + ], + [ + "▁u", + "sb" + ], + [ + "▁us", + "b" + ], + [ + "▁", + "usb" + ], + [ + "▁cross", + "ing" + ], + [ + "▁pol", + "ynom" + ], + [ + "▁poly", + "nom" + ], + [ + "▁rem", + "oval" + ], + [ + "▁Ad", + "ams" + ], + [ + "▁Adam", + "s" + ], + [ + "▁i", + "hre" + ], + [ + "▁ih", + "re" + ], + [ + "▁ihr", + "e" + ], + [ + "an", + "den" + ], + [ + "and", + "en" + ], + [ + "ande", + "n" + ], + [ + "▁Ben", + "j" + ], + [ + "▁P", + "hill" + ], + [ + "▁Ph", + "ill" + ], + [ + "▁Phil", + "l" + ], + [ + "▁wound", + "ed" + ], + [ + "▁Cast", + "le" + ], + [ + "▁Cas", + "tle" + ], + [ + "bi", + "ld" + ], + [ + "bil", + "d" + ], + [ + "b", + "ild" + ], + [ + "An", + "notation" + ], + [ + "Process", + "or" + ], + [ + "▁t", + "in" + ], + [ + "▁ti", + "n" + ], + [ + "fo", + "lg" + ], + [ + "fol", + "g" + ], + [ + "▁Stud", + "ents" + ], + [ + "▁Student", + "s" + ], + [ + "▁Mex", + "ican" + ], + [ + "▁administr", + "ative" + ], + [ + "IL", + "ED" + ], + [ + "ILE", + "D" + ], + [ + "I", + "LED" + ], + [ + "▁con", + "qu" + ], + [ + "▁che", + "er" + ], + [ + "▁C", + "es" + ], + [ + "▁Ce", + "s" + ], + [ + "B", + "ecause" + ], + [ + "▁J", + "uni" + ], + [ + "▁Jun", + "i" + ], + [ + "▁Ju", + "ni" + ], + [ + "▁en", + "contr" + ], + [ + "av", + "i" + ], + [ + "a", + "vi" + ], + [ + "V", + "I" + ], + [ + "ak", + "u" + ], + [ + "a", + "ku" + ], + [ + "▁T", + "on" + ], + [ + "▁To", + "n" + ], + [ + "▁sm", + "oking" + ], + [ + "▁b", + "ay" + ], + [ + "▁ba", + "y" + ], + [ + "work", + "s" + ], + [ + "wor", + "ks" + ], + [ + "а", + "т" + ], + [ + "at", + "tered" + ], + [ + "att", + "ered" + ], + [ + "atter", + "ed" + ], + [ + "atte", + "red" + ], + [ + "▁Bo", + "olean" + ], + [ + "▁", + "Boolean" + ], + [ + "▁B", + "alt" + ], + [ + "▁Ba", + "lt" + ], + [ + "▁Bal", + "t" + ], + [ + "de", + "fer" + ], + [ + "def", + "er" + ], + [ + "path", + "y" + ], + [ + "pat", + "hy" + ], + [ + "pa", + "thy" + ], + [ + "A", + "h" + ], + [ + "▁a", + "kt" + ], + [ + "▁ak", + "t" + ], + [ + "▁", + "akt" + ], + [ + "▁gover", + "nor" + ], + [ + "▁govern", + "or" + ], + [ + "P", + "ad" + ], + [ + "▁si", + "sters" + ], + [ + "▁sister", + "s" + ], + [ + "▁sist", + "ers" + ], + [ + "La", + "t" + ], + [ + "L", + "at" + ], + [ + "▁re", + "vel" + ], + [ + "▁r", + "evel" + ], + [ + "▁rev", + "el" + ], + [ + "▁reve", + "l" + ], + [ + "▁S", + "Y" + ], + [ + "▁", + "SY" + ], + [ + "it", + "os" + ], + [ + "ito", + "s" + ], + [ + "i", + "tos" + ], + [ + "▁fil", + "ters" + ], + [ + "▁filter", + "s" + ], + [ + "▁", + "filters" + ], + [ + "Ch", + "unk" + ], + [ + "con", + "sum" + ], + [ + "cons", + "um" + ], + [ + "▁rem", + "oving" + ], + [ + "▁H", + "err" + ], + [ + "▁He", + "rr" + ], + [ + "▁Her", + "r" + ], + [ + "▁gener", + "ator" + ], + [ + "▁", + "generator" + ], + [ + "▁C", + "ra" + ], + [ + "▁Cr", + "a" + ], + [ + "▁far", + "mers" + ], + [ + "▁farm", + "ers" + ], + [ + "▁farmer", + "s" + ], + [ + "▁Mem", + "bers" + ], + [ + "▁Member", + "s" + ], + [ + "▁", + "Members" + ], + [ + "▁over", + "come" + ], + [ + "▁C", + "in" + ], + [ + "▁Ci", + "n" + ], + [ + "ig", + "keit" + ], + [ + "cri", + "ptions" + ], + [ + "cription", + "s" + ], + [ + "cript", + "ions" + ], + [ + "Test", + "s" + ], + [ + "Te", + "sts" + ], + [ + "T", + "ests" + ], + [ + "▁к", + "лу" + ], + [ + "▁sh", + "ake" + ], + [ + "▁sha", + "ke" + ], + [ + "▁", + "shake" + ], + [ + "▁y", + "y" + ], + [ + "▁", + "yy" + ], + [ + "pl", + "acement" + ], + [ + "place", + "ment" + ], + [ + "plac", + "ement" + ], + [ + "▁a", + "wards" + ], + [ + "▁aw", + "ards" + ], + [ + "▁award", + "s" + ], + [ + "▁epis", + "odes" + ], + [ + "▁episode", + "s" + ], + [ + "▁Bl", + "ood" + ], + [ + "▁Blo", + "od" + ], + [ + "▁bul", + "let" + ], + [ + "▁bull", + "et" + ], + [ + "▁", + "bullet" + ], + [ + "▁v", + "iene" + ], + [ + "▁vi", + "ene" + ], + [ + "▁vie", + "ne" + ], + [ + "▁Fin", + "ancial" + ], + [ + "F", + "uture" + ], + [ + "▁r", + "ou" + ], + [ + "▁ro", + "u" + ], + [ + "▁", + "rou" + ], + [ + "▁bi", + "ologie" + ], + [ + "▁use", + "State" + ], + [ + "ia", + "ni" + ], + [ + "ian", + "i" + ], + [ + "i", + "ani" + ], + [ + "pie", + "ce" + ], + [ + "p", + "iece" + ], + [ + "▁spe", + "aker" + ], + [ + "▁speak", + "er" + ], + [ + "▁re", + "fr" + ], + [ + "▁ref", + "r" + ], + [ + "AR", + "K" + ], + [ + "▁M", + "IT" + ], + [ + "▁MI", + "T" + ], + [ + "▁", + "MIT" + ], + [ + "▁T", + "an" + ], + [ + "▁Ta", + "n" + ], + [ + "▁B", + "ased" + ], + [ + "▁Bas", + "ed" + ], + [ + "▁Base", + "d" + ], + [ + "▁Ba", + "sed" + ], + [ + "▁", + "Based" + ], + [ + "▁cult", + "iv" + ], + [ + "▁hung", + "ry" + ], + [ + "▁A", + "y" + ], + [ + "▁H", + "ey" + ], + [ + "▁He", + "y" + ], + [ + "▁", + "Hey" + ], + [ + "▁excit", + "ement" + ], + [ + "ibr", + "aries" + ], + [ + "Hi", + "t" + ], + [ + "H", + "it" + ], + [ + "▁E", + "nde" + ], + [ + "▁En", + "de" + ], + [ + "▁End", + "e" + ], + [ + "N", + "G" + ], + [ + "FI", + "L" + ], + [ + "F", + "IL" + ], + [ + ".\"", + ")" + ], + [ + ".", + "\")" + ], + [ + "F", + "amily" + ], + [ + "in", + "ery" + ], + [ + "ine", + "ry" + ], + [ + "iner", + "y" + ], + [ + "ne", + "cess" + ], + [ + "ve", + "lope" + ], + [ + "vel", + "ope" + ], + [ + "velop", + "e" + ], + [ + "▁B", + "ot" + ], + [ + "▁Bo", + "t" + ], + [ + "▁", + "Bot" + ], + [ + "port", + "er" + ], + [ + "por", + "ter" + ], + [ + "porte", + "r" + ], + [ + "p", + "orter" + ], + [ + "▁cl", + "imb" + ], + [ + "▁clim", + "b" + ], + [ + "▁E", + "li" + ], + [ + "▁El", + "i" + ], + [ + "ur", + "ent" + ], + [ + "ure", + "nt" + ], + [ + "uren", + "t" + ], + [ + "u", + "rent" + ], + [ + "▁mist", + "akes" + ], + [ + "▁mistake", + "s" + ], + [ + "áb", + "an" + ], + [ + "á", + "ban" + ], + [ + "mark", + "s" + ], + [ + "mar", + "ks" + ], + [ + "m", + "arks" + ], + [ + "pk", + "t" + ], + [ + "p", + "kt" + ], + [ + "L", + "ibrary" + ], + [ + "st", + "ed" + ], + [ + "ste", + "d" + ], + [ + "s", + "ted" + ], + [ + "ublic", + "e" + ], + [ + "ubl", + "ice" + ], + [ + "▁Administr", + "ation" + ], + [ + "▁Admin", + "istration" + ], + [ + "▁sh", + "apes" + ], + [ + "▁shape", + "s" + ], + [ + "▁sha", + "pes" + ], + [ + "пу", + "бли" + ], + [ + "Go", + "d" + ], + [ + "G", + "od" + ], + [ + "in", + "nen" + ], + [ + "inn", + "en" + ], + [ + "ко", + "ло" + ], + [ + "к", + "оло" + ], + [ + "<<", + "<<" + ], + [ + "ib", + "e" + ], + [ + "i", + "be" + ], + [ + "ê", + "s" + ], + [ + "▁С", + "ША" + ], + [ + "▁Fore", + "ign" + ], + [ + "▁", + "Foreign" + ], + [ + "▁Marg", + "aret" + ], + [ + "▁g", + "ene" + ], + [ + "▁gen", + "e" + ], + [ + "▁ge", + "ne" + ], + [ + "▁dist", + "urb" + ], + [ + "▁т", + "ер" + ], + [ + "▁те", + "р" + ], + [ + "▁", + "тер" + ], + [ + "▁on", + "Click" + ], + [ + "▁Engine", + "ering" + ], + [ + "▁stop", + "ping" + ], + [ + "▁sto", + "pping" + ], + [ + "▁restr", + "ictions" + ], + [ + "▁restrict", + "ions" + ], + [ + "▁restriction", + "s" + ], + [ + ",", + "*" + ], + [ + "BU", + "F" + ], + [ + "▁sh", + "adows" + ], + [ + "▁shadow", + "s" + ], + [ + "hc", + "i" + ], + [ + "h", + "ci" + ], + [ + "▁Christ", + "ians" + ], + [ + "▁Christian", + "s" + ], + [ + "▁f", + "ence" + ], + [ + "▁fen", + "ce" + ], + [ + "▁lux", + "ury" + ], + [ + "ak", + "h" + ], + [ + "a", + "kh" + ], + [ + "co", + "ord" + ], + [ + "▁invest", + "igate" + ], + [ + "▁investig", + "ate" + ], + [ + "▁convent", + "ional" + ], + [ + "▁convention", + "al" + ], + [ + "\"", + "—" + ], + [ + "▁vis", + "its" + ], + [ + "▁visit", + "s" + ], + [ + "is", + "é" + ], + [ + "▁S", + "ac" + ], + [ + "▁Sa", + "c" + ], + [ + "class", + "Name" + ], + [ + "▁Psy", + "ch" + ], + [ + "▁ref", + "lected" + ], + [ + "▁reflect", + "ed" + ], + [ + "▁п", + "ло" + ], + [ + "▁", + "пло" + ], + [ + "▁V", + "ice" + ], + [ + "▁Vi", + "ce" + ], + [ + "▁Vic", + "e" + ], + [ + "ła", + "w" + ], + [ + "ł", + "aw" + ], + [ + "________", + "________" + ], + [ + "▁W", + "olf" + ], + [ + "▁Wol", + "f" + ], + [ + "re", + "nte" + ], + [ + "ren", + "te" + ], + [ + "rent", + "e" + ], + [ + "r", + "ente" + ], + [ + "▁Ch", + "ampion" + ], + [ + "▁sim", + "ulation" + ], + [ + "es", + "ota" + ], + [ + "eso", + "ta" + ], + [ + "▁S", + "oon" + ], + [ + "▁So", + "on" + ], + [ + "▁C", + "el" + ], + [ + "▁Ce", + "l" + ], + [ + "▁the", + "ories" + ], + [ + "▁S", + "TR" + ], + [ + "▁ST", + "R" + ], + [ + "▁", + "STR" + ], + [ + "▁collect", + "ive" + ], + [ + "▁coord", + "inate" + ], + [ + "query", + "Selector" + ], + [ + "em", + "ed" + ], + [ + "eme", + "d" + ], + [ + "e", + "med" + ], + [ + "B", + "reak" + ], + [ + "▁g", + "ef" + ], + [ + "▁ge", + "f" + ], + [ + "▁electric", + "ity" + ], + [ + "▁gather", + "ing" + ], + [ + "at", + "ers" + ], + [ + "ate", + "rs" + ], + [ + "ater", + "s" + ], + [ + "a", + "ters" + ], + [ + "ex", + "per" + ], + [ + "exp", + "er" + ], + [ + "▁R", + "oma" + ], + [ + "▁Rom", + "a" + ], + [ + "▁Ro", + "ma" + ], + [ + "▁Co", + "oper" + ], + [ + "SY", + "MBOL" + ], + [ + "v", + "d" + ], + [ + "ivers", + "ary" + ], + [ + "ain", + "es" + ], + [ + "ai", + "nes" + ], + [ + "aine", + "s" + ], + [ + "a", + "ines" + ], + [ + "▁G", + "rad" + ], + [ + "▁Gr", + "ad" + ], + [ + "▁Gra", + "d" + ], + [ + "▁", + "Grad" + ], + [ + "▁independ", + "ence" + ], + [ + "wo", + "h" + ], + [ + "w", + "oh" + ], + [ + "▁con", + "sequence" + ], + [ + "▁consequ", + "ence" + ], + [ + "▁convers", + "ations" + ], + [ + "▁conversation", + "s" + ], + [ + "▁R", + "ou" + ], + [ + "▁Ro", + "u" + ], + [ + "▁and", + "ere" + ], + [ + "▁ander", + "e" + ], + [ + "▁System", + "s" + ], + [ + "га", + "р" + ], + [ + "г", + "ар" + ], + [ + "▁mo", + "ist" + ], + [ + "▁mois", + "t" + ], + [ + "fl", + "u" + ], + [ + "f", + "lu" + ], + [ + "ці", + "я" + ], + [ + "ни", + "ш" + ], + [ + "▁r", + "ode" + ], + [ + "▁ro", + "de" + ], + [ + "▁rod", + "e" + ], + [ + "▁p", + "erd" + ], + [ + "▁per", + "d" + ], + [ + "▁pe", + "rd" + ], + [ + "▁s", + "zer" + ], + [ + "▁sz", + "er" + ], + [ + "▁fl", + "ood" + ], + [ + "▁flo", + "od" + ], + [ + "▁in", + "tim" + ], + [ + "▁int", + "im" + ], + [ + "std", + "err" + ], + [ + "▁ref", + "lection" + ], + [ + "▁reflect", + "ion" + ], + [ + "Sc", + "an" + ], + [ + "S", + "can" + ], + [ + "▁dis", + "aster" + ], + [ + "ake", + "spe" + ], + [ + "akes", + "pe" + ], + [ + "▁In", + "valid" + ], + [ + "▁", + "Invalid" + ], + [ + "▁hum", + "or" + ], + [ + "▁Fried", + "rich" + ], + [ + "▁suggest", + "ions" + ], + [ + "▁suggestion", + "s" + ], + [ + "uv", + "ud" + ], + [ + "De", + "lay" + ], + [ + "Del", + "ay" + ], + [ + "br", + "ief" + ], + [ + "b", + "rief" + ], + [ + "▁и", + "с" + ], + [ + "▁", + "ис" + ], + [ + "gl", + "ied" + ], + [ + "fa", + "s" + ], + [ + "f", + "as" + ], + [ + "▁S", + "mart" + ], + [ + "▁Sm", + "art" + ], + [ + "▁m", + "edi" + ], + [ + "▁me", + "di" + ], + [ + "▁med", + "i" + ], + [ + "▁", + "medi" + ], + [ + "sd", + "k" + ], + [ + "s", + "dk" + ], + [ + "▁se", + "us" + ], + [ + "▁seu", + "s" + ], + [ + "▁A", + "rizona" + ], + [ + "▁innoc", + "ent" + ], + [ + "War", + "n" + ], + [ + "W", + "arn" + ], + [ + "ac", + "ious" + ], + [ + "aci", + "ous" + ], + [ + "acio", + "us" + ], + [ + "▁Mos", + "cow" + ], + [ + "▁c", + "aps" + ], + [ + "▁cap", + "s" + ], + [ + "▁ca", + "ps" + ], + [ + "▁", + "caps" + ], + [ + "Dele", + "gate" + ], + [ + "▁dram", + "atic" + ], + [ + "bo", + "oks" + ], + [ + "book", + "s" + ], + [ + "▁sh", + "ore" + ], + [ + "▁", + "shore" + ], + [ + "uk", + "i" + ], + [ + "u", + "ki" + ], + [ + "▁Russ", + "ell" + ], + [ + "▁cor", + "relation" + ], + [ + "▁corre", + "lation" + ], + [ + "▁correl", + "ation" + ], + [ + "He", + "lp" + ], + [ + "Hel", + "p" + ], + [ + "▁pub", + "blic" + ], + [ + "zy", + "m" + ], + [ + "z", + "ym" + ], + [ + "com", + "b" + ], + [ + "co", + "mb" + ], + [ + "c", + "omb" + ], + [ + "E", + "Y" + ], + [ + "LEN", + "GTH" + ], + [ + "▁M", + "ün" + ], + [ + "▁_", + "." + ], + [ + "▁", + "_." + ], + [ + "▁f", + "erm" + ], + [ + "▁fe", + "rm" + ], + [ + "▁fer", + "m" + ], + [ + "▁I", + "an" + ], + [ + "▁St", + "udio" + ], + [ + "▁Stud", + "io" + ], + [ + "▁aff", + "airs" + ], + [ + "▁affair", + "s" + ], + [ + "lo", + "s" + ], + [ + "l", + "os" + ], + [ + "Rule", + "s" + ], + [ + "R", + "ules" + ], + [ + "run", + "ning" + ], + [ + "r", + "unning" + ], + [ + "▁Post", + "ed" + ], + [ + "▁Po", + "sted" + ], + [ + "▁Pos", + "ted" + ], + [ + "P", + "ixel" + ], + [ + "▁d", + "ancing" + ], + [ + "▁dan", + "cing" + ], + [ + "▁agree", + "ments" + ], + [ + "▁agre", + "ements" + ], + [ + "▁agreement", + "s" + ], + [ + "▁P", + "ic" + ], + [ + "▁Pi", + "c" + ], + [ + "an", + "cia" + ], + [ + "anc", + "ia" + ], + [ + "a", + "ncia" + ], + [ + "▁m", + "á" + ], + [ + "ation", + "Token" + ], + [ + "des", + "criptor" + ], + [ + "▁C", + "arter" + ], + [ + "▁Car", + "ter" + ], + [ + "▁Cart", + "er" + ], + [ + "Re", + "lease" + ], + [ + "Rele", + "ase" + ], + [ + "****", + "********" + ], + [ + "********", + "****" + ], + [ + "******", + "******" + ], + [ + "▁out", + "standing" + ], + [ + "ch", + "anges" + ], + [ + "change", + "s" + ], + [ + "chan", + "ges" + ], + [ + "AR", + "RAY" + ], + [ + "▁Bar", + "bara" + ], + [ + "▁Barb", + "ara" + ], + [ + "▁nur", + "se" + ], + [ + "▁nurs", + "e" + ], + [ + "(", + "\r" + ], + [ + "▁Dou", + "glas" + ], + [ + "▁Doug", + "las" + ], + [ + "▁nu", + "cle" + ], + [ + "▁nuc", + "le" + ], + [ + "ou", + "ri" + ], + [ + "our", + "i" + ], + [ + "o", + "uri" + ], + [ + "▁St", + "yle" + ], + [ + "▁", + "Style" + ], + [ + "av", + "o" + ], + [ + "a", + "vo" + ], + [ + "▁pain", + "ful" + ], + [ + "▁s", + "lic" + ], + [ + "▁sl", + "ic" + ], + [ + "▁sein", + "em" + ], + [ + "▁seine", + "m" + ], + [ + "▁sei", + "nem" + ], + [ + "SUP", + "PORT" + ], + [ + "og", + "ene" + ], + [ + "ogen", + "e" + ], + [ + "oge", + "ne" + ], + [ + "▁sat", + "ell" + ], + [ + "ta", + "gon" + ], + [ + "tag", + "on" + ], + [ + "t", + "agon" + ], + [ + "▁coll", + "apse" + ], + [ + "▁", + "collapse" + ], + [ + "ve", + "lle" + ], + [ + "vel", + "le" + ], + [ + "v", + "elle" + ], + [ + "MO", + "N" + ], + [ + "M", + "ON" + ], + [ + "augh", + "ters" + ], + [ + "aught", + "ers" + ], + [ + "aughter", + "s" + ], + [ + "▁threat", + "ened" + ], + [ + "▁Il", + "legal" + ], + [ + "▁desper", + "ate" + ], + [ + "st", + "rict" + ], + [ + "str", + "ict" + ], + [ + "stri", + "ct" + ], + [ + "ru", + "s" + ], + [ + "r", + "us" + ], + [ + "сти", + "ту" + ], + [ + "\\\"", + ":" + ], + [ + "\\", + "\":" + ], + [ + "▁conf", + "lic" + ], + [ + "down", + "load" + ], + [ + "at", + "os" + ], + [ + "ato", + "s" + ], + [ + "a", + "tos" + ], + [ + "▁Pos", + "ition" + ], + [ + "▁", + "Position" + ], + [ + ".*", + ";" + ], + [ + ".", + "*;" + ], + [ + "▁the", + "ater" + ], + [ + "▁ple", + "asant" + ], + [ + "▁C", + "ette" + ], + [ + "▁Sing", + "apore" + ], + [ + "he", + "et" + ], + [ + "▁p", + "ir" + ], + [ + "▁pi", + "r" + ], + [ + "▁ac", + "quis" + ], + [ + "▁acqu", + "is" + ], + [ + "▁на", + "зва" + ], + [ + "те", + "ля" + ], + [ + "тел", + "я" + ], + [ + "▁rec", + "ru" + ], + [ + "же", + "ния" + ], + [ + "ё", + "л" + ], + [ + "вер", + "сите" + ], + [ + "▁res", + "pective" + ], + [ + "▁respect", + "ive" + ], + [ + "▁t", + "unnel" + ], + [ + "▁tun", + "nel" + ], + [ + "▁tunn", + "el" + ], + [ + "▁De", + "an" + ], + [ + "D", + "u" + ], + [ + "▁un", + "cle" + ], + [ + "▁unc", + "le" + ], + [ + "▁off", + "ensive" + ], + [ + "co", + "lo" + ], + [ + "col", + "o" + ], + [ + "c", + "olo" + ], + [ + "▁Un", + "like" + ], + [ + "se", + "ries" + ], + [ + "ser", + "ies" + ], + [ + "serie", + "s" + ], + [ + "s", + "eries" + ], + [ + "▁A", + "rn" + ], + [ + "▁Ar", + "n" + ], + [ + "min", + "ute" + ], + [ + "▁des", + "criptor" + ], + [ + "▁", + "descriptor" + ], + [ + "▁st", + "ones" + ], + [ + "▁stone", + "s" + ], + [ + "▁sto", + "nes" + ], + [ + "IC", + "ATION" + ], + [ + "▁P", + "ad" + ], + [ + "▁Pa", + "d" + ], + [ + "▁", + "Pad" + ], + [ + "▁i", + "Phone" + ], + [ + "e", + "i" + ], + [ + "▁fant", + "asy" + ], + [ + "▁Kore", + "an" + ], + [ + "▁Korea", + "n" + ], + [ + "\"", + "}" + ], + [ + "▁or", + "th" + ], + [ + "▁", + "orth" + ], + [ + "hal", + "ten" + ], + [ + "halt", + "en" + ], + [ + "de", + "ep" + ], + [ + "▁K", + "ay" + ], + [ + "▁Ka", + "y" + ], + [ + "requ", + "ency" + ], + [ + "▁du", + "ties" + ], + [ + "▁dut", + "ies" + ], + [ + "aw", + "t" + ], + [ + "a", + "wt" + ], + [ + "▁ne", + "arest" + ], + [ + "▁near", + "est" + ], + [ + "▁dis", + "order" + ], + [ + "ст", + "ру" + ], + [ + "▁Ch", + "ile" + ], + [ + "▁Chi", + "le" + ], + [ + "▁s", + "eq" + ], + [ + "▁se", + "q" + ], + [ + "▁", + "seq" + ], + [ + "▁transport", + "ation" + ], + [ + "O", + "O" + ], + [ + "▁D", + "ez" + ], + [ + "▁De", + "z" + ], + [ + "ij", + "u" + ], + [ + "i", + "ju" + ], + [ + "▁Result", + "s" + ], + [ + "▁", + "Results" + ], + [ + "je", + "d" + ], + [ + "j", + "ed" + ], + [ + "iv", + "el" + ], + [ + "ive", + "l" + ], + [ + "i", + "vel" + ], + [ + "HO", + "ST" + ], + [ + "H", + "OST" + ], + [ + "▁", + "€" + ], + [ + "▁", + "Î" + ], + [ + "▁c", + "hin" + ], + [ + "▁ch", + "in" + ], + [ + "▁chi", + "n" + ], + [ + "▁m", + "att" + ], + [ + "▁mat", + "t" + ], + [ + "▁ma", + "tt" + ], + [ + "▁v", + "oted" + ], + [ + "▁vo", + "ted" + ], + [ + "▁vote", + "d" + ], + [ + "▁vot", + "ed" + ], + [ + "▁ge", + "hör" + ], + [ + "▁s", + "ue" + ], + [ + "▁su", + "e" + ], + [ + "▁leg", + "acy" + ], + [ + "в", + "ся" + ], + [ + "SO", + "URCE" + ], + [ + "W", + "ORK" + ], + [ + "it", + "is" + ], + [ + "iti", + "s" + ], + [ + "▁$", + "|" + ], + [ + "▁о", + "бо" + ], + [ + "▁об", + "о" + ], + [ + "▁n", + "r" + ], + [ + "▁", + "nr" + ], + [ + "▁T", + "amb" + ], + [ + "▁Ta", + "mb" + ], + [ + "▁Tam", + "b" + ], + [ + "▁sn", + "ap" + ], + [ + "▁", + "snap" + ], + [ + "▁im", + "pressed" + ], + [ + "▁imp", + "ressed" + ], + [ + "▁impress", + "ed" + ], + [ + "▁depos", + "it" + ], + [ + "▁d", + "ivid" + ], + [ + "▁di", + "vid" + ], + [ + "▁div", + "id" + ], + [ + "Seg", + "ment" + ], + [ + "▁к", + "ар" + ], + [ + "▁ка", + "р" + ], + [ + "▁", + "кар" + ], + [ + "▁G", + "as" + ], + [ + "▁Ga", + "s" + ], + [ + "▁cr", + "imes" + ], + [ + "▁crim", + "es" + ], + [ + "▁crime", + "s" + ], + [ + "▁cri", + "mes" + ], + [ + "▁ins", + "ult" + ], + [ + "▁H", + "um" + ], + [ + "▁Hu", + "m" + ], + [ + "▁bound", + "ed" + ], + [ + "▁k", + "icked" + ], + [ + "▁kick", + "ed" + ], + [ + "▁М", + "у" + ], + [ + "▁|", + "\\" + ], + [ + "▁", + "|\\" + ], + [ + "ad", + "ded" + ], + [ + "add", + "ed" + ], + [ + "Pro", + "du" + ], + [ + "P", + "rodu" + ], + [ + "▁.", + "/" + ], + [ + "▁", + "./" + ], + [ + "▁awk", + "ward" + ], + [ + "▁К", + "ра" + ], + [ + "▁", + "ї" + ], + [ + "▁CON", + "TR" + ], + [ + "▁be", + "im" + ], + [ + "▁bei", + "m" + ], + [ + "▁place", + "holder" + ], + [ + "▁", + "placeholder" + ], + [ + "sp", + "i" + ], + [ + "s", + "pi" + ], + [ + "▁B", + "ei" + ], + [ + "▁Be", + "i" + ], + [ + "▁P", + "f" + ], + [ + "ient", + "es" + ], + [ + "ien", + "tes" + ], + [ + "iente", + "s" + ], + [ + "i", + "entes" + ], + [ + "dis", + "k" + ], + [ + "di", + "sk" + ], + [ + "d", + "isk" + ], + [ + "bl", + "k" + ], + [ + "ne", + "o" + ], + [ + "it", + "arian" + ], + [ + "ita", + "rian" + ], + [ + "itar", + "ian" + ], + [ + "▁c", + "ogn" + ], + [ + "▁co", + "gn" + ], + [ + "▁s", + "out" + ], + [ + "▁so", + "ut" + ], + [ + "▁sou", + "t" + ], + [ + "▁tr", + "ash" + ], + [ + "▁tra", + "sh" + ], + [ + "▁tras", + "h" + ], + [ + "▁R", + "ab" + ], + [ + "▁Ra", + "b" + ], + [ + "▁dec", + "line" + ], + [ + "▁decl", + "ine" + ], + [ + "ta", + "t" + ], + [ + "t", + "at" + ], + [ + "▁comb", + "ine" + ], + [ + "▁T", + "ot" + ], + [ + "▁To", + "t" + ], + [ + "▁dr", + "ops" + ], + [ + "▁dro", + "ps" + ], + [ + "▁drop", + "s" + ], + [ + "Time", + "s" + ], + [ + "Tim", + "es" + ], + [ + "T", + "imes" + ], + [ + "ched", + "uler" + ], + [ + "chedul", + "er" + ], + [ + "▁govern", + "ments" + ], + [ + "▁government", + "s" + ], + [ + "Te", + "x" + ], + [ + "T", + "ex" + ], + [ + "▁U", + "sed" + ], + [ + "▁Us", + "ed" + ], + [ + "▁Use", + "d" + ], + [ + "▁", + "Used" + ], + [ + "за", + "н" + ], + [ + "з", + "ан" + ], + [ + "▁p", + "d" + ], + [ + "▁", + "pd" + ], + [ + "ме", + "т" + ], + [ + "м", + "ет" + ], + [ + "▁&=", + "&" + ], + [ + "▁N", + "ag" + ], + [ + "▁Na", + "g" + ], + [ + "▁до", + "л" + ], + [ + "▁", + "дол" + ], + [ + "▁Al", + "ways" + ], + [ + "rt", + "c" + ], + [ + "r", + "tc" + ], + [ + "ск", + "е" + ], + [ + "с", + "ке" + ], + [ + "▁perform", + "ances" + ], + [ + "▁performance", + "s" + ], + [ + "rupt", + "ed" + ], + [ + "rup", + "ted" + ], + [ + "▁д", + "ва" + ], + [ + "▁man", + "agers" + ], + [ + "▁manager", + "s" + ], + [ + "▁manage", + "rs" + ], + [ + "▁P", + "itt" + ], + [ + "▁Pi", + "tt" + ], + [ + "▁myst", + "ery" + ], + [ + "▁myster", + "y" + ], + [ + "▁set", + "tle" + ], + [ + "▁sett", + "le" + ], + [ + "ul", + "se" + ], + [ + "uls", + "e" + ], + [ + "cr", + "oss" + ], + [ + "cro", + "ss" + ], + [ + "c", + "ross" + ], + [ + "quest", + "ion" + ], + [ + "as", + "ha" + ], + [ + "ash", + "a" + ], + [ + "a", + "sha" + ], + [ + "se", + "ed" + ], + [ + "see", + "d" + ], + [ + "s", + "eed" + ], + [ + "ur", + "able" + ], + [ + "ura", + "ble" + ], + [ + "Fin", + "al" + ], + [ + "Fi", + "nal" + ], + [ + "F", + "inal" + ], + [ + "++", + "++" + ], + [ + "input", + "s" + ], + [ + "▁back", + "up" + ], + [ + "▁", + "backup" + ], + [ + "▁Le", + "arning" + ], + [ + "▁Lear", + "ning" + ], + [ + "▁Learn", + "ing" + ], + [ + "▁*", + "," + ], + [ + "▁", + "*," + ], + [ + "lo", + "go" + ], + [ + "log", + "o" + ], + [ + "l", + "ogo" + ], + [ + "▁se", + "inen" + ], + [ + "▁sein", + "en" + ], + [ + "▁seine", + "n" + ], + [ + "▁sei", + "nen" + ], + [ + "▁vulner", + "able" + ], + [ + "direct", + "ory" + ], + [ + "i", + "ë" + ], + [ + "▁friend", + "ship" + ], + [ + "▁friends", + "hip" + ], + [ + "t", + "u" + ], + [ + "▁V", + "ec" + ], + [ + "▁Ve", + "c" + ], + [ + "▁", + "Vec" + ], + [ + "rif", + "ice" + ], + [ + "rific", + "e" + ], + [ + "▁б", + "ра" + ], + [ + "▁", + "бра" + ], + [ + "▁inv", + "olve" + ], + [ + "▁invol", + "ve" + ], + [ + "TO", + "N" + ], + [ + "T", + "ON" + ], + [ + "▁cor", + "rid" + ], + [ + "se", + "par" + ], + [ + "sep", + "ar" + ], + [ + "Dest", + "roy" + ], + [ + "▁j", + "ul" + ], + [ + "▁ju", + "l" + ], + [ + "▁inequ", + "ality" + ], + [ + "▁a", + "in" + ], + [ + "▁ai", + "n" + ], + [ + "▁", + "ain" + ], + [ + "he", + "x" + ], + [ + "h", + "ex" + ], + [ + "▁w", + "ider" + ], + [ + "▁wide", + "r" + ], + [ + "▁wid", + "er" + ], + [ + "те", + "ли" + ], + [ + "тел", + "и" + ], + [ + "▁j", + "ack" + ], + [ + "▁ja", + "ck" + ], + [ + "▁", + "jack" + ], + [ + "▁qu", + "ot" + ], + [ + "▁", + "quot" + ], + [ + "▁G", + "len" + ], + [ + "▁Gl", + "en" + ], + [ + "▁Gle", + "n" + ], + [ + "init", + "ely" + ], + [ + "ih", + "ood" + ], + [ + "i", + "hood" + ], + [ + "▁wa", + "ist" + ], + [ + "▁Man", + "chester" + ], + [ + "reg", + "ular" + ], + [ + "▁(", + "&" + ], + [ + "▁", + "(&" + ], + [ + "▁mass", + "es" + ], + [ + "▁mas", + "ses" + ], + [ + "▁DE", + "FAULT" + ], + [ + "▁", + "DEFAULT" + ], + [ + "▁ch", + "airs" + ], + [ + "▁chair", + "s" + ], + [ + "▁cha", + "irs" + ], + [ + "▁F", + "ast" + ], + [ + "▁Fa", + "st" + ], + [ + "▁", + "Fast" + ], + [ + "▁c", + "itt" + ], + [ + "▁cit", + "t" + ], + [ + "▁ci", + "tt" + ], + [ + "_{", + "{\\" + ], + [ + "_", + "{{\\" + ], + [ + "o", + "a" + ], + [ + "▁$", + "\\{" + ], + [ + "▁$\\", + "{" + ], + [ + "▁se", + "eds" + ], + [ + "▁see", + "ds" + ], + [ + "▁seed", + "s" + ], + [ + "▁A", + "ld" + ], + [ + "▁Al", + "d" + ], + [ + "▁B", + "att" + ], + [ + "▁Ba", + "tt" + ], + [ + "▁Bat", + "t" + ], + [ + "fa", + "b" + ], + [ + "f", + "ab" + ], + [ + "▁democr", + "acy" + ], + [ + "DT", + "O" + ], + [ + "D", + "TO" + ], + [ + "▁H", + "ij" + ], + [ + "▁Hi", + "j" + ], + [ + "PT", + "R" + ], + [ + "P", + "TR" + ], + [ + "N", + "a" + ], + [ + "▁Har", + "vard" + ], + [ + "si", + "d" + ], + [ + "s", + "id" + ], + [ + "Pr", + "ed" + ], + [ + "Pre", + "d" + ], + [ + "P", + "red" + ], + [ + "fer", + "s" + ], + [ + "fe", + "rs" + ], + [ + "f", + "ers" + ], + [ + "▁s", + "pare" + ], + [ + "▁sp", + "are" + ], + [ + "AM", + "P" + ], + [ + "A", + "MP" + ], + [ + "▁g", + "roupe" + ], + [ + "▁group", + "e" + ], + [ + "▁s", + "ender" + ], + [ + "▁se", + "nder" + ], + [ + "▁send", + "er" + ], + [ + "▁sen", + "der" + ], + [ + "▁", + "sender" + ], + [ + "▁Christ", + "opher" + ], + [ + "▁prison", + "ers" + ], + [ + "▁prisoner", + "s" + ], + [ + "▁K", + "er" + ], + [ + "▁Ke", + "r" + ], + [ + "▁C", + "rist" + ], + [ + "▁Cr", + "ist" + ], + [ + "▁Cris", + "t" + ], + [ + "▁A", + "LL" + ], + [ + "▁AL", + "L" + ], + [ + "▁", + "ALL" + ], + [ + "ri", + "ce" + ], + [ + "ric", + "e" + ], + [ + "r", + "ice" + ], + [ + "▁an", + "tes" + ], + [ + "▁ant", + "es" + ], + [ + "▁ante", + "s" + ], + [ + "▁", + "antes" + ], + [ + "nat", + "ural" + ], + [ + "▁Su", + "san" + ], + [ + "▁Sus", + "an" + ], + [ + "▁J", + "uli" + ], + [ + "▁Jul", + "i" + ], + [ + "▁Ju", + "li" + ], + [ + "▁di", + "ab" + ], + [ + "▁dia", + "b" + ], + [ + "ix", + "on" + ], + [ + "ic", + "ator" + ], + [ + "ica", + "tor" + ], + [ + "▁flex", + "ible" + ], + [ + "▁re", + "serve" + ], + [ + "▁res", + "erve" + ], + [ + "▁reserv", + "e" + ], + [ + "Cont", + "ains" + ], + [ + "▁H", + "il" + ], + [ + "▁Hi", + "l" + ], + [ + "▁I", + "sa" + ], + [ + "▁Is", + "a" + ], + [ + "▁town", + "s" + ], + [ + "▁tow", + "ns" + ], + [ + "G", + "S" + ], + [ + "▁T", + "rad" + ], + [ + "▁Tr", + "ad" + ], + [ + "▁Tra", + "d" + ], + [ + "▁L", + "ock" + ], + [ + "▁Loc", + "k" + ], + [ + "▁Lo", + "ck" + ], + [ + "▁", + "Lock" + ], + [ + "▁G", + "rund" + ], + [ + "▁Gr", + "und" + ], + [ + "▁Gru", + "nd" + ], + [ + "▁crit", + "icism" + ], + [ + "▁critic", + "ism" + ], + [ + "н", + "ю" + ], + [ + "▁c", + "ă" + ], + [ + "▁polit", + "ician" + ], + [ + "st", + "able" + ], + [ + "sta", + "ble" + ], + [ + "s", + "table" + ], + [ + "Ac", + "cept" + ], + [ + "Sum", + "mary" + ], + [ + "▁tamb", + "ém" + ], + [ + "▁també", + "m" + ], + [ + "}^", + "{-" + ], + [ + "}^{", + "-" + ], + [ + "}", + "^{-" + ], + [ + "▁I", + "M" + ], + [ + "▁", + "IM" + ], + [ + "id", + "al" + ], + [ + "ida", + "l" + ], + [ + "i", + "dal" + ], + [ + "мо", + "р" + ], + [ + "м", + "ор" + ], + [ + "Bl", + "ue" + ], + [ + "GRO", + "UP" + ], + [ + "▁term", + "inal" + ], + [ + "▁termin", + "al" + ], + [ + "▁complex", + "ity" + ], + [ + "▁loc", + "ally" + ], + [ + "▁local", + "ly" + ], + [ + "DO", + "WN" + ], + [ + "▁N", + "ear" + ], + [ + "▁Ne", + "ar" + ], + [ + "Dep", + "th" + ], + [ + "▁p", + "ole" + ], + [ + "▁pol", + "e" + ], + [ + "▁po", + "le" + ], + [ + "▁e", + "quality" + ], + [ + "▁equ", + "ality" + ], + [ + "▁equal", + "ity" + ], + [ + "Si", + "te" + ], + [ + "S", + "ite" + ], + [ + "▁is", + "instance" + ], + [ + "Sp", + "eed" + ], + [ + "Spe", + "ed" + ], + [ + "S", + "peed" + ], + [ + "ip", + "pi" + ], + [ + "ipp", + "i" + ], + [ + ",", + "&" + ], + [ + "▁E", + "nc" + ], + [ + "▁En", + "c" + ], + [ + "▁", + "Enc" + ], + [ + "ще", + "н" + ], + [ + "щ", + "ен" + ], + [ + "▁m", + "ater" + ], + [ + "▁mat", + "er" + ], + [ + "▁ma", + "ter" + ], + [ + "▁mate", + "r" + ], + [ + "▁sl", + "aves" + ], + [ + "▁slave", + "s" + ], + [ + "▁sla", + "ves" + ], + [ + "AC", + "TION" + ], + [ + "ACT", + "ION" + ], + [ + "A", + "CTION" + ], + [ + "usal", + "em" + ], + [ + "usa", + "lem" + ], + [ + "▁h", + "az" + ], + [ + "▁ha", + "z" + ], + [ + "▁Be", + "at" + ], + [ + "▁w", + "rest" + ], + [ + "▁wr", + "est" + ], + [ + "▁l", + "lam" + ], + [ + "▁ll", + "am" + ], + [ + "In", + "s" + ], + [ + "I", + "ns" + ], + [ + "ми", + "на" + ], + [ + "▁бу", + "в" + ], + [ + "▁Fr", + "ame" + ], + [ + "▁Fra", + "me" + ], + [ + "▁", + "Frame" + ], + [ + "us", + "hes" + ], + [ + "ush", + "es" + ], + [ + "▁virtual", + "ly" + ], + [ + "▁virt", + "ually" + ], + [ + "▁P", + "erm" + ], + [ + "▁Per", + "m" + ], + [ + "▁Pe", + "rm" + ], + [ + "▁", + "Perm" + ], + [ + "▁we", + "ights" + ], + [ + "▁weight", + "s" + ], + [ + "▁weigh", + "ts" + ], + [ + "▁", + "weights" + ], + [ + "▁ll", + "vm" + ], + [ + "▁", + "llvm" + ], + [ + "▁c", + "ave" + ], + [ + "▁ca", + "ve" + ], + [ + "▁cav", + "e" + ], + [ + "st", + "ates" + ], + [ + "state", + "s" + ], + [ + "stat", + "es" + ], + [ + "sta", + "tes" + ], + [ + "DM", + "A" + ], + [ + "D", + "MA" + ], + [ + "el", + "lt" + ], + [ + "ell", + "t" + ], + [ + "if", + "act" + ], + [ + "ifa", + "ct" + ], + [ + "i", + "fact" + ], + [ + "v", + "endor" + ], + [ + "▁E", + "mma" + ], + [ + "▁Em", + "ma" + ], + [ + "Loc", + "ale" + ], + [ + "Local", + "e" + ], + [ + "▁S", + "ET" + ], + [ + "▁SE", + "T" + ], + [ + "▁", + "SET" + ], + [ + "▁ge", + "ometry" + ], + [ + "▁", + "geometry" + ], + [ + "St", + "yles" + ], + [ + "Style", + "s" + ], + [ + "▁Ref", + "eree" + ], + [ + "▁Refer", + "ee" + ], + [ + "▁we", + "it" + ], + [ + "fi", + "ca" + ], + [ + "fic", + "a" + ], + [ + "f", + "ica" + ], + [ + "▁a", + "ds" + ], + [ + "▁ad", + "s" + ], + [ + "▁", + "ads" + ], + [ + "gr", + "ay" + ], + [ + "gra", + "y" + ], + [ + "g", + "ray" + ], + [ + "▁B", + "urg" + ], + [ + "▁Bur", + "g" + ], + [ + "▁Bu", + "rg" + ], + [ + "ion", + "a" + ], + [ + "io", + "na" + ], + [ + "i", + "ona" + ], + [ + "dag", + "ger" + ], + [ + "d", + "agger" + ], + [ + "▁Jan", + "uar" + ], + [ + "де", + "й" + ], + [ + "д", + "ей" + ], + [ + "ister", + "schaft" + ], + [ + "pp", + "o" + ], + [ + "p", + "po" + ], + [ + "oid", + "s" + ], + [ + "oi", + "ds" + ], + [ + "o", + "ids" + ], + [ + "▁dé", + "part" + ], + [ + "Sh", + "ader" + ], + [ + "▁con", + "straint" + ], + [ + "▁constr", + "aint" + ], + [ + "▁", + "constraint" + ], + [ + "Se", + "cret" + ], + [ + "Sec", + "ret" + ], + [ + "▁P", + "eters" + ], + [ + "▁Pe", + "ters" + ], + [ + "▁Peter", + "s" + ], + [ + "▁Pet", + "ers" + ], + [ + "▁Pete", + "rs" + ], + [ + "▁ey", + "eb" + ], + [ + "▁eye", + "b" + ], + [ + "▁m", + "esh" + ], + [ + "▁me", + "sh" + ], + [ + "▁mes", + "h" + ], + [ + "▁", + "mesh" + ], + [ + "▁c", + "ookie" + ], + [ + "▁cook", + "ie" + ], + [ + "▁", + "cookie" + ], + [ + "▁P", + "ick" + ], + [ + "▁Pic", + "k" + ], + [ + "▁Pi", + "ck" + ], + [ + "▁n", + "ick" + ], + [ + "▁ni", + "ck" + ], + [ + "▁nic", + "k" + ], + [ + "▁", + "nick" + ], + [ + "by", + "e" + ], + [ + "b", + "ye" + ], + [ + "▁sav", + "ings" + ], + [ + "▁saving", + "s" + ], + [ + "Tr", + "y" + ], + [ + "T", + "ry" + ], + [ + "py", + "thon" + ], + [ + "▁p", + "atri" + ], + [ + "▁pat", + "ri" + ], + [ + "▁pa", + "tri" + ], + [ + "▁mult", + "ip" + ], + [ + "▁multi", + "p" + ], + [ + "▁mul", + "tip" + ], + [ + "▁", + "multip" + ], + [ + "▁k", + "inda" + ], + [ + "▁kind", + "a" + ], + [ + "▁kin", + "da" + ], + [ + "▁'", + "_" + ], + [ + "▁", + "'_" + ], + [ + "▁Fr", + "anz" + ], + [ + "▁Fran", + "z" + ], + [ + "▁cl", + "oth" + ], + [ + "▁clo", + "th" + ], + [ + "зу", + "льта" + ], + [ + "▁fle", + "et" + ], + [ + "▁human", + "ity" + ], + [ + "re", + "sa" + ], + [ + "res", + "a" + ], + [ + "r", + "esa" + ], + [ + "bl", + "ob" + ], + [ + "blo", + "b" + ], + [ + "▁T", + "X" + ], + [ + "▁", + "TX" + ], + [ + "▁B", + "uch" + ], + [ + "▁Bu", + "ch" + ], + [ + "▁Buc", + "h" + ], + [ + "▁L", + "ond" + ], + [ + "▁Lo", + "nd" + ], + [ + "▁val", + "ley" + ], + [ + "▁m", + "urm" + ], + [ + "▁mur", + "m" + ], + [ + "▁mu", + "rm" + ], + [ + "▁T", + "rade" + ], + [ + "▁Tr", + "ade" + ], + [ + "▁Tra", + "de" + ], + [ + "▁Trad", + "e" + ], + [ + "line", + "width" + ], + [ + "▁e", + "special" + ], + [ + "▁espec", + "ial" + ], + [ + "up", + "per" + ], + [ + "upp", + "er" + ], + [ + "▁h", + "osp" + ], + [ + "▁ho", + "sp" + ], + [ + "▁t", + "anto" + ], + [ + "▁tan", + "to" + ], + [ + "▁tant", + "o" + ], + [ + "▁old", + "est" + ], + [ + "▁ol", + "dest" + ], + [ + "▁R", + "oose" + ], + [ + "▁Ro", + "ose" + ], + [ + "▁h", + "itting" + ], + [ + "▁hit", + "ting" + ], + [ + "do", + "g" + ], + [ + "d", + "og" + ], + [ + "ov", + "i" + ], + [ + "o", + "vi" + ], + [ + "},", + "\r" + ], + [ + "}", + ",\r" + ], + [ + "▁compat", + "ible" + ], + [ + "▁", + "compatible" + ], + [ + "▁We", + "bsite" + ], + [ + "▁Web", + "site" + ], + [ + "po", + "ch" + ], + [ + "p", + "och" + ], + [ + "▁B", + "ag" + ], + [ + "▁Ba", + "g" + ], + [ + "▁", + "Bag" + ], + [ + "▁accompl", + "ish" + ], + [ + "▁accomp", + "lish" + ], + [ + "Ch", + "rist" + ], + [ + "as", + "set" + ], + [ + "ass", + "et" + ], + [ + "asse", + "t" + ], + [ + "▁U", + "ntil" + ], + [ + "▁Un", + "til" + ], + [ + "▁", + "Until" + ], + [ + "▁g", + "eld" + ], + [ + "▁ge", + "ld" + ], + [ + "▁gel", + "d" + ], + [ + "List", + "en" + ], + [ + "Li", + "sten" + ], + [ + "L", + "isten" + ], + [ + "S", + "B" + ], + [ + "Set", + "up" + ], + [ + "ic", + "ia" + ], + [ + "ici", + "a" + ], + [ + "i", + "cia" + ], + [ + "▁l", + "um" + ], + [ + "▁lu", + "m" + ], + [ + "▁jan", + "vier" + ], + [ + "PA", + "GE" + ], + [ + "P", + "AGE" + ], + [ + "▁N", + "u" + ], + [ + "/", + "\"" + ], + [ + "▁divor", + "ce" + ], + [ + "Ex", + "ecute" + ], + [ + "Execut", + "e" + ], + [ + "Exec", + "ute" + ], + [ + "De", + "pend" + ], + [ + "Dep", + "end" + ], + [ + "▁Scott", + "ish" + ], + [ + "▁T", + "s" + ], + [ + "ru", + "ppe" + ], + [ + "rup", + "pe" + ], + [ + "▁ref", + "use" + ], + [ + "▁Ok", + "tober" + ], + [ + "ij", + "k" + ], + [ + "i", + "jk" + ], + [ + "▁A", + "my" + ], + [ + "▁Am", + "y" + ], + [ + "▁di", + "min" + ], + [ + "▁dim", + "in" + ], + [ + "▁g", + "ross" + ], + [ + "▁gr", + "oss" + ], + [ + "▁gro", + "ss" + ], + [ + "▁t", + "rat" + ], + [ + "▁tr", + "at" + ], + [ + "▁tra", + "t" + ], + [ + "is", + "ible" + ], + [ + "isi", + "ble" + ], + [ + "mix", + "er" + ], + [ + "m", + "ixer" + ], + [ + "▁aut", + "res" + ], + [ + "▁au", + "tres" + ], + [ + "▁autre", + "s" + ], + [ + "▁", + "autres" + ], + [ + "▁ne", + "at" + ], + [ + "▁ot", + "ros" + ], + [ + "▁otro", + "s" + ], + [ + "Vo", + "id" + ], + [ + "V", + "oid" + ], + [ + "▁sc", + "hol" + ], + [ + "▁sch", + "ol" + ], + [ + "▁Wal", + "ker" + ], + [ + "▁Walk", + "er" + ], + [ + "▁t", + "ube" + ], + [ + "▁tu", + "be" + ], + [ + "▁tub", + "e" + ], + [ + "olog", + "ists" + ], + [ + "ologist", + "s" + ], + [ + "▁г", + "руп" + ], + [ + "▁гру", + "п" + ], + [ + "▁h", + "aben" + ], + [ + "▁hab", + "en" + ], + [ + "▁ha", + "ben" + ], + [ + "ub", + "er" + ], + [ + "ube", + "r" + ], + [ + "u", + "ber" + ], + [ + "ACT", + "IVE" + ], + [ + "▁Att", + "endance" + ], + [ + "▁о", + "п" + ], + [ + "▁bl", + "ade" + ], + [ + "opl", + "us" + ], + [ + "o", + "plus" + ], + [ + "▁Or", + "iginal" + ], + [ + "▁Origin", + "al" + ], + [ + "▁", + "Original" + ], + [ + "▁manufact", + "urer" + ], + [ + "as", + "z" + ], + [ + "a", + "sz" + ], + [ + "ât", + "e" + ], + [ + "â", + "te" + ], + [ + "re", + "r" + ], + [ + "r", + "er" + ], + [ + "▁J", + "son" + ], + [ + "▁", + "Json" + ], + [ + "▁succeed", + "ed" + ], + [ + "uff", + "le" + ], + [ + "▁b", + "acked" + ], + [ + "▁back", + "ed" + ], + [ + "es", + "ian" + ], + [ + "esi", + "an" + ], + [ + "ti", + "ck" + ], + [ + "t", + "ick" + ], + [ + "Ex", + "ternal" + ], + [ + "▁X", + "IX" + ], + [ + "▁XI", + "X" + ], + [ + "▁he", + "arts" + ], + [ + "▁heart", + "s" + ], + [ + "▁hear", + "ts" + ], + [ + "▁По", + "сле" + ], + [ + "ol", + "u" + ], + [ + "o", + "lu" + ], + [ + "▁ле", + "т" + ], + [ + "▁", + "лет" + ], + [ + "VI", + "CE" + ], + [ + "V", + "ICE" + ], + [ + "ár", + "io" + ], + [ + "á", + "rio" + ], + [ + "▁fr", + "aud" + ], + [ + "▁fra", + "ud" + ], + [ + "ed", + "u" + ], + [ + "e", + "du" + ], + [ + "Pr", + "imary" + ], + [ + "Prim", + "ary" + ], + [ + "▁g", + "aming" + ], + [ + "▁gam", + "ing" + ], + [ + "▁ga", + "ming" + ], + [ + "▁p", + "lt" + ], + [ + "▁pl", + "t" + ], + [ + "ig", + "ator" + ], + [ + "iga", + "tor" + ], + [ + "IE", + "S" + ], + [ + "I", + "ES" + ], + [ + "Comp", + "iler" + ], + [ + "▁mon", + "ument" + ], + [ + "ag", + "em" + ], + [ + "age", + "m" + ], + [ + "a", + "gem" + ], + [ + "▁R", + "ain" + ], + [ + "▁Ra", + "in" + ], + [ + "▁mo", + "ins" + ], + [ + "ok", + "u" + ], + [ + "o", + "ku" + ], + [ + "os", + "ex" + ], + [ + "ose", + "x" + ], + [ + "o", + "sex" + ], + [ + "▁K", + "ansas" + ], + [ + "▁gep", + "ublice" + ], + [ + "▁J", + "oy" + ], + [ + "▁Jo", + "y" + ], + [ + "Sc", + "ene" + ], + [ + "▁king", + "dom" + ], + [ + "ri", + "ces" + ], + [ + "ric", + "es" + ], + [ + "rice", + "s" + ], + [ + "r", + "ices" + ], + [ + "▁ju", + "in" + ], + [ + "▁uncomfort", + "able" + ], + [ + "▁M", + "oney" + ], + [ + "▁Mon", + "ey" + ], + [ + "▁Mo", + "ney" + ], + [ + "ob", + "b" + ], + [ + "o", + "bb" + ], + [ + "ex", + "pl" + ], + [ + "exp", + "l" + ], + [ + "str", + "cmp" + ], + [ + "▁d", + "read" + ], + [ + "▁dr", + "ead" + ], + [ + "▁dre", + "ad" + ], + [ + "rit", + "ion" + ], + [ + "r", + "ition" + ], + [ + "▁C", + "hi" + ], + [ + "▁Ch", + "i" + ], + [ + "▁demonstr", + "ated" + ], + [ + "▁demonstrate", + "d" + ], + [ + "▁vert", + "ices" + ], + [ + "ч", + "о" + ], + [ + "▁C", + "ulture" + ], + [ + "▁", + "Culture" + ], + [ + "F", + "X" + ], + [ + "D", + "ictionary" + ], + [ + "▁D", + "ru" + ], + [ + "▁Dr", + "u" + ], + [ + "tr", + "m" + ], + [ + "t", + "rm" + ], + [ + "▁ex", + "amine" + ], + [ + "▁exam", + "ine" + ], + [ + "▁the", + "rap" + ], + [ + "▁ther", + "ap" + ], + [ + "i", + "ème" + ], + [ + "ми", + "ни" + ], + [ + "▁produ", + "ces" + ], + [ + "▁produce", + "s" + ], + [ + "▁photograph", + "s" + ], + [ + "▁thread", + "s" + ], + [ + "▁", + "threads" + ], + [ + "▁M", + "I" + ], + [ + "▁", + "MI" + ], + [ + "▁extraord", + "inary" + ], + [ + "ски", + "м" + ], + [ + "ск", + "им" + ], + [ + "с", + "ким" + ], + [ + "▁gepublice", + "erd" + ], + [ + "▁Pol", + "and" + ], + [ + "▁Po", + "land" + ], + [ + "▁guarante", + "ed" + ], + [ + "▁guarantee", + "d" + ], + [ + "R", + "G" + ], + [ + "os", + "c" + ], + [ + "o", + "sc" + ], + [ + "ал", + "и" + ], + [ + "а", + "ли" + ], + [ + "▁те", + "х" + ], + [ + "err", + "no" + ], + [ + "sc", + "ience" + ], + [ + "if", + "fs" + ], + [ + "iff", + "s" + ], + [ + "▁T", + "am" + ], + [ + "▁Ta", + "m" + ], + [ + "▁B", + "eth" + ], + [ + "▁Be", + "th" + ], + [ + "▁Bet", + "h" + ], + [ + "▁Tr", + "avel" + ], + [ + "▁Tra", + "vel" + ], + [ + "▁trans", + "late" + ], + [ + "▁transl", + "ate" + ], + [ + "▁", + "translate" + ], + [ + "ch", + "é" + ], + [ + "▁l", + "ing" + ], + [ + "▁li", + "ng" + ], + [ + "▁lin", + "g" + ], + [ + "▁", + "ling" + ], + [ + "▁bel", + "ongs" + ], + [ + "▁belong", + "s" + ], + [ + "▁elect", + "rical" + ], + [ + "▁electric", + "al" + ], + [ + "en", + "sk" + ], + [ + "ens", + "k" + ], + [ + "▁Com", + "pet" + ], + [ + "▁Comp", + "et" + ], + [ + "c", + "g" + ], + [ + "V", + "C" + ], + [ + "to", + "pic" + ], + [ + "top", + "ic" + ], + [ + "t", + "opic" + ], + [ + "▁pre", + "sum" + ], + [ + "▁pres", + "um" + ], + [ + "ве", + "та" + ], + [ + "вет", + "а" + ], + [ + "▁approxim", + "ation" + ], + [ + "▁approx", + "imation" + ], + [ + "▁g", + "rim" + ], + [ + "▁gr", + "im" + ], + [ + "▁gri", + "m" + ], + [ + "▁И", + "з" + ], + [ + "_{", + "(" + ], + [ + "_", + "{(" + ], + [ + "ви", + "н" + ], + [ + "в", + "ин" + ], + [ + "ut", + "ion" + ], + [ + "uti", + "on" + ], + [ + "ow", + "ych" + ], + [ + "owy", + "ch" + ], + [ + "å", + "g" + ], + [ + "ster", + "reich" + ], + [ + "▁character", + "istic" + ], + [ + "om", + "ing" + ], + [ + "omin", + "g" + ], + [ + "omi", + "ng" + ], + [ + "o", + "ming" + ], + [ + "▁/*", + "!" + ], + [ + "▁", + "/*!" + ], + [ + "▁pr", + "ize" + ], + [ + "▁pri", + "ze" + ], + [ + "▁Minn", + "esota" + ], + [ + "te", + "d" + ], + [ + "t", + "ed" + ], + [ + "ц", + "ы" + ], + [ + "▁O", + "m" + ], + [ + "▁", + "Om" + ], + [ + "▁ind", + "ices" + ], + [ + "▁indic", + "es" + ], + [ + "▁", + "indices" + ], + [ + "▁s", + "tem" + ], + [ + "▁st", + "em" + ], + [ + "▁ste", + "m" + ], + [ + "re", + "gon" + ], + [ + "reg", + "on" + ], + [ + "ни", + "че" + ], + [ + "▁Sal", + "v" + ], + [ + "▁Sa", + "lv" + ], + [ + "és", + "e" + ], + [ + "é", + "se" + ], + [ + "▁a", + "ged" + ], + [ + "▁ag", + "ed" + ], + [ + "▁age", + "d" + ], + [ + "▁", + "aged" + ], + [ + "▁P", + "ast" + ], + [ + "▁Pa", + "st" + ], + [ + "▁Pas", + "t" + ], + [ + "▁intern", + "ation" + ], + [ + "▁V", + "ic" + ], + [ + "▁Vi", + "c" + ], + [ + "▁res", + "ume" + ], + [ + "▁", + "resume" + ], + [ + "akespe", + "are" + ], + [ + "▁est", + "ado" + ], + [ + "▁esta", + "do" + ], + [ + "▁estad", + "o" + ], + [ + "▁ab", + "ilities" + ], + [ + "▁", + "abilities" + ], + [ + "▁b", + "row" + ], + [ + "▁br", + "ow" + ], + [ + "▁bro", + "w" + ], + [ + "▁N", + "FL" + ], + [ + "▁tr", + "ends" + ], + [ + "▁trend", + "s" + ], + [ + "▁tren", + "ds" + ], + [ + "▁Aust", + "in" + ], + [ + "▁L", + "IMIT" + ], + [ + "▁LI", + "MIT" + ], + [ + "▁", + "LIMIT" + ], + [ + "▁K", + "or" + ], + [ + "▁Ko", + "r" + ], + [ + "▁f", + "olk" + ], + [ + "▁fol", + "k" + ], + [ + "▁", + "folk" + ], + [ + "▁w", + "ard" + ], + [ + "▁war", + "d" + ], + [ + "▁wa", + "rd" + ], + [ + "▁", + "ward" + ], + [ + "▁n", + "est" + ], + [ + "▁ne", + "st" + ], + [ + "▁Jun", + "ior" + ], + [ + "▁Juni", + "or" + ], + [ + "▁maint", + "aining" + ], + [ + "▁maintain", + "ing" + ], + [ + "P", + "ub" + ], + [ + "OB", + "JECT" + ], + [ + "▁blo", + "ody" + ], + [ + "▁blood", + "y" + ], + [ + "▁s", + "j" + ], + [ + "▁d", + "type" + ], + [ + "▁dt", + "ype" + ], + [ + "▁", + "dtype" + ], + [ + "Pan", + "e" + ], + [ + "P", + "ane" + ], + [ + "▁b", + "acter" + ], + [ + "▁grad", + "ually" + ], + [ + "▁gradu", + "ally" + ], + [ + "m", + "r" + ], + [ + "Te", + "am" + ], + [ + "▁ind", + "icating" + ], + [ + "▁indic", + "ating" + ], + [ + "▁decre", + "ase" + ], + [ + "te", + "k" + ], + [ + "t", + "ek" + ], + [ + "▁Re", + "present" + ], + [ + "▁Rep", + "resent" + ], + [ + "▁develop", + "ers" + ], + [ + "▁developer", + "s" + ], + [ + "Gu", + "id" + ], + [ + "Gui", + "d" + ], + [ + "G", + "uid" + ], + [ + "▁D", + "iet" + ], + [ + "▁Die", + "t" + ], + [ + "▁Di", + "et" + ], + [ + "▁re", + "tr" + ], + [ + "▁r", + "etr" + ], + [ + "▁ret", + "r" + ], + [ + "Nav", + "igation" + ], + [ + "es", + "i" + ], + [ + "e", + "si" + ], + [ + "▁l", + "azy" + ], + [ + "▁la", + "zy" + ], + [ + "Stand", + "ard" + ], + [ + "E", + "r" + ], + [ + "A", + "W" + ], + [ + "▁Ét", + "ats" + ], + [ + "▁ass", + "ured" + ], + [ + "▁assure", + "d" + ], + [ + "Sa", + "n" + ], + [ + "S", + "an" + ], + [ + "▁And", + "re" + ], + [ + "▁Andr", + "e" + ], + [ + "’", + "," + ], + [ + "fa", + "ng" + ], + [ + "fan", + "g" + ], + [ + "f", + "ang" + ], + [ + "ér", + "ation" + ], + [ + "▁indust", + "ries" + ], + [ + "▁in", + "con" + ], + [ + "▁inc", + "on" + ], + [ + "Em", + "it" + ], + [ + "E", + "mit" + ], + [ + "▁г", + "де" + ], + [ + "▁ret", + "riev" + ], + [ + "▁retr", + "iev" + ], + [ + "en", + "i" + ], + [ + "e", + "ni" + ], + [ + "▁Tur", + "key" + ], + [ + "▁Turk", + "ey" + ], + [ + "iz", + "ers" + ], + [ + "ize", + "rs" + ], + [ + "izer", + "s" + ], + [ + "An", + "gle" + ], + [ + "Ang", + "le" + ], + [ + "▁o", + "c" + ], + [ + "▁", + "oc" + ], + [ + "▁pal", + "m" + ], + [ + "▁pa", + "lm" + ], + [ + "▁s", + "tan" + ], + [ + "▁st", + "an" + ], + [ + "▁sta", + "n" + ], + [ + "▁", + "stan" + ], + [ + "ль", + "но" + ], + [ + "▁C", + "SS" + ], + [ + "▁CS", + "S" + ], + [ + "▁", + "CSS" + ], + [ + "▁fr", + "ances" + ], + [ + "▁franc", + "es" + ], + [ + "▁g", + "rin" + ], + [ + "▁gr", + "in" + ], + [ + "▁gri", + "n" + ], + [ + "▁tiem", + "po" + ], + [ + "▁P", + "rix" + ], + [ + "▁Pr", + "ix" + ], + [ + "▁Pri", + "x" + ], + [ + "])", + "." + ], + [ + "]", + ")." + ], + [ + "▁de", + "put" + ], + [ + "▁dep", + "ut" + ], + [ + "▁P", + "in" + ], + [ + "▁Pi", + "n" + ], + [ + "▁", + "Pin" + ], + [ + "▁si", + "xt" + ], + [ + "▁six", + "t" + ], + [ + "▁predict", + "ed" + ], + [ + "▁pred", + "icted" + ], + [ + "az", + "ure" + ], + [ + "azu", + "re" + ], + [ + "▁Mo", + "tor" + ], + [ + "▁Mot", + "or" + ], + [ + "▁i", + "hm" + ], + [ + "▁ih", + "m" + ], + [ + "▁man", + "us" + ], + [ + "ap", + "os" + ], + [ + "a", + "pos" + ], + [ + "▁instr", + "uments" + ], + [ + "▁instrument", + "s" + ], + [ + "▁co", + "unts" + ], + [ + "▁coun", + "ts" + ], + [ + "▁count", + "s" + ], + [ + "▁aim", + "ed" + ], + [ + "▁ai", + "med" + ], + [ + "▁", + "aimed" + ], + [ + "pro", + "fit" + ], + [ + "prof", + "it" + ], + [ + "▁d", + "ok" + ], + [ + "▁do", + "k" + ], + [ + "об", + "ра" + ], + [ + "о", + "бра" + ], + [ + "▁e", + "stud" + ], + [ + "▁est", + "ud" + ], + [ + "ie", + "sz" + ], + [ + "ies", + "z" + ], + [ + "i", + "esz" + ], + [ + "▁p", + "iss" + ], + [ + "▁pi", + "ss" + ], + [ + "▁in", + "aug" + ], + [ + "▁vo", + "ters" + ], + [ + "▁vote", + "rs" + ], + [ + "▁vot", + "ers" + ], + [ + "▁pack", + "ages" + ], + [ + "▁package", + "s" + ], + [ + "▁", + "packages" + ], + [ + "▁c", + "ute" + ], + [ + "▁cut", + "e" + ], + [ + "▁cu", + "te" + ], + [ + "▁f", + "itness" + ], + [ + "▁fit", + "ness" + ], + [ + "▁l", + "eurs" + ], + [ + "▁le", + "urs" + ], + [ + "▁leur", + "s" + ], + [ + "▁s", + "orted" + ], + [ + "▁sort", + "ed" + ], + [ + "▁sor", + "ted" + ], + [ + "ph", + "ant" + ], + [ + "pha", + "nt" + ], + [ + "phan", + "t" + ], + [ + "OP", + "T" + ], + [ + "O", + "PT" + ], + [ + "▁z", + "ip" + ], + [ + "▁", + "zip" + ], + [ + "se", + "ason" + ], + [ + "sea", + "son" + ], + [ + "em", + "i" + ], + [ + "e", + "mi" + ], + [ + "enc", + "oding" + ], + [ + "wo", + "n" + ], + [ + "w", + "on" + ], + [ + "el", + "ect" + ], + [ + "ele", + "ct" + ], + [ + "e", + "lect" + ], + [ + "▁t", + "ooth" + ], + [ + "▁to", + "oth" + ], + [ + "▁too", + "th" + ], + [ + "▁up", + "coming" + ], + [ + "▁G", + "raham" + ], + [ + "▁Gra", + "ham" + ], + [ + "nu", + "t" + ], + [ + "n", + "ut" + ], + [ + "▁Ar", + "k" + ], + [ + "äl", + "t" + ], + [ + "ä", + "lt" + ], + [ + "▁prec", + "ious" + ], + [ + "ag", + "le" + ], + [ + "a", + "gle" + ], + [ + "né", + "e" + ], + [ + "n", + "ée" + ], + [ + "ни", + "ца" + ], + [ + "ниц", + "а" + ], + [ + "ar", + "is" + ], + [ + "ari", + "s" + ], + [ + "a", + "ris" + ], + [ + "▁p", + "ile" + ], + [ + "▁pi", + "le" + ], + [ + "▁pil", + "e" + ], + [ + "co", + "le" + ], + [ + "col", + "e" + ], + [ + "c", + "ole" + ], + [ + "▁W", + "ITH" + ], + [ + "▁WIT", + "H" + ], + [ + "▁", + "WITH" + ], + [ + "rou", + "ting" + ], + [ + "r", + "outing" + ], + [ + "▁*", + "**" + ], + [ + "▁**", + "*" + ], + [ + "▁", + "***" + ], + [ + "Appe", + "arance" + ], + [ + "ll", + "vm" + ], + [ + "▁O", + "liver" + ], + [ + "▁Ol", + "iver" + ], + [ + "▁P", + "L" + ], + [ + "▁", + "PL" + ], + [ + "if", + "ndef" + ], + [ + "et", + "zt" + ], + [ + "etz", + "t" + ], + [ + "sk", + "iego" + ], + [ + "ski", + "ego" + ], + [ + "▁p", + "on" + ], + [ + "▁po", + "n" + ], + [ + "▁", + "pon" + ], + [ + "AR", + "GET" + ], + [ + "ARG", + "ET" + ], + [ + "k", + "ö" + ], + [ + "al", + "led" + ], + [ + "all", + "ed" + ], + [ + "alle", + "d" + ], + [ + "▁=", + "\\" + ], + [ + "▁", + "=\\" + ], + [ + "su", + "re" + ], + [ + "sur", + "e" + ], + [ + "s", + "ure" + ], + [ + "mat", + "ches" + ], + [ + "match", + "es" + ], + [ + "▁temper", + "atures" + ], + [ + "▁temperature", + "s" + ], + [ + "SE", + "L" + ], + [ + "S", + "EL" + ], + [ + "▁cl", + "one" + ], + [ + "▁clo", + "ne" + ], + [ + "▁", + "clone" + ], + [ + "▁el", + "ler" + ], + [ + "▁elle", + "r" + ], + [ + "▁ell", + "er" + ], + [ + "▁", + "eller" + ], + [ + "er", + "na" + ], + [ + "ern", + "a" + ], + [ + "▁п", + "оло" + ], + [ + "▁по", + "ло" + ], + [ + "▁пол", + "о" + ], + [ + "Man", + "agement" + ], + [ + "comp", + "any" + ], + [ + "▁l", + "un" + ], + [ + "▁lu", + "n" + ], + [ + "▁stre", + "aming" + ], + [ + "▁stream", + "ing" + ], + [ + "▁N", + "i" + ], + [ + "▁s", + "í" + ], + [ + "Cont", + "act" + ], + [ + "▁C", + "redit" + ], + [ + "▁Cr", + "edit" + ], + [ + "▁Cre", + "dit" + ], + [ + "▁O", + "ak" + ], + [ + "▁пред", + "став" + ], + [ + "rad", + "ius" + ], + [ + "cl", + "i" + ], + [ + "c", + "li" + ], + [ + "IE", + "NT" + ], + [ + "I", + "ENT" + ], + [ + "▁Lu", + "cy" + ], + [ + "▁Luc", + "y" + ], + [ + "▁calcul", + "ation" + ], + [ + "▁calc", + "ulation" + ], + [ + "▁p", + "ixel" + ], + [ + "▁", + "pixel" + ], + [ + "▁m", + "ul" + ], + [ + "▁mu", + "l" + ], + [ + "▁", + "mul" + ], + [ + "▁out", + "comes" + ], + [ + "▁outcome", + "s" + ], + [ + "▁cent", + "ers" + ], + [ + "▁center", + "s" + ], + [ + "▁res", + "idence" + ], + [ + "▁resid", + "ence" + ], + [ + "Con", + "straint" + ], + [ + "▁pre", + "serve" + ], + [ + "▁pres", + "erve" + ], + [ + "▁preserv", + "e" + ], + [ + "pe", + "on" + ], + [ + "uf", + "fix" + ], + [ + "uff", + "ix" + ], + [ + "▁Rober", + "ts" + ], + [ + "▁Robert", + "s" + ], + [ + "▁Rob", + "erts" + ], + [ + "▁pro", + "mot" + ], + [ + "▁pr", + "omot" + ], + [ + "▁prom", + "ot" + ], + [ + "?", + "!" + ], + [ + "bal", + "ance" + ], + [ + "▁cour", + "ts" + ], + [ + "▁court", + "s" + ], + [ + "▁dis", + "g" + ], + [ + "▁di", + "sg" + ], + [ + "PR", + "INT" + ], + [ + "PRI", + "NT" + ], + [ + "▁и", + "х" + ], + [ + "el", + "fare" + ], + [ + "elf", + "are" + ], + [ + "▁ret", + "reat" + ], + [ + "▁А", + "в" + ], + [ + "Co", + "st" + ], + [ + "C", + "ost" + ], + [ + "al", + "so" + ], + [ + "als", + "o" + ], + [ + "▁F", + "ür" + ], + [ + "▁Mär", + "z" + ], + [ + "DI", + "O" + ], + [ + "D", + "IO" + ], + [ + "▁b", + "ez" + ], + [ + "▁be", + "z" + ], + [ + "▁", + "bez" + ], + [ + "AUT", + "H" + ], + [ + "AU", + "TH" + ], + [ + "De", + "n" + ], + [ + "D", + "en" + ], + [ + "▁a", + "tom" + ], + [ + "▁at", + "om" + ], + [ + "▁", + "atom" + ], + [ + "▁r", + "oman" + ], + [ + "▁ro", + "man" + ], + [ + "▁rom", + "an" + ], + [ + "▁P", + "el" + ], + [ + "▁Pe", + "l" + ], + [ + "▁Roose", + "velt" + ], + [ + "▁Pl", + "ant" + ], + [ + "▁Plan", + "t" + ], + [ + "Cont", + "ents" + ], + [ + "Content", + "s" + ], + [ + "▁Bet", + "ween" + ], + [ + "▁cou", + "pling" + ], + [ + "▁coup", + "ling" + ], + [ + "str", + "ucture" + ], + [ + "struct", + "ure" + ], + [ + "▁Mar", + "shall" + ], + [ + "▁Mars", + "hall" + ], + [ + "▁Marshal", + "l" + ], + [ + "▁Care", + "er" + ], + [ + "▁rail", + "way" + ], + [ + "▁B", + "ureau" + ], + [ + "▁Bur", + "eau" + ], + [ + "▁poss", + "ibilities" + ], + [ + "▁k", + "or" + ], + [ + "▁ko", + "r" + ], + [ + "▁", + "kor" + ], + [ + "){", + "\r" + ], + [ + ")", + "{\r" + ], + [ + "mer", + "o" + ], + [ + "me", + "ro" + ], + [ + "m", + "ero" + ], + [ + "mo", + "v" + ], + [ + "m", + "ov" + ], + [ + "анг", + "л" + ], + [ + "AI", + "N" + ], + [ + "A", + "IN" + ], + [ + "mu", + "nd" + ], + [ + "mun", + "d" + ], + [ + "m", + "und" + ], + [ + "let", + "te" + ], + [ + "lett", + "e" + ], + [ + "l", + "ette" + ], + [ + "▁sum", + "mar" + ], + [ + "▁describ", + "ing" + ], + [ + "▁N", + "AS" + ], + [ + "▁NA", + "S" + ], + [ + "▁E", + "mb" + ], + [ + "▁Em", + "b" + ], + [ + "▁", + "Emb" + ], + [ + "Inst", + "ruction" + ], + [ + "li", + "est" + ], + [ + "lie", + "st" + ], + [ + "l", + "iest" + ], + [ + "▁S", + "ig" + ], + [ + "▁Si", + "g" + ], + [ + "▁", + "Sig" + ], + [ + "Bi", + "ll" + ], + [ + "B", + "ill" + ], + [ + "▁v", + "erd" + ], + [ + "▁ver", + "d" + ], + [ + "▁ve", + "rd" + ], + [ + "pl", + "ant" + ], + [ + "plan", + "t" + ], + [ + "▁galax", + "ies" + ], + [ + "\"]", + ")" + ], + [ + "\"", + "])" + ], + [ + "▁Py", + "Object" + ], + [ + "▁", + "PyObject" + ], + [ + "▁G", + "y" + ], + [ + "▁m", + "ě" + ], + [ + "▁organ", + "isation" + ], + [ + "▁organis", + "ation" + ], + [ + "He", + "r" + ], + [ + "H", + "er" + ], + [ + "Se", + "p" + ], + [ + "S", + "ep" + ], + [ + "oc", + "om" + ], + [ + "oco", + "m" + ], + [ + "o", + "com" + ], + [ + "▁S", + "ame" + ], + [ + "▁Sam", + "e" + ], + [ + "▁Sa", + "me" + ], + [ + "▁", + "Same" + ], + [ + "▁b", + "ite" + ], + [ + "▁bit", + "e" + ], + [ + "▁bi", + "te" + ], + [ + "▁Se", + "attle" + ], + [ + "зы", + "ва" + ], + [ + "Ob", + "server" + ], + [ + "Observ", + "er" + ], + [ + "’", + "." + ], + [ + "▁m", + "orph" + ], + [ + "▁mor", + "ph" + ], + [ + "ur", + "ches" + ], + [ + "urch", + "es" + ], + [ + "al", + "ph" + ], + [ + "re", + "ement" + ], + [ + "ree", + "ment" + ], + [ + "con", + "sin" + ], + [ + "cons", + "in" + ], + [ + "^", + "-" + ], + [ + "▁d", + "ann" + ], + [ + "▁da", + "nn" + ], + [ + "▁dan", + "n" + ], + [ + "trans", + "late" + ], + [ + "transl", + "ate" + ], + [ + "ви", + "х" + ], + [ + "Re", + "act" + ], + [ + "▁c", + "ats" + ], + [ + "▁cat", + "s" + ], + [ + "▁ca", + "ts" + ], + [ + "▁b", + "rew" + ], + [ + "▁br", + "ew" + ], + [ + "▁bre", + "w" + ], + [ + "▁", + "brew" + ], + [ + "▁d", + "s" + ], + [ + "▁", + "ds" + ], + [ + "▁cir", + "cles" + ], + [ + "▁circ", + "les" + ], + [ + "▁circle", + "s" + ], + [ + "▁d", + "rift" + ], + [ + "▁dr", + "ift" + ], + [ + "▁dri", + "ft" + ], + [ + "ag", + "ma" + ], + [ + "▁Val", + "ent" + ], + [ + "PI", + "N" + ], + [ + "P", + "IN" + ], + [ + "AR", + "M" + ], + [ + "A", + "RM" + ], + [ + "▁sur", + "viv" + ], + [ + "▁surv", + "iv" + ], + [ + "al", + "in" + ], + [ + "ali", + "n" + ], + [ + "a", + "lin" + ], + [ + "Pr", + "ef" + ], + [ + "Pre", + "f" + ], + [ + "P", + "ref" + ], + [ + "friend", + "ly" + ], + [ + "▁uncertain", + "ty" + ], + [ + "▁f", + "d" + ], + [ + "▁", + "fd" + ], + [ + "▁engine", + "er" + ], + [ + "Be", + "n" + ], + [ + "B", + "en" + ], + [ + "ic", + "ular" + ], + [ + "i", + "cular" + ], + [ + "or", + "est" + ], + [ + "ore", + "st" + ], + [ + "ores", + "t" + ], + [ + "o", + "rest" + ], + [ + "▁hor", + "izontal" + ], + [ + "▁horizon", + "tal" + ], + [ + "▁", + "horizontal" + ], + [ + "UT", + "C" + ], + [ + "U", + "TC" + ], + [ + "text", + "rm" + ], + [ + "tex", + "trm" + ], + [ + "Li", + "ve" + ], + [ + "L", + "ive" + ], + [ + "Sc", + "ore" + ], + [ + "S", + "core" + ], + [ + "▁Germ", + "ans" + ], + [ + "▁German", + "s" + ], + [ + "▁Ger", + "mans" + ], + [ + "di", + "stance" + ], + [ + "dist", + "ance" + ], + [ + "d", + "istance" + ], + [ + "ut", + "i" + ], + [ + "u", + "ti" + ], + [ + "▁é", + "qu" + ], + [ + "▁", + "équ" + ], + [ + "▁numer", + "ical" + ], + [ + "▁re", + "ass" + ], + [ + "Act", + "iv" + ], + [ + "▁c", + "od" + ], + [ + "▁co", + "d" + ], + [ + "▁", + "cod" + ], + [ + "bul", + "let" + ], + [ + "en", + "sing" + ], + [ + "ens", + "ing" + ], + [ + "▁G", + "em" + ], + [ + "▁Ge", + "m" + ], + [ + "▁nav", + "igation" + ], + [ + "▁navig", + "ation" + ], + [ + "▁", + "navigation" + ], + [ + "add", + "Class" + ], + [ + "▁simultane", + "ously" + ], + [ + "ви", + "й" + ], + [ + "▁йо", + "го" + ], + [ + "▁й", + "ого" + ], + [ + "▁H", + "ö" + ], + [ + "▁har", + "sh" + ], + [ + "prec", + "ated" + ], + [ + "p", + "recated" + ], + [ + "С", + "СР" + ], + [ + "▁Equ", + "ip" + ], + [ + "ad", + "get" + ], + [ + "▁T", + "YPE" + ], + [ + "▁", + "TYPE" + ], + [ + "▁m", + "g" + ], + [ + "▁", + "mg" + ], + [ + "IG", + "H" + ], + [ + "▁v", + "in" + ], + [ + "▁vi", + "n" + ], + [ + "▁", + "vin" + ], + [ + "▁fin", + "dings" + ], + [ + "▁find", + "ings" + ], + [ + "▁finding", + "s" + ], + [ + "iv", + "an" + ], + [ + "iva", + "n" + ], + [ + "i", + "van" + ], + [ + "▁pos", + "session" + ], + [ + "▁poss", + "ession" + ], + [ + "▁possess", + "ion" + ], + [ + "▁т", + "ого" + ], + [ + "▁то", + "го" + ], + [ + "▁", + "того" + ], + [ + "▁par", + "sed" + ], + [ + "▁parse", + "d" + ], + [ + "▁", + "parsed" + ], + [ + "ri", + "ors" + ], + [ + "rior", + "s" + ], + [ + "rio", + "rs" + ], + [ + "r", + "iors" + ], + [ + "zeich", + "net" + ], + [ + "ни", + "ков" + ], + [ + "ник", + "ов" + ], + [ + "Work", + "er" + ], + [ + "▁en", + "ables" + ], + [ + "▁enable", + "s" + ], + [ + "▁(", + "$\\" + ], + [ + "▁($", + "\\" + ], + [ + "▁C", + "opy" + ], + [ + "▁Co", + "py" + ], + [ + "▁Cop", + "y" + ], + [ + "▁", + "Copy" + ], + [ + "▁orient", + "ation" + ], + [ + "ст", + "ре" + ], + [ + "с", + "тре" + ], + [ + "▁Ind", + "ians" + ], + [ + "▁India", + "ns" + ], + [ + "▁Indian", + "s" + ], + [ + "▁G", + "ary" + ], + [ + "▁Gar", + "y" + ], + [ + "▁Ga", + "ry" + ], + [ + "▁Ins", + "urance" + ], + [ + "is", + "an" + ], + [ + "isa", + "n" + ], + [ + "i", + "san" + ], + [ + "Ch", + "at" + ], + [ + "C", + "hat" + ], + [ + "▁com", + "un" + ], + [ + "▁co", + "mun" + ], + [ + "▁co", + "ron" + ], + [ + "▁cor", + "on" + ], + [ + "ографи", + "я" + ], + [ + "up", + "dated" + ], + [ + "update", + "d" + ], + [ + "▁И", + "н" + ], + [ + "The", + "se" + ], + [ + "Th", + "ese" + ], + [ + "SE", + "C" + ], + [ + "S", + "EC" + ], + [ + "▁boy", + "friend" + ], + [ + "Di", + "agnostics" + ], + [ + "Hi", + "nt" + ], + [ + "H", + "int" + ], + [ + "mu", + "l" + ], + [ + "m", + "ul" + ], + [ + "▁in", + "ode" + ], + [ + "▁i", + "node" + ], + [ + "▁", + "inode" + ], + [ + "x", + "A" + ], + [ + "ef", + "t" + ], + [ + "e", + "ft" + ], + [ + "OP", + "TION" + ], + [ + "OPT", + "ION" + ], + [ + "un", + "ct" + ], + [ + "unc", + "t" + ], + [ + "an", + "non" + ], + [ + "ann", + "on" + ], + [ + "anno", + "n" + ], + [ + "EN", + "S" + ], + [ + "E", + "NS" + ], + [ + "st", + "rip" + ], + [ + "str", + "ip" + ], + [ + "stri", + "p" + ], + [ + "▁enthus", + "i" + ], + [ + "▁W", + "hit" + ], + [ + "▁Wh", + "it" + ], + [ + "▁Ф", + "и" + ], + [ + "au", + "de" + ], + [ + "aud", + "e" + ], + [ + "a", + "ude" + ], + [ + "▁disag", + "ree" + ], + [ + "▁sn", + "apped" + ], + [ + "▁snap", + "ped" + ], + [ + "Ph", + "ys" + ], + [ + "▁S", + "yn" + ], + [ + "▁Sy", + "n" + ], + [ + "▁s", + "our" + ], + [ + "▁so", + "ur" + ], + [ + "▁sou", + "r" + ], + [ + "▁L", + "ux" + ], + [ + "▁Lu", + "x" + ], + [ + "ug", + "ar" + ], + [ + "uga", + "r" + ], + [ + "u", + "gar" + ], + [ + "til", + "e" + ], + [ + "ti", + "le" + ], + [ + "t", + "ile" + ], + [ + "▁in", + "fection" + ], + [ + "▁inf", + "ection" + ], + [ + "▁infect", + "ion" + ], + [ + "▁F", + "eb" + ], + [ + "▁Fe", + "b" + ], + [ + "▁C", + "hem" + ], + [ + "▁Ch", + "em" + ], + [ + "▁Che", + "m" + ], + [ + "data", + "set" + ], + [ + "dat", + "aset" + ], + [ + "ch", + "ts" + ], + [ + "cht", + "s" + ], + [ + "D", + "ynamic" + ], + [ + "▁с", + "ред" + ], + [ + "▁qu", + "een" + ], + [ + "▁que", + "en" + ], + [ + "work", + "er" + ], + [ + "wor", + "ker" + ], + [ + "sw", + "ap" + ], + [ + "▁tim", + "estamp" + ], + [ + "▁", + "timestamp" + ], + [ + "▁In", + "tegr" + ], + [ + "▁Int", + "egr" + ], + [ + "▁", + "Integr" + ], + [ + "▁inter", + "views" + ], + [ + "▁interview", + "s" + ], + [ + "su", + "ch" + ], + [ + "s", + "uch" + ], + [ + "▁l", + "aughter" + ], + [ + "▁laugh", + "ter" + ], + [ + "pro", + "f" + ], + [ + "pr", + "of" + ], + [ + "▁B", + "ird" + ], + [ + "▁Bi", + "rd" + ], + [ + "▁Bir", + "d" + ], + [ + "(", + "|" + ], + [ + "â", + "n" + ], + [ + "▁g", + "ra" + ], + [ + "▁gr", + "a" + ], + [ + "▁", + "gra" + ], + [ + "&", + "=" + ], + [ + "ze", + "ns" + ], + [ + "zen", + "s" + ], + [ + "z", + "ens" + ], + [ + "get", + "Message" + ], + [ + "▁O", + "st" + ], + [ + "▁Os", + "t" + ], + [ + "▁g", + "ab" + ], + [ + "▁ga", + "b" + ], + [ + "▁mort", + "gage" + ], + [ + "mult", + "icol" + ], + [ + "multi", + "col" + ], + [ + "LE", + "VEL" + ], + [ + "part", + "ition" + ], + [ + "se", + "en" + ], + [ + "see", + "n" + ], + [ + "s", + "een" + ], + [ + "▁dec", + "lar" + ], + [ + "▁decl", + "ar" + ], + [ + "A", + "U" + ], + [ + "▁o", + "x" + ], + [ + "▁", + "ox" + ], + [ + "▁l", + "igger" + ], + [ + "▁lig", + "ger" + ], + [ + "▁C", + "arm" + ], + [ + "▁Car", + "m" + ], + [ + "▁Ca", + "rm" + ], + [ + "ge", + "me" + ], + [ + "gem", + "e" + ], + [ + "g", + "eme" + ], + [ + "▁Ve", + "gas" + ], + [ + "▁Veg", + "as" + ], + [ + "▁E", + "ug" + ], + [ + "▁Eu", + "g" + ], + [ + "or", + "us" + ], + [ + "o", + "rus" + ], + [ + "▁b", + "rick" + ], + [ + "▁br", + "ick" + ], + [ + "▁as", + "í" + ], + [ + "▁Mag", + "azine" + ], + [ + "HasColumn", + "Type" + ], + [ + "V", + "R" + ], + [ + "lic", + "her" + ], + [ + "li", + "cher" + ], + [ + "lich", + "er" + ], + [ + "liche", + "r" + ], + [ + "l", + "icher" + ], + [ + "▁F", + "uture" + ], + [ + "▁Fut", + "ure" + ], + [ + "▁", + "Future" + ], + [ + "▁J", + "ug" + ], + [ + "▁Ju", + "g" + ], + [ + "at", + "tan" + ], + [ + "att", + "an" + ], + [ + "atta", + "n" + ], + [ + "con", + "structor" + ], + [ + "construct", + "or" + ], + [ + "V", + "P" + ], + [ + "▁т", + "ур" + ], + [ + "▁ту", + "р" + ], + [ + "▁", + "тур" + ], + [ + "чи", + "на" + ], + [ + "чин", + "а" + ], + [ + "Comp", + "arator" + ], + [ + "Compar", + "ator" + ], + [ + "▁aut", + "hentic" + ], + [ + "▁mon", + "ster" + ], + [ + "▁trans", + "formed" + ], + [ + "▁transform", + "ed" + ], + [ + "▁firm", + "s" + ], + [ + "▁fir", + "ms" + ], + [ + "F", + "W" + ], + [ + "▁c", + "atalog" + ], + [ + "▁catal", + "og" + ], + [ + "▁", + "catalog" + ], + [ + "bo", + "ards" + ], + [ + "board", + "s" + ], + [ + "▁dise", + "ases" + ], + [ + "▁disease", + "s" + ], + [ + "▁Benj", + "amin" + ], + [ + "▁hor", + "izon" + ], + [ + "▁Av", + "ailable" + ], + [ + "▁", + "Available" + ], + [ + "M", + "vc" + ], + [ + "St", + "ud" + ], + [ + "▁l", + "ord" + ], + [ + "▁lo", + "rd" + ], + [ + "▁", + "lord" + ], + [ + "gen", + "eral" + ], + [ + "gener", + "al" + ], + [ + "па", + "р" + ], + [ + "п", + "ар" + ], + [ + "▁cab", + "inet" + ], + [ + "▁cabin", + "et" + ], + [ + "▁Bas", + "ic" + ], + [ + "▁", + "Basic" + ], + [ + "Test", + "Case" + ], + [ + "an", + "sk" + ], + [ + "ans", + "k" + ], + [ + "▁S", + "now" + ], + [ + "▁Sn", + "ow" + ], + [ + "ier", + "ten" + ], + [ + "iert", + "en" + ], + [ + "ierte", + "n" + ], + [ + "i", + "erten" + ], + [ + "▁v", + "ocal" + ], + [ + "▁vo", + "cal" + ], + [ + "▁voc", + "al" + ], + [ + "Pad", + "ding" + ], + [ + "P", + "adding" + ], + [ + "ha", + "lt" + ], + [ + "hal", + "t" + ], + [ + "h", + "alt" + ], + [ + "▁Alex", + "and" + ], + [ + "▁Col", + "omb" + ], + [ + "iv", + "amente" + ], + [ + "iva", + "mente" + ], + [ + "▁art", + "ificial" + ], + [ + "▁Atl", + "anta" + ], + [ + "▁m", + "entre" + ], + [ + "▁men", + "tre" + ], + [ + "▁ment", + "re" + ], + [ + "▁est", + "aba" + ], + [ + "▁estab", + "a" + ], + [ + "▁esta", + "ba" + ], + [ + "je", + "kt" + ], + [ + "jek", + "t" + ], + [ + "j", + "ekt" + ], + [ + "▁sle", + "pt" + ], + [ + "▁end", + "less" + ], + [ + "▁endl", + "ess" + ], + [ + "ér", + "o" + ], + [ + "é", + "ro" + ], + [ + "at", + "tery" + ], + [ + "att", + "ery" + ], + [ + "atter", + "y" + ], + [ + "atte", + "ry" + ], + [ + "uu", + "r" + ], + [ + "u", + "ur" + ], + [ + "▁weak", + "ness" + ], + [ + "▁attempt", + "ing" + ], + [ + "BY", + "TE" + ], + [ + "▁found", + "er" + ], + [ + "▁fo", + "under" + ], + [ + "▁fou", + "nder" + ], + [ + "▁sa", + "lv" + ], + [ + "▁sal", + "v" + ], + [ + "▁Medic", + "ine" + ], + [ + "ti", + "d" + ], + [ + "t", + "id" + ], + [ + "▁Sch", + "we" + ], + [ + "▁Schw", + "e" + ], + [ + "ra", + "ction" + ], + [ + "ract", + "ion" + ], + [ + "r", + "action" + ], + [ + "▁", + "¿" + ], + [ + "cr", + "ate" + ], + [ + "c", + "rate" + ], + [ + "SER", + "VER" + ], + [ + "▁comp", + "ound" + ], + [ + "▁con", + "ve" + ], + [ + "▁conv", + "e" + ], + [ + "▁c", + "af" + ], + [ + "▁ca", + "f" + ], + [ + "▁hand", + "ful" + ], + [ + "on", + "ne" + ], + [ + "úblic", + "a" + ], + [ + "▁def", + "ensive" + ], + [ + "▁defens", + "ive" + ], + [ + "Al", + "ignment" + ], + [ + "Align", + "ment" + ], + [ + "▁pr", + "éc" + ], + [ + "▁pré", + "c" + ], + [ + "▁signific", + "ance" + ], + [ + "él", + "é" + ], + [ + "é", + "lé" + ], + [ + "ar", + "ta" + ], + [ + "art", + "a" + ], + [ + "Da", + "m" + ], + [ + "D", + "am" + ], + [ + "▁per", + "pet" + ], + [ + "▁c", + "aller" + ], + [ + "▁call", + "er" + ], + [ + "▁cal", + "ler" + ], + [ + "ic", + "ients" + ], + [ + "ici", + "ents" + ], + [ + "icient", + "s" + ], + [ + "ce", + "p" + ], + [ + "c", + "ep" + ], + [ + "▁Mult", + "i" + ], + [ + "▁Mul", + "ti" + ], + [ + "▁", + "Multi" + ], + [ + "▁st", + "olen" + ], + [ + "▁sto", + "len" + ], + [ + "▁stole", + "n" + ], + [ + "▁focus", + "ing" + ], + [ + "em", + "bed" + ], + [ + "emb", + "ed" + ], + [ + "▁b", + "ree" + ], + [ + "▁br", + "ee" + ], + [ + "▁bre", + "e" + ], + [ + "▁A", + "B" + ], + [ + "▁", + "AB" + ], + [ + "▁occasion", + "s" + ], + [ + "▁occas", + "ions" + ], + [ + "se", + "a" + ], + [ + "s", + "ea" + ], + [ + "Pro", + "v" + ], + [ + "Pr", + "ov" + ], + [ + "P", + "rov" + ], + [ + "че", + "ние" + ], + [ + "▁C", + "ategory" + ], + [ + "▁", + "Category" + ], + [ + "▁s", + "q" + ], + [ + "▁", + "sq" + ], + [ + "▁Ф", + "е" + ], + [ + "V", + "A" + ], + [ + "Di", + "ff" + ], + [ + "D", + "iff" + ], + [ + "Tr", + "i" + ], + [ + "T", + "ri" + ], + [ + "iss", + "ement" + ], + [ + "isse", + "ment" + ], + [ + "▁act", + "ress" + ], + [ + "▁П", + "е" + ], + [ + "▁j", + "ej" + ], + [ + "▁je", + "j" + ], + [ + "▁tw", + "isted" + ], + [ + "▁twist", + "ed" + ], + [ + "▁N", + "icol" + ], + [ + "▁Nic", + "ol" + ], + [ + "▁Ni", + "col" + ], + [ + "▁jun", + "ior" + ], + [ + "▁junio", + "r" + ], + [ + "▁juni", + "or" + ], + [ + "So", + "und" + ], + [ + "S", + "ound" + ], + [ + "▁Bra", + "sil" + ], + [ + "▁Bras", + "il" + ], + [ + "▁ju", + "ice" + ], + [ + "▁>", + ">>" + ], + [ + "▁>>", + ">" + ], + [ + "▁", + ">>>" + ], + [ + "▁A", + "lb" + ], + [ + "▁Al", + "b" + ], + [ + "▁soft", + "ly" + ], + [ + "▁Mc", + "K" + ], + [ + "▁G", + "ren" + ], + [ + "▁Gr", + "en" + ], + [ + "▁Gre", + "n" + ], + [ + "▁ital", + "iano" + ], + [ + "▁cre", + "atures" + ], + [ + "▁creat", + "ures" + ], + [ + "▁creature", + "s" + ], + [ + "▁res", + "idential" + ], + [ + "▁resident", + "ial" + ], + [ + "▁resid", + "ential" + ], + [ + "▁Inst", + "agram" + ], + [ + "uck", + "s" + ], + [ + "uc", + "ks" + ], + [ + "u", + "cks" + ], + [ + "▁k", + "iller" + ], + [ + "▁kill", + "er" + ], + [ + "▁kil", + "ler" + ], + [ + "▁John", + "ny" + ], + [ + "▁enter", + "prise" + ], + [ + "D", + "to" + ], + [ + "ch", + "estra" + ], + [ + "che", + "stra" + ], + [ + "ches", + "tra" + ], + [ + "chestr", + "a" + ], + [ + "▁T", + "el" + ], + [ + "▁Te", + "l" + ], + [ + "▁Act", + "iv" + ], + [ + "▁", + "Activ" + ], + [ + "fa", + "ctor" + ], + [ + "fac", + "tor" + ], + [ + "fact", + "or" + ], + [ + "f", + "actor" + ], + [ + "ou", + "st" + ], + [ + "ous", + "t" + ], + [ + "o", + "ust" + ], + [ + "▁vac", + "uum" + ], + [ + "ра", + "л" + ], + [ + "р", + "ал" + ], + [ + "')", + "->" + ], + [ + "'", + ")->" + ], + [ + "▁L", + "eft" + ], + [ + "▁Le", + "ft" + ], + [ + "▁", + "Left" + ], + [ + "▁de", + "fect" + ], + [ + "▁def", + "ect" + ], + [ + "▁defe", + "ct" + ], + [ + "▁nine", + "te" + ], + [ + "▁nin", + "ete" + ], + [ + "fa", + "re" + ], + [ + "far", + "e" + ], + [ + "f", + "are" + ], + [ + "▁reg", + "ret" + ], + [ + "▁s", + "har" + ], + [ + "▁sh", + "ar" + ], + [ + "▁sha", + "r" + ], + [ + "ctr", + "ine" + ], + [ + "me", + "sh" + ], + [ + "mes", + "h" + ], + [ + "m", + "esh" + ], + [ + "ci", + "ty" + ], + [ + "cit", + "y" + ], + [ + "c", + "ity" + ], + [ + "ic", + "it" + ], + [ + "ici", + "t" + ], + [ + "i", + "cit" + ], + [ + "▁F", + "em" + ], + [ + "▁Fe", + "m" + ], + [ + "lim", + "ited" + ], + [ + "limit", + "ed" + ], + [ + "ok", + "a" + ], + [ + "o", + "ka" + ], + [ + "!\\", + "!\\" + ], + [ + "Don", + "ald" + ], + [ + "з", + "но" + ], + [ + "▁pro", + "vision" + ], + [ + "▁prov", + "ision" + ], + [ + "▁discuss", + "ions" + ], + [ + "▁discussion", + "s" + ], + [ + "Dr", + "ag" + ], + [ + "D", + "rag" + ], + [ + "▁In", + "cl" + ], + [ + "▁Inc", + "l" + ], + [ + "Ex", + "it" + ], + [ + "E", + "xit" + ], + [ + "▁A", + "bd" + ], + [ + "▁Ab", + "d" + ], + [ + "st", + "ory" + ], + [ + "sto", + "ry" + ], + [ + "ie", + "ve" + ], + [ + "iev", + "e" + ], + [ + "i", + "eve" + ], + [ + "▁by", + "ł" + ], + [ + "ol", + "ving" + ], + [ + "olv", + "ing" + ], + [ + "woh", + "ner" + ], + [ + "▁gu", + "idelines" + ], + [ + "▁guide", + "lines" + ], + [ + "▁guid", + "elines" + ], + [ + "▁st", + "raw" + ], + [ + "▁str", + "aw" + ], + [ + "▁stra", + "w" + ], + [ + "ü", + "ss" + ], + [ + "▁бу", + "ло" + ], + [ + "▁bur", + "den" + ], + [ + "▁spat", + "ial" + ], + [ + "▁stret", + "ched" + ], + [ + "▁stretch", + "ed" + ], + [ + "▁I", + "nf" + ], + [ + "▁In", + "f" + ], + [ + "▁", + "Inf" + ], + [ + "▁type", + "def" + ], + [ + "▁typed", + "ef" + ], + [ + "▁ro", + "bot" + ], + [ + "▁rob", + "ot" + ], + [ + "▁D", + "oc" + ], + [ + "▁Do", + "c" + ], + [ + "▁", + "Doc" + ], + [ + "pl", + "iers" + ], + [ + "plier", + "s" + ], + [ + "wa", + "l" + ], + [ + "w", + "al" + ], + [ + "ca", + "mp" + ], + [ + "cam", + "p" + ], + [ + "c", + "amp" + ], + [ + "▁dif", + "fé" + ], + [ + "▁diff", + "é" + ], + [ + "▁Mc", + "G" + ], + [ + "▁t", + "el" + ], + [ + "▁te", + "l" + ], + [ + "ar", + "ette" + ], + [ + "aret", + "te" + ], + [ + "▁sub", + "sequently" + ], + [ + "▁subsequ", + "ently" + ], + [ + "▁subsequent", + "ly" + ], + [ + "▁h", + "oney" + ], + [ + "▁hon", + "ey" + ], + [ + "▁ho", + "ney" + ], + [ + "FUN", + "C" + ], + [ + "▁establish", + "ment" + ], + [ + "te", + "sy" + ], + [ + "tes", + "y" + ], + [ + "▁któ", + "ry" + ], + [ + "▁се", + "ль" + ], + [ + "▁F", + "O" + ], + [ + "▁", + "FO" + ], + [ + "▁Is", + "lands" + ], + [ + "▁Island", + "s" + ], + [ + "▁m", + "p" + ], + [ + "▁", + "mp" + ], + [ + "Scal", + "ar" + ], + [ + "▁Y", + "an" + ], + [ + "▁Ya", + "n" + ], + [ + "ck", + "en" + ], + [ + "cke", + "n" + ], + [ + "c", + "ken" + ], + [ + "▁var", + "iation" + ], + [ + "▁vari", + "ation" + ], + [ + "i", + "ą" + ], + [ + "op", + "tim" + ], + [ + "opt", + "im" + ], + [ + "az", + "or" + ], + [ + "tu", + "ple" + ], + [ + "t", + "uple" + ], + [ + "▁gr", + "avity" + ], + [ + "▁grav", + "ity" + ], + [ + "▁con", + "clude" + ], + [ + "▁concl", + "ude" + ], + [ + "▁col", + "lections" + ], + [ + "▁collection", + "s" + ], + [ + "▁collect", + "ions" + ], + [ + "▁colle", + "ctions" + ], + [ + "és", + "z" + ], + [ + "é", + "sz" + ], + [ + "▁L", + "iver" + ], + [ + "▁Li", + "ver" + ], + [ + "▁Live", + "r" + ], + [ + "▁Liv", + "er" + ], + [ + "▁eth", + "nic" + ], + [ + "comp", + "ile" + ], + [ + "▁p", + "arl" + ], + [ + "▁par", + "l" + ], + [ + "▁pa", + "rl" + ], + [ + "Sur", + "face" + ], + [ + "{", + "'" + ], + [ + "▁par", + "agraph" + ], + [ + "▁para", + "graph" + ], + [ + "▁", + "paragraph" + ], + [ + "pos", + "ite" + ], + [ + "po", + "site" + ], + [ + "ít", + "ulo" + ], + [ + "ob", + "a" + ], + [ + "o", + "ba" + ], + [ + "bin", + "ary" + ], + [ + "b", + "inary" + ], + [ + "ro", + "b" + ], + [ + "r", + "ob" + ], + [ + "▁Pe", + "dro" + ], + [ + "▁Ped", + "ro" + ], + [ + "▁f", + "is" + ], + [ + "▁fi", + "s" + ], + [ + "▁Gr", + "ande" + ], + [ + "▁Grand", + "e" + ], + [ + "▁Gran", + "de" + ], + [ + "▁Gra", + "nde" + ], + [ + "od", + "ox" + ], + [ + "odo", + "x" + ], + [ + "▁pos", + "ting" + ], + [ + "▁post", + "ing" + ], + [ + "<", + "!--" + ], + [ + "▁rac", + "ial" + ], + [ + "▁ra", + "cial" + ], + [ + "CO", + "M" + ], + [ + "C", + "OM" + ], + [ + "ё", + "м" + ], + [ + "▁A", + "UT" + ], + [ + "▁AU", + "T" + ], + [ + "▁", + "AUT" + ], + [ + "▁d", + "ishes" + ], + [ + "▁dis", + "hes" + ], + [ + "▁dish", + "es" + ], + [ + "assert", + "True" + ], + [ + "▁G", + "row" + ], + [ + "▁Gr", + "ow" + ], + [ + "▁Gro", + "w" + ], + [ + "▁sl", + "id" + ], + [ + "▁ju", + "illet" + ], + [ + "сс", + "о" + ], + [ + "с", + "со" + ], + [ + "Run", + "ner" + ], + [ + "Sa", + "l" + ], + [ + "S", + "al" + ], + [ + "Sa", + "me" + ], + [ + "Sam", + "e" + ], + [ + "S", + "ame" + ], + [ + "▁Stud", + "y" + ], + [ + "▁Col", + "onel" + ], + [ + "▁J", + "oin" + ], + [ + "▁Jo", + "in" + ], + [ + "▁", + "Join" + ], + [ + "ar", + "ms" + ], + [ + "arm", + "s" + ], + [ + "▁l", + "y" + ], + [ + "▁", + "ly" + ], + [ + "▁co", + "oper" + ], + [ + "▁cur", + "ves" + ], + [ + "▁curve", + "s" + ], + [ + "▁curv", + "es" + ], + [ + "He", + "alth" + ], + [ + "▁M", + "OD" + ], + [ + "▁MO", + "D" + ], + [ + "▁", + "MOD" + ], + [ + "▁pr", + "imo" + ], + [ + "▁prim", + "o" + ], + [ + "▁pri", + "mo" + ], + [ + "ock", + "ets" + ], + [ + "ocket", + "s" + ], + [ + "multi", + "column" + ], + [ + "multicol", + "umn" + ], + [ + "▁С", + "ан" + ], + [ + "▁Са", + "н" + ], + [ + "▁H", + "unter" + ], + [ + "▁Hun", + "ter" + ], + [ + "▁Hunt", + "er" + ], + [ + "Custom", + "er" + ], + [ + "ot", + "hy" + ], + [ + "oth", + "y" + ], + [ + "o", + "thy" + ], + [ + "Des", + "ign" + ], + [ + "De", + "sign" + ], + [ + "ma", + "ss" + ], + [ + "mas", + "s" + ], + [ + "m", + "ass" + ], + [ + "▁fam", + "ille" + ], + [ + "▁famil", + "le" + ], + [ + "▁fue", + "ron" + ], + [ + "▁fu", + "eron" + ], + [ + "▁fuer", + "on" + ], + [ + "ä", + "m" + ], + [ + "▁head", + "quarters" + ], + [ + "▁d", + "ign" + ], + [ + "▁di", + "gn" + ], + [ + "▁dig", + "n" + ], + [ + "▁Ro", + "bin" + ], + [ + "▁Rob", + "in" + ], + [ + "▁me", + "ets" + ], + [ + "▁meet", + "s" + ], + [ + "▁so", + "it" + ], + [ + "па", + "да" + ], + [ + "пад", + "а" + ], + [ + ")\"", + ");" + ], + [ + ")", + "\");" + ], + [ + "▁w", + "rapper" + ], + [ + "▁wrap", + "per" + ], + [ + "▁", + "wrapper" + ], + [ + "▁theoret", + "ical" + ], + [ + "▁u", + "d" + ], + [ + "▁", + "ud" + ], + [ + "pl", + "icity" + ], + [ + "plic", + "ity" + ], + [ + "plicit", + "y" + ], + [ + "▁w", + "p" + ], + [ + "▁", + "wp" + ], + [ + "▁испо", + "ль" + ], + [ + "▁c", + "amps" + ], + [ + "▁camp", + "s" + ], + [ + "▁cam", + "ps" + ], + [ + "▁A", + "gency" + ], + [ + "▁Ag", + "ency" + ], + [ + "g", + "c" + ], + [ + "hu", + "m" + ], + [ + "h", + "um" + ], + [ + "AT", + "T" + ], + [ + "A", + "TT" + ], + [ + "B", + "tn" + ], + [ + "C", + "ent" + ], + [ + "▁H", + "elen" + ], + [ + "▁He", + "len" + ], + [ + "▁Hel", + "en" + ], + [ + "▁am", + "plit" + ], + [ + "▁ampl", + "it" + ], + [ + "▁Mem", + "orial" + ], + [ + "und", + "ial" + ], + [ + "SH", + "IFT" + ], + [ + "wi", + "k" + ], + [ + "w", + "ik" + ], + [ + "▁Lie", + "utenant" + ], + [ + "VAL", + "ID" + ], + [ + "▁B", + "ath" + ], + [ + "▁Ba", + "th" + ], + [ + "▁Bat", + "h" + ], + [ + "▁Jeff", + "erson" + ], + [ + "▁C", + "ut" + ], + [ + "▁Cu", + "t" + ], + [ + "▁", + "Cut" + ], + [ + "▁ser", + "vers" + ], + [ + "▁serv", + "ers" + ], + [ + "▁server", + "s" + ], + [ + "▁serve", + "rs" + ], + [ + "▁", + "servers" + ], + [ + "ly", + "ph" + ], + [ + "▁CO", + "PY" + ], + [ + "▁COP", + "Y" + ], + [ + "▁comput", + "ers" + ], + [ + "▁computer", + "s" + ], + [ + "▁compute", + "rs" + ], + [ + "const", + "ruction" + ], + [ + "construct", + "ion" + ], + [ + "▁P", + "DF" + ], + [ + "▁PD", + "F" + ], + [ + "▁", + "PDF" + ], + [ + "▁pro", + "tagon" + ], + [ + "▁prot", + "agon" + ], + [ + "▁fore", + "head" + ], + [ + "custom", + "er" + ], + [ + "Un", + "is" + ], + [ + "U", + "nis" + ], + [ + "▁sign", + "ing" + ], + [ + "▁sig", + "ning" + ], + [ + ".", + "’" + ], + [ + "F", + "etch" + ], + [ + "▁S", + "core" + ], + [ + "▁Sc", + "ore" + ], + [ + "▁", + "Score" + ], + [ + "hu", + "man" + ], + [ + "hum", + "an" + ], + [ + "h", + "uman" + ], + [ + "▁down", + "town" + ], + [ + "▁downt", + "own" + ], + [ + "In", + "tern" + ], + [ + "Int", + "ern" + ], + [ + "Inter", + "n" + ], + [ + "▁bes", + "ides" + ], + [ + "▁beside", + "s" + ], + [ + "▁д", + "во" + ], + [ + "▁пра", + "ви" + ], + [ + "▁", + "прави" + ], + [ + "▁c", + "c" + ], + [ + "▁", + "cc" + ], + [ + "▁D", + "ebug" + ], + [ + "▁De", + "bug" + ], + [ + "▁Deb", + "ug" + ], + [ + "▁", + "Debug" + ], + [ + "▁Cl", + "ose" + ], + [ + "▁", + "Close" + ], + [ + "el", + "ihood" + ], + [ + "eli", + "hood" + ], + [ + "▁al", + "gorithms" + ], + [ + "▁algorithm", + "s" + ], + [ + "▁H", + "amb" + ], + [ + "▁Ham", + "b" + ], + [ + "▁Ha", + "mb" + ], + [ + "ч", + "на" + ], + [ + "▁c", + "ust" + ], + [ + "▁cu", + "st" + ], + [ + "▁mo", + "unted" + ], + [ + "▁mount", + "ed" + ], + [ + "par", + "en" + ], + [ + "pa", + "ren" + ], + [ + "pare", + "n" + ], + [ + "p", + "aren" + ], + [ + "▁isol", + "ated" + ], + [ + "▁A", + "gr" + ], + [ + "▁Ag", + "r" + ], + [ + "▁or", + "bit" + ], + [ + "▁orb", + "it" + ], + [ + "print", + "k" + ], + [ + "▁t", + "urb" + ], + [ + "▁tu", + "rb" + ], + [ + "▁tur", + "b" + ], + [ + "▁gru", + "po" + ], + [ + "ми", + "и" + ], + [ + "\"\"", + "\"" + ], + [ + "\"", + "\"\"" + ], + [ + "▁h", + "ills" + ], + [ + "▁hill", + "s" + ], + [ + "ря", + "д" + ], + [ + "▁B", + "od" + ], + [ + "▁Bo", + "d" + ], + [ + "▁об", + "ще" + ], + [ + "est", + "one" + ], + [ + "esto", + "ne" + ], + [ + "eston", + "e" + ], + [ + "e", + "stone" + ], + [ + "▁satisf", + "ying" + ], + [ + "▁satisfy", + "ing" + ], + [ + "▁I", + "van" + ], + [ + "▁Iv", + "an" + ], + [ + "▁associ", + "ate" + ], + [ + "name", + "d" + ], + [ + "na", + "med" + ], + [ + "nam", + "ed" + ], + [ + "n", + "amed" + ], + [ + "oc", + "cup" + ], + [ + "occ", + "up" + ], + [ + "GP", + "IO" + ], + [ + "G", + "PIO" + ], + [ + "hi", + "t" + ], + [ + "h", + "it" + ], + [ + "▁dis", + "tract" + ], + [ + "▁di", + "stract" + ], + [ + "▁dist", + "ract" + ], + [ + "▁bar", + "rel" + ], + [ + "▁barr", + "el" + ], + [ + "▁in", + "variant" + ], + [ + "di", + "d" + ], + [ + "d", + "id" + ], + [ + "▁l", + "ieu" + ], + [ + "▁li", + "eu" + ], + [ + "▁lie", + "u" + ], + [ + "sc", + "ene" + ], + [ + "UN", + "K" + ], + [ + "▁Ont", + "ario" + ], + [ + "▁M", + "ission" + ], + [ + "▁Miss", + "ion" + ], + [ + "zi", + "al" + ], + [ + "z", + "ial" + ], + [ + "▁comp", + "ete" + ], + [ + "▁compet", + "e" + ], + [ + "▁cou", + "ples" + ], + [ + "▁couple", + "s" + ], + [ + "▁coup", + "les" + ], + [ + "SH", + "A" + ], + [ + "S", + "HA" + ], + [ + "▁s", + "ei" + ], + [ + "▁se", + "i" + ], + [ + "▁m", + "igration" + ], + [ + "▁migr", + "ation" + ], + [ + "ac", + "ked" + ], + [ + "ack", + "ed" + ], + [ + "▁b", + "arn" + ], + [ + "▁bar", + "n" + ], + [ + "▁ba", + "rn" + ], + [ + "hal", + "f" + ], + [ + "h", + "alf" + ], + [ + "▁neigh", + "bour" + ], + [ + "▁neighb", + "our" + ], + [ + "ft", + "e" + ], + [ + "f", + "te" + ], + [ + "▁od", + "ds" + ], + [ + "▁odd", + "s" + ], + [ + "▁optim", + "ization" + ], + [ + "▁I", + "C" + ], + [ + "▁", + "IC" + ], + [ + "▁H", + "end" + ], + [ + "▁He", + "nd" + ], + [ + "▁Hen", + "d" + ], + [ + "pay", + "ment" + ], + [ + "M", + "r" + ], + [ + "')", + ":" + ], + [ + "'", + "):" + ], + [ + "vo", + "ir" + ], + [ + "v", + "oir" + ], + [ + "▁R", + "ange" + ], + [ + "▁Rang", + "e" + ], + [ + "▁Ran", + "ge" + ], + [ + "▁", + "Range" + ], + [ + "▁polit", + "icians" + ], + [ + "▁politician", + "s" + ], + [ + "▁K", + "han" + ], + [ + "▁Kh", + "an" + ], + [ + "▁shel", + "ter" + ], + [ + "▁tim", + "ing" + ], + [ + "▁ti", + "ming" + ], + [ + "Create", + "d" + ], + [ + "Creat", + "ed" + ], + [ + "C", + "reated" + ], + [ + "▁sept", + "embre" + ], + [ + "li", + "t" + ], + [ + "l", + "it" + ], + [ + "▁S", + "hel" + ], + [ + "▁She", + "l" + ], + [ + "▁Sh", + "el" + ], + [ + "▁c", + "ouch" + ], + [ + "▁co", + "uch" + ], + [ + "▁cou", + "ch" + ], + [ + "▁d", + "är" + ], + [ + "ult", + "ur" + ], + [ + "▁G", + "iov" + ], + [ + "▁Gi", + "ov" + ], + [ + "ô", + "le" + ], + [ + "RE", + "AM" + ], + [ + "▁O", + "cean" + ], + [ + "▁M", + "B" + ], + [ + "▁", + "MB" + ], + [ + "▁lie", + "gt" + ], + [ + "▁o", + "v" + ], + [ + "▁", + "ov" + ], + [ + "▁car", + "pet" + ], + [ + "та", + "р" + ], + [ + "т", + "ар" + ], + [ + "▁го", + "дина" + ], + [ + "▁годи", + "на" + ], + [ + "▁S", + "ão" + ], + [ + "▁о", + "тно" + ], + [ + "▁от", + "но" + ], + [ + "ab", + "ling" + ], + [ + "abl", + "ing" + ], + [ + "a", + "bling" + ], + [ + "in", + "th" + ], + [ + "int", + "h" + ], + [ + "▁purs", + "ue" + ], + [ + "▁Const", + "itution" + ], + [ + "an", + "j" + ], + [ + "▁F", + "BI" + ], + [ + "▁ar", + "row" + ], + [ + "▁arr", + "ow" + ], + [ + "▁", + "arrow" + ], + [ + "ph", + "ones" + ], + [ + "phone", + "s" + ], + [ + "▁kn", + "ocked" + ], + [ + "▁knock", + "ed" + ], + [ + "▁de", + "com" + ], + [ + "▁dec", + "om" + ], + [ + "ie", + "k" + ], + [ + "i", + "ek" + ], + [ + "ь", + "е" + ], + [ + "St", + "rip" + ], + [ + "Str", + "ip" + ], + [ + "▁V", + "enez" + ], + [ + "▁Ven", + "ez" + ], + [ + "▁Ve", + "nez" + ], + [ + "▁p", + "upp" + ], + [ + "▁pu", + "pp" + ], + [ + "▁pup", + "p" + ], + [ + "bi", + "an" + ], + [ + "bia", + "n" + ], + [ + "b", + "ian" + ], + [ + "▁cot", + "ton" + ], + [ + "h", + "p" + ], + [ + "▁the", + "atre" + ], + [ + "▁accept", + "able" + ], + [ + "cuss", + "ion" + ], + [ + "▁r", + "ounds" + ], + [ + "▁round", + "s" + ], + [ + "▁act", + "ively" + ], + [ + "▁activ", + "ely" + ], + [ + "▁active", + "ly" + ], + [ + "▁among", + "st" + ], + [ + "▁a", + "bc" + ], + [ + "▁ab", + "c" + ], + [ + "▁", + "abc" + ], + [ + "F", + "M" + ], + [ + "Pop", + "up" + ], + [ + "▁divers", + "ity" + ], + [ + "us", + "z" + ], + [ + "u", + "sz" + ], + [ + "▁employ", + "er" + ], + [ + "spec", + "ially" + ], + [ + "special", + "ly" + ], + [ + "▁sus", + "pected" + ], + [ + "▁suspect", + "ed" + ], + [ + "▁c", + "rypt" + ], + [ + "▁cry", + "pt" + ], + [ + "▁O", + "scar" + ], + [ + "▁Os", + "car" + ], + [ + "no", + "r" + ], + [ + "n", + "or" + ], + [ + "▁bab", + "ies" + ], + [ + "во", + "м" + ], + [ + "▁m", + "undo" + ], + [ + "▁li", + "bert" + ], + [ + "▁lib", + "ert" + ], + [ + "▁liber", + "t" + ], + [ + "S", + "G" + ], + [ + "ah", + "ren" + ], + [ + "ahr", + "en" + ], + [ + "a", + "hren" + ], + [ + "▁magn", + "itude" + ], + [ + "T", + "M" + ], + [ + "'", + "+" + ], + [ + "▁об", + "ъ" + ], + [ + "▁G", + "ust" + ], + [ + "▁Gu", + "st" + ], + [ + "▁gr", + "ain" + ], + [ + "▁gra", + "in" + ], + [ + "мен", + "т" + ], + [ + "м", + "ент" + ], + [ + "to", + "Equal" + ], + [ + "▁m", + "os" + ], + [ + "▁mo", + "s" + ], + [ + "▁", + "mos" + ], + [ + "▁consist", + "ently" + ], + [ + "▁consistent", + "ly" + ], + [ + "х", + "у" + ], + [ + "▁domin", + "ant" + ], + [ + "Con", + "verter" + ], + [ + "Convert", + "er" + ], + [ + "at", + "able" + ], + [ + "ata", + "ble" + ], + [ + "a", + "table" + ], + [ + "▁J", + "ag" + ], + [ + "▁Ja", + "g" + ], + [ + "scri", + "ptions" + ], + [ + "script", + "ions" + ], + [ + "scription", + "s" + ], + [ + "s", + "criptions" + ], + [ + "x", + "B" + ], + [ + "▁", + "©" + ], + [ + "fol", + "der" + ], + [ + "fold", + "er" + ], + [ + "f", + "older" + ], + [ + "▁sub", + "stance" + ], + [ + "▁subst", + "ance" + ], + [ + "▁по", + "с" + ], + [ + "L", + "o" + ], + [ + "BU", + "S" + ], + [ + "B", + "US" + ], + [ + "bas", + "ic" + ], + [ + "us", + "sen" + ], + [ + "uss", + "en" + ], + [ + "▁co", + "ins" + ], + [ + "▁coin", + "s" + ], + [ + ":", + "-" + ], + [ + "▁N", + "elson" + ], + [ + "▁Nel", + "son" + ], + [ + "In", + "ner" + ], + [ + "ograf", + "ía" + ], + [ + "▁ex", + "empl" + ], + [ + "▁exem", + "pl" + ], + [ + "ch", + "g" + ], + [ + "▁sy", + "nd" + ], + [ + "▁syn", + "d" + ], + [ + "dyn", + "amic" + ], + [ + "d", + "ynamic" + ], + [ + "ver", + "ted" + ], + [ + "vert", + "ed" + ], + [ + "▁EV", + "ENT" + ], + [ + "▁", + "EVENT" + ], + [ + "se", + "ek" + ], + [ + "see", + "k" + ], + [ + "av", + "ier" + ], + [ + "avi", + "er" + ], + [ + "a", + "vier" + ], + [ + "▁p", + "rot" + ], + [ + "▁pro", + "t" + ], + [ + "▁pr", + "ot" + ], + [ + "▁", + "prot" + ], + [ + "--", + "----" + ], + [ + "----", + "--" + ], + [ + "---", + "---" + ], + [ + "-----", + "-" + ], + [ + "-", + "-----" + ], + [ + "▁con", + "vention" + ], + [ + "▁conv", + "ention" + ], + [ + "▁convent", + "ion" + ], + [ + "▁станов", + "ника" + ], + [ + "gl", + "ing" + ], + [ + "g", + "ling" + ], + [ + "hor", + "a" + ], + [ + "ho", + "ra" + ], + [ + "h", + "ora" + ], + [ + "ши", + "й" + ], + [ + "▁wh", + "ilst" + ], + [ + "ser", + "ialize" + ], + [ + "serial", + "ize" + ], + [ + "s", + "erialize" + ], + [ + "▁R", + "ing" + ], + [ + "([", + "'" + ], + [ + "(", + "['" + ], + [ + "▁c", + "her" + ], + [ + "▁ch", + "er" + ], + [ + "▁che", + "r" + ], + [ + "▁", + "cher" + ], + [ + "сь", + "кі" + ], + [ + "▁D", + "anny" + ], + [ + "▁Dan", + "ny" + ], + [ + "▁re", + "aches" + ], + [ + "▁reach", + "es" + ], + [ + "▁el", + "igible" + ], + [ + "▁P", + "arent" + ], + [ + "▁Par", + "ent" + ], + [ + "▁Pa", + "rent" + ], + [ + "▁", + "Parent" + ], + [ + "▁came", + "ras" + ], + [ + "▁cam", + "eras" + ], + [ + "▁camera", + "s" + ], + [ + "▁discipl", + "ine" + ], + [ + "▁s", + "illy" + ], + [ + "▁sil", + "ly" + ], + [ + "re", + "ts" + ], + [ + "ret", + "s" + ], + [ + "r", + "ets" + ], + [ + "yt", + "ics" + ], + [ + "▁Reg", + "ional" + ], + [ + "▁Region", + "al" + ], + [ + "▁B", + "aby" + ], + [ + "▁Ba", + "by" + ], + [ + "▁Bab", + "y" + ], + [ + "te", + "le" + ], + [ + "t", + "ele" + ], + [ + "WAR", + "NING" + ], + [ + "WARN", + "ING" + ], + [ + "su", + "pp" + ], + [ + "sup", + "p" + ], + [ + "s", + "upp" + ], + [ + "▁refer", + "ring" + ], + [ + "▁mer", + "ch" + ], + [ + "▁merc", + "h" + ], + [ + "ol", + "ves" + ], + [ + "olve", + "s" + ], + [ + "olv", + "es" + ], + [ + "em", + "et" + ], + [ + "eme", + "t" + ], + [ + "e", + "met" + ], + [ + "ck", + "e" + ], + [ + "c", + "ke" + ], + [ + "▁M", + "unicip" + ], + [ + "▁Mun", + "icip" + ], + [ + "Wh", + "ite" + ], + [ + "▁", + "Ś" + ], + [ + "ri", + "os" + ], + [ + "rio", + "s" + ], + [ + "r", + "ios" + ], + [ + "log", + "ging" + ], + [ + "▁d", + "x" + ], + [ + "▁", + "dx" + ], + [ + "▁su", + "sp" + ], + [ + "▁sus", + "p" + ], + [ + "ex", + "ternal" + ], + [ + "▁Liber", + "al" + ], + [ + "▁Lib", + "eral" + ], + [ + "▁Init", + "ialize" + ], + [ + "▁Initial", + "ize" + ], + [ + "▁", + "Initialize" + ], + [ + "▁exhib", + "ition" + ], + [ + "▁exhibit", + "ion" + ], + [ + "▁ext", + "ensions" + ], + [ + "▁extension", + "s" + ], + [ + "▁extens", + "ions" + ], + [ + "▁", + "extensions" + ], + [ + "ke", + "eper" + ], + [ + "keep", + "er" + ], + [ + "kee", + "per" + ], + [ + "SY", + "S" + ], + [ + "▁J", + "ake" + ], + [ + "▁Ja", + "ke" + ], + [ + "▁Jak", + "e" + ], + [ + "fo", + "oter" + ], + [ + "foot", + "er" + ], + [ + "foo", + "ter" + ], + [ + "▁ph", + "ones" + ], + [ + "▁phone", + "s" + ], + [ + "▁", + "phones" + ], + [ + "▁real", + "m" + ], + [ + "▁contribut", + "ed" + ], + [ + "▁contribute", + "d" + ], + [ + "ME", + "SS" + ], + [ + "▁For", + "mat" + ], + [ + "▁Form", + "at" + ], + [ + "▁", + "Format" + ], + [ + "Per", + "iod" + ], + [ + "▁h", + "id" + ], + [ + "▁hi", + "d" + ], + [ + "▁", + "hid" + ], + [ + "▁me", + "tres" + ], + [ + "▁met", + "res" + ], + [ + "▁D", + "im" + ], + [ + "▁Di", + "m" + ], + [ + "▁", + "Dim" + ], + [ + "ache", + "lor" + ], + [ + "achel", + "or" + ], + [ + "▁T", + "ak" + ], + [ + "▁Ta", + "k" + ], + [ + "▁ве", + "ли" + ], + [ + "▁g", + "ram" + ], + [ + "▁gr", + "am" + ], + [ + "▁gra", + "m" + ], + [ + "▁", + "gram" + ], + [ + "▁M", + "Y" + ], + [ + "▁", + "MY" + ], + [ + "on", + "ders" + ], + [ + "ond", + "ers" + ], + [ + "onder", + "s" + ], + [ + "onde", + "rs" + ], + [ + "';", + "\r" + ], + [ + "'", + ";\r" + ], + [ + "▁F", + "ro" + ], + [ + "▁Fr", + "o" + ], + [ + "▁advant", + "ages" + ], + [ + "▁advantage", + "s" + ], + [ + "io", + "v" + ], + [ + "i", + "ov" + ], + [ + "▁she", + "ets" + ], + [ + "▁sheet", + "s" + ], + [ + "ce", + "mbre" + ], + [ + "c", + "embre" + ], + [ + "ž", + "e" + ], + [ + "]", + "\r" + ], + [ + "▁D", + "J" + ], + [ + "subset", + "eq" + ], + [ + "UP", + "DATE" + ], + [ + "▁b", + "locked" + ], + [ + "▁bl", + "ocked" + ], + [ + "▁block", + "ed" + ], + [ + "▁pan", + "els" + ], + [ + "▁pa", + "nels" + ], + [ + "▁panel", + "s" + ], + [ + "E", + "A" + ], + [ + "nd", + "e" + ], + [ + "n", + "de" + ], + [ + "ê", + "t" + ], + [ + "Bu", + "l" + ], + [ + "B", + "ul" + ], + [ + "▁m", + "eters" + ], + [ + "▁me", + "ters" + ], + [ + "▁met", + "ers" + ], + [ + "▁meter", + "s" + ], + [ + "jo", + "ur" + ], + [ + "j", + "our" + ], + [ + "▁rap", + "port" + ], + [ + "▁rapp", + "ort" + ], + [ + "▁J", + "ak" + ], + [ + "▁Ja", + "k" + ], + [ + "▁V", + "AL" + ], + [ + "▁VA", + "L" + ], + [ + "▁", + "VAL" + ], + [ + "▁p", + "up" + ], + [ + "▁pu", + "p" + ], + [ + "▁k", + "a" + ], + [ + "▁", + "ka" + ], + [ + "for", + "ced" + ], + [ + "force", + "d" + ], + [ + "▁ав", + "гу" + ], + [ + "ener", + "gy" + ], + [ + "e", + "nergy" + ], + [ + "▁V", + "a" + ], + [ + "not", + "es" + ], + [ + "no", + "tes" + ], + [ + "note", + "s" + ], + [ + "n", + "otes" + ], + [ + "▁relax", + "ed" + ], + [ + "C", + "r" + ], + [ + "id", + "ding" + ], + [ + "idd", + "ing" + ], + [ + "▁def", + "ines" + ], + [ + "▁define", + "s" + ], + [ + "▁defin", + "es" + ], + [ + "▁kiss", + "ed" + ], + [ + "▁inv", + "asion" + ], + [ + "▁invas", + "ion" + ], + [ + "▁sc", + "reens" + ], + [ + "▁screen", + "s" + ], + [ + "C", + "trl" + ], + [ + "▁pass", + "engers" + ], + [ + "▁passenger", + "s" + ], + [ + "▁Х", + "о" + ], + [ + "ation", + "ship" + ], + [ + "ations", + "hip" + ], + [ + "per", + "cent" + ], + [ + "\\", + "}" + ], + [ + "▁be", + "ating" + ], + [ + "▁beat", + "ing" + ], + [ + "life", + "ray" + ], + [ + "lifer", + "ay" + ], + [ + "▁V", + "M" + ], + [ + "▁", + "VM" + ], + [ + "▁Gab", + "riel" + ], + [ + "▁g", + "allery" + ], + [ + "▁gall", + "ery" + ], + [ + "▁Л", + "о" + ], + [ + "iv", + "ot" + ], + [ + "ivo", + "t" + ], + [ + "▁r", + "ental" + ], + [ + "▁ren", + "tal" + ], + [ + "▁rent", + "al" + ], + [ + "▁sh", + "ocked" + ], + [ + "▁shock", + "ed" + ], + [ + "▁Ste", + "in" + ], + [ + "▁B", + "h" + ], + [ + "▁", + "ло" + ], + [ + "Un", + "e" + ], + [ + "U", + "ne" + ], + [ + "ге", + "н" + ], + [ + "г", + "ен" + ], + [ + "▁kom", + "mun" + ], + [ + "an", + "ka" + ], + [ + "ank", + "a" + ], + [ + "▁C", + "ape" + ], + [ + "▁Cap", + "e" + ], + [ + "▁Ca", + "pe" + ], + [ + "Re", + "ady" + ], + [ + "Read", + "y" + ], + [ + "▁к", + "ри" + ], + [ + "▁", + "кри" + ], + [ + "tr", + "ag" + ], + [ + "tra", + "g" + ], + [ + "t", + "rag" + ], + [ + "Al", + "ign" + ], + [ + "Ali", + "gn" + ], + [ + "▁host", + "ed" + ], + [ + "▁ho", + "sted" + ], + [ + "▁\\", + "(" + ], + [ + "▁S", + "ession" + ], + [ + "▁", + "Session" + ], + [ + "ys", + "k" + ], + [ + "y", + "sk" + ], + [ + "Pen", + "ding" + ], + [ + "P", + "ending" + ], + [ + "ellig", + "ence" + ], + [ + "elli", + "gence" + ], + [ + "▁Never", + "theless" + ], + [ + "bit", + "ro" + ], + [ + "bitr", + "o" + ], + [ + "ho", + "lm" + ], + [ + "hol", + "m" + ], + [ + "quir", + "y" + ], + [ + "▁mechan", + "ical" + ], + [ + "▁D", + "é" + ], + [ + "an", + "eous" + ], + [ + "ane", + "ous" + ], + [ + "▁psych", + "ological" + ], + [ + "▁a", + "broad" + ], + [ + "▁ab", + "road" + ], + [ + "▁a", + "voir" + ], + [ + "▁av", + "oir" + ], + [ + "▁separ", + "ation" + ], + [ + "▁sep", + "aration" + ], + [ + "▁Haw", + "ai" + ], + [ + "iej", + "sc" + ], + [ + "▁N", + "ether" + ], + [ + "▁Ne", + "ther" + ], + [ + "▁Net", + "her" + ], + [ + "▁sub", + "tle" + ], + [ + "bi", + "rd" + ], + [ + "b", + "ird" + ], + [ + "▁mark", + "er" + ], + [ + "▁mar", + "ker" + ], + [ + "▁", + "marker" + ], + [ + "▁со", + "зда" + ], + [ + "ва", + "ла" + ], + [ + "вал", + "а" + ], + [ + "▁Work", + "ing" + ], + [ + "▁Wor", + "king" + ], + [ + "▁h", + "over" + ], + [ + "▁ho", + "ver" + ], + [ + "▁", + "hover" + ], + [ + "%%%%", + "%%%%" + ], + [ + "▁м", + "ат" + ], + [ + "▁ма", + "т" + ], + [ + "▁", + "мат" + ], + [ + "▁s", + "oup" + ], + [ + "▁so", + "up" + ], + [ + "▁sou", + "p" + ], + [ + "Al", + "ert" + ], + [ + "ch", + "r" + ], + [ + "c", + "hr" + ], + [ + "▁P", + "CI" + ], + [ + "▁PC", + "I" + ], + [ + "▁", + "PCI" + ], + [ + "▁m", + "ús" + ], + [ + "ient", + "ras" + ], + [ + "ien", + "tras" + ], + [ + "▁St", + "orage" + ], + [ + "▁Sto", + "rage" + ], + [ + "▁", + "Storage" + ], + [ + "▁av", + "ailability" + ], + [ + "▁op", + "era" + ], + [ + "▁oper", + "a" + ], + [ + "▁P", + "roduction" + ], + [ + "▁Produ", + "ction" + ], + [ + "▁Product", + "ion" + ], + [ + "ia", + "ne" + ], + [ + "ian", + "e" + ], + [ + "i", + "ane" + ], + [ + "▁Bet", + "ter" + ], + [ + "▁B", + "utton" + ], + [ + "▁But", + "ton" + ], + [ + "▁", + "Button" + ], + [ + "▁Pe", + "ace" + ], + [ + "▁Mor", + "ris" + ], + [ + "▁s", + "ib" + ], + [ + "▁si", + "b" + ], + [ + "▁f", + "iber" + ], + [ + "▁fi", + "ber" + ], + [ + "▁fib", + "er" + ], + [ + "Int", + "ent" + ], + [ + "▁D", + "esc" + ], + [ + "▁De", + "sc" + ], + [ + "▁Des", + "c" + ], + [ + "▁", + "Desc" + ], + [ + "ning", + "en" + ], + [ + "n", + "ingen" + ], + [ + "ze", + "j" + ], + [ + "z", + "ej" + ], + [ + "av", + "an" + ], + [ + "ava", + "n" + ], + [ + "a", + "van" + ], + [ + "cover", + "ed" + ], + [ + "cov", + "ered" + ], + [ + "▁s", + "yst" + ], + [ + "▁sy", + "st" + ], + [ + "▁sys", + "t" + ], + [ + "_", + "+" + ], + [ + "▁орга", + "ни" + ], + [ + "▁Re", + "lig" + ], + [ + "▁Rel", + "ig" + ], + [ + "ци", + "аль" + ], + [ + "▁s", + "pite" + ], + [ + "▁sp", + "ite" + ], + [ + "▁re", + "prés" + ], + [ + "▁~", + "~" + ], + [ + "▁", + "~~" + ], + [ + "▁to", + "xic" + ], + [ + "▁a", + "pro" + ], + [ + "▁ap", + "ro" + ], + [ + "▁apr", + "o" + ], + [ + "X", + "Y" + ], + [ + "▁tr", + "ips" + ], + [ + "▁tri", + "ps" + ], + [ + "▁trip", + "s" + ], + [ + "▁pl", + "aats" + ], + [ + "▁con", + "vey" + ], + [ + "▁conv", + "ey" + ], + [ + "▁conve", + "y" + ], + [ + "Pr", + "im" + ], + [ + "P", + "rim" + ], + [ + "▁о", + "ста" + ], + [ + "▁ос", + "та" + ], + [ + "▁ост", + "а" + ], + [ + "ok", + "o" + ], + [ + "o", + "ko" + ], + [ + "▁l", + "obby" + ], + [ + "▁lob", + "by" + ], + [ + "▁recommend", + "ations" + ], + [ + "▁recommendation", + "s" + ], + [ + "SP", + "ACE" + ], + [ + "▁overwhel", + "ming" + ], + [ + "ennes", + "see" + ], + [ + "▁ac", + "quire" + ], + [ + "▁acqu", + "ire" + ], + [ + "w", + "m" + ], + [ + "LOB", + "AL" + ], + [ + "▁D", + "EF" + ], + [ + "▁DE", + "F" + ], + [ + "▁", + "DEF" + ], + [ + "je", + "r" + ], + [ + "j", + "er" + ], + [ + "▁re", + "cur" + ], + [ + "▁rec", + "ur" + ], + [ + "om", + "men" + ], + [ + "omm", + "en" + ], + [ + "▁j", + "og" + ], + [ + "▁jo", + "g" + ], + [ + "▁n", + "ast" + ], + [ + "▁na", + "st" + ], + [ + "▁nas", + "t" + ], + [ + "▁L", + "P" + ], + [ + "▁", + "LP" + ], + [ + "jo", + "n" + ], + [ + "j", + "on" + ], + [ + "▁w", + "ishes" + ], + [ + "▁wish", + "es" + ], + [ + "▁wis", + "hes" + ], + [ + "▁N", + "ancy" + ], + [ + "▁support", + "ers" + ], + [ + "▁supp", + "orters" + ], + [ + "^{", + "-\\" + ], + [ + "^{-", + "\\" + ], + [ + "▁T", + "rib" + ], + [ + "▁Tr", + "ib" + ], + [ + "▁Tri", + "b" + ], + [ + "▁", + "Ä" + ], + [ + "▁disappoint", + "ed" + ], + [ + "▁у", + "ни" + ], + [ + "x", + "D" + ], + [ + "li", + "nt" + ], + [ + "lin", + "t" + ], + [ + "l", + "int" + ], + [ + "I", + "p" + ], + [ + "▁Islam", + "ic" + ], + [ + "än", + "de" + ], + [ + "änd", + "e" + ], + [ + "ä", + "nde" + ], + [ + "end", + "ment" + ], + [ + "dt", + "ype" + ], + [ + "d", + "type" + ], + [ + "▁di", + "gest" + ], + [ + "▁dig", + "est" + ], + [ + "▁Set", + "tings" + ], + [ + "▁Setting", + "s" + ], + [ + "▁", + "Settings" + ], + [ + "ér", + "a" + ], + [ + "é", + "ra" + ], + [ + "▁aggress", + "ive" + ], + [ + "▁intellig", + "ent" + ], + [ + "eder", + "börd" + ], + [ + "ster", + "dam" + ], + [ + "pc", + "i" + ], + [ + "p", + "ci" + ], + [ + "▁over", + "flow" + ], + [ + "▁", + "overflow" + ], + [ + "im", + "b" + ], + [ + "i", + "mb" + ], + [ + "re", + "ach" + ], + [ + "rea", + "ch" + ], + [ + "r", + "each" + ], + [ + "cept", + "or" + ], + [ + "cep", + "tor" + ], + [ + "▁yield", + "s" + ], + [ + "▁Se", + "bast" + ], + [ + "▁ut", + "ility" + ], + [ + "▁util", + "ity" + ], + [ + "▁р", + "и" + ], + [ + "▁", + "ри" + ], + [ + "▁fac", + "ulty" + ], + [ + "▁In", + "ternal" + ], + [ + "▁Intern", + "al" + ], + [ + "▁Inter", + "nal" + ], + [ + "▁", + "Internal" + ], + [ + "▁attract", + "ed" + ], + [ + "▁attra", + "cted" + ], + [ + "рі", + "в" + ], + [ + "р", + "ів" + ], + [ + "▁mix", + "ing" + ], + [ + "▁R", + "uth" + ], + [ + "▁Ru", + "th" + ], + [ + "▁esc", + "aped" + ], + [ + "▁escape", + "d" + ], + [ + "▁E", + "asy" + ], + [ + "▁dr", + "ain" + ], + [ + "▁r", + "ings" + ], + [ + "▁ring", + "s" + ], + [ + "▁", + "rings" + ], + [ + "qu", + "ire" + ], + [ + "quir", + "e" + ], + [ + "Av", + "ailable" + ], + [ + "▁ц", + "и" + ], + [ + "▁", + "ци" + ], + [ + "▁conv", + "ince" + ], + [ + "▁convin", + "ce" + ], + [ + "or", + "sch" + ], + [ + "ors", + "ch" + ], + [ + "ут", + "бо" + ], + [ + "CP", + "P" + ], + [ + "C", + "PP" + ], + [ + "ra", + "ge" + ], + [ + "rag", + "e" + ], + [ + "r", + "age" + ], + [ + "ч", + "і" + ], + [ + "▁p", + "rod" + ], + [ + "▁pro", + "d" + ], + [ + "▁pr", + "od" + ], + [ + "▁", + "prod" + ], + [ + "▁p", + "ig" + ], + [ + "▁pi", + "g" + ], + [ + "▁C", + "atal" + ], + [ + "▁Cat", + "al" + ], + [ + "▁Ca", + "tal" + ], + [ + "▁al", + "ias" + ], + [ + "▁ali", + "as" + ], + [ + "▁", + "alias" + ], + [ + "▁че", + "мпи" + ], + [ + "▁чем", + "пи" + ], + [ + "Pl", + "ace" + ], + [ + "P", + "lace" + ], + [ + "▁g", + "orge" + ], + [ + "▁depend", + "ence" + ], + [ + "▁cr", + "uel" + ], + [ + "▁cru", + "el" + ], + [ + "▁ther", + "mal" + ], + [ + "▁therm", + "al" + ], + [ + "ut", + "down" + ], + [ + "ref", + "resh" + ], + [ + "▁re", + "sort" + ], + [ + "▁res", + "ort" + ], + [ + "▁S", + "HA" + ], + [ + "▁SH", + "A" + ], + [ + "▁", + "SHA" + ], + [ + "ти", + "й" + ], + [ + "fo", + "od" + ], + [ + "foo", + "d" + ], + [ + "f", + "ood" + ], + [ + "▁N", + "ad" + ], + [ + "▁Na", + "d" + ], + [ + "▁pregn", + "ancy" + ], + [ + "▁pro", + "jection" + ], + [ + "▁project", + "ion" + ], + [ + "▁pa", + "ís" + ], + [ + "▁полу", + "чи" + ], + [ + "▁the", + "mes" + ], + [ + "▁them", + "es" + ], + [ + "▁theme", + "s" + ], + [ + "▁fun", + "eral" + ], + [ + "▁cas", + "o" + ], + [ + "▁ca", + "so" + ], + [ + "ле", + "кт" + ], + [ + "лек", + "т" + ], + [ + "Ex", + "tra" + ], + [ + "Ext", + "ra" + ], + [ + "▁t", + "issue" + ], + [ + "▁dr", + "agon" + ], + [ + "▁drag", + "on" + ], + [ + "▁l", + "ig" + ], + [ + "▁li", + "g" + ], + [ + "▁", + "lig" + ], + [ + "▁n", + "ei" + ], + [ + "▁ne", + "i" + ], + [ + "▁com", + "edy" + ], + [ + "▁come", + "dy" + ], + [ + "▁comed", + "y" + ], + [ + "те", + "м" + ], + [ + "т", + "ем" + ], + [ + "сла", + "в" + ], + [ + "с", + "лав" + ], + [ + "▁pass", + "enger" + ], + [ + "Cl", + "one" + ], + [ + "i", + "ção" + ], + [ + "yg", + "on" + ], + [ + "y", + "gon" + ], + [ + "▁H", + "alf" + ], + [ + "▁Hal", + "f" + ], + [ + "▁la", + "bour" + ], + [ + "▁lab", + "our" + ], + [ + "▁vill", + "ages" + ], + [ + "▁village", + "s" + ], + [ + "▁ві", + "й" + ], + [ + "▁О", + "т" + ], + [ + "▁L", + "isa" + ], + [ + "▁Li", + "sa" + ], + [ + "▁Lis", + "a" + ], + [ + "_", + "[" + ], + [ + "ba", + "g" + ], + [ + "b", + "ag" + ], + [ + "▁d", + "iver" + ], + [ + "▁di", + "ver" + ], + [ + "▁div", + "er" + ], + [ + "▁dive", + "r" + ], + [ + "▁M", + "L" + ], + [ + "▁", + "ML" + ], + [ + "▁transl", + "ated" + ], + [ + "▁translate", + "d" + ], + [ + "▁per", + "ò" + ], + [ + "ab", + "ama" + ], + [ + "aba", + "ma" + ], + [ + "▁cas", + "tle" + ], + [ + "▁cast", + "le" + ], + [ + "▁", + "castle" + ], + [ + "*", + "\\" + ], + [ + "▁reg", + "ia" + ], + [ + "!!", + "!!" + ], + [ + "!!!", + "!" + ], + [ + "!", + "!!!" + ], + [ + "*>", + "(" + ], + [ + "*", + ">(" + ], + [ + "▁Work", + "s" + ], + [ + "▁Wor", + "ks" + ], + [ + "▁N", + "ature" + ], + [ + "▁Nat", + "ure" + ], + [ + "▁Natur", + "e" + ], + [ + "NE", + "L" + ], + [ + "N", + "EL" + ], + [ + "▁P", + "om" + ], + [ + "▁Po", + "m" + ], + [ + "tt", + "a" + ], + [ + "t", + "ta" + ], + [ + "▁Jam", + "ie" + ], + [ + "▁p", + "unch" + ], + [ + "▁pun", + "ch" + ], + [ + "tain", + "ment" + ], + [ + "▁K", + "rieg" + ], + [ + "▁Kr", + "ieg" + ], + [ + "▁restr", + "icted" + ], + [ + "▁restrict", + "ed" + ], + [ + "mob", + "ile" + ], + [ + "m", + "obile" + ], + [ + "▁grand", + "mother" + ], + [ + "Arg", + "uments" + ], + [ + "Argument", + "s" + ], + [ + "▁s", + "inc" + ], + [ + "▁si", + "nc" + ], + [ + "▁sin", + "c" + ], + [ + "▁Mon", + "th" + ], + [ + "▁Mont", + "h" + ], + [ + "▁", + "Month" + ], + [ + "esc", + "ape" + ], + [ + "e", + "scape" + ], + [ + "▁opt", + "ical" + ], + [ + "▁L", + "ane" + ], + [ + "▁La", + "ne" + ], + [ + "▁Lan", + "e" + ], + [ + "▁Deutsch", + "land" + ], + [ + "▁S", + "aison" + ], + [ + "▁Sa", + "ison" + ], + [ + "▁V", + "irtual" + ], + [ + "▁", + "Virtual" + ], + [ + "pe", + "z" + ], + [ + "p", + "ez" + ], + [ + "In", + "line" + ], + [ + "ow", + "any" + ], + [ + "owa", + "ny" + ], + [ + "rad", + "io" + ], + [ + "r", + "adio" + ], + [ + "ö", + "ß" + ], + [ + "▁O", + "thers" + ], + [ + "▁Other", + "s" + ], + [ + "MA", + "IN" + ], + [ + "M", + "AIN" + ], + [ + "sc", + "al" + ], + [ + "s", + "cal" + ], + [ + "▁D", + "allas" + ], + [ + "▁Dal", + "las" + ], + [ + "▁an", + "chor" + ], + [ + "▁anc", + "hor" + ], + [ + "▁anch", + "or" + ], + [ + "▁", + "anchor" + ], + [ + "en", + "cias" + ], + [ + "enc", + "ias" + ], + [ + "encia", + "s" + ], + [ + "enci", + "as" + ], + [ + "▁re", + "porter" + ], + [ + "▁rep", + "orter" + ], + [ + "▁report", + "er" + ], + [ + "▁veget", + "ables" + ], + [ + "▁enforce", + "ment" + ], + [ + "▁Wis", + "consin" + ], + [ + "▁con", + "dem" + ], + [ + "▁cond", + "em" + ], + [ + "▁e", + "b" + ], + [ + "▁", + "eb" + ], + [ + "▁s", + "its" + ], + [ + "▁sit", + "s" + ], + [ + "▁si", + "ts" + ], + [ + "▁calcul", + "ations" + ], + [ + "▁calculation", + "s" + ], + [ + "▁calc", + "ulations" + ], + [ + "▁\"", + "--" + ], + [ + "▁\"-", + "-" + ], + [ + "ue", + "lle" + ], + [ + "uel", + "le" + ], + [ + "u", + "elle" + ], + [ + "▁tip", + "o" + ], + [ + "▁ti", + "po" + ], + [ + "▁P", + "AR" + ], + [ + "▁PA", + "R" + ], + [ + "▁", + "PAR" + ], + [ + "co", + "rd" + ], + [ + "cor", + "d" + ], + [ + "c", + "ord" + ], + [ + "▁ро", + "ків" + ], + [ + "ph", + "an" + ], + [ + "pha", + "n" + ], + [ + "p", + "han" + ], + [ + "▁kon", + "nte" + ], + [ + "▁z", + "ap" + ], + [ + "▁za", + "p" + ], + [ + "wr", + "iting" + ], + [ + "writ", + "ing" + ], + [ + "en", + "gu" + ], + [ + "eng", + "u" + ], + [ + "▁pert", + "urb" + ], + [ + "Fac", + "e" + ], + [ + "F", + "ace" + ], + [ + "ag", + "og" + ], + [ + "ago", + "g" + ], + [ + "▁De", + "cl" + ], + [ + "▁Dec", + "l" + ], + [ + "▁", + "Decl" + ], + [ + "est", + "ly" + ], + [ + "▁War", + "ren" + ], + [ + "▁H", + "ills" + ], + [ + "▁Hill", + "s" + ], + [ + "▁Hil", + "ls" + ], + [ + "▁ref", + "resh" + ], + [ + "▁refr", + "esh" + ], + [ + "▁refres", + "h" + ], + [ + "▁", + "refresh" + ], + [ + "▁fl", + "ip" + ], + [ + "io", + "p" + ], + [ + "i", + "op" + ], + [ + "▁key", + "board" + ], + [ + "is", + "to" + ], + [ + "ist", + "o" + ], + [ + "i", + "sto" + ], + [ + "▁prom", + "oted" + ], + [ + "▁promote", + "d" + ], + [ + "▁promot", + "ed" + ], + [ + "back", + "s" + ], + [ + "ba", + "cks" + ], + [ + "b", + "acks" + ], + [ + "Enc", + "oding" + ], + [ + "▁", + "ال" + ], + [ + "▁g", + "min" + ], + [ + "ро", + "б" + ], + [ + "р", + "об" + ], + [ + "▁follow", + "ers" + ], + [ + "▁p", + "epper" + ], + [ + "um", + "ble" + ], + [ + "umb", + "le" + ], + [ + "▁sp", + "ray" + ], + [ + "▁spr", + "ay" + ], + [ + "▁dr", + "ives" + ], + [ + "▁dri", + "ves" + ], + [ + "▁driv", + "es" + ], + [ + "▁drive", + "s" + ], + [ + "P", + "ush" + ], + [ + "cook", + "ie" + ], + [ + "c", + "ookie" + ], + [ + "▁gel", + "dig" + ], + [ + "▁geld", + "ig" + ], + [ + "ig", + "ung" + ], + [ + "igu", + "ng" + ], + [ + "vis", + "it" + ], + [ + "▁at", + "omic" + ], + [ + "▁atom", + "ic" + ], + [ + "▁", + "atomic" + ], + [ + "▁A", + "thlet" + ], + [ + "▁Ath", + "let" + ], + [ + "▁Or", + "igin" + ], + [ + "▁Ori", + "gin" + ], + [ + "▁", + "Origin" + ], + [ + "▁H", + "appy" + ], + [ + "▁G", + "ra" + ], + [ + "▁Gr", + "a" + ], + [ + "▁att", + "ribut" + ], + [ + "▁п", + "ов" + ], + [ + "▁по", + "в" + ], + [ + "▁", + "пов" + ], + [ + "▁n", + "ost" + ], + [ + "▁no", + "st" + ], + [ + "▁nos", + "t" + ], + [ + "▁", + "nost" + ], + [ + "ur", + "u" + ], + [ + "u", + "ru" + ], + [ + "▁Ne", + "ither" + ], + [ + "▁ma", + "ar" + ], + [ + "ject", + "ions" + ], + [ + "je", + "ctions" + ], + [ + "jection", + "s" + ], + [ + "▁re", + "nov" + ], + [ + "▁ren", + "ov" + ], + [ + "fin", + "ity" + ], + [ + "f", + "inity" + ], + [ + "gener", + "ic" + ], + [ + "init", + "ialize" + ], + [ + "initial", + "ize" + ], + [ + "pgf", + "set" + ], + [ + "▁hyp", + "othes" + ], + [ + "▁ma", + "cro" + ], + [ + "▁mac", + "ro" + ], + [ + "ma", + "ps" + ], + [ + "map", + "s" + ], + [ + "m", + "aps" + ], + [ + "▁f", + "are" + ], + [ + "▁far", + "e" + ], + [ + "▁fa", + "re" + ], + [ + "▁", + "fare" + ], + [ + "Be", + "st" + ], + [ + "B", + "est" + ], + [ + "uch", + "t" + ], + [ + "uc", + "ht" + ], + [ + "u", + "cht" + ], + [ + "co", + "d" + ], + [ + "c", + "od" + ], + [ + "▁h", + "orm" + ], + [ + "▁hor", + "m" + ], + [ + "▁ho", + "rm" + ], + [ + "▁P", + "oll" + ], + [ + "▁Pol", + "l" + ], + [ + "▁Po", + "ll" + ], + [ + "▁host", + "ing" + ], + [ + "▁Re", + "ading" + ], + [ + "▁Read", + "ing" + ], + [ + "Cert", + "ificate" + ], + [ + "▁и", + "ма" + ], + [ + "▁им", + "а" + ], + [ + "▁C", + "ov" + ], + [ + "▁Co", + "v" + ], + [ + "▁P", + "red" + ], + [ + "▁Pr", + "ed" + ], + [ + "▁Pre", + "d" + ], + [ + "▁", + "Pred" + ], + [ + "re", + "direct" + ], + [ + "red", + "irect" + ], + [ + "▁l", + "attice" + ], + [ + "▁port", + "folio" + ], + [ + "▁o", + "ven" + ], + [ + "▁ov", + "en" + ], + [ + "▁", + "oven" + ], + [ + "ie", + "len" + ], + [ + "iel", + "en" + ], + [ + "iele", + "n" + ], + [ + "i", + "elen" + ], + [ + "sub", + "scribe" + ], + [ + "foot", + "note" + ], + [ + "но", + "ю" + ], + [ + "▁mom", + "ento" + ], + [ + "▁moment", + "o" + ], + [ + "▁d", + "ich" + ], + [ + "▁di", + "ch" + ], + [ + "▁dic", + "h" + ], + [ + "▁ent", + "ert" + ], + [ + "▁enter", + "t" + ], + [ + "▁g", + "é" + ], + [ + "▁connect", + "ing" + ], + [ + "▁n", + "acional" + ], + [ + "▁o", + "tt" + ], + [ + "▁ot", + "t" + ], + [ + "▁", + "ott" + ], + [ + "ні", + "в" + ], + [ + "н", + "ів" + ], + [ + "▁rac", + "ist" + ], + [ + "▁penal", + "ty" + ], + [ + "ül", + "t" + ], + [ + "ü", + "lt" + ], + [ + "▁Israel", + "i" + ], + [ + "▁(", + "†" + ], + [ + "▁desc", + "end" + ], + [ + "▁ос", + "іб" + ], + [ + "▁b", + "elly" + ], + [ + "▁bel", + "ly" + ], + [ + "▁bell", + "y" + ], + [ + "ні", + "сть" + ], + [ + "▁encounter", + "ed" + ], + [ + "T", + "ip" + ], + [ + "▁gu", + "ilt" + ], + [ + "▁d", + "amp" + ], + [ + "▁da", + "mp" + ], + [ + "▁dam", + "p" + ], + [ + "ze", + "ug" + ], + [ + "▁Mem", + "ory" + ], + [ + "▁", + "Memory" + ], + [ + "Check", + "ed" + ], + [ + "▁Sh", + "akespeare" + ], + [ + "hi", + "ll" + ], + [ + "h", + "ill" + ], + [ + "▁w", + "oke" + ], + [ + "▁wo", + "ke" + ], + [ + "▁sal", + "ary" + ], + [ + "eth", + "eless" + ], + [ + "ethe", + "less" + ], + [ + "e", + "theless" + ], + [ + "▁Т", + "и" + ], + [ + "er", + "de" + ], + [ + "erd", + "e" + ], + [ + "▁He", + "in" + ], + [ + "▁g", + "it" + ], + [ + "▁gi", + "t" + ], + [ + "▁", + "git" + ], + [ + "=\"", + "\"" + ], + [ + "=", + "\"\"" + ], + [ + "ül", + "l" + ], + [ + "ü", + "ll" + ], + [ + "ge", + "ben" + ], + [ + "geb", + "en" + ], + [ + "g", + "eben" + ], + [ + "Pr", + "es" + ], + [ + "Pre", + "s" + ], + [ + "P", + "res" + ], + [ + "ie", + "val" + ], + [ + "iev", + "al" + ], + [ + "i", + "eval" + ], + [ + "mark", + "er" + ], + [ + "mar", + "ker" + ], + [ + "▁д", + "ан" + ], + [ + "▁да", + "н" + ], + [ + "▁", + "дан" + ], + [ + "▁oct", + "obre" + ], + [ + "RO", + "L" + ], + [ + "R", + "OL" + ], + [ + "▁jan", + "u" + ], + [ + "▁ja", + "nu" + ], + [ + "▁)", + ":" + ], + [ + "▁", + "):" + ], + [ + "br", + "anch" + ], + [ + "▁J", + "erry" + ], + [ + "▁Jer", + "ry" + ], + [ + "ke", + "hr" + ], + [ + "▁contr", + "acts" + ], + [ + "▁contract", + "s" + ], + [ + "▁aff", + "air" + ], + [ + "▁Росси", + "и" + ], + [ + "ja", + "ck" + ], + [ + "j", + "ack" + ], + [ + "AN", + "G" + ], + [ + "A", + "NG" + ], + [ + "▁dro", + "pping" + ], + [ + "▁drop", + "ping" + ], + [ + "▁d", + "ic" + ], + [ + "▁di", + "c" + ], + [ + "sch", + "ool" + ], + [ + "▁Fin", + "land" + ], + [ + "▁d", + "ort" + ], + [ + "▁do", + "rt" + ], + [ + "▁K", + "ings" + ], + [ + "▁King", + "s" + ], + [ + "▁Kin", + "gs" + ], + [ + "▁Arg", + "ument" + ], + [ + "▁", + "Argument" + ], + [ + "▁Sim", + "ilarly" + ], + [ + "▁Similar", + "ly" + ], + [ + "▁V", + "erm" + ], + [ + "▁Ver", + "m" + ], + [ + "▁Ve", + "rm" + ], + [ + "▁pret", + "end" + ], + [ + "!", + "_" + ], + [ + "łu", + "g" + ], + [ + "ł", + "ug" + ], + [ + "же", + "ння" + ], + [ + "жен", + "ня" + ], + [ + "da", + "ting" + ], + [ + "dat", + "ing" + ], + [ + "d", + "ating" + ], + [ + "cs", + "v" + ], + [ + "c", + "sv" + ], + [ + "▁dialog", + "ue" + ], + [ + "▁dial", + "ogue" + ], + [ + "STR", + "U" + ], + [ + "▁public", + "ly" + ], + [ + "wed", + "ge" + ], + [ + "w", + "edge" + ], + [ + "▁H", + "och" + ], + [ + "▁Ho", + "ch" + ], + [ + "▁spe", + "aks" + ], + [ + "▁speak", + "s" + ], + [ + "▁compens", + "ation" + ], + [ + "an", + "ca" + ], + [ + "anc", + "a" + ], + [ + "text", + "tt" + ], + [ + "▁Fil", + "ter" + ], + [ + "▁", + "Filter" + ], + [ + "▁part", + "ly" + ], + [ + "▁us", + "eless" + ], + [ + "▁use", + "less" + ], + [ + "▁г", + "у" + ], + [ + "▁", + "гу" + ], + [ + "▁d", + "eter" + ], + [ + "▁de", + "ter" + ], + [ + "▁det", + "er" + ], + [ + "IE", + "W" + ], + [ + "▁con", + "secut" + ], + [ + "▁cons", + "ecut" + ], + [ + "▁conse", + "cut" + ], + [ + "▁h", + "oly" + ], + [ + "▁hol", + "y" + ], + [ + "▁ho", + "ly" + ], + [ + "▁grad", + "uated" + ], + [ + "▁gradu", + "ated" + ], + [ + "▁graduate", + "d" + ], + [ + "an", + "dal" + ], + [ + "and", + "al" + ], + [ + "anda", + "l" + ], + [ + "ți", + "e" + ], + [ + "ț", + "ie" + ], + [ + "▁W", + "ant" + ], + [ + "▁Wa", + "nt" + ], + [ + "▁Aust", + "ria" + ], + [ + "or", + "den" + ], + [ + "ord", + "en" + ], + [ + "fr", + "ag" + ], + [ + "f", + "rag" + ], + [ + "▁f", + "oo" + ], + [ + "▁fo", + "o" + ], + [ + "▁", + "foo" + ], + [ + "cl", + "aimed" + ], + [ + "claim", + "ed" + ], + [ + "во", + "е" + ], + [ + "▁not", + "able" + ], + [ + "▁no", + "table" + ], + [ + "▁journal", + "ist" + ], + [ + "▁M", + "ail" + ], + [ + "▁Ma", + "il" + ], + [ + "▁Mai", + "l" + ], + [ + "▁", + "Mail" + ], + [ + "!(", + "\"" + ], + [ + "!", + "(\"" + ], + [ + "ps", + "e" + ], + [ + "p", + "se" + ], + [ + "▁C", + "lay" + ], + [ + "▁Cl", + "ay" + ], + [ + "iv", + "i" + ], + [ + "i", + "vi" + ], + [ + "▁sc", + "ales" + ], + [ + "▁scale", + "s" + ], + [ + "▁scal", + "es" + ], + [ + "▁er", + "ste" + ], + [ + "▁erst", + "e" + ], + [ + "▁ers", + "te" + ], + [ + "Data", + "Type" + ], + [ + "▁D", + "iam" + ], + [ + "▁Di", + "am" + ], + [ + "í", + "r" + ], + [ + "loc", + "ale" + ], + [ + "local", + "e" + ], + [ + "▁rel", + "uct" + ], + [ + "ien", + "st" + ], + [ + "iens", + "t" + ], + [ + "ast", + "ro" + ], + [ + "astr", + "o" + ], + [ + "act", + "ly" + ], + [ + "я", + "х" + ], + [ + "▁Vill", + "age" + ], + [ + "▁Villa", + "ge" + ], + [ + "▁Vil", + "lage" + ], + [ + "▁d", + "aughters" + ], + [ + "▁daughter", + "s" + ], + [ + "▁manufact", + "urers" + ], + [ + "▁manufacturer", + "s" + ], + [ + "▁print", + "ing" + ], + [ + "▁prin", + "ting" + ], + [ + "ч", + "ка" + ], + [ + "Nd", + "Ex" + ], + [ + "Ch", + "anges" + ], + [ + "Change", + "s" + ], + [ + "▁/", + "******/" + ], + [ + "ver", + "tex" + ], + [ + "vert", + "ex" + ], + [ + "▁b", + "rows" + ], + [ + "▁br", + "ows" + ], + [ + "▁bro", + "ws" + ], + [ + "▁brow", + "s" + ], + [ + "▁K", + "ö" + ], + [ + "not", + "ations" + ], + [ + "notation", + "s" + ], + [ + "▁i", + "ls" + ], + [ + "▁il", + "s" + ], + [ + "▁", + "ils" + ], + [ + "at", + "el" + ], + [ + "ate", + "l" + ], + [ + "C", + "ir" + ], + [ + "▁meaning", + "ful" + ], + [ + "q", + "a" + ], + [ + "▁C", + "old" + ], + [ + "▁Col", + "d" + ], + [ + "▁Co", + "ld" + ], + [ + "ue", + "to" + ], + [ + "u", + "eto" + ], + [ + "you", + "r" + ], + [ + "yo", + "ur" + ], + [ + "y", + "our" + ], + [ + "m", + "f" + ], + [ + "мо", + "в" + ], + [ + "м", + "ов" + ], + [ + "▁Ü", + "ber" + ], + [ + "▁fam", + "ilia" + ], + [ + "▁famil", + "ia" + ], + [ + "▁ste", + "ep" + ], + [ + "▁pres", + "idential" + ], + [ + "▁president", + "ial" + ], + [ + "▁presid", + "ential" + ], + [ + "▁z", + "á" + ], + [ + "▁", + "zá" + ], + [ + "▁w", + "ars" + ], + [ + "▁war", + "s" + ], + [ + "▁wa", + "rs" + ], + [ + "▁C", + "re" + ], + [ + "▁Cr", + "e" + ], + [ + "▁after", + "wards" + ], + [ + "▁afterward", + "s" + ], + [ + "ha", + "lb" + ], + [ + "hal", + "b" + ], + [ + "▁strugg", + "led" + ], + [ + "▁struggle", + "d" + ], + [ + "Ch", + "art" + ], + [ + "Char", + "t" + ], + [ + "User", + "Id" + ], + [ + "ac", + "ular" + ], + [ + "a", + "cular" + ], + [ + "iv", + "ia" + ], + [ + "ivi", + "a" + ], + [ + "i", + "via" + ], + [ + "▁u", + "gly" + ], + [ + "▁K", + "unst" + ], + [ + "E", + "s" + ], + [ + "▁Q", + "String" + ], + [ + "▁C", + "ow" + ], + [ + "▁Co", + "w" + ], + [ + "Rad", + "ius" + ], + [ + "▁Gr", + "iff" + ], + [ + "▁V", + "as" + ], + [ + "▁Va", + "s" + ], + [ + "HA", + "L" + ], + [ + "H", + "AL" + ], + [ + "Mod", + "ified" + ], + [ + "ra", + "le" + ], + [ + "ral", + "e" + ], + [ + "r", + "ale" + ], + [ + "mem", + "cpy" + ], + [ + "▁в", + "клю" + ], + [ + "▁r", + "s" + ], + [ + "▁", + "rs" + ], + [ + "▁h", + "alt" + ], + [ + "▁ha", + "lt" + ], + [ + "▁hal", + "t" + ], + [ + "▁", + "halt" + ], + [ + "▁Miss", + "iss" + ], + [ + "▁h", + "uvud" + ], + [ + "ec", + "a" + ], + [ + "e", + "ca" + ], + [ + "▁Jahrhund", + "ert" + ], + [ + "E", + "urope" + ], + [ + "Sign", + "ature" + ], + [ + "▁grand", + "father" + ], + [ + "▁O", + "regon" + ], + [ + "gu", + "e" + ], + [ + "g", + "ue" + ], + [ + "xy", + "gen" + ], + [ + "fr", + "ames" + ], + [ + "frame", + "s" + ], + [ + "▁hab", + "its" + ], + [ + "▁ha", + "bits" + ], + [ + "▁habit", + "s" + ], + [ + "Support", + "ed" + ], + [ + "Supp", + "orted" + ], + [ + "▁low", + "ered" + ], + [ + "▁lower", + "ed" + ], + [ + "▁rad", + "iation" + ], + [ + "▁radi", + "ation" + ], + [ + "ab", + "en" + ], + [ + "abe", + "n" + ], + [ + "a", + "ben" + ], + [ + "▁Pro", + "gress" + ], + [ + "▁", + "Progress" + ], + [ + "▁C", + "osta" + ], + [ + "▁Co", + "sta" + ], + [ + "▁Cost", + "a" + ], + [ + "▁Cos", + "ta" + ], + [ + "▁dev", + "oted" + ], + [ + "▁gest", + "ure" + ], + [ + "▁Dez", + "ember" + ], + [ + "▁qu", + "oted" + ], + [ + "▁quote", + "d" + ], + [ + "▁quot", + "ed" + ], + [ + "▁difficult", + "ies" + ], + [ + "т", + "ре" + ], + [ + "▁sustain", + "able" + ], + [ + "▁d", + "ense" + ], + [ + "▁den", + "se" + ], + [ + "▁dens", + "e" + ], + [ + "▁ih", + "rer" + ], + [ + "▁ihr", + "er" + ], + [ + "▁ihre", + "r" + ], + [ + "▁firm", + "ly" + ], + [ + "â", + "t" + ], + [ + "om", + "ent" + ], + [ + "ome", + "nt" + ], + [ + "omen", + "t" + ], + [ + "o", + "ment" + ], + [ + "▁c", + "out" + ], + [ + "▁co", + "ut" + ], + [ + "▁cou", + "t" + ], + [ + "▁", + "cout" + ], + [ + "▁p", + "oi" + ], + [ + "▁po", + "i" + ], + [ + "d", + "jango" + ], + [ + "▁pro", + "found" + ], + [ + "▁prof", + "ound" + ], + [ + "▁Wil", + "helm" + ], + [ + "▁fl", + "ush" + ], + [ + "▁flu", + "sh" + ], + [ + "▁", + "flush" + ], + [ + "▁av", + "ril" + ], + [ + "LA", + "B" + ], + [ + "L", + "AB" + ], + [ + "▁B", + "row" + ], + [ + "▁Br", + "ow" + ], + [ + "▁Bro", + "w" + ], + [ + "▁pro", + "pose" + ], + [ + "▁prop", + "ose" + ], + [ + "▁propos", + "e" + ], + [ + "▁r", + "anks" + ], + [ + "▁ran", + "ks" + ], + [ + "▁rank", + "s" + ], + [ + "WI", + "D" + ], + [ + "W", + "ID" + ], + [ + "▁mut", + "ual" + ], + [ + "▁text", + "s" + ], + [ + "▁tex", + "ts" + ], + [ + "▁S", + "ale" + ], + [ + "▁Sal", + "e" + ], + [ + "▁Sa", + "le" + ], + [ + "▁qu", + "asi" + ], + [ + "▁n", + "og" + ], + [ + "▁no", + "g" + ], + [ + "▁", + "nog" + ], + [ + "▁nouve", + "au" + ], + [ + "▁c", + "v" + ], + [ + "▁", + "cv" + ], + [ + "▁no", + "ble" + ], + [ + "▁nob", + "le" + ], + [ + "▁dé", + "cembre" + ], + [ + "▁déc", + "embre" + ], + [ + "▁cl", + "ever" + ], + [ + "▁cle", + "ver" + ], + [ + "▁P", + "ir" + ], + [ + "▁Pi", + "r" + ], + [ + "▁graph", + "ics" + ], + [ + "▁graphic", + "s" + ], + [ + "▁", + "graphics" + ], + [ + "▁G", + "R" + ], + [ + "▁", + "GR" + ], + [ + "че", + "ской" + ], + [ + "▁s", + "ag" + ], + [ + "▁sa", + "g" + ], + [ + "ict", + "ions" + ], + [ + "iction", + "s" + ], + [ + "i", + "ctions" + ], + [ + "na", + "nt" + ], + [ + "nan", + "t" + ], + [ + "n", + "ant" + ], + [ + "▁th", + "é" + ], + [ + "C", + "G" + ], + [ + "▁Jac", + "ques" + ], + [ + "W", + "M" + ], + [ + "▁F", + "inn" + ], + [ + "▁Fin", + "n" + ], + [ + "▁Fi", + "nn" + ], + [ + "▁dev", + "ast" + ], + [ + "зо", + "м" + ], + [ + "хо", + "в" + ], + [ + "х", + "ов" + ], + [ + "▁En", + "tre" + ], + [ + "▁Ent", + "re" + ], + [ + ".", + ";" + ], + [ + "▁fl", + "uct" + ], + [ + "▁flu", + "ct" + ], + [ + "▁Sc", + "iences" + ], + [ + "▁Sci", + "ences" + ], + [ + "▁Science", + "s" + ], + [ + "▁т", + "у" + ], + [ + "▁", + "ту" + ], + [ + "path", + "s" + ], + [ + "pat", + "hs" + ], + [ + "▁sh", + "orter" + ], + [ + "▁short", + "er" + ], + [ + "▁suggest", + "ion" + ], + [ + "ER", + "Y" + ], + [ + "▁D", + "ire" + ], + [ + "▁Di", + "re" + ], + [ + "▁Dir", + "e" + ], + [ + "at", + "eurs" + ], + [ + "ate", + "urs" + ], + [ + "ateur", + "s" + ], + [ + "▁round", + "ed" + ], + [ + "▁t", + "art" + ], + [ + "▁tar", + "t" + ], + [ + "▁ta", + "rt" + ], + [ + "ю", + "ще" + ], + [ + "up", + "er" + ], + [ + "u", + "per" + ], + [ + "▁secret", + "s" + ], + [ + "▁sec", + "rets" + ], + [ + "▁secre", + "ts" + ], + [ + "▁compan", + "ion" + ], + [ + "▁K", + "EY" + ], + [ + "▁", + "KEY" + ], + [ + "T", + "ile" + ], + [ + "▁B", + "ibli" + ], + [ + "x", + "s" + ], + [ + "▁ang", + "ular" + ], + [ + "▁", + "angular" + ], + [ + "pa", + "g" + ], + [ + "p", + "ag" + ], + [ + "er", + "ness" + ], + [ + "ern", + "ess" + ], + [ + "erne", + "ss" + ], + [ + "▁S", + "orry" + ], + [ + "▁Sor", + "ry" + ], + [ + "▁", + "Sorry" + ], + [ + "▁pre", + "diction" + ], + [ + "▁predict", + "ion" + ], + [ + "▁pred", + "iction" + ], + [ + "▁M", + "aking" + ], + [ + "▁Ma", + "king" + ], + [ + "▁Mak", + "ing" + ], + [ + "на", + "род" + ], + [ + "ol", + "are" + ], + [ + "ola", + "re" + ], + [ + "olar", + "e" + ], + [ + "rp", + "c" + ], + [ + "r", + "pc" + ], + [ + "▁t", + "ens" + ], + [ + "▁te", + "ns" + ], + [ + "▁ten", + "s" + ], + [ + "en", + "as" + ], + [ + "ena", + "s" + ], + [ + "e", + "nas" + ], + [ + "▁Re", + "ally" + ], + [ + "▁Real", + "ly" + ], + [ + "H", + "I" + ], + [ + "port", + "al" + ], + [ + "por", + "tal" + ], + [ + "▁for", + "me" + ], + [ + "▁form", + "e" + ], + [ + "gan", + "g" + ], + [ + "ga", + "ng" + ], + [ + "g", + "ang" + ], + [ + "▁l", + "ane" + ], + [ + "▁la", + "ne" + ], + [ + "▁lan", + "e" + ], + [ + "▁", + "lane" + ], + [ + "▁s", + "tag" + ], + [ + "▁st", + "ag" + ], + [ + "▁sta", + "g" + ], + [ + "▁Mar", + "x" + ], + [ + "▁Ma", + "rx" + ], + [ + "▁L", + "LC" + ], + [ + "▁LL", + "C" + ], + [ + "▁d", + "are" + ], + [ + "▁da", + "re" + ], + [ + "▁dar", + "e" + ], + [ + "▁Olymp", + "ic" + ], + [ + "▁p", + "ant" + ], + [ + "▁pan", + "t" + ], + [ + "▁pa", + "nt" + ], + [ + "build", + "ing" + ], + [ + ";", + ";" + ], + [ + "▁c", + "ops" + ], + [ + "▁co", + "ps" + ], + [ + "▁cop", + "s" + ], + [ + "▁r", + "ushed" + ], + [ + "▁rush", + "ed" + ], + [ + "▁rus", + "hed" + ], + [ + "▁L", + "ot" + ], + [ + "▁Lo", + "t" + ], + [ + "▁init", + "iative" + ], + [ + "▁initi", + "ative" + ], + [ + "▁inv", + "ite" + ], + [ + "▁Saf", + "ety" + ], + [ + "▁Safe", + "ty" + ], + [ + "FA", + "ILED" + ], + [ + "FAIL", + "ED" + ], + [ + "▁habit", + "ants" + ], + [ + "en", + "sen" + ], + [ + "ens", + "en" + ], + [ + "ense", + "n" + ], + [ + "▁l", + "ég" + ], + [ + "▁W", + "elcome" + ], + [ + "▁Wel", + "come" + ], + [ + "Valid", + "ate" + ], + [ + "▁qu", + "atre" + ], + [ + "▁G", + "ray" + ], + [ + "▁Gr", + "ay" + ], + [ + "▁Gra", + "y" + ], + [ + "▁E", + "ve" + ], + [ + "▁Ev", + "e" + ], + [ + "▁C", + "omb" + ], + [ + "▁Com", + "b" + ], + [ + "▁Co", + "mb" + ], + [ + "▁", + "Comb" + ], + [ + "▁p", + "endant" + ], + [ + "a", + "qu" + ], + [ + "con", + "figure" + ], + [ + "config", + "ure" + ], + [ + "▁A", + "dm" + ], + [ + "▁Ad", + "m" + ], + [ + "▁rif", + "le" + ], + [ + "▁Exper", + "ience" + ], + [ + "Decl", + "aration" + ], + [ + "▁å", + "r" + ], + [ + "▁", + "år" + ], + [ + "ill", + "ery" + ], + [ + "ille", + "ry" + ], + [ + "iller", + "y" + ], + [ + "os", + "pel" + ], + [ + "osp", + "el" + ], + [ + "▁A", + "rena" + ], + [ + "▁Ar", + "ena" + ], + [ + "▁Are", + "na" + ], + [ + "▁bo", + "ards" + ], + [ + "▁board", + "s" + ], + [ + "▁", + "boards" + ], + [ + "▁pur", + "ple" + ], + [ + "▁p", + "ills" + ], + [ + "▁pil", + "ls" + ], + [ + "▁pill", + "s" + ], + [ + "ueto", + "oth" + ], + [ + "li", + "que" + ], + [ + "l", + "ique" + ], + [ + "▁pop", + "ulations" + ], + [ + "▁population", + "s" + ], + [ + "▁popul", + "ations" + ], + [ + "▁acc", + "ent" + ], + [ + "▁ac", + "cent" + ], + [ + "▁r", + "anges" + ], + [ + "▁range", + "s" + ], + [ + "▁ran", + "ges" + ], + [ + "▁rang", + "es" + ], + [ + "▁Anal", + "ysis" + ], + [ + "▁", + "Analysis" + ], + [ + "▁d", + "ictionary" + ], + [ + "▁Dr", + "agon" + ], + [ + "▁Drag", + "on" + ], + [ + "re", + "ction" + ], + [ + "rect", + "ion" + ], + [ + "r", + "ection" + ], + [ + "▁vis", + "itor" + ], + [ + "▁visit", + "or" + ], + [ + "seg", + "ment" + ], + [ + "▁д", + "р" + ], + [ + "▁F", + "uck" + ], + [ + "▁Fu", + "ck" + ], + [ + "д", + "ж" + ], + [ + "▁ident", + "ification" + ], + [ + "Class", + "Name" + ], + [ + "boot", + "strap" + ], + [ + "▁sur", + "faces" + ], + [ + "▁surface", + "s" + ], + [ + "▁surf", + "aces" + ], + [ + "▁scream", + "ing" + ], + [ + "кт", + "у" + ], + [ + "к", + "ту" + ], + [ + "pl", + "ain" + ], + [ + "sh", + "adow" + ], + [ + "incl", + "udes" + ], + [ + "include", + "s" + ], + [ + "▁j", + "azz" + ], + [ + "▁ja", + "zz" + ], + [ + "▁á", + "l" + ], + [ + "▁", + "ál" + ], + [ + "ri", + "ka" + ], + [ + "rik", + "a" + ], + [ + "r", + "ika" + ], + [ + "ho", + "p" + ], + [ + "h", + "op" + ], + [ + "▁i", + "on" + ], + [ + "▁io", + "n" + ], + [ + "▁", + "ion" + ], + [ + "vr", + "e" + ], + [ + "v", + "re" + ], + [ + "▁newsp", + "apers" + ], + [ + "▁newspaper", + "s" + ], + [ + "▁i", + "hn" + ], + [ + "▁ih", + "n" + ], + [ + "▁P", + "arse" + ], + [ + "▁Par", + "se" + ], + [ + "▁Pars", + "e" + ], + [ + "▁", + "Parse" + ], + [ + "П", + "о" + ], + [ + "▁strict", + "ly" + ], + [ + "▁re", + "covered" + ], + [ + "▁recover", + "ed" + ], + [ + "▁U", + "na" + ], + [ + "▁Un", + "a" + ], + [ + "▁err", + "e" + ], + [ + "▁er", + "re" + ], + [ + "▁", + "erre" + ], + [ + "iss", + "ues" + ], + [ + "issue", + "s" + ], + [ + "▁exp", + "ense" + ], + [ + "че", + "ния" + ], + [ + "▁do", + "nc" + ], + [ + "▁don", + "c" + ], + [ + "Bi", + "n" + ], + [ + "B", + "in" + ], + [ + "▁Com", + "ment" + ], + [ + "▁Comm", + "ent" + ], + [ + "▁", + "Comment" + ], + [ + "▁sac", + "rifice" + ], + [ + "▁sacrific", + "e" + ], + [ + "T", + "uple" + ], + [ + "()", + "[" + ], + [ + "(", + ")[" + ], + [ + "▁tra", + "vers" + ], + [ + "▁trav", + "ers" + ], + [ + "Im", + "p" + ], + [ + "I", + "mp" + ], + [ + "J", + "e" + ], + [ + "▁Lin", + "ux" + ], + [ + "▁е", + "ё" + ], + [ + "▁P", + "i" + ], + [ + "▁", + "Pi" + ], + [ + "▁cur", + "ios" + ], + [ + "▁cu", + "rios" + ], + [ + "▁r", + "age" + ], + [ + "▁rag", + "e" + ], + [ + "▁ra", + "ge" + ], + [ + "▁", + "rage" + ], + [ + "▁e", + "scal" + ], + [ + "▁es", + "cal" + ], + [ + "▁esc", + "al" + ], + [ + "▁al", + "ignment" + ], + [ + "▁align", + "ment" + ], + [ + "▁pent", + "ru" + ], + [ + "▁cur", + "r" + ], + [ + "▁cu", + "rr" + ], + [ + "▁", + "curr" + ], + [ + "▁b", + "este" + ], + [ + "▁be", + "ste" + ], + [ + "▁best", + "e" + ], + [ + "▁bes", + "te" + ], + [ + "[]", + "," + ], + [ + "[", + "]," + ], + [ + "▁//", + "!" + ], + [ + "H", + "ub" + ], + [ + "Vis", + "ibility" + ], + [ + "▁A", + "sk" + ], + [ + "▁As", + "k" + ], + [ + "ab", + "ul" + ], + [ + "a", + "bul" + ], + [ + "co", + "lon" + ], + [ + "col", + "on" + ], + [ + "colo", + "n" + ], + [ + "▁D", + "ays" + ], + [ + "▁Day", + "s" + ], + [ + "▁Da", + "ys" + ], + [ + "Aut", + "hentication" + ], + [ + "ві", + "т" + ], + [ + "▁l", + "od" + ], + [ + "▁lo", + "d" + ], + [ + "xF", + "C" + ], + [ + "x", + "FC" + ], + [ + "Look", + "up" + ], + [ + "js", + "ce" + ], + [ + "Al", + "pha" + ], + [ + "▁harm", + "ony" + ], + [ + "▁harmon", + "y" + ], + [ + "▁W", + "ard" + ], + [ + "▁War", + "d" + ], + [ + "▁Wa", + "rd" + ], + [ + "trans", + "fer" + ], + [ + "▁H", + "orn" + ], + [ + "▁Hor", + "n" + ], + [ + "▁Ho", + "rn" + ], + [ + "▁s", + "d" + ], + [ + "▁", + "sd" + ], + [ + "so", + "ap" + ], + [ + "▁z", + "ich" + ], + [ + "▁Con", + "sole" + ], + [ + "▁Cons", + "ole" + ], + [ + "▁", + "Console" + ], + [ + "▁ко", + "ли" + ], + [ + "▁Ph", + "one" + ], + [ + "▁", + "Phone" + ], + [ + "pa", + "per" + ], + [ + "p", + "aper" + ], + [ + "й", + "н" + ], + [ + "▁z", + "m" + ], + [ + "▁", + "zm" + ], + [ + "Do", + "ne" + ], + [ + "Don", + "e" + ], + [ + "D", + "one" + ], + [ + "ph", + "ase" + ], + [ + "pha", + "se" + ], + [ + "phas", + "e" + ], + [ + "▁Jul", + "ia" + ], + [ + "▁Ju", + "lia" + ], + [ + "▁Juli", + "a" + ], + [ + "▁ed", + "ited" + ], + [ + "▁edit", + "ed" + ], + [ + "af", + "fe" + ], + [ + "aff", + "e" + ], + [ + "Sy", + "ntax" + ], + [ + "yl", + "l" + ], + [ + "y", + "ll" + ], + [ + "▁Lu", + "cas" + ], + [ + "▁Luc", + "as" + ], + [ + "▁and", + "eren" + ], + [ + "▁andere", + "n" + ], + [ + "▁ander", + "en" + ], + [ + "[", + "<" + ], + [ + "▁Data", + "base" + ], + [ + "▁Dat", + "abase" + ], + [ + "▁", + "Database" + ], + [ + "▁spect", + "ral" + ], + [ + "▁spectra", + "l" + ], + [ + "ass", + "ador" + ], + [ + "ска", + "та" + ], + [ + "с", + "ката" + ], + [ + "▁import", + "ante" + ], + [ + "▁important", + "e" + ], + [ + "▁х", + "а" + ], + [ + "▁", + "ха" + ], + [ + "t", + "z" + ], + [ + "▁s", + "tere" + ], + [ + "▁st", + "ere" + ], + [ + "▁ste", + "re" + ], + [ + "▁ster", + "e" + ], + [ + "▁m", + "elt" + ], + [ + "▁me", + "lt" + ], + [ + "▁mel", + "t" + ], + [ + "▁C", + "row" + ], + [ + "▁Cr", + "ow" + ], + [ + "▁Cro", + "w" + ], + [ + "ш", + "ка" + ], + [ + "it", + "utes" + ], + [ + "itut", + "es" + ], + [ + "itute", + "s" + ], + [ + "itu", + "tes" + ], + [ + "▁satisf", + "ies" + ], + [ + "▁L", + "iga" + ], + [ + "▁Li", + "ga" + ], + [ + "▁t", + "omb" + ], + [ + "▁to", + "mb" + ], + [ + "▁tom", + "b" + ], + [ + "▁f", + "ühr" + ], + [ + "▁", + "führ" + ], + [ + "▁sol", + "ely" + ], + [ + "▁sole", + "ly" + ], + [ + "▁E", + "ither" + ], + [ + "▁t", + "ennis" + ], + [ + "▁ten", + "nis" + ], + [ + "▁s", + "igh" + ], + [ + "▁si", + "gh" + ], + [ + "▁sig", + "h" + ], + [ + "ser", + "de" + ], + [ + "s", + "erde" + ], + [ + "ub", + "a" + ], + [ + "u", + "ba" + ], + [ + "ę", + "d" + ], + [ + "le", + "z" + ], + [ + "l", + "ez" + ], + [ + "Fac", + "t" + ], + [ + "F", + "act" + ], + [ + "▁sque", + "ez" + ], + [ + "▁Thom", + "pson" + ], + [ + "▁N", + "L" + ], + [ + "▁", + "NL" + ], + [ + "▁P", + "ara" + ], + [ + "▁Par", + "a" + ], + [ + "▁Pa", + "ra" + ], + [ + "▁?", + "?" + ], + [ + "▁", + "??" + ], + [ + "▁fin", + "ishing" + ], + [ + "▁finish", + "ing" + ], + [ + "She", + "et" + ], + [ + "S", + "heet" + ], + [ + "LIN", + "K" + ], + [ + "L", + "INK" + ], + [ + "▁б", + "ро" + ], + [ + "▁", + "бро" + ], + [ + "▁l", + "over" + ], + [ + "▁lo", + "ver" + ], + [ + "▁love", + "r" + ], + [ + "▁lov", + "er" + ], + [ + "m", + "achine" + ], + [ + "▁L", + "esser" + ], + [ + "▁Les", + "ser" + ], + [ + "▁Less", + "er" + ], + [ + "pon", + "d" + ], + [ + "po", + "nd" + ], + [ + "p", + "ond" + ], + [ + "▁pain", + "tings" + ], + [ + "▁paint", + "ings" + ], + [ + "▁painting", + "s" + ], + [ + "▁assum", + "ptions" + ], + [ + "▁assumption", + "s" + ], + [ + "▁mod", + "ification" + ], + [ + "fr", + "e" + ], + [ + "f", + "re" + ], + [ + "▁U", + "lt" + ], + [ + "▁Ul", + "t" + ], + [ + "▁A", + "F" + ], + [ + "▁", + "AF" + ], + [ + "R", + "V" + ], + [ + "bin", + "ding" + ], + [ + "bind", + "ing" + ], + [ + "b", + "inding" + ], + [ + "▁toile", + "t" + ], + [ + "ra", + "r" + ], + [ + "r", + "ar" + ], + [ + "▁an", + "ge" + ], + [ + "▁ang", + "e" + ], + [ + "▁", + "ange" + ], + [ + "▁she", + "ep" + ], + [ + "PRO", + "TO" + ], + [ + "act", + "ic" + ], + [ + "a", + "ctic" + ], + [ + "▁S", + "peed" + ], + [ + "▁Sp", + "eed" + ], + [ + "▁Spe", + "ed" + ], + [ + "▁", + "Speed" + ], + [ + "▁I", + "ce" + ], + [ + "gn", + "u" + ], + [ + "g", + "nu" + ], + [ + "ow", + "ned" + ], + [ + "own", + "ed" + ], + [ + "Sub", + "scription" + ], + [ + "yr", + "ics" + ], + [ + "y", + "rics" + ], + [ + "▁back", + "ward" + ], + [ + ">\"", + "." + ], + [ + ">", + "\"." + ], + [ + "pi", + "t" + ], + [ + "p", + "it" + ], + [ + "▁real", + "istic" + ], + [ + "öff", + "ent" + ], + [ + "az", + "i" + ], + [ + "a", + "zi" + ], + [ + "DE", + "R" + ], + [ + "D", + "ER" + ], + [ + "b", + "ucket" + ], + [ + "én", + "y" + ], + [ + "é", + "ny" + ], + [ + "xF", + "E" + ], + [ + "x", + "FE" + ], + [ + "▁f", + "ancy" + ], + [ + "▁fan", + "cy" + ], + [ + "ex", + "cept" + ], + [ + "▁S", + "ul" + ], + [ + "▁Su", + "l" + ], + [ + "▁l", + "aser" + ], + [ + "▁la", + "ser" + ], + [ + "▁las", + "er" + ], + [ + "Mon", + "itor" + ], + [ + "▁c", + "omic" + ], + [ + "▁com", + "ic" + ], + [ + "▁co", + "mic" + ], + [ + "▁Arch", + "itect" + ], + [ + "▁ex", + "pr" + ], + [ + "▁exp", + "r" + ], + [ + "▁", + "expr" + ], + [ + "ount", + "ers" + ], + [ + "oun", + "ters" + ], + [ + "ounter", + "s" + ], + [ + "▁Mel", + "bourne" + ], + [ + "com", + "plex" + ], + [ + "comp", + "lex" + ], + [ + "'.", + "$" + ], + [ + "'", + ".$" + ], + [ + "om", + "ot" + ], + [ + "omo", + "t" + ], + [ + "o", + "mot" + ], + [ + "▁M", + "enu" + ], + [ + "▁Me", + "nu" + ], + [ + "▁Men", + "u" + ], + [ + "▁", + "Menu" + ], + [ + "astic", + "search" + ], + [ + "▁ed", + "iting" + ], + [ + "▁edit", + "ing" + ], + [ + "Pre", + "sent" + ], + [ + "Pres", + "ent" + ], + [ + "P", + "resent" + ], + [ + "op", + "les" + ], + [ + "ople", + "s" + ], + [ + "opl", + "es" + ], + [ + "o", + "ples" + ], + [ + "è", + "ncia" + ], + [ + "▁в", + "то" + ], + [ + "gl", + "ise" + ], + [ + "she", + "et" + ], + [ + "s", + "heet" + ], + [ + "▁he", + "lic" + ], + [ + "▁hel", + "ic" + ], + [ + "▁str", + "anger" + ], + [ + "▁strange", + "r" + ], + [ + "▁strang", + "er" + ], + [ + "▁ex", + "ec" + ], + [ + "▁", + "exec" + ], + [ + "FE", + "R" + ], + [ + "F", + "ER" + ], + [ + "in", + "ian" + ], + [ + "ini", + "an" + ], + [ + "SET", + "TING" + ], + [ + "▁M", + "ix" + ], + [ + "▁Mi", + "x" + ], + [ + "▁", + "Mix" + ], + [ + "▁com", + "plain" + ], + [ + "▁compl", + "ain" + ], + [ + "▁in", + "crement" + ], + [ + "▁incre", + "ment" + ], + [ + "CS", + "S" + ], + [ + "C", + "SS" + ], + [ + "mm", + "a" + ], + [ + "m", + "ma" + ], + [ + "sl", + "ide" + ], + [ + "▁про", + "тив" + ], + [ + "▁проти", + "в" + ], + [ + "▁Lim", + "ited" + ], + [ + "Con", + "sole" + ], + [ + "Cons", + "ole" + ], + [ + "▁eng", + "aging" + ], + [ + "ul", + "er" + ], + [ + "ule", + "r" + ], + [ + "u", + "ler" + ], + [ + "▁O", + "ptions" + ], + [ + "▁Option", + "s" + ], + [ + "▁Opt", + "ions" + ], + [ + "▁", + "Options" + ], + [ + "▁l", + "ens" + ], + [ + "▁le", + "ns" + ], + [ + "▁len", + "s" + ], + [ + "Ma", + "il" + ], + [ + "M", + "ail" + ], + [ + "▁bar", + "rier" + ], + [ + "▁barr", + "ier" + ], + [ + "trans", + "port" + ], + [ + "▁c", + "ups" + ], + [ + "▁cu", + "ps" + ], + [ + "▁cup", + "s" + ], + [ + "it", + "err" + ], + [ + "ite", + "rr" + ], + [ + "iter", + "r" + ], + [ + "▁const", + "ants" + ], + [ + "▁constant", + "s" + ], + [ + "▁", + "constants" + ], + [ + "▁T", + "ech" + ], + [ + "▁Te", + "ch" + ], + [ + "iz", + "io" + ], + [ + "izi", + "o" + ], + [ + "сту", + "па" + ], + [ + "ступ", + "а" + ], + [ + "▁Sw", + "eden" + ], + [ + "at", + "hon" + ], + [ + "ath", + "on" + ], + [ + "a", + "thon" + ], + [ + "▁M", + "agn" + ], + [ + "▁Mag", + "n" + ], + [ + "▁Ma", + "gn" + ], + [ + "trans", + "ition" + ], + [ + "де", + "ла" + ], + [ + "es", + "k" + ], + [ + "e", + "sk" + ], + [ + "So", + "ft" + ], + [ + "S", + "oft" + ], + [ + "fun", + "ctions" + ], + [ + "function", + "s" + ], + [ + "ne", + "a" + ], + [ + "n", + "ea" + ], + [ + "Im", + "plement" + ], + [ + "Impl", + "ement" + ], + [ + "Imp", + "lement" + ], + [ + "ev", + "ery" + ], + [ + "ever", + "y" + ], + [ + "eve", + "ry" + ], + [ + "e", + "very" + ], + [ + "▁Man", + "ufact" + ], + [ + "▁improve", + "ments" + ], + [ + "▁improvement", + "s" + ], + [ + "▁Ind", + "iana" + ], + [ + "▁India", + "na" + ], + [ + "▁Indian", + "a" + ], + [ + "▁host", + "s" + ], + [ + "▁ho", + "sts" + ], + [ + "C", + "V" + ], + [ + "We", + "st" + ], + [ + "W", + "est" + ], + [ + "to", + "wn" + ], + [ + "t", + "own" + ], + [ + "can", + "vas" + ], + [ + "▁ш", + "ко" + ], + [ + "▁Col", + "umn" + ], + [ + "▁", + "Column" + ], + [ + "▁Par", + "ker" + ], + [ + "▁Park", + "er" + ], + [ + "▁es", + "pa" + ], + [ + "▁esp", + "a" + ], + [ + "▁Pub", + "lish" + ], + [ + "▁которы", + "й" + ], + [ + "av", + "is" + ], + [ + "avi", + "s" + ], + [ + "a", + "vis" + ], + [ + "▁Z", + "w" + ], + [ + "▁emphas", + "is" + ], + [ + "ol", + "v" + ], + [ + "o", + "lv" + ], + [ + "▁re", + "curs" + ], + [ + "▁rec", + "urs" + ], + [ + "▁recur", + "s" + ], + [ + "it", + "aire" + ], + [ + "ita", + "ire" + ], + [ + "▁B", + "ishop" + ], + [ + "▁Bi", + "shop" + ], + [ + "▁Bis", + "hop" + ], + [ + "ne", + "ro" + ], + [ + "ner", + "o" + ], + [ + "n", + "ero" + ], + [ + "▁d", + "eny" + ], + [ + "▁de", + "ny" + ], + [ + "▁den", + "y" + ], + [ + "▁do", + "ub" + ], + [ + "▁dou", + "b" + ], + [ + "peon", + "ato" + ], + [ + "▁C", + "ourse" + ], + [ + "▁Cour", + "se" + ], + [ + "▁Que", + "ens" + ], + [ + "▁Queen", + "s" + ], + [ + "▁bl", + "ur" + ], + [ + "el", + "ed" + ], + [ + "ele", + "d" + ], + [ + "e", + "led" + ], + [ + "iz", + "o" + ], + [ + "i", + "zo" + ], + [ + "▁dé", + "but" + ], + [ + "▁Mod", + "ule" + ], + [ + "▁Mo", + "dule" + ], + [ + "▁", + "Module" + ], + [ + "▁anx", + "ious" + ], + [ + "▁st", + "are" + ], + [ + "▁star", + "e" + ], + [ + "▁sta", + "re" + ], + [ + "▁Pro", + "position" + ], + [ + "▁K", + "u" + ], + [ + "▁i", + "c" + ], + [ + "▁", + "ic" + ], + [ + "Per", + "cent" + ], + [ + "Qu", + "ant" + ], + [ + "▁И", + "сто" + ], + [ + "▁h", + "ex" + ], + [ + "▁he", + "x" + ], + [ + "▁", + "hex" + ], + [ + "ass", + "oci" + ], + [ + "asso", + "ci" + ], + [ + "▁arrang", + "ement" + ], + [ + "▁arrange", + "ment" + ], + [ + "▁bo", + "ats" + ], + [ + "▁boat", + "s" + ], + [ + "Un", + "d" + ], + [ + "U", + "nd" + ], + [ + "▁sl", + "ots" + ], + [ + "▁slot", + "s" + ], + [ + "се", + "н" + ], + [ + "с", + "ен" + ], + [ + "necess", + "ary" + ], + [ + "▁app", + "earing" + ], + [ + "▁appe", + "aring" + ], + [ + "▁appear", + "ing" + ], + [ + "▁R", + "ule" + ], + [ + "▁Ru", + "le" + ], + [ + "▁", + "Rule" + ], + [ + "▁G", + "T" + ], + [ + "▁", + "GT" + ], + [ + "For", + "ce" + ], + [ + "et", + "to" + ], + [ + "ett", + "o" + ], + [ + "e", + "tto" + ], + [ + "ze", + "nia" + ], + [ + "zen", + "ia" + ], + [ + "▁o", + "uts" + ], + [ + "▁out", + "s" + ], + [ + "▁ou", + "ts" + ], + [ + "▁", + "outs" + ], + [ + "▁vari", + "ations" + ], + [ + "▁variation", + "s" + ], + [ + "▁wh", + "ites" + ], + [ + "▁white", + "s" + ], + [ + "▁g", + "lo" + ], + [ + "▁gl", + "o" + ], + [ + "▁B", + "R" + ], + [ + "▁", + "BR" + ], + [ + "ic", + "ky" + ], + [ + "ick", + "y" + ], + [ + "▁j", + "ury" + ], + [ + "▁ju", + "ry" + ], + [ + "▁jur", + "y" + ], + [ + "▁treat", + "ments" + ], + [ + "▁treatment", + "s" + ], + [ + "▁The", + "ater" + ], + [ + "kn", + "ow" + ], + [ + "k", + "now" + ], + [ + "▁pro", + "files" + ], + [ + "▁prof", + "iles" + ], + [ + "▁profile", + "s" + ], + [ + "▁con", + "spir" + ], + [ + "▁class", + "room" + ], + [ + "▁B", + "ass" + ], + [ + "▁Bas", + "s" + ], + [ + "▁Ba", + "ss" + ], + [ + "▁law", + "yers" + ], + [ + "▁lawyer", + "s" + ], + [ + "v", + "ue" + ], + [ + "▁A", + "rc" + ], + [ + "▁Ar", + "c" + ], + [ + "▁", + "Arc" + ], + [ + "▁s", + "la" + ], + [ + "▁sl", + "a" + ], + [ + "▁att", + "ending" + ], + [ + "▁attend", + "ing" + ], + [ + "n", + "x" + ], + [ + "m", + "x" + ], + [ + "TO", + "P" + ], + [ + "T", + "OP" + ], + [ + "▁b", + "ored" + ], + [ + "▁bo", + "red" + ], + [ + "▁bore", + "d" + ], + [ + "▁bor", + "ed" + ], + [ + "pre", + "vious" + ], + [ + "prev", + "ious" + ], + [ + "r", + "w" + ], + [ + "pt", + "ic" + ], + [ + "љ", + "у" + ], + [ + "▁app", + "ar" + ], + [ + "▁ap", + "par" + ], + [ + "▁P", + "ont" + ], + [ + "▁Po", + "nt" + ], + [ + ":", + "_" + ], + [ + "ii", + "i" + ], + [ + "i", + "ii" + ], + [ + "▁j", + "erk" + ], + [ + "▁jer", + "k" + ], + [ + "hed", + "ral" + ], + [ + "сс", + "а" + ], + [ + "с", + "са" + ], + [ + "▁Pr", + "ize" + ], + [ + "▁Pri", + "ze" + ], + [ + "▁Р", + "и" + ], + [ + "б", + "ре" + ], + [ + "▁hand", + "les" + ], + [ + "▁handle", + "s" + ], + [ + "▁j", + "ak" + ], + [ + "▁ja", + "k" + ], + [ + "▁Afghan", + "istan" + ], + [ + "▁b", + "oring" + ], + [ + "▁bo", + "ring" + ], + [ + "▁bor", + "ing" + ], + [ + "if", + "ik" + ], + [ + "ifi", + "k" + ], + [ + "▁sh", + "ade" + ], + [ + "▁sha", + "de" + ], + [ + "air", + "o" + ], + [ + "ai", + "ro" + ], + [ + "a", + "iro" + ], + [ + "od", + "ay" + ], + [ + "oda", + "y" + ], + [ + "o", + "day" + ], + [ + "▁pl", + "ates" + ], + [ + "▁plate", + "s" + ], + [ + "▁plat", + "es" + ], + [ + "▁Championship", + "s" + ], + [ + "▁Champion", + "ships" + ], + [ + "▁che", + "eks" + ], + [ + "▁cheek", + "s" + ], + [ + "ri", + "ke" + ], + [ + "rik", + "e" + ], + [ + "r", + "ike" + ], + [ + "▁kön", + "nen" + ], + [ + "▁app", + "le" + ], + [ + "▁ap", + "ple" + ], + [ + "▁appl", + "e" + ], + [ + "▁", + "apple" + ], + [ + "▁Ed", + "die" + ], + [ + "▁Edd", + "ie" + ], + [ + "▁s", + "od" + ], + [ + "▁so", + "d" + ], + [ + "▁tr", + "ains" + ], + [ + "▁tra", + "ins" + ], + [ + "▁train", + "s" + ], + [ + "pan", + "ic" + ], + [ + "pa", + "nic" + ], + [ + "▁Ad", + "vent" + ], + [ + "▁Adv", + "ent" + ], + [ + "ub", + "re" + ], + [ + "u", + "bre" + ], + [ + "▁d", + "å" + ], + [ + "▁S", + "ymbol" + ], + [ + "▁Sym", + "bol" + ], + [ + "▁", + "Symbol" + ], + [ + "▁с", + "те" + ], + [ + "▁ст", + "е" + ], + [ + "▁", + "сте" + ], + [ + "Sa", + "m" + ], + [ + "S", + "am" + ], + [ + "inher", + "it" + ], + [ + "cam", + "era" + ], + [ + "▁c", + "ours" + ], + [ + "▁co", + "urs" + ], + [ + "▁cour", + "s" + ], + [ + "▁cou", + "rs" + ], + [ + "▁make", + "up" + ], + [ + "re", + "gex" + ], + [ + "reg", + "ex" + ], + [ + "▁U", + "E" + ], + [ + "▁", + "UE" + ], + [ + "▁Det", + "roit" + ], + [ + "▁W", + "eight" + ], + [ + "▁We", + "ight" + ], + [ + "▁", + "Weight" + ], + [ + "▁P", + "iet" + ], + [ + "▁Pi", + "et" + ], + [ + "▁a", + "ria" + ], + [ + "▁ar", + "ia" + ], + [ + "▁", + "aria" + ], + [ + "DI", + "RECT" + ], + [ + "DIR", + "ECT" + ], + [ + "ace", + "ae" + ], + [ + "▁In", + "fo" + ], + [ + "▁Inf", + "o" + ], + [ + "▁", + "Info" + ], + [ + "an", + "ya" + ], + [ + "any", + "a" + ], + [ + "back", + "end" + ], + [ + "▁T", + "ennessee" + ], + [ + "pi", + "cker" + ], + [ + "pic", + "ker" + ], + [ + "pick", + "er" + ], + [ + "p", + "icker" + ], + [ + "▁Le", + "o" + ], + [ + "▁P", + "oss" + ], + [ + "▁Po", + "ss" + ], + [ + "▁Pos", + "s" + ], + [ + "pr", + "ises" + ], + [ + "prise", + "s" + ], + [ + "▁m", + "ature" + ], + [ + "▁mat", + "ure" + ], + [ + "сь", + "ких" + ], + [ + "▁F", + "ant" + ], + [ + "▁Fa", + "nt" + ], + [ + "Re", + "ason" + ], + [ + "▁m", + "oy" + ], + [ + "▁mo", + "y" + ], + [ + "▁B", + "aker" + ], + [ + "▁Ba", + "ker" + ], + [ + "▁Bak", + "er" + ], + [ + "▁sub", + "set" + ], + [ + "▁subs", + "et" + ], + [ + "▁", + "subset" + ], + [ + "▁Stan", + "ley" + ], + [ + "▁el", + "even" + ], + [ + "▁ele", + "ven" + ], + [ + "▁elev", + "en" + ], + [ + "ol", + "ate" + ], + [ + "ola", + "te" + ], + [ + "o", + "late" + ], + [ + "▁fort", + "une" + ], + [ + "Status", + "Code" + ], + [ + "▁ent", + "ities" + ], + [ + "▁", + "entities" + ], + [ + "▁Ok", + "ay" + ], + [ + "▁", + "Okay" + ], + [ + "ц", + "о" + ], + [ + "an", + "os" + ], + [ + "ano", + "s" + ], + [ + "a", + "nos" + ], + [ + "rel", + "ative" + ], + [ + "▁order", + "ing" + ], + [ + "▁ord", + "ering" + ], + [ + "▁No", + "body" + ], + [ + "▁Nob", + "ody" + ], + [ + "▁str", + "len" + ], + [ + "▁", + "strlen" + ], + [ + "▁r", + "ope" + ], + [ + "▁ro", + "pe" + ], + [ + "▁cig", + "arette" + ], + [ + "hol", + "ds" + ], + [ + "hold", + "s" + ], + [ + "h", + "olds" + ], + [ + "ir", + "able" + ], + [ + "ira", + "ble" + ], + [ + "value", + "Of" + ], + [ + "St", + "ub" + ], + [ + "▁phot", + "ography" + ], + [ + "▁photograph", + "y" + ], + [ + "es", + "tra" + ], + [ + "est", + "ra" + ], + [ + "estr", + "a" + ], + [ + "e", + "stra" + ], + [ + "▁cult", + "ures" + ], + [ + "▁culture", + "s" + ], + [ + "▁decl", + "aration" + ], + [ + "▁declar", + "ation" + ], + [ + "mer", + "cial" + ], + [ + "LI", + "ED" + ], + [ + "au", + "te" + ], + [ + "aut", + "e" + ], + [ + "a", + "ute" + ], + [ + "al", + "ter" + ], + [ + "alt", + "er" + ], + [ + "Sub", + "mit" + ], + [ + "▁Mag", + "ic" + ], + [ + "▁r", + "hythm" + ], + [ + "Pay", + "ment" + ], + [ + "ni", + "h" + ], + [ + "n", + "ih" + ], + [ + "▁inter", + "section" + ], + [ + "l", + "é" + ], + [ + "EN", + "TRY" + ], + [ + "/", + ")" + ], + [ + "▁m", + "og" + ], + [ + "▁mo", + "g" + ], + [ + "ru", + "st" + ], + [ + "rus", + "t" + ], + [ + "r", + "ust" + ], + [ + "▁threat", + "s" + ], + [ + "▁Mil", + "itary" + ], + [ + "ap", + "or" + ], + [ + "a", + "por" + ], + [ + "▁s", + "igu" + ], + [ + "▁si", + "gu" + ], + [ + "▁sig", + "u" + ], + [ + "set", + "minus" + ], + [ + "▁I", + "ng" + ], + [ + "▁In", + "g" + ], + [ + "st", + "ation" + ], + [ + "stat", + "ion" + ], + [ + "T", + "ake" + ], + [ + "▁s", + "hed" + ], + [ + "▁sh", + "ed" + ], + [ + "▁she", + "d" + ], + [ + "▁Fr", + "ancia" + ], + [ + "▁Franc", + "ia" + ], + [ + "▁Fra", + "ncia" + ], + [ + "▁Fran", + "cia" + ], + [ + "pos", + "ts" + ], + [ + "po", + "sts" + ], + [ + "post", + "s" + ], + [ + "Mar", + "ker" + ], + [ + "Mark", + "er" + ], + [ + "Lower", + "Case" + ], + [ + "▁be", + "find" + ], + [ + "▁bef", + "ind" + ], + [ + "▁C", + "zech" + ], + [ + "▁Cz", + "ech" + ], + [ + "ícul", + "a" + ], + [ + "▁Per", + "formance" + ], + [ + "▁W", + "es" + ], + [ + "▁We", + "s" + ], + [ + "▁L", + "arry" + ], + [ + "▁Lar", + "ry" + ], + [ + "▁o", + "st" + ], + [ + "▁os", + "t" + ], + [ + "▁", + "ost" + ], + [ + "▁em", + "ails" + ], + [ + "▁email", + "s" + ], + [ + "▁Re", + "lease" + ], + [ + "▁", + "Release" + ], + [ + "▁ad", + "apter" + ], + [ + "▁adapt", + "er" + ], + [ + "▁", + "adapter" + ], + [ + "▁pad", + "re" + ], + [ + "ac", + "io" + ], + [ + "aci", + "o" + ], + [ + "a", + "cio" + ], + [ + "▁з", + "ем" + ], + [ + "▁gen", + "etic" + ], + [ + "▁ge", + "netic" + ], + [ + "▁U", + "nd" + ], + [ + "▁Un", + "d" + ], + [ + "▁", + "Und" + ], + [ + "▁accept", + "ance" + ], + [ + "да", + "н" + ], + [ + "д", + "ан" + ], + [ + "▁Girl", + "s" + ], + [ + "▁Gir", + "ls" + ], + [ + "comp", + "iler" + ], + [ + "compile", + "r" + ], + [ + "su", + "n" + ], + [ + "s", + "un" + ], + [ + "▁whe", + "els" + ], + [ + "▁wheel", + "s" + ], + [ + "▁thorough", + "ly" + ], + [ + "gr", + "und" + ], + [ + "gru", + "nd" + ], + [ + "g", + "rund" + ], + [ + "un", + "ction" + ], + [ + "unct", + "ion" + ], + [ + "▁e", + "lla" + ], + [ + "▁el", + "la" + ], + [ + "▁ell", + "a" + ], + [ + "▁", + "ella" + ], + [ + "X", + "FF" + ], + [ + "ug", + "s" + ], + [ + "u", + "gs" + ], + [ + "ient", + "os" + ], + [ + "ien", + "tos" + ], + [ + "iento", + "s" + ], + [ + "▁D", + "M" + ], + [ + "▁", + "DM" + ], + [ + "▁polit", + "ique" + ], + [ + "▁campaign", + "s" + ], + [ + "▁Tok", + "yo" + ], + [ + "▁album", + "s" + ], + [ + "KERN", + "EL" + ], + [ + "pd", + "ata" + ], + [ + "p", + "data" + ], + [ + "▁lap", + "top" + ], + [ + "▁lapt", + "op" + ], + [ + "▁v", + "ál" + ], + [ + "▁vá", + "l" + ], + [ + "▁f", + "ou" + ], + [ + "▁fo", + "u" + ], + [ + "or", + "b" + ], + [ + "o", + "rb" + ], + [ + "▁T", + "ower" + ], + [ + "▁To", + "wer" + ], + [ + "▁Tow", + "er" + ], + [ + "▁Get", + "ting" + ], + [ + "▁cor", + "ners" + ], + [ + "▁corner", + "s" + ], + [ + "▁corn", + "ers" + ], + [ + "pl", + "ess" + ], + [ + "ple", + "ss" + ], + [ + "ples", + "s" + ], + [ + "p", + "less" + ], + [ + "▁special", + "ist" + ], + [ + "▁i", + "v" + ], + [ + "▁", + "iv" + ], + [ + "Ui", + "nt" + ], + [ + "U", + "int" + ], + [ + "▁name", + "ly" + ], + [ + "▁nam", + "ely" + ], + [ + "▁sc", + "aling" + ], + [ + "▁scal", + "ing" + ], + [ + "Ext", + "ensions" + ], + [ + "Extension", + "s" + ], + [ + "▁cent", + "ro" + ], + [ + "omorph", + "ism" + ], + [ + "▁dé", + "f" + ], + [ + "),", + "\\" + ], + [ + ")", + ",\\" + ], + [ + "▁contr", + "ary" + ], + [ + "▁contra", + "ry" + ], + [ + "▁str", + "iking" + ], + [ + "▁stri", + "king" + ], + [ + "▁B", + "ere" + ], + [ + "▁Be", + "re" + ], + [ + "▁Ber", + "e" + ], + [ + "▁fore", + "cast" + ], + [ + "▁z", + "ones" + ], + [ + "▁zone", + "s" + ], + [ + "▁zo", + "nes" + ], + [ + "sm", + "art" + ], + [ + "s", + "mart" + ], + [ + "as", + "hi" + ], + [ + "ash", + "i" + ], + [ + "ri", + "n" + ], + [ + "r", + "in" + ], + [ + "NE", + "W" + ], + [ + "▁sim", + "ulations" + ], + [ + "▁simulation", + "s" + ], + [ + "▁R", + "ather" + ], + [ + "▁Ra", + "ther" + ], + [ + "▁Rat", + "her" + ], + [ + "▁Writ", + "ing" + ], + [ + "▁Wr", + "iting" + ], + [ + "▁$", + "[" + ], + [ + "▁as", + "sh" + ], + [ + "▁ass", + "h" + ], + [ + "▁f", + "ailing" + ], + [ + "▁fa", + "iling" + ], + [ + "▁fail", + "ing" + ], + [ + "▁man", + "if" + ], + [ + "▁B", + "og" + ], + [ + "▁Bo", + "g" + ], + [ + "▁D", + "ir" + ], + [ + "▁Di", + "r" + ], + [ + "▁", + "Dir" + ], + [ + "▁influ", + "enced" + ], + [ + "▁influence", + "d" + ], + [ + "conf", + "irm" + ], + [ + "▁we", + "igh" + ], + [ + "▁in", + "ventory" + ], + [ + "▁invent", + "ory" + ], + [ + "▁a", + "pare" + ], + [ + "▁ap", + "are" + ], + [ + "▁e", + "u" + ], + [ + "▁", + "eu" + ], + [ + "char", + "acter" + ], + [ + "io", + "m" + ], + [ + "i", + "om" + ], + [ + "▁o", + "rb" + ], + [ + "▁or", + "b" + ], + [ + "▁", + "orb" + ], + [ + "dev", + "ices" + ], + [ + "device", + "s" + ], + [ + "▁L", + "ED" + ], + [ + "▁LE", + "D" + ], + [ + "▁", + "LED" + ], + [ + "▁prop", + "ortion" + ], + [ + "▁proport", + "ion" + ], + [ + "▁Hon", + "or" + ], + [ + "▁Ho", + "nor" + ], + [ + "▁appro", + "aching" + ], + [ + "▁approach", + "ing" + ], + [ + "de", + "leg" + ], + [ + "del", + "eg" + ], + [ + "▁B", + "B" + ], + [ + "▁", + "BB" + ], + [ + "hel", + "pers" + ], + [ + "help", + "ers" + ], + [ + "helper", + "s" + ], + [ + "re", + "pository" + ], + [ + "rep", + "ository" + ], + [ + "▁б", + "ере" + ], + [ + "▁бе", + "ре" + ], + [ + "▁inhab", + "it" + ], + [ + "▁s", + "ão" + ], + [ + "▁travel", + "ed" + ], + [ + "▁trav", + "eled" + ], + [ + "ne", + "x" + ], + [ + "n", + "ex" + ], + [ + "▁C", + "lin" + ], + [ + "▁Cl", + "in" + ], + [ + "CE", + "PT" + ], + [ + "▁off", + "ense" + ], + [ + "▁in", + "cent" + ], + [ + "▁inc", + "ent" + ], + [ + "ID", + "S" + ], + [ + "I", + "DS" + ], + [ + "▁coeff", + "icients" + ], + [ + "▁coefficient", + "s" + ], + [ + "▁l", + "p" + ], + [ + "▁", + "lp" + ], + [ + "чно", + "го" + ], + [ + "ч", + "ного" + ], + [ + "▁c", + "d" + ], + [ + "▁", + "cd" + ], + [ + "mu", + "st" + ], + [ + "mus", + "t" + ], + [ + "m", + "ust" + ], + [ + "▁soon", + "er" + ], + [ + "ez", + "e" + ], + [ + "e", + "ze" + ], + [ + "C", + "at" + ], + [ + "ma", + "ker" + ], + [ + "make", + "r" + ], + [ + "m", + "aker" + ], + [ + "▁r", + "anked" + ], + [ + "▁ran", + "ked" + ], + [ + "▁rank", + "ed" + ], + [ + "ful", + "ness" + ], + [ + "▁part", + "ially" + ], + [ + "▁partial", + "ly" + ], + [ + "▁parti", + "ally" + ], + [ + "Pro", + "m" + ], + [ + "Pr", + "om" + ], + [ + "P", + "rom" + ], + [ + "▁ф", + "он" + ], + [ + "▁фо", + "н" + ], + [ + "▁Pro", + "bably" + ], + [ + "▁c", + "ached" + ], + [ + "▁cache", + "d" + ], + [ + "▁ca", + "ched" + ], + [ + "▁", + "cached" + ], + [ + "▁bal", + "anced" + ], + [ + "▁balance", + "d" + ], + [ + "ah", + "oma" + ], + [ + "aho", + "ma" + ], + [ + "▁Mur", + "ray" + ], + [ + "▁a", + "li" + ], + [ + "▁al", + "i" + ], + [ + "▁", + "ali" + ], + [ + "iv", + "os" + ], + [ + "ivo", + "s" + ], + [ + "▁b", + "ark" + ], + [ + "▁bar", + "k" + ], + [ + "IT", + "EM" + ], + [ + "ITE", + "M" + ], + [ + "▁Kir", + "che" + ], + [ + "▁alloc", + "ated" + ], + [ + "▁allocate", + "d" + ], + [ + "Al", + "t" + ], + [ + "A", + "lt" + ], + [ + "▁am", + "éric" + ], + [ + "íl", + "ia" + ], + [ + "í", + "lia" + ], + [ + "▁c", + "ens" + ], + [ + "▁ce", + "ns" + ], + [ + "▁lic", + "enses" + ], + [ + "▁license", + "s" + ], + [ + "▁", + "licenses" + ], + [ + "ac", + "z" + ], + [ + "a", + "cz" + ], + [ + "▁G", + "ate" + ], + [ + "▁Ga", + "te" + ], + [ + "▁", + "Gate" + ], + [ + "▁B", + "L" + ], + [ + "▁", + "BL" + ], + [ + "▁re", + "public" + ], + [ + "▁rep", + "ublic" + ], + [ + "RO", + "W" + ], + [ + "▁состав", + "ля" + ], + [ + "▁соста", + "вля" + ], + [ + "▁Fil", + "ip" + ], + [ + "▁Ind", + "ivid" + ], + [ + "▁tr", + "ials" + ], + [ + "▁tri", + "als" + ], + [ + "▁trial", + "s" + ], + [ + "/*", + "!" + ], + [ + "▁G", + "P" + ], + [ + "▁", + "GP" + ], + [ + "ni", + "ka" + ], + [ + "nik", + "a" + ], + [ + "n", + "ika" + ], + [ + "▁ex", + "em" + ], + [ + "▁ad", + "vers" + ], + [ + "▁adv", + "ers" + ], + [ + "um", + "ped" + ], + [ + "ump", + "ed" + ], + [ + "▁Dev", + "ice" + ], + [ + "▁", + "Device" + ], + [ + "wa", + "ke" + ], + [ + "w", + "ake" + ], + [ + "Ex", + "ec" + ], + [ + "ar", + "ding" + ], + [ + "ard", + "ing" + ], + [ + "ardi", + "ng" + ], + [ + "▁pobl", + "ación" + ], + [ + "▁k", + "een" + ], + [ + "▁ke", + "en" + ], + [ + "▁b", + "itch" + ], + [ + "▁bit", + "ch" + ], + [ + "▁embed", + "ded" + ], + [ + "▁B", + "ond" + ], + [ + "▁Bo", + "nd" + ], + [ + "▁Bon", + "d" + ], + [ + "ri", + "des" + ], + [ + "ride", + "s" + ], + [ + "rid", + "es" + ], + [ + "r", + "ides" + ], + [ + "▁W", + "oman" + ], + [ + "▁Wo", + "man" + ], + [ + ".", + "[" + ], + [ + "ér", + "é" + ], + [ + "é", + "ré" + ], + [ + "▁Hash", + "Map" + ], + [ + "▁", + "HashMap" + ], + [ + "▁co", + "unting" + ], + [ + "▁coun", + "ting" + ], + [ + "▁count", + "ing" + ], + [ + "▁Init", + "ial" + ], + [ + "▁", + "Initial" + ], + [ + "▁ver", + "se" + ], + [ + "▁vers", + "e" + ], + [ + "▁", + "verse" + ], + [ + "▁Vere", + "in" + ], + [ + ">\"", + "," + ], + [ + ">", + "\"," + ], + [ + "▁an", + "th" + ], + [ + "▁ant", + "h" + ], + [ + "▁", + "anth" + ], + [ + "ci", + "d" + ], + [ + "c", + "id" + ], + [ + "▁h", + "unt" + ], + [ + "▁hun", + "t" + ], + [ + "на", + "л" + ], + [ + "н", + "ал" + ], + [ + "ci", + "es" + ], + [ + "cie", + "s" + ], + [ + "c", + "ies" + ], + [ + "Pi", + "n" + ], + [ + "P", + "in" + ], + [ + "▁#", + "!" + ], + [ + "ва", + "я" + ], + [ + "sn", + "d" + ], + [ + "s", + "nd" + ], + [ + "▁u", + "k" + ], + [ + "▁", + "uk" + ], + [ + "▁sw", + "ift" + ], + [ + "▁tempor", + "ada" + ], + [ + "▁environment", + "s" + ], + [ + "▁environ", + "ments" + ], + [ + "claim", + "er" + ], + [ + "eme", + "tery" + ], + [ + "emet", + "ery" + ], + [ + "j", + "är" + ], + [ + "▁ча", + "ст" + ], + [ + "▁час", + "т" + ], + [ + "Trans", + "port" + ], + [ + "▁A", + "rr" + ], + [ + "▁Ar", + "r" + ], + [ + "▁", + "Arr" + ], + [ + "▁P", + "aper" + ], + [ + "▁Pa", + "per" + ], + [ + "▁Pap", + "er" + ], + [ + "▁b", + "ew" + ], + [ + "▁be", + "w" + ], + [ + "▁", + "bew" + ], + [ + "▁har", + "vest" + ], + [ + "▁-", + "----" + ], + [ + "▁--", + "---" + ], + [ + "▁---", + "--" + ], + [ + "▁", + "-----" + ], + [ + "product", + "s" + ], + [ + "ле", + "т" + ], + [ + "л", + "ет" + ], + [ + "ident", + "ifier" + ], + [ + "RO", + "OT" + ], + [ + "▁M", + "ak" + ], + [ + "▁Ma", + "k" + ], + [ + "▁App", + "ro" + ], + [ + "▁Ap", + "pro" + ], + [ + "▁", + "Appro" + ], + [ + "ie", + "ri" + ], + [ + "ier", + "i" + ], + [ + "i", + "eri" + ], + [ + "▁F", + "ly" + ], + [ + "▁Fl", + "y" + ], + [ + "▁is", + "set" + ], + [ + "▁iss", + "et" + ], + [ + "▁", + "isset" + ], + [ + "▁determ", + "ination" + ], + [ + "▁determin", + "ation" + ], + [ + "Ge", + "ometry" + ], + [ + "▁emer", + "ging" + ], + [ + "sub", + "scription" + ], + [ + "ol", + "y" + ], + [ + "o", + "ly" + ], + [ + "▁R", + "ace" + ], + [ + "▁Ra", + "ce" + ], + [ + "▁B", + "ah" + ], + [ + "▁Ba", + "h" + ], + [ + "▁Config", + "uration" + ], + [ + "▁", + "Configuration" + ], + [ + "▁Inter", + "est" + ], + [ + "ско", + "в" + ], + [ + "ск", + "ов" + ], + [ + "с", + "ков" + ], + [ + "ist", + "rz" + ], + [ + "istr", + "z" + ], + [ + "▁S", + "han" + ], + [ + "▁Sh", + "an" + ], + [ + "▁Sha", + "n" + ], + [ + "▁P", + "ain" + ], + [ + "▁Pa", + "in" + ], + [ + "CON", + "NE" + ], + [ + "ma", + "jor" + ], + [ + "m", + "ajor" + ], + [ + "▁St", + "ay" + ], + [ + "▁Sta", + "y" + ], + [ + "▁bron", + "ze" + ], + [ + "▁f", + "itting" + ], + [ + "▁fit", + "ting" + ], + [ + "▁J", + "ar" + ], + [ + "▁Ja", + "r" + ], + [ + "mg", + "r" + ], + [ + "m", + "gr" + ], + [ + "▁S", + "har" + ], + [ + "▁Sh", + "ar" + ], + [ + "▁Sha", + "r" + ], + [ + "FL", + "O" + ], + [ + "F", + "LO" + ], + [ + "ut", + "er" + ], + [ + "ute", + "r" + ], + [ + "u", + "ter" + ], + [ + "с", + "ы" + ], + [ + "▁cont", + "acts" + ], + [ + "▁contact", + "s" + ], + [ + "▁f", + "iring" + ], + [ + "▁fi", + "ring" + ], + [ + "▁fir", + "ing" + ], + [ + "на", + "н" + ], + [ + "н", + "ан" + ], + [ + "▁prof", + "es" + ], + [ + "sk", + "é" + ], + [ + "s", + "ké" + ], + [ + "▁rule", + "d" + ], + [ + "▁ru", + "led" + ], + [ + "▁rul", + "ed" + ], + [ + "=\"", + "/" + ], + [ + "an", + "dro" + ], + [ + "and", + "ro" + ], + [ + "▁ens", + "uring" + ], + [ + "iz", + "en" + ], + [ + "ize", + "n" + ], + [ + "i", + "zen" + ], + [ + "▁че", + "рез" + ], + [ + "ise", + "cond" + ], + [ + "i", + "second" + ], + [ + "ob", + "il" + ], + [ + "obi", + "l" + ], + [ + "o", + "bil" + ], + [ + "▁re", + "ck" + ], + [ + "▁rec", + "k" + ], + [ + "▁", + "reck" + ], + [ + ")}", + "(" + ], + [ + ")", + "}(" + ], + [ + "bit", + "map" + ], + [ + "▁B", + "run" + ], + [ + "▁Br", + "un" + ], + [ + "▁Bru", + "n" + ], + [ + "▁Jer", + "usalem" + ], + [ + "▁W", + "o" + ], + [ + "▁Republic", + "ans" + ], + [ + "▁Republican", + "s" + ], + [ + "mat", + "ic" + ], + [ + "m", + "atic" + ], + [ + "▁E", + "arl" + ], + [ + "▁d", + "ock" + ], + [ + "▁do", + "ck" + ], + [ + "▁doc", + "k" + ], + [ + "▁M", + "all" + ], + [ + "▁Mal", + "l" + ], + [ + "▁Ma", + "ll" + ], + [ + "k", + "k" + ], + [ + "▁", + "Й" + ], + [ + "▁C", + "OL" + ], + [ + "▁CO", + "L" + ], + [ + "▁", + "COL" + ], + [ + "▁lat", + "ach" + ], + [ + "UI", + "nt" + ], + [ + "U", + "Int" + ], + [ + "ци", + "ональ" + ], + [ + "цион", + "аль" + ], + [ + "циона", + "ль" + ], + [ + "▁seg", + "ments" + ], + [ + "▁segment", + "s" + ], + [ + "▁re", + "fund" + ], + [ + "▁ref", + "und" + ], + [ + "fa", + "c" + ], + [ + "f", + "ac" + ], + [ + "▁Art", + "icle" + ], + [ + "▁B", + "orn" + ], + [ + "▁Bo", + "rn" + ], + [ + "▁Bor", + "n" + ], + [ + "²", + "." + ], + [ + "br", + "and" + ], + [ + "bra", + "nd" + ], + [ + "b", + "rand" + ], + [ + "{$", + "\\" + ], + [ + "{", + "$\\" + ], + [ + "▁s", + "s" + ], + [ + "▁", + "ss" + ], + [ + "▁Re", + "sources" + ], + [ + "▁Res", + "ources" + ], + [ + "▁Resource", + "s" + ], + [ + "▁", + "Resources" + ], + [ + "▁re", + "cycl" + ], + [ + "▁rec", + "ycl" + ], + [ + "▁$", + "$\\" + ], + [ + "▁$$", + "\\" + ], + [ + "▁Conne", + "ction" + ], + [ + "▁Connect", + "ion" + ], + [ + "▁", + "Connection" + ], + [ + "▁imp", + "erial" + ], + [ + "▁imper", + "ial" + ], + [ + "▁pract", + "ically" + ], + [ + "▁practical", + "ly" + ], + [ + "▁–", + "," + ], + [ + "▁Dis", + "play" + ], + [ + "▁", + "Display" + ], + [ + "ier", + "no" + ], + [ + "mo", + "uth" + ], + [ + "m", + "outh" + ], + [ + "ed", + "es" + ], + [ + "ede", + "s" + ], + [ + "e", + "des" + ], + [ + "ba", + "hn" + ], + [ + "b", + "ahn" + ], + [ + "▁C", + "atherine" + ], + [ + "▁high", + "way" + ], + [ + "un", + "ting" + ], + [ + "unt", + "ing" + ], + [ + "▁Any", + "way" + ], + [ + "Sp", + "ell" + ], + [ + "Spe", + "ll" + ], + [ + "▁L", + "iste" + ], + [ + "▁List", + "e" + ], + [ + "▁Li", + "ste" + ], + [ + "▁Lis", + "te" + ], + [ + "▁ret", + "rieve" + ], + [ + "▁retr", + "ieve" + ], + [ + "▁retriev", + "e" + ], + [ + "▁z", + "d" + ], + [ + "▁", + "zd" + ], + [ + "stra", + "ße" + ], + [ + "▁dom", + "inated" + ], + [ + "▁domin", + "ated" + ], + [ + "to", + "uch" + ], + [ + "t", + "ouch" + ], + [ + "▁m", + "b" + ], + [ + "▁", + "mb" + ], + [ + "LO", + "NG" + ], + [ + "L", + "ONG" + ], + [ + "as", + "ures" + ], + [ + "asure", + "s" + ], + [ + "TL", + "S" + ], + [ + "T", + "LS" + ], + [ + "▁accompl", + "ished" + ], + [ + "▁accomp", + "lished" + ], + [ + "▁accomplish", + "ed" + ], + [ + "▁f", + "ears" + ], + [ + "▁fe", + "ars" + ], + [ + "▁fear", + "s" + ], + [ + "▁seem", + "ingly" + ], + [ + "▁d", + "ag" + ], + [ + "▁da", + "g" + ], + [ + "▁", + "dag" + ], + [ + "▁b", + "ureau" + ], + [ + "▁bur", + "eau" + ], + [ + "▁Gro", + "ß" + ], + [ + "▁accord", + "ance" + ], + [ + ".", + "]" + ], + [ + "ou", + "x" + ], + [ + "o", + "ux" + ], + [ + "▁col", + "onial" + ], + [ + "▁colon", + "ial" + ], + [ + "▁compass", + "ion" + ], + [ + "th", + "umb" + ], + [ + "▁s", + "wo" + ], + [ + "▁sw", + "o" + ], + [ + "on", + "line" + ], + [ + "▁J", + "i" + ], + [ + "▁work", + "shop" + ], + [ + "▁works", + "hop" + ], + [ + "▁l", + "ub" + ], + [ + "▁lu", + "b" + ], + [ + "év", + "rier" + ], + [ + "ш", + "і" + ], + [ + ">\"", + ";" + ], + [ + ">", + "\";" + ], + [ + "▁gener", + "ous" + ], + [ + "▁gene", + "rous" + ], + [ + "ro", + "us" + ], + [ + "rou", + "s" + ], + [ + "r", + "ous" + ], + [ + "av", + "id" + ], + [ + "avi", + "d" + ], + [ + "a", + "vid" + ], + [ + "igen", + "ous" + ], + [ + "▁R", + "aw" + ], + [ + "▁Ra", + "w" + ], + [ + "▁", + "Raw" + ], + [ + "▁sw", + "ap" + ], + [ + "▁", + "swap" + ], + [ + "h", + "c" + ], + [ + "java", + "script" + ], + [ + "jav", + "ascript" + ], + [ + "Fact", + "or" + ], + [ + "Fac", + "tor" + ], + [ + "F", + "actor" + ], + [ + "▁gar", + "bage" + ], + [ + "▁M", + "icro" + ], + [ + "▁Mic", + "ro" + ], + [ + "▁Mi", + "cro" + ], + [ + "co", + "u" + ], + [ + "c", + "ou" + ], + [ + "ü", + "ber" + ], + [ + "▁f", + "atal" + ], + [ + "▁fa", + "tal" + ], + [ + "▁fat", + "al" + ], + [ + "▁trans", + "parent" + ], + [ + "▁b", + "earing" + ], + [ + "▁be", + "aring" + ], + [ + "▁bear", + "ing" + ], + [ + "▁celebr", + "ated" + ], + [ + "▁celebrate", + "d" + ], + [ + "VI", + "S" + ], + [ + "V", + "IS" + ], + [ + "▁B", + "M" + ], + [ + "▁", + "BM" + ], + [ + "▁pr", + "ince" + ], + [ + "▁prin", + "ce" + ], + [ + "to", + "l" + ], + [ + "t", + "ol" + ], + [ + "▁'", + "", + "" + ], + [ + "\\", + "\">" + ], + [ + "▁du", + "rant" + ], + [ + "▁dur", + "ant" + ], + [ + "▁vent", + "ure" + ], + [ + "▁F", + "itz" + ], + [ + "▁Fi", + "tz" + ], + [ + "▁C", + "BD" + ], + [ + "▁CB", + "D" + ], + [ + "▁b", + "acking" + ], + [ + "▁back", + "ing" + ], + [ + "▁w", + "are" + ], + [ + "▁war", + "e" + ], + [ + "▁wa", + "re" + ], + [ + "▁", + "ware" + ], + [ + "ev", + "e" + ], + [ + "e", + "ve" + ], + [ + "O", + "G" + ], + [ + "ed", + "ish" + ], + [ + "edi", + "sh" + ], + [ + "▁Giov", + "anni" + ], + [ + "▁Sh", + "are" + ], + [ + "▁Shar", + "e" + ], + [ + "▁Sha", + "re" + ], + [ + "▁", + "Share" + ], + [ + "▁rec", + "ipes" + ], + [ + "▁recipe", + "s" + ], + [ + "▁recip", + "es" + ], + [ + "big", + "g" + ], + [ + "bi", + "gg" + ], + [ + "b", + "igg" + ], + [ + "▁minor", + "ity" + ], + [ + "▁n", + "ar" + ], + [ + "▁na", + "r" + ], + [ + "▁", + "nar" + ], + [ + "oll", + "ary" + ], + [ + "ollar", + "y" + ], + [ + "▁F", + "E" + ], + [ + "▁", + "FE" + ], + [ + "sh", + "irt" + ], + [ + "▁redu", + "ces" + ], + [ + "▁reduce", + "s" + ], + [ + "Ch", + "e" + ], + [ + "C", + "he" + ], + [ + "▁NOT", + "E" + ], + [ + "▁NO", + "TE" + ], + [ + "j", + "query" + ], + [ + "▁F", + "low" + ], + [ + "▁Fl", + "ow" + ], + [ + "▁Flo", + "w" + ], + [ + "▁", + "Flow" + ], + [ + "task", + "s" + ], + [ + "pr", + "event" + ], + [ + "pre", + "vent" + ], + [ + "prev", + "ent" + ], + [ + "▁со", + "вет" + ], + [ + "▁сов", + "ет" + ], + [ + "it", + "as" + ], + [ + "ita", + "s" + ], + [ + "▁exam", + "ined" + ], + [ + "▁examine", + "d" + ], + [ + "ho", + "n" + ], + [ + "h", + "on" + ], + [ + "▁M", + "ine" + ], + [ + "▁Min", + "e" + ], + [ + "▁Mi", + "ne" + ], + [ + "▁grad", + "ient" + ], + [ + "▁V", + "ien" + ], + [ + "▁Vi", + "en" + ], + [ + "▁b", + "eds" + ], + [ + "▁be", + "ds" + ], + [ + "▁bed", + "s" + ], + [ + "ET", + "H" + ], + [ + "E", + "TH" + ], + [ + "fl", + "at" + ], + [ + "f", + "lat" + ], + [ + "an", + "son" + ], + [ + "ans", + "on" + ], + [ + "▁in", + "tu" + ], + [ + "▁int", + "u" + ], + [ + "▁fl", + "ows" + ], + [ + "▁flo", + "ws" + ], + [ + "▁flow", + "s" + ], + [ + "но", + "к" + ], + [ + "▁E", + "ine" + ], + [ + "▁Ein", + "e" + ], + [ + "ро", + "ди" + ], + [ + "род", + "и" + ], + [ + "▁ко", + "р" + ], + [ + "▁к", + "ор" + ], + [ + "▁", + "кор" + ], + [ + "▁aff", + "ection" + ], + [ + "▁af", + "fection" + ], + [ + "▁affect", + "ion" + ], + [ + "▁p", + "orts" + ], + [ + "▁por", + "ts" + ], + [ + "▁port", + "s" + ], + [ + "▁", + "ports" + ], + [ + "__", + "." + ], + [ + "_", + "_." + ], + [ + "re", + "po" + ], + [ + "rep", + "o" + ], + [ + "ail", + "and" + ], + [ + "ai", + "land" + ], + [ + "▁по", + "да" + ], + [ + "▁под", + "а" + ], + [ + "int", + "age" + ], + [ + "inta", + "ge" + ], + [ + "▁Prote", + "ction" + ], + [ + "î", + "t" + ], + [ + "▁[", + "{" + ], + [ + "▁l", + "amp" + ], + [ + "▁la", + "mp" + ], + [ + "▁benef", + "icial" + ], + [ + "ка", + "де" + ], + [ + "▁Станов", + "ништво" + ], + [ + "▁l", + "ined" + ], + [ + "▁li", + "ned" + ], + [ + "▁line", + "d" + ], + [ + "▁lin", + "ed" + ], + [ + "▁", + "lined" + ], + [ + "▁Ex", + "change" + ], + [ + "▁f", + "itted" + ], + [ + "▁fit", + "ted" + ], + [ + "▁v", + "erk" + ], + [ + "▁ver", + "k" + ], + [ + "▁focus", + "es" + ], + [ + "vo", + "d" + ], + [ + "v", + "od" + ], + [ + "▁Car", + "lo" + ], + [ + "▁Carl", + "o" + ], + [ + "▁ра", + "спо" + ], + [ + "▁рас", + "по" + ], + [ + "ain", + "ted" + ], + [ + "aint", + "ed" + ], + [ + "ainte", + "d" + ], + [ + "a", + "inted" + ], + [ + "▁r", + "ape" + ], + [ + "▁rap", + "e" + ], + [ + "▁ra", + "pe" + ], + [ + "▁t", + "ogg" + ], + [ + "▁to", + "gg" + ], + [ + "ac", + "ker" + ], + [ + "ack", + "er" + ], + [ + "a", + "cker" + ], + [ + "T", + "w" + ], + [ + "ra", + "h" + ], + [ + "r", + "ah" + ], + [ + "trans", + "l" + ], + [ + "▁je", + "alous" + ], + [ + "▁re", + "pository" + ], + [ + "▁rep", + "ository" + ], + [ + "▁", + "repository" + ], + [ + "re", + "marks" + ], + [ + "rem", + "arks" + ], + [ + "remark", + "s" + ], + [ + "▁i", + "e" + ], + [ + "▁", + "ie" + ], + [ + "í", + "d" + ], + [ + "▁sk", + "ull" + ], + [ + "ra", + "c" + ], + [ + "r", + "ac" + ], + [ + "()", + "]" + ], + [ + "(", + ")]" + ], + [ + "ri", + "en" + ], + [ + "rie", + "n" + ], + [ + "r", + "ien" + ], + [ + "?", + "(" + ], + [ + "▁K", + "ids" + ], + [ + "▁Ki", + "ds" + ], + [ + "▁Kid", + "s" + ], + [ + "▁sw", + "itched" + ], + [ + "▁switch", + "ed" + ], + [ + "▁G", + "ew" + ], + [ + "▁Ge", + "w" + ], + [ + "▁be", + "ef" + ], + [ + "▁appear", + "ances" + ], + [ + "▁appearance", + "s" + ], + [ + "▁Coll", + "ins" + ], + [ + "▁V", + "illa" + ], + [ + "▁Vill", + "a" + ], + [ + "▁Vi", + "lla" + ], + [ + "▁Vil", + "la" + ], + [ + "▁z", + "ona" + ], + [ + "▁zo", + "na" + ], + [ + "▁n", + "eu" + ], + [ + "▁ne", + "u" + ], + [ + "те", + "льно" + ], + [ + "тель", + "но" + ], + [ + "▁х", + "удо" + ], + [ + "▁oper", + "ational" + ], + [ + "▁operation", + "al" + ], + [ + "ON", + "LY" + ], + [ + "▁h", + "ockey" + ], + [ + "▁ś", + "wi" + ], + [ + "ö", + "k" + ], + [ + "Sl", + "ice" + ], + [ + "Ref", + "resh" + ], + [ + "▁n", + "uts" + ], + [ + "▁nu", + "ts" + ], + [ + "▁nut", + "s" + ], + [ + "sa", + "y" + ], + [ + "s", + "ay" + ], + [ + "▁ста", + "нови" + ], + [ + "▁станов", + "и" + ], + [ + "х", + "е" + ], + [ + "▁le", + "aning" + ], + [ + "▁lean", + "ing" + ], + [ + "▁H", + "aus" + ], + [ + "▁Ha", + "us" + ], + [ + "▁o", + "ral" + ], + [ + "▁or", + "al" + ], + [ + "▁", + "oral" + ], + [ + "▁", + "Ž" + ], + [ + "▁Sup", + "pose" + ], + [ + "▁Supp", + "ose" + ], + [ + "▁ess", + "ence" + ], + [ + "EN", + "TER" + ], + [ + "ENT", + "ER" + ], + [ + "B", + "ucket" + ], + [ + "▁C", + "ant" + ], + [ + "▁Can", + "t" + ], + [ + "▁Ca", + "nt" + ], + [ + "▁N", + "azi" + ], + [ + "▁Na", + "zi" + ], + [ + "▁Naz", + "i" + ], + [ + "ш", + "ти" + ], + [ + "▁Vol", + "ume" + ], + [ + "▁", + "Volume" + ], + [ + "▁wor", + "thy" + ], + [ + "▁worth", + "y" + ], + [ + "▁", + "worthy" + ], + [ + "B", + "u" + ], + [ + "Ent", + "ries" + ], + [ + "on", + "ie" + ], + [ + "oni", + "e" + ], + [ + "o", + "nie" + ], + [ + "▁h", + "ood" + ], + [ + "▁ho", + "od" + ], + [ + "▁", + "hood" + ], + [ + "▁emp", + "ire" + ], + [ + "▁dé", + "velop" + ], + [ + "▁p", + "robe" + ], + [ + "▁pro", + "be" + ], + [ + "▁pr", + "obe" + ], + [ + "▁prob", + "e" + ], + [ + "▁", + "probe" + ], + [ + "▁K", + "night" + ], + [ + "▁Kn", + "ight" + ], + [ + "▁peace", + "ful" + ], + [ + "hu", + "b" + ], + [ + "h", + "ub" + ], + [ + "▁ál", + "bum" + ], + [ + "su", + "it" + ], + [ + "s", + "uit" + ], + [ + "▁sil", + "k" + ], + [ + "+", + "=" + ], + [ + "▁p", + "ione" + ], + [ + "▁pi", + "one" + ], + [ + "'", + "\"" + ], + [ + "ка", + "ми" + ], + [ + "▁N", + "ull" + ], + [ + "▁Nu", + "ll" + ], + [ + "▁", + "Null" + ], + [ + "Label", + "s" + ], + [ + "au", + "tres" + ], + [ + "aut", + "res" + ], + [ + "autre", + "s" + ], + [ + "to", + "LowerCase" + ], + [ + "▁b", + "uzz" + ], + [ + "▁bu", + "zz" + ], + [ + "▁w", + "ashed" + ], + [ + "▁was", + "hed" + ], + [ + "▁wash", + "ed" + ], + [ + "'", + "*" + ], + [ + "itzer", + "land" + ], + [ + "▁r", + "amp" + ], + [ + "▁ra", + "mp" + ], + [ + "▁ram", + "p" + ], + [ + "▁к", + "ни" + ], + [ + "▁k", + "un" + ], + [ + "col", + "ors" + ], + [ + "color", + "s" + ], + [ + "colo", + "rs" + ], + [ + "▁vacc", + "ine" + ], + [ + "an", + "imation" + ], + [ + "anim", + "ation" + ], + [ + "▁Just", + "in" + ], + [ + "mem", + "set" + ], + [ + "▁c", + "ensus" + ], + [ + "▁cens", + "us" + ], + [ + "in", + "fl" + ], + [ + "inf", + "l" + ], + [ + "▁statist", + "ical" + ], + [ + "▁trop", + "ical" + ], + [ + "Dis", + "abled" + ], + [ + "Disable", + "d" + ], + [ + "\r", + "\r" + ], + [ + "▁Cra", + "ig" + ], + [ + "Page", + "s" + ], + [ + "Pag", + "es" + ], + [ + "P", + "ages" + ], + [ + "▁mag", + "az" + ], + [ + "▁comput", + "ing" + ], + [ + "▁flo", + "ors" + ], + [ + "▁floor", + "s" + ], + [ + "oin", + "e" + ], + [ + "oi", + "ne" + ], + [ + "o", + "ine" + ], + [ + "▁tit", + "olo" + ], + [ + "▁an", + "ci" + ], + [ + "▁anc", + "i" + ], + [ + "▁Indust", + "ry" + ], + [ + "▁г", + "лав" + ], + [ + "▁гла", + "в" + ], + [ + "Bo", + "ot" + ], + [ + "B", + "oot" + ], + [ + "Cl", + "ip" + ], + [ + "▁d", + "v" + ], + [ + "▁", + "dv" + ], + [ + "▁met", + "all" + ], + [ + "▁metal", + "l" + ], + [ + "▁meta", + "ll" + ], + [ + "▁Is", + "abel" + ], + [ + "▁Isa", + "bel" + ], + [ + "▁look", + "up" + ], + [ + "▁", + "lookup" + ], + [ + "▁ц", + "ер" + ], + [ + "▁це", + "р" + ], + [ + "▁", + "цер" + ], + [ + "▁car", + "ries" + ], + [ + "f", + "u" + ], + [ + "tp", + "l" + ], + [ + "t", + "pl" + ], + [ + "pe", + "rp" + ], + [ + "per", + "p" + ], + [ + "▁St", + "orm" + ], + [ + "▁Sto", + "rm" + ], + [ + "eh", + "icle" + ], + [ + "▁S", + "even" + ], + [ + "▁Se", + "ven" + ], + [ + "▁Sev", + "en" + ], + [ + "љ", + "а" + ], + [ + "▁l", + "ut" + ], + [ + "▁lu", + "t" + ], + [ + "th", + "reshold" + ], + [ + "▁d", + "ull" + ], + [ + "▁du", + "ll" + ], + [ + "▁E", + "ND" + ], + [ + "▁EN", + "D" + ], + [ + "▁", + "END" + ], + [ + "▁O", + "tto" + ], + [ + "▁Ot", + "to" + ], + [ + "▁Ott", + "o" + ], + [ + "▁there", + "by" + ], + [ + "TE", + "MP" + ], + [ + "T", + "EMP" + ], + [ + "▁S", + "cal" + ], + [ + "▁Sc", + "al" + ], + [ + "▁", + "Scal" + ], + [ + "Com", + "put" + ], + [ + "Comp", + "ut" + ], + [ + "ip", + "v" + ], + [ + "i", + "pv" + ], + [ + "▁ins", + "ane" + ], + [ + "▁myster", + "ious" + ], + [ + "▁M", + "is" + ], + [ + "▁Mi", + "s" + ], + [ + "uch", + "ar" + ], + [ + "uc", + "har" + ], + [ + "u", + "char" + ], + [ + "as", + "ma" + ], + [ + "asm", + "a" + ], + [ + "au", + "ch" + ], + [ + "auc", + "h" + ], + [ + "a", + "uch" + ], + [ + "ne", + "tt" + ], + [ + "net", + "t" + ], + [ + "n", + "ett" + ], + [ + "El", + "em" + ], + [ + "E", + "lem" + ], + [ + "de", + "rive" + ], + [ + "der", + "ive" + ], + [ + "▁murder", + "ed" + ], + [ + "ak", + "ten" + ], + [ + "akt", + "en" + ], + [ + "akte", + "n" + ], + [ + "ро", + "ван" + ], + [ + "ров", + "ан" + ], + [ + "рова", + "н" + ], + [ + "▁a", + "nos" + ], + [ + "▁an", + "os" + ], + [ + "▁ano", + "s" + ], + [ + "▁", + "anos" + ], + [ + "}}", + "^" + ], + [ + "}", + "}^" + ], + [ + "▁F", + "uß" + ], + [ + "▁Fu", + "ß" + ], + [ + "▁S", + "ister" + ], + [ + "▁Si", + "ster" + ], + [ + "▁volunte", + "er" + ], + [ + "::", + "_" + ], + [ + ":", + ":_" + ], + [ + "er", + "ta" + ], + [ + "ert", + "a" + ], + [ + "▁бо", + "лее" + ], + [ + "og", + "rá" + ], + [ + "▁Im", + "Gui" + ], + [ + "sa", + "me" + ], + [ + "sam", + "e" + ], + [ + "s", + "ame" + ], + [ + "Sh", + "adow" + ], + [ + "▁re", + "actions" + ], + [ + "▁reaction", + "s" + ], + [ + "▁react", + "ions" + ], + [ + "▁purch", + "asing" + ], + [ + "PRE", + "FIX" + ], + [ + "▁emb", + "od" + ], + [ + "со", + "м" + ], + [ + "▁alt", + "ogether" + ], + [ + "▁prom", + "oting" + ], + [ + "▁promot", + "ing" + ], + [ + "U", + "V" + ], + [ + "▁ind", + "uced" + ], + [ + "▁indu", + "ced" + ], + [ + "▁eer", + "ste" + ], + [ + "▁eerst", + "e" + ], + [ + "Li", + "fe" + ], + [ + "Lif", + "e" + ], + [ + "L", + "ife" + ], + [ + "hd", + "d" + ], + [ + "h", + "dd" + ], + [ + "ní", + "ch" + ], + [ + "▁c", + "hill" + ], + [ + "▁ch", + "ill" + ], + [ + "▁chi", + "ll" + ], + [ + "RG", + "B" + ], + [ + "R", + "GB" + ], + [ + "red", + "uce" + ], + [ + "redu", + "ce" + ], + [ + "FR", + "OM" + ], + [ + "F", + "ROM" + ], + [ + "dir", + "name" + ], + [ + "▁t", + "une" + ], + [ + "▁tu", + "ne" + ], + [ + "▁tun", + "e" + ], + [ + "▁r", + "ay" + ], + [ + "▁ra", + "y" + ], + [ + "▁", + "ray" + ], + [ + "T", + "D" + ], + [ + "▁к", + "ъ" + ], + [ + "▁Febru", + "ar" + ], + [ + "▁suspend", + "ed" + ], + [ + "▁susp", + "ended" + ], + [ + "▁u", + "pp" + ], + [ + "▁up", + "p" + ], + [ + "▁", + "upp" + ], + [ + "er", + "i" + ], + [ + "e", + "ri" + ], + [ + "pr", + "eter" + ], + [ + "pre", + "ter" + ], + [ + "pret", + "er" + ], + [ + "▁E", + "R" + ], + [ + "▁", + "ER" + ], + [ + "то", + "н" + ], + [ + "т", + "он" + ], + [ + "▁c", + "atal" + ], + [ + "▁cat", + "al" + ], + [ + "▁ca", + "tal" + ], + [ + "▁h", + "iring" + ], + [ + "▁hi", + "ring" + ], + [ + "▁п", + "ів" + ], + [ + "▁пі", + "в" + ], + [ + "▁Olymp", + "ics" + ], + [ + "▁Olympic", + "s" + ], + [ + "da", + "le" + ], + [ + "dal", + "e" + ], + [ + "d", + "ale" + ], + [ + "::", + "{" + ], + [ + ":", + ":{" + ], + [ + "▁expl", + "oring" + ], + [ + "▁explo", + "ring" + ], + [ + "▁с", + "тал" + ], + [ + "▁ста", + "л" + ], + [ + "▁ст", + "ал" + ], + [ + "▁univers", + "ities" + ], + [ + "Class", + "es" + ], + [ + "▁ча", + "с" + ], + [ + "▁C", + "ool" + ], + [ + "▁Co", + "ol" + ], + [ + "▁S", + "ony" + ], + [ + "▁So", + "ny" + ], + [ + "▁Son", + "y" + ], + [ + "th", + "al" + ], + [ + "tha", + "l" + ], + [ + "t", + "hal" + ], + [ + "▁es", + "crit" + ], + [ + "▁esc", + "rit" + ], + [ + "▁cor", + "ruption" + ], + [ + "▁corrupt", + "ion" + ], + [ + "az", + "ar" + ], + [ + "aza", + "r" + ], + [ + "▁N", + "eb" + ], + [ + "▁Ne", + "b" + ], + [ + "▁Py", + "thon" + ], + [ + "▁c", + "him" + ], + [ + "▁ch", + "im" + ], + [ + "▁chi", + "m" + ], + [ + "▁cap", + "ability" + ], + [ + "cy", + "cl" + ], + [ + "c", + "ycl" + ], + [ + "▁re", + "try" + ], + [ + "▁r", + "etry" + ], + [ + "▁ret", + "ry" + ], + [ + "▁retr", + "y" + ], + [ + "▁", + "retry" + ], + [ + "++", + "]" + ], + [ + "▁t", + "oy" + ], + [ + "▁to", + "y" + ], + [ + "▁T", + "erry" + ], + [ + "▁Ter", + "ry" + ], + [ + "▁Terr", + "y" + ], + [ + "View", + "ById" + ], + [ + "▁v", + "ine" + ], + [ + "▁vi", + "ne" + ], + [ + "▁vin", + "e" + ], + [ + "▁Kit", + "chen" + ], + [ + "▁B", + "iden" + ], + [ + "▁Bi", + "den" + ], + [ + "Back", + "end" + ], + [ + "gl", + "ich" + ], + [ + "g", + "lich" + ], + [ + "re", + "lation" + ], + [ + "rel", + "ation" + ], + [ + "▁rat", + "ings" + ], + [ + "▁ra", + "tings" + ], + [ + "▁rating", + "s" + ], + [ + "Execut", + "or" + ], + [ + "ibr", + "ation" + ], + [ + ">(", + ")" + ], + [ + ">", + "()" + ], + [ + "▁he", + "al" + ], + [ + "if", + "iable" + ], + [ + "ifi", + "able" + ], + [ + "par", + "k" + ], + [ + "p", + "ark" + ], + [ + "▁P", + "ete" + ], + [ + "▁Pe", + "te" + ], + [ + "▁Pet", + "e" + ], + [ + "▁tr", + "aged" + ], + [ + "▁tra", + "ged" + ], + [ + "▁trag", + "ed" + ], + [ + "▁ch", + "uck" + ], + [ + "▁wire", + "less" + ], + [ + "▁wir", + "eless" + ], + [ + "Re", + "place" + ], + [ + "Rep", + "lace" + ], + [ + "IR", + "Q" + ], + [ + "▁се", + "зо" + ], + [ + "i", + "ß" + ], + [ + "▁j", + "unto" + ], + [ + "▁jun", + "to" + ], + [ + "Lo", + "w" + ], + [ + "L", + "ow" + ], + [ + "▁s", + "id" + ], + [ + "▁si", + "d" + ], + [ + "▁", + "sid" + ], + [ + "Tag", + "Helpers" + ], + [ + "TagHelper", + "s" + ], + [ + "▁comp", + "aring" + ], + [ + "▁compar", + "ing" + ], + [ + "▁c", + "elle" + ], + [ + "▁cell", + "e" + ], + [ + "▁ce", + "lle" + ], + [ + "▁cel", + "le" + ], + [ + "▁obt", + "aining" + ], + [ + "▁obtain", + "ing" + ], + [ + "▁qu", + "ar" + ], + [ + "▁q", + "uar" + ], + [ + "Br", + "o" + ], + [ + "B", + "ro" + ], + [ + "▁E", + "C" + ], + [ + "▁", + "EC" + ], + [ + "in", + "ea" + ], + [ + "ine", + "a" + ], + [ + "i", + "nea" + ], + [ + "▁F", + "ue" + ], + [ + "▁Fu", + "e" + ], + [ + "▁Prince", + "ss" + ], + [ + "▁Prin", + "cess" + ], + [ + "ij", + "o" + ], + [ + "i", + "jo" + ], + [ + "ge", + "ns" + ], + [ + "gen", + "s" + ], + [ + "g", + "ens" + ], + [ + "PO", + "L" + ], + [ + "P", + "OL" + ], + [ + "è", + "tres" + ], + [ + "▁h", + "ind" + ], + [ + "▁hi", + "nd" + ], + [ + "▁", + "hind" + ], + [ + "Var", + "iant" + ], + [ + "Vari", + "ant" + ], + [ + "▁rece", + "ives" + ], + [ + "▁receive", + "s" + ], + [ + "go", + "d" + ], + [ + "g", + "od" + ], + [ + "ik", + "en" + ], + [ + "ike", + "n" + ], + [ + "i", + "ken" + ], + [ + "na", + "il" + ], + [ + "n", + "ail" + ], + [ + "▁amer", + "ican" + ], + [ + "▁", + "american" + ], + [ + "br", + "as" + ], + [ + "bra", + "s" + ], + [ + "b", + "ras" + ], + [ + "('", + "\\" + ], + [ + "(", + "'\\" + ], + [ + "ie", + "ce" + ], + [ + "if", + "ference" + ], + [ + "iffer", + "ence" + ], + [ + "iffe", + "rence" + ], + [ + "▁b", + "ubble" + ], + [ + "▁bub", + "ble" + ], + [ + "▁B", + "ear" + ], + [ + "▁Be", + "ar" + ], + [ + "un", + "ivers" + ], + [ + "uni", + "vers" + ], + [ + "▁demand", + "ing" + ], + [ + "sa", + "ved" + ], + [ + "save", + "d" + ], + [ + "s", + "aved" + ], + [ + "▁cred", + "entials" + ], + [ + "MS", + "M" + ], + [ + "M", + "SM" + ], + [ + "▁struct", + "ural" + ], + [ + "Con", + "s" + ], + [ + "Co", + "ns" + ], + [ + "C", + "ons" + ], + [ + "▁Way", + "ne" + ], + [ + "▁blank", + "et" + ], + [ + "▁re", + "pet" + ], + [ + "▁rep", + "et" + ], + [ + "▁repe", + "t" + ], + [ + "Ne", + "g" + ], + [ + "N", + "eg" + ], + [ + "▁exclusive", + "ly" + ], + [ + "▁exclus", + "ively" + ], + [ + "IF", + "I" + ], + [ + "I", + "FI" + ], + [ + "бур", + "г" + ], + [ + "▁arg", + "uing" + ], + [ + "▁Re", + "pub" + ], + [ + "▁Rep", + "ub" + ], + [ + "▁f", + "rowned" + ], + [ + "▁fr", + "owned" + ], + [ + "Met", + "ric" + ], + [ + "M", + "etric" + ], + [ + "sk", + "im" + ], + [ + "ski", + "m" + ], + [ + "s", + "kim" + ], + [ + "▁П", + "ет" + ], + [ + "▁Пе", + "т" + ], + [ + "▁rele", + "ases" + ], + [ + "▁release", + "s" + ], + [ + "▁t", + "ast" + ], + [ + "▁ta", + "st" + ], + [ + "▁p", + "reference" + ], + [ + "▁pre", + "ference" + ], + [ + "▁prefer", + "ence" + ], + [ + "▁S", + "üd" + ], + [ + "▁Sü", + "d" + ], + [ + "oc", + "c" + ], + [ + "o", + "cc" + ], + [ + "▁r", + "x" + ], + [ + "▁", + "rx" + ], + [ + "activ", + "ate" + ], + [ + "cl", + "am" + ], + [ + "c", + "lam" + ], + [ + "▁фи", + "ль" + ], + [ + "▁Sud", + "denly" + ], + [ + "▁cr", + "ushing" + ], + [ + "▁crush", + "ing" + ], + [ + "▁L", + "ower" + ], + [ + "▁Lo", + "wer" + ], + [ + "▁Low", + "er" + ], + [ + "▁", + "Lower" + ], + [ + "ei", + "ng" + ], + [ + "e", + "ing" + ], + [ + "wa", + "lt" + ], + [ + "wal", + "t" + ], + [ + "w", + "alt" + ], + [ + "▁Г", + "ер" + ], + [ + "▁Ге", + "р" + ], + [ + "▁m", + "ö" + ], + [ + "ри", + "сто" + ], + [ + "la", + "gen" + ], + [ + "lag", + "en" + ], + [ + "lage", + "n" + ], + [ + "l", + "agen" + ], + [ + "▁co", + "aching" + ], + [ + "▁coach", + "ing" + ], + [ + "ight", + "ers" + ], + [ + "igh", + "ters" + ], + [ + "ighter", + "s" + ], + [ + "▁bas", + "ement" + ], + [ + "▁base", + "ment" + ], + [ + "▁F", + "IX" + ], + [ + "▁FI", + "X" + ], + [ + "▁", + "FIX" + ], + [ + "Te", + "le" + ], + [ + "T", + "ele" + ], + [ + "With", + "out" + ], + [ + "▁Com", + "mons" + ], + [ + "▁Comm", + "ons" + ], + [ + "▁Common", + "s" + ], + [ + "ul", + "ly" + ], + [ + "ull", + "y" + ], + [ + "h", + "box" + ], + [ + "fl", + "ash" + ], + [ + "▁por", + "tal" + ], + [ + "▁port", + "al" + ], + [ + "▁", + "portal" + ], + [ + "ot", + "ype" + ], + [ + "o", + "type" + ], + [ + "▁S", + "or" + ], + [ + "▁So", + "r" + ], + [ + "▁trou", + "bles" + ], + [ + "▁trouble", + "s" + ], + [ + "ar", + "si" + ], + [ + "ars", + "i" + ], + [ + "▁с", + "тан" + ], + [ + "▁ста", + "н" + ], + [ + "▁ст", + "ан" + ], + [ + "▁", + "стан" + ], + [ + "CA", + "M" + ], + [ + "C", + "AM" + ], + [ + "▁de", + "notes" + ], + [ + "▁den", + "otes" + ], + [ + "▁denote", + "s" + ], + [ + "LA", + "NG" + ], + [ + "LAN", + "G" + ], + [ + "L", + "ANG" + ], + [ + "▁Be", + "yond" + ], + [ + "▁Bey", + "ond" + ], + [ + "▁Bo", + "wl" + ], + [ + "▁Bow", + "l" + ], + [ + "▁import", + "antly" + ], + [ + "▁important", + "ly" + ], + [ + "▁W", + "R" + ], + [ + "▁", + "WR" + ], + [ + "▁rel", + "ating" + ], + [ + "▁a", + "nder" + ], + [ + "▁and", + "er" + ], + [ + "▁an", + "der" + ], + [ + "▁", + "ander" + ], + [ + "▁gr", + "inned" + ], + [ + "▁grin", + "ned" + ], + [ + "▁D", + "ak" + ], + [ + "▁Da", + "k" + ], + [ + "▁Brook", + "lyn" + ], + [ + "▁d", + "p" + ], + [ + "▁", + "dp" + ], + [ + "▁P", + "oly" + ], + [ + "▁Pol", + "y" + ], + [ + "▁Po", + "ly" + ], + [ + "▁", + "Poly" + ], + [ + "▁Sch", + "ul" + ], + [ + "▁B", + "uffer" + ], + [ + "▁Buff", + "er" + ], + [ + "▁", + "Buffer" + ], + [ + "▁h", + "older" + ], + [ + "▁hold", + "er" + ], + [ + "▁hol", + "der" + ], + [ + "▁", + "holder" + ], + [ + "IC", + "AL" + ], + [ + "I", + "CAL" + ], + [ + "▁tra", + "iler" + ], + [ + "▁trail", + "er" + ], + [ + "er", + "ek" + ], + [ + "ere", + "k" + ], + [ + "e", + "rek" + ], + [ + "▁n", + "ě" + ], + [ + "▁", + "ně" + ], + [ + "sh", + "aped" + ], + [ + "shape", + "d" + ], + [ + "sha", + "ped" + ], + [ + ":", + "`" + ], + [ + "▁de", + "code" + ], + [ + "▁dec", + "ode" + ], + [ + "▁", + "decode" + ], + [ + "▁co", + "unted" + ], + [ + "▁coun", + "ted" + ], + [ + "▁count", + "ed" + ], + [ + "▁v", + "amp" + ], + [ + "▁va", + "mp" + ], + [ + "▁re", + "late" + ], + [ + "▁rel", + "ate" + ], + [ + "▁M", + "ason" + ], + [ + "▁Ma", + "son" + ], + [ + "▁Mas", + "on" + ], + [ + "▁t", + "itled" + ], + [ + "▁title", + "d" + ], + [ + "▁tit", + "led" + ], + [ + "▁Kent", + "ucky" + ], + [ + "▁particip", + "ated" + ], + [ + "▁participate", + "d" + ], + [ + "▁Jenn", + "ifer" + ], + [ + "▁mat", + "rices" + ], + [ + "Cal", + "endar" + ], + [ + "st", + "s" + ], + [ + "s", + "ts" + ], + [ + "Ass", + "oci" + ], + [ + "▁f", + "orum" + ], + [ + "▁for", + "um" + ], + [ + "▁fo", + "rum" + ], + [ + "▁s", + "phere" + ], + [ + "▁sp", + "here" + ], + [ + "▁spher", + "e" + ], + [ + "▁S", + "EO" + ], + [ + "▁SE", + "O" + ], + [ + "pop", + "up" + ], + [ + "▁Current", + "ly" + ], + [ + "CL", + "E" + ], + [ + "C", + "LE" + ], + [ + "▁vol", + "unt" + ], + [ + "▁stell", + "ar" + ], + [ + "for", + "all" + ], + [ + "Is", + "s" + ], + [ + "I", + "ss" + ], + [ + "im", + "et" + ], + [ + "ime", + "t" + ], + [ + "i", + "met" + ], + [ + "q", + "p" + ], + [ + "la", + "test" + ], + [ + "lat", + "est" + ], + [ + "late", + "st" + ], + [ + "▁config", + "ured" + ], + [ + "▁configure", + "d" + ], + [ + "ab", + "ol" + ], + [ + "a", + "bol" + ], + [ + "ig", + "ent" + ], + [ + "igen", + "t" + ], + [ + "ige", + "nt" + ], + [ + "i", + "gent" + ], + [ + "▁delay", + "ed" + ], + [ + "ff", + "ic" + ], + [ + "f", + "fic" + ], + [ + "▁g", + "ing" + ], + [ + "▁gi", + "ng" + ], + [ + "▁", + "ging" + ], + [ + "▁s", + "cent" + ], + [ + "▁sc", + "ent" + ], + [ + "▁scen", + "t" + ], + [ + "▁disg", + "ust" + ], + [ + "▁disgu", + "st" + ], + [ + "he", + "sis" + ], + [ + "hes", + "is" + ], + [ + "h", + "esis" + ], + [ + "im", + "en" + ], + [ + "ime", + "n" + ], + [ + "i", + "men" + ], + [ + "▁re", + "ign" + ], + [ + "▁П", + "и" + ], + [ + "ul", + "as" + ], + [ + "ula", + "s" + ], + [ + "u", + "las" + ], + [ + "um", + "ing" + ], + [ + "umin", + "g" + ], + [ + "umi", + "ng" + ], + [ + "u", + "ming" + ], + [ + "in", + "nings" + ], + [ + "inn", + "ings" + ], + [ + "Re", + "nd" + ], + [ + "R", + "end" + ], + [ + "id", + "ity" + ], + [ + "idi", + "ty" + ], + [ + "▁do", + "zens" + ], + [ + "▁dozen", + "s" + ], + [ + "wa", + "rf" + ], + [ + "war", + "f" + ], + [ + "▁Del", + "hi" + ], + [ + "▁bi", + "ological" + ], + [ + "▁corrid", + "or" + ], + [ + "Vis", + "ual" + ], + [ + "▁I", + "z" + ], + [ + "▁s", + "uits" + ], + [ + "▁su", + "its" + ], + [ + "▁suit", + "s" + ], + [ + "Py", + "Object" + ], + [ + "ia", + "go" + ], + [ + "i", + "ago" + ], + [ + "▁div", + "ide" + ], + [ + "▁divid", + "e" + ], + [ + "pe", + "nt" + ], + [ + "pen", + "t" + ], + [ + "p", + "ent" + ], + [ + "hel", + "lo" + ], + [ + "hell", + "o" + ], + [ + "h", + "ello" + ], + [ + "▁b", + "eta" + ], + [ + "▁be", + "ta" + ], + [ + "▁bet", + "a" + ], + [ + "▁", + "beta" + ], + [ + "▁ex", + "terior" + ], + [ + "▁fin", + "est" + ], + [ + "▁fine", + "st" + ], + [ + "▁B", + "ir" + ], + [ + "▁Bi", + "r" + ], + [ + "▁f", + "reed" + ], + [ + "▁fr", + "eed" + ], + [ + "▁free", + "d" + ], + [ + "▁fre", + "ed" + ], + [ + "▁K", + "el" + ], + [ + "▁Ke", + "l" + ], + [ + "Se", + "m" + ], + [ + "S", + "em" + ], + [ + "▁fr", + "uits" + ], + [ + "▁fruit", + "s" + ], + [ + "▁fru", + "its" + ], + [ + "▁serv", + "ants" + ], + [ + "▁servant", + "s" + ], + [ + "▁pub", + "lisher" + ], + [ + "▁publish", + "er" + ], + [ + "▁cop", + "per" + ], + [ + "ol", + "ation" + ], + [ + "o", + "lation" + ], + [ + "se", + "p" + ], + [ + "s", + "ep" + ], + [ + "▁chair", + "man" + ], + [ + "ti", + "k" + ], + [ + "t", + "ik" + ], + [ + "▁m", + "others" + ], + [ + "▁mother", + "s" + ], + [ + "▁mo", + "thers" + ], + [ + "A", + "ug" + ], + [ + "▁je", + "ans" + ], + [ + "[]", + ")" + ], + [ + "[", + "])" + ], + [ + "▁D", + "ATA" + ], + [ + "▁DA", + "TA" + ], + [ + "▁", + "DATA" + ], + [ + "▁reve", + "als" + ], + [ + "▁reveal", + "s" + ], + [ + "▁un", + "conscious" + ], + [ + "▁h", + "acer" + ], + [ + "▁ha", + "cer" + ], + [ + "▁hace", + "r" + ], + [ + "ric", + "ulum" + ], + [ + "▁T", + "ogether" + ], + [ + "▁ш", + "та" + ], + [ + "▁", + "шта" + ], + [ + "or", + "sz" + ], + [ + "ors", + "z" + ], + [ + "▁c", + "anal" + ], + [ + "▁can", + "al" + ], + [ + "▁ca", + "nal" + ], + [ + "ös", + "t" + ], + [ + "ö", + "st" + ], + [ + "▁equ", + "als" + ], + [ + "▁equal", + "s" + ], + [ + "▁eq", + "uals" + ], + [ + "▁", + "equals" + ], + [ + "▁по", + "мо" + ], + [ + "▁al", + "location" + ], + [ + "▁all", + "ocation" + ], + [ + "▁alloc", + "ation" + ], + [ + "st", + "änd" + ], + [ + "▁ч", + "ер" + ], + [ + "▁че", + "р" + ], + [ + "ac", + "king" + ], + [ + "ack", + "ing" + ], + [ + "▁motiv", + "ation" + ], + [ + "со", + "н" + ], + [ + "с", + "он" + ], + [ + "▁R", + "ole" + ], + [ + "▁Ro", + "le" + ], + [ + "▁Rol", + "e" + ], + [ + "▁", + "Role" + ], + [ + "App", + "ly" + ], + [ + "Ap", + "ply" + ], + [ + "ig", + "es" + ], + [ + "ige", + "s" + ], + [ + "i", + "ges" + ], + [ + "*", + "{" + ], + [ + "▁f", + "ires" + ], + [ + "▁fire", + "s" + ], + [ + "▁fi", + "res" + ], + [ + "▁fir", + "es" + ], + [ + "Us", + "ed" + ], + [ + "Use", + "d" + ], + [ + "U", + "sed" + ], + [ + "▁he", + "ute" + ], + [ + "sk", + "iej" + ], + [ + "ski", + "ej" + ], + [ + "▁Or", + "leans" + ], + [ + "yl", + "an" + ], + [ + "y", + "lan" + ], + [ + "▁warm", + "th" + ], + [ + "▁w", + "elfare" + ], + [ + "▁wel", + "fare" + ], + [ + "je", + "m" + ], + [ + "j", + "em" + ], + [ + "▁си", + "сте" + ], + [ + "be", + "z" + ], + [ + "b", + "ez" + ], + [ + "ř", + "e" + ], + [ + "ke", + "e" + ], + [ + "k", + "ee" + ], + [ + "▁segu", + "ito" + ], + [ + "un", + "ge" + ], + [ + "ung", + "e" + ], + [ + "▁y", + "oga" + ], + [ + "▁yo", + "ga" + ], + [ + "▁d", + "ug" + ], + [ + "▁du", + "g" + ], + [ + "▁rest", + "ored" + ], + [ + "▁restore", + "d" + ], + [ + "Dr", + "oid" + ], + [ + "D", + "roid" + ], + [ + "▁P", + "ent" + ], + [ + "▁Pe", + "nt" + ], + [ + "▁Pen", + "t" + ], + [ + "▁ran", + "king" + ], + [ + "▁rank", + "ing" + ], + [ + "mo", + "r" + ], + [ + "m", + "or" + ], + [ + ".~", + "(\\" + ], + [ + "ograph", + "ical" + ], + [ + "ographic", + "al" + ], + [ + "▁p", + "ian" + ], + [ + "▁pi", + "an" + ], + [ + "▁g", + "ates" + ], + [ + "▁gate", + "s" + ], + [ + "▁ga", + "tes" + ], + [ + "▁с", + "ти" + ], + [ + "▁ст", + "и" + ], + [ + "▁", + "сти" + ], + [ + "s", + "quare" + ], + [ + "▁im", + "plicit" + ], + [ + "▁impl", + "icit" + ], + [ + "▁G", + "ram" + ], + [ + "▁Gr", + "am" + ], + [ + "▁Gra", + "m" + ], + [ + "▁Apr", + "ès" + ], + [ + "▁Ap", + "rès" + ], + [ + "▁Ass", + "istant" + ], + [ + "▁p", + "ac" + ], + [ + "▁pa", + "c" + ], + [ + "▁P", + "ope" + ], + [ + "▁Po", + "pe" + ], + [ + "▁Pop", + "e" + ], + [ + "г", + "ре" + ], + [ + "▁sc", + "attering" + ], + [ + "▁scatter", + "ing" + ], + [ + "стра", + "тив" + ], + [ + "▁all", + "ocate" + ], + [ + "▁alloc", + "ate" + ], + [ + "▁Man", + "hattan" + ], + [ + "▁а", + "нг" + ], + [ + "▁ан", + "г" + ], + [ + "▁", + "анг" + ], + [ + "▁inter", + "rupted" + ], + [ + "▁interrupt", + "ed" + ], + [ + "ér", + "ieur" + ], + [ + "éri", + "eur" + ], + [ + "érie", + "ur" + ], + [ + "数", + "据" + ], + [ + "Sign", + "al" + ], + [ + "Sig", + "nal" + ], + [ + "▁Con", + "tract" + ], + [ + "▁Cont", + "ract" + ], + [ + "▁", + "Contract" + ], + [ + "ór", + "ia" + ], + [ + "ó", + "ria" + ], + [ + "WI", + "TH" + ], + [ + "W", + "ITH" + ], + [ + "хо", + "дя" + ], + [ + "ход", + "я" + ], + [ + "Ag", + "greg" + ], + [ + "A", + "ggreg" + ], + [ + "cul", + "es" + ], + [ + "cu", + "les" + ], + [ + "cule", + "s" + ], + [ + "c", + "ules" + ], + [ + "J", + "an" + ], + [ + "▁s", + "to" + ], + [ + "▁st", + "o" + ], + [ + "▁", + "sto" + ], + [ + "▁G", + "PIO" + ], + [ + "▁GP", + "IO" + ], + [ + "▁", + "GPIO" + ], + [ + "▁ident", + "ifying" + ], + [ + "▁identify", + "ing" + ], + [ + "▁p", + "id" + ], + [ + "▁pi", + "d" + ], + [ + "▁", + "pid" + ], + [ + "ę", + "p" + ], + [ + "▁di", + "git" + ], + [ + "▁dig", + "it" + ], + [ + "el", + "ia" + ], + [ + "eli", + "a" + ], + [ + "e", + "lia" + ], + [ + "inv", + "oke" + ], + [ + "▁Fl", + "oren" + ], + [ + "▁Flor", + "en" + ], + [ + "▁Flo", + "ren" + ], + [ + "▁sh", + "allow" + ], + [ + "▁shall", + "ow" + ], + [ + "get", + "Class" + ], + [ + "getC", + "lass" + ], + [ + "▁advert", + "is" + ], + [ + "ем", + "ы" + ], + [ + "е", + "мы" + ], + [ + "▁H", + "R" + ], + [ + "▁", + "HR" + ], + [ + "ym", + "an" + ], + [ + "y", + "man" + ], + [ + "▁C", + "E" + ], + [ + "▁", + "CE" + ], + [ + "▁sec", + "ured" + ], + [ + "▁secure", + "d" + ], + [ + "▁secur", + "ed" + ], + [ + "▁rel", + "atives" + ], + [ + "▁relative", + "s" + ], + [ + "▁relativ", + "es" + ], + [ + "▁s", + "ob" + ], + [ + "▁so", + "b" + ], + [ + "▁s", + "tab" + ], + [ + "▁st", + "ab" + ], + [ + "▁sta", + "b" + ], + [ + "Trans", + "ition" + ], + [ + "▁w", + "en" + ], + [ + "▁we", + "n" + ], + [ + "▁", + "wen" + ], + [ + "sh", + "ops" + ], + [ + "shop", + "s" + ], + [ + "▁k", + "ont" + ], + [ + "▁kon", + "t" + ], + [ + "▁ko", + "nt" + ], + [ + "▁h", + "acia" + ], + [ + "▁ha", + "cia" + ], + [ + "H", + "y" + ], + [ + "в", + "ри" + ], + [ + "sh", + "ell" + ], + [ + "she", + "ll" + ], + [ + "s", + "hell" + ], + [ + "▁ant", + "ib" + ], + [ + "▁anti", + "b" + ], + [ + "env", + "ironment" + ], + [ + "environ", + "ment" + ], + [ + "um", + "bs" + ], + [ + "umb", + "s" + ], + [ + "Tr", + "acker" + ], + [ + "Track", + "er" + ], + [ + "Tra", + "cker" + ], + [ + "en", + "tr" + ], + [ + "ent", + "r" + ], + [ + "▁Polit", + "ical" + ], + [ + "ex", + "tract" + ], + [ + "ext", + "ract" + ], + [ + "extra", + "ct" + ], + [ + "extr", + "act" + ], + [ + "=\"", + "{{" + ], + [ + "▁m", + "erc" + ], + [ + "▁me", + "rc" + ], + [ + "▁mer", + "c" + ], + [ + "▁p", + "oc" + ], + [ + "▁po", + "c" + ], + [ + "▁Re", + "set" + ], + [ + "▁Res", + "et" + ], + [ + "▁", + "Reset" + ], + [ + "▁pur", + "ely" + ], + [ + "▁pure", + "ly" + ], + [ + "▁M", + "ul" + ], + [ + "▁Mu", + "l" + ], + [ + "▁gorge", + "ous" + ], + [ + "▁Î", + "n" + ], + [ + "ri", + "ven" + ], + [ + "riv", + "en" + ], + [ + "rive", + "n" + ], + [ + "r", + "iven" + ], + [ + "▁rom", + "ance" + ], + [ + "▁roman", + "ce" + ], + [ + "▁d", + "av" + ], + [ + "▁da", + "v" + ], + [ + "че", + "ского" + ], + [ + "ér", + "ica" + ], + [ + "éri", + "ca" + ], + [ + "éric", + "a" + ], + [ + "▁tra", + "ject" + ], + [ + "▁a", + "rise" + ], + [ + "▁ar", + "ise" + ], + [ + "▁sw", + "ung" + ], + [ + "▁p", + "ockets" + ], + [ + "▁pocket", + "s" + ], + [ + "▁trad", + "itions" + ], + [ + "▁tradition", + "s" + ], + [ + "▁re", + "ver" + ], + [ + "▁r", + "ever" + ], + [ + "▁rev", + "er" + ], + [ + "▁reve", + "r" + ], + [ + ">>", + ">" + ], + [ + ">", + ">>" + ], + [ + "▁n", + "d" + ], + [ + "▁", + "nd" + ], + [ + "▁di", + "vis" + ], + [ + "▁div", + "is" + ], + [ + "▁bel", + "oved" + ], + [ + "▁quant", + "ities" + ], + [ + "▁é", + "d" + ], + [ + "▁", + "éd" + ], + [ + "ien", + "do" + ], + [ + "i", + "endo" + ], + [ + "▁tal", + "ented" + ], + [ + "▁talent", + "ed" + ], + [ + "▁C", + "ad" + ], + [ + "▁Ca", + "d" + ], + [ + "▁В", + "ла" + ], + [ + "▁imm", + "igration" + ], + [ + "▁immigr", + "ation" + ], + [ + "▁ju", + "ris" + ], + [ + "▁jur", + "is" + ], + [ + "▁a", + "er" + ], + [ + "▁e", + "aten" + ], + [ + "▁eat", + "en" + ], + [ + "▁m", + "iejsc" + ], + [ + "▁sum", + "mon" + ], + [ + "pe", + "ople" + ], + [ + "▁g", + "ains" + ], + [ + "▁gain", + "s" + ], + [ + "▁ga", + "ins" + ], + [ + "▁пра", + "во" + ], + [ + "▁restr", + "iction" + ], + [ + "▁restrict", + "ion" + ], + [ + "st", + "ub" + ], + [ + "▁b", + "out" + ], + [ + "▁bo", + "ut" + ], + [ + "▁bou", + "t" + ], + [ + "▁slave", + "ry" + ], + [ + "▁sla", + "very" + ], + [ + "▁comput", + "ation" + ], + [ + "▁ar", + "mor" + ], + [ + "▁arm", + "or" + ], + [ + "▁e", + "k" + ], + [ + "▁", + "ek" + ], + [ + "▁Muslim", + "s" + ], + [ + "▁co", + "operation" + ], + [ + "▁cooper", + "ation" + ], + [ + "▁enh", + "anced" + ], + [ + "▁enhance", + "d" + ], + [ + "os", + "lav" + ], + [ + "▁ab", + "rupt" + ], + [ + "▁pod", + "cast" + ], + [ + "▁hospital", + "s" + ], + [ + "▁hosp", + "itals" + ], + [ + "нь", + "о" + ], + [ + "▁hot", + "els" + ], + [ + "▁hotel", + "s" + ], + [ + "▁Wik", + "ipedia" + ], + [ + "▁ж", + "ен" + ], + [ + "▁же", + "н" + ], + [ + "▁", + "жен" + ], + [ + "G", + "LOBAL" + ], + [ + "▁Commun", + "ist" + ], + [ + "an", + "gles" + ], + [ + "ang", + "les" + ], + [ + "angle", + "s" + ], + [ + "▁t", + "high" + ], + [ + "▁th", + "igh" + ], + [ + "▁K", + "irk" + ], + [ + "▁Kir", + "k" + ], + [ + "▁t", + "ends" + ], + [ + "▁ten", + "ds" + ], + [ + "▁tend", + "s" + ], + [ + "▁M", + "ode" + ], + [ + "▁Mod", + "e" + ], + [ + "▁Mo", + "de" + ], + [ + "▁", + "Mode" + ], + [ + "▁N", + "atur" + ], + [ + "▁Nat", + "ur" + ], + [ + "▁de", + "let" + ], + [ + "▁del", + "et" + ], + [ + "▁po", + "pul" + ], + [ + "▁pop", + "ul" + ], + [ + "▁Ch", + "amber" + ], + [ + "▁Cha", + "mber" + ], + [ + "▁Conserv", + "ative" + ], + [ + "kr", + "ieg" + ], + [ + "k", + "rieg" + ], + [ + "▁Class", + "ic" + ], + [ + "▁die", + "sem" + ], + [ + "▁dies", + "em" + ], + [ + "▁diese", + "m" + ], + [ + "▁em", + "power" + ], + [ + "▁emp", + "ower" + ], + [ + "▁M", + "es" + ], + [ + "▁Me", + "s" + ], + [ + "▁de", + "alt" + ], + [ + "▁deal", + "t" + ], + [ + "▁e", + "stad" + ], + [ + "▁est", + "ad" + ], + [ + "▁esta", + "d" + ], + [ + "▁Se", + "it" + ], + [ + "▁cred", + "its" + ], + [ + "▁credit", + "s" + ], + [ + "sub", + "subsection" + ], + [ + "Inv", + "oke" + ], + [ + "▁phys", + "ician" + ], + [ + "це", + "в" + ], + [ + "ц", + "ев" + ], + [ + "ás", + "a" + ], + [ + "á", + "sa" + ], + [ + "▁g", + "ob" + ], + [ + "▁go", + "b" + ], + [ + "▁R", + "ug" + ], + [ + "▁Ru", + "g" + ], + [ + "▁м", + "іс" + ], + [ + "▁мі", + "с" + ], + [ + "sh", + "aller" + ], + [ + "shal", + "ler" + ], + [ + "shall", + "er" + ], + [ + "▁k", + "ol" + ], + [ + "▁ko", + "l" + ], + [ + "▁", + "kol" + ], + [ + "▁c", + "ared" + ], + [ + "▁car", + "ed" + ], + [ + "▁care", + "d" + ], + [ + "▁ca", + "red" + ], + [ + "▁of", + "icial" + ], + [ + "no", + "s" + ], + [ + "n", + "os" + ], + [ + "▁j", + "el" + ], + [ + "▁je", + "l" + ], + [ + "▁", + "jel" + ], + [ + "null", + "able" + ], + [ + "GU", + "I" + ], + [ + "G", + "UI" + ], + [ + "▁r", + "app" + ], + [ + "▁rap", + "p" + ], + [ + "▁ra", + "pp" + ], + [ + "▁An", + "nie" + ], + [ + "▁Ann", + "ie" + ], + [ + "▁st", + "ocks" + ], + [ + "▁stock", + "s" + ], + [ + "▁sto", + "cks" + ], + [ + "▁develop", + "er" + ], + [ + "▁pl", + "acement" + ], + [ + "▁place", + "ment" + ], + [ + "▁plac", + "ement" + ], + [ + "▁", + "placement" + ], + [ + "(\"", + "<" + ], + [ + "▁l", + "avor" + ], + [ + "▁la", + "vor" + ], + [ + "▁lav", + "or" + ], + [ + "▁acc", + "us" + ], + [ + "Mar", + "t" + ], + [ + "Ma", + "rt" + ], + [ + "M", + "art" + ], + [ + "amer", + "ikan" + ], + [ + "▁sk", + "etch" + ], + [ + "▁sent", + "iment" + ], + [ + "▁а", + "мерикан" + ], + [ + "An", + "chor" + ], + [ + "Mer", + "ge" + ], + [ + "Pe", + "ople" + ], + [ + "▁rend", + "ered" + ], + [ + "▁render", + "ed" + ], + [ + "▁la", + "und" + ], + [ + "▁n", + "ons" + ], + [ + "▁no", + "ns" + ], + [ + "▁non", + "s" + ], + [ + "▁bl", + "ew" + ], + [ + "▁ble", + "w" + ], + [ + "k", + "b" + ], + [ + "ate", + "gor" + ], + [ + "ateg", + "or" + ], + [ + "▁franç", + "aise" + ], + [ + "▁français", + "e" + ], + [ + "KE", + "N" + ], + [ + "K", + "EN" + ], + [ + "method", + "s" + ], + [ + "▁Part", + "icip" + ], + [ + "nost", + "i" + ], + [ + "nos", + "ti" + ], + [ + "n", + "osti" + ], + [ + "▁com", + "merce" + ], + [ + "▁commer", + "ce" + ], + [ + "▁", + "commerce" + ], + [ + "▁до", + "ма" + ], + [ + "▁d", + "re" + ], + [ + "▁dr", + "e" + ], + [ + "▁t", + "win" + ], + [ + "▁tw", + "in" + ], + [ + "▁ded", + "ic" + ], + [ + "▁U", + "TC" + ], + [ + "▁", + "UTC" + ], + [ + "We", + "ek" + ], + [ + "▁differ", + "ential" + ], + [ + "▁different", + "ial" + ], + [ + "л", + "ё" + ], + [ + "▁Ch", + "oose" + ], + [ + "▁Cho", + "ose" + ], + [ + "▁\"", + "(" + ], + [ + "▁то", + "м" + ], + [ + "▁", + "том" + ], + [ + "▁про", + "фе" + ], + [ + "em", + "ark" + ], + [ + "e", + "mark" + ], + [ + "▁fe", + "ared" + ], + [ + "▁fear", + "ed" + ], + [ + "sk", + "o" + ], + [ + "s", + "ko" + ], + [ + "Br", + "anch" + ], + [ + "▁in", + "vention" + ], + [ + "▁inv", + "ention" + ], + [ + "▁invent", + "ion" + ], + [ + "er", + "mine" + ], + [ + "erm", + "ine" + ], + [ + "▁car", + "act" + ], + [ + "▁ca", + "ract" + ], + [ + "ро", + "го" + ], + [ + "р", + "ого" + ], + [ + "lo", + "yd" + ], + [ + "▁ку", + "ль" + ], + [ + "▁", + "куль" + ], + [ + "▁del", + "icate" + ], + [ + "Or", + "gan" + ], + [ + "▁Im", + "pro" + ], + [ + "▁Imp", + "ro" + ], + [ + "▁r", + "ip" + ], + [ + "▁ri", + "p" + ], + [ + "▁", + "rip" + ], + [ + "Up", + "dated" + ], + [ + "Update", + "d" + ], + [ + "ul", + "ent" + ], + [ + "ule", + "nt" + ], + [ + "▁o", + "bra" + ], + [ + "▁ob", + "ra" + ], + [ + "s", + "uspend" + ], + [ + "Line", + "s" + ], + [ + "Lin", + "es" + ], + [ + "Li", + "nes" + ], + [ + "L", + "ines" + ], + [ + "▁b", + "anda" + ], + [ + "▁band", + "a" + ], + [ + "▁ban", + "da" + ], + [ + "ot", + "ta" + ], + [ + "ott", + "a" + ], + [ + "o", + "tta" + ], + [ + "▁k", + "ole" + ], + [ + "▁ko", + "le" + ], + [ + "▁kol", + "e" + ], + [ + "il", + "io" + ], + [ + "ili", + "o" + ], + [ + "i", + "lio" + ], + [ + "▁output", + "s" + ], + [ + "▁", + "outputs" + ], + [ + "est", + "ro" + ], + [ + "estr", + "o" + ], + [ + "AAAA", + "AAAA" + ], + [ + "R", + "UN" + ], + [ + "ne", + "nt" + ], + [ + "nen", + "t" + ], + [ + "n", + "ent" + ], + [ + "▁d", + "ated" + ], + [ + "▁da", + "ted" + ], + [ + "▁dat", + "ed" + ], + [ + "▁date", + "d" + ], + [ + "▁", + "dated" + ], + [ + "▁s", + "py" + ], + [ + "▁sp", + "y" + ], + [ + "▁c", + "rap" + ], + [ + "▁cr", + "ap" + ], + [ + "▁in", + "coming" + ], + [ + "▁inc", + "oming" + ], + [ + "▁ф", + "ев" + ], + [ + "▁фе", + "в" + ], + [ + "PH", + "Y" + ], + [ + "P", + "HY" + ], + [ + "▁O", + "range" + ], + [ + "▁Or", + "ange" + ], + [ + "▁ob", + "server" + ], + [ + "▁observ", + "er" + ], + [ + "▁observe", + "r" + ], + [ + "▁up", + "stairs" + ], + [ + "ion", + "ed" + ], + [ + "io", + "ned" + ], + [ + "ione", + "d" + ], + [ + "i", + "oned" + ], + [ + "▁a", + "tr" + ], + [ + "▁at", + "r" + ], + [ + "▁", + "atr" + ], + [ + "igh", + "bor" + ], + [ + "▁expect", + "ation" + ], + [ + "Hi", + "s" + ], + [ + "H", + "is" + ], + [ + "im", + "edia" + ], + [ + "i", + "media" + ], + [ + "com", + "put" + ], + [ + "comp", + "ut" + ], + [ + "▁arg", + "v" + ], + [ + "▁", + "argv" + ], + [ + "▁ear", + "liest" + ], + [ + "та", + "ли" + ], + [ + "тал", + "и" + ], + [ + "т", + "али" + ], + [ + "мо", + "н" + ], + [ + "м", + "он" + ], + [ + "ol", + "len" + ], + [ + "oll", + "en" + ], + [ + "ra", + "ke" + ], + [ + "r", + "ake" + ], + [ + "▁pat", + "ience" + ], + [ + "ходи", + "т" + ], + [ + "ход", + "ит" + ], + [ + "▁де", + "ка" + ], + [ + "▁bu", + "yers" + ], + [ + "▁buy", + "ers" + ], + [ + "▁buyer", + "s" + ], + [ + "▁Conne", + "ct" + ], + [ + "▁", + "Connect" + ], + [ + "▁Univers", + "al" + ], + [ + "▁adjust", + "ed" + ], + [ + "▁adj", + "usted" + ], + [ + "im", + "eq" + ], + [ + "ime", + "q" + ], + [ + "el", + "lers" + ], + [ + "ell", + "ers" + ], + [ + "elle", + "rs" + ], + [ + "eller", + "s" + ], + [ + "▁ru", + "in" + ], + [ + "▁Cr", + "usher" + ], + [ + "▁Freder", + "ick" + ], + [ + "ott", + "age" + ], + [ + "otta", + "ge" + ], + [ + "▁com", + "prom" + ], + [ + "▁comp", + "rom" + ], + [ + "▁compr", + "om" + ], + [ + "ia", + "sm" + ], + [ + "ias", + "m" + ], + [ + "i", + "asm" + ], + [ + "wa", + "ve" + ], + [ + "w", + "ave" + ], + [ + "▁encour", + "aging" + ], + [ + "▁be", + "ans" + ], + [ + "▁bean", + "s" + ], + [ + "▁", + "beans" + ], + [ + "▁per", + "ceived" + ], + [ + "…", + "]" + ], + [ + "▁gl", + "obe" + ], + [ + "▁glob", + "e" + ], + [ + "▁glo", + "be" + ], + [ + "▁S", + "F" + ], + [ + "▁", + "SF" + ], + [ + "he", + "rent" + ], + [ + "her", + "ent" + ], + [ + "here", + "nt" + ], + [ + "▁a", + "like" + ], + [ + "▁al", + "ike" + ], + [ + "▁ali", + "ke" + ], + [ + "▁hur", + "ried" + ], + [ + "qu", + "el" + ], + [ + "que", + "l" + ], + [ + "q", + "uel" + ], + [ + "▁mus", + "icians" + ], + [ + "▁music", + "ians" + ], + [ + "▁musician", + "s" + ], + [ + "ar", + "z" + ], + [ + "a", + "rz" + ], + [ + "по", + "в" + ], + [ + "п", + "ов" + ], + [ + "drop", + "down" + ], + [ + "ac", + "l" + ], + [ + "a", + "cl" + ], + [ + "pre", + "view" + ], + [ + "prev", + "iew" + ], + [ + "p", + "review" + ], + [ + "▁under", + "neath" + ], + [ + "ze", + "ś" + ], + [ + "▁fem", + "ales" + ], + [ + "▁female", + "s" + ], + [ + "list", + "ener" + ], + [ + "listen", + "er" + ], + [ + "▁C", + "AN" + ], + [ + "▁CA", + "N" + ], + [ + "▁", + "CAN" + ], + [ + "▁T", + "ow" + ], + [ + "▁To", + "w" + ], + [ + "▁pe", + "ers" + ], + [ + "▁peer", + "s" + ], + [ + "tl", + "s" + ], + [ + "t", + "ls" + ], + [ + "at", + "ra" + ], + [ + "atr", + "a" + ], + [ + "a", + "tra" + ], + [ + "se", + "nder" + ], + [ + "send", + "er" + ], + [ + "sen", + "der" + ], + [ + "s", + "ender" + ], + [ + "TIME", + "OUT" + ], + [ + "fu", + "rt" + ], + [ + "fur", + "t" + ], + [ + "f", + "urt" + ], + [ + "▁Gu", + "erra" + ], + [ + "{}", + ")" + ], + [ + "{", + "})" + ], + [ + "▁D", + "urch" + ], + [ + "▁Dur", + "ch" + ], + [ + "▁s", + "ki" + ], + [ + "▁sk", + "i" + ], + [ + "▁", + "ski" + ], + [ + "il", + "las" + ], + [ + "ill", + "as" + ], + [ + "illa", + "s" + ], + [ + "▁S", + "of" + ], + [ + "▁So", + "f" + ], + [ + "▁Organ", + "ization" + ], + [ + "▁C", + "leveland" + ], + [ + "▁b", + "utt" + ], + [ + "▁but", + "t" + ], + [ + "▁bu", + "tt" + ], + [ + "▁sim", + "ilarly" + ], + [ + "▁similar", + "ly" + ], + [ + "▁assert", + "True" + ], + [ + "▁", + "assertTrue" + ], + [ + "▁inev", + "itable" + ], + [ + "ne", + "ll" + ], + [ + "nel", + "l" + ], + [ + "n", + "ell" + ], + [ + "▁R", + "af" + ], + [ + "▁Ra", + "f" + ], + [ + "DIS", + "ABLE" + ], + [ + "am", + "ine" + ], + [ + "ami", + "ne" + ], + [ + "amin", + "e" + ], + [ + "a", + "mine" + ], + [ + "▁Com", + "plete" + ], + [ + "▁Comp", + "lete" + ], + [ + "▁", + "Complete" + ], + [ + "▁be", + "iden" + ], + [ + "▁bei", + "den" + ], + [ + "▁Chall", + "enge" + ], + [ + "Rad", + "io" + ], + [ + "R", + "adio" + ], + [ + "▁Not", + "ice" + ], + [ + "He", + "x" + ], + [ + "H", + "ex" + ], + [ + "▁C", + "uba" + ], + [ + "▁Cub", + "a" + ], + [ + "▁Cu", + "ba" + ], + [ + "▁aug", + "ust" + ], + [ + "▁Philipp", + "ines" + ], + [ + "Mar", + "gin" + ], + [ + "M", + "argin" + ], + [ + "ja", + "l" + ], + [ + "j", + "al" + ], + [ + "gener", + "ator" + ], + [ + "▁t", + "atto" + ], + [ + "▁ta", + "tto" + ], + [ + "▁H", + "em" + ], + [ + "▁He", + "m" + ], + [ + "▁S", + "alt" + ], + [ + "▁Sal", + "t" + ], + [ + "▁Sa", + "lt" + ], + [ + "un", + "ately" + ], + [ + "unate", + "ly" + ], + [ + "▁terr", + "ain" + ], + [ + "▁terra", + "in" + ], + [ + ",\\", + "," + ], + [ + ",", + "\\," + ], + [ + "гра", + "д" + ], + [ + "▁c", + "rop" + ], + [ + "▁cr", + "op" + ], + [ + "▁cro", + "p" + ], + [ + "Name", + "d" + ], + [ + "Na", + "med" + ], + [ + "N", + "amed" + ], + [ + "▁W", + "onder" + ], + [ + "▁Wo", + "nder" + ], + [ + "▁Won", + "der" + ], + [ + "es", + "sen" + ], + [ + "ess", + "en" + ], + [ + "esse", + "n" + ], + [ + "▁f", + "ist" + ], + [ + "▁fi", + "st" + ], + [ + "▁fis", + "t" + ], + [ + "▁z", + "oom" + ], + [ + "▁zo", + "om" + ], + [ + "▁", + "zoom" + ], + [ + "пе", + "н" + ], + [ + "п", + "ен" + ], + [ + "▁ru", + "ling" + ], + [ + "▁rul", + "ing" + ], + [ + "un", + "likely" + ], + [ + "as", + "sy" + ], + [ + "ass", + "y" + ], + [ + "or", + "ent" + ], + [ + "ore", + "nt" + ], + [ + "oren", + "t" + ], + [ + "o", + "rent" + ], + [ + "▁g", + "ibt" + ], + [ + "▁gi", + "bt" + ], + [ + "▁A", + "w" + ], + [ + "sim", + "eq" + ], + [ + "s", + "imeq" + ], + [ + "▁r", + "aid" + ], + [ + "▁ra", + "id" + ], + [ + "▁", + "raid" + ], + [ + "▁Com", + "par" + ], + [ + "▁Comp", + "ar" + ], + [ + "▁", + "Compar" + ], + [ + "▁free", + "ly" + ], + [ + "▁fre", + "ely" + ], + [ + "▁esp", + "añ" + ], + [ + "▁espa", + "ñ" + ], + [ + "▁py", + "thon" + ], + [ + "▁", + "python" + ], + [ + "▁diagn", + "osis" + ], + [ + "▁ch", + "ips" + ], + [ + "▁chip", + "s" + ], + [ + "▁chi", + "ps" + ], + [ + "R", + "azor" + ], + [ + "▁V", + "ert" + ], + [ + "▁Ver", + "t" + ], + [ + "▁Ve", + "rt" + ], + [ + "▁", + "Vert" + ], + [ + "For", + "ward" + ], + [ + "▁P", + "é" + ], + [ + "▁compar", + "able" + ], + [ + "▁anal", + "ys" + ], + [ + "▁analy", + "s" + ], + [ + "St", + "d" + ], + [ + "S", + "td" + ], + [ + "▁Franç", + "ois" + ], + [ + "▁c", + "ó" + ], + [ + "jo", + "s" + ], + [ + "j", + "os" + ], + [ + "▁p", + "eg" + ], + [ + "▁pe", + "g" + ], + [ + "▁", + "peg" + ], + [ + "CON", + "ST" + ], + [ + "cl", + "usive" + ], + [ + "▁voy", + "age" + ], + [ + "▁Sch", + "l" + ], + [ + "▁Sc", + "hl" + ], + [ + "Group", + "Layout" + ], + [ + "oi", + "se" + ], + [ + "ois", + "e" + ], + [ + "o", + "ise" + ], + [ + "сс", + "е" + ], + [ + "с", + "се" + ], + [ + "▁cr", + "ush" + ], + [ + "▁cru", + "sh" + ], + [ + "▁Die", + "se" + ], + [ + "▁Di", + "ese" + ], + [ + "▁Dies", + "e" + ], + [ + "▁be", + "kan" + ], + [ + "▁bek", + "an" + ], + [ + "ci", + "t" + ], + [ + "c", + "it" + ], + [ + "▁Ein", + "wohner" + ], + [ + "▁L", + "an" + ], + [ + "▁La", + "n" + ], + [ + "▁dress", + "ing" + ], + [ + "▁s", + "olved" + ], + [ + "▁sol", + "ved" + ], + [ + "▁solve", + "d" + ], + [ + "М", + "а" + ], + [ + "▁C", + "hel" + ], + [ + "▁Ch", + "el" + ], + [ + "▁Che", + "l" + ], + [ + "par", + "ed" + ], + [ + "pa", + "red" + ], + [ + "pare", + "d" + ], + [ + "p", + "ared" + ], + [ + "▁se", + "aled" + ], + [ + "▁sea", + "led" + ], + [ + "▁seal", + "ed" + ], + [ + "})", + ")" + ], + [ + "}", + "))" + ], + [ + "anc", + "ouver" + ], + [ + "se", + "h" + ], + [ + "s", + "eh" + ], + [ + "ta", + "bles" + ], + [ + "table", + "s" + ], + [ + "tab", + "les" + ], + [ + "t", + "ables" + ], + [ + "▁red", + "dit" + ], + [ + "▁redd", + "it" + ], + [ + "▁", + "reddit" + ], + [ + "▁m", + "our" + ], + [ + "▁mo", + "ur" + ], + [ + "▁mou", + "r" + ], + [ + "▁clean", + "up" + ], + [ + "▁", + "cleanup" + ], + [ + "ov", + "ić" + ], + [ + "ovi", + "ć" + ], + [ + "▁Ur", + "ban" + ], + [ + "oc", + "t" + ], + [ + "o", + "ct" + ], + [ + "то", + "ра" + ], + [ + "тор", + "а" + ], + [ + "▁Le", + "gal" + ], + [ + "▁Leg", + "al" + ], + [ + "▁J", + "ur" + ], + [ + "▁Ju", + "r" + ], + [ + "▁N", + "as" + ], + [ + "▁Na", + "s" + ], + [ + "C", + "ity" + ], + [ + "▁un", + "fortunately" + ], + [ + "▁unfortunate", + "ly" + ], + [ + "▁P", + "ER" + ], + [ + "▁PE", + "R" + ], + [ + "▁", + "PER" + ], + [ + "ma", + "kers" + ], + [ + "make", + "rs" + ], + [ + "maker", + "s" + ], + [ + "m", + "akers" + ], + [ + "▁sig", + "lo" + ], + [ + "▁k", + "in" + ], + [ + "▁ki", + "n" + ], + [ + "▁", + "kin" + ], + [ + "co", + "des" + ], + [ + "code", + "s" + ], + [ + "cod", + "es" + ], + [ + "c", + "odes" + ], + [ + "ля", + "р" + ], + [ + "NI", + "NG" + ], + [ + "N", + "ING" + ], + [ + "▁C", + "ec" + ], + [ + "▁Ce", + "c" + ], + [ + "▁C", + "T" + ], + [ + "▁", + "CT" + ], + [ + "▁R", + "acing" + ], + [ + "▁Ra", + "cing" + ], + [ + "da", + "n" + ], + [ + "d", + "an" + ], + [ + "▁He", + "rz" + ], + [ + "▁Her", + "z" + ], + [ + "▁gen", + "ius" + ], + [ + "▁e", + "urop" + ], + [ + "▁eu", + "rop" + ], + [ + "serv", + "let" + ], + [ + "ow", + "ego" + ], + [ + "owe", + "go" + ], + [ + "▁Im", + "agine" + ], + [ + "▁Imp", + "erial" + ], + [ + "▁Imper", + "ial" + ], + [ + "Re", + "gex" + ], + [ + "Reg", + "ex" + ], + [ + "c", + "é" + ], + [ + "HE", + "D" + ], + [ + "H", + "ED" + ], + [ + "det", + "ect" + ], + [ + "з", + "ни" + ], + [ + "io", + "c" + ], + [ + "i", + "oc" + ], + [ + "Anal", + "ysis" + ], + [ + "Analy", + "sis" + ], + [ + "▁*", + "=" + ], + [ + "▁f", + "ever" + ], + [ + "▁fe", + "ver" + ], + [ + "▁Ob", + "viously" + ], + [ + "F", + "oot" + ], + [ + "Line", + "ar" + ], + [ + "Lin", + "ear" + ], + [ + "▁p", + "ró" + ], + [ + "▁pr", + "ó" + ], + [ + "▁satell", + "ite" + ], + [ + "▁B", + "eng" + ], + [ + "▁Be", + "ng" + ], + [ + "▁Ben", + "g" + ], + [ + "bound", + "s" + ], + [ + "b", + "ounds" + ], + [ + "▁J", + "azz" + ], + [ + "▁Ja", + "zz" + ], + [ + "▁C", + "urt" + ], + [ + "▁Cur", + "t" + ], + [ + "▁Cu", + "rt" + ], + [ + "▁поли", + "ти" + ], + [ + "▁b", + "ild" + ], + [ + "▁bi", + "ld" + ], + [ + "▁bil", + "d" + ], + [ + "▁", + "bild" + ], + [ + "▁\"", + "\");" + ], + [ + "▁\"\"", + ");" + ], + [ + "▁\"\")", + ";" + ], + [ + "▁document", + "ary" + ], + [ + "▁gr", + "asp" + ], + [ + "▁gra", + "sp" + ], + [ + "▁gras", + "p" + ], + [ + "▁d", + "la" + ], + [ + "▁dl", + "a" + ], + [ + "TR", + "A" + ], + [ + "T", + "RA" + ], + [ + "▁read", + "ily" + ], + [ + "To", + "r" + ], + [ + "T", + "or" + ], + [ + "C", + "ACHE" + ], + [ + "▁Const", + "ruction" + ], + [ + "▁Construct", + "ion" + ], + [ + "▁d", + "ía" + ], + [ + "да", + "т" + ], + [ + "д", + "ат" + ], + [ + "▁G", + "rey" + ], + [ + "▁Gr", + "ey" + ], + [ + "▁Gre", + "y" + ], + [ + "run", + "ner" + ], + [ + "le", + "ading" + ], + [ + "▁co", + "oked" + ], + [ + "▁cook", + "ed" + ], + [ + "ro", + "log" + ], + [ + "rol", + "og" + ], + [ + "r", + "olog" + ], + [ + "▁annoy", + "ing" + ], + [ + "DE", + "LETE" + ], + [ + "amer", + "ican" + ], + [ + "▁Niger", + "ia" + ], + [ + "▁d", + "ai" + ], + [ + "▁da", + "i" + ], + [ + "▁", + "dai" + ], + [ + "▁sac", + "rific" + ], + [ + "▁serv", + "ant" + ], + [ + "▁s", + "kb" + ], + [ + "▁sk", + "b" + ], + [ + "▁", + "skb" + ], + [ + "▁b", + "arg" + ], + [ + "▁bar", + "g" + ], + [ + "▁ba", + "rg" + ], + [ + "pix", + "el" + ], + [ + "p", + "ixel" + ], + [ + "In", + "ject" + ], + [ + "ca", + "ched" + ], + [ + "cache", + "d" + ], + [ + "c", + "ached" + ], + [ + "▁cou", + "pled" + ], + [ + "▁couple", + "d" + ], + [ + "▁coup", + "led" + ], + [ + "un", + "gle" + ], + [ + "ung", + "le" + ], + [ + "pro", + "b" + ], + [ + "pr", + "ob" + ], + [ + "p", + "rob" + ], + [ + ">{", + "@" + ], + [ + "ла", + "го" + ], + [ + "default", + "s" + ], + [ + "▁por", + "trait" + ], + [ + "▁port", + "rait" + ], + [ + "▁d", + "ental" + ], + [ + "▁den", + "tal" + ], + [ + "▁dent", + "al" + ], + [ + "▁d", + "estro" + ], + [ + "▁dest", + "ro" + ], + [ + "▁r", + "ue" + ], + [ + "▁ru", + "e" + ], + [ + "▁hy", + "brid" + ], + [ + "▁", + "й" + ], + [ + "▁CO", + "MP" + ], + [ + "▁COM", + "P" + ], + [ + "▁", + "COMP" + ], + [ + "▁B", + "ent" + ], + [ + "▁Be", + "nt" + ], + [ + "▁Ben", + "t" + ], + [ + "Com", + "pare" + ], + [ + "Comp", + "are" + ], + [ + "Compar", + "e" + ], + [ + "bo", + "th" + ], + [ + "bot", + "h" + ], + [ + "b", + "oth" + ], + [ + "kl", + "ahoma" + ], + [ + "ais", + "er" + ], + [ + "ai", + "ser" + ], + [ + "aise", + "r" + ], + [ + "a", + "iser" + ], + [ + "Su", + "re" + ], + [ + "Sur", + "e" + ], + [ + "S", + "ure" + ], + [ + "▁s", + "olving" + ], + [ + "▁sol", + "ving" + ], + [ + "▁l", + "ista" + ], + [ + "▁li", + "sta" + ], + [ + "▁list", + "a" + ], + [ + "▁", + "lista" + ], + [ + "▁у", + "чи" + ], + [ + "▁Ev", + "ans" + ], + [ + "▁Eva", + "ns" + ], + [ + "▁f", + "usion" + ], + [ + "▁fus", + "ion" + ], + [ + "▁compl", + "aint" + ], + [ + "▁complain", + "t" + ], + [ + "H", + "P" + ], + [ + "He", + "ap" + ], + [ + "al", + "ways" + ], + [ + "M", + "gr" + ], + [ + "▁appro", + "x" + ], + [ + "▁", + "approx" + ], + [ + "display", + "style" + ], + [ + "lo", + "rd" + ], + [ + "lor", + "d" + ], + [ + "l", + "ord" + ], + [ + "in", + "sn" + ], + [ + "ins", + "n" + ], + [ + "▁Fe", + "ature" + ], + [ + "▁", + "Feature" + ], + [ + "RP", + "C" + ], + [ + "R", + "PC" + ], + [ + "▁v", + "et" + ], + [ + "▁ve", + "t" + ], + [ + "▁", + "vet" + ], + [ + "К", + "а" + ], + [ + "▁kil", + "omet" + ], + [ + "▁kilom", + "et" + ], + [ + "▁deliver", + "ing" + ], + [ + "▁const", + "itution" + ], + [ + "sh", + "ine" + ], + [ + "ле", + "к" + ], + [ + "▁го", + "род" + ], + [ + "▁горо", + "д" + ], + [ + "▁prob", + "able" + ], + [ + "▁run", + "ner" + ], + [ + "▁", + "runner" + ], + [ + "hr", + "en" + ], + [ + "hre", + "n" + ], + [ + "h", + "ren" + ], + [ + "▁N", + "ep" + ], + [ + "▁Ne", + "p" + ], + [ + "▁over", + "night" + ], + [ + "pr", + "ead" + ], + [ + "pre", + "ad" + ], + [ + "p", + "read" + ], + [ + "л", + "та" + ], + [ + "фор", + "ма" + ], + [ + "CL", + "O" + ], + [ + "C", + "LO" + ], + [ + "ie", + "sa" + ], + [ + "ies", + "a" + ], + [ + "i", + "esa" + ], + [ + "▁object", + "ives" + ], + [ + "▁objective", + "s" + ], + [ + "con", + "tract" + ], + [ + "cont", + "ract" + ], + [ + "contr", + "act" + ], + [ + "EX", + "P" + ], + [ + "▁col", + "ours" + ], + [ + "▁colour", + "s" + ], + [ + "xi", + "co" + ], + [ + "xic", + "o" + ], + [ + "x", + "ico" + ], + [ + "C", + "lean" + ], + [ + "▁light", + "ly" + ], + [ + "▁scen", + "arios" + ], + [ + "▁scenario", + "s" + ], + [ + "▁qu", + "arters" + ], + [ + "▁quarter", + "s" + ], + [ + "▁quart", + "ers" + ], + [ + "▁quar", + "ters" + ], + [ + "▁", + "quarters" + ], + [ + "▁D", + "ear" + ], + [ + "▁De", + "ar" + ], + [ + "▁l", + "uc" + ], + [ + "▁lu", + "c" + ], + [ + "▁app", + "et" + ], + [ + "▁ap", + "pet" + ], + [ + "▁appe", + "t" + ], + [ + "▁de", + "port" + ], + [ + "▁dep", + "ort" + ], + [ + "Sa", + "fe" + ], + [ + "▁me", + "nos" + ], + [ + "▁men", + "os" + ], + [ + "▁Paul", + "o" + ], + [ + "▁Pa", + "ulo" + ], + [ + "CI", + "AL" + ], + [ + "C", + "IAL" + ], + [ + "ці", + "в" + ], + [ + "ц", + "ів" + ], + [ + "▁R", + "oc" + ], + [ + "▁Ro", + "c" + ], + [ + "▁c", + "aring" + ], + [ + "▁car", + "ing" + ], + [ + "▁ca", + "ring" + ], + [ + "▁elect", + "ro" + ], + [ + "▁de", + "cember" + ], + [ + "▁dec", + "ember" + ], + [ + "▁dece", + "mber" + ], + [ + "▁Phil", + "osoph" + ], + [ + "▁col", + "ored" + ], + [ + "▁color", + "ed" + ], + [ + "▁", + "colored" + ], + [ + "it", + "sch" + ], + [ + "its", + "ch" + ], + [ + "ropol", + "itan" + ], + [ + "os", + "ti" + ], + [ + "ost", + "i" + ], + [ + "▁N", + "ut" + ], + [ + "▁Nu", + "t" + ], + [ + "▁consecut", + "ive" + ], + [ + "Pe", + "er" + ], + [ + "ar", + "ness" + ], + [ + "arn", + "ess" + ], + [ + "▁ż", + "e" + ], + [ + "▁", + "że" + ], + [ + "▁A", + "round" + ], + [ + "▁Ar", + "ound" + ], + [ + "af", + "ka" + ], + [ + "▁d", + "io" + ], + [ + "▁di", + "o" + ], + [ + "ci", + "p" + ], + [ + "c", + "ip" + ], + [ + "▁to", + "ys" + ], + [ + "▁toy", + "s" + ], + [ + "cr", + "o" + ], + [ + "c", + "ro" + ], + [ + "▁m", + "iser" + ], + [ + "▁mis", + "er" + ], + [ + "▁mi", + "ser" + ], + [ + "▁mise", + "r" + ], + [ + "check", + "box" + ], + [ + "▁F", + "isher" + ], + [ + "▁Fish", + "er" + ], + [ + "▁gover", + "ned" + ], + [ + "▁govern", + "ed" + ], + [ + "▁h", + "á" + ], + [ + "▁En", + "able" + ], + [ + "▁", + "Enable" + ], + [ + "▁t", + "rivial" + ], + [ + "▁occup", + "ation" + ], + [ + "ro", + "rs" + ], + [ + "ror", + "s" + ], + [ + "r", + "ors" + ], + [ + "▁l", + "av" + ], + [ + "▁la", + "v" + ], + [ + "▁", + "lav" + ], + [ + "▁m", + "ou" + ], + [ + "▁mo", + "u" + ], + [ + "▁b", + "ord" + ], + [ + "▁bo", + "rd" + ], + [ + "▁bor", + "d" + ], + [ + "ли", + "ч" + ], + [ + "Ro", + "om" + ], + [ + "R", + "oom" + ], + [ + "')", + "\r" + ], + [ + "'", + ")\r" + ], + [ + "▁art", + "ic" + ], + [ + "▁m", + "ientras" + ], + [ + "ch", + "air" + ], + [ + "cha", + "ir" + ], + [ + "uation", + "s" + ], + [ + "u", + "ations" + ], + [ + "▁comm", + "ented" + ], + [ + "▁comment", + "ed" + ], + [ + "▁trigger", + "ed" + ], + [ + "Can", + "not" + ], + [ + "C", + "annot" + ], + [ + "▁Marc", + "us" + ], + [ + "▁p", + "unct" + ], + [ + "▁pun", + "ct" + ], + [ + "▁achie", + "vement" + ], + [ + "▁achieve", + "ment" + ], + [ + "е", + "ди" + ], + [ + "ext", + "ensions" + ], + [ + "extension", + "s" + ], + [ + "ad", + "ers" + ], + [ + "ade", + "rs" + ], + [ + "ader", + "s" + ], + [ + "a", + "ders" + ], + [ + "jo", + "urs" + ], + [ + "jour", + "s" + ], + [ + "j", + "ours" + ], + [ + "ir", + "lines" + ], + [ + "irl", + "ines" + ], + [ + "▁со", + "стоя" + ], + [ + "V", + "IEW" + ], + [ + "▁Nap", + "ole" + ], + [ + "Conf", + "irm" + ], + [ + "▁por", + "que" + ], + [ + "........", + "........" + ], + [ + "▁LI", + "ABILITY" + ], + [ + "Wall", + "et" + ], + [ + "W", + "allet" + ], + [ + "Sub", + "ject" + ], + [ + "al", + "gorithm" + ], + [ + "▁tr", + "iple" + ], + [ + "▁tri", + "ple" + ], + [ + "▁trip", + "le" + ], + [ + "ru", + "b" + ], + [ + "r", + "ub" + ], + [ + "▁se", + "cur" + ], + [ + "▁sec", + "ur" + ], + [ + "▁hand", + "some" + ], + [ + "▁hands", + "ome" + ], + [ + "▁d", + "od" + ], + [ + "▁do", + "d" + ], + [ + "r", + "ès" + ], + [ + "ac", + "ja" + ], + [ + "ch", + "od" + ], + [ + "cho", + "d" + ], + [ + "н", + "ва" + ], + [ + "es", + "ar" + ], + [ + "esa", + "r" + ], + [ + "an", + "chor" + ], + [ + "anc", + "hor" + ], + [ + "anch", + "or" + ], + [ + "▁Soph", + "ie" + ], + [ + "▁Украї", + "ни" + ], + [ + "Up", + "per" + ], + [ + "am", + "ous" + ], + [ + "amo", + "us" + ], + [ + "Fe", + "atures" + ], + [ + "Feature", + "s" + ], + [ + "▁б", + "ли" + ], + [ + "▁", + "бли" + ], + [ + "Supp", + "ress" + ], + [ + "Sup", + "press" + ], + [ + "▁kil", + "om" + ], + [ + "▁Z", + "u" + ], + [ + "▁belong", + "ed" + ], + [ + "▁Red", + "dit" + ], + [ + "▁pro", + "ces" + ], + [ + "▁proc", + "es" + ], + [ + "▁с", + "тар" + ], + [ + "▁ста", + "р" + ], + [ + "▁ст", + "ар" + ], + [ + "▁F", + "est" + ], + [ + "▁Fe", + "st" + ], + [ + "/", + "%" + ], + [ + "▁P", + "am" + ], + [ + "▁Pa", + "m" + ], + [ + "st", + "orm" + ], + [ + "sto", + "rm" + ], + [ + "W", + "W" + ], + [ + "P", + "aul" + ], + [ + "▁t", + "ales" + ], + [ + "▁tal", + "es" + ], + [ + "▁ta", + "les" + ], + [ + "▁tale", + "s" + ], + [ + "▁рай", + "она" + ], + [ + "▁райо", + "на" + ], + [ + "▁район", + "а" + ], + [ + "▁spread", + "ing" + ], + [ + "▁s", + "ched" + ], + [ + "▁sc", + "hed" + ], + [ + "▁sch", + "ed" + ], + [ + "▁sche", + "d" + ], + [ + "▁", + "sched" + ], + [ + "le", + "ased" + ], + [ + "lease", + "d" + ], + [ + "Non", + "Null" + ], + [ + "▁High", + "way" + ], + [ + "▁Re", + "serve" + ], + [ + "▁Res", + "erve" + ], + [ + "▁c", + "ater" + ], + [ + "▁cat", + "er" + ], + [ + "▁ca", + "ter" + ], + [ + "▁t", + "ire" + ], + [ + "▁ti", + "re" + ], + [ + "▁tir", + "e" + ], + [ + "▁por", + "ch" + ], + [ + "qu", + "ier" + ], + [ + "US", + "A" + ], + [ + "U", + "SA" + ], + [ + "▁Sw", + "iss" + ], + [ + "▁", + "È" + ], + [ + "▁br", + "ave" + ], + [ + "▁bra", + "ve" + ], + [ + "▁explos", + "ion" + ], + [ + "l", + "r" + ], + [ + "▁class", + "ified" + ], + [ + "Ab", + "out" + ], + [ + "▁P", + "ict" + ], + [ + "▁Pic", + "t" + ], + [ + "▁Pi", + "ct" + ], + [ + "▁Dub", + "lin" + ], + [ + "▁separ", + "ately" + ], + [ + "▁separate", + "ly" + ], + [ + "▁bank", + "ing" + ], + [ + "▁ban", + "king" + ], + [ + "▁Christian", + "ity" + ], + [ + "mi", + "gr" + ], + [ + "m", + "igr" + ], + [ + "Ro", + "b" + ], + [ + "R", + "ob" + ], + [ + "се", + "р" + ], + [ + "с", + "ер" + ], + [ + "▁el", + "f" + ], + [ + "▁", + "elf" + ], + [ + "▁employ", + "ers" + ], + [ + "▁employer", + "s" + ], + [ + "▁S", + "low" + ], + [ + "▁Sl", + "ow" + ], + [ + "▁j", + "uli" + ], + [ + "▁ju", + "li" + ], + [ + "▁jul", + "i" + ], + [ + "west", + "ern" + ], + [ + "w", + "estern" + ], + [ + "▁anal", + "yst" + ], + [ + "▁analy", + "st" + ], + [ + "▁analys", + "t" + ], + [ + "ob", + "serv" + ], + [ + "obs", + "erv" + ], + [ + "▁N", + "ice" + ], + [ + "▁Nic", + "e" + ], + [ + "▁Ni", + "ce" + ], + [ + "▁G", + "C" + ], + [ + "▁", + "GC" + ], + [ + "▁Let", + "ter" + ], + [ + "▁ha", + "rass" + ], + [ + "▁har", + "ass" + ], + [ + "User", + "name" + ], + [ + "▁A", + "unt" + ], + [ + "▁Au", + "nt" + ], + [ + "▁с", + "ент" + ], + [ + "Su", + "p" + ], + [ + "S", + "up" + ], + [ + "IC", + "ES" + ], + [ + "ICE", + "S" + ], + [ + "RE", + "NT" + ], + [ + "R", + "ENT" + ], + [ + "rat", + "io" + ], + [ + "r", + "atio" + ], + [ + "▁Мо", + "ск" + ], + [ + "▁an", + "gles" + ], + [ + "▁ang", + "les" + ], + [ + "▁angle", + "s" + ], + [ + "▁angl", + "es" + ], + [ + "▁", + "angles" + ], + [ + "▁l", + "lev" + ], + [ + "▁ll", + "ev" + ], + [ + "_", + "*" + ], + [ + "▁n", + "it" + ], + [ + "▁ni", + "t" + ], + [ + "▁", + "nit" + ], + [ + "▁w", + "reck" + ], + [ + "▁pat", + "rol" + ], + [ + "▁loyal", + "ty" + ], + [ + "▁n", + "ationale" + ], + [ + "▁nat", + "ionale" + ], + [ + "▁national", + "e" + ], + [ + "▁nation", + "ale" + ], + [ + "go", + "m" + ], + [ + "g", + "om" + ], + [ + "}$", + "-" + ], + [ + "}", + "$-" + ], + [ + "▁dis", + "pute" + ], + [ + "▁disput", + "e" + ], + [ + "▁disp", + "ute" + ], + [ + "▁r", + "us" + ], + [ + "▁ru", + "s" + ], + [ + "▁", + "rus" + ], + [ + "▁П", + "рез" + ], + [ + "▁Пре", + "з" + ], + [ + "▁Indust", + "rial" + ], + [ + "▁dem", + "ocratic" + ], + [ + "▁democr", + "atic" + ], + [ + "b", + "w" + ], + [ + "li", + "mp" + ], + [ + "lim", + "p" + ], + [ + "l", + "imp" + ], + [ + "ur", + "bed" + ], + [ + "urb", + "ed" + ], + [ + "▁mie", + "jsce" + ], + [ + "▁miejsc", + "e" + ], + [ + "ру", + "д" + ], + [ + "▁t", + "ex" + ], + [ + "▁te", + "x" + ], + [ + "▁", + "tex" + ], + [ + "▁develop", + "ments" + ], + [ + "▁development", + "s" + ], + [ + "▁B", + "right" + ], + [ + "▁Br", + "ight" + ], + [ + "▁Brig", + "ht" + ], + [ + "▁var", + "ying" + ], + [ + "▁va", + "rying" + ], + [ + "▁vary", + "ing" + ], + [ + "fa", + "ct" + ], + [ + "fac", + "t" + ], + [ + "f", + "act" + ], + [ + "▁Port", + "al" + ], + [ + "▁Por", + "tal" + ], + [ + "as", + "is" + ], + [ + "asi", + "s" + ], + [ + "a", + "sis" + ], + [ + "▁горо", + "да" + ], + [ + "▁город", + "а" + ], + [ + "▁cre", + "ativity" + ], + [ + "▁creat", + "ivity" + ], + [ + "))", + "))" + ], + [ + ")))", + ")" + ], + [ + ")", + ")))" + ], + [ + ".\"", + ";" + ], + [ + ".", + "\";" + ], + [ + "ie", + "ux" + ], + [ + "ieu", + "x" + ], + [ + "▁prov", + "isions" + ], + [ + "▁provision", + "s" + ], + [ + "uv", + "e" + ], + [ + "u", + "ve" + ], + [ + "La", + "ng" + ], + [ + "L", + "ang" + ], + [ + "miss", + "ing" + ], + [ + "ра", + "т" + ], + [ + "р", + "ат" + ], + [ + "ph", + "ony" + ], + [ + "▁out", + "line" + ], + [ + "pa", + "s" + ], + [ + "p", + "as" + ], + [ + "el", + "m" + ], + [ + "e", + "lm" + ], + [ + "mon", + "itor" + ], + [ + "TC", + "P" + ], + [ + "T", + "CP" + ], + [ + "ka", + "t" + ], + [ + "k", + "at" + ], + [ + "uc", + "ed" + ], + [ + "uce", + "d" + ], + [ + "u", + "ced" + ], + [ + "\\\"", + "," + ], + [ + "\\", + "\"," + ], + [ + "yn", + "a" + ], + [ + "y", + "na" + ], + [ + "ра", + "бо" + ], + [ + "раб", + "о" + ], + [ + "oc", + "ate" + ], + [ + "oca", + "te" + ], + [ + "▁c", + "ares" + ], + [ + "▁car", + "es" + ], + [ + "▁care", + "s" + ], + [ + "▁ca", + "res" + ], + [ + "▁f", + "ins" + ], + [ + "▁fin", + "s" + ], + [ + "▁fi", + "ns" + ], + [ + "▁he", + "ap" + ], + [ + "▁", + "heap" + ], + [ + "▁small", + "est" + ], + [ + "äch", + "st" + ], + [ + "▁I", + "X" + ], + [ + "▁", + "IX" + ], + [ + "re", + "cv" + ], + [ + "rec", + "v" + ], + [ + "key", + "word" + ], + [ + "▁at", + "tra" + ], + [ + "▁att", + "ra" + ], + [ + "▁attr", + "a" + ], + [ + "▁sel", + "bst" + ], + [ + "Un", + "expected" + ], + [ + "Une", + "xpected" + ], + [ + "Sm", + "all" + ], + [ + "▁насе", + "ље" + ], + [ + "▁H", + "us" + ], + [ + "▁Hu", + "s" + ], + [ + "Enc", + "oder" + ], + [ + "Encode", + "r" + ], + [ + "▁un", + "set" + ], + [ + "▁uns", + "et" + ], + [ + "▁home", + "less" + ], + [ + "▁hom", + "eless" + ], + [ + "▁Johann", + "es" + ], + [ + "▁U", + "RI" + ], + [ + "▁", + "URI" + ], + [ + "ant", + "age" + ], + [ + "anta", + "ge" + ], + [ + "▁in", + "hib" + ], + [ + "▁appreci", + "ated" + ], + [ + "▁appreciate", + "d" + ], + [ + "ie", + "lte" + ], + [ + "iel", + "te" + ], + [ + "ielt", + "e" + ], + [ + "i", + "elte" + ], + [ + "▁st", + "ays" + ], + [ + "▁stay", + "s" + ], + [ + "▁sta", + "ys" + ], + [ + "▁alle", + "ged" + ], + [ + "▁alleg", + "ed" + ], + [ + "▁c", + "oding" + ], + [ + "▁co", + "ding" + ], + [ + "▁cod", + "ing" + ], + [ + "▁tv", + "å" + ], + [ + "pipe", + "line" + ], + [ + "p", + "ipeline" + ], + [ + "▁W", + "or" + ], + [ + "▁Wo", + "r" + ], + [ + "File", + "Path" + ], + [ + "▁accept", + "ing" + ], + [ + "▁Ex", + "cell" + ], + [ + "▁L", + "uther" + ], + [ + "▁Lu", + "ther" + ], + [ + "▁Friend", + "s" + ], + [ + "▁c", + "urt" + ], + [ + "▁cur", + "t" + ], + [ + "▁cu", + "rt" + ], + [ + "▁'", + "$" + ], + [ + "▁", + "'$" + ], + [ + "▁tight", + "ly" + ], + [ + "▁cz", + "ę" + ], + [ + "▁un", + "necessary" + ], + [ + "▁F", + "ed" + ], + [ + "▁Fe", + "d" + ], + [ + "▁А", + "нд" + ], + [ + "▁Ан", + "д" + ], + [ + "▁H", + "P" + ], + [ + "▁", + "HP" + ], + [ + "▁String", + "Builder" + ], + [ + "en", + "burg" + ], + [ + "'", + "(" + ], + [ + "vm", + "a" + ], + [ + "v", + "ma" + ], + [ + "▁Ab", + "raham" + ], + [ + "W", + "L" + ], + [ + "▁Re", + "ference" + ], + [ + "▁Refer", + "ence" + ], + [ + "▁", + "Reference" + ], + [ + "J", + "o" + ], + [ + "Bl", + "ob" + ], + [ + "Blo", + "b" + ], + [ + "▁H", + "ugh" + ], + [ + "▁Hug", + "h" + ], + [ + "▁Hu", + "gh" + ], + [ + "▁Bul", + "gar" + ], + [ + "MESS", + "AGE" + ], + [ + "з", + "во" + ], + [ + "▁avoid", + "ed" + ], + [ + "▁po", + "ems" + ], + [ + "▁poem", + "s" + ], + [ + "▁с", + "ы" + ], + [ + "▁", + "сы" + ], + [ + "▁O", + "pp" + ], + [ + "▁Op", + "p" + ], + [ + "av", + "irus" + ], + [ + "avi", + "rus" + ], + [ + "Pre", + "view" + ], + [ + "Prev", + "iew" + ], + [ + "P", + "review" + ], + [ + "▁k", + "er" + ], + [ + "▁ke", + "r" + ], + [ + "▁", + "ker" + ], + [ + "ue", + "va" + ], + [ + "u", + "eva" + ], + [ + "fl", + "ix" + ], + [ + "▁char", + "ging" + ], + [ + "▁charg", + "ing" + ], + [ + "▁motiv", + "ated" + ], + [ + "▁O", + "rd" + ], + [ + "▁Or", + "d" + ], + [ + "▁", + "Ord" + ], + [ + "▁av", + "eva" + ], + [ + "▁ave", + "va" + ], + [ + "x", + "l" + ], + [ + "▁flex", + "ibility" + ], + [ + "ag", + "na" + ], + [ + "agn", + "a" + ], + [ + "▁rac", + "ism" + ], + [ + "d", + "h" + ], + [ + "▁b", + "aking" + ], + [ + "▁ba", + "king" + ], + [ + "F", + "riend" + ], + [ + "ble", + "r" + ], + [ + "bl", + "er" + ], + [ + "b", + "ler" + ], + [ + "▁Log", + "ger" + ], + [ + "▁", + "Logger" + ], + [ + "Te", + "n" + ], + [ + "T", + "en" + ], + [ + "nav", + "igation" + ], + [ + "▁att", + "achment" + ], + [ + "▁attach", + "ment" + ], + [ + "▁", + "attachment" + ], + [ + "▁b", + "ajo" + ], + [ + "▁ba", + "jo" + ], + [ + "▁pr", + "icing" + ], + [ + "▁pri", + "cing" + ], + [ + "▁T", + "ip" + ], + [ + "▁Ti", + "p" + ], + [ + "▁", + "Tip" + ], + [ + "da", + "r" + ], + [ + "d", + "ar" + ], + [ + "G", + "G" + ], + [ + "To", + "ols" + ], + [ + "Tool", + "s" + ], + [ + "Too", + "ls" + ], + [ + "T", + "ools" + ], + [ + "vol", + "ution" + ], + [ + "v", + "olution" + ], + [ + "am", + "as" + ], + [ + "ama", + "s" + ], + [ + "a", + "mas" + ], + [ + "▁b", + "ibli" + ], + [ + "▁adapt", + "ed" + ], + [ + "ox", + "y" + ], + [ + "o", + "xy" + ], + [ + "▁F", + "reedom" + ], + [ + "▁Free", + "dom" + ], + [ + "ri", + "co" + ], + [ + "ric", + "o" + ], + [ + "r", + "ico" + ], + [ + "▁coll", + "apsed" + ], + [ + "▁collapse", + "d" + ], + [ + "z", + "m" + ], + [ + "pl", + "o" + ], + [ + "p", + "lo" + ], + [ + "▁c", + "ô" + ], + [ + "▁r", + "t" + ], + [ + "▁", + "rt" + ], + [ + "än", + "ger" + ], + [ + "äng", + "er" + ], + [ + "änge", + "r" + ], + [ + "▁D", + "R" + ], + [ + "▁", + "DR" + ], + [ + "▁Bit", + "coin" + ], + [ + "go", + "w" + ], + [ + "g", + "ow" + ], + [ + "▁ch", + "ez" + ], + [ + "▁che", + "z" + ], + [ + "▁", + "chez" + ], + [ + "▁ot", + "ro" + ], + [ + "▁te", + "il" + ], + [ + "▁", + "teil" + ], + [ + "ла", + "га" + ], + [ + "▁St", + "ars" + ], + [ + "▁Star", + "s" + ], + [ + "▁Sta", + "rs" + ], + [ + "▁invest", + "ing" + ], + [ + "▁a", + "board" + ], + [ + "▁ab", + "oard" + ], + [ + "▁f", + "lights" + ], + [ + "▁fl", + "ights" + ], + [ + "▁flight", + "s" + ], + [ + "▁genu", + "inely" + ], + [ + "▁genuine", + "ly" + ], + [ + "▁prom", + "ising" + ], + [ + "Rot", + "ation" + ], + [ + "O", + "cc" + ], + [ + "▁su", + "oi" + ], + [ + "▁suo", + "i" + ], + [ + "string", + "ify" + ], + [ + "ac", + "ies" + ], + [ + "aci", + "es" + ], + [ + "a", + "cies" + ], + [ + "▁G", + "round" + ], + [ + "▁Gr", + "ound" + ], + [ + "▁Gro", + "und" + ], + [ + "▁sequ", + "ences" + ], + [ + "▁sequence", + "s" + ], + [ + "▁c", + "ure" + ], + [ + "▁cur", + "e" + ], + [ + "▁cu", + "re" + ], + [ + "out", + "ine" + ], + [ + "▁!", + "!" + ], + [ + "▁", + "!!" + ], + [ + "▁G", + "ay" + ], + [ + "▁Ga", + "y" + ], + [ + "▁garden", + "s" + ], + [ + "▁gard", + "ens" + ], + [ + "▁G", + "las" + ], + [ + "▁Gl", + "as" + ], + [ + "▁Tai", + "wan" + ], + [ + "reg", + "istry" + ], + [ + "▁#", + "{" + ], + [ + "▁", + "#{" + ], + [ + "▁ins", + "pection" + ], + [ + "▁insp", + "ection" + ], + [ + "▁inspect", + "ion" + ], + [ + "Te", + "ll" + ], + [ + "T", + "ell" + ], + [ + "▁`", + "${" + ], + [ + "p", + "matrix" + ], + [ + "▁reg", + "ulation" + ], + [ + "▁regul", + "ation" + ], + [ + "fin", + "ish" + ], + [ + "▁Ed", + "ge" + ], + [ + "▁", + "Edge" + ], + [ + "Sp", + "rite" + ], + [ + "S", + "prite" + ], + [ + "▁Conf", + "eder" + ], + [ + "▁immigr", + "ants" + ], + [ + "▁elder", + "ly" + ], + [ + "um", + "ed" + ], + [ + "ume", + "d" + ], + [ + "u", + "med" + ], + [ + "▁Quest", + "ion" + ], + [ + "▁", + "Question" + ], + [ + "Gate", + "way" + ], + [ + "fo", + "ny" + ], + [ + "fon", + "y" + ], + [ + "f", + "ony" + ], + [ + "ît", + "re" + ], + [ + "î", + "tre" + ], + [ + "▁co", + "sm" + ], + [ + "▁cos", + "m" + ], + [ + "Ro", + "und" + ], + [ + "R", + "ound" + ], + [ + "▁ign", + "oring" + ], + [ + "▁ignor", + "ing" + ], + [ + "▁K", + "i" + ], + [ + "▁sens", + "itivity" + ], + [ + "âte", + "au" + ], + [ + "ât", + "eau" + ], + [ + "▁engine", + "ers" + ], + [ + "▁engineer", + "s" + ], + [ + "▁cor", + "rel" + ], + [ + "▁corre", + "l" + ], + [ + "ir", + "teen" + ], + [ + "irt", + "een" + ], + [ + "▁Sw", + "itzerland" + ], + [ + "▁inher", + "it" + ], + [ + "▁", + "inherit" + ], + [ + "wo", + "r" + ], + [ + "w", + "or" + ], + [ + "▁mid", + "night" + ], + [ + "▁P", + "un" + ], + [ + "▁Pu", + "n" + ], + [ + "ak", + "te" + ], + [ + "akt", + "e" + ], + [ + "a", + "kte" + ], + [ + "Dis", + "able" + ], + [ + "▁es", + "per" + ], + [ + "▁esp", + "er" + ], + [ + "▁not", + "ation" + ], + [ + "▁", + "notation" + ], + [ + "▁Univers", + "idad" + ], + [ + "so", + "l" + ], + [ + "s", + "ol" + ], + [ + "de", + "rn" + ], + [ + "der", + "n" + ], + [ + "d", + "ern" + ], + [ + "in", + "ge" + ], + [ + "ing", + "e" + ], + [ + "▁inv", + "itation" + ], + [ + ")}", + "}" + ], + [ + ")", + "}}" + ], + [ + "▁", + "â" + ], + [ + "▁ess", + "ays" + ], + [ + "▁essay", + "s" + ], + [ + "ar", + "med" + ], + [ + "arm", + "ed" + ], + [ + "ch", + "sel" + ], + [ + "chs", + "el" + ], + [ + "▁не", + "го" + ], + [ + "▁", + "него" + ], + [ + "▁confirm", + "ation" + ], + [ + "un", + "ity" + ], + [ + "unit", + "y" + ], + [ + "uni", + "ty" + ], + [ + "▁Br", + "other" + ], + [ + "▁Bro", + "ther" + ], + [ + "▁", + "Є" + ], + [ + "ni", + "ce" + ], + [ + "nic", + "e" + ], + [ + "n", + "ice" + ], + [ + "▁S", + "ue" + ], + [ + "▁Su", + "e" + ], + [ + "▁t", + "ray" + ], + [ + "▁tr", + "ay" + ], + [ + "▁tra", + "y" + ], + [ + "ро", + "и" + ], + [ + "C", + "ookie" + ], + [ + "▁Feder", + "ation" + ], + [ + "IC", + "T" + ], + [ + "I", + "CT" + ], + [ + "▁p", + "éri" + ], + [ + "stud", + "ent" + ], + [ + "▁V", + "ent" + ], + [ + "▁Ven", + "t" + ], + [ + "▁Ve", + "nt" + ], + [ + "K", + "K" + ], + [ + "ST", + "EM" + ], + [ + "aw", + "k" + ], + [ + "▁re", + "un" + ], + [ + "▁pe", + "oples" + ], + [ + "▁people", + "s" + ], + [ + "io", + "res" + ], + [ + "ior", + "es" + ], + [ + "iore", + "s" + ], + [ + "i", + "ores" + ], + [ + "ou", + "bt" + ], + [ + "▁St", + "age" + ], + [ + "▁Sta", + "ge" + ], + [ + "▁", + "Stage" + ], + [ + "▁c", + "harm" + ], + [ + "▁ch", + "arm" + ], + [ + "▁char", + "m" + ], + [ + "▁cha", + "rm" + ], + [ + "ie", + "ur" + ], + [ + "ieu", + "r" + ], + [ + "i", + "eur" + ], + [ + "▁util", + "ize" + ], + [ + "▁utiliz", + "e" + ], + [ + "▁d", + "istribute" + ], + [ + "▁dist", + "ribute" + ], + [ + "▁distribut", + "e" + ], + [ + "▁g", + "otta" + ], + [ + "▁go", + "tta" + ], + [ + "▁got", + "ta" + ], + [ + "▁block", + "ing" + ], + [ + "H", + "ot" + ], + [ + "br", + "ew" + ], + [ + "bre", + "w" + ], + [ + "b", + "rew" + ], + [ + "▁b", + "onds" + ], + [ + "▁bon", + "ds" + ], + [ + "▁bond", + "s" + ], + [ + "le", + "af" + ], + [ + "Pro", + "te" + ], + [ + "Pr", + "ote" + ], + [ + "P", + "rote" + ], + [ + "▁d", + "ice" + ], + [ + "▁di", + "ce" + ], + [ + "▁dic", + "e" + ], + [ + "▁Nor", + "man" + ], + [ + "▁Norm", + "an" + ], + [ + "▁о", + "кт" + ], + [ + "▁ок", + "т" + ], + [ + "▁in", + "spir" + ], + [ + "▁insp", + "ir" + ], + [ + "Pr", + "iv" + ], + [ + "P", + "riv" + ], + [ + "▁P", + "uerto" + ], + [ + "▁то", + "ва" + ], + [ + "RS", + "T" + ], + [ + "R", + "ST" + ], + [ + "▁s", + "f" + ], + [ + "▁", + "sf" + ], + [ + "▁qu", + "ale" + ], + [ + "▁qual", + "e" + ], + [ + "ni", + "ck" + ], + [ + "nic", + "k" + ], + [ + "n", + "ick" + ], + [ + "▁sup", + "press" + ], + [ + "▁supp", + "ress" + ], + [ + "ча", + "т" + ], + [ + "ч", + "ат" + ], + [ + "▁H", + "ello" + ], + [ + "▁Hel", + "lo" + ], + [ + "▁Hell", + "o" + ], + [ + "▁", + "Hello" + ], + [ + "▁crow", + "ded" + ], + [ + "▁crowd", + "ed" + ], + [ + "hba", + "r" + ], + [ + "h", + "bar" + ], + [ + "▁lo", + "ads" + ], + [ + "▁load", + "s" + ], + [ + "▁", + "loads" + ], + [ + "▁cor", + "rection" + ], + [ + "▁correct", + "ion" + ], + [ + "▁corre", + "ction" + ], + [ + "ad", + "just" + ], + [ + "adj", + "ust" + ], + [ + "▁E", + "state" + ], + [ + "▁Est", + "ate" + ], + [ + "▁Esta", + "te" + ], + [ + "text", + "sc" + ], + [ + "▁cool", + "ing" + ], + [ + "iv", + "eau" + ], + [ + "ive", + "au" + ], + [ + "▁bet", + "ting" + ], + [ + "====", + "========" + ], + [ + "========", + "====" + ], + [ + "re", + "mark" + ], + [ + "rem", + "ark" + ], + [ + "r", + "emark" + ], + [ + "▁im", + "plications" + ], + [ + "▁impl", + "ications" + ], + [ + "▁p", + "oz" + ], + [ + "▁po", + "z" + ], + [ + "ün", + "g" + ], + [ + "ü", + "ng" + ], + [ + "▁reg", + "ards" + ], + [ + "▁regard", + "s" + ], + [ + "▁a", + "mid" + ], + [ + "▁am", + "id" + ], + [ + "▁habit", + "antes" + ], + [ + "G", + "I" + ], + [ + "▁F", + "ou" + ], + [ + "▁Fo", + "u" + ], + [ + "▁j", + "ar" + ], + [ + "▁ja", + "r" + ], + [ + "▁", + "jar" + ], + [ + "▁requ", + "iring" + ], + [ + "▁D", + "rupal" + ], + [ + "▁Dru", + "pal" + ], + [ + "▁li", + "ability" + ], + [ + "cz", + "as" + ], + [ + "c", + "zas" + ], + [ + "▁l", + "yrics" + ], + [ + "▁ly", + "rics" + ], + [ + "▁N", + "ort" + ], + [ + "▁No", + "rt" + ], + [ + "▁Nor", + "t" + ], + [ + "si", + "l" + ], + [ + "s", + "il" + ], + [ + "▁M", + "ey" + ], + [ + "▁Me", + "y" + ], + [ + "UN", + "IT" + ], + [ + "ва", + "ния" + ], + [ + "f", + "uture" + ], + [ + "hi", + "r" + ], + [ + "h", + "ir" + ], + [ + "CA", + "L" + ], + [ + "C", + "AL" + ], + [ + "LAB", + "EL" + ], + [ + "▁S", + "weet" + ], + [ + "▁stat", + "ue" + ], + [ + "bor", + "ne" + ], + [ + "born", + "e" + ], + [ + "b", + "orne" + ], + [ + "Not", + "ify" + ], + [ + "▁her", + "itage" + ], + [ + "▁d", + "orm" + ], + [ + "▁do", + "rm" + ], + [ + "▁l", + "ever" + ], + [ + "▁le", + "ver" + ], + [ + "▁lev", + "er" + ], + [ + "▁mut", + "tered" + ], + [ + "}", + "&" + ], + [ + "▁inter", + "mediate" + ], + [ + "▁Wat", + "son" + ], + [ + "▁view", + "ing" + ], + [ + "▁vie", + "wing" + ], + [ + "kt", + "or" + ], + [ + "k", + "tor" + ], + [ + "enti", + "eth" + ], + [ + "xx", + "x" + ], + [ + "x", + "xx" + ], + [ + "at", + "u" + ], + [ + "a", + "tu" + ], + [ + "▁Inst", + "all" + ], + [ + "▁", + "Install" + ], + [ + "Cont", + "in" + ], + [ + "▁t", + "oute" + ], + [ + "▁to", + "ute" + ], + [ + "▁tou", + "te" + ], + [ + "▁tout", + "e" + ], + [ + "▁P", + "T" + ], + [ + "▁", + "PT" + ], + [ + "▁u", + "ri" + ], + [ + "▁ur", + "i" + ], + [ + "▁", + "uri" + ], + [ + "Call", + "ed" + ], + [ + "Cal", + "led" + ], + [ + "C", + "alled" + ], + [ + "▁O", + "FF" + ], + [ + "▁OF", + "F" + ], + [ + "▁", + "OFF" + ], + [ + "ig", + "lia" + ], + [ + "ic", + "hi" + ], + [ + "ich", + "i" + ], + [ + "i", + "chi" + ], + [ + "с", + "ни" + ], + [ + "V", + "o" + ], + [ + "▁exhib", + "it" + ], + [ + "▁asym", + "pt" + ], + [ + "▁G", + "ulf" + ], + [ + "л", + "ли" + ], + [ + "do", + "min" + ], + [ + "dom", + "in" + ], + [ + "d", + "omin" + ], + [ + "▁départ", + "ement" + ], + [ + "mi", + "l" + ], + [ + "m", + "il" + ], + [ + "▁B", + "ez" + ], + [ + "▁Be", + "z" + ], + [ + "▁l", + "ately" + ], + [ + "▁late", + "ly" + ], + [ + "▁lat", + "ely" + ], + [ + "▁def", + "ining" + ], + [ + "▁defin", + "ing" + ], + [ + "▁E", + "L" + ], + [ + "▁", + "EL" + ], + [ + "omorph", + "ic" + ], + [ + "▁f", + "ebru" + ], + [ + "▁fe", + "bru" + ], + [ + "▁febr", + "u" + ], + [ + "IS", + "TER" + ], + [ + "IST", + "ER" + ], + [ + "I", + "STER" + ], + [ + "res", + "olved" + ], + [ + "resolve", + "d" + ], + [ + "те", + "й" + ], + [ + "т", + "ей" + ], + [ + "▁S", + "pect" + ], + [ + "▁Sp", + "ect" + ], + [ + "▁Spec", + "t" + ], + [ + "▁Spe", + "ct" + ], + [ + "▁sem", + "pre" + ], + [ + "▁Se", + "pt" + ], + [ + "▁Sep", + "t" + ], + [ + "▁cl", + "earing" + ], + [ + "▁cle", + "aring" + ], + [ + "▁clear", + "ing" + ], + [ + "▁diam", + "eter" + ], + [ + "in", + "do" + ], + [ + "ind", + "o" + ], + [ + "▁soc", + "cer" + ], + [ + "▁D", + "CHECK" + ], + [ + "▁DC", + "HECK" + ], + [ + "vo", + "te" + ], + [ + "v", + "ote" + ], + [ + "▁n", + "omin" + ], + [ + "▁no", + "min" + ], + [ + "▁nom", + "in" + ], + [ + "Type", + "d" + ], + [ + "Ty", + "ped" + ], + [ + "Typ", + "ed" + ], + [ + "Miss", + "ing" + ], + [ + "W", + "as" + ], + [ + "▁Cent", + "ury" + ], + [ + "▁direct", + "ors" + ], + [ + "▁dire", + "ctors" + ], + [ + "▁director", + "s" + ], + [ + "▁mode", + "rate" + ], + [ + "▁moder", + "ate" + ], + [ + "▁Ill", + "uminate" + ], + [ + "▁", + "Illuminate" + ], + [ + "▁челове", + "к" + ], + [ + "▁B", + "apt" + ], + [ + "▁Ba", + "pt" + ], + [ + "▁Qu", + "ant" + ], + [ + "▁", + "Quant" + ], + [ + "▁tre", + "ating" + ], + [ + "▁treat", + "ing" + ], + [ + "ag", + "i" + ], + [ + "a", + "gi" + ], + [ + "Si", + "l" + ], + [ + "S", + "il" + ], + [ + "ring", + "e" + ], + [ + "rin", + "ge" + ], + [ + "r", + "inge" + ], + [ + "ł", + "ą" + ], + [ + "el", + "lan" + ], + [ + "ell", + "an" + ], + [ + "ella", + "n" + ], + [ + "▁f", + "ino" + ], + [ + "▁fin", + "o" + ], + [ + "▁fi", + "no" + ], + [ + "Capt", + "ure" + ], + [ + "C", + "apture" + ], + [ + "▁S", + "ic" + ], + [ + "▁Si", + "c" + ], + [ + "▁st", + "amp" + ], + [ + "▁sta", + "mp" + ], + [ + "▁stam", + "p" + ], + [ + "▁B", + "uen" + ], + [ + "▁Bu", + "en" + ], + [ + "▁seg", + "undo" + ], + [ + "▁in", + "verse" + ], + [ + "▁d", + "up" + ], + [ + "▁du", + "p" + ], + [ + "▁", + "dup" + ], + [ + "▁br", + "oker" + ], + [ + "▁bro", + "ker" + ], + [ + "▁broke", + "r" + ], + [ + "▁search", + "ed" + ], + [ + "▁sear", + "ched" + ], + [ + "be", + "ans" + ], + [ + "bean", + "s" + ], + [ + "▁A", + "BC" + ], + [ + "▁AB", + "C" + ], + [ + "is", + "ha" + ], + [ + "ish", + "a" + ], + [ + "i", + "sha" + ], + [ + "▁Lin", + "ked" + ], + [ + "▁Link", + "ed" + ], + [ + "▁", + "Linked" + ], + [ + "▁Nich", + "olas" + ], + [ + "▁Sw", + "edish" + ], + [ + "he", + "mal" + ], + [ + "hem", + "al" + ], + [ + "▁E", + "M" + ], + [ + "▁", + "EM" + ], + [ + "▁j", + "ego" + ], + [ + "▁je", + "go" + ], + [ + "че", + "ский" + ], + [ + "чески", + "й" + ], + [ + "lo", + "t" + ], + [ + "l", + "ot" + ], + [ + "▁dis", + "cret" + ], + [ + "▁disc", + "ret" + ], + [ + "▁discre", + "t" + ], + [ + "▁E", + "g" + ], + [ + "pi", + "ck" + ], + [ + "pic", + "k" + ], + [ + "p", + "ick" + ], + [ + "am", + "on" + ], + [ + "amo", + "n" + ], + [ + "a", + "mon" + ], + [ + "▁Rail", + "way" + ], + [ + "ка", + "р" + ], + [ + "к", + "ар" + ], + [ + "▁nav", + "igate" + ], + [ + "▁navig", + "ate" + ], + [ + "▁Comm", + "ander" + ], + [ + "▁Command", + "er" + ], + [ + "▁disappe", + "ar" + ], + [ + "▁con", + "gress" + ], + [ + "▁congr", + "ess" + ], + [ + "▁graph", + "ic" + ], + [ + "sp", + "r" + ], + [ + "s", + "pr" + ], + [ + "FLO", + "AT" + ], + [ + "▁S", + "erial" + ], + [ + "▁Se", + "rial" + ], + [ + "▁Ser", + "ial" + ], + [ + "▁", + "Serial" + ], + [ + "▁я", + "нва" + ], + [ + "so", + "cial" + ], + [ + "soc", + "ial" + ], + [ + "s", + "ocial" + ], + [ + "bu", + "ch" + ], + [ + "b", + "uch" + ], + [ + "▁se", + "al" + ], + [ + "▁sea", + "l" + ], + [ + "▁c", + "ement" + ], + [ + "▁ce", + "ment" + ], + [ + "▁Y", + "e" + ], + [ + "ot", + "ti" + ], + [ + "ott", + "i" + ], + [ + "o", + "tti" + ], + [ + "▁The", + "od" + ], + [ + "remove", + "Class" + ], + [ + "▁Jul", + "ie" + ], + [ + "▁Ju", + "lie" + ], + [ + "▁Juli", + "e" + ], + [ + "▁gr", + "öß" + ], + [ + "ST", + "REAM" + ], + [ + "▁G", + "B" + ], + [ + "▁", + "GB" + ], + [ + "▁Ben", + "ef" + ], + [ + "▁Mat", + "rix" + ], + [ + "▁", + "Matrix" + ], + [ + "▁ke", + "ine" + ], + [ + "▁cont", + "inent" + ], + [ + "▁contin", + "ent" + ], + [ + "▁ja", + "ar" + ], + [ + "DA", + "I" + ], + [ + "D", + "AI" + ], + [ + "▁S", + "equ" + ], + [ + "▁Se", + "qu" + ], + [ + "▁", + "Sequ" + ], + [ + "kre", + "is" + ], + [ + "▁c", + "rown" + ], + [ + "▁cr", + "own" + ], + [ + "▁crow", + "n" + ], + [ + "▁cro", + "wn" + ], + [ + "Init", + "ialize" + ], + [ + "Initial", + "ize" + ], + [ + "ax", + "y" + ], + [ + "a", + "xy" + ], + [ + "▁C", + "IA" + ], + [ + "▁int", + "end" + ], + [ + "▁inte", + "nd" + ], + [ + "▁b", + "ub" + ], + [ + "▁bu", + "b" + ], + [ + "▁mask", + "s" + ], + [ + "▁mas", + "ks" + ], + [ + "▁sit", + "uated" + ], + [ + "▁situ", + "ated" + ], + [ + "▁E", + "du" + ], + [ + "▁Ed", + "u" + ], + [ + "▁particip", + "ating" + ], + [ + "ше", + "й" + ], + [ + "ш", + "ей" + ], + [ + "_{", + "-" + ], + [ + "_", + "{-" + ], + [ + "▁Tele", + "vision" + ], + [ + "▁pre", + "ferences" + ], + [ + "▁prefer", + "ences" + ], + [ + "▁preference", + "s" + ], + [ + "▁D", + "rop" + ], + [ + "▁Dr", + "op" + ], + [ + "▁", + "Drop" + ], + [ + "re", + "view" + ], + [ + "rev", + "iew" + ], + [ + "▁vi", + "olation" + ], + [ + "▁viol", + "ation" + ], + [ + "▁ch", + "rist" + ], + [ + "▁chr", + "ist" + ], + [ + "q", + "q" + ], + [ + "▁M", + "yst" + ], + [ + "▁My", + "st" + ], + [ + "comm", + "ands" + ], + [ + "command", + "s" + ], + [ + "▁prim", + "itive" + ], + [ + "ill", + "ance" + ], + [ + "▁r", + "anging" + ], + [ + "▁ran", + "ging" + ], + [ + "▁rang", + "ing" + ], + [ + "▁Adv", + "anced" + ], + [ + ")", + "&" + ], + [ + "▁О", + "б" + ], + [ + "▁sub", + "str" + ], + [ + "▁subst", + "r" + ], + [ + "▁subs", + "tr" + ], + [ + "▁", + "substr" + ], + [ + "▁clos", + "ure" + ], + [ + "▁clo", + "sure" + ], + [ + "▁", + "closure" + ], + [ + "tw", + "itter" + ], + [ + "ne", + "z" + ], + [ + "n", + "ez" + ], + [ + "▁pr", + "zed" + ], + [ + "▁prz", + "ed" + ], + [ + "▁prze", + "d" + ], + [ + "▁mer", + "ged" + ], + [ + "▁merge", + "d" + ], + [ + "ur", + "os" + ], + [ + "uro", + "s" + ], + [ + "u", + "ros" + ], + [ + "▁j", + "er" + ], + [ + "▁je", + "r" + ], + [ + "▁", + "jer" + ], + [ + "▁_", + "(" + ], + [ + "▁", + "_(" + ], + [ + "ar", + "an" + ], + [ + "ara", + "n" + ], + [ + "a", + "ran" + ], + [ + "▁P", + "atri" + ], + [ + "▁Pat", + "ri" + ], + [ + "▁Pa", + "tri" + ], + [ + "▁T", + "un" + ], + [ + "▁Tu", + "n" + ], + [ + "U", + "K" + ], + [ + "il", + "iation" + ], + [ + "ili", + "ation" + ], + [ + "▁Ke", + "ith" + ], + [ + "Own", + "Property" + ], + [ + "op", + "sis" + ], + [ + "ops", + "is" + ], + [ + "Ma", + "d" + ], + [ + "M", + "ad" + ], + [ + "▁def", + "ence" + ], + [ + "A", + "ir" + ], + [ + "=$", + "{" + ], + [ + "=", + "${" + ], + [ + "cript", + "ors" + ], + [ + "criptor", + "s" + ], + [ + "So", + "m" + ], + [ + "S", + "om" + ], + [ + "▁", + "±" + ], + [ + "▁HA", + "VE" + ], + [ + "~~~~", + "~~~~" + ], + [ + "▁be", + "aten" + ], + [ + "▁beat", + "en" + ], + [ + "▁int", + "imate" + ], + [ + "▁intim", + "ate" + ], + [ + "op", + "ic" + ], + [ + "o", + "pic" + ], + [ + "▁p", + "řed" + ], + [ + "▁př", + "ed" + ], + [ + "Sh", + "op" + ], + [ + "S", + "hop" + ], + [ + "Table", + "s" + ], + [ + "Tab", + "les" + ], + [ + "T", + "ables" + ], + [ + "▁S", + "I" + ], + [ + "▁", + "SI" + ], + [ + "re", + "name" + ], + [ + "ren", + "ame" + ], + [ + "rena", + "me" + ], + [ + "r", + "ename" + ], + [ + "▁product", + "ive" + ], + [ + "rib", + "ly" + ], + [ + "r", + "ibly" + ], + [ + "▁L", + "uck" + ], + [ + "▁Lu", + "ck" + ], + [ + "▁Luc", + "k" + ], + [ + "▁kl", + "ub" + ], + [ + "}}", + "^{" + ], + [ + "}}^", + "{" + ], + [ + "}", + "}^{" + ], + [ + "▁F", + "ish" + ], + [ + "▁Fi", + "sh" + ], + [ + "PR", + "I" + ], + [ + "P", + "RI" + ], + [ + "en", + "ario" + ], + [ + "ena", + "rio" + ], + [ + "▁pse", + "ud" + ], + [ + "Or", + "d" + ], + [ + "O", + "rd" + ], + [ + "▁quel", + "ques" + ], + [ + "▁D", + "od" + ], + [ + "▁Do", + "d" + ], + [ + "▁p", + "unto" + ], + [ + "▁pun", + "to" + ], + [ + "▁punt", + "o" + ], + [ + "se", + "nal" + ], + [ + "sen", + "al" + ], + [ + "▁Br", + "others" + ], + [ + "▁Bro", + "thers" + ], + [ + "▁Brother", + "s" + ], + [ + "▁diab", + "etes" + ], + [ + "P", + "aint" + ], + [ + "▁person", + "as" + ], + [ + "▁persona", + "s" + ], + [ + "в", + "ър" + ], + [ + "▁n", + "ep" + ], + [ + "▁ne", + "p" + ], + [ + "▁El", + "len" + ], + [ + "▁Ell", + "en" + ], + [ + "▁Elle", + "n" + ], + [ + "▁h", + "ä" + ], + [ + "cr", + "tc" + ], + [ + "c", + "rtc" + ], + [ + "▁frustr", + "ation" + ], + [ + ".", + "^{[" + ], + [ + "▁s", + "printf" + ], + [ + "▁sprint", + "f" + ], + [ + "▁", + "sprintf" + ], + [ + "+", + "-" + ], + [ + "En", + "code" + ], + [ + "Enc", + "ode" + ], + [ + "▁насе", + "лення" + ], + [ + "Draw", + "able" + ], + [ + "▁b", + "ore" + ], + [ + "▁bo", + "re" + ], + [ + "▁bor", + "e" + ], + [ + "▁E", + "ld" + ], + [ + "▁El", + "d" + ], + [ + "те", + "т" + ], + [ + "т", + "ет" + ], + [ + "T", + "ick" + ], + [ + "ar", + "ator" + ], + [ + "ara", + "tor" + ], + [ + "▁Fin", + "ance" + ], + [ + "▁agric", + "ultural" + ], + [ + ")^", + "{-" + ], + [ + ")^{", + "-" + ], + [ + ")", + "^{-" + ], + [ + "may", + "be" + ], + [ + "Sche", + "dule" + ], + [ + "▁[", + "…]" + ], + [ + "et", + "ection" + ], + [ + "ete", + "ction" + ], + [ + "ль", + "ного" + ], + [ + "льно", + "го" + ], + [ + "▁he", + "els" + ], + [ + "▁En", + "joy" + ], + [ + "Sy", + "s" + ], + [ + "S", + "ys" + ], + [ + "orsz", + "ág" + ], + [ + "CONT", + "ROL" + ], + [ + "cc", + "cc" + ], + [ + "▁D", + "ictionary" + ], + [ + "▁", + "Dictionary" + ], + [ + "Ne", + "ed" + ], + [ + "N", + "eed" + ], + [ + "▁He", + "aven" + ], + [ + "▁vess", + "els" + ], + [ + "▁vessel", + "s" + ], + [ + "ec", + "ycle" + ], + [ + "e", + "cycle" + ], + [ + "ti", + "es" + ], + [ + "t", + "ies" + ], + [ + "▁e", + "nde" + ], + [ + "▁en", + "de" + ], + [ + "▁end", + "e" + ], + [ + "▁", + "ende" + ], + [ + "SI", + "NG" + ], + [ + "S", + "ING" + ], + [ + "De", + "scribe" + ], + [ + "Desc", + "ribe" + ], + [ + "▁Pub", + "lished" + ], + [ + "▁Publish", + "ed" + ], + [ + "▁win", + "ds" + ], + [ + "▁wind", + "s" + ], + [ + "neh", + "men" + ], + [ + "▁D", + "ES" + ], + [ + "▁DE", + "S" + ], + [ + "Hor", + "izontal" + ], + [ + "▁L", + "ost" + ], + [ + "▁Los", + "t" + ], + [ + "▁Lo", + "st" + ], + [ + "--", + "-----------" + ], + [ + "----", + "---------" + ], + [ + "--------", + "-----" + ], + [ + "---", + "----------" + ], + [ + "------------", + "-" + ], + [ + "-----", + "--------" + ], + [ + "----------", + "---" + ], + [ + "------", + "-------" + ], + [ + "---------", + "----" + ], + [ + "-------", + "------" + ], + [ + "-----------", + "--" + ], + [ + "-", + "------------" + ], + [ + "▁p", + "x" + ], + [ + "▁", + "px" + ], + [ + "}(", + "{\\" + ], + [ + "}", + "({\\" + ], + [ + "▁Hein", + "rich" + ], + [ + "oms", + "nitt" + ], + [ + "ho", + "s" + ], + [ + "h", + "os" + ], + [ + "Ro", + "ll" + ], + [ + "R", + "oll" + ], + [ + "tor", + "ch" + ], + [ + "▁equ", + "ity" + ], + [ + "▁eq", + "uity" + ], + [ + "▁collect", + "ing" + ], + [ + "▁l", + "ifting" + ], + [ + "▁lif", + "ting" + ], + [ + "▁lift", + "ing" + ], + [ + "sub", + "figure" + ], + [ + "Ne", + "ver" + ], + [ + "N", + "ever" + ], + [ + "▁L", + "ength" + ], + [ + "▁Le", + "ngth" + ], + [ + "▁", + "Length" + ], + [ + "▁w", + "inners" + ], + [ + "▁win", + "ners" + ], + [ + "▁winner", + "s" + ], + [ + "▁U", + "SD" + ], + [ + "▁US", + "D" + ], + [ + "▁st", + "esso" + ], + [ + "▁а", + "бо" + ], + [ + "▁al", + "tri" + ], + [ + "▁alt", + "ri" + ], + [ + "▁produ", + "cers" + ], + [ + "▁produce", + "rs" + ], + [ + "▁producer", + "s" + ], + [ + "mon", + "s" + ], + [ + "mo", + "ns" + ], + [ + "m", + "ons" + ], + [ + "▁Pop", + "ular" + ], + [ + "Com", + "b" + ], + [ + "Co", + "mb" + ], + [ + "C", + "omb" + ], + [ + "ab", + "lo" + ], + [ + "abl", + "o" + ], + [ + "a", + "blo" + ], + [ + "RE", + "SET" + ], + [ + "RES", + "ET" + ], + [ + "т", + "ва" + ], + [ + "Over", + "lay" + ], + [ + "▁id", + "iot" + ], + [ + "▁idi", + "ot" + ], + [ + "ex", + "ist" + ], + [ + "Be", + "havior" + ], + [ + "UB", + "LE" + ], + [ + "ier", + "re" + ], + [ + "i", + "erre" + ], + [ + "mine", + "craft" + ], + [ + "▁f", + "os" + ], + [ + "▁fo", + "s" + ], + [ + "▁encuent", + "ra" + ], + [ + "▁scream", + "ed" + ], + [ + "▁polynom", + "ial" + ], + [ + "▁c", + "one" + ], + [ + "▁con", + "e" + ], + [ + "▁co", + "ne" + ], + [ + "▁c", + "ited" + ], + [ + "▁cit", + "ed" + ], + [ + "▁ci", + "ted" + ], + [ + "▁president", + "e" + ], + [ + "▁presid", + "ente" + ], + [ + "▁re", + "sign" + ], + [ + "▁res", + "ign" + ], + [ + "▁y", + "elled" + ], + [ + "▁i", + "k" + ], + [ + "▁", + "ik" + ], + [ + "Pl", + "us" + ], + [ + "▁Ми", + "ха" + ], + [ + "▁The", + "me" + ], + [ + "▁Th", + "eme" + ], + [ + "▁", + "Theme" + ], + [ + "▁re", + "li" + ], + [ + "▁r", + "eli" + ], + [ + "▁rel", + "i" + ], + [ + "ne", + "m" + ], + [ + "n", + "em" + ], + [ + "▁a", + "men" + ], + [ + "▁am", + "en" + ], + [ + "▁", + "amen" + ], + [ + "▁", + "Ј" + ], + [ + "Th", + "anks" + ], + [ + "Thank", + "s" + ], + [ + "Than", + "ks" + ], + [ + "▁al", + "umin" + ], + [ + "▁sh", + "elf" + ], + [ + "▁shel", + "f" + ], + [ + "!\"", + ");" + ], + [ + "!", + "\");" + ], + [ + "append", + "Child" + ], + [ + "▁l", + "ogs" + ], + [ + "▁lo", + "gs" + ], + [ + "▁log", + "s" + ], + [ + "▁", + "logs" + ], + [ + "▁re", + "gex" + ], + [ + "▁reg", + "ex" + ], + [ + "▁", + "regex" + ], + [ + "▁p", + "unk" + ], + [ + "▁pun", + "k" + ], + [ + "CO", + "RE" + ], + [ + "▁b", + "orders" + ], + [ + "▁border", + "s" + ], + [ + "▁bord", + "ers" + ], + [ + "▁bor", + "ders" + ], + [ + "▁Requ", + "ired" + ], + [ + "▁", + "Required" + ], + [ + "▁f", + "law" + ], + [ + "▁fl", + "aw" + ], + [ + "▁cin", + "ema" + ], + [ + "▁v", + "í" + ], + [ + "▁", + "ví" + ], + [ + "▁ab", + "ortion" + ], + [ + "▁abort", + "ion" + ], + [ + "jour", + "nal" + ], + [ + "j", + "ournal" + ], + [ + "in", + "itions" + ], + [ + "init", + "ions" + ], + [ + "inition", + "s" + ], + [ + "state", + "ment" + ], + [ + "stat", + "ement" + ], + [ + "▁o", + "urs" + ], + [ + "▁our", + "s" + ], + [ + "▁ou", + "rs" + ], + [ + "▁", + "ours" + ], + [ + "ó", + "t" + ], + [ + "▁Tur", + "ner" + ], + [ + "▁Turn", + "er" + ], + [ + "in", + "us" + ], + [ + "ev", + "es" + ], + [ + "eve", + "s" + ], + [ + "e", + "ves" + ], + [ + "▁magazine", + "s" + ], + [ + "▁magaz", + "ines" + ], + [ + "…", + "…" + ], + [ + "la", + "ce" + ], + [ + "l", + "ace" + ], + [ + "sl", + "ider" + ], + [ + "slide", + "r" + ], + [ + "▁l", + "ocate" + ], + [ + "▁loc", + "ate" + ], + [ + "▁des", + "arroll" + ], + [ + "P", + "an" + ], + [ + "To", + "m" + ], + [ + "T", + "om" + ], + [ + "▁Land", + "es" + ], + [ + "▁Lan", + "des" + ], + [ + "ol", + "ia" + ], + [ + "oli", + "a" + ], + [ + "o", + "lia" + ], + [ + "▁u", + "nm" + ], + [ + "▁un", + "m" + ], + [ + "▁Sen", + "ator" + ], + [ + "▁ad", + "minister" + ], + [ + "▁admin", + "ister" + ], + [ + "▁ко", + "ји" + ], + [ + "▁'", + "{" + ], + [ + "▁)", + "{" + ], + [ + "▁", + "){" + ], + [ + "▁G", + "olf" + ], + [ + "▁Gol", + "f" + ], + [ + "▁g", + "ele" + ], + [ + "▁ge", + "le" + ], + [ + "▁gel", + "e" + ], + [ + "▁d", + "rank" + ], + [ + "▁dr", + "ank" + ], + [ + "pos", + "ing" + ], + [ + "po", + "sing" + ], + [ + "p", + "osing" + ], + [ + "▁en", + "semble" + ], + [ + "he", + "ap" + ], + [ + "sign", + "ature" + ], + [ + "то", + "й" + ], + [ + "ци", + "й" + ], + [ + "scri", + "ber" + ], + [ + "scr", + "iber" + ], + [ + "scribe", + "r" + ], + [ + "scrib", + "er" + ], + [ + "▁ch", + "amp" + ], + [ + "▁cha", + "mp" + ], + [ + "ni", + "o" + ], + [ + "n", + "io" + ], + [ + "la", + "yers" + ], + [ + "lay", + "ers" + ], + [ + "layer", + "s" + ], + [ + "▁tr", + "ump" + ], + [ + "▁mod", + "al" + ], + [ + "▁mo", + "dal" + ], + [ + "▁", + "modal" + ], + [ + "on", + "ces" + ], + [ + "once", + "s" + ], + [ + "че", + "ння" + ], + [ + "чен", + "ня" + ], + [ + "▁C", + "ort" + ], + [ + "▁Co", + "rt" + ], + [ + "▁Cor", + "t" + ], + [ + "▁sun", + "light" + ], + [ + "▁M", + "use" + ], + [ + "▁Mus", + "e" + ], + [ + "▁Mu", + "se" + ], + [ + "ém", + "ent" + ], + [ + "é", + "ment" + ], + [ + "▁curios", + "ity" + ], + [ + "▁v", + "r" + ], + [ + "▁", + "vr" + ], + [ + "O", + "ct" + ], + [ + "yl", + "on" + ], + [ + "y", + "lon" + ], + [ + "▁rel", + "ativ" + ], + [ + "st", + "y" + ], + [ + "s", + "ty" + ], + [ + "]", + "/" + ], + [ + "az", + "u" + ], + [ + "a", + "zu" + ], + [ + "▁U", + "SS" + ], + [ + "▁US", + "S" + ], + [ + "▁person", + "a" + ], + [ + "▁pers", + "ona" + ], + [ + "Me", + "n" + ], + [ + "M", + "en" + ], + [ + "▁w", + "ides" + ], + [ + "▁wide", + "s" + ], + [ + "▁wid", + "es" + ], + [ + "▁K", + "as" + ], + [ + "▁Ka", + "s" + ], + [ + "ic", + "ies" + ], + [ + "ici", + "es" + ], + [ + "i", + "cies" + ], + [ + "▁C", + "off" + ], + [ + "▁Co", + "ff" + ], + [ + "▁con", + "solid" + ], + [ + "▁cons", + "olid" + ], + [ + "▁inter", + "active" + ], + [ + "▁interact", + "ive" + ], + [ + "op", + "ing" + ], + [ + "o", + "ping" + ], + [ + "La", + "nd" + ], + [ + "L", + "and" + ], + [ + "▁energ", + "ies" + ], + [ + "▁independ", + "ently" + ], + [ + "▁independent", + "ly" + ], + [ + "inner", + "HTML" + ], + [ + "Requ", + "ire" + ], + [ + "Re", + "quire" + ], + [ + "▁abs", + "urd" + ], + [ + "▁IN", + "FO" + ], + [ + "▁", + "INFO" + ], + [ + "▁b", + "und" + ], + [ + "▁bu", + "nd" + ], + [ + "▁", + "bund" + ], + [ + "anz", + "ös" + ], + [ + "▁G", + "ent" + ], + [ + "▁Ge", + "nt" + ], + [ + "▁Gen", + "t" + ], + [ + "▁scholar", + "s" + ], + [ + "▁schol", + "ars" + ], + [ + "▁C", + "reated" + ], + [ + "▁Create", + "d" + ], + [ + "▁Creat", + "ed" + ], + [ + "▁Cre", + "ated" + ], + [ + "▁", + "Created" + ], + [ + "▁mar", + "ine" + ], + [ + "▁mari", + "ne" + ], + [ + "..", + ".'" + ], + [ + "...", + "'" + ], + [ + "EN", + "V" + ], + [ + "E", + "NV" + ], + [ + "ach", + "te" + ], + [ + "acht", + "e" + ], + [ + "a", + "chte" + ], + [ + "am", + "ents" + ], + [ + "ament", + "s" + ], + [ + "amen", + "ts" + ], + [ + "a", + "ments" + ], + [ + "▁tr", + "ucks" + ], + [ + "▁truck", + "s" + ], + [ + "▁re", + "wards" + ], + [ + "▁reward", + "s" + ], + [ + "og", + "s" + ], + [ + "o", + "gs" + ], + [ + "Gr", + "een" + ], + [ + "Gre", + "en" + ], + [ + "G", + "reen" + ], + [ + "▁n", + "ä" + ], + [ + "▁inher", + "ited" + ], + [ + "▁inherit", + "ed" + ], + [ + "im", + "ated" + ], + [ + "imate", + "d" + ], + [ + "ima", + "ted" + ], + [ + "imat", + "ed" + ], + [ + "▁F", + "REE" + ], + [ + "▁FR", + "EE" + ], + [ + "▁", + "FREE" + ], + [ + "▁ext", + "ens" + ], + [ + "da", + "g" + ], + [ + "d", + "ag" + ], + [ + "▁g", + "low" + ], + [ + "▁gl", + "ow" + ], + [ + "▁glo", + "w" + ], + [ + "ar", + "di" + ], + [ + "ard", + "i" + ], + [ + "N", + "F" + ], + [ + "▁evalu", + "ated" + ], + [ + "▁evaluate", + "d" + ], + [ + "▁eval", + "uated" + ], + [ + "▁o", + "ps" + ], + [ + "▁op", + "s" + ], + [ + "▁", + "ops" + ], + [ + "▁cle", + "aned" + ], + [ + "▁clean", + "ed" + ], + [ + "▁Prov", + "ince" + ], + [ + "▁Provinc", + "e" + ], + [ + "ha", + "bil" + ], + [ + "hab", + "il" + ], + [ + "h", + "abil" + ], + [ + "гра", + "фі" + ], + [ + "▁T", + "CP" + ], + [ + "▁", + "TCP" + ], + [ + "▁я", + "кі" + ], + [ + "▁як", + "і" + ], + [ + "▁de", + "ce" + ], + [ + "▁dec", + "e" + ], + [ + "▁cont", + "empl" + ], + [ + "▁acquis", + "ition" + ], + [ + "})", + "$." + ], + [ + "})$", + "." + ], + [ + "}", + ")$." + ], + [ + "=\"", + "-" + ], + [ + "▁se", + "ctors" + ], + [ + "▁sector", + "s" + ], + [ + "▁sect", + "ors" + ], + [ + "::", + "<" + ], + [ + "u", + "ß" + ], + [ + "▁trab", + "aj" + ], + [ + "th", + "an" + ], + [ + "tha", + "n" + ], + [ + "t", + "han" + ], + [ + "▁S", + "ta" + ], + [ + "▁St", + "a" + ], + [ + "Mem", + "bers" + ], + [ + "Member", + "s" + ], + [ + "▁r", + "v" + ], + [ + "▁", + "rv" + ], + [ + ")^", + "{\\" + ], + [ + ")^{", + "\\" + ], + [ + ")", + "^{\\" + ], + [ + "mit", + "t" + ], + [ + "mi", + "tt" + ], + [ + "m", + "itt" + ], + [ + "▁W", + "ang" + ], + [ + "▁Wa", + "ng" + ], + [ + "▁W", + "end" + ], + [ + "▁We", + "nd" + ], + [ + "▁G", + "lass" + ], + [ + "▁Gl", + "ass" + ], + [ + "▁Glas", + "s" + ], + [ + "▁t", + "xt" + ], + [ + "▁tx", + "t" + ], + [ + "▁", + "txt" + ], + [ + "▁Cam", + "eron" + ], + [ + "ie", + "ls" + ], + [ + "iel", + "s" + ], + [ + "i", + "els" + ], + [ + "▁im", + "mer" + ], + [ + "▁imm", + "er" + ], + [ + "▁", + "immer" + ], + [ + "▁насе", + "ления" + ], + [ + "..", + ".", + "/" + ], + [ + "▁ро", + "ди" + ], + [ + "▁", + "роди" + ], + [ + "▁sophistic", + "ated" + ], + [ + "▁R", + "he" + ], + [ + "▁Rh", + "e" + ], + [ + "us", + "sy" + ], + [ + "uss", + "y" + ], + [ + "▁Sy", + "ria" + ], + [ + "▁Car", + "oline" + ], + [ + "▁Carol", + "ine" + ], + [ + "riter", + "ion" + ], + [ + "ér", + "c" + ], + [ + "é", + "rc" + ], + [ + "Lo", + "ve" + ], + [ + "L", + "ove" + ], + [ + "▁cy", + "cles" + ], + [ + "▁cycle", + "s" + ], + [ + "▁cycl", + "es" + ], + [ + "▁Ter", + "ms" + ], + [ + "▁Term", + "s" + ], + [ + "▁med", + "ieval" + ], + [ + "▁medi", + "eval" + ], + [ + "ь", + "я" + ], + [ + "▁m", + "issions" + ], + [ + "▁miss", + "ions" + ], + [ + "▁mission", + "s" + ], + [ + "Har", + "d" + ], + [ + "Ha", + "rd" + ], + [ + "H", + "ard" + ], + [ + "▁rég", + "ion" + ], + [ + "▁Ph", + "oenix" + ], + [ + "De", + "ep" + ], + [ + "▁sam", + "pling" + ], + [ + "▁dismiss", + "ed" + ], + [ + "prop", + "ri" + ], + [ + "p", + "ropri" + ], + [ + "▁jud", + "ges" + ], + [ + "▁judge", + "s" + ], + [ + "▁judg", + "es" + ], + [ + "ał", + "a" + ], + [ + "a", + "ła" + ], + [ + "ul", + "os" + ], + [ + "ulo", + "s" + ], + [ + "u", + "los" + ], + [ + "▁L", + "ion" + ], + [ + "▁Li", + "on" + ], + [ + "▁loc", + "als" + ], + [ + "▁local", + "s" + ], + [ + "neg", + "ative" + ], + [ + "ogen", + "eous" + ], + [ + "ogene", + "ous" + ], + [ + "▁A", + "pi" + ], + [ + "▁Ap", + "i" + ], + [ + "▁", + "Api" + ], + [ + "▁d", + "ici" + ], + [ + "▁di", + "ci" + ], + [ + "▁dic", + "i" + ], + [ + "▁а", + "пре" + ], + [ + "▁author", + "ized" + ], + [ + "▁", + "authorized" + ], + [ + "ze", + "rw" + ], + [ + "zer", + "w" + ], + [ + "▁p", + "g" + ], + [ + "▁", + "pg" + ], + [ + "▁A", + "WS" + ], + [ + "▁key", + "word" + ], + [ + "▁", + "keyword" + ], + [ + "▁entrepre", + "neur" + ], + [ + "▁п", + "рое" + ], + [ + "▁про", + "е" + ], + [ + "▁V", + "ancouver" + ], + [ + "it", + "ating" + ], + [ + "ita", + "ting" + ], + [ + "itat", + "ing" + ], + [ + "F", + "ast" + ], + [ + "▁acknowled", + "ged" + ], + [ + "▁acknowledge", + "d" + ], + [ + "▁tour", + "ist" + ], + [ + "▁tou", + "rist" + ], + [ + "▁G", + "rid" + ], + [ + "▁Gr", + "id" + ], + [ + "▁", + "Grid" + ], + [ + "▁En", + "try" + ], + [ + "▁Ent", + "ry" + ], + [ + "▁", + "Entry" + ], + [ + "▁g", + "ebru" + ], + [ + "▁ge", + "bru" + ], + [ + "▁geb", + "ru" + ], + [ + "sa", + "t" + ], + [ + "s", + "at" + ], + [ + "ber", + "ger" + ], + [ + "berg", + "er" + ], + [ + "▁T", + "F" + ], + [ + "▁", + "TF" + ], + [ + "▁m", + "t" + ], + [ + "▁", + "mt" + ], + [ + "▁Mar", + "cel" + ], + [ + "▁Marc", + "el" + ], + [ + "▁Tw", + "enty" + ], + [ + "▁", + "”" + ], + [ + "{}", + "{" + ], + [ + "{", + "}{" + ], + [ + "hi", + "nt" + ], + [ + "hin", + "t" + ], + [ + "h", + "int" + ], + [ + "▁an", + "onymous" + ], + [ + "Cam", + "p" + ], + [ + "C", + "amp" + ], + [ + "▁**", + "_" + ], + [ + "By", + "Comparator" + ], + [ + "U", + "C" + ], + [ + "▁t", + "ö" + ], + [ + "Event", + "Handler" + ], + [ + "▁t", + "ours" + ], + [ + "▁to", + "urs" + ], + [ + "▁tour", + "s" + ], + [ + "▁tou", + "rs" + ], + [ + "▁lon", + "ely" + ], + [ + "▁Sum", + "mary" + ], + [ + "▁", + "Summary" + ], + [ + "st", + "ick" + ], + [ + "s", + "tick" + ], + [ + "All", + "owed" + ], + [ + "Allow", + "ed" + ], + [ + "лі", + "в" + ], + [ + "л", + "ів" + ], + [ + "▁B", + "rew" + ], + [ + "▁Br", + "ew" + ], + [ + "▁Bre", + "w" + ], + [ + "AME", + "TER" + ], + [ + "▁review", + "ed" + ], + [ + "ir", + "at" + ], + [ + "ira", + "t" + ], + [ + "i", + "rat" + ], + [ + "▁n", + "erve" + ], + [ + "▁nerv", + "e" + ], + [ + "▁ner", + "ve" + ], + [ + "▁L", + "inda" + ], + [ + "▁Lin", + "da" + ], + [ + "▁Lind", + "a" + ], + [ + "▁dec", + "is" + ], + [ + "▁sp", + "okes" + ], + [ + "▁spoke", + "s" + ], + [ + "▁spo", + "kes" + ], + [ + "▁qu", + "ed" + ], + [ + "▁que", + "d" + ], + [ + "▁q", + "ued" + ], + [ + "▁F", + "T" + ], + [ + "▁", + "FT" + ], + [ + "▁в", + "ін" + ], + [ + "▁ві", + "н" + ], + [ + "ou", + "sing" + ], + [ + "ous", + "ing" + ], + [ + "o", + "using" + ], + [ + "▁L", + "arge" + ], + [ + "▁Lar", + "ge" + ], + [ + "▁", + "Large" + ], + [ + "▁op", + "ponents" + ], + [ + "▁oppon", + "ents" + ], + [ + "▁opponent", + "s" + ], + [ + "▁D", + "isc" + ], + [ + "▁Dis", + "c" + ], + [ + "▁Di", + "sc" + ], + [ + "Found", + "ation" + ], + [ + "EQ", + "UAL" + ], + [ + "og", + "g" + ], + [ + "o", + "gg" + ], + [ + "Re", + "try" + ], + [ + "Ret", + "ry" + ], + [ + "R", + "etry" + ], + [ + "CHAN", + "NEL" + ], + [ + "▁Е", + "вро" + ], + [ + "▁%", + "." + ], + [ + "▁", + "%." + ], + [ + "▁i", + "i" + ], + [ + "▁", + "ii" + ], + [ + "de", + "ad" + ], + [ + "d", + "ead" + ], + [ + "▁M", + "ale" + ], + [ + "▁Mal", + "e" + ], + [ + "▁Ma", + "le" + ], + [ + "Com", + "pleted" + ], + [ + "Comp", + "leted" + ], + [ + "Complete", + "d" + ], + [ + "ty", + "p" + ], + [ + "t", + "yp" + ], + [ + "▁Ty", + "ler" + ], + [ + "Dis", + "k" + ], + [ + "Di", + "sk" + ], + [ + "D", + "isk" + ], + [ + "Hi", + "de" + ], + [ + "H", + "ide" + ], + [ + "iju", + "ana" + ], + [ + "▁public", + "ations" + ], + [ + "▁publication", + "s" + ], + [ + "fo", + "x" + ], + [ + "f", + "ox" + ], + [ + "vis", + "ed" + ], + [ + "vi", + "sed" + ], + [ + "v", + "ised" + ], + [ + "Fore", + "ign" + ], + [ + "Write", + "Line" + ], + [ + "де", + "ра" + ], + [ + "дер", + "а" + ], + [ + "▁remain", + "der" + ], + [ + "Pi", + "cker" + ], + [ + "P", + "icker" + ], + [ + "we", + "alth" + ], + [ + "▁G", + "or" + ], + [ + "▁Go", + "r" + ], + [ + "sequ", + "ently" + ], + [ + "▁coll", + "ision" + ], + [ + "▁Harr", + "ison" + ], + [ + "▁Harris", + "on" + ], + [ + "▁work", + "place" + ], + [ + "▁N", + "ormal" + ], + [ + "▁Nor", + "mal" + ], + [ + "▁Norm", + "al" + ], + [ + "▁", + "Normal" + ], + [ + "▁B", + "irth" + ], + [ + "▁Bir", + "th" + ], + [ + "▁cons", + "ume" + ], + [ + "▁consum", + "e" + ], + [ + "Sh", + "ift" + ], + [ + "▁avoid", + "ing" + ], + [ + "▁C", + "ha" + ], + [ + "▁Ch", + "a" + ], + [ + "▁An", + "ti" + ], + [ + "▁Ant", + "i" + ], + [ + "▁ch", + "arts" + ], + [ + "▁char", + "ts" + ], + [ + "▁chart", + "s" + ], + [ + "▁P", + "av" + ], + [ + "▁Pa", + "v" + ], + [ + "ст", + "вом" + ], + [ + "ство", + "м" + ], + [ + "ual", + "mente" + ], + [ + "an", + "ed" + ], + [ + "ane", + "d" + ], + [ + "a", + "ned" + ], + [ + "▁A", + "uch" + ], + [ + "▁Au", + "ch" + ], + [ + "rd", + "ev" + ], + [ + "r", + "dev" + ], + [ + "▁she", + "er" + ], + [ + "▁an", + "gl" + ], + [ + "▁ang", + "l" + ], + [ + "sub", + "str" + ], + [ + "Gener", + "ate" + ], + [ + ">", + "=" + ], + [ + "▁B", + "ev" + ], + [ + "▁Be", + "v" + ], + [ + "▁ч", + "ем" + ], + [ + "▁че", + "м" + ], + [ + "▁camp", + "o" + ], + [ + "▁cam", + "po" + ], + [ + "▁lect", + "ure" + ], + [ + "hy", + "per" + ], + [ + "▁Balt", + "imore" + ], + [ + "mi", + "x" + ], + [ + "m", + "ix" + ], + [ + "ke", + "iten" + ], + [ + "keit", + "en" + ], + [ + "▁ра", + "ди" + ], + [ + "▁l", + "asted" + ], + [ + "▁la", + "sted" + ], + [ + "▁last", + "ed" + ], + [ + "▁las", + "ted" + ], + [ + "▁discrim", + "ination" + ], + [ + "ig", + "te" + ], + [ + "igt", + "e" + ], + [ + "ok", + "al" + ], + [ + "oka", + "l" + ], + [ + "o", + "kal" + ], + [ + "Ph", + "ase" + ], + [ + "▁T", + "itel" + ], + [ + "▁Tit", + "el" + ], + [ + "▁Fif", + "th" + ], + [ + "▁di", + "agnostic" + ], + [ + "su", + "ng" + ], + [ + "sun", + "g" + ], + [ + "s", + "ung" + ], + [ + "▁giorn", + "ata" + ], + [ + "os", + "ta" + ], + [ + "ost", + "a" + ], + [ + "o", + "sta" + ], + [ + "is", + "co" + ], + [ + "isc", + "o" + ], + [ + "▁S", + "ara" + ], + [ + "▁Sa", + "ra" + ], + [ + "▁Sar", + "a" + ], + [ + "m", + "v" + ], + [ + "▁el", + "ő" + ], + [ + "▁R", + "osen" + ], + [ + "▁Ro", + "sen" + ], + [ + "▁Ros", + "en" + ], + [ + "▁Rose", + "n" + ], + [ + "▁E", + "SP" + ], + [ + "▁ES", + "P" + ], + [ + "ph", + "er" + ], + [ + "p", + "her" + ], + [ + "▁a", + "j" + ], + [ + "▁", + "aj" + ], + [ + "Path", + "s" + ], + [ + "Pat", + "hs" + ], + [ + "▁R", + "alph" + ], + [ + "▁ž", + "e" + ], + [ + "▁", + "že" + ], + [ + "ре", + "в" + ], + [ + "р", + "ев" + ], + [ + "▁о", + "коло" + ], + [ + "▁ок", + "оло" + ], + [ + "▁Ag", + "reement" + ], + [ + "▁Word", + "Press" + ], + [ + "an", + "try" + ], + [ + "ant", + "ry" + ], + [ + "▁p", + "icks" + ], + [ + "▁pick", + "s" + ], + [ + "▁pi", + "cks" + ], + [ + "▁pic", + "ks" + ], + [ + "▁N", + "ur" + ], + [ + "▁Nu", + "r" + ], + [ + "chedul", + "ed" + ], + [ + "ki", + "e" + ], + [ + "k", + "ie" + ], + [ + "▁represent", + "ations" + ], + [ + "▁representation", + "s" + ], + [ + "++", + "){" + ], + [ + "++)", + "{" + ], + [ + "ess", + "ment" + ], + [ + "▁count", + "less" + ], + [ + "Block", + "s" + ], + [ + "Bl", + "ocks" + ], + [ + "Blo", + "cks" + ], + [ + "ym", + "e" + ], + [ + "y", + "me" + ], + [ + "▁c", + "lo" + ], + [ + "▁cl", + "o" + ], + [ + "▁B", + "ened" + ], + [ + "▁Be", + "ned" + ], + [ + "▁Ben", + "ed" + ], + [ + "ch", + "ars" + ], + [ + "char", + "s" + ], + [ + "cha", + "rs" + ], + [ + "▁A", + "gent" + ], + [ + "▁Ag", + "ent" + ], + [ + "▁Age", + "nt" + ], + [ + "▁", + "Agent" + ], + [ + "▁hist", + "oria" + ], + [ + "▁histor", + "ia" + ], + [ + "▁F", + "loor" + ], + [ + "▁Fl", + "oor" + ], + [ + "▁Flo", + "or" + ], + [ + "▁ten", + "ía" + ], + [ + "▁long", + "est" + ], + [ + "▁lon", + "gest" + ], + [ + "fr", + "ica" + ], + [ + "▁b", + "ef" + ], + [ + "▁be", + "f" + ], + [ + "▁mechan", + "isms" + ], + [ + "▁mechanism", + "s" + ], + [ + "ла", + "зи" + ], + [ + "▁h", + "eter" + ], + [ + "▁he", + "ter" + ], + [ + "▁het", + "er" + ], + [ + "▁athlet", + "es" + ], + [ + "▁period", + "ic" + ], + [ + "▁V", + "otes" + ], + [ + "▁Vo", + "tes" + ], + [ + "ри", + "сти" + ], + [ + "▁n", + "á" + ], + [ + "▁", + "ná" + ], + [ + "▁m", + "aid" + ], + [ + "▁ma", + "id" + ], + [ + "▁mai", + "d" + ], + [ + "▁s", + "wear" + ], + [ + "▁sw", + "ear" + ], + [ + "▁swe", + "ar" + ], + [ + "▁wip", + "ed" + ], + [ + "▁graph", + "s" + ], + [ + "▁grap", + "hs" + ], + [ + "▁t", + "hesis" + ], + [ + "▁the", + "sis" + ], + [ + "▁th", + "esis" + ], + [ + "▁sens", + "ation" + ], + [ + "pers", + "istence" + ], + [ + "▁V", + "il" + ], + [ + "▁Vi", + "l" + ], + [ + "ac", + "s" + ], + [ + "a", + "cs" + ], + [ + "▁de", + "el" + ], + [ + "sc", + "rib" + ], + [ + "scri", + "b" + ], + [ + "scr", + "ib" + ], + [ + "ie", + "ro" + ], + [ + "ier", + "o" + ], + [ + "i", + "ero" + ], + [ + "▁dis", + "cre" + ], + [ + "▁disc", + "re" + ], + [ + "air", + "y" + ], + [ + "ai", + "ry" + ], + [ + "Data", + "Source" + ], + [ + "q", + "t" + ], + [ + "ic", + "iones" + ], + [ + "ici", + "ones" + ], + [ + "icio", + "nes" + ], + [ + "icion", + "es" + ], + [ + "▁res", + "pected" + ], + [ + "▁respect", + "ed" + ], + [ + "▁f", + "ram" + ], + [ + "▁fr", + "am" + ], + [ + "▁fra", + "m" + ], + [ + "▁spec", + "ialized" + ], + [ + "▁special", + "ized" + ], + [ + "▁prés", + "ent" + ], + [ + "▁pré", + "sent" + ], + [ + "Tur", + "n" + ], + [ + "T", + "urn" + ], + [ + "▁compl", + "aints" + ], + [ + "▁complain", + "ts" + ], + [ + "▁complaint", + "s" + ], + [ + "(\"", + "," + ], + [ + "(", + "\"," + ], + [ + "▁Rel", + "ated" + ], + [ + "▁Set", + "ting" + ], + [ + "▁", + "Setting" + ], + [ + "р", + "ю" + ], + [ + "▁s", + "ą" + ], + [ + "▁P", + "le" + ], + [ + "▁Pl", + "e" + ], + [ + "▁d", + "isse" + ], + [ + "▁dis", + "se" + ], + [ + "▁diss", + "e" + ], + [ + "ca", + "ps" + ], + [ + "cap", + "s" + ], + [ + "c", + "aps" + ], + [ + "▁C", + "ash" + ], + [ + "▁Cas", + "h" + ], + [ + "▁Ca", + "sh" + ], + [ + "▁cons", + "umed" + ], + [ + "▁consum", + "ed" + ], + [ + "▁consume", + "d" + ], + [ + "▁l", + "b" + ], + [ + "▁", + "lb" + ], + [ + "Ad", + "just" + ], + [ + "Ser", + "ialize" + ], + [ + "Serial", + "ize" + ], + [ + "S", + "erialize" + ], + [ + "is", + "y" + ], + [ + "i", + "sy" + ], + [ + "▁pat", + "ent" + ], + [ + "▁vis", + "ibility" + ], + [ + "▁S", + "ach" + ], + [ + "▁Sa", + "ch" + ], + [ + "▁Sac", + "h" + ], + [ + "ün", + "st" + ], + [ + "▁cy", + "ber" + ], + [ + "▁Bl", + "ake" + ], + [ + "▁Bl", + "oom" + ], + [ + "▁Blo", + "om" + ], + [ + "▁Sh", + "ah" + ], + [ + "▁Sha", + "h" + ], + [ + "PO", + "WER" + ], + [ + "▁in", + "clusion" + ], + [ + "▁incl", + "usion" + ], + [ + "se", + "rie" + ], + [ + "ser", + "ie" + ], + [ + "s", + "erie" + ], + [ + "▁man", + "era" + ], + [ + "sec", + "onds" + ], + [ + "second", + "s" + ], + [ + "is", + "ches" + ], + [ + "isch", + "es" + ], + [ + "ische", + "s" + ], + [ + "isc", + "hes" + ], + [ + "▁C", + "andidate" + ], + [ + "W", + "D" + ], + [ + "op", + "ath" + ], + [ + "o", + "path" + ], + [ + "▁про", + "гра" + ], + [ + "▁efficient", + "ly" + ], + [ + "ap", + "ps" + ], + [ + "app", + "s" + ], + [ + "tool", + "bar" + ], + [ + "we", + "nd" + ], + [ + "wen", + "d" + ], + [ + "w", + "end" + ], + [ + "▁Ne", + "il" + ], + [ + "▁form", + "ats" + ], + [ + "▁format", + "s" + ], + [ + "▁forma", + "ts" + ], + [ + "▁T", + "emplate" + ], + [ + "▁Temp", + "late" + ], + [ + "▁", + "Template" + ], + [ + "▁min", + "istry" + ], + [ + "▁minist", + "ry" + ], + [ + "▁Char", + "acter" + ], + [ + "▁", + "Character" + ], + [ + "Un", + "iform" + ], + [ + "▁fon", + "ction" + ], + [ + "не", + "м" + ], + [ + "н", + "ем" + ], + [ + "Wh", + "ile" + ], + [ + "к", + "ва" + ], + [ + "рі", + "я" + ], + [ + "▁D", + "L" + ], + [ + "▁", + "DL" + ], + [ + "▁L", + "ayout" + ], + [ + "▁La", + "yout" + ], + [ + "▁Lay", + "out" + ], + [ + "▁", + "Layout" + ], + [ + "не", + "ние" + ], + [ + "▁c", + "aval" + ], + [ + "▁ca", + "val" + ], + [ + "▁cav", + "al" + ], + [ + "▁H", + "ob" + ], + [ + "▁Ho", + "b" + ], + [ + "SP", + "I" + ], + [ + "S", + "PI" + ], + [ + "▁h", + "ely" + ], + [ + "▁he", + "ly" + ], + [ + "▁hel", + "y" + ], + [ + "Dest", + "ination" + ], + [ + "),", + "\r" + ], + [ + ")", + ",\r" + ], + [ + "▁i", + "OS" + ], + [ + "▁ad", + "mission" + ], + [ + "▁adm", + "ission" + ], + [ + "▁c", + "ss" + ], + [ + "▁cs", + "s" + ], + [ + "▁", + "css" + ], + [ + "user", + "Id" + ], + [ + "um", + "bling" + ], + [ + "umb", + "ling" + ], + [ + "▁bo", + "oking" + ], + [ + "▁book", + "ing" + ], + [ + "▁COPY", + "RIGHT" + ], + [ + "▁b", + "land" + ], + [ + "▁bl", + "and" + ], + [ + "output", + "s" + ], + [ + "▁sub", + "mission" + ], + [ + "▁subm", + "ission" + ], + [ + "ti", + "t" + ], + [ + "t", + "it" + ], + [ + "fe", + "ctions" + ], + [ + "fect", + "ions" + ], + [ + "fection", + "s" + ], + [ + "fr", + "agment" + ], + [ + "frag", + "ment" + ], + [ + "▁fa", + "ç" + ], + [ + "▁Through", + "out" + ], + [ + "▁distingu", + "ished" + ], + [ + "▁distinguish", + "ed" + ], + [ + "▁ar", + "range" + ], + [ + "▁arr", + "ange" + ], + [ + "▁arrang", + "e" + ], + [ + "ume", + "ric" + ], + [ + "umer", + "ic" + ], + [ + "xf", + "e" + ], + [ + "x", + "fe" + ], + [ + "ip", + "age" + ], + [ + "ipa", + "ge" + ], + [ + "i", + "page" + ], + [ + "ер", + "жа" + ], + [ + "▁C", + "ars" + ], + [ + "▁Car", + "s" + ], + [ + "▁Ca", + "rs" + ], + [ + "▁P", + "AGE" + ], + [ + "▁PA", + "GE" + ], + [ + "▁", + "PAGE" + ], + [ + "▁a", + "unque" + ], + [ + "▁insert", + "ed" + ], + [ + "smith", + "y" + ], + [ + "AL", + "LOC" + ], + [ + "ALL", + "OC" + ], + [ + "RE", + "C" + ], + [ + "R", + "EC" + ], + [ + "▁B", + "ak" + ], + [ + "▁Ba", + "k" + ], + [ + "▁Str", + "ong" + ], + [ + "ac", + "hen" + ], + [ + "ach", + "en" + ], + [ + "ache", + "n" + ], + [ + "a", + "chen" + ], + [ + "▁Spec", + "ific" + ], + [ + "w", + "q" + ], + [ + "▁Д", + "у" + ], + [ + "MO", + "VE" + ], + [ + "▁mús", + "ica" + ], + [ + "▁C", + "ris" + ], + [ + "▁Cr", + "is" + ], + [ + "ea", + "u" + ], + [ + "e", + "au" + ], + [ + "▁F", + "orum" + ], + [ + "▁For", + "um" + ], + [ + "▁Fo", + "rum" + ], + [ + "li", + "sted" + ], + [ + "list", + "ed" + ], + [ + "l", + "isted" + ], + [ + ")\\", + "\\" + ], + [ + ")", + "\\\\" + ], + [ + "▁X", + "VI" + ], + [ + "▁XV", + "I" + ], + [ + "▁м", + "оло" + ], + [ + "▁мо", + "ло" + ], + [ + "/", + "$" + ], + [ + "Be", + "r" + ], + [ + "B", + "er" + ], + [ + "▁tact", + "ics" + ], + [ + "Form", + "atter" + ], + [ + "Format", + "ter" + ], + [ + "op", + "ens" + ], + [ + "ope", + "ns" + ], + [ + "open", + "s" + ], + [ + "▁r", + "h" + ], + [ + "▁", + "rh" + ], + [ + "▁t", + "ram" + ], + [ + "▁tr", + "am" + ], + [ + "▁tra", + "m" + ], + [ + "V", + "L" + ], + [ + "▁Pro", + "file" + ], + [ + "▁Prof", + "ile" + ], + [ + "▁", + "Profile" + ], + [ + "▁par", + "ish" + ], + [ + "▁Ray", + "mond" + ], + [ + "▁cont", + "empor" + ], + [ + "▁Pl", + "anning" + ], + [ + "▁Plan", + "ning" + ], + [ + "▁Ч", + "е" + ], + [ + "▁A", + "RM" + ], + [ + "▁AR", + "M" + ], + [ + "▁", + "ARM" + ], + [ + "▁des", + "ires" + ], + [ + "▁desire", + "s" + ], + [ + "k", + "v" + ], + [ + "O", + "s" + ], + [ + "▁m", + "iner" + ], + [ + "▁min", + "er" + ], + [ + "▁mi", + "ner" + ], + [ + "▁mine", + "r" + ], + [ + "▁qual", + "ify" + ], + [ + "ik", + "u" + ], + [ + "i", + "ku" + ], + [ + "▁der", + "ni" + ], + [ + "ol", + "óg" + ], + [ + "▁K", + "id" + ], + [ + "▁Ki", + "d" + ], + [ + "ane", + "an" + ], + [ + "▁Hol", + "land" + ], + [ + "▁Holl", + "and" + ], + [ + "Aut", + "om" + ], + [ + "Auto", + "m" + ], + [ + "▁Hamilton", + "ian" + ], + [ + "St", + "ation" + ], + [ + "Stat", + "ion" + ], + [ + "js", + "p" + ], + [ + "j", + "sp" + ], + [ + "▁YO", + "UR" + ], + [ + "▁YOU", + "R" + ], + [ + "▁Th", + "ailand" + ], + [ + "effect", + "ive" + ], + [ + "п", + "ло" + ], + [ + "▁relie", + "ved" + ], + [ + "▁O", + "klahoma" + ], + [ + "▁Jul", + "ian" + ], + [ + "▁Juli", + "an" + ], + [ + "▁Julia", + "n" + ], + [ + "▁ind", + "ent" + ], + [ + "▁inde", + "nt" + ], + [ + "▁", + "indent" + ], + [ + "if", + "r" + ], + [ + "i", + "fr" + ], + [ + "пре", + "де" + ], + [ + "▁fl", + "ame" + ], + [ + "on", + "io" + ], + [ + "oni", + "o" + ], + [ + "o", + "nio" + ], + [ + "As", + "sign" + ], + [ + "Ass", + "ign" + ], + [ + "▁sh", + "ifts" + ], + [ + "▁shift", + "s" + ], + [ + "▁car", + "acter" + ], + [ + "▁caract", + "er" + ], + [ + "if", + "icates" + ], + [ + "ific", + "ates" + ], + [ + "ificate", + "s" + ], + [ + "ifica", + "tes" + ], + [ + "X", + "R" + ], + [ + "▁G", + "FP" + ], + [ + "▁GF", + "P" + ], + [ + "FE", + "ATURE" + ], + [ + "▁M", + "aine" + ], + [ + "▁Ma", + "ine" + ], + [ + "▁Main", + "e" + ], + [ + "▁Mai", + "ne" + ], + [ + "▁f", + "rank" + ], + [ + "▁fr", + "ank" + ], + [ + "▁al", + "igned" + ], + [ + "▁align", + "ed" + ], + [ + "▁", + "aligned" + ], + [ + "▁p", + "ří" + ], + [ + "▁př", + "í" + ], + [ + "Code", + "Attribute" + ], + [ + "▁M", + "AC" + ], + [ + "▁MA", + "C" + ], + [ + "▁", + "MAC" + ], + [ + "▁R", + "oot" + ], + [ + "▁Ro", + "ot" + ], + [ + "▁", + "Root" + ], + [ + "▁F", + "M" + ], + [ + "▁", + "FM" + ], + [ + "erv", + "ation" + ], + [ + "с", + "лі" + ], + [ + "▁s", + "hy" + ], + [ + "▁sh", + "y" + ], + [ + "▁partic", + "ul" + ], + [ + "▁parti", + "cul" + ], + [ + "pl", + "atz" + ], + [ + "▁hypothes", + "is" + ], + [ + "at", + "hol" + ], + [ + "ath", + "ol" + ], + [ + "s", + "With" + ], + [ + "J", + "s" + ], + [ + "$", + "^{-" + ], + [ + "▁#!", + "/" + ], + [ + "▁l", + "emon" + ], + [ + "▁le", + "mon" + ], + [ + "▁a", + "bol" + ], + [ + "▁ab", + "ol" + ], + [ + "▁", + "abol" + ], + [ + "▁Mil", + "an" + ], + [ + "▁Mi", + "lan" + ], + [ + "an", + "ten" + ], + [ + "ant", + "en" + ], + [ + "ante", + "n" + ], + [ + "a", + "nten" + ], + [ + "▁s", + "ia" + ], + [ + "▁si", + "a" + ], + [ + "ri", + "as" + ], + [ + "ria", + "s" + ], + [ + "r", + "ias" + ], + [ + "▁con", + "sid" + ], + [ + "▁cons", + "id" + ], + [ + "as", + "so" + ], + [ + "ass", + "o" + ], + [ + "ain", + "ers" + ], + [ + "ai", + "ners" + ], + [ + "ainer", + "s" + ], + [ + "aine", + "rs" + ], + [ + "▁cir", + "ca" + ], + [ + "▁circ", + "a" + ], + [ + "re", + "try" + ], + [ + "ret", + "ry" + ], + [ + "r", + "etry" + ], + [ + "▁nue", + "vo" + ], + [ + "const", + "ants" + ], + [ + "constant", + "s" + ], + [ + "▁Med", + "iterr" + ], + [ + "▁Turk", + "ish" + ], + [ + "ion", + "en" + ], + [ + "io", + "nen" + ], + [ + "ione", + "n" + ], + [ + "i", + "onen" + ], + [ + "c", + "rypto" + ], + [ + "▁ev", + "olved" + ], + [ + "▁\"", + "", + "?" + ], + [ + "▁p", + "úblic" + ], + [ + "▁comp", + "rend" + ], + [ + "▁compre", + "nd" + ], + [ + "▁compr", + "end" + ], + [ + "al", + "lo" + ], + [ + "all", + "o" + ], + [ + "zo", + "om" + ], + [ + "z", + "oom" + ], + [ + "▁dat", + "etime" + ], + [ + "▁date", + "time" + ], + [ + "▁", + "datetime" + ], + [ + "▁mond", + "iale" + ], + [ + "ма", + "т" + ], + [ + "м", + "ат" + ], + [ + "▁M", + "ask" + ], + [ + "▁Ma", + "sk" + ], + [ + "▁Mas", + "k" + ], + [ + "▁", + "Mask" + ], + [ + "▁p", + "row" + ], + [ + "▁pro", + "w" + ], + [ + "▁pr", + "ow" + ], + [ + "▁belong", + "ing" + ], + [ + "+", + "'" + ], + [ + "OUT", + "PUT" + ], + [ + "▁G", + "rab" + ], + [ + "▁Gr", + "ab" + ], + [ + "▁Gra", + "b" + ], + [ + "M", + "ir" + ], + [ + "▁accommod", + "ate" + ], + [ + "▁$", + "('#" + ], + [ + "▁", + "$('#" + ], + [ + "▁Lou", + "ise" + ], + [ + "▁Louis", + "e" + ], + [ + "▁da", + "mit" + ], + [ + "▁dam", + "it" + ], + [ + "}'", + "," + ], + [ + "}", + "'," + ], + [ + "scri", + "pts" + ], + [ + "script", + "s" + ], + [ + "sn", + "apshot" + ], + [ + "snap", + "shot" + ], + [ + "▁sh", + "itty" + ], + [ + "▁shit", + "ty" + ], + [ + "▁y", + "o" + ], + [ + "▁", + "yo" + ], + [ + "▁belie", + "ving" + ], + [ + "▁inhabit", + "ants" + ], + [ + "W", + "P" + ], + [ + "▁Colomb", + "ia" + ], + [ + "li", + "sts" + ], + [ + "list", + "s" + ], + [ + "l", + "ists" + ], + [ + "▁Mur", + "phy" + ], + [ + "Data", + "set" + ], + [ + "Dat", + "aset" + ], + [ + "▁(!", + "$" + ], + [ + "▁tremend", + "ous" + ], + [ + "▁se", + "ñ" + ], + [ + "▁S", + "ed" + ], + [ + "▁Se", + "d" + ], + [ + "▁sw", + "allowed" + ], + [ + "▁swallow", + "ed" + ], + [ + "om", + "p" + ], + [ + "o", + "mp" + ], + [ + "▁L", + "ate" + ], + [ + "▁La", + "te" + ], + [ + "▁Lat", + "e" + ], + [ + "▁an", + "ys" + ], + [ + "▁any", + "s" + ], + [ + "▁dead", + "ly" + ], + [ + "fol", + "low" + ], + [ + "f", + "ollow" + ], + [ + "▁A", + "nc" + ], + [ + "▁An", + "c" + ], + [ + "▁h", + "w" + ], + [ + "▁", + "hw" + ], + [ + "wik", + "ipedia" + ], + [ + "ic", + "ts" + ], + [ + "ict", + "s" + ], + [ + "▁Al", + "aska" + ], + [ + "▁sc", + "ary" + ], + [ + "▁scar", + "y" + ], + [ + "▁second", + "o" + ], + [ + "▁sec", + "ondo" + ], + [ + "▁her", + "oes" + ], + [ + "▁hero", + "es" + ], + [ + "▁veter", + "an" + ], + [ + "▁behav", + "iors" + ], + [ + "▁behavior", + "s" + ], + [ + "▁behavi", + "ors" + ], + [ + "-", + "%" + ], + [ + "▁E", + "z" + ], + [ + "▁с", + "і" + ], + [ + "▁", + "сі" + ], + [ + "tik", + "z" + ], + [ + "▁spect", + "acular" + ], + [ + "▁Ch", + "ron" + ], + [ + "▁(", + "@" + ], + [ + "▁", + "(@" + ], + [ + "▁de", + "mo" + ], + [ + "▁dem", + "o" + ], + [ + "▁", + "demo" + ], + [ + "▁ser", + "ialized" + ], + [ + "▁serial", + "ized" + ], + [ + "▁In", + "depend" + ], + [ + "▁Indep", + "end" + ], + [ + "BU", + "ILD" + ], + [ + "fail", + "ure" + ], + [ + "▁P", + "ORT" + ], + [ + "▁PO", + "RT" + ], + [ + "▁", + "PORT" + ], + [ + "ю", + "чи" + ], + [ + "▁med", + "itation" + ], + [ + "sample", + "s" + ], + [ + "sam", + "ples" + ], + [ + "s", + "amples" + ], + [ + "i", + "ão" + ], + [ + "▁Ни", + "кола" + ], + [ + "▁я", + "зы" + ], + [ + "▁Tr", + "uth" + ], + [ + "▁Tru", + "th" + ], + [ + "▁co", + "efficient" + ], + [ + "▁coeff", + "icient" + ], + [ + "sl", + "ug" + ], + [ + "▁XV", + "III" + ], + [ + "▁XVI", + "II" + ], + [ + "▁XVII", + "I" + ], + [ + "ia", + "o" + ], + [ + "i", + "ao" + ], + [ + "de", + "ck" + ], + [ + "dec", + "k" + ], + [ + "▁раз", + "ви" + ], + [ + "▁ad", + "oles" + ], + [ + "ar", + "ius" + ], + [ + "ari", + "us" + ], + [ + "▁H", + "az" + ], + [ + "▁Ha", + "z" + ], + [ + "▁Pro", + "test" + ], + [ + "▁Prote", + "st" + ], + [ + "ra", + "de" + ], + [ + "rad", + "e" + ], + [ + "r", + "ade" + ], + [ + "не", + "ния" + ], + [ + "▁cl", + "ause" + ], + [ + "conne", + "ctor" + ], + [ + "connect", + "or" + ], + [ + "conn", + "ector" + ], + [ + "RA", + "TE" + ], + [ + "R", + "ATE" + ], + [ + "ц", + "ю" + ], + [ + "▁Conne", + "cticut" + ], + [ + "V", + "S" + ], + [ + "abul", + "ary" + ], + [ + "HO", + "W" + ], + [ + "▁d", + "elen" + ], + [ + "▁de", + "len" + ], + [ + "▁del", + "en" + ], + [ + "▁su", + "ited" + ], + [ + "▁suit", + "ed" + ], + [ + "▁suite", + "d" + ], + [ + "▁Sur", + "vey" + ], + [ + "ze", + "c" + ], + [ + "z", + "ec" + ], + [ + "ți", + "i" + ], + [ + "ț", + "ii" + ], + [ + "▁b", + "acks" + ], + [ + "▁back", + "s" + ], + [ + "▁ba", + "cks" + ], + [ + "▁", + "backs" + ], + [ + "com", + "merce" + ], + [ + "▁And", + "rea" + ], + [ + "▁Andre", + "a" + ], + [ + "▁Andr", + "ea" + ], + [ + "▁propag", + "anda" + ], + [ + "iz", + "ioni" + ], + [ + "izi", + "oni" + ], + [ + "izio", + "ni" + ], + [ + "▁B", + "il" + ], + [ + "▁Bi", + "l" + ], + [ + "▁In", + "nov" + ], + [ + "▁Inn", + "ov" + ], + [ + "▁forg", + "ive" + ], + [ + "▁oper", + "ates" + ], + [ + "▁operate", + "s" + ], + [ + "▁opera", + "tes" + ], + [ + "ч", + "ний" + ], + [ + "▁l", + "ingu" + ], + [ + "▁lin", + "gu" + ], + [ + "▁ling", + "u" + ], + [ + "▁c", + "ollar" + ], + [ + "▁col", + "lar" + ], + [ + "▁coll", + "ar" + ], + [ + "до", + "л" + ], + [ + "сі", + "й" + ], + [ + "zt", + "en" + ], + [ + "zte", + "n" + ], + [ + "z", + "ten" + ], + [ + "im", + "at" + ], + [ + "ima", + "t" + ], + [ + "i", + "mat" + ], + [ + "▁sh", + "oe" + ], + [ + "ge", + "nder" + ], + [ + "gen", + "der" + ], + [ + "g", + "ender" + ], + [ + "▁leg", + "ally" + ], + [ + "▁legal", + "ly" + ], + [ + "RO", + "P" + ], + [ + "R", + "OP" + ], + [ + "▁S", + "leep" + ], + [ + "deleg", + "ate" + ], + [ + "ID", + "s" + ], + [ + "▁build", + "s" + ], + [ + "▁qu", + "er" + ], + [ + "▁que", + "r" + ], + [ + "▁q", + "uer" + ], + [ + "▁", + "quer" + ], + [ + "uls", + "ion" + ], + [ + ".", + "“" + ], + [ + "к", + "ло" + ], + [ + "ri", + "se" + ], + [ + "ris", + "e" + ], + [ + "r", + "ise" + ], + [ + "th", + "ink" + ], + [ + "К", + "о" + ], + [ + "▁bacter", + "ia" + ], + [ + "▁magn", + "ific" + ], + [ + "▁prison", + "er" + ], + [ + "Cl", + "ock" + ], + [ + "C", + "lock" + ], + [ + "R", + "B" + ], + [ + "ú", + "t" + ], + [ + "▁L", + "iz" + ], + [ + "▁Li", + "z" + ], + [ + "gr", + "a" + ], + [ + "g", + "ra" + ], + [ + "▁And", + "ré" + ], + [ + "▁Andr", + "é" + ], + [ + "▁D", + "ennis" + ], + [ + "▁Den", + "nis" + ], + [ + "▁sur", + "ge" + ], + [ + "▁surg", + "e" + ], + [ + "ex", + "isting" + ], + [ + "exist", + "ing" + ], + [ + "▁W", + "ald" + ], + [ + "▁Wal", + "d" + ], + [ + "▁Wa", + "ld" + ], + [ + "▁S", + "chema" + ], + [ + "▁Sch", + "ema" + ], + [ + "▁Sche", + "ma" + ], + [ + "▁", + "Schema" + ], + [ + "▁war", + "nings" + ], + [ + "▁warn", + "ings" + ], + [ + "▁warning", + "s" + ], + [ + "▁qu", + "adr" + ], + [ + "▁quad", + "r" + ], + [ + "at", + "te" + ], + [ + "att", + "e" + ], + [ + "▁E", + "ins" + ], + [ + "▁Ein", + "s" + ], + [ + "▁ad", + "option" + ], + [ + "▁adopt", + "ion" + ], + [ + "▁w", + "anna" + ], + [ + "▁de", + "rive" + ], + [ + "▁der", + "ive" + ], + [ + "▁deriv", + "e" + ], + [ + "▁", + "derive" + ], + [ + "▁a", + "rena" + ], + [ + "▁are", + "na" + ], + [ + "▁ar", + "ena" + ], + [ + "▁aren", + "a" + ], + [ + "▁Den", + "ver" + ], + [ + "▁F", + "i" + ], + [ + "▁", + "Fi" + ], + [ + "▁Jess", + "ica" + ], + [ + "acy", + "j" + ], + [ + "R", + "atio" + ], + [ + "▁которы", + "е" + ], + [ + "▁Act", + "ivity" + ], + [ + "▁Activ", + "ity" + ], + [ + "▁", + "Activity" + ], + [ + "em", + "u" + ], + [ + "e", + "mu" + ], + [ + "▁St", + "alin" + ], + [ + "▁Sta", + "lin" + ], + [ + "ag", + "gi" + ], + [ + "agg", + "i" + ], + [ + "a", + "ggi" + ], + [ + "▁f", + "ün" + ], + [ + "▁f", + "ils" + ], + [ + "▁fil", + "s" + ], + [ + "▁fi", + "ls" + ], + [ + "aj", + "u" + ], + [ + "a", + "ju" + ], + [ + "card", + "s" + ], + [ + "car", + "ds" + ], + [ + "c", + "ards" + ], + [ + "▁att", + "raction" + ], + [ + "▁attract", + "ion" + ], + [ + "▁attr", + "action" + ], + [ + "▁attra", + "ction" + ], + [ + "od", + "ot" + ], + [ + "odo", + "t" + ], + [ + "o", + "dot" + ], + [ + "F", + "at" + ], + [ + "▁H", + "aven" + ], + [ + "▁Ha", + "ven" + ], + [ + "▁Have", + "n" + ], + [ + "▁Hav", + "en" + ], + [ + "▁nine", + "teenth" + ], + [ + "▁ninete", + "enth" + ], + [ + "▁*", + "*\"" + ], + [ + "▁**", + "\"" + ], + [ + "▁m", + "aggio" + ], + [ + "▁mag", + "gio" + ], + [ + "ma", + "ny" + ], + [ + "man", + "y" + ], + [ + "m", + "any" + ], + [ + "win", + "ning" + ], + [ + "▁G", + "A" + ], + [ + "▁", + "GA" + ], + [ + "▁d", + "ummy" + ], + [ + "▁", + "dummy" + ], + [ + "Un", + "able" + ], + [ + "en", + "ci" + ], + [ + "enc", + "i" + ], + [ + "ère", + "nt" + ], + [ + "è", + "rent" + ], + [ + "Im", + "g" + ], + [ + "I", + "mg" + ], + [ + "▁t", + "ob" + ], + [ + "▁to", + "b" + ], + [ + "DI", + "P" + ], + [ + "D", + "IP" + ], + [ + "S", + "ince" + ], + [ + "▁Sa", + "fe" + ], + [ + "▁Saf", + "e" + ], + [ + "▁", + "Safe" + ], + [ + "Gu", + "ard" + ], + [ + "is", + "ure" + ], + [ + "i", + "sure" + ], + [ + "port", + "e" + ], + [ + "por", + "te" + ], + [ + "p", + "orte" + ], + [ + "▁stad", + "ium" + ], + [ + "in", + "di" + ], + [ + "ind", + "i" + ], + [ + "▁App", + "arently" + ], + [ + "ug", + "no" + ], + [ + "▁w", + "olf" + ], + [ + "▁ne", + "ces" + ], + [ + "▁overse", + "as" + ], + [ + "of", + "s" + ], + [ + "o", + "fs" + ], + [ + "ar", + "el" + ], + [ + "are", + "l" + ], + [ + "a", + "rel" + ], + [ + "▁F", + "ine" + ], + [ + "▁Fin", + "e" + ], + [ + "▁Fi", + "ne" + ], + [ + "▁cor", + "rupt" + ], + [ + "▁n", + "ovember" + ], + [ + "▁nov", + "ember" + ], + [ + "▁nove", + "mber" + ], + [ + "▁interpret", + "ed" + ], + [ + "ib", + "ile" + ], + [ + "ibil", + "e" + ], + [ + "▁w", + "ages" + ], + [ + "▁wa", + "ges" + ], + [ + "▁wage", + "s" + ], + [ + "▁Pre", + "tty" + ], + [ + "▁Her", + "bert" + ], + [ + "▁reg", + "istr" + ], + [ + "вы", + "м" + ], + [ + "an", + "swer" + ], + [ + "ans", + "wer" + ], + [ + "▁m", + "orte" + ], + [ + "▁mor", + "te" + ], + [ + "▁mort", + "e" + ], + [ + "▁com", + "posite" + ], + [ + "▁compos", + "ite" + ], + [ + "Tool", + "bar" + ], + [ + "▁iter", + "ator" + ], + [ + "▁", + "iterator" + ], + [ + "ant", + "ine" + ], + [ + "anti", + "ne" + ], + [ + "▁init", + "ialized" + ], + [ + "▁initial", + "ized" + ], + [ + "▁initialize", + "d" + ], + [ + "▁", + "initialized" + ], + [ + "▁poor", + "ly" + ], + [ + "Access", + "or" + ], + [ + "▁Han", + "nah" + ], + [ + "▁Hann", + "ah" + ], + [ + "▁то", + "лько" + ], + [ + "ol", + "an" + ], + [ + "ola", + "n" + ], + [ + "o", + "lan" + ], + [ + "▁o", + "tto" + ], + [ + "▁ot", + "to" + ], + [ + "▁ott", + "o" + ], + [ + "▁", + "otto" + ], + [ + "▁str", + "ikes" + ], + [ + "▁stri", + "kes" + ], + [ + "▁strike", + "s" + ], + [ + "▁conflict", + "s" + ], + [ + "▁conflic", + "ts" + ], + [ + "▁s", + "urg" + ], + [ + "▁su", + "rg" + ], + [ + "▁sur", + "g" + ], + [ + "▁histor", + "ian" + ], + [ + "▁historia", + "n" + ], + [ + "wo", + "man" + ], + [ + "w", + "oman" + ], + [ + "▁l", + "ibraries" + ], + [ + "be", + "w" + ], + [ + "b", + "ew" + ], + [ + ")-", + "-(" + ], + [ + ")--", + "(" + ], + [ + "ga", + "ther" + ], + [ + "g", + "ather" + ], + [ + "▁L", + "ip" + ], + [ + "▁Li", + "p" + ], + [ + "▁f", + "ict" + ], + [ + "▁fi", + "ct" + ], + [ + "FIL", + "TER" + ], + [ + "@", + "{" + ], + [ + "▁bl", + "essed" + ], + [ + "▁bless", + "ed" + ], + [ + "et", + "ics" + ], + [ + "etic", + "s" + ], + [ + "eti", + "cs" + ], + [ + "▁f", + "ork" + ], + [ + "▁for", + "k" + ], + [ + "▁Me", + "tal" + ], + [ + "▁Met", + "al" + ], + [ + "▁Meta", + "l" + ], + [ + "po", + "lation" + ], + [ + "pol", + "ation" + ], + [ + "p", + "olation" + ], + [ + "▁negoti", + "ations" + ], + [ + "▁gen", + "us" + ], + [ + "▁genu", + "s" + ], + [ + "▁cont", + "rolling" + ], + [ + "▁control", + "ling" + ], + [ + "VER", + "T" + ], + [ + "VE", + "RT" + ], + [ + "V", + "ERT" + ], + [ + "▁P", + "erry" + ], + [ + "▁Per", + "ry" + ], + [ + "▁S", + "PD" + ], + [ + "▁SP", + "D" + ], + [ + "CA", + "SE" + ], + [ + "C", + "ASE" + ], + [ + "т", + "вер" + ], + [ + "▁C", + "rown" + ], + [ + "▁Cr", + "own" + ], + [ + "▁Cro", + "wn" + ], + [ + "▁Crow", + "n" + ], + [ + "▁ind", + "ul" + ], + [ + "▁indu", + "l" + ], + [ + "▁e", + "hemal" + ], + [ + "▁ampl", + "itude" + ], + [ + "▁amplit", + "ude" + ], + [ + "▁B", + "ach" + ], + [ + "▁Ba", + "ch" + ], + [ + "▁phot", + "ographer" + ], + [ + "▁photograph", + "er" + ], + [ + "n", + "ý" + ], + [ + "▁inv", + "ested" + ], + [ + "▁invest", + "ed" + ], + [ + "▁P", + "arte" + ], + [ + "▁Par", + "te" + ], + [ + "▁Part", + "e" + ], + [ + "▁pro", + "long" + ], + [ + "C", + "U" + ], + [ + "icht", + "et" + ], + [ + "ichte", + "t" + ], + [ + "res", + "ume" + ], + [ + "▁c", + "arb" + ], + [ + "▁car", + "b" + ], + [ + "▁ca", + "rb" + ], + [ + "ur", + "st" + ], + [ + "urs", + "t" + ], + [ + "▁N", + "ixon" + ], + [ + "▁n", + "eur" + ], + [ + "▁ne", + "ur" + ], + [ + "▁neu", + "r" + ], + [ + "▁", + "neur" + ], + [ + "▁corpor", + "ations" + ], + [ + "▁corporation", + "s" + ], + [ + "Op", + "s" + ], + [ + "O", + "ps" + ], + [ + "u", + "u" + ], + [ + "l", + "m" + ], + [ + "ap", + "ple" + ], + [ + "app", + "le" + ], + [ + "ch", + "te" + ], + [ + "cht", + "e" + ], + [ + "▁deliber", + "ately" + ], + [ + "ber", + "e" + ], + [ + "be", + "re" + ], + [ + "b", + "ere" + ], + [ + "▁fe", + "br" + ], + [ + "▁provinc", + "ia" + ], + [ + "▁provin", + "cia" + ], + [ + "Over", + "flow" + ], + [ + "▁E", + "ight" + ], + [ + "▁ind", + "ication" + ], + [ + "▁indic", + "ation" + ], + [ + "▁pist", + "ol" + ], + [ + "▁к", + "ре" + ], + [ + "▁", + "кре" + ], + [ + "oc", + "ial" + ], + [ + "oci", + "al" + ], + [ + "o", + "cial" + ], + [ + "▁r", + "und" + ], + [ + "▁run", + "d" + ], + [ + "▁ru", + "nd" + ], + [ + "▁", + "rund" + ], + [ + "▁se", + "hr" + ], + [ + "ok", + "at" + ], + [ + "oka", + "t" + ], + [ + "o", + "kat" + ], + [ + "ül", + "et" + ], + [ + "ü", + "let" + ], + [ + "▁He", + "at" + ], + [ + "Н", + "а" + ], + [ + "▁о", + "дин" + ], + [ + "▁од", + "ин" + ], + [ + "IC", + "S" + ], + [ + "I", + "CS" + ], + [ + "ay", + "e" + ], + [ + "a", + "ye" + ], + [ + "▁eight", + "een" + ], + [ + "▁t", + "ug" + ], + [ + "▁tu", + "g" + ], + [ + "LO", + "T" + ], + [ + "L", + "OT" + ], + [ + "▁L", + "ar" + ], + [ + "▁La", + "r" + ], + [ + "ning", + "s" + ], + [ + "n", + "ings" + ], + [ + "▁T", + "odd" + ], + [ + "▁To", + "dd" + ], + [ + "▁Tod", + "d" + ], + [ + "▁organis", + "ations" + ], + [ + "▁organisation", + "s" + ], + [ + "▁g", + "enes" + ], + [ + "▁gen", + "es" + ], + [ + "▁ge", + "nes" + ], + [ + "▁gene", + "s" + ], + [ + "B", + "ag" + ], + [ + "Ke", + "ep" + ], + [ + "^{", + "+" + ], + [ + "Base", + "d" + ], + [ + "Bas", + "ed" + ], + [ + "B", + "ased" + ], + [ + "sk", + "in" + ], + [ + "ski", + "n" + ], + [ + "s", + "kin" + ], + [ + "▁to", + "das" + ], + [ + "▁tod", + "as" + ], + [ + "▁toda", + "s" + ], + [ + "▁illustr", + "ated" + ], + [ + "▁c", + "f" + ], + [ + "▁", + "cf" + ], + [ + "▁ar", + "riving" + ], + [ + "▁arriv", + "ing" + ], + [ + "▁arr", + "iving" + ], + [ + "▁excess", + "ive" + ], + [ + "▁tra", + "its" + ], + [ + "▁trait", + "s" + ], + [ + "▁s", + "ank" + ], + [ + "▁san", + "k" + ], + [ + "▁Att", + "ribute" + ], + [ + "▁", + "Attribute" + ], + [ + "▁G", + "D" + ], + [ + "▁", + "GD" + ], + [ + "com", + "par" + ], + [ + "comp", + "ar" + ], + [ + "▁dent", + "ro" + ], + [ + "br", + "is" + ], + [ + "b", + "ris" + ], + [ + "▁at", + "oms" + ], + [ + "▁atom", + "s" + ], + [ + "fr", + "ed" + ], + [ + "fre", + "d" + ], + [ + "f", + "red" + ], + [ + "▁E", + "val" + ], + [ + "▁Ev", + "al" + ], + [ + "▁Eva", + "l" + ], + [ + "▁", + "Eval" + ], + [ + "▁di", + "stances" + ], + [ + "▁dist", + "ances" + ], + [ + "▁distance", + "s" + ], + [ + "st", + "aw" + ], + [ + "sta", + "w" + ], + [ + "краї", + "н" + ], + [ + "vari", + "ables" + ], + [ + "variable", + "s" + ], + [ + "l", + "c" + ], + [ + "на", + "ли" + ], + [ + "нал", + "и" + ], + [ + "н", + "али" + ], + [ + "▁чемпи", + "она" + ], + [ + "wi", + "j" + ], + [ + "w", + "ij" + ], + [ + "▁Sim", + "ilar" + ], + [ + "je", + "k" + ], + [ + "j", + "ek" + ], + [ + "Pe", + "t" + ], + [ + "P", + "et" + ], + [ + "=\"", + "$" + ], + [ + "ко", + "то" + ], + [ + "▁R", + "ang" + ], + [ + "▁Ra", + "ng" + ], + [ + "▁Ran", + "g" + ], + [ + "ion", + "ato" + ], + [ + "iona", + "to" + ], + [ + "▁bek", + "annt" + ], + [ + "▁bekan", + "nt" + ], + [ + "!", + "*" + ], + [ + "Li", + "m" + ], + [ + "L", + "im" + ], + [ + "▁concl", + "usions" + ], + [ + "▁conclusion", + "s" + ], + [ + "ain", + "te" + ], + [ + "ai", + "nte" + ], + [ + "aint", + "e" + ], + [ + "a", + "inte" + ], + [ + "-", + "," + ], + [ + "▁g", + "ł" + ], + [ + "▁pass", + "ive" + ], + [ + "▁Ga", + "ussian" + ], + [ + "▁stag", + "ione" + ], + [ + "ME", + "DI" + ], + [ + "MED", + "I" + ], + [ + "it", + "ol" + ], + [ + "ito", + "l" + ], + [ + "i", + "tol" + ], + [ + "▁Jer", + "emy" + ], + [ + "View", + "s" + ], + [ + "class", + "List" + ], + [ + "▁desper", + "ately" + ], + [ + "▁desperate", + "ly" + ], + [ + "▁ver", + "l" + ], + [ + "▁ve", + "rl" + ], + [ + "br", + "ace" + ], + [ + "bra", + "ce" + ], + [ + "N", + "P" + ], + [ + "▁c", + "ob" + ], + [ + "▁co", + "b" + ], + [ + "▁A", + "rist" + ], + [ + "▁Ar", + "ist" + ], + [ + "▁Ari", + "st" + ], + [ + "da", + "p" + ], + [ + "d", + "ap" + ], + [ + "Fil", + "ters" + ], + [ + "Filter", + "s" + ], + [ + "'=>", + "'" + ], + [ + "ul", + "tan" + ], + [ + "ult", + "an" + ], + [ + "▁F", + "actory" + ], + [ + "▁", + "Factory" + ], + [ + "è", + "le" + ], + [ + "▁l", + "asting" + ], + [ + "▁last", + "ing" + ], + [ + "▁las", + "ting" + ], + [ + "▁element", + "ary" + ], + [ + "▁C", + "M" + ], + [ + "▁", + "CM" + ], + [ + "▁Louis", + "iana" + ], + [ + "▁p", + "ov" + ], + [ + "▁po", + "v" + ], + [ + "PC", + "I" + ], + [ + "P", + "CI" + ], + [ + "è", + "de" + ], + [ + "▁P", + "ink" + ], + [ + "▁Pin", + "k" + ], + [ + "▁Br", + "uno" + ], + [ + "▁Bru", + "no" + ], + [ + "▁Brun", + "o" + ], + [ + "▁Y", + "ellow" + ], + [ + "▁ev", + "angel" + ], + [ + "▁lik", + "elihood" + ], + [ + "WID", + "TH" + ], + [ + "▁$", + "-" + ], + [ + "▁", + "$-" + ], + [ + "ni", + "co" + ], + [ + "nic", + "o" + ], + [ + "n", + "ico" + ], + [ + "hu", + "i" + ], + [ + "h", + "ui" + ], + [ + "ak", + "ter" + ], + [ + "akt", + "er" + ], + [ + "akte", + "r" + ], + [ + "ne", + "urs" + ], + [ + "neur", + "s" + ], + [ + "n", + "eurs" + ], + [ + "▁bre", + "eze" + ], + [ + "▁bree", + "ze" + ], + [ + "▁со", + "ста" + ], + [ + "▁He", + "ader" + ], + [ + "▁Head", + "er" + ], + [ + "▁", + "Header" + ], + [ + "om", + "rå" + ], + [ + "▁D", + "ylan" + ], + [ + "▁Dy", + "lan" + ], + [ + "▁Bi", + "ographie" + ], + [ + "▁Univers", + "ität" + ], + [ + "on", + "so" + ], + [ + "ons", + "o" + ], + [ + "HAND", + "LE" + ], + [ + "J", + "ournal" + ], + [ + "ea", + "st" + ], + [ + "e", + "ast" + ], + [ + "▁sup", + "pliers" + ], + [ + "▁supplier", + "s" + ], + [ + "▁table", + "t" + ], + [ + "▁tab", + "let" + ], + [ + "LI", + "C" + ], + [ + "L", + "IC" + ], + [ + "PER", + "TY" + ], + [ + "ї", + "в" + ], + [ + "▁z", + "aw" + ], + [ + "▁za", + "w" + ], + [ + "▁su", + "bm" + ], + [ + "▁sub", + "m" + ], + [ + "▁Fern", + "ando" + ], + [ + "▁nou", + "velle" + ], + [ + "▁nouve", + "lle" + ], + [ + "▁Point", + "s" + ], + [ + "▁", + "Points" + ], + [ + "▁str", + "angers" + ], + [ + "▁strange", + "rs" + ], + [ + "▁stranger", + "s" + ], + [ + "▁strang", + "ers" + ], + [ + "Component", + "Model" + ], + [ + "ist", + "ro" + ], + [ + "istr", + "o" + ], + [ + "au", + "rus" + ], + [ + "aur", + "us" + ], + [ + "▁san", + "ct" + ], + [ + "▁о", + "дна" + ], + [ + "▁од", + "на" + ], + [ + "▁В", + "ы" + ], + [ + "▁о", + "на" + ], + [ + "▁он", + "а" + ], + [ + "▁", + "она" + ], + [ + "vert", + "ical" + ], + [ + "Sp", + "ring" + ], + [ + "▁Har", + "old" + ], + [ + "▁Back", + "ground" + ], + [ + "▁", + "Background" + ], + [ + "Bal", + "ance" + ], + [ + "Key", + "word" + ], + [ + "~$", + "\\" + ], + [ + "~", + "$\\" + ], + [ + "mal", + "loc" + ], + [ + "m", + "alloc" + ], + [ + "ORM", + "AL" + ], + [ + "Sk", + "ip" + ], + [ + "▁Mu", + "ham" + ], + [ + "▁back", + "wards" + ], + [ + "▁backward", + "s" + ], + [ + "c", + "ów" + ], + [ + "по", + "зи" + ], + [ + "▁back", + "end" + ], + [ + "▁", + "backend" + ], + [ + "▁de", + "emed" + ], + [ + "▁accur", + "ately" + ], + [ + "▁accurate", + "ly" + ], + [ + "▁trans", + "c" + ], + [ + "▁Broad", + "way" + ], + [ + "▁g", + "rud" + ], + [ + "▁gr", + "ud" + ], + [ + "▁gru", + "d" + ], + [ + "▁N", + "amen" + ], + [ + "▁Name", + "n" + ], + [ + "▁Na", + "men" + ], + [ + "▁Nam", + "en" + ], + [ + "▁sh", + "ifting" + ], + [ + "▁shift", + "ing" + ], + [ + "▁ment", + "ally" + ], + [ + "▁mental", + "ly" + ], + [ + "▁cal", + "ories" + ], + [ + "▁cons", + "ensus" + ], + [ + "Perm", + "issions" + ], + [ + "Permission", + "s" + ], + [ + "▁ob", + "jet" + ], + [ + "▁obj", + "et" + ], + [ + "▁elabor", + "ate" + ], + [ + "at", + "ts" + ], + [ + "att", + "s" + ], + [ + "▁sn", + "ake" + ], + [ + "▁ref", + "res" + ], + [ + "▁refr", + "es" + ], + [ + "ar", + "u" + ], + [ + "a", + "ru" + ], + [ + "▁reflect", + "s" + ], + [ + "oun", + "ge" + ], + [ + "o", + "unge" + ], + [ + "R", + "ank" + ], + [ + "▁K", + "urt" + ], + [ + "▁Kur", + "t" + ], + [ + "▁Ku", + "rt" + ], + [ + "▁p", + "ied" + ], + [ + "▁pie", + "d" + ], + [ + "▁pi", + "ed" + ], + [ + "▁exped", + "ition" + ], + [ + "V", + "el" + ], + [ + "▁O", + "wen" + ], + [ + "Le", + "ad" + ], + [ + "L", + "ead" + ], + [ + "▁utter", + "ly" + ], + [ + "▁Ar", + "be" + ], + [ + "▁bre", + "asts" + ], + [ + "▁breast", + "s" + ], + [ + "IP", + "S" + ], + [ + "I", + "PS" + ], + [ + "▁hung", + "er" + ], + [ + "▁hun", + "ger" + ], + [ + "at", + "em" + ], + [ + "ate", + "m" + ], + [ + "a", + "tem" + ], + [ + "▁vers", + "chied" + ], + [ + "▁versch", + "ied" + ], + [ + "▁Cam", + "era" + ], + [ + "▁", + "Camera" + ], + [ + "▁Mün", + "chen" + ], + [ + "iv", + "als" + ], + [ + "ival", + "s" + ], + [ + "iva", + "ls" + ], + [ + "i", + "vals" + ], + [ + "▁sp", + "raw" + ], + [ + "▁spr", + "aw" + ], + [ + "▁S", + "ü" + ], + [ + "▁Was", + "ser" + ], + [ + "▁mechan", + "ics" + ], + [ + "Load", + "ed" + ], + [ + "Lo", + "aded" + ], + [ + "db", + "c" + ], + [ + "d", + "bc" + ], + [ + "▁re", + "marks" + ], + [ + "▁rem", + "arks" + ], + [ + "▁remark", + "s" + ], + [ + "▁", + "remarks" + ], + [ + "▁}", + ")." + ], + [ + "▁})", + "." + ], + [ + "▁", + "})." + ], + [ + "▁pain", + "ter" + ], + [ + "▁pa", + "inter" + ], + [ + "▁paint", + "er" + ], + [ + "▁h", + "aut" + ], + [ + "▁ha", + "ut" + ], + [ + "Mar", + "shal" + ], + [ + "IS", + "D" + ], + [ + "I", + "SD" + ], + [ + "▁ve", + "loc" + ], + [ + "▁vel", + "oc" + ], + [ + "▁In", + "cre" + ], + [ + "▁Inc", + "re" + ], + [ + "W", + "ar" + ], + [ + "▁ру", + "с" + ], + [ + "▁com", + "pte" + ], + [ + "▁comp", + "te" + ], + [ + "▁compt", + "e" + ], + [ + "ü", + "g" + ], + [ + "▁Def", + "inition" + ], + [ + "▁", + "Definition" + ], + [ + "▁G", + "am" + ], + [ + "▁Ga", + "m" + ], + [ + "▁H", + "ir" + ], + [ + "▁Hi", + "r" + ], + [ + "▁witness", + "ed" + ], + [ + "▁g", + "ren" + ], + [ + "▁gr", + "en" + ], + [ + "▁gre", + "n" + ], + [ + "▁", + "gren" + ], + [ + "▁hur", + "ry" + ], + [ + "ch", + "et" + ], + [ + "che", + "t" + ], + [ + "c", + "het" + ], + [ + "re", + "verse" + ], + [ + "G", + "F" + ], + [ + "▁Qu", + "arter" + ], + [ + "п", + "ла" + ], + [ + "▁s", + "ar" + ], + [ + "▁sa", + "r" + ], + [ + "sb", + "urg" + ], + [ + "sbur", + "g" + ], + [ + "s", + "burg" + ], + [ + "▁D", + "it" + ], + [ + "▁Di", + "t" + ], + [ + "▁", + "Dit" + ], + [ + "▁Arn", + "old" + ], + [ + "j", + "k" + ], + [ + "▁l", + "ambda" + ], + [ + "▁", + "lambda" + ], + [ + "è", + "ge" + ], + [ + "▁o", + "z" + ], + [ + "▁", + "oz" + ], + [ + "▁h", + "ans" + ], + [ + "▁ha", + "ns" + ], + [ + "▁han", + "s" + ], + [ + "▁answ", + "ering" + ], + [ + "▁answer", + "ing" + ], + [ + "▁o", + "live" + ], + [ + "▁ol", + "ive" + ], + [ + "▁sp", + "ont" + ], + [ + "▁spo", + "nt" + ], + [ + "▁inter", + "vals" + ], + [ + "▁interval", + "s" + ], + [ + ">", + "@" + ], + [ + "▁т", + "ран" + ], + [ + "▁тра", + "н" + ], + [ + "▁F", + "ocus" + ], + [ + "▁", + "Focus" + ], + [ + "ч", + "них" + ], + [ + "▁д", + "ви" + ], + [ + "▁tri", + "angle" + ], + [ + "▁r", + "ally" + ], + [ + "▁P", + "unk" + ], + [ + "▁Pun", + "k" + ], + [ + "▁G", + "and" + ], + [ + "▁Ga", + "nd" + ], + [ + "se", + "ctions" + ], + [ + "section", + "s" + ], + [ + "sect", + "ions" + ], + [ + "сси", + "й" + ], + [ + "AC", + "CESS" + ], + [ + "A", + "CCESS" + ], + [ + "ha", + "rm" + ], + [ + "har", + "m" + ], + [ + "h", + "arm" + ], + [ + "▁Sk", + "ip" + ], + [ + "▁", + "Skip" + ], + [ + "▁D", + "river" + ], + [ + "▁Dr", + "iver" + ], + [ + "▁Drive", + "r" + ], + [ + "▁", + "Driver" + ], + [ + "▁Sant", + "iago" + ], + [ + "it", + "ung" + ], + [ + "itu", + "ng" + ], + [ + "▁B", + "arr" + ], + [ + "▁Bar", + "r" + ], + [ + "▁Ba", + "rr" + ], + [ + "process", + "or" + ], + [ + "▁real", + "ised" + ], + [ + "▁realise", + "d" + ], + [ + "ą", + "z" + ], + [ + "le", + "ave" + ], + [ + "▁C", + "omo" + ], + [ + "▁Com", + "o" + ], + [ + "▁Co", + "mo" + ], + [ + "▁Re", + "views" + ], + [ + "▁Review", + "s" + ], + [ + "▁и", + "зда" + ], + [ + "▁из", + "да" + ], + [ + "▁earn", + "ings" + ], + [ + "▁ear", + "nings" + ], + [ + "▁earning", + "s" + ], + [ + "▁S", + "creen" + ], + [ + "▁Sc", + "reen" + ], + [ + "▁Scre", + "en" + ], + [ + "▁", + "Screen" + ], + [ + "gr", + "and" + ], + [ + "gra", + "nd" + ], + [ + "g", + "rand" + ], + [ + "▁ap", + "ril" + ], + [ + "▁apr", + "il" + ], + [ + "▁sil", + "ently" + ], + [ + "▁silent", + "ly" + ], + [ + "ed", + "o" + ], + [ + "e", + "do" + ], + [ + "ue", + "st" + ], + [ + "ues", + "t" + ], + [ + "u", + "est" + ], + [ + "oo", + "oo" + ], + [ + "▁Исто", + "рия" + ], + [ + "ра", + "з" + ], + [ + "MAGE", + "S" + ], + [ + "MAG", + "ES" + ], + [ + "▁Sing", + "h" + ], + [ + "▁Sin", + "gh" + ], + [ + "▁Per", + "fect" + ], + [ + "▁revolution", + "ary" + ], + [ + "▁н", + "і" + ], + [ + "▁", + "ні" + ], + [ + "▁Sch", + "ools" + ], + [ + "▁School", + "s" + ], + [ + "R", + "ich" + ], + [ + "▁ch", + "rom" + ], + [ + "▁chr", + "om" + ], + [ + "▁an", + "terior" + ], + [ + "▁ante", + "rior" + ], + [ + "▁Indones", + "ia" + ], + [ + "Con", + "straints" + ], + [ + "Constraint", + "s" + ], + [ + "▁\"", + "__" + ], + [ + "▁\"_", + "_" + ], + [ + "▁six", + "teen" + ], + [ + "▁sixt", + "een" + ], + [ + "ér", + "e" + ], + [ + "é", + "re" + ], + [ + "мен", + "та" + ], + [ + "мент", + "а" + ], + [ + "N", + "il" + ], + [ + "je", + "l" + ], + [ + "j", + "el" + ], + [ + "че", + "ские" + ], + [ + "чески", + "е" + ], + [ + "▁thr", + "one" + ], + [ + "▁thro", + "ne" + ], + [ + "▁aud", + "iences" + ], + [ + "▁audience", + "s" + ], + [ + "▁i", + "hren" + ], + [ + "▁ih", + "ren" + ], + [ + "▁ihr", + "en" + ], + [ + "▁ihre", + "n" + ], + [ + "ра", + "б" + ], + [ + "Qu", + "ick" + ], + [ + "in", + "burgh" + ], + [ + "fi", + "co" + ], + [ + "fic", + "o" + ], + [ + "f", + "ico" + ], + [ + "▁kid", + "n" + ], + [ + "▁ki", + "dn" + ], + [ + "irm", + "ingham" + ], + [ + "is", + "le" + ], + [ + "isl", + "e" + ], + [ + "iz", + "ación" + ], + [ + "iza", + "ción" + ], + [ + "▁Ch", + "ampions" + ], + [ + "▁Champion", + "s" + ], + [ + "▁вы", + "со" + ], + [ + "ol", + "er" + ], + [ + "ole", + "r" + ], + [ + "o", + "ler" + ], + [ + "▁z", + "ak" + ], + [ + "▁za", + "k" + ], + [ + "▁p", + "lat" + ], + [ + "▁pl", + "at" + ], + [ + "▁V", + "III" + ], + [ + "▁VI", + "II" + ], + [ + "▁VII", + "I" + ], + [ + "at", + "ique" + ], + [ + "ati", + "que" + ], + [ + "li", + "ter" + ], + [ + "lit", + "er" + ], + [ + "l", + "iter" + ], + [ + "▁P", + "rest" + ], + [ + "▁Pr", + "est" + ], + [ + "▁Pres", + "t" + ], + [ + "▁Pre", + "st" + ], + [ + "in", + "is" + ], + [ + "ini", + "s" + ], + [ + "i", + "nis" + ], + [ + "▁scient", + "ist" + ], + [ + "▁m", + "ån" + ], + [ + "▁må", + "n" + ], + [ + "ke", + "ley" + ], + [ + "kel", + "ey" + ], + [ + "▁h", + "yd" + ], + [ + "▁hy", + "d" + ], + [ + "grad", + "uate" + ], + [ + "of", + "t" + ], + [ + "o", + "ft" + ], + [ + "▁N", + "GC" + ], + [ + "on", + "gs" + ], + [ + "ong", + "s" + ], + [ + "▁t", + "ier" + ], + [ + "▁tie", + "r" + ], + [ + "▁ti", + "er" + ], + [ + "▁Sh", + "aw" + ], + [ + "▁Sha", + "w" + ], + [ + "un", + "ächst" + ], + [ + "▁establish", + "ing" + ], + [ + "▁ind", + "icator" + ], + [ + "▁indic", + "ator" + ], + [ + "▁Par", + "ad" + ], + [ + "▁Pa", + "rad" + ], + [ + "▁Para", + "d" + ], + [ + "▁Tr", + "ail" + ], + [ + "▁Tra", + "il" + ], + [ + "UM", + "N" + ], + [ + "▁sp", + "ine" + ], + [ + "▁spin", + "e" + ], + [ + "▁Vis", + "ual" + ], + [ + "▁", + "Visual" + ], + [ + "::", + "$" + ], + [ + "▁t", + "eles" + ], + [ + "▁te", + "les" + ], + [ + "▁tele", + "s" + ], + [ + "▁tel", + "es" + ], + [ + "OP", + "ER" + ], + [ + "O", + "PER" + ], + [ + "▁pack", + "aging" + ], + [ + "to", + "ire" + ], + [ + "t", + "oire" + ], + [ + "▁не", + "ско" + ], + [ + "▁product", + "ivity" + ], + [ + "A", + "f" + ], + [ + "ні", + "ї" + ], + [ + "▁de", + "gener" + ], + [ + "▁deg", + "ener" + ], + [ + "br", + "it" + ], + [ + "b", + "rit" + ], + [ + "U", + "i" + ], + [ + "▁Y", + "am" + ], + [ + "▁Ya", + "m" + ], + [ + "▁d", + "ough" + ], + [ + "▁do", + "ugh" + ], + [ + "▁dou", + "gh" + ], + [ + "os", + "ph" + ], + [ + "osp", + "h" + ], + [ + "▁cl", + "ue" + ], + [ + "▁ре", + "ги" + ], + [ + "▁me", + "ille" + ], + [ + "▁tend", + "ency" + ], + [ + "▁re", + "lay" + ], + [ + "▁rel", + "ay" + ], + [ + "▁design", + "ers" + ], + [ + "▁designer", + "s" + ], + [ + "▁Т", + "у" + ], + [ + "Sh", + "are" + ], + [ + "▁b", + "icy" + ], + [ + "▁bi", + "cy" + ], + [ + "▁M", + "asters" + ], + [ + "▁Ma", + "sters" + ], + [ + "▁Mas", + "ters" + ], + [ + "▁Master", + "s" + ], + [ + "▁м", + "но" + ], + [ + "▁altern", + "atives" + ], + [ + "▁alternative", + "s" + ], + [ + "ет", + "о" + ], + [ + "е", + "то" + ], + [ + "▁coun", + "tr" + ], + [ + "▁count", + "r" + ], + [ + "▁W", + "ow" + ], + [ + "▁Wo", + "w" + ], + [ + "LO", + "CAL" + ], + [ + "LOC", + "AL" + ], + [ + "en", + "ue" + ], + [ + "enu", + "e" + ], + [ + "▁s", + "lim" + ], + [ + "▁sl", + "im" + ], + [ + "к", + "ви" + ], + [ + "▁t", + "ir" + ], + [ + "▁ti", + "r" + ], + [ + "▁do", + "it" + ], + [ + "lic", + "a" + ], + [ + "li", + "ca" + ], + [ + "l", + "ica" + ], + [ + "ci", + "pe" + ], + [ + "cip", + "e" + ], + [ + "c", + "ipe" + ], + [ + "iz", + "ia" + ], + [ + "izi", + "a" + ], + [ + "▁A", + "ires" + ], + [ + "▁Air", + "es" + ], + [ + "▁F", + "alls" + ], + [ + "▁Fall", + "s" + ], + [ + "▁Fal", + "ls" + ], + [ + "▁concent", + "rate" + ], + [ + "▁concentr", + "ate" + ], + [ + "▁ne", + "gl" + ], + [ + "▁neg", + "l" + ], + [ + "▁Re", + "in" + ], + [ + "?", + "," + ], + [ + "▁G", + "ott" + ], + [ + "▁Go", + "tt" + ], + [ + "▁Got", + "t" + ], + [ + "▁Ver", + "ify" + ], + [ + "▁", + "Verify" + ], + [ + "▁Stud", + "ios" + ], + [ + "▁Studio", + "s" + ], + [ + "$", + "('#" + ], + [ + "ow", + "ym" + ], + [ + "owy", + "m" + ], + [ + "я", + "в" + ], + [ + "Prim", + "itive" + ], + [ + "▁tax", + "i" + ], + [ + "▁ta", + "xi" + ], + [ + "▁Com", + "mercial" + ], + [ + "▁Ч", + "ер" + ], + [ + "▁Че", + "р" + ], + [ + "place", + "holder" + ], + [ + "se", + "au" + ], + [ + "sea", + "u" + ], + [ + "s", + "eau" + ], + [ + "cor", + "rect" + ], + [ + "he", + "imer" + ], + [ + "heim", + "er" + ], + [ + "▁H", + "of" + ], + [ + "▁Ho", + "f" + ], + [ + "▁d", + "ia" + ], + [ + "▁di", + "a" + ], + [ + "▁i", + "rr" + ], + [ + "▁ir", + "r" + ], + [ + "▁ur", + "ged" + ], + [ + "▁urg", + "ed" + ], + [ + "▁urge", + "d" + ], + [ + "▁a", + "nom" + ], + [ + "▁an", + "om" + ], + [ + "▁ano", + "m" + ], + [ + "▁t", + "arde" + ], + [ + "▁tar", + "de" + ], + [ + "▁tard", + "e" + ], + [ + "ur", + "m" + ], + [ + "u", + "rm" + ], + [ + "▁se", + "ized" + ], + [ + "▁sei", + "zed" + ], + [ + "▁seiz", + "ed" + ], + [ + "DO", + "T" + ], + [ + "D", + "OT" + ], + [ + "op", + "acity" + ], + [ + "St", + "rings" + ], + [ + "String", + "s" + ], + [ + "Str", + "ings" + ], + [ + "▁dec", + "iding" + ], + [ + "▁decid", + "ing" + ], + [ + "▁listen", + "ers" + ], + [ + "▁listener", + "s" + ], + [ + "ár", + "a" + ], + [ + "á", + "ra" + ], + [ + "▁pl", + "anted" + ], + [ + "▁plan", + "ted" + ], + [ + "▁plant", + "ed" + ], + [ + "▁é", + "taient" + ], + [ + "▁ét", + "aient" + ], + [ + "Z", + "oom" + ], + [ + "st", + "ví" + ], + [ + "ng", + "th" + ], + [ + "ä", + "ude" + ], + [ + "▁C", + "av" + ], + [ + "▁Ca", + "v" + ], + [ + "▁v", + "endor" + ], + [ + "▁vend", + "or" + ], + [ + "▁", + "vendor" + ], + [ + "▁", + "ż" + ], + [ + "▁meas", + "uring" + ], + [ + "▁necess", + "ity" + ], + [ + "▁r", + "ivers" + ], + [ + "▁ri", + "vers" + ], + [ + "▁river", + "s" + ], + [ + "▁riv", + "ers" + ], + [ + "▁labor", + "atory" + ], + [ + "▁E", + "ff" + ], + [ + "▁reprodu", + "ce" + ], + [ + "▁S", + "ak" + ], + [ + "▁Sa", + "k" + ], + [ + "▁not", + "ebook" + ], + [ + "▁note", + "book" + ], + [ + "▁reason", + "ably" + ], + [ + "isecond", + "s" + ], + [ + "i", + "seconds" + ], + [ + "▁Part", + "ial" + ], + [ + "▁", + "Partial" + ], + [ + "GUI", + "D" + ], + [ + "GU", + "ID" + ], + [ + "G", + "UID" + ], + [ + "▁Per", + "iod" + ], + [ + "▁", + "Period" + ], + [ + "▁reve", + "aling" + ], + [ + "▁reveal", + "ing" + ], + [ + "▁conv", + "iction" + ], + [ + "▁", + "н" + ], + [ + "▁бу", + "ли" + ], + [ + "▁altern", + "ate" + ], + [ + "▁alter", + "nate" + ], + [ + "cc", + "iones" + ], + [ + "▁N", + "AT" + ], + [ + "▁NA", + "T" + ], + [ + "▁can", + "onical" + ], + [ + "▁canon", + "ical" + ], + [ + "mo", + "z" + ], + [ + "m", + "oz" + ], + [ + "▁Mé", + "xico" + ], + [ + "M", + "o" + ], + [ + "▁ш", + "а" + ], + [ + "▁", + "ша" + ], + [ + "lim", + "inary" + ], + [ + "f", + "é" + ], + [ + "чно", + "й" + ], + [ + "ч", + "ной" + ], + [ + "▁Ham", + "burg" + ], + [ + "▁Hamb", + "urg" + ], + [ + "▁influ", + "ential" + ], + [ + "▁b", + "olt" + ], + [ + "▁bo", + "lt" + ], + [ + "▁bol", + "t" + ], + [ + "az", + "zo" + ], + [ + "azz", + "o" + ], + [ + "PH", + "P" + ], + [ + "P", + "HP" + ], + [ + "▁Sa", + "udi" + ], + [ + "▁Saud", + "i" + ], + [ + "▁Sau", + "di" + ], + [ + "▁r", + "m" + ], + [ + "▁", + "rm" + ], + [ + "▁cer", + "ca" + ], + [ + "▁decor", + "ated" + ], + [ + "▁st", + "aat" + ], + [ + "▁sta", + "at" + ], + [ + "Lo", + "u" + ], + [ + "L", + "ou" + ], + [ + "▁compet", + "itors" + ], + [ + "во", + "ї" + ], + [ + "▁diam", + "ond" + ], + [ + "▁dia", + "mond" + ], + [ + "▁m", + "obil" + ], + [ + "▁mo", + "bil" + ], + [ + "▁mob", + "il" + ], + [ + "Click", + "Listener" + ], + [ + "set", + "State" + ], + [ + "▁s", + "üd" + ], + [ + ";", + "\"" + ], + [ + "œ", + "ur" + ], + [ + "▁Lud", + "wig" + ], + [ + "▁clin", + "ic" + ], + [ + "▁e", + "go" + ], + [ + "▁eg", + "o" + ], + [ + "▁", + "ego" + ], + [ + "Thread", + "ing" + ], + [ + "▁f", + "ract" + ], + [ + "▁fr", + "act" + ], + [ + "▁fra", + "ct" + ], + [ + "Ref", + "lection" + ], + [ + "oss", + "ip" + ], + [ + "\"]", + "[\"" + ], + [ + "▁L", + "ov" + ], + [ + "▁Lo", + "v" + ], + [ + "Ex", + "press" + ], + [ + "Exp", + "ress" + ], + [ + "Expr", + "ess" + ], + [ + "д", + "ри" + ], + [ + "if", + "acts" + ], + [ + "ifact", + "s" + ], + [ + "▁O", + "ften" + ], + [ + "▁Of", + "ten" + ], + [ + "▁", + "лу" + ], + [ + "▁p", + "ets" + ], + [ + "▁pe", + "ts" + ], + [ + "▁pet", + "s" + ], + [ + "▁address", + "ing" + ], + [ + "▁m", + "ens" + ], + [ + "▁me", + "ns" + ], + [ + "▁men", + "s" + ], + [ + "▁ED", + "IT" + ], + [ + "▁", + "EDIT" + ], + [ + "ud", + "der" + ], + [ + "udd", + "er" + ], + [ + "Vert", + "ical" + ], + [ + "ка", + "та" + ], + [ + "Cap", + "t" + ], + [ + "C", + "apt" + ], + [ + "verb", + "ose" + ], + [ + "▁вой", + "ны" + ], + [ + "UNK", + "NOWN" + ], + [ + "un", + "its" + ], + [ + "unit", + "s" + ], + [ + "uni", + "ts" + ], + [ + "per", + "mission" + ], + [ + "perm", + "ission" + ], + [ + "[", + "_" + ], + [ + "▁er", + "sch" + ], + [ + "▁ers", + "ch" + ], + [ + "▁comm", + "unes" + ], + [ + "▁commun", + "es" + ], + [ + "▁commune", + "s" + ], + [ + "Un", + "ityEngine" + ], + [ + "▁com", + "mut" + ], + [ + "▁comm", + "ut" + ], + [ + "kl", + "ass" + ], + [ + "k", + "lass" + ], + [ + "▁volt", + "age" + ], + [ + "▁volta", + "ge" + ], + [ + "re", + "zent" + ], + [ + "rez", + "ent" + ], + [ + "pe", + "rf" + ], + [ + "per", + "f" + ], + [ + "DR", + "V" + ], + [ + "D", + "RV" + ], + [ + "▁f", + "ame" + ], + [ + "▁fam", + "e" + ], + [ + "▁fa", + "me" + ], + [ + "▁S", + "pot" + ], + [ + "▁Sp", + "ot" + ], + [ + "▁Л", + "ю" + ], + [ + "▁c", + "asting" + ], + [ + "▁cas", + "ting" + ], + [ + "▁cast", + "ing" + ], + [ + "hi", + "m" + ], + [ + "h", + "im" + ], + [ + "▁en", + "gl" + ], + [ + "▁eng", + "l" + ], + [ + "▁int", + "ro" + ], + [ + "▁intr", + "o" + ], + [ + "▁Г", + "у" + ], + [ + "Comp", + "any" + ], + [ + "some", + "thing" + ], + [ + "som", + "ething" + ], + [ + "▁cl", + "icking" + ], + [ + "▁click", + "ing" + ], + [ + "жи", + "ва" + ], + [ + "▁fl", + "ames" + ], + [ + "▁flame", + "s" + ], + [ + "▁random", + "ly" + ], + [ + "ex", + "tr" + ], + [ + "ext", + "r" + ], + [ + "Equal", + "To" + ], + [ + "an", + "ners" + ], + [ + "ann", + "ers" + ], + [ + "anner", + "s" + ], + [ + "anne", + "rs" + ], + [ + "▁p", + "arks" + ], + [ + "▁par", + "ks" + ], + [ + "▁park", + "s" + ], + [ + "▁murm", + "ured" + ], + [ + "ми", + "я" + ], + [ + "▁reason", + "ing" + ], + [ + "сле", + "д" + ], + [ + "▁n", + "er" + ], + [ + "▁ne", + "r" + ], + [ + "▁", + "ner" + ], + [ + "▁é", + "c" + ], + [ + "▁", + "éc" + ], + [ + "ow", + "ners" + ], + [ + "own", + "ers" + ], + [ + "owner", + "s" + ], + [ + "▁Д", + "же" + ], + [ + "▁Дж", + "е" + ], + [ + "▁me", + "er" + ], + [ + "▁typ", + "ing" + ], + [ + "▁ty", + "ping" + ], + [ + "▁happ", + "ily" + ], + [ + "..", + "..." + ], + [ + "...", + ".." + ], + [ + "....", + "." + ], + [ + ".", + "...." + ], + [ + "▁Ч", + "а" + ], + [ + "be", + "cca" + ], + [ + "bec", + "ca" + ], + [ + "▁P", + "apers" + ], + [ + "▁Pa", + "pers" + ], + [ + "▁Pap", + "ers" + ], + [ + "▁Paper", + "s" + ], + [ + "▁Or", + "acle" + ], + [ + "▁equ", + "ilibrium" + ], + [ + "man", + "agement" + ], + [ + "Li", + "te" + ], + [ + "L", + "ite" + ], + [ + "▁des", + "ktop" + ], + [ + "▁desk", + "top" + ], + [ + "ă", + "r" + ], + [ + "▁G", + "ill" + ], + [ + "▁Gi", + "ll" + ], + [ + "▁Gil", + "l" + ], + [ + "do", + "rf" + ], + [ + "d", + "orf" + ], + [ + "ig", + "g" + ], + [ + "i", + "gg" + ], + [ + "▁qu", + "esta" + ], + [ + "▁que", + "sta" + ], + [ + "▁quest", + "a" + ], + [ + "▁", + "questa" + ], + [ + "Warning", + "s" + ], + [ + "Warn", + "ings" + ], + [ + "War", + "nings" + ], + [ + "over", + "flow" + ], + [ + "▁V", + "T" + ], + [ + "▁", + "VT" + ], + [ + "▁cons", + "isted" + ], + [ + "▁consist", + "ed" + ], + [ + "▁A", + "bu" + ], + [ + "▁Ab", + "u" + ], + [ + "v", + "scale" + ], + [ + "J", + "O" + ], + [ + "ah", + "o" + ], + [ + "a", + "ho" + ], + [ + "▁T", + "ensor" + ], + [ + "▁Ten", + "sor" + ], + [ + "▁", + "Tensor" + ], + [ + "▁hes", + "itated" + ], + [ + "▁w", + "enn" + ], + [ + "▁we", + "nn" + ], + [ + "▁wen", + "n" + ], + [ + "map", + "sto" + ], + [ + "maps", + "to" + ], + [ + "▁controvers", + "ial" + ], + [ + "M", + "F" + ], + [ + "▁l", + "ac" + ], + [ + "▁la", + "c" + ], + [ + "▁an", + "ch" + ], + [ + "▁anc", + "h" + ], + [ + "▁", + "anch" + ], + [ + "▁A", + "A" + ], + [ + "▁", + "AA" + ], + [ + "it", + "ta" + ], + [ + "itt", + "a" + ], + [ + "i", + "tta" + ], + [ + "ul", + "in" + ], + [ + "uli", + "n" + ], + [ + "u", + "lin" + ], + [ + "▁c", + "ler" + ], + [ + "▁cl", + "er" + ], + [ + "▁cle", + "r" + ], + [ + "▁D", + "iana" + ], + [ + "▁Di", + "ana" + ], + [ + "▁Fre", + "ud" + ], + [ + "▁challeng", + "ed" + ], + [ + "▁challenge", + "d" + ], + [ + "лё", + "н" + ], + [ + "л", + "ён" + ], + [ + "▁se", + "ated" + ], + [ + "▁sea", + "ted" + ], + [ + "▁seat", + "ed" + ], + [ + "▁sm", + "iles" + ], + [ + "▁smile", + "s" + ], + [ + "▁cr", + "acked" + ], + [ + "▁crack", + "ed" + ], + [ + "▁а", + "ктив" + ], + [ + "ско", + "ј" + ], + [ + "dict", + "ion" + ], + [ + "di", + "ction" + ], + [ + "d", + "iction" + ], + [ + "ex", + "press" + ], + [ + "exp", + "ress" + ], + [ + "expr", + "ess" + ], + [ + "▁im", + "posed" + ], + [ + "▁imp", + "osed" + ], + [ + "▁pro", + "tests" + ], + [ + "▁prote", + "sts" + ], + [ + "▁protest", + "s" + ], + [ + "▁prot", + "ests" + ], + [ + "▁w", + "ounds" + ], + [ + "▁wound", + "s" + ], + [ + "C", + "ulture" + ], + [ + "N", + "Y" + ], + [ + "prevent", + "Default" + ], + [ + "ad", + "io" + ], + [ + "adi", + "o" + ], + [ + "▁NE", + "W" + ], + [ + "▁", + "NEW" + ], + [ + "B", + "attle" + ], + [ + "▁se", + "colo" + ], + [ + "▁sec", + "olo" + ], + [ + "▁A", + "x" + ], + [ + "▁found", + "ing" + ], + [ + "(\"", + "-" + ], + [ + "▁ret", + "ro" + ], + [ + "▁retr", + "o" + ], + [ + "▁pot", + "atoes" + ], + [ + "import", + "ant" + ], + [ + "ie", + "me" + ], + [ + "iem", + "e" + ], + [ + "i", + "eme" + ], + [ + "ys", + "ide" + ], + [ + "y", + "side" + ], + [ + "d", + "ummy" + ], + [ + "▁t", + "ilt" + ], + [ + "▁til", + "t" + ], + [ + "▁ti", + "lt" + ], + [ + "▁R", + "ules" + ], + [ + "▁Ru", + "les" + ], + [ + "▁Rule", + "s" + ], + [ + "▁", + "Rules" + ], + [ + "▁un", + "ters" + ], + [ + "▁unt", + "ers" + ], + [ + "▁unter", + "s" + ], + [ + "A", + "ud" + ], + [ + "V", + "ENDOR" + ], + [ + "ud", + "ge" + ], + [ + "un", + "al" + ], + [ + "una", + "l" + ], + [ + "u", + "nal" + ], + [ + "▁Ad", + "ult" + ], + [ + "▁im", + "pat" + ], + [ + "▁imp", + "at" + ], + [ + "▁rep", + "airs" + ], + [ + "▁repair", + "s" + ], + [ + "▁F", + "erd" + ], + [ + "▁Fe", + "rd" + ], + [ + "▁Fer", + "d" + ], + [ + "▁Az", + "ure" + ], + [ + "▁", + "Azure" + ], + [ + "))", + ":" + ], + [ + ")", + "):" + ], + [ + "▁pag", + "ina" + ], + [ + "▁E", + "pisode" + ], + [ + "File", + "name" + ], + [ + "Fil", + "ename" + ], + [ + "▁j", + "á" + ], + [ + "▁oblig", + "ation" + ], + [ + "ig", + "hed" + ], + [ + "igh", + "ed" + ], + [ + "▁pers", + "istent" + ], + [ + "Mus", + "ic" + ], + [ + "▁C", + "ele" + ], + [ + "▁Ce", + "le" + ], + [ + "▁Cel", + "e" + ], + [ + "▁r", + "y" + ], + [ + "▁", + "ry" + ], + [ + "▁cert", + "ification" + ], + [ + "ul", + "d" + ], + [ + "u", + "ld" + ], + [ + "▁T", + "L" + ], + [ + "▁", + "TL" + ], + [ + "▁sk", + "irt" + ], + [ + "▁ski", + "rt" + ], + [ + "▁M", + "ini" + ], + [ + "▁Min", + "i" + ], + [ + "▁Mi", + "ni" + ], + [ + "▁B", + "ring" + ], + [ + "▁Br", + "ing" + ], + [ + "><", + "?" + ], + [ + ">", + "", + "%" + ], + [ + "▁P", + "and" + ], + [ + "▁Pan", + "d" + ], + [ + "▁Pa", + "nd" + ], + [ + "▁S", + "UB" + ], + [ + "▁SU", + "B" + ], + [ + "▁", + "SUB" + ], + [ + "▁compan", + "ions" + ], + [ + "▁companion", + "s" + ], + [ + "▁RE", + "AD" + ], + [ + "▁", + "READ" + ], + [ + "▁S", + "olutions" + ], + [ + "▁Solution", + "s" + ], + [ + "▁acc", + "essed" + ], + [ + "▁access", + "ed" + ], + [ + "▁p", + "osto" + ], + [ + "▁pos", + "to" + ], + [ + "▁po", + "sto" + ], + [ + "▁post", + "o" + ], + [ + "▁pur", + "suit" + ], + [ + "▁purs", + "uit" + ], + [ + "ow", + "i" + ], + [ + "o", + "wi" + ], + [ + "▁gro", + "cery" + ], + [ + "Sp", + "e" + ], + [ + "S", + "pe" + ], + [ + "haus", + "en" + ], + [ + "▁normal", + "ized" + ], + [ + "▁tra", + "uma" + ], + [ + "gg", + "i" + ], + [ + "g", + "gi" + ], + [ + "ie", + "nia" + ], + [ + "ien", + "ia" + ], + [ + "▁aut", + "umn" + ], + [ + "▁so", + "vere" + ], + [ + "▁sov", + "ere" + ], + [ + "▁Men", + "schen" + ], + [ + "▁Mens", + "chen" + ], + [ + "▁D", + "AG" + ], + [ + "▁DA", + "G" + ], + [ + "▁S", + "ort" + ], + [ + "▁So", + "rt" + ], + [ + "▁Sor", + "t" + ], + [ + "▁", + "Sort" + ], + [ + "|", + "---" + ], + [ + "▁l", + "iver" + ], + [ + "▁li", + "ver" + ], + [ + "▁live", + "r" + ], + [ + "▁liv", + "er" + ], + [ + "▁", + "liver" + ], + [ + "env", + "iron" + ], + [ + "DE", + "CL" + ], + [ + "DEC", + "L" + ], + [ + "▁ма", + "й" + ], + [ + "▁N", + "ak" + ], + [ + "▁Na", + "k" + ], + [ + "bet", + "ween" + ], + [ + "▁gentle", + "man" + ], + [ + "in", + "ging" + ], + [ + "ing", + "ing" + ], + [ + "▁su", + "bur" + ], + [ + "▁sub", + "ur" + ], + [ + "ST", + "O" + ], + [ + "S", + "TO" + ], + [ + "ace", + "ut" + ], + [ + "\\", + "!" + ], + [ + "▁Fuß", + "ball" + ], + [ + "na", + "r" + ], + [ + "n", + "ar" + ], + [ + "▁b", + "og" + ], + [ + "▁bo", + "g" + ], + [ + "Token", + "s" + ], + [ + "Tok", + "ens" + ], + [ + "▁cer", + "emon" + ], + [ + "▁cere", + "mon" + ], + [ + "DA", + "Y" + ], + [ + "D", + "AY" + ], + [ + "▁out", + "fit" + ], + [ + "▁agric", + "ulture" + ], + [ + "ди", + "и" + ], + [ + "▁N", + "in" + ], + [ + "▁Ni", + "n" + ], + [ + "▁Sp", + "rings" + ], + [ + "▁Spring", + "s" + ], + [ + "▁Spr", + "ings" + ], + [ + "▁Co", + "ach" + ], + [ + "▁d", + "jango" + ], + [ + "▁", + "django" + ], + [ + "▁C", + "rim" + ], + [ + "▁Cr", + "im" + ], + [ + "▁te", + "cn" + ], + [ + "Th", + "ree" + ], + [ + "em", + "os" + ], + [ + "e", + "mos" + ], + [ + "▁be", + "an" + ], + [ + "▁", + "bean" + ], + [ + "pi", + "eler" + ], + [ + "pie", + "ler" + ], + [ + "p", + "ieler" + ], + [ + "ri", + "tz" + ], + [ + "rit", + "z" + ], + [ + "r", + "itz" + ], + [ + "ta", + "bs" + ], + [ + "tab", + "s" + ], + [ + "t", + "abs" + ], + [ + "▁Pro", + "blem" + ], + [ + "in", + "and" + ], + [ + "ina", + "nd" + ], + [ + "oc", + "on" + ], + [ + "oco", + "n" + ], + [ + "o", + "con" + ], + [ + "њ", + "и" + ], + [ + "▁bu", + "yer" + ], + [ + "▁buy", + "er" + ], + [ + "us", + "ement" + ], + [ + "use", + "ment" + ], + [ + "▁b", + "or" + ], + [ + "▁bo", + "r" + ], + [ + "▁", + "bor" + ], + [ + "▁sett", + "embre" + ], + [ + "pp", + "e" + ], + [ + "p", + "pe" + ], + [ + "▁D", + "eg" + ], + [ + "▁De", + "g" + ], + [ + "▁W", + "a" + ], + [ + "▁w", + "ives" + ], + [ + "▁fr", + "anzös" + ], + [ + "▁mar", + "ca" + ], + [ + "▁des", + "cent" + ], + [ + "▁desc", + "ent" + ], + [ + "▁S", + "ha" + ], + [ + "▁Sh", + "a" + ], + [ + "ver", + "ts" + ], + [ + "vert", + "s" + ], + [ + "v", + "erts" + ], + [ + "▁Sh", + "adow" + ], + [ + "▁", + "Shadow" + ], + [ + "▁Hug", + "o" + ], + [ + "▁Hu", + "go" + ], + [ + "▁A", + "ppe" + ], + [ + "▁App", + "e" + ], + [ + "▁Ap", + "pe" + ], + [ + "▁", + "Appe" + ], + [ + "▁L", + "ac" + ], + [ + "▁La", + "c" + ], + [ + "al", + "len" + ], + [ + "all", + "en" + ], + [ + "alle", + "n" + ], + [ + "os", + "ity" + ], + [ + "osi", + "ty" + ], + [ + "▁consult", + "ation" + ], + [ + "▁T", + "i" + ], + [ + "▁er", + "ano" + ], + [ + "▁era", + "no" + ], + [ + "▁eran", + "o" + ], + [ + "▁lo", + "vers" + ], + [ + "▁love", + "rs" + ], + [ + "▁lov", + "ers" + ], + [ + "▁lover", + "s" + ], + [ + "▁уни", + "версите" + ], + [ + "▁virt", + "ue" + ], + [ + "▁view", + "ers" + ], + [ + "M", + "u" + ], + [ + "c", + "ategories" + ], + [ + "▁о", + "пера" + ], + [ + "▁over", + "look" + ], + [ + "▁overl", + "ook" + ], + [ + "▁тер", + "рито" + ], + [ + "▁Oper", + "ations" + ], + [ + "▁Operation", + "s" + ], + [ + "▁", + "Operations" + ], + [ + "è", + "ve" + ], + [ + "-", + "(" + ], + [ + "▁", + "Ż" + ], + [ + "je", + "v" + ], + [ + "j", + "ev" + ], + [ + "▁c", + "rist" + ], + [ + "▁cr", + "ist" + ], + [ + "▁cris", + "t" + ], + [ + "▁cri", + "st" + ], + [ + "▁мар", + "та" + ], + [ + "▁pro", + "vin" + ], + [ + "▁prov", + "in" + ], + [ + "product", + "ion" + ], + [ + "produ", + "ction" + ], + [ + "prod", + "uction" + ], + [ + "p", + "roduction" + ], + [ + "▁T", + "all" + ], + [ + "▁Tal", + "l" + ], + [ + "▁Ta", + "ll" + ], + [ + "Requ", + "ests" + ], + [ + "Request", + "s" + ], + [ + "▁t", + "iles" + ], + [ + "▁til", + "es" + ], + [ + "▁tile", + "s" + ], + [ + "▁ti", + "les" + ], + [ + "ref", + "lect" + ], + [ + "▁ar", + "gc" + ], + [ + "▁arg", + "c" + ], + [ + "▁", + "argc" + ], + [ + "▁t", + "emplates" + ], + [ + "▁templ", + "ates" + ], + [ + "▁template", + "s" + ], + [ + "▁", + "templates" + ], + [ + "AR", + "B" + ], + [ + "A", + "RB" + ], + [ + "▁weiter", + "e" + ], + [ + "▁weit", + "ere" + ], + [ + ")?", + ";" + ], + [ + ")", + "?;" + ], + [ + "▁t", + "oll" + ], + [ + "▁to", + "ll" + ], + [ + "▁correspond", + "ence" + ], + [ + "$", + ";" + ], + [ + "L", + "T" + ], + [ + "▁t", + "am" + ], + [ + "▁ta", + "m" + ], + [ + "de", + "cess" + ], + [ + "dec", + "ess" + ], + [ + "built", + "in" + ], + [ + "da", + "sh" + ], + [ + "das", + "h" + ], + [ + "d", + "ash" + ], + [ + "ze", + "nie" + ], + [ + "zen", + "ie" + ], + [ + "▁mole", + "cular" + ], + [ + "▁chem", + "icals" + ], + [ + "▁chemical", + "s" + ], + [ + "▁rend", + "ering" + ], + [ + "▁render", + "ing" + ], + [ + "▁Sing", + "les" + ], + [ + "▁Sin", + "gles" + ], + [ + "▁Single", + "s" + ], + [ + "Init", + "ialized" + ], + [ + "Initial", + "ized" + ], + [ + "Initialize", + "d" + ], + [ + "▁Mar", + "tha" + ], + [ + "▁Mart", + "ha" + ], + [ + "ri", + "ere" + ], + [ + "rie", + "re" + ], + [ + "rier", + "e" + ], + [ + "r", + "iere" + ], + [ + "par", + "agraph" + ], + [ + "para", + "graph" + ], + [ + "as", + "ters" + ], + [ + "ast", + "ers" + ], + [ + "aster", + "s" + ], + [ + "aste", + "rs" + ], + [ + "a", + "sters" + ], + [ + "▁dec", + "ides" + ], + [ + "▁decide", + "s" + ], + [ + "▁decid", + "es" + ], + [ + "▁Flor", + "ence" + ], + [ + "▁Flo", + "rence" + ], + [ + "▁Floren", + "ce" + ], + [ + "▁And", + "ers" + ], + [ + "▁An", + "ders" + ], + [ + "мо", + "й" + ], + [ + "▁a", + "pt" + ], + [ + "▁ap", + "t" + ], + [ + "▁", + "apt" + ], + [ + "▁affili", + "ate" + ], + [ + "ch", + "el" + ], + [ + "che", + "l" + ], + [ + "c", + "hel" + ], + [ + "▁re", + "vision" + ], + [ + "▁rev", + "ision" + ], + [ + "Pat", + "ch" + ], + [ + "P", + "atch" + ], + [ + "▁fi", + "scal" + ], + [ + "▁fis", + "cal" + ], + [ + "wi", + "ę" + ], + [ + "w", + "ię" + ], + [ + "N", + "ational" + ], + [ + "▁depend", + "encies" + ], + [ + "TRAN", + "S" + ], + [ + "TRA", + "NS" + ], + [ + "▁r", + "ack" + ], + [ + "▁rac", + "k" + ], + [ + "▁ra", + "ck" + ], + [ + "sel", + "ling" + ], + [ + "s", + "elling" + ], + [ + "na", + "issance" + ], + [ + "c", + "atalog" + ], + [ + "Sh", + "ip" + ], + [ + "S", + "hip" + ], + [ + "IM", + "AGE" + ], + [ + "I", + "MAGE" + ], + [ + "']", + "[" + ], + [ + "'", + "][" + ], + [ + "▁p", + "rv" + ], + [ + "▁pr", + "v" + ], + [ + "▁F", + "en" + ], + [ + "▁Fe", + "n" + ], + [ + "▁rad", + "ar" + ], + [ + "▁ra", + "dar" + ], + [ + "cond", + "itions" + ], + [ + "condition", + "s" + ], + [ + "▁Quest", + "ions" + ], + [ + "▁Question", + "s" + ], + [ + "▁v", + "ivid" + ], + [ + "▁vi", + "vid" + ], + [ + "▁viv", + "id" + ], + [ + "op", + "f" + ], + [ + "o", + "pf" + ], + [ + "FA", + "CE" + ], + [ + "F", + "ACE" + ], + [ + "ry", + "s" + ], + [ + "r", + "ys" + ], + [ + "Ex", + "tract" + ], + [ + "Ext", + "ract" + ], + [ + "Extra", + "ct" + ], + [ + "il", + "ians" + ], + [ + "ili", + "ans" + ], + [ + "ilia", + "ns" + ], + [ + "pl", + "ug" + ], + [ + "▁a", + "té" + ], + [ + "▁at", + "é" + ], + [ + "и", + "л" + ], + [ + "▁like", + "wise" + ], + [ + "▁L", + "il" + ], + [ + "▁Li", + "l" + ], + [ + "▁Cam", + "peonato" + ], + [ + "AUT", + "O" + ], + [ + "AU", + "TO" + ], + [ + "▁M", + "eta" + ], + [ + "▁Me", + "ta" + ], + [ + "▁Met", + "a" + ], + [ + "▁", + "Meta" + ], + [ + "re", + "no" + ], + [ + "ren", + "o" + ], + [ + "r", + "eno" + ], + [ + "▁Trans", + "fer" + ], + [ + "▁", + "Transfer" + ], + [ + "▁Mich", + "elle" + ], + [ + "▁Michel", + "le" + ], + [ + "▁Miche", + "lle" + ], + [ + "bi", + "s" + ], + [ + "b", + "is" + ], + [ + "ń", + "st" + ], + [ + "зо", + "н" + ], + [ + "з", + "он" + ], + [ + "▁C", + "ultural" + ], + [ + "com", + "pass" + ], + [ + "comp", + "ass" + ], + [ + "▁my", + "sql" + ], + [ + "▁", + "mysql" + ], + [ + "▁cancel", + "led" + ], + [ + "▁cancell", + "ed" + ], + [ + "▁", + "’" + ], + [ + "to", + "o" + ], + [ + "t", + "oo" + ], + [ + "▁re", + "bell" + ], + [ + "▁reb", + "ell" + ], + [ + "▁rebel", + "l" + ], + [ + "ég", + "e" + ], + [ + "é", + "ge" + ], + [ + "os", + "z" + ], + [ + "o", + "sz" + ], + [ + "▁com", + "poser" + ], + [ + "▁comp", + "oser" + ], + [ + "▁compos", + "er" + ], + [ + "}\"", + ")" + ], + [ + "}", + "\")" + ], + [ + "▁des", + "erves" + ], + [ + "▁deserve", + "s" + ], + [ + "▁oh", + "ne" + ], + [ + "▁J", + "ed" + ], + [ + "▁Je", + "d" + ], + [ + "K", + "ernel" + ], + [ + "▁pract", + "ition" + ], + [ + "▁in", + "door" + ], + [ + "▁ind", + "oor" + ], + [ + "▁config", + "urations" + ], + [ + "▁configuration", + "s" + ], + [ + "▁m", + "eth" + ], + [ + "▁me", + "th" + ], + [ + "▁met", + "h" + ], + [ + "+", + "(" + ], + [ + "Quest", + "ion" + ], + [ + "▁bl", + "own" + ], + [ + "▁blo", + "wn" + ], + [ + "▁blow", + "n" + ], + [ + ")", + "'" + ], + [ + "▁Ar", + "gs" + ], + [ + "▁Arg", + "s" + ], + [ + "▁", + "Args" + ], + [ + "F", + "ake" + ], + [ + "▁d", + "even" + ], + [ + "▁de", + "ven" + ], + [ + "▁dev", + "en" + ], + [ + "istrz", + "ost" + ], + [ + "na", + "io" + ], + [ + "▁\"", + "{" + ], + [ + "▁L", + "it" + ], + [ + "▁Li", + "t" + ], + [ + "com", + "ed" + ], + [ + "co", + "med" + ], + [ + "come", + "d" + ], + [ + "c", + "omed" + ], + [ + "▁st", + "am" + ], + [ + "▁sta", + "m" + ], + [ + "▁pl", + "ugins" + ], + [ + "▁plugin", + "s" + ], + [ + "▁plug", + "ins" + ], + [ + "▁", + "plugins" + ], + [ + "▁travel", + "ling" + ], + [ + "▁trav", + "elling" + ], + [ + "na", + "ire" + ], + [ + "n", + "aire" + ], + [ + "▁aut", + "onom" + ], + [ + "▁auto", + "nom" + ], + [ + "STRU", + "CT" + ], + [ + "n", + "h" + ], + [ + "né", + "es" + ], + [ + "née", + "s" + ], + [ + "n", + "ées" + ], + [ + "▁consider", + "ably" + ], + [ + "ко", + "р" + ], + [ + "к", + "ор" + ], + [ + "B", + "G" + ], + [ + "▁lad", + "der" + ], + [ + "▁h", + "ast" + ], + [ + "▁has", + "t" + ], + [ + "▁ha", + "st" + ], + [ + "iz", + "ado" + ], + [ + "iza", + "do" + ], + [ + "▁s", + "ele" + ], + [ + "▁se", + "le" + ], + [ + "▁sel", + "e" + ], + [ + "▁W", + "ere" + ], + [ + "▁We", + "re" + ], + [ + "▁Wer", + "e" + ], + [ + "ar", + "don" + ], + [ + "ard", + "on" + ], + [ + "ardo", + "n" + ], + [ + "B", + "ank" + ], + [ + "bund", + "le" + ], + [ + "b", + "undle" + ], + [ + "▁anticip", + "ated" + ], + [ + "▁C", + "ot" + ], + [ + "▁Co", + "t" + ], + [ + "▁else", + "if" + ], + [ + "▁", + "elseif" + ], + [ + "▁Bl", + "ues" + ], + [ + "▁Blue", + "s" + ], + [ + "▁fil", + "tered" + ], + [ + "▁filter", + "ed" + ], + [ + "▁a", + "uction" + ], + [ + "▁au", + "ction" + ], + [ + "ed", + "uc" + ], + [ + "edu", + "c" + ], + [ + "e", + "duc" + ], + [ + "▁Ex", + "pression" + ], + [ + "▁Express", + "ion" + ], + [ + "▁Exp", + "ression" + ], + [ + "▁", + "Expression" + ], + [ + "in", + "x" + ], + [ + "i", + "nx" + ], + [ + "▁s", + "ucks" + ], + [ + "▁su", + "cks" + ], + [ + "▁suc", + "ks" + ], + [ + "▁suck", + "s" + ], + [ + "▁ма", + "я" + ], + [ + "EL", + "L" + ], + [ + "E", + "LL" + ], + [ + "ющи", + "й" + ], + [ + "▁Hud", + "son" + ], + [ + "it", + "ä" + ], + [ + "на", + "ми" + ], + [ + "▁fem", + "me" + ], + [ + "in", + "ho" + ], + [ + "▁e", + "vt" + ], + [ + "▁ev", + "t" + ], + [ + "▁", + "evt" + ], + [ + "istribut", + "ions" + ], + [ + "istribution", + "s" + ], + [ + "▁r", + "uss" + ], + [ + "▁ru", + "ss" + ], + [ + "▁rus", + "s" + ], + [ + "▁pet", + "ition" + ], + [ + "▁petit", + "ion" + ], + [ + "▁г", + "ла" + ], + [ + "▁", + "гла" + ], + [ + "Si", + "g" + ], + [ + "S", + "ig" + ], + [ + "▁T", + "ut" + ], + [ + "▁Tu", + "t" + ], + [ + "Part", + "ial" + ], + [ + "Ent", + "ities" + ], + [ + "▁b", + "ears" + ], + [ + "▁be", + "ars" + ], + [ + "▁bear", + "s" + ], + [ + "▁h", + "ollow" + ], + [ + "▁hol", + "low" + ], + [ + "__", + "[\"" + ], + [ + "▁R", + "is" + ], + [ + "ț", + "ă" + ], + [ + "dim", + "s" + ], + [ + "di", + "ms" + ], + [ + "d", + "ims" + ], + [ + "▁compl", + "ained" + ], + [ + "▁complain", + "ed" + ], + [ + "▁m", + "apped" + ], + [ + "▁map", + "ped" + ], + [ + "▁ma", + "pped" + ], + [ + "▁авгу", + "ста" + ], + [ + "▁initi", + "atives" + ], + [ + "▁initiative", + "s" + ], + [ + "▁own", + "s" + ], + [ + "ch", + "ez" + ], + [ + "che", + "z" + ], + [ + "▁dis", + "pon" + ], + [ + "▁disp", + "on" + ], + [ + "▁m", + "ush" + ], + [ + "▁mus", + "h" + ], + [ + "▁mu", + "sh" + ], + [ + "q", + "s" + ], + [ + "▁er", + "folg" + ], + [ + "▁Nor", + "weg" + ], + [ + "▁c", + "et" + ], + [ + "▁ce", + "t" + ], + [ + "im", + "ag" + ], + [ + "ima", + "g" + ], + [ + "i", + "mag" + ], + [ + "▁исто", + "ри" + ], + [ + "▁ни", + "х" + ], + [ + "▁", + "них" + ], + [ + "Un", + "til" + ], + [ + "U", + "ntil" + ], + [ + "▁s", + "talk" + ], + [ + "▁st", + "alk" + ], + [ + "▁П", + "ра" + ], + [ + "uv", + "o" + ], + [ + "u", + "vo" + ], + [ + "ie", + "rz" + ], + [ + "ier", + "z" + ], + [ + "ri", + "eben" + ], + [ + "rie", + "ben" + ], + [ + "rieb", + "en" + ], + [ + "X", + "T" + ], + [ + "ic", + "als" + ], + [ + "ical", + "s" + ], + [ + "ica", + "ls" + ], + [ + "std", + "out" + ], + [ + "▁extra", + "cted" + ], + [ + "▁extract", + "ed" + ], + [ + "▁Im", + "ages" + ], + [ + "▁Image", + "s" + ], + [ + "▁", + "Images" + ], + [ + "un", + "def" + ], + [ + "und", + "ef" + ], + [ + "unde", + "f" + ], + [ + "u", + "ndef" + ], + [ + "▁L", + "é" + ], + [ + "▁accommod", + "ation" + ], + [ + "▁T", + "ouch" + ], + [ + "▁To", + "uch" + ], + [ + "▁", + "Touch" + ], + [ + "▁intent", + "ions" + ], + [ + "▁intention", + "s" + ], + [ + "▁concent", + "rated" + ], + [ + "▁concentr", + "ated" + ], + [ + "▁concentrate", + "d" + ], + [ + "▁Насе", + "ление" + ], + [ + "▁ut", + "ilis" + ], + [ + "▁util", + "is" + ], + [ + "▁сле", + "д" + ], + [ + "▁", + "след" + ], + [ + "li", + "f" + ], + [ + "l", + "if" + ], + [ + "▁comp", + "ris" + ], + [ + "▁compr", + "is" + ], + [ + "▁с", + "бор" + ], + [ + "med", + "ium" + ], + [ + "medi", + "um" + ], + [ + "St", + "ates" + ], + [ + "State", + "s" + ], + [ + "Stat", + "es" + ], + [ + "▁Би", + "ография" + ], + [ + "▁Fa", + "ith" + ], + [ + "U", + "A" + ], + [ + "ADD", + "RESS" + ], + [ + "▁r", + "ated" + ], + [ + "▁rate", + "d" + ], + [ + "▁rat", + "ed" + ], + [ + "▁ra", + "ted" + ], + [ + "▁", + "rated" + ], + [ + "▁R", + "ena" + ], + [ + "▁Re", + "na" + ], + [ + "▁Ren", + "a" + ], + [ + "▁C", + "ache" + ], + [ + "▁Ca", + "che" + ], + [ + "▁", + "Cache" + ], + [ + "▁pe", + "que" + ], + [ + "▁un", + "used" + ], + [ + "▁unus", + "ed" + ], + [ + "▁", + "unused" + ], + [ + "ni", + "m" + ], + [ + "n", + "im" + ], + [ + "ol", + "ding" + ], + [ + "old", + "ing" + ], + [ + "▁N", + "r" + ], + [ + "R", + "ay" + ], + [ + "ur", + "ls" + ], + [ + "url", + "s" + ], + [ + "▁em", + "issions" + ], + [ + "▁emission", + "s" + ], + [ + "I", + "r" + ], + [ + "▁m", + "å" + ], + [ + "be", + "ar" + ], + [ + "b", + "ear" + ], + [ + "▁L", + "ub" + ], + [ + "▁Lu", + "b" + ], + [ + "▁Out", + "side" + ], + [ + "min", + "ded" + ], + [ + "mind", + "ed" + ], + [ + "▁PRO", + "VID" + ], + [ + "▁s", + "ó" + ], + [ + "▁civil", + "ian" + ], + [ + "Find", + "er" + ], + [ + "Fin", + "der" + ], + [ + "Fi", + "nder" + ], + [ + "F", + "inder" + ], + [ + "▁achie", + "ving" + ], + [ + "mod", + "ified" + ], + [ + "la", + "ne" + ], + [ + "lan", + "e" + ], + [ + "l", + "ane" + ], + [ + "Se", + "nder" + ], + [ + "Send", + "er" + ], + [ + "S", + "ender" + ], + [ + "▁Cr", + "ime" + ], + [ + "▁Crim", + "e" + ], + [ + "REQ", + "UI" + ], + [ + "▁open", + "ly" + ], + [ + "▁Belg", + "ium" + ], + [ + "ic", + "ity" + ], + [ + "ici", + "ty" + ], + [ + "icit", + "y" + ], + [ + "i", + "city" + ], + [ + "▁M", + "az" + ], + [ + "▁Ma", + "z" + ], + [ + "▁st", + "agger" + ], + [ + "▁stag", + "ger" + ], + [ + "}}", + "$," + ], + [ + "}}$", + "," + ], + [ + "}", + "}$," + ], + [ + "na", + "te" + ], + [ + "nat", + "e" + ], + [ + "n", + "ate" + ], + [ + "''", + "'" + ], + [ + "'", + "''" + ], + [ + "▁Ge", + "off" + ], + [ + "ll", + "i" + ], + [ + "l", + "li" + ], + [ + "Su", + "ite" + ], + [ + "▁D", + "istribution" + ], + [ + "▁я", + "кий" + ], + [ + "Com", + "bo" + ], + [ + "Comb", + "o" + ], + [ + "ho", + "oks" + ], + [ + "hook", + "s" + ], + [ + "▁F", + "ight" + ], + [ + "▁Fig", + "ht" + ], + [ + "▁Fi", + "ght" + ], + [ + "Set", + "s" + ], + [ + "Se", + "ts" + ], + [ + "S", + "ets" + ], + [ + "▁m", + "k" + ], + [ + "▁", + "mk" + ], + [ + "▁gu", + "ides" + ], + [ + "▁guide", + "s" + ], + [ + "▁guid", + "es" + ], + [ + "▁princip", + "ale" + ], + [ + "▁principal", + "e" + ], + [ + "Pre", + "ferences" + ], + [ + "ti", + "ny" + ], + [ + "t", + "iny" + ], + [ + "ap", + "pen" + ], + [ + "app", + "en" + ], + [ + "appe", + "n" + ], + [ + "a", + "ppen" + ], + [ + "▁ru", + "ined" + ], + [ + "▁ruin", + "ed" + ], + [ + "▁sl", + "iding" + ], + [ + "▁slid", + "ing" + ], + [ + "▁Z", + "en" + ], + [ + "▁Ze", + "n" + ], + [ + "▁oct", + "ubre" + ], + [ + "pos", + "er" + ], + [ + "po", + "ser" + ], + [ + "pose", + "r" + ], + [ + "p", + "oser" + ], + [ + "▁F", + "lag" + ], + [ + "▁Fl", + "ag" + ], + [ + "▁", + "Flag" + ], + [ + "▁b", + "oom" + ], + [ + "▁bo", + "om" + ], + [ + "▁Det", + "ect" + ], + [ + "▁activ", + "ation" + ], + [ + "▁обра", + "зова" + ], + [ + "▁entertain", + "ing" + ], + [ + "▁entert", + "aining" + ], + [ + "▁protect", + "ive" + ], + [ + "ál", + "l" + ], + [ + "á", + "ll" + ], + [ + "▁Fl", + "ash" + ], + [ + "▁mid", + "st" + ], + [ + "▁mi", + "dst" + ], + [ + "ствен", + "ной" + ], + [ + "▁Ph", + "D" + ], + [ + "ij", + "ing" + ], + [ + "iji", + "ng" + ], + [ + "cl", + "ub" + ], + [ + "get", + "C" + ], + [ + "▁tro", + "uve" + ], + [ + "▁trou", + "ve" + ], + [ + "am", + "bers" + ], + [ + "amb", + "ers" + ], + [ + "amber", + "s" + ], + [ + "▁g", + "reed" + ], + [ + "▁gr", + "eed" + ], + [ + "▁gre", + "ed" + ], + [ + "am", + "arin" + ], + [ + "ama", + "rin" + ], + [ + "amar", + "in" + ], + [ + "▁suspic", + "ious" + ], + [ + "▁susp", + "icious" + ], + [ + "▁dep", + "uty" + ], + [ + "▁deput", + "y" + ], + [ + "as", + "per" + ], + [ + "asp", + "er" + ], + [ + "▁fun", + "ded" + ], + [ + "▁fund", + "ed" + ], + [ + "al", + "one" + ], + [ + "alo", + "ne" + ], + [ + "▁t", + "ract" + ], + [ + "▁tr", + "act" + ], + [ + "▁tra", + "ct" + ], + [ + "▁", + "tract" + ], + [ + "▁R", + "ating" + ], + [ + "▁Ra", + "ting" + ], + [ + "▁Rat", + "ing" + ], + [ + "ad", + "ays" + ], + [ + "ada", + "ys" + ], + [ + "a", + "days" + ], + [ + "▁st", + "att" + ], + [ + "▁stat", + "t" + ], + [ + "▁sta", + "tt" + ], + [ + "▁Priv", + "acy" + ], + [ + "▁_", + "_(" + ], + [ + "▁__", + "(" + ], + [ + "▁", + "__(" + ], + [ + "▁f", + "ights" + ], + [ + "▁fight", + "s" + ], + [ + "á", + "j" + ], + [ + "\\", + "]" + ], + [ + "ag", + "h" + ], + [ + "a", + "gh" + ], + [ + "or", + "na" + ], + [ + "orn", + "a" + ], + [ + "▁Diam", + "ond" + ], + [ + "▁pro", + "totype" + ], + [ + "▁proto", + "type" + ], + [ + "▁prot", + "otype" + ], + [ + "▁", + "prototype" + ], + [ + "▁Str", + "ateg" + ], + [ + "ha", + "do" + ], + [ + "had", + "o" + ], + [ + "h", + "ado" + ], + [ + "▁l", + "ungs" + ], + [ + "▁lung", + "s" + ], + [ + "▁lun", + "gs" + ], + [ + "Pro", + "totype" + ], + [ + "Proto", + "type" + ], + [ + "ließ", + "lich" + ], + [ + "▁d", + "ive" + ], + [ + "▁di", + "ve" + ], + [ + "▁div", + "e" + ], + [ + "co", + "v" + ], + [ + "c", + "ov" + ], + [ + "▁M", + "ist" + ], + [ + "▁Mi", + "st" + ], + [ + "▁Mis", + "t" + ], + [ + "▁T", + "ypes" + ], + [ + "▁Type", + "s" + ], + [ + "▁Ty", + "pes" + ], + [ + "▁Typ", + "es" + ], + [ + "▁", + "Types" + ], + [ + "▁di", + "agonal" + ], + [ + "▁p", + "review" + ], + [ + "▁pre", + "view" + ], + [ + "▁prev", + "iew" + ], + [ + "▁", + "preview" + ], + [ + "▁Cont", + "ainer" + ], + [ + "▁", + "Container" + ], + [ + "DESC", + "RIP" + ], + [ + "▁brit", + "ann" + ], + [ + "▁C", + "ord" + ], + [ + "▁Co", + "rd" + ], + [ + "▁Cor", + "d" + ], + [ + "ak", + "ov" + ], + [ + "ako", + "v" + ], + [ + "a", + "kov" + ], + [ + "▁far", + "ming" + ], + [ + "▁farm", + "ing" + ], + [ + "▁p", + "ère" + ], + [ + "▁k", + "ills" + ], + [ + "▁kill", + "s" + ], + [ + "▁kil", + "ls" + ], + [ + "▁Car", + "ib" + ], + [ + "▁Ca", + "rib" + ], + [ + "ћ", + "и" + ], + [ + "▁А", + "л" + ], + [ + "?", + ";" + ], + [ + "▁пи", + "са" + ], + [ + "▁", + "писа" + ], + [ + "▁En", + "sure" + ], + [ + "par", + "sed" + ], + [ + "parse", + "d" + ], + [ + "pars", + "ed" + ], + [ + "än", + "ge" + ], + [ + "äng", + "e" + ], + [ + "▁D", + "elta" + ], + [ + "▁Del", + "ta" + ], + [ + "▁", + "Delta" + ], + [ + "▁g", + "aining" + ], + [ + "▁gain", + "ing" + ], + [ + "▁ga", + "ining" + ], + [ + "▁n", + "oting" + ], + [ + "▁not", + "ing" + ], + [ + "▁no", + "ting" + ], + [ + "▁B", + "arb" + ], + [ + "▁Bar", + "b" + ], + [ + "▁Ba", + "rb" + ], + [ + "▁фев", + "ра" + ], + [ + "▁фе", + "вра" + ], + [ + "Em", + "p" + ], + [ + "E", + "mp" + ], + [ + "▁{", + "})" + ], + [ + "▁{}", + ")" + ], + [ + "▁", + "{})" + ], + [ + "▁sy", + "ntax" + ], + [ + "▁syn", + "tax" + ], + [ + "▁synt", + "ax" + ], + [ + "W", + "alk" + ], + [ + "▁P", + "ere" + ], + [ + "▁Per", + "e" + ], + [ + "▁Pe", + "re" + ], + [ + "Is", + "Null" + ], + [ + "▁U", + "V" + ], + [ + "▁", + "UV" + ], + [ + "▁ret", + "val" + ], + [ + "▁", + "retval" + ], + [ + "▁sim", + "plicity" + ], + [ + "▁simpl", + "icity" + ], + [ + "▁rein", + "force" + ], + [ + "Lin", + "q" + ], + [ + "▁diff", + "usion" + ], + [ + "▁dis", + "orders" + ], + [ + "▁disorder", + "s" + ], + [ + "ât", + "re" + ], + [ + "â", + "tre" + ], + [ + "ui", + "ty" + ], + [ + "uit", + "y" + ], + [ + "u", + "ity" + ], + [ + "▁hel", + "pless" + ], + [ + "▁help", + "less" + ], + [ + "Me", + "asure" + ], + [ + "▁com", + "pression" + ], + [ + "▁comp", + "ression" + ], + [ + "▁compr", + "ession" + ], + [ + "▁compress", + "ion" + ], + [ + "▁Co", + "al" + ], + [ + "olut", + "ely" + ], + [ + "olute", + "ly" + ], + [ + "og", + "ue" + ], + [ + "o", + "gue" + ], + [ + "▁up", + "ward" + ], + [ + "▁Block", + "ly" + ], + [ + "▁b", + "ride" + ], + [ + "▁br", + "ide" + ], + [ + "parse", + "Int" + ], + [ + "▁is", + "olation" + ], + [ + "▁isol", + "ation" + ], + [ + "▁regul", + "atory" + ], + [ + "ș", + "ti" + ], + [ + "ric", + "ane" + ], + [ + "м", + "б" + ], + [ + "▁с", + "ло" + ], + [ + "▁", + "сло" + ], + [ + "▁sa", + "lad" + ], + [ + "▁sal", + "ad" + ], + [ + "we", + "i" + ], + [ + "w", + "ei" + ], + [ + "▁B", + "asket" + ], + [ + "▁Bas", + "ket" + ], + [ + "▁M", + "ON" + ], + [ + "▁MO", + "N" + ], + [ + "▁", + "MON" + ], + [ + "\">", + "&" + ], + [ + "\"", + ">&" + ], + [ + "do", + "ors" + ], + [ + "door", + "s" + ], + [ + "▁K", + "ill" + ], + [ + "▁Kil", + "l" + ], + [ + "▁Ki", + "ll" + ], + [ + "▁conspir", + "acy" + ], + [ + "▁M", + "iles" + ], + [ + "▁Mil", + "es" + ], + [ + "▁Mi", + "les" + ], + [ + "wa", + "nt" + ], + [ + "wan", + "t" + ], + [ + "w", + "ant" + ], + [ + "Mod", + "ifier" + ], + [ + "▁batter", + "ies" + ], + [ + "▁batt", + "eries" + ], + [ + "iv", + "as" + ], + [ + "iva", + "s" + ], + [ + "i", + "vas" + ], + [ + "▁att", + "endance" + ], + [ + "▁attend", + "ance" + ], + [ + "▁AUT", + "H" + ], + [ + "▁AU", + "TH" + ], + [ + "▁", + "AUTH" + ], + [ + "▁с", + "ві" + ], + [ + "..", + ".," + ], + [ + "...", + "," + ], + [ + "▁aggreg", + "ate" + ], + [ + "▁de", + "struct" + ], + [ + "▁dest", + "ruct" + ], + [ + "▁four", + "teen" + ], + [ + "▁м", + "ет" + ], + [ + "▁ме", + "т" + ], + [ + "▁", + "мет" + ], + [ + "▁both", + "ered" + ], + [ + "▁bother", + "ed" + ], + [ + "el", + "te" + ], + [ + "elt", + "e" + ], + [ + "e", + "lte" + ], + [ + "▁m", + "ism" + ], + [ + "▁mis", + "m" + ], + [ + "▁mi", + "sm" + ], + [ + "▁res", + "ting" + ], + [ + "▁rest", + "ing" + ], + [ + "▁P", + "ars" + ], + [ + "▁Par", + "s" + ], + [ + "▁Pa", + "rs" + ], + [ + "▁", + "Pars" + ], + [ + "▁id", + "le" + ], + [ + "▁", + "idle" + ], + [ + "▁d", + "eren" + ], + [ + "▁de", + "ren" + ], + [ + "▁der", + "en" + ], + [ + "▁dere", + "n" + ], + [ + "▁di", + "ary" + ], + [ + "▁dia", + "ry" + ], + [ + "▁v", + "ague" + ], + [ + "▁va", + "gue" + ], + [ + "▁vag", + "ue" + ], + [ + "▁margin", + "al" + ], + [ + "▁marg", + "inal" + ], + [ + "Wr", + "it" + ], + [ + "W", + "rit" + ], + [ + "Bo", + "t" + ], + [ + "B", + "ot" + ], + [ + "▁Met", + "ro" + ], + [ + "▁e", + "arning" + ], + [ + "▁earn", + "ing" + ], + [ + "▁ear", + "ning" + ], + [ + "hist", + "oire" + ], + [ + "his", + "toire" + ], + [ + "▁end", + "orse" + ], + [ + "▁be", + "ard" + ], + [ + "▁bear", + "d" + ], + [ + "▁Chair", + "man" + ], + [ + "ie", + "b" + ], + [ + "i", + "eb" + ], + [ + "▁neut", + "r" + ], + [ + "▁neu", + "tr" + ], + [ + "▁am", + "bit" + ], + [ + "▁amb", + "it" + ], + [ + "▁Leon", + "ard" + ], + [ + "ban", + "ds" + ], + [ + "band", + "s" + ], + [ + "b", + "ands" + ], + [ + "▁D", + "ale" + ], + [ + "▁Da", + "le" + ], + [ + "▁Dal", + "e" + ], + [ + "▁ver", + "ified" + ], + [ + "Al", + "gorithm" + ], + [ + "Enumer", + "able" + ], + [ + "op", + "code" + ], + [ + "cast", + "le" + ], + [ + "cas", + "tle" + ], + [ + "š", + "e" + ], + [ + "▁Venez", + "uela" + ], + [ + "▁de", + "scriptions" + ], + [ + "▁des", + "criptions" + ], + [ + "▁description", + "s" + ], + [ + "▁value", + "d" + ], + [ + "▁val", + "ued" + ], + [ + "▁chapter", + "s" + ], + [ + "▁chap", + "ters" + ], + [ + "▁I", + "ls" + ], + [ + "▁Il", + "s" + ], + [ + "▁cl", + "arity" + ], + [ + "▁clar", + "ity" + ], + [ + "▁tour", + "ists" + ], + [ + "▁tourist", + "s" + ], + [ + "Da", + "n" + ], + [ + "D", + "an" + ], + [ + "▁t", + "ribe" + ], + [ + "▁tr", + "ibe" + ], + [ + "▁tri", + "be" + ], + [ + "▁trib", + "e" + ], + [ + "▁г", + "и" + ], + [ + "▁", + "ги" + ], + [ + "fol", + "k" + ], + [ + "f", + "olk" + ], + [ + "ac", + "cur" + ], + [ + "acc", + "ur" + ], + [ + "▁St", + "ack" + ], + [ + "▁Sta", + "ck" + ], + [ + "▁", + "Stack" + ], + [ + "▁adv", + "ocate" + ], + [ + "▁advoc", + "ate" + ], + [ + "▁G", + "ene" + ], + [ + "▁Ge", + "ne" + ], + [ + "▁Gen", + "e" + ], + [ + "Im", + "ages" + ], + [ + "Image", + "s" + ], + [ + "▁rig", + "id" + ], + [ + "▁con", + "greg" + ], + [ + "▁congr", + "eg" + ], + [ + "▁start", + "up" + ], + [ + "▁dead", + "line" + ], + [ + "co", + "uld" + ], + [ + "cou", + "ld" + ], + [ + "c", + "ould" + ], + [ + "▁beg", + "ann" + ], + [ + "▁began", + "n" + ], + [ + "▁cal", + "ci" + ], + [ + "▁calc", + "i" + ], + [ + "▁Cir", + "cle" + ], + [ + "▁Circ", + "le" + ], + [ + "▁in", + "cons" + ], + [ + "▁inc", + "ons" + ], + [ + "▁incon", + "s" + ], + [ + "aaaa", + "aaaa" + ], + [ + "▁rub", + "bed" + ], + [ + "ape", + "ut" + ], + [ + "ua", + "rio" + ], + [ + "uar", + "io" + ], + [ + "u", + "ario" + ], + [ + "worth", + "y" + ], + [ + "wor", + "thy" + ], + [ + "wort", + "hy" + ], + [ + "▁уча", + "сти" + ], + [ + "▁участ", + "и" + ], + [ + "▁fam", + "ília" + ], + [ + "▁synchron", + "ized" + ], + [ + "▁unf", + "air" + ], + [ + "rs", + "p" + ], + [ + "r", + "sp" + ], + [ + "▁soc", + "ieties" + ], + [ + "▁societ", + "ies" + ], + [ + "bo", + "at" + ], + [ + "gr", + "o" + ], + [ + "g", + "ro" + ], + [ + "▁k", + "at" + ], + [ + "▁ka", + "t" + ], + [ + "▁", + "kat" + ], + [ + "▁p", + "oker" + ], + [ + "▁po", + "ker" + ], + [ + "▁pok", + "er" + ], + [ + "▁l", + "ocks" + ], + [ + "▁loc", + "ks" + ], + [ + "▁lo", + "cks" + ], + [ + "▁lock", + "s" + ], + [ + "▁G", + "F" + ], + [ + "▁", + "GF" + ], + [ + "▁re", + "conc" + ], + [ + "▁recon", + "c" + ], + [ + "▁Maur", + "ice" + ], + [ + "▁Mau", + "rice" + ], + [ + "__(", + "/*!" + ], + [ + "▁ble", + "eding" + ], + [ + "äs", + "ident" + ], + [ + "▁по", + "след" + ], + [ + "▁после", + "д" + ], + [ + "▁deriv", + "ative" + ], + [ + "ша", + "я" + ], + [ + "cc", + "ió" + ], + [ + "c", + "ció" + ], + [ + "▁cr", + "ushed" + ], + [ + "▁crush", + "ed" + ], + [ + "▁tempor", + "arily" + ], + [ + "▁co", + "aches" + ], + [ + "▁coach", + "es" + ], + [ + "▁Mo", + "vement" + ], + [ + "▁Move", + "ment" + ], + [ + "▁Mov", + "ement" + ], + [ + "}}", + "$." + ], + [ + "}}$", + "." + ], + [ + "}", + "}$." + ], + [ + "▁K", + "yle" + ], + [ + "▁Ky", + "le" + ], + [ + "▁S", + "ohn" + ], + [ + "▁So", + "hn" + ], + [ + "▁cre", + "ator" + ], + [ + "▁creat", + "or" + ], + [ + "ind", + "ust" + ], + [ + "▁E", + "rik" + ], + [ + "▁Er", + "ik" + ], + [ + "▁se", + "iz" + ], + [ + "▁sei", + "z" + ], + [ + "▁dim", + "ensional" + ], + [ + "▁dimension", + "al" + ], + [ + "▁", + "dimensional" + ], + [ + "▁I", + "st" + ], + [ + "▁Is", + "t" + ], + [ + "▁pre", + "val" + ], + [ + "▁pr", + "eval" + ], + [ + "▁prev", + "al" + ], + [ + "he", + "ads" + ], + [ + "head", + "s" + ], + [ + "▁про", + "ти" + ], + [ + "▁determ", + "ines" + ], + [ + "▁determine", + "s" + ], + [ + "▁determin", + "es" + ], + [ + "eg", + "y" + ], + [ + "e", + "gy" + ], + [ + "▁U", + "INT" + ], + [ + "▁UI", + "NT" + ], + [ + "▁", + "UINT" + ], + [ + "▁V", + "olk" + ], + [ + "▁Vol", + "k" + ], + [ + "pa", + "wn" + ], + [ + "p", + "awn" + ], + [ + "Ph", + "oto" + ], + [ + "▁C", + "olin" + ], + [ + "▁Col", + "in" + ], + [ + "▁Co", + "lin" + ], + [ + "ap", + "propri" + ], + [ + "app", + "ropri" + ], + [ + "ort", + "ion" + ], + [ + "st", + "eller" + ], + [ + "stell", + "er" + ], + [ + "É", + "tat" + ], + [ + "▁im", + "ply" + ], + [ + "▁imp", + "ly" + ], + [ + "▁impl", + "y" + ], + [ + "▁t", + "outes" + ], + [ + "▁to", + "utes" + ], + [ + "▁tou", + "tes" + ], + [ + "▁tout", + "es" + ], + [ + "▁toute", + "s" + ], + [ + "VO", + "L" + ], + [ + "V", + "OL" + ], + [ + "an", + "ing" + ], + [ + "ani", + "ng" + ], + [ + "a", + "ning" + ], + [ + "Tool", + "tip" + ], + [ + "ig", + "ious" + ], + [ + "igi", + "ous" + ], + [ + "▁e", + "ternal" + ], + [ + "▁etern", + "al" + ], + [ + "▁P", + "oz" + ], + [ + "▁Po", + "z" + ], + [ + "▁bank", + "rupt" + ], + [ + "▁fail", + "ures" + ], + [ + "▁failure", + "s" + ], + [ + "uer", + "te" + ], + [ + "▁вре", + "ме" + ], + [ + "zu", + "ng" + ], + [ + "z", + "ung" + ], + [ + "▁t", + "cp" + ], + [ + "▁tc", + "p" + ], + [ + "▁", + "tcp" + ], + [ + "▁cont", + "ainers" + ], + [ + "▁contain", + "ers" + ], + [ + "▁container", + "s" + ], + [ + "ou", + "sel" + ], + [ + "ous", + "el" + ], + [ + "ouse", + "l" + ], + [ + "▁H", + "IV" + ], + [ + "▁con", + "ced" + ], + [ + "▁conc", + "ed" + ], + [ + "▁conce", + "d" + ], + [ + "▁sept", + "iembre" + ], + [ + "gi", + "rl" + ], + [ + "g", + "irl" + ], + [ + "▁C", + "ho" + ], + [ + "▁Ch", + "o" + ], + [ + "▁f", + "az" + ], + [ + "▁fa", + "z" + ], + [ + "▁Up", + "per" + ], + [ + "▁", + "Upper" + ], + [ + "▁For", + "ces" + ], + [ + "▁Force", + "s" + ], + [ + "äh", + "lt" + ], + [ + "in", + "ject" + ], + [ + "Re", + "ceived" + ], + [ + "MA", + "T" + ], + [ + "M", + "AT" + ], + [ + "ag", + "lia" + ], + [ + "ów", + "nie" + ], + [ + "ówn", + "ie" + ], + [ + "/", + "'" + ], + [ + "▁p", + "ip" + ], + [ + "▁pi", + "p" + ], + [ + "▁G", + "est" + ], + [ + "▁Ge", + "st" + ], + [ + "▁Ges", + "t" + ], + [ + "▁l", + "ado" + ], + [ + "▁la", + "do" + ], + [ + "▁lad", + "o" + ], + [ + "▁compat", + "ibility" + ], + [ + "▁m", + "are" + ], + [ + "▁mar", + "e" + ], + [ + "▁ma", + "re" + ], + [ + "▁", + "mare" + ], + [ + "▁Cle", + "arly" + ], + [ + "▁Clear", + "ly" + ], + [ + "vers", + "ation" + ], + [ + "Ver", + "s" + ], + [ + "V", + "ers" + ], + [ + "▁ch", + "ick" + ], + [ + "▁chi", + "ck" + ], + [ + "▁organ", + "ize" + ], + [ + "▁organiz", + "e" + ], + [ + "▁econom", + "ics" + ], + [ + "▁economic", + "s" + ], + [ + "▁ancest", + "ors" + ], + [ + "ME", + "D" + ], + [ + "M", + "ED" + ], + [ + "▁sc", + "rub" + ], + [ + "▁scr", + "ub" + ], + [ + "▁label", + "ed" + ], + [ + "▁lab", + "eled" + ], + [ + "▁п", + "р" + ], + [ + "▁S", + "uz" + ], + [ + "▁Su", + "z" + ], + [ + "▁A", + "str" + ], + [ + "▁As", + "tr" + ], + [ + "▁Ast", + "r" + ], + [ + "allow", + "een" + ], + [ + "allo", + "ween" + ], + [ + "rh", + "s" + ], + [ + "r", + "hs" + ], + [ + "as", + "ci" + ], + [ + "asc", + "i" + ], + [ + "▁C", + "ancer" + ], + [ + "▁Can", + "cer" + ], + [ + "▁H", + "unt" + ], + [ + "▁Hun", + "t" + ], + [ + "▁Hu", + "nt" + ], + [ + "▁switch", + "ing" + ], + [ + "▁R", + "idge" + ], + [ + "Se", + "q" + ], + [ + "S", + "eq" + ], + [ + "▁gi", + "ugno" + ], + [ + "bus", + "iness" + ], + [ + "▁char", + "ming" + ], + [ + "▁charm", + "ing" + ], + [ + "▁I", + "o" + ], + [ + "▁", + "Io" + ], + [ + "▁prés", + "ident" + ], + [ + "ek", + "ing" + ], + [ + "e", + "king" + ], + [ + "í", + "l" + ], + [ + "en", + "h" + ], + [ + "e", + "nh" + ], + [ + "pr", + "it" + ], + [ + "p", + "rit" + ], + [ + "erc", + "ise" + ], + [ + "án", + "ak" + ], + [ + "á", + "nak" + ], + [ + "▁х", + "ра" + ], + [ + "▁", + "хра" + ], + [ + "▁b", + "ugs" + ], + [ + "▁bu", + "gs" + ], + [ + "▁bug", + "s" + ], + [ + "▁жи", + "во" + ], + [ + "▁light", + "ning" + ], + [ + "▁never", + "theless" + ], + [ + "▁length", + "s" + ], + [ + "G", + "U" + ], + [ + "H", + "idden" + ], + [ + "Act", + "or" + ], + [ + "Ac", + "tor" + ], + [ + "A", + "ctor" + ], + [ + "To", + "pic" + ], + [ + "Top", + "ic" + ], + [ + "T", + "opic" + ], + [ + "▁H", + "orse" + ], + [ + "▁Hor", + "se" + ], + [ + "ћ", + "е" + ], + [ + "el", + "ines" + ], + [ + "eline", + "s" + ], + [ + "eli", + "nes" + ], + [ + "elin", + "es" + ], + [ + "e", + "lines" + ], + [ + "▁trag", + "edy" + ], + [ + "▁traged", + "y" + ], + [ + "int", + "endo" + ], + [ + "▁abund", + "ance" + ], + [ + "▁ev", + "ac" + ], + [ + "it", + "ably" + ], + [ + "+\\", + "_\\" + ], + [ + "▁rec", + "ib" + ], + [ + "ua", + "ted" + ], + [ + "uate", + "d" + ], + [ + "u", + "ated" + ], + [ + "рі", + "ї" + ], + [ + "▁fool", + "ish" + ], + [ + "▁foo", + "lish" + ], + [ + "▁t", + "m" + ], + [ + "▁", + "tm" + ], + [ + "▁des", + "pair" + ], + [ + "▁desp", + "air" + ], + [ + "TO", + "KEN" + ], + [ + "▁comp", + "romise" + ], + [ + "▁comprom", + "ise" + ], + [ + "▁Person", + "en" + ], + [ + "▁Pers", + "onen" + ], + [ + "▁investig", + "ated" + ], + [ + "▁investigate", + "d" + ], + [ + "▁ex", + "clude" + ], + [ + "▁excl", + "ude" + ], + [ + "▁telev", + "is" + ], + [ + "▁tele", + "vis" + ], + [ + "▁pull", + "s" + ], + [ + "▁pul", + "ls" + ], + [ + "▁according", + "ly" + ], + [ + "▁accord", + "ingly" + ], + [ + "▁f", + "ő" + ], + [ + "▁Le", + "ave" + ], + [ + "▁", + "Leave" + ], + [ + "oper", + "ations" + ], + [ + "operation", + "s" + ], + [ + "cri", + "m" + ], + [ + "cr", + "im" + ], + [ + "c", + "rim" + ], + [ + "▁r", + "hs" + ], + [ + "▁rh", + "s" + ], + [ + "▁", + "rhs" + ], + [ + "▁form", + "ally" + ], + [ + "▁formal", + "ly" + ], + [ + "▁L", + "ily" + ], + [ + "▁Li", + "ly" + ], + [ + "▁Lil", + "y" + ], + [ + "▁Com", + "ments" + ], + [ + "▁Comm", + "ents" + ], + [ + "▁Comment", + "s" + ], + [ + "▁se", + "ptember" + ], + [ + "▁sept", + "ember" + ], + [ + "ie", + "fs" + ], + [ + "ief", + "s" + ], + [ + "▁tre", + "asure" + ], + [ + "Http", + "Servlet" + ], + [ + "ді", + "в" + ], + [ + "д", + "ів" + ], + [ + "▁dis", + "claimer" + ], + [ + "lu", + "ss" + ], + [ + "l", + "uss" + ], + [ + "▁ка", + "о" + ], + [ + "ro", + "gen" + ], + [ + "rog", + "en" + ], + [ + "r", + "ogen" + ], + [ + "▁Start", + "ing" + ], + [ + "▁Star", + "ting" + ], + [ + "▁d", + "ém" + ], + [ + "▁dé", + "m" + ], + [ + "▁select", + "ing" + ], + [ + "▁", + "↘" + ], + [ + "▁О", + "н" + ], + [ + "▁Pract", + "ice" + ], + [ + "▁p", + "orte" + ], + [ + "▁por", + "te" + ], + [ + "▁port", + "e" + ], + [ + "▁", + "porte" + ], + [ + "▁as", + "sure" + ], + [ + "▁ass", + "ure" + ], + [ + "▁frustr", + "ated" + ], + [ + "S", + "ink" + ], + [ + "▁A", + "ri" + ], + [ + "▁Ar", + "i" + ], + [ + "▁esc", + "ort" + ], + [ + "ais", + "es" + ], + [ + "ai", + "ses" + ], + [ + "aise", + "s" + ], + [ + "a", + "ises" + ], + [ + "▁b", + "ush" + ], + [ + "▁bu", + "sh" + ], + [ + "▁bus", + "h" + ], + [ + "▁Se", + "ine" + ], + [ + "▁F", + "ill" + ], + [ + "▁Fil", + "l" + ], + [ + "▁Fi", + "ll" + ], + [ + "▁", + "Fill" + ], + [ + "▁S", + "ull" + ], + [ + "▁Su", + "ll" + ], + [ + "▁Sul", + "l" + ], + [ + "Do", + "t" + ], + [ + "D", + "ot" + ], + [ + "vi", + "l" + ], + [ + "v", + "il" + ], + [ + "un", + "ing" + ], + [ + "uni", + "ng" + ], + [ + "u", + "ning" + ], + [ + "Render", + "ing" + ], + [ + "Rend", + "ering" + ], + [ + "sh", + "ake" + ], + [ + "sha", + "ke" + ], + [ + "пи", + "си" + ], + [ + "пис", + "и" + ], + [ + "pt", + "e" + ], + [ + "p", + "te" + ], + [ + "▁b", + "end" + ], + [ + "▁be", + "nd" + ], + [ + "▁ben", + "d" + ], + [ + "▁jewel", + "ry" + ], + [ + "▁Stock", + "holm" + ], + [ + "▁Hon", + "estly" + ], + [ + "!", + "[" + ], + [ + "▁array", + "s" + ], + [ + "▁arr", + "ays" + ], + [ + "▁War", + "ner" + ], + [ + "▁sh", + "aft" + ], + [ + "▁sha", + "ft" + ], + [ + "▁C", + "ann" + ], + [ + "▁Can", + "n" + ], + [ + "▁Ca", + "nn" + ], + [ + "▁Pitt", + "sburgh" + ], + [ + "ir", + "ical" + ], + [ + "iri", + "cal" + ], + [ + "i", + "rical" + ], + [ + "au", + "tre" + ], + [ + "aut", + "re" + ], + [ + "▁R", + "ück" + ], + [ + "▁gen", + "naio" + ], + [ + "▁Ш", + "а" + ], + [ + "an", + "nte" + ], + [ + "ann", + "te" + ], + [ + "annt", + "e" + ], + [ + "ps", + "hire" + ], + [ + "p", + "shire" + ], + [ + "но", + "логи" + ], + [ + "н", + "ологи" + ], + [ + "ét", + "a" + ], + [ + "é", + "ta" + ], + [ + "▁pr", + "inter" + ], + [ + "▁print", + "er" + ], + [ + "▁prin", + "ter" + ], + [ + "▁dam", + "ages" + ], + [ + "▁damage", + "s" + ], + [ + "▁Isa", + "ac" + ], + [ + "▁Famil", + "ie" + ], + [ + "Code", + "s" + ], + [ + "Co", + "des" + ], + [ + "C", + "odes" + ], + [ + "th", + "rift" + ], + [ + "no", + "b" + ], + [ + "n", + "ob" + ], + [ + "▁c", + "av" + ], + [ + "▁ca", + "v" + ], + [ + "▁techn", + "ically" + ], + [ + "▁technical", + "ly" + ], + [ + "▁I", + "mm" + ], + [ + "▁Im", + "m" + ], + [ + "▁tr", + "icks" + ], + [ + "▁tri", + "cks" + ], + [ + "▁trick", + "s" + ], + [ + "EA", + "R" + ], + [ + "E", + "AR" + ], + [ + "▁Sub", + "ject" + ], + [ + "▁", + "Subject" + ], + [ + "▁ne", + "eding" + ], + [ + "▁need", + "ing" + ], + [ + "▁G", + "ir" + ], + [ + "▁Gi", + "r" + ], + [ + "Bo", + "ard" + ], + [ + "B", + "oard" + ], + [ + "▁re", + "he" + ], + [ + "▁rem", + "inder" + ], + [ + "▁remind", + "er" + ], + [ + "▁sh", + "iver" + ], + [ + "K", + "it" + ], + [ + "▁strugg", + "les" + ], + [ + "▁struggle", + "s" + ], + [ + "▁gen", + "om" + ], + [ + "▁ge", + "nom" + ], + [ + "im", + "il" + ], + [ + "imi", + "l" + ], + [ + "i", + "mil" + ], + [ + "Reg", + "istration" + ], + [ + "▁gl", + "oves" + ], + [ + "▁glo", + "ves" + ], + [ + "▁Z", + "ur" + ], + [ + "▁Zu", + "r" + ], + [ + "▁B", + "eg" + ], + [ + "▁Be", + "g" + ], + [ + "▁in", + "clusive" + ], + [ + "▁incl", + "usive" + ], + [ + "/", + "," + ], + [ + "og", + "an" + ], + [ + "oga", + "n" + ], + [ + "o", + "gan" + ], + [ + "po", + "que" + ], + [ + "cont", + "rib" + ], + [ + "contr", + "ib" + ], + [ + "ши", + "н" + ], + [ + "ш", + "ин" + ], + [ + "▁M", + "ama" + ], + [ + "▁Ma", + "ma" + ], + [ + "▁Mam", + "a" + ], + [ + "print", + "s" + ], + [ + "▁re", + "named" + ], + [ + "▁ren", + "amed" + ], + [ + "ють", + "ся" + ], + [ + "ю", + "ться" + ], + [ + "net", + "dev" + ], + [ + "▁comp", + "ile" + ], + [ + "▁", + "compile" + ], + [ + "▁", + "§" + ], + [ + "M", + "UL" + ], + [ + "▁dr", + "aws" + ], + [ + "▁draw", + "s" + ], + [ + "co", + "ck" + ], + [ + "c", + "ock" + ], + [ + "▁сво", + "и" + ], + [ + "▁M", + "um" + ], + [ + "▁Mu", + "m" + ], + [ + "sp", + "ieler" + ], + [ + "spi", + "eler" + ], + [ + "s", + "pieler" + ], + [ + "▁n", + "ail" + ], + [ + "▁na", + "il" + ], + [ + "▁", + "nail" + ], + [ + "▁trans", + "it" + ], + [ + "▁S", + "aw" + ], + [ + "▁Sa", + "w" + ], + [ + "▁com", + "press" + ], + [ + "▁comp", + "ress" + ], + [ + "▁compre", + "ss" + ], + [ + "▁compr", + "ess" + ], + [ + "▁", + "compress" + ], + [ + "▁purch", + "ases" + ], + [ + "▁purchase", + "s" + ], + [ + "▁per", + "forms" + ], + [ + "▁perform", + "s" + ], + [ + "▁dem", + "ol" + ], + [ + "▁demo", + "l" + ], + [ + "▁comm", + "ence" + ], + [ + "▁C", + "B" + ], + [ + "▁", + "CB" + ], + [ + "▁A", + "ber" + ], + [ + "▁Ab", + "er" + ], + [ + "▁c", + "ush" + ], + [ + "▁cu", + "sh" + ], + [ + "▁ком", + "п" + ], + [ + "▁ру", + "ко" + ], + [ + "▁Muham", + "mad" + ], + [ + "▁Net", + "flix" + ], + [ + "▁Environment", + "al" + ], + [ + "No", + "rm" + ], + [ + "N", + "orm" + ], + [ + "▁w", + "ir" + ], + [ + "null", + "ptr" + ], + [ + "▁refuge", + "es" + ], + [ + "до", + "н" + ], + [ + "д", + "он" + ], + [ + "▁B", + "irmingham" + ], + [ + "New", + "s" + ], + [ + "Ne", + "ws" + ], + [ + "▁В", + "се" + ], + [ + "Or", + "ient" + ], + [ + "O", + "rient" + ], + [ + "As", + "sembly" + ], + [ + "▁introdu", + "cing" + ], + [ + "fin", + "der" + ], + [ + "find", + "er" + ], + [ + "fi", + "nder" + ], + [ + "f", + "inder" + ], + [ + "▁scholar", + "ship" + ], + [ + "▁scholars", + "hip" + ], + [ + "▁ос", + "нова" + ], + [ + "▁основ", + "а" + ], + [ + "if", + "a" + ], + [ + "i", + "fa" + ], + [ + "Si", + "ng" + ], + [ + "S", + "ing" + ], + [ + "ib", + "lic" + ], + [ + "ibli", + "c" + ], + [ + "i", + "blic" + ], + [ + "istribut", + "ed" + ], + [ + "istribute", + "d" + ], + [ + "▁depart", + "ments" + ], + [ + "▁department", + "s" + ], + [ + "CR", + "EF" + ], + [ + "CRE", + "F" + ], + [ + "C", + "REF" + ], + [ + "▁Malays", + "ia" + ], + [ + "CO", + "NF" + ], + [ + "CON", + "F" + ], + [ + "▁Cl", + "aud" + ], + [ + "▁Bu", + "ilt" + ], + [ + "▁", + "Built" + ], + [ + "RAN", + "GE" + ], + [ + "Re", + "direct" + ], + [ + "Red", + "irect" + ], + [ + "LE", + "ASE" + ], + [ + "--", + "-------" + ], + [ + "----", + "-----" + ], + [ + "--------", + "-" + ], + [ + "---", + "------" + ], + [ + "-----", + "----" + ], + [ + "------", + "---" + ], + [ + "-------", + "--" + ], + [ + "-", + "--------" + ], + [ + "▁П", + "у" + ], + [ + "▁n", + "umpy" + ], + [ + "▁num", + "py" + ], + [ + "▁project", + "ed" + ], + [ + "▁remind", + "s" + ], + [ + "▁-", + "*-" + ], + [ + "ib", + "ling" + ], + [ + "ibli", + "ng" + ], + [ + "i", + "bling" + ], + [ + "▁s", + "lower" + ], + [ + "▁sl", + "ower" + ], + [ + "▁slow", + "er" + ], + [ + "op", + "p" + ], + [ + "o", + "pp" + ], + [ + "ro", + "pic" + ], + [ + "rop", + "ic" + ], + [ + "r", + "opic" + ], + [ + "▁Mont", + "real" + ], + [ + "▁detect", + "ive" + ], + [ + "TH", + "READ" + ], + [ + "▁qu", + "é" + ], + [ + "▁R", + "osa" + ], + [ + "▁Ro", + "sa" + ], + [ + "▁Ros", + "a" + ], + [ + "▁seven", + "th" + ], + [ + "▁sevent", + "h" + ], + [ + "Col", + "ors" + ], + [ + "Color", + "s" + ], + [ + "de", + "mo" + ], + [ + "dem", + "o" + ], + [ + "▁E", + "sta" + ], + [ + "▁Est", + "a" + ], + [ + "▁Es", + "ta" + ], + [ + "ff", + "f" + ], + [ + "f", + "ff" + ], + [ + "ick", + "ets" + ], + [ + "icket", + "s" + ], + [ + "Gr", + "e" + ], + [ + "G", + "re" + ], + [ + "á", + "b" + ], + [ + "bo", + "ost" + ], + [ + "▁Go", + "ing" + ], + [ + "▁Su", + "ite" + ], + [ + "▁", + "Suite" + ], + [ + "▁adapt", + "ation" + ], + [ + "▁j", + "ours" + ], + [ + "▁jour", + "s" + ], + [ + "▁jo", + "urs" + ], + [ + "▁jou", + "rs" + ], + [ + "▁", + "jours" + ], + [ + "▁Or", + "th" + ], + [ + "▁Ort", + "h" + ], + [ + "х", + "і" + ], + [ + "Fig", + "ure" + ], + [ + "▁su", + "pers" + ], + [ + "▁sup", + "ers" + ], + [ + "▁super", + "s" + ], + [ + "▁access", + "ories" + ], + [ + "we", + "ak" + ], + [ + "▁dist", + "ress" + ], + [ + "fr", + "ied" + ], + [ + "f", + "ried" + ], + [ + "▁go", + "og" + ], + [ + "ка", + "з" + ], + [ + "▁far", + "mer" + ], + [ + "▁farm", + "er" + ], + [ + "it", + "ational" + ], + [ + "itation", + "al" + ], + [ + "itat", + "ional" + ], + [ + "Go", + "ld" + ], + [ + "G", + "old" + ], + [ + "▁ass", + "hole" + ], + [ + "▁assh", + "ole" + ], + [ + "▁Cont", + "roller" + ], + [ + "▁Control", + "ler" + ], + [ + "▁", + "Controller" + ], + [ + "▁ар", + "хи" + ], + [ + "To", + "o" + ], + [ + "T", + "oo" + ], + [ + "▁mol", + "to" + ], + [ + "▁p", + "ropri" + ], + [ + "▁prop", + "ri" + ], + [ + "▁", + "propri" + ], + [ + "▁al", + "go" + ], + [ + "▁alg", + "o" + ], + [ + "Af", + "f" + ], + [ + "A", + "ff" + ], + [ + "re", + "sc" + ], + [ + "res", + "c" + ], + [ + "r", + "esc" + ], + [ + "▁D", + "y" + ], + [ + "▁con", + "gr" + ], + [ + "▁T", + "es" + ], + [ + "▁Te", + "s" + ], + [ + "▁W", + "IN" + ], + [ + "▁", + "WIN" + ], + [ + "de", + "serialize" + ], + [ + "des", + "erialize" + ], + [ + "sy", + "n" + ], + [ + "s", + "yn" + ], + [ + "▁chem", + "istry" + ], + [ + "m", + "iddle" + ], + [ + "▁an", + "imated" + ], + [ + "▁anim", + "ated" + ], + [ + "▁K", + "um" + ], + [ + "▁Ku", + "m" + ], + [ + "file", + "Name" + ], + [ + "Amer", + "ica" + ], + [ + "▁dr", + "ums" + ], + [ + "▁dru", + "ms" + ], + [ + "▁drum", + "s" + ], + [ + "▁program", + "a" + ], + [ + "▁n", + "ej" + ], + [ + "▁ne", + "j" + ], + [ + "▁", + "nej" + ], + [ + "Read", + "Only" + ], + [ + "▁Б", + "ра" + ], + [ + "--", + "-----" + ], + [ + "----", + "---" + ], + [ + "---", + "----" + ], + [ + "-----", + "--" + ], + [ + "------", + "-" + ], + [ + "-", + "------" + ], + [ + "Mut", + "ex" + ], + [ + "Mu", + "tex" + ], + [ + "un", + "ned" + ], + [ + "unn", + "ed" + ], + [ + "ynam", + "ics" + ], + [ + "ynamic", + "s" + ], + [ + "co", + "system" + ], + [ + "cos", + "ystem" + ], + [ + "▁R", + "ect" + ], + [ + "▁Re", + "ct" + ], + [ + "▁Rec", + "t" + ], + [ + "▁", + "Rect" + ], + [ + "▁an", + "ime" + ], + [ + "▁anim", + "e" + ], + [ + "▁I", + "BM" + ], + [ + "▁need", + "le" + ], + [ + "es", + "ser" + ], + [ + "ess", + "er" + ], + [ + "esse", + "r" + ], + [ + "▁incl", + "u" + ], + [ + "▁inc", + "lu" + ], + [ + "Le", + "an" + ], + [ + "tr", + "aining" + ], + [ + "tra", + "ining" + ], + [ + "train", + "ing" + ], + [ + "▁b", + "our" + ], + [ + "▁bo", + "ur" + ], + [ + "▁bou", + "r" + ], + [ + "▁", + "bour" + ], + [ + "ab", + "ases" + ], + [ + "abase", + "s" + ], + [ + "aba", + "ses" + ], + [ + "▁tak", + "że" + ], + [ + "wa", + "rz" + ], + [ + "war", + "z" + ], + [ + "w", + "arz" + ], + [ + "▁ste", + "pping" + ], + [ + "▁step", + "ping" + ], + [ + "▁T", + "IME" + ], + [ + "▁", + "TIME" + ], + [ + "▁Ein", + "stein" + ], + [ + "▁Log", + "in" + ], + [ + "▁Lo", + "gin" + ], + [ + "▁", + "Login" + ], + [ + "pon", + "ential" + ], + [ + "ponent", + "ial" + ], + [ + "De", + "ad" + ], + [ + "D", + "ead" + ], + [ + "in", + "str" + ], + [ + "ins", + "tr" + ], + [ + "inst", + "r" + ], + [ + "▁ne", + "ural" + ], + [ + "▁neu", + "ral" + ], + [ + "▁neur", + "al" + ], + [ + "▁ub", + "ic" + ], + [ + "▁Init", + "ialized" + ], + [ + "▁Initialize", + "d" + ], + [ + "▁Initial", + "ized" + ], + [ + "▁", + "Initialized" + ], + [ + "▁facil", + "itate" + ], + [ + "G", + "D" + ], + [ + "}{", + "(" + ], + [ + "}", + "{(" + ], + [ + "D", + "ark" + ], + [ + "▁n", + "ag" + ], + [ + "▁na", + "g" + ], + [ + "min", + "ipage" + ], + [ + "Size", + "s" + ], + [ + "Si", + "zes" + ], + [ + "S", + "izes" + ], + [ + "▁w", + "orm" + ], + [ + "▁wor", + "m" + ], + [ + "▁wo", + "rm" + ], + [ + "bi", + "as" + ], + [ + "bia", + "s" + ], + [ + "b", + "ias" + ], + [ + "Su", + "ch" + ], + [ + "S", + "uch" + ], + [ + "wick", + "lung" + ], + [ + "▁sp", + "ouse" + ], + [ + "▁spo", + "use" + ], + [ + "▁surviv", + "ors" + ], + [ + "er", + "st" + ], + [ + "ers", + "t" + ], + [ + "at", + "ype" + ], + [ + "aty", + "pe" + ], + [ + "a", + "type" + ], + [ + "})", + "$," + ], + [ + "})$", + "," + ], + [ + "}", + ")$," + ], + [ + "▁n", + "l" + ], + [ + "▁", + "nl" + ], + [ + "▁cogn", + "itive" + ], + [ + "▁o", + "nde" + ], + [ + "▁on", + "de" + ], + [ + "▁", + "onde" + ], + [ + "▁en", + "abling" + ], + [ + "▁soc", + "iet" + ], + [ + "▁soci", + "et" + ], + [ + "▁c", + "lan" + ], + [ + "▁cl", + "an" + ], + [ + "▁ex", + "cluded" + ], + [ + "▁excl", + "uded" + ], + [ + "▁exclude", + "d" + ], + [ + "▁th", + "under" + ], + [ + "▁ent", + "ropy" + ], + [ + "▁entr", + "opy" + ], + [ + "▁fast", + "est" + ], + [ + "RE", + "EN" + ], + [ + "REE", + "N" + ], + [ + "▁Vien", + "na" + ], + [ + "▁fl", + "owing" + ], + [ + "▁flo", + "wing" + ], + [ + "▁flow", + "ing" + ], + [ + "▁aff", + "irm" + ], + [ + "al", + "om" + ], + [ + "alo", + "m" + ], + [ + "▁h", + "ips" + ], + [ + "▁hi", + "ps" + ], + [ + "▁hip", + "s" + ], + [ + "▁can", + "nab" + ], + [ + "▁st", + "icks" + ], + [ + "▁stick", + "s" + ], + [ + "▁cur", + "riculum" + ], + [ + "▁ret", + "ained" + ], + [ + "▁retain", + "ed" + ], + [ + "▁ext", + "ending" + ], + [ + "▁extend", + "ing" + ], + [ + "ó", + "z" + ], + [ + "he", + "aded" + ], + [ + "head", + "ed" + ], + [ + "ex", + "c" + ], + [ + "e", + "xc" + ], + [ + "▁je", + "ho" + ], + [ + "▁for", + "ests" + ], + [ + "▁fore", + "sts" + ], + [ + "▁forest", + "s" + ], + [ + "ma", + "nia" + ], + [ + "man", + "ia" + ], + [ + "m", + "ania" + ], + [ + "▁C", + "anal" + ], + [ + "▁Can", + "al" + ], + [ + "▁Ca", + "nal" + ], + [ + "▁S", + "out" + ], + [ + "▁So", + "ut" + ], + [ + "▁Sou", + "t" + ], + [ + "▁B", + "ahn" + ], + [ + "▁Ba", + "hn" + ], + [ + "▁Bah", + "n" + ], + [ + "▁T", + "EXT" + ], + [ + "▁TE", + "XT" + ], + [ + "▁", + "TEXT" + ], + [ + "▁др", + "жа" + ], + [ + "▁User", + "s" + ], + [ + "▁Us", + "ers" + ], + [ + "▁Use", + "rs" + ], + [ + "▁", + "Users" + ], + [ + "▁G", + "EN" + ], + [ + "▁", + "GEN" + ], + [ + "sl", + "ash" + ], + [ + "ben", + "falls" + ], + [ + "Text", + "Field" + ], + [ + "▁r", + "av" + ], + [ + "▁ra", + "v" + ], + [ + "▁", + "rav" + ], + [ + "▁continu", + "ously" + ], + [ + "▁continuous", + "ly" + ], + [ + "IT", + "ER" + ], + [ + "ITE", + "R" + ], + [ + "I", + "TER" + ], + [ + "▁Jen", + "ny" + ], + [ + "▁Jenn", + "y" + ], + [ + "ch", + "os" + ], + [ + "cho", + "s" + ], + [ + "c", + "hos" + ], + [ + "▁am", + "big" + ], + [ + "▁amb", + "ig" + ], + [ + "▁ж", + "ур" + ], + [ + "Aut", + "ow" + ], + [ + "Auto", + "w" + ], + [ + "▁V", + "eter" + ], + [ + "▁Ve", + "ter" + ], + [ + "▁dest", + "in" + ], + [ + "H", + "om" + ], + [ + "au", + "ge" + ], + [ + "aug", + "e" + ], + [ + "a", + "uge" + ], + [ + "▁com", + "mod" + ], + [ + "▁comm", + "od" + ], + [ + "▁gar", + "lic" + ], + [ + "<", + "=" + ], + [ + "▁dram", + "atically" + ], + [ + "▁dramatic", + "ally" + ], + [ + "CA", + "N" + ], + [ + "C", + "AN" + ], + [ + "an", + "cers" + ], + [ + "ance", + "rs" + ], + [ + "anc", + "ers" + ], + [ + "ancer", + "s" + ], + [ + "()", + "}" + ], + [ + "(", + ")}" + ], + [ + "gh", + "ai" + ], + [ + "▁tw", + "ee" + ], + [ + "▁twe", + "e" + ], + [ + "▁сент", + "ября" + ], + [ + "GP", + "U" + ], + [ + "G", + "PU" + ], + [ + "▁B", + "omb" + ], + [ + "▁Bo", + "mb" + ], + [ + "▁young", + "est" + ], + [ + "▁c", + "age" + ], + [ + "▁ca", + "ge" + ], + [ + "ok", + "s" + ], + [ + "o", + "ks" + ], + [ + "ic", + "hes" + ], + [ + "ich", + "es" + ], + [ + "iche", + "s" + ], + [ + "i", + "ches" + ], + [ + "▁T", + "ests" + ], + [ + "▁Te", + "sts" + ], + [ + "▁Test", + "s" + ], + [ + "▁Tes", + "ts" + ], + [ + "▁", + "Tests" + ], + [ + "sk", + "ý" + ], + [ + "cur", + "y" + ], + [ + "cu", + "ry" + ], + [ + "c", + "ury" + ], + [ + "na", + "ls" + ], + [ + "nal", + "s" + ], + [ + "n", + "als" + ], + [ + "ț", + "a" + ], + [ + "▁V", + "oice" + ], + [ + "▁Vo", + "ice" + ], + [ + "Depend", + "ency" + ], + [ + "v", + "f" + ], + [ + "e", + "ous" + ], + [ + "▁Z", + "a" + ], + [ + "▁am", + "ateur" + ], + [ + "▁G", + "host" + ], + [ + "▁Gh", + "ost" + ], + [ + "▁dis", + "ability" + ], + [ + "▁Вла", + "ди" + ], + [ + "▁rev", + "enge" + ], + [ + "▁reven", + "ge" + ], + [ + "Trans", + "lation" + ], + [ + "▁cour", + "tesy" + ], + [ + "ски", + "я" + ], + [ + "▁bl", + "ob" + ], + [ + "▁blo", + "b" + ], + [ + "▁", + "blob" + ], + [ + "ä", + "ß" + ], + [ + "ó", + "j" + ], + [ + "▁print", + "s" + ], + [ + "▁prin", + "ts" + ], + [ + "▁", + "prints" + ], + [ + "▁pro", + "ves" + ], + [ + "▁pr", + "oves" + ], + [ + "▁prov", + "es" + ], + [ + "▁prove", + "s" + ], + [ + ">?", + "[<" + ], + [ + "▁ut", + "ils" + ], + [ + "▁util", + "s" + ], + [ + "▁", + "utils" + ], + [ + "ty", + "pen" + ], + [ + "type", + "n" + ], + [ + "typ", + "en" + ], + [ + "▁t", + "erra" + ], + [ + "▁ter", + "ra" + ], + [ + "▁terr", + "a" + ], + [ + "▁", + "terra" + ], + [ + "▁min", + "eral" + ], + [ + "▁mine", + "ral" + ], + [ + "▁miner", + "al" + ], + [ + "▁war", + "rior" + ], + [ + "▁ме", + "ст" + ], + [ + "▁D", + "S" + ], + [ + "▁", + "DS" + ], + [ + "Em", + "b" + ], + [ + "E", + "mb" + ], + [ + "get", + "Data" + ], + [ + "ли", + "чи" + ], + [ + "лич", + "и" + ], + [ + "▁sa", + "fer" + ], + [ + "▁saf", + "er" + ], + [ + "▁safe", + "r" + ], + [ + "▁com", + "une" + ], + [ + "▁comun", + "e" + ], + [ + "▁hier", + "archy" + ], + [ + "Cred", + "entials" + ], + [ + "res", + "se" + ], + [ + "ress", + "e" + ], + [ + "r", + "esse" + ], + [ + "gr", + "av" + ], + [ + "gra", + "v" + ], + [ + "g", + "rav" + ], + [ + "lo", + "gs" + ], + [ + "log", + "s" + ], + [ + "l", + "ogs" + ], + [ + "br", + "os" + ], + [ + "bro", + "s" + ], + [ + "b", + "ros" + ], + [ + "BUT", + "TON" + ], + [ + "lit", + "eral" + ], + [ + "liter", + "al" + ], + [ + "l", + "iteral" + ], + [ + "▁S", + "r" + ], + [ + "an", + "tal" + ], + [ + "ant", + "al" + ], + [ + "anta", + "l" + ], + [ + "▁mer", + "cy" + ], + [ + "▁merc", + "y" + ], + [ + "DA", + "P" + ], + [ + "D", + "AP" + ], + [ + "▁Mag", + "gie" + ], + [ + "▁sust", + "ained" + ], + [ + "▁sustain", + "ed" + ], + [ + "N", + "M" + ], + [ + "Re", + "view" + ], + [ + "Rev", + "iew" + ], + [ + "▁Buen", + "os" + ], + [ + "▁de", + "aler" + ], + [ + "▁deal", + "er" + ], + [ + "en", + "es" + ], + [ + "ene", + "s" + ], + [ + "e", + "nes" + ], + [ + "▁file", + "Name" + ], + [ + "▁", + "fileName" + ], + [ + "bb", + "ra" + ], + [ + "b", + "bra" + ], + [ + "ро", + "ма" + ], + [ + "ром", + "а" + ], + [ + "Inst", + "all" + ], + [ + "▁Mor", + "ning" + ], + [ + "LE", + "T" + ], + [ + "L", + "ET" + ], + [ + "ip", + "a" + ], + [ + "i", + "pa" + ], + [ + "G", + "a" + ], + [ + "го", + "в" + ], + [ + "г", + "ов" + ], + [ + "▁Sche", + "dule" + ], + [ + "▁", + "Schedule" + ], + [ + "▁rep", + "orters" + ], + [ + "▁report", + "ers" + ], + [ + "▁reporter", + "s" + ], + [ + "▁pecul", + "iar" + ], + [ + "▁sup", + "plier" + ], + [ + ")$", + "-" + ], + [ + ")", + "$-" + ], + [ + "ë", + "l" + ], + [ + "▁roll", + "s" + ], + [ + "▁né", + "cess" + ], + [ + "▁p", + "reg" + ], + [ + "▁pre", + "g" + ], + [ + "▁pr", + "eg" + ], + [ + "▁Re", + "yn" + ], + [ + "▁sur", + "render" + ], + [ + "▁contribut", + "ing" + ], + [ + ")+", + "\\" + ], + [ + ")", + "+\\" + ], + [ + "PRO", + "P" + ], + [ + "PR", + "OP" + ], + [ + "P", + "ROP" + ], + [ + "▁dec", + "imal" + ], + [ + "▁Town", + "ship" + ], + [ + "gr", + "p" + ], + [ + "g", + "rp" + ], + [ + "▁terror", + "ist" + ], + [ + "pt", + "o" + ], + [ + "p", + "to" + ], + [ + "on", + "en" + ], + [ + "one", + "n" + ], + [ + "o", + "nen" + ], + [ + "▁Polit", + "ics" + ], + [ + "▁Pe", + "arl" + ], + [ + "▁Pear", + "l" + ], + [ + "▁pil", + "low" + ], + [ + "▁pill", + "ow" + ], + [ + "▁gr", + "ades" + ], + [ + "▁grad", + "es" + ], + [ + "▁grade", + "s" + ], + [ + "▁gra", + "des" + ], + [ + "▁", + "grades" + ], + [ + "TH", + "E" + ], + [ + "T", + "HE" + ], + [ + "▁num", + "ero" + ], + [ + "▁numer", + "o" + ], + [ + "▁nu", + "mero" + ], + [ + "i", + "NdEx" + ], + [ + "M", + "igration" + ], + [ + "PE", + "ND" + ], + [ + "P", + "END" + ], + [ + "ph", + "oto" + ], + [ + "▁cent", + "ered" + ], + [ + "▁center", + "ed" + ], + [ + "▁r", + "het" + ], + [ + "▁rh", + "et" + ], + [ + "egr", + "ünd" + ], + [ + "▁laund", + "ry" + ], + [ + "get", + "Node" + ], + [ + "▁est", + "imation" + ], + [ + "▁estim", + "ation" + ], + [ + "▁I", + "v" + ], + [ + "▁wh", + "oles" + ], + [ + "▁who", + "les" + ], + [ + "▁whole", + "s" + ], + [ + "ше", + "ния" + ], + [ + "▁const", + "itutional" + ], + [ + "▁constitution", + "al" + ], + [ + "am", + "ination" + ], + [ + "amin", + "ation" + ], + [ + "▁Municip", + "al" + ], + [ + "ad", + "t" + ], + [ + "a", + "dt" + ], + [ + "th", + "y" + ], + [ + "t", + "hy" + ], + [ + "▁pub", + "li" + ], + [ + "▁di", + "cembre" + ], + [ + "▁dic", + "embre" + ], + [ + "▁dice", + "mbre" + ], + [ + "`", + ")" + ], + [ + "▁Ch", + "rome" + ], + [ + "ef", + "e" + ], + [ + "e", + "fe" + ], + [ + "con", + "g" + ], + [ + "co", + "ng" + ], + [ + "c", + "ong" + ], + [ + "bre", + "aking" + ], + [ + "break", + "ing" + ], + [ + "at", + "ched" + ], + [ + "atch", + "ed" + ], + [ + "es", + "tr" + ], + [ + "est", + "r" + ], + [ + "e", + "str" + ], + [ + "▁i", + "di" + ], + [ + "▁id", + "i" + ], + [ + "▁", + "idi" + ], + [ + "VER", + "Y" + ], + [ + "V", + "ERY" + ], + [ + "▁app", + "el" + ], + [ + "▁ap", + "pel" + ], + [ + "▁appe", + "l" + ], + [ + "▁Techn", + "ical" + ], + [ + "tc", + "x" + ], + [ + "t", + "cx" + ], + [ + "DO", + "UBLE" + ], + [ + "se", + "k" + ], + [ + "s", + "ek" + ], + [ + "hu", + "ng" + ], + [ + "h", + "ung" + ], + [ + "▁A", + "ur" + ], + [ + "▁Au", + "r" + ], + [ + "coll", + "apse" + ], + [ + "▁adv", + "ise" + ], + [ + "▁advis", + "e" + ], + [ + "▁Pr", + "imary" + ], + [ + "▁Pri", + "mary" + ], + [ + "▁Prim", + "ary" + ], + [ + "▁", + "Primary" + ], + [ + "ia", + "z" + ], + [ + "i", + "az" + ], + [ + "▁a", + "nten" + ], + [ + "▁an", + "ten" + ], + [ + "▁ant", + "en" + ], + [ + "▁ante", + "n" + ], + [ + "▁", + "anten" + ], + [ + "▁bro", + "ader" + ], + [ + "▁broad", + "er" + ], + [ + "▁ju", + "nio" + ], + [ + "▁jun", + "io" + ], + [ + "▁juni", + "o" + ], + [ + "▁w", + "ool" + ], + [ + "▁wo", + "ol" + ], + [ + "▁hat", + "red" + ], + [ + "▁ex", + "agger" + ], + [ + "Con", + "v" + ], + [ + "Co", + "nv" + ], + [ + "kt", + "ur" + ], + [ + "▁em", + "peror" + ], + [ + "▁Pack", + "age" + ], + [ + "▁", + "Package" + ], + [ + "TD", + "M" + ], + [ + "T", + "DM" + ], + [ + "\\{", + "\\" + ], + [ + "\\", + "{\\" + ], + [ + "whe", + "el" + ], + [ + "▁fe", + "as" + ], + [ + "▁js", + "ou" + ], + [ + "" + ], + [ + "<", + "?>" + ], + [ + "INST", + "ANCE" + ], + [ + "▁ch", + "ant" + ], + [ + "▁cha", + "nt" + ], + [ + "▁", + "chant" + ], + [ + "▁Re", + "fer" + ], + [ + "▁Ref", + "er" + ], + [ + "▁S", + "hir" + ], + [ + "▁Sh", + "ir" + ], + [ + "▁ве", + "ка" + ], + [ + "▁Me", + "eting" + ], + [ + "▁Meet", + "ing" + ], + [ + "▁n", + "v" + ], + [ + "▁", + "nv" + ], + [ + "▁associ", + "ations" + ], + [ + "▁association", + "s" + ], + [ + "it", + "ations" + ], + [ + "itation", + "s" + ], + [ + "itat", + "ions" + ], + [ + "or", + "um" + ], + [ + "o", + "rum" + ], + [ + "▁t", + "ires" + ], + [ + "▁ti", + "res" + ], + [ + "▁tire", + "s" + ], + [ + "▁tir", + "es" + ], + [ + "▁d", + "ash" + ], + [ + "▁da", + "sh" + ], + [ + "▁das", + "h" + ], + [ + "▁", + "dash" + ], + [ + "▁}", + "));" + ], + [ + "▁})", + ");" + ], + [ + "ar", + "to" + ], + [ + "art", + "o" + ], + [ + "▁Ed", + "inburgh" + ], + [ + "W", + "T" + ], + [ + "▁inv", + "ented" + ], + [ + "▁invent", + "ed" + ], + [ + "ve", + "h" + ], + [ + "v", + "eh" + ], + [ + "▁Hind", + "u" + ], + [ + "▁Насе", + "лення" + ], + [ + "▁ur", + "gent" + ], + [ + "▁urg", + "ent" + ], + [ + "▁urge", + "nt" + ], + [ + "text", + "color" + ], + [ + "we", + "rp" + ], + [ + "wer", + "p" + ], + [ + "▁det", + "ector" + ], + [ + "▁detect", + "or" + ], + [ + "▁al", + "tered" + ], + [ + "▁alt", + "ered" + ], + [ + "▁alter", + "ed" + ], + [ + "▁t", + "b" + ], + [ + "▁", + "tb" + ], + [ + "▁N", + "aval" + ], + [ + "▁Na", + "val" + ], + [ + "▁Nav", + "al" + ], + [ + "▁mem", + "br" + ], + [ + "style", + "sheet" + ], + [ + "styles", + "heet" + ], + [ + "un", + "ts" + ], + [ + "unt", + "s" + ], + [ + "▁nut", + "rition" + ], + [ + "▁S", + "ylv" + ], + [ + "▁Sy", + "lv" + ], + [ + "▁e", + "numer" + ], + [ + "▁en", + "umer" + ], + [ + "▁enum", + "er" + ], + [ + "▁m", + "ines" + ], + [ + "▁min", + "es" + ], + [ + "▁mi", + "nes" + ], + [ + "▁mine", + "s" + ], + [ + "▁l", + "itter" + ], + [ + "▁lit", + "ter" + ], + [ + "▁litt", + "er" + ], + [ + "ž", + "í" + ], + [ + "con", + "current" + ], + [ + "▁sw", + "allow" + ], + [ + "Si", + "r" + ], + [ + "S", + "ir" + ], + [ + "tal", + "k" + ], + [ + "t", + "alk" + ], + [ + "▁de", + "utschen" + ], + [ + "▁deutsch", + "en" + ], + [ + "re", + "peat" + ], + [ + "▁dom", + "ains" + ], + [ + "▁domain", + "s" + ], + [ + "▁Mc", + "Donald" + ], + [ + "▁cand", + "le" + ], + [ + "▁pl", + "ural" + ], + [ + "▁sharp", + "ly" + ], + [ + "▁shar", + "ply" + ], + [ + "orig", + "ine" + ], + [ + "origin", + "e" + ], + [ + "▁c", + "andy" + ], + [ + "▁can", + "dy" + ], + [ + "▁cand", + "y" + ], + [ + "▁kilomet", + "res" + ], + [ + "▁power", + "ed" + ], + [ + "▁pow", + "ered" + ], + [ + "▁", + "powered" + ], + [ + "▁s", + "ep" + ], + [ + "▁se", + "p" + ], + [ + "▁", + "sep" + ], + [ + "▁S", + "oci" + ], + [ + "▁So", + "ci" + ], + [ + "▁Soc", + "i" + ], + [ + "▁Ber", + "nie" + ], + [ + "▁Bern", + "ie" + ], + [ + "GE", + "NER" + ], + [ + "GEN", + "ER" + ], + [ + "Ex", + "per" + ], + [ + "Exp", + "er" + ], + [ + "▁Al", + "low" + ], + [ + "▁All", + "ow" + ], + [ + "▁", + "Allow" + ], + [ + "▁Ern", + "st" + ], + [ + "▁Re", + "becca" + ], + [ + "▁Cont", + "ribut" + ], + [ + "ro", + "utes" + ], + [ + "rou", + "tes" + ], + [ + "route", + "s" + ], + [ + "r", + "outes" + ], + [ + "▁s", + "uffix" + ], + [ + "▁suff", + "ix" + ], + [ + "▁ju", + "lio" + ], + [ + "▁jul", + "io" + ], + [ + "▁juli", + "o" + ], + [ + "▁provinc", + "ial" + ], + [ + "▁provincia", + "l" + ], + [ + "▁provin", + "cial" + ], + [ + "▁appreci", + "ation" + ], + [ + "Us", + "ing" + ], + [ + "U", + "sing" + ], + [ + "abs", + "olute" + ], + [ + "▁cr", + "icket" + ], + [ + "W", + "ould" + ], + [ + "▁Equip", + "ment" + ], + [ + "▁tort", + "ure" + ], + [ + "на", + "х" + ], + [ + "ut", + "ton" + ], + [ + "utt", + "on" + ], + [ + "че", + "ство" + ], + [ + "▁out", + "break" + ], + [ + "▁prevent", + "ing" + ], + [ + "▁mad", + "re" + ], + [ + "▁ret", + "ire" + ], + [ + "end", + "region" + ], + [ + "▁f", + "ais" + ], + [ + "▁fa", + "is" + ], + [ + "▁remember", + "ing" + ], + [ + "▁Al", + "ban" + ], + [ + "▁Alb", + "an" + ], + [ + "▁a", + "rist" + ], + [ + "▁ar", + "ist" + ], + [ + "▁work", + "out" + ], + [ + "▁u", + "z" + ], + [ + "▁", + "uz" + ], + [ + "as", + "to" + ], + [ + "ast", + "o" + ], + [ + "a", + "sto" + ], + [ + "fort", + "unate" + ], + [ + "fortun", + "ate" + ], + [ + "▁p", + "aste" + ], + [ + "▁past", + "e" + ], + [ + "▁pas", + "te" + ], + [ + "▁pa", + "ste" + ], + [ + "▁M", + "R" + ], + [ + "▁", + "MR" + ], + [ + "▁o", + "tra" + ], + [ + "▁ot", + "ra" + ], + [ + "S", + "v" + ], + [ + "an", + "gen" + ], + [ + "ang", + "en" + ], + [ + "ange", + "n" + ], + [ + "▁S", + "ierra" + ], + [ + "▁Si", + "erra" + ], + [ + "▁n", + "au" + ], + [ + "▁na", + "u" + ], + [ + "▁s", + "era" + ], + [ + "▁se", + "ra" + ], + [ + "▁ser", + "a" + ], + [ + "$", + "~" + ], + [ + "▁cos", + "ì" + ], + [ + ")(", + "(" + ], + [ + ")", + "((" + ], + [ + "▁propos", + "als" + ], + [ + "▁proposal", + "s" + ], + [ + "it", + "te" + ], + [ + "itt", + "e" + ], + [ + "▁P", + "ero" + ], + [ + "▁Per", + "o" + ], + [ + "▁Pe", + "ro" + ], + [ + "▁te", + "nant" + ], + [ + "▁ten", + "ant" + ], + [ + "▁", + "tenant" + ], + [ + "Y", + "P" + ], + [ + "▁Param", + "eter" + ], + [ + "▁", + "Parameter" + ], + [ + "sp", + "ell" + ], + [ + "spe", + "ll" + ], + [ + "▁e", + "merge" + ], + [ + "▁emer", + "ge" + ], + [ + "▁g", + "ek" + ], + [ + "▁ge", + "k" + ], + [ + "ol", + "ence" + ], + [ + "olen", + "ce" + ], + [ + "ot", + "os" + ], + [ + "oto", + "s" + ], + [ + "o", + "tos" + ], + [ + "▁witness", + "es" + ], + [ + "▁watch", + "es" + ], + [ + "▁wat", + "ches" + ], + [ + "▁A", + "ch" + ], + [ + "▁Ac", + "h" + ], + [ + "Cr", + "oss" + ], + [ + "C", + "ross" + ], + [ + "▁янва", + "ря" + ], + [ + ";", + "}" + ], + [ + "▁O", + "NE" + ], + [ + "▁ON", + "E" + ], + [ + "▁", + "ONE" + ], + [ + "▁care", + "ers" + ], + [ + "▁career", + "s" + ], + [ + "▁faith", + "ful" + ], + [ + "▁J", + "our" + ], + [ + "▁Jo", + "ur" + ], + [ + "▁Gener", + "ate" + ], + [ + "▁Gene", + "rate" + ], + [ + "▁", + "Generate" + ], + [ + "▁ию", + "ля" + ], + [ + "▁recommend", + "ation" + ], + [ + "w", + "b" + ], + [ + "sk", + "ich" + ], + [ + "ski", + "ch" + ], + [ + "bold", + "math" + ], + [ + "▁orig", + "ins" + ], + [ + "▁origin", + "s" + ], + [ + "▁spin", + "ning" + ], + [ + "▁//", + "\r" + ], + [ + "▁bomb", + "s" + ], + [ + "▁bom", + "bs" + ], + [ + "min", + "ister" + ], + [ + "I", + "o" + ], + [ + "öl", + "ker" + ], + [ + "Autow", + "ired" + ], + [ + "um", + "per" + ], + [ + "ump", + "er" + ], + [ + "ich", + "ael" + ], + [ + "▁contribut", + "ors" + ], + [ + "▁contributor", + "s" + ], + [ + "▁n", + "asty" + ], + [ + "▁na", + "sty" + ], + [ + "▁nas", + "ty" + ], + [ + "▁nast", + "y" + ], + [ + "▁d", + "rap" + ], + [ + "▁dr", + "ap" + ], + [ + "▁Bud", + "apest" + ], + [ + "ur", + "ious" + ], + [ + "uri", + "ous" + ], + [ + "hi", + "d" + ], + [ + "h", + "id" + ], + [ + "▁wel", + "comed" + ], + [ + "▁welcome", + "d" + ], + [ + "▁w", + "agon" + ], + [ + "▁wa", + "gon" + ], + [ + "▁Ва", + "си" + ], + [ + "▁embarrass", + "ed" + ], + [ + "▁Har", + "vey" + ], + [ + "Lo", + "s" + ], + [ + "L", + "os" + ], + [ + "▁S", + "ter" + ], + [ + "▁St", + "er" + ], + [ + "▁Ste", + "r" + ], + [ + "▁enjoy", + "able" + ], + [ + "ör", + "t" + ], + [ + "ö", + "rt" + ], + [ + "Mill", + "is" + ], + [ + "--", + ")" + ], + [ + "-", + "-)" + ], + [ + "▁d", + "ashed" + ], + [ + "▁das", + "hed" + ], + [ + "▁dash", + "ed" + ], + [ + "\">", + "<", + "?" + ], + [ + "\"", + ">'", + "," + ], + [ + ">", + "'," + ], + [ + "▁all", + "iance" + ], + [ + "ic", + "ism" + ], + [ + "ici", + "sm" + ], + [ + "▁NAS", + "A" + ], + [ + "▁NA", + "SA" + ], + [ + "▁p", + "ode" + ], + [ + "▁po", + "de" + ], + [ + "▁pod", + "e" + ], + [ + "č", + "ní" + ], + [ + "▁respon", + "ding" + ], + [ + "▁respond", + "ing" + ], + [ + "▁bl", + "owing" + ], + [ + "▁blo", + "wing" + ], + [ + "▁blow", + "ing" + ], + [ + "ic", + "ké" + ], + [ + "ick", + "é" + ], + [ + "ва", + "но" + ], + [ + "ван", + "о" + ], + [ + "▁H", + "off" + ], + [ + "▁Ho", + "ff" + ], + [ + "▁Hof", + "f" + ], + [ + "MB", + "ER" + ], + [ + "M", + "BER" + ], + [ + "▁civil", + "ization" + ], + [ + "ar", + "ía" + ], + [ + "a", + "ría" + ], + [ + "Un", + "lock" + ], + [ + "ge", + "ts" + ], + [ + "get", + "s" + ], + [ + "g", + "ets" + ], + [ + "no", + "d" + ], + [ + "n", + "od" + ], + [ + "▁S", + "TE" + ], + [ + "▁ST", + "E" + ], + [ + "▁con", + "science" + ], + [ + "PE", + "G" + ], + [ + "ch", + "anging" + ], + [ + "chan", + "ging" + ], + [ + "▁Rich", + "mond" + ], + [ + "ling", + "ton" + ], + [ + "l", + "ington" + ], + [ + "ocr", + "atic" + ], + [ + "▁trav", + "és" + ], + [ + "▁ф", + "ран" + ], + [ + "▁up", + "dating" + ], + [ + "process", + "ing" + ], + [ + "Al", + "ex" + ], + [ + "A", + "lex" + ], + [ + "▁mil", + "itar" + ], + [ + "▁milit", + "ar" + ], + [ + "▁pse", + "udo" + ], + [ + "▁pseud", + "o" + ], + [ + "str", + "len" + ], + [ + "▁be", + "have" + ], + [ + "▁beh", + "ave" + ], + [ + "▁behav", + "e" + ], + [ + "▁distinct", + "ive" + ], + [ + "▁E", + "c" + ], + [ + "▁c", + "x" + ], + [ + "▁", + "cx" + ], + [ + "▁journal", + "ists" + ], + [ + "▁journalist", + "s" + ], + [ + "vo", + "lt" + ], + [ + "vol", + "t" + ], + [ + "v", + "olt" + ], + [ + "▁sp", + "un" + ], + [ + "▁d", + "urable" + ], + [ + "▁dur", + "able" + ], + [ + "▁pro", + "position" + ], + [ + "▁propos", + "ition" + ], + [ + "▁", + "proposition" + ], + [ + "thread", + "s" + ], + [ + "▁tw", + "entieth" + ], + [ + "▁ф", + "і" + ], + [ + "▁", + "фі" + ], + [ + "en", + "son" + ], + [ + "ens", + "on" + ], + [ + "enso", + "n" + ], + [ + "▁self", + "ish" + ], + [ + "▁sel", + "fish" + ], + [ + "ar", + "ium" + ], + [ + "ari", + "um" + ], + [ + "a", + "rium" + ], + [ + "▁de", + "cid" + ], + [ + "▁dec", + "id" + ], + [ + "▁ха", + "рак" + ], + [ + "▁psy", + "chiat" + ], + [ + "▁psych", + "iat" + ], + [ + "g", + "d" + ], + [ + "Z", + "Z" + ], + [ + "ug", + "u" + ], + [ + "u", + "gu" + ], + [ + "▁i", + "ds" + ], + [ + "▁id", + "s" + ], + [ + "▁", + "ids" + ], + [ + "Man", + "aged" + ], + [ + "▁Leg", + "isl" + ], + [ + "ancell", + "ationToken" + ], + [ + "▁gr", + "ants" + ], + [ + "▁gran", + "ts" + ], + [ + "▁grant", + "s" + ], + [ + "▁lie", + "utenant" + ], + [ + "▁lieu", + "tenant" + ], + [ + "▁Fle", + "et" + ], + [ + "**", + "/" + ], + [ + "*", + "*/" + ], + [ + "▁T", + "ig" + ], + [ + "▁Ti", + "g" + ], + [ + "▁accept", + "s" + ], + [ + "▁system", + "atic" + ], + [ + ",", + "{\\" + ], + [ + "▁У", + "кра" + ], + [ + "▁aus", + "ge" + ], + [ + "▁dial", + "ect" + ], + [ + "▁dia", + "lect" + ], + [ + "st", + "ri" + ], + [ + "str", + "i" + ], + [ + "s", + "tri" + ], + [ + "er", + "me" + ], + [ + "erm", + "e" + ], + [ + "▁B", + "esch" + ], + [ + "▁Be", + "sch" + ], + [ + "▁Bes", + "ch" + ], + [ + "lo", + "ve" + ], + [ + "lov", + "e" + ], + [ + "l", + "ove" + ], + [ + "S", + "ensor" + ], + [ + "▁B", + "IT" + ], + [ + "▁", + "BIT" + ], + [ + "▁т", + "ру" + ], + [ + "▁mist", + "aken" + ], + [ + "▁mistake", + "n" + ], + [ + "p", + "v" + ], + [ + "▁u", + "tf" + ], + [ + "▁ut", + "f" + ], + [ + "▁", + "utf" + ], + [ + "▁[", + "\\" + ], + [ + "▁", + "[\\" + ], + [ + "▁Geb", + "iet" + ], + [ + "▁Mann", + "schaft" + ], + [ + "PAR", + "AMETER" + ], + [ + "▁u", + "rb" + ], + [ + "▁ur", + "b" + ], + [ + "▁", + "urb" + ], + [ + "▁R", + "eed" + ], + [ + "▁Re", + "ed" + ], + [ + "▁c", + "ough" + ], + [ + "▁co", + "ugh" + ], + [ + "▁cou", + "gh" + ], + [ + "wa", + "ld" + ], + [ + "wal", + "d" + ], + [ + "w", + "ald" + ], + [ + "▁L", + "amb" + ], + [ + "▁La", + "mb" + ], + [ + "▁Lam", + "b" + ], + [ + "▁surv", + "iving" + ], + [ + "▁surviv", + "ing" + ], + [ + "▁s", + "way" + ], + [ + "▁sw", + "ay" + ], + [ + "▁с", + "ве" + ], + [ + "WI", + "SE" + ], + [ + "ä", + "ger" + ], + [ + "f", + "y" + ], + [ + "sk", + "e" + ], + [ + "s", + "ke" + ], + [ + "▁s", + "og" + ], + [ + "▁so", + "g" + ], + [ + "▁Im", + "plement" + ], + [ + "▁Imp", + "lement" + ], + [ + "▁", + "Implement" + ], + [ + "获", + "取" + ], + [ + "▁T", + "ools" + ], + [ + "▁To", + "ols" + ], + [ + "▁Tool", + "s" + ], + [ + "▁Too", + "ls" + ], + [ + "▁", + "Tools" + ], + [ + "▁ne", + "wer" + ], + [ + "▁new", + "er" + ], + [ + "▁exempl", + "e" + ], + [ + "▁exem", + "ple" + ], + [ + "▁l", + "itt" + ], + [ + "▁li", + "tt" + ], + [ + "▁lit", + "t" + ], + [ + "▁вы", + "пу" + ], + [ + "▁у", + "прав" + ], + [ + "Em", + "itter" + ], + [ + "Emit", + "ter" + ], + [ + "IS", + "ING" + ], + [ + "I", + "SING" + ], + [ + "▁органи", + "за" + ], + [ + "▁М", + "і" + ], + [ + "▁Ex", + "amples" + ], + [ + "▁Example", + "s" + ], + [ + "▁I", + "con" + ], + [ + "▁", + "Icon" + ], + [ + "Get", + "ter" + ], + [ + "▁L", + "ay" + ], + [ + "▁La", + "y" + ], + [ + "▁Col", + "lect" + ], + [ + "▁Coll", + "ect" + ], + [ + "▁", + "Collect" + ], + [ + "Sa", + "int" + ], + [ + "S", + "aint" + ], + [ + "or", + "able" + ], + [ + "ora", + "ble" + ], + [ + "▁f", + "ick" + ], + [ + "▁fi", + "ck" + ], + [ + "ik", + "h" + ], + [ + "i", + "kh" + ], + [ + "sl", + "ave" + ], + [ + "▁c", + "lay" + ], + [ + "▁cl", + "ay" + ], + [ + "▁W", + "A" + ], + [ + "▁", + "WA" + ], + [ + "Re", + "po" + ], + [ + "Rep", + "o" + ], + [ + "▁Java", + "Script" + ], + [ + "it", + "r" + ], + [ + "i", + "tr" + ], + [ + "pa", + "id" + ], + [ + "p", + "aid" + ], + [ + "▁home", + "work" + ], + [ + "M", + "iddleware" + ], + [ + "▁r", + "éal" + ], + [ + "▁ré", + "al" + ], + [ + "▁при", + "зна" + ], + [ + "ê", + "m" + ], + [ + "ès", + "e" + ], + [ + "è", + "se" + ], + [ + "▁W", + "ells" + ], + [ + "▁Well", + "s" + ], + [ + "▁Wel", + "ls" + ], + [ + "▁e", + "nero" + ], + [ + "▁en", + "ero" + ], + [ + "▁ener", + "o" + ], + [ + "emperature", + "n" + ], + [ + "▁N", + "aj" + ], + [ + "▁Na", + "j" + ], + [ + "▁Re", + "agan" + ], + [ + "▁comp", + "elling" + ], + [ + "▁tri", + "bes" + ], + [ + "▁trib", + "es" + ], + [ + "▁tribe", + "s" + ], + [ + "▁to", + "String" + ], + [ + "▁", + "toString" + ], + [ + "pace", + "s" + ], + [ + "pa", + "ces" + ], + [ + "p", + "aces" + ], + [ + "▁harm", + "ful" + ], + [ + "▁Con", + "se" + ], + [ + "▁Cons", + "e" + ], + [ + "od", + "io" + ], + [ + "odi", + "o" + ], + [ + "▁m", + "im" + ], + [ + "▁mi", + "m" + ], + [ + "get", + "Item" + ], + [ + "▁script", + "s" + ], + [ + "▁", + "scripts" + ], + [ + "ra", + "is" + ], + [ + "rai", + "s" + ], + [ + "r", + "ais" + ], + [ + "▁Ph", + "ase" + ], + [ + "▁", + "Phase" + ], + [ + "▁An", + "swer" + ], + [ + "▁$", + "|\\" + ], + [ + "▁$|", + "\\" + ], + [ + "▁as", + "sembled" + ], + [ + "el", + "in" + ], + [ + "eli", + "n" + ], + [ + "e", + "lin" + ], + [ + "ph", + "abet" + ], + [ + "pha", + "bet" + ], + [ + "▁to", + "ast" + ], + [ + "▁tut", + "ti" + ], + [ + "▁tu", + "tti" + ], + [ + "▁be", + "zeichnet" + ], + [ + "Gre", + "at" + ], + [ + "G", + "reat" + ], + [ + "et", + "tes" + ], + [ + "ett", + "es" + ], + [ + "ette", + "s" + ], + [ + "e", + "ttes" + ], + [ + "▁дека", + "бря" + ], + [ + "F", + "ULL" + ], + [ + "▁re", + "gener" + ], + [ + "▁reg", + "ener" + ], + [ + "▁któ", + "re" + ], + [ + "го", + "р" + ], + [ + "г", + "ор" + ], + [ + "is", + "ce" + ], + [ + "isc", + "e" + ], + [ + "▁t", + "oda" + ], + [ + "▁to", + "da" + ], + [ + "▁tod", + "a" + ], + [ + "▁eth", + "ical" + ], + [ + "i", + "q" + ], + [ + "P", + "t" + ], + [ + "ar", + "in" + ], + [ + "ari", + "n" + ], + [ + "a", + "rin" + ], + [ + "ig", + "os" + ], + [ + "igo", + "s" + ], + [ + "i", + "gos" + ], + [ + "▁work", + "shops" + ], + [ + "▁workshop", + "s" + ], + [ + "▁R", + "oche" + ], + [ + "▁Ro", + "che" + ], + [ + "▁Roc", + "he" + ], + [ + "Get", + "String" + ], + [ + "мини", + "стратив" + ], + [ + "m", + "ême" + ], + [ + "▁D", + "aw" + ], + [ + "▁Da", + "w" + ], + [ + "ar", + "ians" + ], + [ + "ari", + "ans" + ], + [ + "aria", + "ns" + ], + [ + "arian", + "s" + ], + [ + "▁imp", + "acts" + ], + [ + "▁impact", + "s" + ], + [ + "▁por", + "table" + ], + [ + "▁port", + "able" + ], + [ + ")-", + "\\" + ], + [ + ")", + "-\\" + ], + [ + "sh", + "ots" + ], + [ + "shot", + "s" + ], + [ + "▁re", + "lev" + ], + [ + "▁rel", + "ev" + ], + [ + "▁rele", + "v" + ], + [ + "PR", + "IV" + ], + [ + "PRI", + "V" + ], + [ + "▁бу", + "ла" + ], + [ + "ard", + "less" + ], + [ + "ul", + "ously" + ], + [ + "ulous", + "ly" + ], + [ + "--", + ">" + ], + [ + "-", + "->" + ], + [ + "ol", + "ent" + ], + [ + "ole", + "nt" + ], + [ + "olen", + "t" + ], + [ + "▁э", + "того" + ], + [ + "▁это", + "го" + ], + [ + "▁Gener", + "ic" + ], + [ + "▁Gene", + "ric" + ], + [ + "▁", + "Generic" + ], + [ + "▁*", + "/," + ], + [ + "▁*/", + "," + ], + [ + "▁comb", + "inations" + ], + [ + "▁combination", + "s" + ], + [ + "▁re", + "jo" + ], + [ + "с", + "публи" + ], + [ + "cap", + "acity" + ], + [ + "▁tr", + "aces" + ], + [ + "▁tra", + "ces" + ], + [ + "▁trace", + "s" + ], + [ + "▁op", + "acity" + ], + [ + "▁", + "opacity" + ], + [ + "▁Off", + "icial" + ], + [ + "ic", + "ion" + ], + [ + "ici", + "on" + ], + [ + "icio", + "n" + ], + [ + "▁emotional", + "ly" + ], + [ + "▁emotion", + "ally" + ], + [ + "▁Jo", + "el" + ], + [ + "▁Joe", + "l" + ], + [ + "сько", + "му" + ], + [ + "▁legend", + "ary" + ], + [ + "▁p", + "am" + ], + [ + "▁pa", + "m" + ], + [ + "▁Tamb", + "ién" + ], + [ + ".", + "<" + ], + [ + "ib", + "a" + ], + [ + "i", + "ba" + ], + [ + "mi", + "dt" + ], + [ + "mid", + "t" + ], + [ + "бо", + "м" + ], + [ + "▁en", + "suite" + ], + [ + "Author", + "ization" + ], + [ + "P", + "ag" + ], + [ + "▁hel", + "met" + ], + [ + "▁ter", + "rito" + ], + [ + "▁terr", + "ito" + ], + [ + "second", + "ary" + ], + [ + "▁seg", + "unda" + ], + [ + "▁W", + "ire" + ], + [ + "▁Wi", + "re" + ], + [ + "rec", + "ated" + ], + [ + "▁inv", + "oked" + ], + [ + "▁invoke", + "d" + ], + [ + "▁Value", + "Error" + ], + [ + "▁ф", + "о" + ], + [ + "▁", + "фо" + ], + [ + "AL", + "IGN" + ], + [ + "CUR", + "RENT" + ], + [ + "\\", + "+\\_\\" + ], + [ + "▁comp", + "ilation" + ], + [ + "æ", + "r" + ], + [ + "▁Pal", + "mar" + ], + [ + "▁Palm", + "ar" + ], + [ + "▁influ", + "ences" + ], + [ + "▁influence", + "s" + ], + [ + "/", + ":" + ], + [ + "M", + "ix" + ], + [ + "NO", + "P" + ], + [ + "N", + "OP" + ], + [ + "ec", + "onom" + ], + [ + "e", + "conom" + ], + [ + "▁t", + "ucked" + ], + [ + "▁}", + ");\r" + ], + [ + "▁});", + "\r" + ], + [ + "▁})", + ";\r" + ], + [ + "▁", + "});\r" + ], + [ + "AN", + "K" + ], + [ + "re", + "ject" + ], + [ + "▁p", + "ension" + ], + [ + "▁pens", + "ion" + ], + [ + "▁gener", + "ates" + ], + [ + "▁generate", + "s" + ], + [ + "ч", + "ё" + ], + [ + "▁in", + "cap" + ], + [ + "▁inc", + "ap" + ], + [ + "▁cl", + "icked" + ], + [ + "▁click", + "ed" + ], + [ + "▁f", + "us" + ], + [ + "▁fu", + "s" + ], + [ + "our", + "ses" + ], + [ + "ours", + "es" + ], + [ + "ourse", + "s" + ], + [ + "▁E", + "aster" + ], + [ + "▁East", + "er" + ], + [ + "%", + ";" + ], + [ + "zi", + "n" + ], + [ + "z", + "in" + ], + [ + "▁oblig", + "ations" + ], + [ + "▁obligation", + "s" + ], + [ + "▁T", + "ips" + ], + [ + "▁Tip", + "s" + ], + [ + "▁Ti", + "ps" + ], + [ + "};", + "\r" + ], + [ + "}", + ";\r" + ], + [ + ".\"", + "_" + ], + [ + "▁B", + "SD" + ], + [ + "▁BS", + "D" + ], + [ + "át", + "ica" + ], + [ + "▁ex", + "pose" + ], + [ + "▁exp", + "ose" + ], + [ + "▁expos", + "e" + ], + [ + "Par", + "s" + ], + [ + "P", + "ars" + ], + [ + "▁Am", + "anda" + ], + [ + "ку", + "п" + ], + [ + "▁gu", + "essed" + ], + [ + "▁guess", + "ed" + ], + [ + "ds", + "i" + ], + [ + "d", + "si" + ], + [ + "▁Le", + "ip" + ], + [ + "Br", + "oad" + ], + [ + "Bro", + "ad" + ], + [ + "B", + "road" + ], + [ + "▁Hug", + "hes" + ], + [ + "▁Hugh", + "es" + ], + [ + "i", + "é" + ], + [ + "▁W", + "ahl" + ], + [ + "▁Wa", + "hl" + ], + [ + "▁former", + "ly" + ], + [ + "Rel", + "ative" + ], + [ + "▁Y", + "u" + ], + [ + "▁Mount", + "ains" + ], + [ + "▁Mountain", + "s" + ], + [ + "▁E", + "num" + ], + [ + "▁En", + "um" + ], + [ + "▁", + "Enum" + ], + [ + "▁str", + "ang" + ], + [ + "▁stra", + "ng" + ], + [ + "_", + "-" + ], + [ + "re", + "cht" + ], + [ + "rec", + "ht" + ], + [ + "vi", + "v" + ], + [ + "v", + "iv" + ], + [ + "pa", + "use" + ], + [ + "p", + "ause" + ], + [ + "▁Lond", + "res" + ], + [ + "▁el", + "bow" + ], + [ + "▁Hawai", + "i" + ], + [ + "▁Cas", + "ino" + ], + [ + "Th", + "reshold" + ], + [ + "Un", + "its" + ], + [ + "Unit", + "s" + ], + [ + "In", + "clude" + ], + [ + "ит", + "о" + ], + [ + "и", + "то" + ], + [ + "as", + "ury" + ], + [ + "▁ste", + "ht" + ], + [ + "▁dam", + "ned" + ], + [ + "▁damn", + "ed" + ], + [ + "▁pack", + "ets" + ], + [ + "▁packet", + "s" + ], + [ + "▁W", + "erk" + ], + [ + "▁Wer", + "k" + ], + [ + "▁elev", + "ator" + ], + [ + "ied", + "ad" + ], + [ + "go", + "vern" + ], + [ + "gov", + "ern" + ], + [ + "g", + "overn" + ], + [ + "▁CONTR", + "ACT" + ], + [ + "ma", + "ls" + ], + [ + "mal", + "s" + ], + [ + "m", + "als" + ], + [ + "▁re", + "mem" + ], + [ + "▁rem", + "em" + ], + [ + "▁ent", + "onces" + ], + [ + "▁v", + "as" + ], + [ + "▁va", + "s" + ], + [ + "▁", + "vas" + ], + [ + "▁sym", + "pathy" + ], + [ + "▁befind", + "et" + ], + [ + "in", + "cing" + ], + [ + "inc", + "ing" + ], + [ + "Data", + "Set" + ], + [ + "▁add", + "itionally" + ], + [ + "▁addition", + "ally" + ], + [ + "▁additional", + "ly" + ], + [ + "▁mus", + "ician" + ], + [ + "▁music", + "ian" + ], + [ + "ше", + "го" + ], + [ + "▁li", + "stop" + ], + [ + "▁list", + "op" + ], + [ + ">\"", + ")" + ], + [ + ">", + "\")" + ], + [ + "Print", + "f" + ], + [ + "▁Fel", + "ix" + ], + [ + "▁car", + "ved" + ], + [ + "▁nice", + "ly" + ], + [ + "▁nic", + "ely" + ], + [ + "го", + "м" + ], + [ + "ch", + "ap" + ], + [ + "cha", + "p" + ], + [ + "▁N", + "ieder" + ], + [ + "▁Ni", + "eder" + ], + [ + "▁Nie", + "der" + ], + [ + "▁L", + "av" + ], + [ + "▁La", + "v" + ], + [ + "▁mod", + "ifications" + ], + [ + "▁modification", + "s" + ], + [ + "mo", + "ment" + ], + [ + "m", + "oment" + ], + [ + "▁bal", + "con" + ], + [ + "▁depend", + "ency" + ], + [ + "CK", + "ET" + ], + [ + "▁van", + "ished" + ], + [ + "▁f", + "ighters" + ], + [ + "▁fight", + "ers" + ], + [ + "▁fighter", + "s" + ], + [ + "▁z", + "unächst" + ], + [ + "io", + "ctl" + ], + [ + "ioc", + "tl" + ], + [ + "▁def", + "ens" + ], + [ + "▁defe", + "ns" + ], + [ + "▁N", + "em" + ], + [ + "▁Ne", + "m" + ], + [ + "Util", + "ity" + ], + [ + "Ut", + "ility" + ], + [ + "▁cur", + "v" + ], + [ + "▁cu", + "rv" + ], + [ + "▁DA", + "MAGES" + ], + [ + "▁Ro", + "gers" + ], + [ + "▁Rog", + "ers" + ], + [ + "▁Roger", + "s" + ], + [ + "▁grat", + "itude" + ], + [ + "▁Den", + "mark" + ], + [ + "ра", + "я" + ], + [ + "gr", + "pc" + ], + [ + "grp", + "c" + ], + [ + "g", + "rpc" + ], + [ + "▁j", + "uni" + ], + [ + "▁ju", + "ni" + ], + [ + "▁jun", + "i" + ], + [ + "▁окт", + "ября" + ], + [ + "▁imm", + "ense" + ], + [ + "▁prevent", + "ed" + ], + [ + "▁prev", + "ented" + ], + [ + "▁fo", + "am" + ], + [ + "▁Ex", + "tra" + ], + [ + "▁Ext", + "ra" + ], + [ + "▁", + "Extra" + ], + [ + "ai", + "med" + ], + [ + "aim", + "ed" + ], + [ + "▁C", + "riteria" + ], + [ + "▁Crit", + "eria" + ], + [ + "▁", + "Criteria" + ], + [ + "▁Sim", + "ply" + ], + [ + "box", + "es" + ], + [ + "▁Leg", + "end" + ], + [ + "▁P", + "layers" + ], + [ + "▁Play", + "ers" + ], + [ + "▁Player", + "s" + ], + [ + "▁Mer", + "cedes" + ], + [ + "▁Merc", + "edes" + ], + [ + "▁Br", + "anch" + ], + [ + "▁", + "Branch" + ], + [ + "TER", + "N" + ], + [ + "T", + "ERN" + ], + [ + "om", + "ena" + ], + [ + "ome", + "na" + ], + [ + "omen", + "a" + ], + [ + "▁incorpor", + "ate" + ], + [ + "con", + "de" + ], + [ + "co", + "nde" + ], + [ + "cond", + "e" + ], + [ + "c", + "onde" + ], + [ + "▁Est", + "ado" + ], + [ + "▁Esta", + "do" + ], + [ + "▁w", + "asted" + ], + [ + "▁was", + "ted" + ], + [ + "▁wa", + "sted" + ], + [ + "▁waste", + "d" + ], + [ + "▁compl", + "aining" + ], + [ + "▁complain", + "ing" + ], + [ + "▁war", + "riors" + ], + [ + "▁warrior", + "s" + ], + [ + "ot", + "er" + ], + [ + "ote", + "r" + ], + [ + "o", + "ter" + ], + [ + "▁э", + "том" + ], + [ + "▁это", + "м" + ], + [ + "▁con", + "ten" + ], + [ + "▁cont", + "en" + ], + [ + "▁co", + "nten" + ], + [ + "▁machine", + "ry" + ], + [ + "▁mach", + "inery" + ], + [ + "▁techn", + "ological" + ], + [ + "▁T", + "D" + ], + [ + "▁", + "TD" + ], + [ + "▁g", + "ras" + ], + [ + "▁gr", + "as" + ], + [ + "▁gra", + "s" + ], + [ + "▁minim", + "ize" + ], + [ + "▁D", + "oor" + ], + [ + "▁Do", + "or" + ], + [ + "▁b", + "zw" + ], + [ + "▁p", + "rac" + ], + [ + "▁pr", + "ac" + ], + [ + "▁pra", + "c" + ], + [ + "TR", + "EE" + ], + [ + "T", + "REE" + ], + [ + "▁W", + "ing" + ], + [ + "▁Win", + "g" + ], + [ + "▁Wi", + "ng" + ], + [ + "▁Trans", + "action" + ], + [ + "▁", + "Transaction" + ], + [ + "▁M", + "VT" + ], + [ + "▁Kle", + "in" + ], + [ + "com", + "mons" + ], + [ + "comm", + "ons" + ], + [ + "common", + "s" + ], + [ + "▁}", + "{" + ], + [ + "▁", + "}{" + ], + [ + "▁Her", + "itage" + ], + [ + "▁f", + "ade" + ], + [ + "▁fa", + "de" + ], + [ + "ро", + "к" + ], + [ + "set", + "Value" + ], + [ + "▁Wal", + "lace" + ], + [ + "▁Wall", + "ace" + ], + [ + "M", + "X" + ], + [ + "▁A", + "CT" + ], + [ + "▁AC", + "T" + ], + [ + "▁", + "ACT" + ], + [ + "▁foot", + "age" + ], + [ + "▁ent", + "stand" + ], + [ + "ar", + "ga" + ], + [ + "arg", + "a" + ], + [ + "▁n", + "ails" + ], + [ + "▁na", + "ils" + ], + [ + "▁nail", + "s" + ], + [ + "▁capital", + "ism" + ], + [ + "▁G", + "arc" + ], + [ + "▁Gar", + "c" + ], + [ + "▁Ga", + "rc" + ], + [ + "▁susp", + "ension" + ], + [ + "il", + "is" + ], + [ + "ili", + "s" + ], + [ + "▁M", + "ov" + ], + [ + "▁Mo", + "v" + ], + [ + "uff", + "led" + ], + [ + "uffle", + "d" + ], + [ + "Ar", + "c" + ], + [ + "A", + "rc" + ], + [ + "▁Beaut", + "iful" + ], + [ + "WA", + "Y" + ], + [ + "W", + "AY" + ], + [ + "Par", + "allel" + ], + [ + "XX", + "XX" + ], + [ + "di", + "ag" + ], + [ + "▁D", + "T" + ], + [ + "▁", + "DT" + ], + [ + "m", + "q" + ], + [ + "Text", + "View" + ], + [ + "ML", + "E" + ], + [ + "M", + "LE" + ], + [ + "en", + "nen" + ], + [ + "enn", + "en" + ], + [ + "enne", + "n" + ], + [ + "▁infect", + "ed" + ], + [ + "▁therap", + "ist" + ], + [ + "IN", + "GS" + ], + [ + "ING", + "S" + ], + [ + "▁c", + "idade" + ], + [ + "ъ", + "н" + ], + [ + "▁p", + "df" + ], + [ + "▁pd", + "f" + ], + [ + "▁", + "pdf" + ], + [ + "▁b", + "ump" + ], + [ + "▁bu", + "mp" + ], + [ + "CT", + "X" + ], + [ + "C", + "TX" + ], + [ + "▁IN", + "CLUDING" + ], + [ + "▁", + "INCLUDING" + ], + [ + "▁G", + "ef" + ], + [ + "▁Ge", + "f" + ], + [ + "ENT", + "IAL" + ], + [ + "▁h", + "andy" + ], + [ + "▁hand", + "y" + ], + [ + "▁han", + "dy" + ], + [ + "▁tempor", + "al" + ], + [ + "▁temp", + "oral" + ], + [ + "▁tempo", + "ral" + ], + [ + "At", + "A" + ], + [ + "IS", + "H" + ], + [ + "I", + "SH" + ], + [ + "▁Pat", + "tern" + ], + [ + "▁", + "Pattern" + ], + [ + "▁l", + "an" + ], + [ + "▁la", + "n" + ], + [ + "▁", + "lan" + ], + [ + "ep", + "endant" + ], + [ + "▁sh", + "ining" + ], + [ + "id", + "y" + ], + [ + "i", + "dy" + ], + [ + "▁N", + "T" + ], + [ + "▁", + "NT" + ], + [ + "▁F", + "ran" + ], + [ + "▁Fr", + "an" + ], + [ + "▁Fra", + "n" + ], + [ + "▁nur", + "ses" + ], + [ + "▁nurs", + "es" + ], + [ + "▁nurse", + "s" + ], + [ + "▁bet", + "ray" + ], + [ + "▁sens", + "ible" + ], + [ + "▁апре", + "ля" + ], + [ + "▁'", + "[" + ], + [ + "▁th", + "irteen" + ], + [ + ")}", + "_{" + ], + [ + ")", + "}_{" + ], + [ + "▁No", + "ah" + ], + [ + "INS", + "ERT" + ], + [ + "ist", + "ically" + ], + [ + "istic", + "ally" + ], + [ + "▁Append", + "ix" + ], + [ + "▁re", + "cher" + ], + [ + "▁rec", + "her" + ], + [ + "Re", + "ceiver" + ], + [ + "▁der", + "nier" + ], + [ + "▁derni", + "er" + ], + [ + "л", + "ла" + ], + [ + "ли", + "за" + ], + [ + "▁Part", + "ido" + ], + [ + "▁max", + "imal" + ], + [ + "▁maxim", + "al" + ], + [ + "sn", + "ap" + ], + [ + "▁ча", + "сть" + ], + [ + "▁част", + "ь" + ], + [ + "▁час", + "ть" + ], + [ + "ST", + "OP" + ], + [ + "STO", + "P" + ], + [ + "S", + "TOP" + ], + [ + "▁ult", + "ra" + ], + [ + "▁ul", + "tra" + ], + [ + "▁dévelop", + "p" + ], + [ + "▁t", + "egen" + ], + [ + "▁te", + "gen" + ], + [ + "▁Ч", + "и" + ], + [ + "LI", + "B" + ], + [ + "L", + "IB" + ], + [ + "▁bas", + "eline" + ], + [ + "▁base", + "line" + ], + [ + "re", + "load" + ], + [ + "rel", + "oad" + ], + [ + "▁Ar", + "bitro" + ], + [ + "▁k", + "all" + ], + [ + "▁ka", + "ll" + ], + [ + "c", + "apture" + ], + [ + "Ar", + "m" + ], + [ + "A", + "rm" + ], + [ + "qu", + "in" + ], + [ + "im", + "pse" + ], + [ + "imp", + "se" + ], + [ + "za", + "s" + ], + [ + "z", + "as" + ], + [ + "▁C", + "and" + ], + [ + "▁Can", + "d" + ], + [ + "▁Ca", + "nd" + ], + [ + "▁br", + "ains" + ], + [ + "▁brain", + "s" + ], + [ + "▁bra", + "ins" + ], + [ + "▁host", + "ile" + ], + [ + "▁mar", + "ble" + ], + [ + "oo", + "ns" + ], + [ + "oon", + "s" + ], + [ + "o", + "ons" + ], + [ + "▁L", + "oss" + ], + [ + "▁Los", + "s" + ], + [ + "▁Lo", + "ss" + ], + [ + "Meta", + "Data" + ], + [ + "▁Rep", + "ública" + ], + [ + "▁and", + "ra" + ], + [ + "▁", + "andra" + ], + [ + "od", + "en" + ], + [ + "ode", + "n" + ], + [ + "o", + "den" + ], + [ + "▁document", + "ed" + ], + [ + "▁M", + "oses" + ], + [ + "▁Mo", + "ses" + ], + [ + "▁Mos", + "es" + ], + [ + "od", + "d" + ], + [ + "o", + "dd" + ], + [ + "▁w", + "ax" + ], + [ + "▁wa", + "x" + ], + [ + "us", + "ch" + ], + [ + "usc", + "h" + ], + [ + "u", + "sch" + ], + [ + "▁diagn", + "osed" + ], + [ + "in", + "kle" + ], + [ + "ink", + "le" + ], + [ + "▁X", + "box" + ], + [ + "▁seven", + "ty" + ], + [ + "▁sevent", + "y" + ], + [ + "ci", + "as" + ], + [ + "cia", + "s" + ], + [ + "c", + "ias" + ], + [ + "▁nov", + "iembre" + ], + [ + "Com", + "pute" + ], + [ + "Comp", + "ute" + ], + [ + "Comput", + "e" + ], + [ + "})", + ";\r" + ], + [ + "});", + "\r" + ], + [ + "}", + ");\r" + ], + [ + "▁Philip", + "pe" + ], + [ + "▁Philipp", + "e" + ], + [ + "▁F", + "ör" + ], + [ + "Le", + "ave" + ], + [ + "▁s", + "age" + ], + [ + "▁sa", + "ge" + ], + [ + "▁sag", + "e" + ], + [ + "▁un", + "pre" + ], + [ + "▁Fort", + "unately" + ], + [ + "▁a", + "post" + ], + [ + "▁ap", + "ost" + ], + [ + "ent", + "ities" + ], + [ + "enti", + "ties" + ], + [ + "▁el", + "los" + ], + [ + "▁ell", + "os" + ], + [ + "author", + "ized" + ], + [ + "GB", + "T" + ], + [ + "G", + "BT" + ], + [ + "▁ins", + "ist" + ], + [ + "▁insp", + "ire" + ], + [ + "▁inspir", + "e" + ], + [ + "Ma", + "ss" + ], + [ + "M", + "ass" + ], + [ + "▁r", + "ôle" + ], + [ + "fe", + "e" + ], + [ + "f", + "ee" + ], + [ + "ip", + "art" + ], + [ + "ipa", + "rt" + ], + [ + "i", + "part" + ], + [ + "це", + "р" + ], + [ + "ц", + "ер" + ], + [ + "un", + "ate" + ], + [ + "una", + "te" + ], + [ + "u", + "nate" + ], + [ + "▁C", + "NN" + ], + [ + ":", + "}" + ], + [ + "▁unh", + "appy" + ], + [ + "▁import", + "ed" + ], + [ + "▁imp", + "orted" + ], + [ + "H", + "IGH" + ], + [ + "ring", + "s" + ], + [ + "rin", + "gs" + ], + [ + "r", + "ings" + ], + [ + "▁In", + "stance" + ], + [ + "▁Inst", + "ance" + ], + [ + "▁", + "Instance" + ], + [ + "B", + "ay" + ], + [ + "ag", + "les" + ], + [ + "agle", + "s" + ], + [ + "a", + "gles" + ], + [ + "me", + "e" + ], + [ + "m", + "ee" + ], + [ + "ber", + "y" + ], + [ + "be", + "ry" + ], + [ + "b", + "ery" + ], + [ + "▁St", + "ories" + ], + [ + "▁Sto", + "ries" + ], + [ + "▁Ch", + "ase" + ], + [ + "▁Cha", + "se" + ], + [ + "▁car", + "riage" + ], + [ + "▁mis", + "under" + ], + [ + "▁imag", + "in" + ], + [ + "p", + "w" + ], + [ + "▁M", + "eter" + ], + [ + "▁Me", + "ter" + ], + [ + "▁Met", + "er" + ], + [ + "▁crow", + "ds" + ], + [ + "▁crowd", + "s" + ], + [ + "▁F", + "ame" + ], + [ + "▁Fa", + "me" + ], + [ + "sk", + "ill" + ], + [ + "ski", + "ll" + ], + [ + "s", + "kill" + ], + [ + "▁c", + "omed" + ], + [ + "▁com", + "ed" + ], + [ + "▁co", + "med" + ], + [ + "▁come", + "d" + ], + [ + "▁", + "comed" + ], + [ + "▁r", + "anch" + ], + [ + "▁ran", + "ch" + ], + [ + "▁l", + "acking" + ], + [ + "▁lack", + "ing" + ], + [ + "▁lac", + "king" + ], + [ + "▁sub", + "mar" + ], + [ + "▁subm", + "ar" + ], + [ + "ia", + "nte" + ], + [ + "ian", + "te" + ], + [ + "iant", + "e" + ], + [ + "i", + "ante" + ], + [ + "▁l", + "anz" + ], + [ + "▁lan", + "z" + ], + [ + "▁слу", + "ж" + ], + [ + "--", + "---------" + ], + [ + "----", + "-------" + ], + [ + "--------", + "---" + ], + [ + "---", + "--------" + ], + [ + "-----", + "------" + ], + [ + "----------", + "-" + ], + [ + "------", + "-----" + ], + [ + "---------", + "--" + ], + [ + "-------", + "----" + ], + [ + "-", + "----------" + ], + [ + "▁ob", + "ten" + ], + [ + "▁obt", + "en" + ], + [ + "▁down", + "stairs" + ], + [ + "Y", + "N" + ], + [ + "rot", + "ation" + ], + [ + "▁J", + "esse" + ], + [ + "▁Jes", + "se" + ], + [ + "▁Jess", + "e" + ], + [ + "$", + "(\"#" + ], + [ + "▁p", + "uls" + ], + [ + "▁pu", + "ls" + ], + [ + "▁pul", + "s" + ], + [ + "ir", + "ling" + ], + [ + "irl", + "ing" + ], + [ + "▁Sch", + "aus" + ], + [ + "▁Sc", + "haus" + ], + [ + "▁de", + "ployed" + ], + [ + "▁deploy", + "ed" + ], + [ + "▁{", + "}\"," + ], + [ + "▁{}", + "\"," + ], + [ + "▁Mar", + "vel" + ], + [ + "EN", + "UM" + ], + [ + "E", + "NUM" + ], + [ + "▁Mat", + "hemat" + ], + [ + "▁Math", + "emat" + ], + [ + "▁n", + "n" + ], + [ + "▁", + "nn" + ], + [ + "com", + "pet" + ], + [ + "comp", + "et" + ], + [ + "k", + "ów" + ], + [ + "bi", + "l" + ], + [ + "b", + "il" + ], + [ + "Wh", + "ich" + ], + [ + "is", + "ine" + ], + [ + "isi", + "ne" + ], + [ + "▁r", + "ude" + ], + [ + "▁ru", + "de" + ], + [ + "▁n", + "iveau" + ], + [ + "▁á", + "rea" + ], + [ + "▁p", + "rès" + ], + [ + "▁pr", + "ès" + ], + [ + "at", + "is" + ], + [ + "ati", + "s" + ], + [ + "▁[...", + "]" + ], + [ + "fu", + "r" + ], + [ + "f", + "ur" + ], + [ + "om", + "m" + ], + [ + "o", + "mm" + ], + [ + "pack", + "ed" + ], + [ + "p", + "acked" + ], + [ + "ме", + "не" + ], + [ + "мен", + "е" + ], + [ + "м", + "ене" + ], + [ + "script", + "style" + ], + [ + "▁A", + "th" + ], + [ + "▁At", + "h" + ], + [ + "▁d", + "esp" + ], + [ + "▁de", + "sp" + ], + [ + "▁des", + "p" + ], + [ + "elt", + "emperaturen" + ], + [ + "▁tal", + "ents" + ], + [ + "▁talent", + "s" + ], + [ + "oc", + "y" + ], + [ + "o", + "cy" + ], + [ + "▁r", + "aises" + ], + [ + "▁rais", + "es" + ], + [ + "▁raise", + "s" + ], + [ + "▁ra", + "ises" + ], + [ + "LI", + "MIT" + ], + [ + "L", + "IMIT" + ], + [ + "▁editor", + "ial" + ], + [ + "▁edit", + "orial" + ], + [ + "▁An", + "imal" + ], + [ + "▁Anim", + "al" + ], + [ + "dr", + "ive" + ], + [ + "d", + "rive" + ], + [ + "▁рабо", + "та" + ], + [ + "bs", + "s" + ], + [ + "b", + "ss" + ], + [ + "▁S", + "ev" + ], + [ + "▁Se", + "v" + ], + [ + "ep", + "och" + ], + [ + "e", + "poch" + ], + [ + "▁R", + "C" + ], + [ + "▁", + "RC" + ], + [ + "UN", + "USED" + ], + [ + "▁mand", + "atory" + ], + [ + "(", + "?:" + ], + [ + "▁B", + "in" + ], + [ + "▁Bi", + "n" + ], + [ + "▁", + "Bin" + ], + [ + "▁synt", + "hetic" + ], + [ + "▁g", + "own" + ], + [ + "▁go", + "wn" + ], + [ + "▁D", + "ob" + ], + [ + "▁Do", + "b" + ], + [ + "ka", + "p" + ], + [ + "k", + "ap" + ], + [ + "▁har", + "mon" + ], + [ + "▁harm", + "on" + ], + [ + "▁liber", + "ty" + ], + [ + "▁libert", + "y" + ], + [ + "▁R", + "ice" + ], + [ + "▁Ric", + "e" + ], + [ + "▁pray", + "ers" + ], + [ + "▁pra", + "yers" + ], + [ + "▁prayer", + "s" + ], + [ + "▁m", + "ise" + ], + [ + "▁mis", + "e" + ], + [ + "▁mi", + "se" + ], + [ + "▁conf", + "using" + ], + [ + "▁le", + "ap" + ], + [ + "▁arriv", + "es" + ], + [ + "▁arr", + "ives" + ], + [ + "▁arrive", + "s" + ], + [ + "ka", + "mp" + ], + [ + "k", + "amp" + ], + [ + "▁th", + "ats" + ], + [ + "▁that", + "s" + ], + [ + "AC", + "C" + ], + [ + "A", + "CC" + ], + [ + "▁Param", + "eters" + ], + [ + "▁Parameter", + "s" + ], + [ + "▁", + "Parameters" + ], + [ + "▁о", + "дно" + ], + [ + "▁од", + "но" + ], + [ + "▁B", + "io" + ], + [ + "▁Bi", + "o" + ], + [ + "d", + "ensity" + ], + [ + "▁gl", + "impse" + ], + [ + "FO", + "RE" + ], + [ + "FOR", + "E" + ], + [ + "▁L", + "isten" + ], + [ + "▁List", + "en" + ], + [ + "▁Li", + "sten" + ], + [ + "▁Liste", + "n" + ], + [ + "▁Lis", + "ten" + ], + [ + "▁", + "Listen" + ], + [ + "Pr", + "ev" + ], + [ + "Pre", + "v" + ], + [ + "P", + "rev" + ], + [ + "}\\", + ",\\" + ], + [ + "}\\,", + "\\" + ], + [ + "}", + "\\,\\" + ], + [ + "ку", + "ль" + ], + [ + "▁S", + "EC" + ], + [ + "▁SE", + "C" + ], + [ + "▁", + "SEC" + ], + [ + "▁expl", + "ored" + ], + [ + "▁explore", + "d" + ], + [ + "▁explo", + "red" + ], + [ + "▁mean", + "time" + ], + [ + "▁meant", + "ime" + ], + [ + "AI", + "L" + ], + [ + "A", + "IL" + ], + [ + "▁W", + "P" + ], + [ + "▁", + "WP" + ], + [ + "▁r", + "aison" + ], + [ + "▁rais", + "on" + ], + [ + "▁ra", + "ison" + ], + [ + "▁ex", + "iste" + ], + [ + "▁exist", + "e" + ], + [ + "▁l", + "esser" + ], + [ + "▁les", + "ser" + ], + [ + "▁less", + "er" + ], + [ + "▁Valid", + "ate" + ], + [ + "▁", + "Validate" + ], + [ + "▁ca", + "ution" + ], + [ + "▁caut", + "ion" + ], + [ + "us", + "ta" + ], + [ + "ust", + "a" + ], + [ + "u", + "sta" + ], + [ + "he", + "ading" + ], + [ + "head", + "ing" + ], + [ + "EF", + "F" + ], + [ + "E", + "FF" + ], + [ + ".'", + "\"" + ], + [ + ".", + "'\"" + ], + [ + "▁Gil", + "bert" + ], + [ + "▁lim", + "itation" + ], + [ + "▁limit", + "ation" + ], + [ + "▁ret", + "our" + ], + [ + "▁Common", + "wealth" + ], + [ + "▁gew", + "ann" + ], + [ + "▁miser", + "able" + ], + [ + "▁net", + "working" + ], + [ + "▁network", + "ing" + ], + [ + "▁ott", + "obre" + ], + [ + "▁otto", + "bre" + ], + [ + "▁D", + "ise" + ], + [ + "▁Dis", + "e" + ], + [ + "▁Di", + "se" + ], + [ + "ed", + "ges" + ], + [ + "edge", + "s" + ], + [ + "▁s", + "ede" + ], + [ + "▁se", + "de" + ], + [ + "▁sed", + "e" + ], + [ + "ви", + "ча" + ], + [ + "вич", + "а" + ], + [ + "un", + "iform" + ], + [ + "uni", + "form" + ], + [ + "▁дея", + "тель" + ], + [ + "ir", + "os" + ], + [ + "iro", + "s" + ], + [ + "i", + "ros" + ], + [ + "▁d", + "esen" + ], + [ + "▁de", + "sen" + ], + [ + "▁des", + "en" + ], + [ + "▁p", + "arc" + ], + [ + "▁par", + "c" + ], + [ + "▁pa", + "rc" + ], + [ + "▁R", + "ico" + ], + [ + "▁Ric", + "o" + ], + [ + "N", + "s" + ], + [ + "gu", + "id" + ], + [ + "gui", + "d" + ], + [ + "g", + "uid" + ], + [ + "or", + "io" + ], + [ + "ori", + "o" + ], + [ + "o", + "rio" + ], + [ + "ave", + "length" + ], + [ + "avel", + "ength" + ], + [ + "▁G", + "le" + ], + [ + "▁Gl", + "e" + ], + [ + "ince", + "ton" + ], + [ + "inc", + "eton" + ], + [ + "Am", + "az" + ], + [ + "A", + "maz" + ], + [ + "Con", + "struct" + ], + [ + "Const", + "ruct" + ], + [ + "▁m", + "x" + ], + [ + "▁", + "mx" + ], + [ + "▁V", + "ern" + ], + [ + "▁Ver", + "n" + ], + [ + "▁Ve", + "rn" + ], + [ + "▁Gener", + "ation" + ], + [ + "▁", + "Generation" + ], + [ + "J", + "ack" + ], + [ + "ro", + "mag" + ], + [ + "rom", + "ag" + ], + [ + "▁vi", + "agra" + ], + [ + "▁via", + "gra" + ], + [ + "▁P", + "eg" + ], + [ + "▁Pe", + "g" + ], + [ + "▁Up", + "dated" + ], + [ + "▁Update", + "d" + ], + [ + "▁", + "Updated" + ], + [ + "▁over", + "lap" + ], + [ + "▁overl", + "ap" + ], + [ + "Event", + "Args" + ], + [ + "к", + "ро" + ], + [ + "▁*", + "«" + ], + [ + "▁quest", + "ioned" + ], + [ + "▁question", + "ed" + ], + [ + "So", + "uth" + ], + [ + "S", + "outh" + ], + [ + "not", + "ice" + ], + [ + "▁perman", + "ently" + ], + [ + "▁permanent", + "ly" + ], + [ + "ls", + "t" + ], + [ + "l", + "st" + ], + [ + "fi", + "cie" + ], + [ + "fic", + "ie" + ], + [ + "▁qu", + "ella" + ], + [ + "▁que", + "lla" + ], + [ + "▁quel", + "la" + ], + [ + "▁college", + "s" + ], + [ + "▁colle", + "ges" + ], + [ + "▁colleg", + "es" + ], + [ + "▁disappoint", + "ment" + ], + [ + "▁Lu", + "ft" + ], + [ + "img", + "ur" + ], + [ + "▁trans", + "itions" + ], + [ + "▁transition", + "s" + ], + [ + "▁transit", + "ions" + ], + [ + "▁s", + "eller" + ], + [ + "▁sell", + "er" + ], + [ + "▁sel", + "ler" + ], + [ + "▁ию", + "ня" + ], + [ + "▁O", + "g" + ], + [ + "▁A", + "DD" + ], + [ + "▁AD", + "D" + ], + [ + "▁", + "ADD" + ], + [ + "▁P", + "ays" + ], + [ + "▁Pa", + "ys" + ], + [ + "▁Pay", + "s" + ], + [ + "COMM", + "AND" + ], + [ + "gr", + "ades" + ], + [ + "grad", + "es" + ], + [ + "grade", + "s" + ], + [ + "gra", + "des" + ], + [ + "▁fe", + "bbra" + ], + [ + "▁C", + "yr" + ], + [ + "▁Cy", + "r" + ], + [ + "▁febbra", + "io" + ], + [ + "et", + "i" + ], + [ + "e", + "ti" + ], + [ + "▁a", + "rom" + ], + [ + "▁ar", + "om" + ], + [ + "▁Cl", + "aude" + ], + [ + "▁Claud", + "e" + ], + [ + "▁UE", + "FA" + ], + [ + "▁жи", + "ве" + ], + [ + "▁Victor", + "ian" + ], + [ + "▁Victoria", + "n" + ], + [ + "ke", + "eping" + ], + [ + "keep", + "ing" + ], + [ + "kee", + "ping" + ], + [ + "ê", + "n" + ], + [ + "▁FIX", + "ME" + ], + [ + "it", + "ime" + ], + [ + "iti", + "me" + ], + [ + "i", + "time" + ], + [ + "ch", + "estr" + ], + [ + "che", + "str" + ], + [ + "ches", + "tr" + ], + [ + "▁Sam", + "sung" + ], + [ + "▁do", + "ctrine" + ], + [ + "▁p", + "ear" + ], + [ + "▁pe", + "ar" + ], + [ + "▁Mediterr", + "anean" + ], + [ + "▁Y", + "a" + ], + [ + "▁v", + "ault" + ], + [ + "▁va", + "ult" + ], + [ + "▁Hist", + "oric" + ], + [ + "▁Histor", + "ic" + ], + [ + "▁se", + "dan" + ], + [ + "▁sed", + "an" + ], + [ + "▁he", + "ated" + ], + [ + "▁heat", + "ed" + ], + [ + "▁polít", + "ica" + ], + [ + "Pro", + "of" + ], + [ + ":", + "{" + ], + [ + "fe", + "m" + ], + [ + "f", + "em" + ], + [ + "▁Frank", + "furt" + ], + [ + "pect", + "ives" + ], + [ + "pective", + "s" + ], + [ + "M", + "G" + ], + [ + "▁E", + "ye" + ], + [ + "da", + "i" + ], + [ + "d", + "ai" + ], + [ + "▁res", + "erves" + ], + [ + "▁reserv", + "es" + ], + [ + "▁reserve", + "s" + ], + [ + "NE", + "R" + ], + [ + "N", + "ER" + ], + [ + "▁tob", + "acco" + ], + [ + "▁frag", + "ments" + ], + [ + "▁fragment", + "s" + ], + [ + "ic", + "c" + ], + [ + "i", + "cc" + ], + [ + "▁b", + "ooth" + ], + [ + "▁bo", + "oth" + ], + [ + "▁boot", + "h" + ], + [ + "▁cru", + "ise" + ], + [ + "▁Test", + "ament" + ], + [ + "co", + "la" + ], + [ + "col", + "a" + ], + [ + "c", + "ola" + ], + [ + "▁Le", + "op" + ], + [ + "▁Leo", + "p" + ], + [ + "▁n", + "oon" + ], + [ + "▁no", + "on" + ], + [ + "▁", + "noon" + ], + [ + "▁terr", + "ified" + ], + [ + "v", + "b" + ], + [ + "int", + "el" + ], + [ + "inte", + "l" + ], + [ + "al", + "ie" + ], + [ + "ali", + "e" + ], + [ + "a", + "lie" + ], + [ + "▁ver", + "ification" + ], + [ + "yst", + "er" + ], + [ + "ys", + "ter" + ], + [ + "y", + "ster" + ], + [ + "AD", + "ER" + ], + [ + "A", + "DER" + ], + [ + "ch", + "ied" + ], + [ + "chie", + "d" + ], + [ + "chi", + "ed" + ], + [ + "▁data", + "sets" + ], + [ + "▁dat", + "asets" + ], + [ + "▁dataset", + "s" + ], + [ + "▁з", + "і" + ], + [ + "▁", + "зі" + ], + [ + "▁m", + "iem" + ], + [ + "▁mi", + "em" + ], + [ + "▁mie", + "m" + ], + [ + "ul", + "ates" + ], + [ + "ula", + "tes" + ], + [ + "ulate", + "s" + ], + [ + "▁u", + "uid" + ], + [ + "▁", + "uuid" + ], + [ + "▁Pict", + "ures" + ], + [ + "▁Picture", + "s" + ], + [ + "▁B", + "rend" + ], + [ + "▁Br", + "end" + ], + [ + "▁Bre", + "nd" + ], + [ + "▁Bren", + "d" + ], + [ + "Bill", + "board" + ], + [ + "▁s", + "tern" + ], + [ + "▁st", + "ern" + ], + [ + "▁ste", + "rn" + ], + [ + "▁ster", + "n" + ], + [ + "▁de", + "nom" + ], + [ + "▁den", + "om" + ], + [ + "▁acc", + "idents" + ], + [ + "▁accident", + "s" + ], + [ + "с", + "ня" + ], + [ + "▁p", + "acking" + ], + [ + "▁pack", + "ing" + ], + [ + "▁pac", + "king" + ], + [ + "ци", + "ја" + ], + [ + "ibli", + "cal" + ], + [ + "iblic", + "al" + ], + [ + "▁Та", + "к" + ], + [ + "▁wh", + "isk" + ], + [ + "▁whis", + "k" + ], + [ + "▁l", + "uego" + ], + [ + "▁lu", + "ego" + ], + [ + "▁rect", + "angle" + ], + [ + "▁ho", + "oks" + ], + [ + "▁hook", + "s" + ], + [ + "▁", + "hooks" + ], + [ + "▁neg", + "lect" + ], + [ + "▁negl", + "ect" + ], + [ + "▁s", + "ober" + ], + [ + "▁so", + "ber" + ], + [ + "▁sob", + "er" + ], + [ + "pro", + "position" + ], + [ + "Mult", + "iple" + ], + [ + "Multi", + "ple" + ], + [ + ":\"", + "," + ], + [ + ":", + "\"," + ], + [ + "▁b", + "apt" + ], + [ + "▁ba", + "pt" + ], + [ + "Par", + "ts" + ], + [ + "Part", + "s" + ], + [ + "P", + "arts" + ], + [ + "▁S", + "election" + ], + [ + "▁Se", + "lection" + ], + [ + "▁Sel", + "ection" + ], + [ + "▁Select", + "ion" + ], + [ + "▁", + "Selection" + ], + [ + "▁Al", + "pha" + ], + [ + "▁", + "Alpha" + ], + [ + "we", + "ights" + ], + [ + "weight", + "s" + ], + [ + "ha", + "ll" + ], + [ + "hal", + "l" + ], + [ + "h", + "all" + ], + [ + "со", + "б" + ], + [ + "с", + "об" + ], + [ + "▁l", + "ur" + ], + [ + "▁lu", + "r" + ], + [ + "▁ép", + "oca" + ], + [ + "▁re", + "sted" + ], + [ + "▁r", + "ested" + ], + [ + "▁res", + "ted" + ], + [ + "▁rest", + "ed" + ], + [ + "▁reste", + "d" + ], + [ + "amb", + "igu" + ], + [ + "▁taste", + "s" + ], + [ + "▁tast", + "es" + ], + [ + "amazon", + "aws" + ], + [ + "▁conf", + "ess" + ], + [ + "▁dic", + "iembre" + ], + [ + "▁dici", + "embre" + ], + [ + "im", + "plement" + ], + [ + "impl", + "ement" + ], + [ + "imp", + "lement" + ], + [ + "▁absor", + "ption" + ], + [ + "Ha", + "l" + ], + [ + "H", + "al" + ], + [ + "LE", + "AN" + ], + [ + "▁Z", + "ach" + ], + [ + "▁Za", + "ch" + ], + [ + "▁free", + "ze" + ], + [ + "▁fre", + "eze" + ], + [ + "L", + "BL" + ], + [ + "ST", + "M" + ], + [ + "S", + "TM" + ], + [ + "▁cal", + "c" + ], + [ + "▁ca", + "lc" + ], + [ + "▁", + "calc" + ], + [ + "={", + "()" + ], + [ + "=", + "*/" + ], + [ + "▁b", + "t" + ], + [ + "▁", + "bt" + ], + [ + "Re", + "b" + ], + [ + "R", + "eb" + ], + [ + "▁W", + "ien" + ], + [ + "▁Wi", + "en" + ], + [ + "an", + "ska" + ], + [ + "ans", + "ka" + ], + [ + "ansk", + "a" + ], + [ + "▁s", + "urn" + ], + [ + "▁su", + "rn" + ], + [ + "▁sur", + "n" + ], + [ + "iat", + "ive" + ], + [ + "i", + "ative" + ], + [ + "▁inv", + "ån" + ], + [ + "C", + "Y" + ], + [ + "▁l", + "à" + ], + [ + "am", + "ba" + ], + [ + "amb", + "a" + ], + [ + "le", + "en" + ], + [ + "lee", + "n" + ], + [ + "l", + "een" + ], + [ + "wa", + "hl" + ], + [ + "w", + "ahl" + ], + [ + "▁function", + "ing" + ], + [ + "ți", + "a" + ], + [ + "ț", + "ia" + ], + [ + "get", + "Context" + ], + [ + "ga", + "rt" + ], + [ + "gar", + "t" + ], + [ + "g", + "art" + ], + [ + "▁о", + "бе" + ], + [ + "▁об", + "е" + ], + [ + "Pe", + "n" + ], + [ + "P", + "en" + ], + [ + "vi", + "k" + ], + [ + "v", + "ik" + ], + [ + "Sl", + "ider" + ], + [ + "▁Ac", + "cept" + ], + [ + "▁", + "Accept" + ], + [ + "Ga", + "p" + ], + [ + "G", + "ap" + ], + [ + "▁J", + "orge" + ], + [ + "SI", + "G" + ], + [ + "S", + "IG" + ], + [ + "▁во", + "с" + ], + [ + "▁го", + "ло" + ], + [ + "▁г", + "оло" + ], + [ + "▁period", + "o" + ], + [ + "ш", + "та" + ], + [ + "▁pat", + "ches" + ], + [ + "▁patch", + "es" + ], + [ + "ко", + "ї" + ], + [ + "är", + "e" + ], + [ + "ä", + "re" + ], + [ + "eng", + "ono" + ], + [ + "li", + "sta" + ], + [ + "list", + "a" + ], + [ + "l", + "ista" + ], + [ + "hor", + "n" + ], + [ + "ho", + "rn" + ], + [ + "h", + "orn" + ], + [ + "▁Com", + "plex" + ], + [ + "▁Comp", + "lex" + ], + [ + "▁", + "Complex" + ], + [ + "Se", + "nt" + ], + [ + "S", + "ent" + ], + [ + "tr", + "fs" + ], + [ + "▁conv", + "ex" + ], + [ + "▁conve", + "x" + ], + [ + "Gener", + "ation" + ], + [ + "▁міс", + "це" + ], + [ + "com", + "press" + ], + [ + "comp", + "ress" + ], + [ + "▁S", + "ax" + ], + [ + "▁Sa", + "x" + ], + [ + "▁u", + "id" + ], + [ + "▁ui", + "d" + ], + [ + "▁", + "uid" + ], + [ + "▁Leb", + "ens" + ], + [ + "▁Leben", + "s" + ], + [ + "Com", + "pletion" + ], + [ + "\\|", + "_{" + ], + [ + "\\", + "|_{" + ], + [ + "in", + "sky" + ], + [ + "ins", + "ky" + ], + [ + "▁sc", + "hon" + ], + [ + "▁sch", + "on" + ], + [ + "▁m", + "asters" + ], + [ + "▁ma", + "sters" + ], + [ + "▁master", + "s" + ], + [ + "▁mas", + "ters" + ], + [ + "▁mast", + "ers" + ], + [ + "in", + "depend" + ], + [ + "inde", + "pend" + ], + [ + "ne", + "ys" + ], + [ + "ney", + "s" + ], + [ + "▁l", + "ied" + ], + [ + "▁li", + "ed" + ], + [ + "▁lie", + "d" + ], + [ + "▁a", + "spir" + ], + [ + "▁asp", + "ir" + ], + [ + "ч", + "ні" + ], + [ + "▁break", + "down" + ], + [ + "▁H", + "arm" + ], + [ + "▁Har", + "m" + ], + [ + "▁Ha", + "rm" + ], + [ + "▁design", + "ing" + ], + [ + "h", + "f" + ], + [ + "▁Ang", + "ela" + ], + [ + "▁Angel", + "a" + ], + [ + "▁con", + "fer" + ], + [ + "▁conf", + "er" + ], + [ + "▁part", + "ido" + ], + [ + "▁parti", + "do" + ], + [ + "▁inter", + "ference" + ], + [ + "ma", + "o" + ], + [ + "m", + "ao" + ], + [ + "▁absor", + "bed" + ], + [ + "▁absorb", + "ed" + ], + [ + "▁V", + "all" + ], + [ + "▁Val", + "l" + ], + [ + "▁Va", + "ll" + ], + [ + "Error", + "Code" + ], + [ + "▁Publish", + "ing" + ], + [ + "va", + "no" + ], + [ + "van", + "o" + ], + [ + "v", + "ano" + ], + [ + "BIT", + "S" + ], + [ + "BI", + "TS" + ], + [ + "B", + "ITS" + ], + [ + "▁de", + "er" + ], + [ + "▁Camp", + "aign" + ], + [ + "▁g", + "raz" + ], + [ + "▁gr", + "az" + ], + [ + "▁gra", + "z" + ], + [ + "CHAN", + "GE" + ], + [ + "▁f", + "eder" + ], + [ + "▁fe", + "der" + ], + [ + "▁fed", + "er" + ], + [ + "if", + "fe" + ], + [ + "iff", + "e" + ], + [ + "hand", + "ed" + ], + [ + "han", + "ded" + ], + [ + "h", + "anded" + ], + [ + "c", + "q" + ], + [ + "um", + "bing" + ], + [ + "umb", + "ing" + ], + [ + "▁un", + "re" + ], + [ + "▁s", + "iendo" + ], + [ + "▁si", + "endo" + ], + [ + "▁sim", + "pler" + ], + [ + "▁simple", + "r" + ], + [ + "▁simpl", + "er" + ], + [ + "wh", + "y" + ], + [ + "w", + "hy" + ], + [ + "ar", + "ettes" + ], + [ + "are", + "ttes" + ], + [ + "aret", + "tes" + ], + [ + "arette", + "s" + ], + [ + "an", + "st" + ], + [ + "ans", + "t" + ], + [ + "▁h", + "ass" + ], + [ + "▁has", + "s" + ], + [ + "▁ha", + "ss" + ], + [ + "▁Enter", + "prise" + ], + [ + "▁m", + "ois" + ], + [ + "▁mo", + "is" + ], + [ + "▁F", + "o" + ], + [ + "▁уча", + "ст" + ], + [ + "ff", + "en" + ], + [ + "f", + "fen" + ], + [ + "▁MOD", + "ULE" + ], + [ + "▁", + "MODULE" + ], + [ + "▁activ", + "ated" + ], + [ + "▁activate", + "d" + ], + [ + "▁intern", + "acional" + ], + [ + "▁M", + "ittel" + ], + [ + "deg", + "ree" + ], + [ + "▁от", + "кры" + ], + [ + "▁&", + "(" + ], + [ + "get", + "Property" + ], + [ + "is", + "z" + ], + [ + "i", + "sz" + ], + [ + "ced", + "ure" + ], + [ + "▁en", + "ters" + ], + [ + "▁ent", + "ers" + ], + [ + "▁enter", + "s" + ], + [ + "▁S", + "ally" + ], + [ + "▁Sal", + "ly" + ], + [ + "▁Tr", + "ain" + ], + [ + "▁Tra", + "in" + ], + [ + "▁lo", + "gged" + ], + [ + "▁log", + "ged" + ], + [ + "▁R", + "av" + ], + [ + "▁Ra", + "v" + ], + [ + "▁A", + "void" + ], + [ + "▁Av", + "oid" + ], + [ + "▁K", + "aiser" + ], + [ + "▁Ka", + "iser" + ], + [ + "▁ex", + "pend" + ], + [ + "▁exp", + "end" + ], + [ + "ap", + "hor" + ], + [ + "aph", + "or" + ], + [ + "▁b", + "rass" + ], + [ + "▁br", + "ass" + ], + [ + "▁bra", + "ss" + ], + [ + "▁bras", + "s" + ], + [ + "▁mel", + "od" + ], + [ + "▁att", + "itudes" + ], + [ + "▁attitude", + "s" + ], + [ + "*", + "\"" + ], + [ + "W", + "all" + ], + [ + "▁o", + "we" + ], + [ + "▁", + "owe" + ], + [ + "▁b", + "amb" + ], + [ + "▁ba", + "mb" + ], + [ + "sh", + "ader" + ], + [ + "sha", + "der" + ], + [ + "ce", + "ster" + ], + [ + "ces", + "ter" + ], + [ + "c", + "ester" + ], + [ + "▁P", + "P" + ], + [ + "▁", + "PP" + ], + [ + "▁migr", + "ations" + ], + [ + "▁migration", + "s" + ], + [ + "ent", + "ric" + ], + [ + "entr", + "ic" + ], + [ + "▁Set", + "up" + ], + [ + "▁", + "Setup" + ], + [ + "▁Art", + "ist" + ], + [ + "hr", + "e" + ], + [ + "h", + "re" + ], + [ + "▁pol", + "ite" + ], + [ + "▁polit", + "e" + ], + [ + "ah", + "an" + ], + [ + "aha", + "n" + ], + [ + "a", + "han" + ], + [ + "▁lug", + "lio" + ], + [ + "▁pre", + "decess" + ], + [ + "▁S", + "IG" + ], + [ + "▁SI", + "G" + ], + [ + "▁", + "SIG" + ], + [ + "ті", + "в" + ], + [ + "т", + "ів" + ], + [ + "▁R", + "F" + ], + [ + "▁", + "RF" + ], + [ + "▁D", + "ry" + ], + [ + "▁Dr", + "y" + ], + [ + "▁m", + "aker" + ], + [ + "▁make", + "r" + ], + [ + "▁ma", + "ker" + ], + [ + "▁", + "maker" + ], + [ + "ши", + "м" + ], + [ + "ш", + "им" + ], + [ + "▁S", + "ounds" + ], + [ + "▁Sound", + "s" + ], + [ + "▁implement", + "ing" + ], + [ + "▁a", + "h" + ], + [ + "▁", + "ah" + ], + [ + "▁g", + "ev" + ], + [ + "▁ge", + "v" + ], + [ + "▁du", + "plicate" + ], + [ + "▁L", + "ogan" + ], + [ + "▁Log", + "an" + ], + [ + "▁Lo", + "gan" + ], + [ + "▁G", + "rade" + ], + [ + "▁Gr", + "ade" + ], + [ + "▁Grad", + "e" + ], + [ + "▁Gra", + "de" + ], + [ + "DU", + "CT" + ], + [ + "ís", + "es" + ], + [ + "í", + "ses" + ], + [ + "ér", + "t" + ], + [ + "é", + "rt" + ], + [ + "▁nons", + "ense" + ], + [ + "back", + "up" + ], + [ + "Att", + "achment" + ], + [ + "▁e", + "cc" + ], + [ + "▁ec", + "c" + ], + [ + "▁Squad", + "ron" + ], + [ + "le", + "arn" + ], + [ + "lear", + "n" + ], + [ + "de", + "precated" + ], + [ + "dep", + "recated" + ], + [ + "▁A", + "ub" + ], + [ + "▁Au", + "b" + ], + [ + "▁G", + "ol" + ], + [ + "▁Go", + "l" + ], + [ + "▁over", + "l" + ], + [ + "SER", + "VICE" + ], + [ + "▁beautiful", + "ly" + ], + [ + "RE", + "L" + ], + [ + "R", + "EL" + ], + [ + "▁G", + "ian" + ], + [ + "▁Gi", + "an" + ], + [ + "▁P", + "apa" + ], + [ + "▁Pa", + "pa" + ], + [ + "▁Pap", + "a" + ], + [ + "res", + "pond" + ], + [ + "respon", + "d" + ], + [ + "resp", + "ond" + ], + [ + "▁Carib", + "bean" + ], + [ + "r", + "n" + ], + [ + "▁худо", + "ж" + ], + [ + "C", + "fg" + ], + [ + "ra", + "i" + ], + [ + "r", + "ai" + ], + [ + "▁sn", + "iff" + ], + [ + "tt", + "o" + ], + [ + "t", + "to" + ], + [ + "оло", + "ги" + ], + [ + "о", + "логи" + ], + [ + "▁r", + "b" + ], + [ + "▁", + "rb" + ], + [ + "▁inc", + "idents" + ], + [ + "▁incident", + "s" + ], + [ + "▁d", + "uck" + ], + [ + "▁du", + "ck" + ], + [ + "▁PROVID", + "ED" + ], + [ + "Source", + "s" + ], + [ + "S", + "ources" + ], + [ + "▁Chel", + "sea" + ], + [ + "▁t", + "ek" + ], + [ + "▁te", + "k" + ], + [ + "▁", + "tek" + ], + [ + "▁на", + "лази" + ], + [ + "▁pil", + "ots" + ], + [ + "▁pilot", + "s" + ], + [ + "т", + "ки" + ], + [ + "▁tr", + "aded" + ], + [ + "▁trad", + "ed" + ], + [ + "▁tra", + "ded" + ], + [ + "▁trade", + "d" + ], + [ + "▁Be", + "ijing" + ], + [ + "▁Greg", + "ory" + ], + [ + "scal", + "ar" + ], + [ + "▁incl", + "ined" + ], + [ + "▁inc", + "lined" + ], + [ + "▁K", + "amp" + ], + [ + "▁Kam", + "p" + ], + [ + "▁Ka", + "mp" + ], + [ + "▁M", + "arian" + ], + [ + "▁Mar", + "ian" + ], + [ + "▁Ma", + "rian" + ], + [ + "▁Maria", + "n" + ], + [ + "▁fier", + "ce" + ], + [ + "▁the", + "ft" + ], + [ + "▁th", + "eft" + ], + [ + "ющи", + "х" + ], + [ + "▁In", + "to" + ], + [ + "▁Int", + "o" + ], + [ + "▁", + "Into" + ], + [ + "con", + "straint" + ], + [ + "parent", + "Node" + ], + [ + "id", + "ental" + ], + [ + "ident", + "al" + ], + [ + "iden", + "tal" + ], + [ + "▁gouver", + "nement" + ], + [ + "▁S", + "ND" + ], + [ + "▁SN", + "D" + ], + [ + "▁Rub", + "y" + ], + [ + "▁Ru", + "by" + ], + [ + "▁mon", + "aster" + ], + [ + "Rec", + "ords" + ], + [ + "Record", + "s" + ], + [ + "▁K", + "ab" + ], + [ + "▁Ka", + "b" + ], + [ + "▁Un", + "iverse" + ], + [ + "▁Univers", + "e" + ], + [ + "▁approxim", + "ate" + ], + [ + "▁approx", + "imate" + ], + [ + "W", + "ater" + ], + [ + "▁Phys", + "ical" + ], + [ + "ap", + "pers" + ], + [ + "app", + "ers" + ], + [ + "appe", + "rs" + ], + [ + "oubt", + "edly" + ], + [ + "ло", + "жен" + ], + [ + "ложе", + "н" + ], + [ + "▁tow", + "el" + ], + [ + "▁sib", + "lings" + ], + [ + "ep", + "h" + ], + [ + "e", + "ph" + ], + [ + "ic", + "ios" + ], + [ + "ici", + "os" + ], + [ + "icio", + "s" + ], + [ + "ра", + "ми" + ], + [ + "▁out", + "rage" + ], + [ + "▁tamb", + "é" + ], + [ + "SR", + "C" + ], + [ + "S", + "RC" + ], + [ + "те", + "лем" + ], + [ + "тел", + "ем" + ], + [ + "V", + "i" + ], + [ + ".'", + ");" + ], + [ + ".", + "');" + ], + [ + "L", + "M" + ], + [ + "▁m", + "itt" + ], + [ + "▁mit", + "t" + ], + [ + "▁mi", + "tt" + ], + [ + "▁", + "mitt" + ], + [ + "▁w", + "eed" + ], + [ + "▁we", + "ed" + ], + [ + "▁cr", + "ops" + ], + [ + "▁cro", + "ps" + ], + [ + "▁crop", + "s" + ], + [ + "im", + "an" + ], + [ + "ima", + "n" + ], + [ + "i", + "man" + ], + [ + "Cl", + "aim" + ], + [ + "ins", + "ula" + ], + [ + "▁(", + "“" + ], + [ + "▁Ch", + "anges" + ], + [ + "▁Change", + "s" + ], + [ + "▁", + "Changes" + ], + [ + "▁invån", + "are" + ], + [ + "ag", + "ain" + ], + [ + "aga", + "in" + ], + [ + "a", + "gain" + ], + [ + "▁c", + "nt" + ], + [ + "▁", + "cnt" + ], + [ + "▁G", + "az" + ], + [ + "▁Ga", + "z" + ], + [ + "▁a", + "ustral" + ], + [ + "over", + "lay" + ], + [ + "▁Me", + "chan" + ], + [ + "▁sl", + "ammed" + ], + [ + "▁tr", + "ailing" + ], + [ + "▁tra", + "iling" + ], + [ + "▁trail", + "ing" + ], + [ + "▁Bi", + "ography" + ], + [ + "▁appe", + "aling" + ], + [ + "▁appeal", + "ing" + ], + [ + "IV", + "ER" + ], + [ + "IVE", + "R" + ], + [ + "I", + "VER" + ], + [ + "▁A", + "ve" + ], + [ + "▁Av", + "e" + ], + [ + "▁P", + "lot" + ], + [ + "▁Pl", + "ot" + ], + [ + "vo", + "j" + ], + [ + "v", + "oj" + ], + [ + "▁s", + "ung" + ], + [ + "▁su", + "ng" + ], + [ + "▁sun", + "g" + ], + [ + "▁", + "sung" + ], + [ + "▁u", + "nos" + ], + [ + "▁un", + "os" + ], + [ + "▁uno", + "s" + ], + [ + "Effect", + "s" + ], + [ + "v", + "v" + ], + [ + "co", + "ok" + ], + [ + "c", + "ook" + ], + [ + "But", + "tons" + ], + [ + "Button", + "s" + ], + [ + "▁trans", + "m" + ], + [ + "ier", + "to" + ], + [ + "iert", + "o" + ], + [ + "CON", + "TEXT" + ], + [ + "CONT", + "EXT" + ], + [ + "▁dign", + "ity" + ], + [ + "air", + "ed" + ], + [ + "ai", + "red" + ], + [ + "aire", + "d" + ], + [ + "a", + "ired" + ], + [ + "java", + "x" + ], + [ + "jav", + "ax" + ], + [ + "j", + "avax" + ], + [ + "▁Albert", + "o" + ], + [ + "▁Alber", + "to" + ], + [ + "▁Rec", + "ently" + ], + [ + "▁Recent", + "ly" + ], + [ + "▁fac", + "ial" + ], + [ + "▁fa", + "cial" + ], + [ + "math", + "op" + ], + [ + "mat", + "hop" + ], + [ + "ał", + "o" + ], + [ + "a", + "ło" + ], + [ + "ви", + "д" + ], + [ + "co", + "tt" + ], + [ + "c", + "ott" + ], + [ + "Vari", + "ables" + ], + [ + "Variable", + "s" + ], + [ + "▁R", + "an" + ], + [ + "▁Ra", + "n" + ], + [ + "▁b", + "unk" + ], + [ + "am", + "iliar" + ], + [ + "amil", + "iar" + ], + [ + "CA", + "ST" + ], + [ + "C", + "AST" + ], + [ + "▁fr", + "ü" + ], + [ + "VE", + "D" + ], + [ + "V", + "ED" + ], + [ + "▁NOT", + "ICE" + ], + [ + "▁turn", + "o" + ], + [ + "▁tur", + "no" + ], + [ + "valid", + "ator" + ], + [ + "▁Portug", + "uese" + ], + [ + "▁question", + "ing" + ], + [ + "}}", + ")" + ], + [ + "}", + "})" + ], + [ + "▁l", + "ear" + ], + [ + "▁le", + "ar" + ], + [ + "▁", + "lear" + ], + [ + "X", + "amarin" + ], + [ + "▁dis", + "adv" + ], + [ + "enc", + "oded" + ], + [ + "encode", + "d" + ], + [ + "▁K", + "ot" + ], + [ + "▁Ko", + "t" + ], + [ + "ra", + "ted" + ], + [ + "rat", + "ed" + ], + [ + "rate", + "d" + ], + [ + "r", + "ated" + ], + [ + "▁The", + "ory" + ], + [ + "ci", + "us" + ], + [ + "c", + "ius" + ], + [ + "▁Dar", + "win" + ], + [ + "ђ", + "е" + ], + [ + "▁dé", + "cl" + ], + [ + "▁déc", + "l" + ], + [ + "▁обла", + "сть" + ], + [ + "ро", + "вич" + ], + [ + "▁mob", + "ility" + ], + [ + "▁mobil", + "ity" + ], + [ + "V", + "F" + ], + [ + "▁х", + "и" + ], + [ + "▁", + "хи" + ], + [ + "un", + "til" + ], + [ + "unt", + "il" + ], + [ + "u", + "ntil" + ], + [ + "▁bar", + "riers" + ], + [ + "▁barrier", + "s" + ], + [ + "▁barr", + "iers" + ], + [ + "gi", + "f" + ], + [ + "g", + "if" + ], + [ + "▁R", + "oh" + ], + [ + "▁Ro", + "h" + ], + [ + "▁a", + "ging" + ], + [ + "▁ag", + "ing" + ], + [ + "▁", + "aging" + ], + [ + "▁W", + "idget" + ], + [ + "▁", + "Widget" + ], + [ + "ol", + "k" + ], + [ + "▁f", + "arms" + ], + [ + "▁far", + "ms" + ], + [ + "▁farm", + "s" + ], + [ + "Check", + "er" + ], + [ + "Che", + "cker" + ], + [ + "Int", + "roduction" + ], + [ + "с", + "мо" + ], + [ + "▁Russ", + "ians" + ], + [ + "▁Russian", + "s" + ], + [ + "▁Russia", + "ns" + ], + [ + "na", + "ments" + ], + [ + "nam", + "ents" + ], + [ + "nament", + "s" + ], + [ + "n", + "aments" + ], + [ + "▁In", + "sert" + ], + [ + "▁Ins", + "ert" + ], + [ + "▁", + "Insert" + ], + [ + "▁When", + "ever" + ], + [ + "▁Whe", + "never" + ], + [ + "er", + "set" + ], + [ + "ers", + "et" + ], + [ + "it", + "ori" + ], + [ + "itor", + "i" + ], + [ + "ito", + "ri" + ], + [ + "▁D", + "ort" + ], + [ + "▁Do", + "rt" + ], + [ + "▁Dor", + "t" + ], + [ + "▁cost", + "ume" + ], + [ + "▁mathemat", + "ical" + ], + [ + "▁B", + "ast" + ], + [ + "▁Bas", + "t" + ], + [ + "▁Ba", + "st" + ], + [ + "▁nom", + "inated" + ], + [ + "▁nomin", + "ated" + ], + [ + "▁rest", + "oration" + ], + [ + "pos", + "al" + ], + [ + "po", + "sal" + ], + [ + "▁un", + "fortunate" + ], + [ + "P", + "s" + ], + [ + "LI", + "N" + ], + [ + "L", + "IN" + ], + [ + "▁int", + "act" + ], + [ + "▁prov", + "oc" + ], + [ + "▁situ", + "ée" + ], + [ + "▁но", + "ября" + ], + [ + "er", + "mo" + ], + [ + "erm", + "o" + ], + [ + "▁f", + "isher" + ], + [ + "▁fish", + "er" + ], + [ + "▁fis", + "her" + ], + [ + "г", + "ля" + ], + [ + "▁con", + "ting" + ], + [ + "▁cont", + "ing" + ], + [ + "▁contin", + "g" + ], + [ + "▁Do", + "ug" + ], + [ + "▁Dou", + "g" + ], + [ + "\"", + "?" + ], + [ + "▁E", + "va" + ], + [ + "▁Ev", + "a" + ], + [ + "▁t", + "ops" + ], + [ + "▁to", + "ps" + ], + [ + "▁top", + "s" + ], + [ + "▁Rem", + "ote" + ], + [ + "▁", + "Remote" + ], + [ + "▁art", + "work" + ], + [ + "▁art", + "illery" + ], + [ + "qu", + "ick" + ], + [ + "▁Arab", + "ia" + ], + [ + "▁SD", + "Value" + ], + [ + "▁Dak", + "ota" + ], + [ + "ia", + "ted" + ], + [ + "iat", + "ed" + ], + [ + "iate", + "d" + ], + [ + "i", + "ated" + ], + [ + "▁Op", + "tim" + ], + [ + "▁Opt", + "im" + ], + [ + "but", + "tons" + ], + [ + "button", + "s" + ], + [ + "▁c", + "ottage" + ], + [ + "▁where", + "in" + ], + [ + "▁tut", + "orial" + ], + [ + "▁S", + "cre" + ], + [ + "▁Sc", + "re" + ], + [ + "▁swe", + "ep" + ], + [ + "▁Coff", + "ee" + ], + [ + "})", + "}" + ], + [ + "}", + ")}" + ], + [ + "▁му", + "зы" + ], + [ + "host", + "name" + ], + [ + "▁T", + "emp" + ], + [ + "▁Te", + "mp" + ], + [ + "▁Tem", + "p" + ], + [ + "▁", + "Temp" + ], + [ + "▁F", + "ut" + ], + [ + "▁Fu", + "t" + ], + [ + "re", + "spect" + ], + [ + "res", + "pect" + ], + [ + "resp", + "ect" + ], + [ + "oc", + "z" + ], + [ + "o", + "cz" + ], + [ + "▁pre", + "domin" + ], + [ + "▁pred", + "omin" + ], + [ + "Ind", + "icator" + ], + [ + "en", + "cial" + ], + [ + "enc", + "ial" + ], + [ + "encia", + "l" + ], + [ + "enci", + "al" + ], + [ + "UM", + "ENT" + ], + [ + "U", + "MENT" + ], + [ + "▁SH", + "ALL" + ], + [ + "▁SHA", + "LL" + ], + [ + "▁comm", + "anded" + ], + [ + "▁command", + "ed" + ], + [ + "▁withdraw", + "al" + ], + [ + "io", + "ur" + ], + [ + "i", + "our" + ], + [ + "REG", + "ION" + ], + [ + "s", + "printf" + ], + [ + "▁в", + "ме" + ], + [ + "▁Pay", + "ment" + ], + [ + "▁", + "Payment" + ], + [ + "▁A", + "nim" + ], + [ + "▁An", + "im" + ], + [ + "▁", + "Anim" + ], + [ + "pub", + "lish" + ], + [ + "▁se", + "eks" + ], + [ + "▁see", + "ks" + ], + [ + "▁seek", + "s" + ], + [ + "ou", + "w" + ], + [ + "o", + "uw" + ], + [ + "▁G", + "M" + ], + [ + "▁", + "GM" + ], + [ + "ru", + "gu" + ], + [ + "rug", + "u" + ], + [ + "r", + "ugu" + ], + [ + "us", + "tain" + ], + [ + "ust", + "ain" + ], + [ + "usta", + "in" + ], + [ + "▁)", + ")" + ], + [ + "▁", + "))" + ], + [ + "▁consult", + "ing" + ], + [ + "▁D", + "ialog" + ], + [ + "▁", + "Dialog" + ], + [ + "▁L", + "ars" + ], + [ + "▁La", + "rs" + ], + [ + "▁Lar", + "s" + ], + [ + "▁crit", + "ique" + ], + [ + "▁circ", + "ulation" + ], + [ + "▁circul", + "ation" + ], + [ + "▁land", + "sc" + ], + [ + "▁lands", + "c" + ], + [ + "man", + "aged" + ], + [ + "▁C", + "raft" + ], + [ + "▁Cr", + "aft" + ], + [ + "▁Cra", + "ft" + ], + [ + "▁h", + "erman" + ], + [ + "▁her", + "man" + ], + [ + "af", + "i" + ], + [ + "a", + "fi" + ], + [ + "am", + "y" + ], + [ + "a", + "my" + ], + [ + "▁disc", + "our" + ], + [ + "▁disco", + "ur" + ], + [ + "<>", + "(" + ], + [ + "<", + ">(" + ], + [ + "▁St", + "eph" + ], + [ + "▁Ste", + "ph" + ], + [ + "▁Step", + "h" + ], + [ + "▁toler", + "ance" + ], + [ + "type", + "name" + ], + [ + "typ", + "ename" + ], + [ + "typen", + "ame" + ], + [ + "vent", + "ions" + ], + [ + "vention", + "s" + ], + [ + "zi", + "ał" + ], + [ + "z", + "iał" + ], + [ + "ст", + "ов" + ], + [ + "сто", + "в" + ], + [ + "с", + "тов" + ], + [ + "▁st", + "icking" + ], + [ + "▁stick", + "ing" + ], + [ + "AS", + "C" + ], + [ + "A", + "SC" + ], + [ + "IS", + "O" + ], + [ + "I", + "SO" + ], + [ + "▁Sp", + "encer" + ], + [ + "▁Di", + "dn" + ], + [ + "▁Did", + "n" + ], + [ + "gom", + "ery" + ], + [ + "im", + "iter" + ], + [ + "imit", + "er" + ], + [ + "imi", + "ter" + ], + [ + "dr", + "u" + ], + [ + "d", + "ru" + ], + [ + "Cl", + "ause" + ], + [ + "▁sl", + "ides" + ], + [ + "▁slide", + "s" + ], + [ + "▁slid", + "es" + ], + [ + "##", + "#" + ], + [ + "#", + "##" + ], + [ + "▁S", + "ugar" + ], + [ + "▁Su", + "gar" + ], + [ + "H", + "Y" + ], + [ + "▁э", + "ти" + ], + [ + "▁Ed", + "wards" + ], + [ + "▁Edward", + "s" + ], + [ + "▁c", + "ents" + ], + [ + "▁cent", + "s" + ], + [ + "oy", + "a" + ], + [ + "o", + "ya" + ], + [ + "ser", + "ts" + ], + [ + "sert", + "s" + ], + [ + "s", + "erts" + ], + [ + "▁H", + "ass" + ], + [ + "▁Ha", + "ss" + ], + [ + "▁Has", + "s" + ], + [ + "▁in", + "gen" + ], + [ + "▁ing", + "en" + ], + [ + "▁", + "ingen" + ], + [ + "ст", + "ри" + ], + [ + "с", + "три" + ], + [ + "▁s", + "addle" + ], + [ + "sol", + "id" + ], + [ + "s", + "olid" + ], + [ + "▁ch", + "ampions" + ], + [ + "▁champion", + "s" + ], + [ + "▁champ", + "ions" + ], + [ + "-", + ")" + ], + [ + "▁S", + "lov" + ], + [ + "▁Sl", + "ov" + ], + [ + "▁sh", + "iny" + ], + [ + "▁*", + ")&" + ], + [ + "▁*)", + "&" + ], + [ + "▁Def", + "ine" + ], + [ + "č", + "e" + ], + [ + "▁scr", + "ut" + ], + [ + "on", + "den" + ], + [ + "ond", + "en" + ], + [ + "onde", + "n" + ], + [ + "'\"", + "," + ], + [ + "'", + "\"," + ], + [ + "uf", + "fs" + ], + [ + "uff", + "s" + ], + [ + "▁o", + "lymp" + ], + [ + "id", + "ential" + ], + [ + "ident", + "ial" + ], + [ + "wa", + "nd" + ], + [ + "wan", + "d" + ], + [ + "w", + "and" + ], + [ + "▁ann", + "ually" + ], + [ + "▁annual", + "ly" + ], + [ + "▁Ark", + "ansas" + ], + [ + "▁s", + "aint" + ], + [ + "▁sa", + "int" + ], + [ + "▁gle", + "ich" + ], + [ + "▁per", + "fection" + ], + [ + "▁perfect", + "ion" + ], + [ + "▁perf", + "ection" + ], + [ + ")", + ">" + ], + [ + "▁sh", + "orts" + ], + [ + "▁short", + "s" + ], + [ + "▁just", + "ified" + ], + [ + "pe", + "ated" + ], + [ + "peat", + "ed" + ], + [ + "pack", + "ages" + ], + [ + "package", + "s" + ], + [ + "dr", + "iven" + ], + [ + "drive", + "n" + ], + [ + "d", + "riven" + ], + [ + "▁Liber", + "ty" + ], + [ + "▁str", + "ipped" + ], + [ + "▁stri", + "pped" + ], + [ + "▁strip", + "ped" + ], + [ + "ше", + "ние" + ], + [ + "▁fün", + "f" + ], + [ + "▁e", + "cosystem" + ], + [ + "ix", + "a" + ], + [ + "i", + "xa" + ], + [ + "▁F", + "resh" + ], + [ + "▁Fr", + "esh" + ], + [ + "▁Fre", + "sh" + ], + [ + "var", + "t" + ], + [ + "va", + "rt" + ], + [ + "v", + "art" + ], + [ + "▁tre", + "ats" + ], + [ + "▁treat", + "s" + ], + [ + "▁st", + "ance" + ], + [ + "▁stan", + "ce" + ], + [ + "▁", + "stance" + ], + [ + "чё", + "т" + ], + [ + "ч", + "ёт" + ], + [ + "▁p", + "ity" + ], + [ + "▁pi", + "ty" + ], + [ + "▁pit", + "y" + ], + [ + "ad", + "ém" + ], + [ + "▁о", + "кон" + ], + [ + "▁ок", + "он" + ], + [ + "▁C", + "hand" + ], + [ + "▁Ch", + "and" + ], + [ + "▁Cha", + "nd" + ], + [ + "ra", + "b" + ], + [ + "r", + "ab" + ], + [ + "вши", + "й" + ], + [ + "в", + "ший" + ], + [ + "in", + "ski" + ], + [ + "ins", + "ki" + ], + [ + "▁contin", + "ually" + ], + [ + "▁continu", + "ally" + ], + [ + "▁D", + "addy" + ], + [ + "▁Dad", + "dy" + ], + [ + "▁night", + "mare" + ], + [ + "ic", + "ional" + ], + [ + "ici", + "onal" + ], + [ + "icio", + "nal" + ], + [ + "icion", + "al" + ], + [ + "▁e", + "fect" + ], + [ + "ue", + "blo" + ], + [ + "▁l", + "anç" + ], + [ + "▁lan", + "ç" + ], + [ + "▁Col", + "lections" + ], + [ + "▁Collection", + "s" + ], + [ + "▁Collect", + "ions" + ], + [ + "▁", + "Collections" + ], + [ + "du", + "e" + ], + [ + "d", + "ue" + ], + [ + "am", + "pton" + ], + [ + "amp", + "ton" + ], + [ + "▁mem", + "cpy" + ], + [ + "▁", + "memcpy" + ], + [ + "▁*", + "*(" + ], + [ + "▁**", + "(" + ], + [ + "is", + "sent" + ], + [ + "iss", + "ent" + ], + [ + "isse", + "nt" + ], + [ + "issen", + "t" + ], + [ + "▁In", + "sp" + ], + [ + "▁Ins", + "p" + ], + [ + "▁Glas", + "gow" + ], + [ + "▁fur", + "ono" + ], + [ + "▁kind", + "ness" + ], + [ + "B", + "i" + ], + [ + "▁comp", + "eted" + ], + [ + "▁compet", + "ed" + ], + [ + "▁compete", + "d" + ], + [ + "▁o", + "ak" + ], + [ + "L", + "arge" + ], + [ + "▁dis", + "gu" + ], + [ + "▁disg", + "u" + ], + [ + "▁k", + "ings" + ], + [ + "▁king", + "s" + ], + [ + "▁kin", + "gs" + ], + [ + "та", + "ми" + ], + [ + "▁st", + "uffed" + ], + [ + "▁stuff", + "ed" + ], + [ + "▁h", + "ilar" + ], + [ + "▁hi", + "lar" + ], + [ + "pub", + "lished" + ], + [ + "publish", + "ed" + ], + [ + "▁st", + "ressed" + ], + [ + "▁str", + "essed" + ], + [ + "▁stress", + "ed" + ], + [ + "▁Pe", + "ak" + ], + [ + "▁lo", + "ader" + ], + [ + "▁load", + "er" + ], + [ + "▁", + "loader" + ], + [ + "Key", + "board" + ], + [ + "▁re", + "construction" + ], + [ + "▁v", + "od" + ], + [ + "▁vo", + "d" + ], + [ + "▁", + "vod" + ], + [ + "▁d", + "un" + ], + [ + "▁du", + "n" + ], + [ + "▁understand", + "s" + ], + [ + "te", + "nant" + ], + [ + "ten", + "ant" + ], + [ + "▁ch", + "aque" + ], + [ + "▁cha", + "que" + ], + [ + "▁pre", + "jud" + ], + [ + "ut", + "at" + ], + [ + "uta", + "t" + ], + [ + "u", + "tat" + ], + [ + "▁u", + "so" + ], + [ + "▁us", + "o" + ], + [ + "▁", + "uso" + ], + [ + "▁He", + "avy" + ], + [ + "▁cu", + "atro" + ], + [ + "▁side", + "walk" + ], + [ + "▁B", + "ug" + ], + [ + "▁Bu", + "g" + ], + [ + "▁mån", + "aden" + ], + [ + "ge", + "o" + ], + [ + "▁un", + "ited" + ], + [ + "▁unit", + "ed" + ], + [ + "▁F", + "iles" + ], + [ + "▁Fil", + "es" + ], + [ + "▁File", + "s" + ], + [ + "▁Fi", + "les" + ], + [ + "▁", + "Files" + ], + [ + "▁А", + "ль" + ], + [ + "▁Ал", + "ь" + ], + [ + "▁rug", + "by" + ], + [ + "▁fin", + "ancing" + ], + [ + "▁financ", + "ing" + ], + [ + "▁com", + "ply" + ], + [ + "▁comp", + "ly" + ], + [ + "▁compl", + "y" + ], + [ + "&", + "#" + ], + [ + "▁r", + "ushing" + ], + [ + "▁rush", + "ing" + ], + [ + "▁rus", + "hing" + ], + [ + "▁f", + "en" + ], + [ + "▁fe", + "n" + ], + [ + "▁", + "fen" + ], + [ + "mon", + "g" + ], + [ + "mo", + "ng" + ], + [ + "m", + "ong" + ], + [ + "▁sp", + "é" + ], + [ + "▁present", + "ing" + ], + [ + "IN", + "CLUDING" + ], + [ + "ě", + "l" + ], + [ + "zeich", + "nung" + ], + [ + "Back", + "up" + ], + [ + "▁pe", + "tit" + ], + [ + "▁pet", + "it" + ], + [ + "▁all", + "erg" + ], + [ + "▁alle", + "rg" + ], + [ + "▁aller", + "g" + ], + [ + "ну", + "т" + ], + [ + "н", + "ут" + ], + [ + "▁wor", + "rying" + ], + [ + "▁worry", + "ing" + ], + [ + "▁m", + "amm" + ], + [ + "▁ma", + "mm" + ], + [ + "▁oper", + "and" + ], + [ + "▁opera", + "nd" + ], + [ + ":%.*", + "]]" + ], + [ + "▁real", + "ise" + ], + [ + "Comm", + "ands" + ], + [ + "Command", + "s" + ], + [ + "▁B", + "ew" + ], + [ + "▁Be", + "w" + ], + [ + "▁ass", + "umes" + ], + [ + "▁assum", + "es" + ], + [ + "▁assume", + "s" + ], + [ + "▁Co", + "vid" + ], + [ + "▁Cov", + "id" + ], + [ + "▁qu", + "and" + ], + [ + "ty", + "ard" + ], + [ + "t", + "yard" + ], + [ + "▁M", + "ono" + ], + [ + "▁Mon", + "o" + ], + [ + "▁Mo", + "no" + ], + [ + "lin", + "ked" + ], + [ + "link", + "ed" + ], + [ + "M", + "ARK" + ], + [ + "Es", + "p" + ], + [ + "E", + "sp" + ], + [ + "▁bless", + "ing" + ], + [ + "▁eyeb", + "rows" + ], + [ + "▁N", + "V" + ], + [ + "▁", + "NV" + ], + [ + "▁ст", + "ру" + ], + [ + "▁", + "стру" + ], + [ + "▁mod", + "eling" + ], + [ + "▁model", + "ing" + ], + [ + "▁mode", + "ling" + ], + [ + "▁gre", + "eted" + ], + [ + "Work", + "space" + ], + [ + "▁pe", + "dest" + ], + [ + "▁ped", + "est" + ], + [ + "▁не", + "за" + ], + [ + "lem", + "agne" + ], + [ + "Stat", + "istics" + ], + [ + "▁a", + "ument" + ], + [ + "▁au", + "ment" + ], + [ + "▁spe", + "eds" + ], + [ + "▁speed", + "s" + ], + [ + "▁synd", + "rome" + ], + [ + "CONNE", + "CT" + ], + [ + "za", + "hl" + ], + [ + "z", + "ahl" + ], + [ + "ver", + "so" + ], + [ + "vers", + "o" + ], + [ + "érc", + "ito" + ], + [ + "▁astr", + "onom" + ], + [ + "▁ap", + "rile" + ], + [ + "▁apr", + "ile" + ], + [ + "▁april", + "e" + ], + [ + "že", + "n" + ], + [ + "ž", + "en" + ], + [ + "ве", + "ро" + ], + [ + "вер", + "о" + ], + [ + "dr", + "aft" + ], + [ + "d", + "raft" + ], + [ + "▁g", + "ioc" + ], + [ + "▁gi", + "oc" + ], + [ + "▁com", + "port" + ], + [ + "▁comp", + "ort" + ], + [ + "▁var", + "iance" + ], + [ + "▁vari", + "ance" + ], + [ + "▁real", + "izing" + ], + [ + "▁realiz", + "ing" + ], + [ + "ED", + "IT" + ], + [ + "оло", + "ві" + ], + [ + "▁e", + "star" + ], + [ + "▁est", + "ar" + ], + [ + "▁es", + "tar" + ], + [ + "▁esta", + "r" + ], + [ + "▁s", + "ost" + ], + [ + "▁so", + "st" + ], + [ + "N", + "ORMAL" + ], + [ + "▁", + "ó" + ], + [ + "▁And", + "r" + ], + [ + "▁An", + "dr" + ], + [ + "ATTR", + "IB" + ], + [ + "▁re", + "de" + ], + [ + "▁r", + "ede" + ], + [ + "▁red", + "e" + ], + [ + "▁t", + "oes" + ], + [ + "▁to", + "es" + ], + [ + "▁toe", + "s" + ], + [ + "▁adv", + "ances" + ], + [ + "▁advance", + "s" + ], + [ + "▁Again", + "st" + ], + [ + "TO", + "M" + ], + [ + "T", + "OM" + ], + [ + "rs", + "s" + ], + [ + "r", + "ss" + ], + [ + "MM", + "MM" + ], + [ + "▁ne", + "west" + ], + [ + "▁new", + "est" + ], + [ + "▁V", + "ER" + ], + [ + "▁", + "VER" + ], + [ + "▁phrase", + "s" + ], + [ + "▁phr", + "ases" + ], + [ + "an", + "ter" + ], + [ + "ant", + "er" + ], + [ + "ante", + "r" + ], + [ + "La", + "unch" + ], + [ + "▁c", + "hr" + ], + [ + "▁ch", + "r" + ], + [ + "▁", + "chr" + ], + [ + "▁manufact", + "ured" + ], + [ + "$)", + "," + ], + [ + "$", + ")," + ], + [ + "roll", + "ment" + ], + [ + "es", + "ton" + ], + [ + "est", + "on" + ], + [ + "esto", + "n" + ], + [ + "e", + "ston" + ], + [ + "▁pe", + "int" + ], + [ + "”", + ")" + ], + [ + "en", + "det" + ], + [ + "end", + "et" + ], + [ + "ende", + "t" + ], + [ + "▁H", + "air" + ], + [ + "▁Ha", + "ir" + ], + [ + "ival", + "ent" + ], + [ + "▁up", + "right" + ], + [ + "gr", + "en" + ], + [ + "gre", + "n" + ], + [ + "g", + "ren" + ], + [ + "an", + "ked" + ], + [ + "ank", + "ed" + ], + [ + "wr", + "ight" + ], + [ + "w", + "right" + ], + [ + "▁m", + "ast" + ], + [ + "▁ma", + "st" + ], + [ + "▁mas", + "t" + ], + [ + "▁on", + "Change" + ], + [ + "▁de", + "bris" + ], + [ + "▁deb", + "ris" + ], + [ + "▁g", + "rap" + ], + [ + "▁gr", + "ap" + ], + [ + "▁gra", + "p" + ], + [ + "et", + "ry" + ], + [ + "etr", + "y" + ], + [ + "e", + "try" + ], + [ + "▁(", + "__" + ], + [ + "▁(_", + "_" + ], + [ + "▁", + "(__" + ], + [ + "▁Com", + "merce" + ], + [ + "BO", + "X" + ], + [ + "T", + "ax" + ], + [ + "▁о", + "три" + ], + [ + "▁от", + "ри" + ], + [ + "▁pre", + "vention" + ], + [ + "▁prevent", + "ion" + ], + [ + "▁prev", + "ention" + ], + [ + "▁Fe", + "el" + ], + [ + "▁ex", + "otic" + ], + [ + "▁B", + "ark" + ], + [ + "▁Bar", + "k" + ], + [ + "▁S", + "team" + ], + [ + "▁Ste", + "am" + ], + [ + "fo", + "n" + ], + [ + "f", + "on" + ], + [ + "ol", + "in" + ], + [ + "oli", + "n" + ], + [ + "o", + "lin" + ], + [ + "▁elim", + "inated" + ], + [ + "▁eliminate", + "d" + ], + [ + "▁b", + "c" + ], + [ + "▁", + "bc" + ], + [ + "▁C", + "ycl" + ], + [ + "▁Cy", + "cl" + ], + [ + "▁$", + "(\"#" + ], + [ + "▁", + "$(\"#" + ], + [ + "▁P", + "arl" + ], + [ + "▁Par", + "l" + ], + [ + "▁Pa", + "rl" + ], + [ + "man", + "uel" + ], + [ + "os", + "pher" + ], + [ + "osp", + "her" + ], + [ + "osph", + "er" + ], + [ + "W", + "F" + ], + [ + "An", + "aly" + ], + [ + "Anal", + "y" + ], + [ + "▁nav", + "ig" + ], + [ + "▁re", + "nown" + ], + [ + "▁ren", + "own" + ], + [ + "R", + "x" + ], + [ + "▁W", + "alt" + ], + [ + "▁Wal", + "t" + ], + [ + "▁Wa", + "lt" + ], + [ + "uf", + "fed" + ], + [ + "uff", + "ed" + ], + [ + "▁f", + "oster" + ], + [ + "▁fo", + "ster" + ], + [ + "▁fost", + "er" + ], + [ + "▁fos", + "ter" + ], + [ + "$", + ":" + ], + [ + "sh", + "ore" + ], + [ + "Conne", + "ctor" + ], + [ + "Conn", + "ector" + ], + [ + "Connect", + "or" + ], + [ + "фи", + "ка" + ], + [ + "▁real", + "ization" + ], + [ + "▁realiz", + "ation" + ], + [ + "L", + "i" + ], + [ + "ct", + "xt" + ], + [ + "ctx", + "t" + ], + [ + "c", + "txt" + ], + [ + "ah", + "oo" + ], + [ + "aho", + "o" + ], + [ + "▁mir", + "acle" + ], + [ + "▁E", + "T" + ], + [ + "▁", + "ET" + ], + [ + "▁G", + "PS" + ], + [ + "▁GP", + "S" + ], + [ + "▁Observ", + "able" + ], + [ + "▁h", + "f" + ], + [ + "▁", + "hf" + ], + [ + "▁magnific", + "ent" + ], + [ + "не", + "го" + ], + [ + "BI", + "N" + ], + [ + "B", + "IN" + ], + [ + "▁D", + "orf" + ], + [ + "▁Do", + "rf" + ], + [ + "▁Dor", + "f" + ], + [ + "ie", + "ck" + ], + [ + "ve", + "e" + ], + [ + "v", + "ee" + ], + [ + "▁C", + "raw" + ], + [ + "▁Cr", + "aw" + ], + [ + "▁Cra", + "w" + ], + [ + "/", + "#" + ], + [ + "▁p", + "ci" + ], + [ + "▁pc", + "i" + ], + [ + "▁", + "pci" + ], + [ + "ip", + "pet" + ], + [ + "ipp", + "et" + ], + [ + "▁Hill", + "ary" + ], + [ + "▁g", + "ir" + ], + [ + "▁gi", + "r" + ], + [ + "▁r", + "and" + ], + [ + "▁ran", + "d" + ], + [ + "▁ra", + "nd" + ], + [ + "▁", + "rand" + ], + [ + "▁la", + "ying" + ], + [ + "▁lay", + "ing" + ], + [ + "▁D", + "ifferent" + ], + [ + "bo", + "ys" + ], + [ + "boy", + "s" + ], + [ + "vi", + "rt" + ], + [ + "vir", + "t" + ], + [ + "v", + "irt" + ], + [ + "▁enc", + "ryption" + ], + [ + "ás", + "z" + ], + [ + "á", + "sz" + ], + [ + "по", + "р" + ], + [ + "п", + "ор" + ], + [ + "▁sm", + "elled" + ], + [ + "▁smell", + "ed" + ], + [ + "▁sus", + "cept" + ], + [ + "cl", + "uded" + ], + [ + "clude", + "d" + ], + [ + "▁C", + "arn" + ], + [ + "▁Car", + "n" + ], + [ + "▁Ca", + "rn" + ], + [ + "ig", + "ten" + ], + [ + "igt", + "en" + ], + [ + "igte", + "n" + ], + [ + "▁Ch", + "uck" + ], + [ + "▁Prov", + "inc" + ], + [ + "▁per", + "í" + ], + [ + "▁Mar", + "shal" + ], + [ + "▁Mars", + "hal" + ], + [ + "▁", + "Marshal" + ], + [ + "мо", + "ж" + ], + [ + "g", + "fx" + ], + [ + "os", + "hi" + ], + [ + "osh", + "i" + ], + [ + "▁W", + "HE" + ], + [ + "▁WH", + "E" + ], + [ + "▁relax", + "ation" + ], + [ + ",", + "." + ], + [ + "we", + "re" + ], + [ + "wer", + "e" + ], + [ + "w", + "ere" + ], + [ + "▁var", + "ieties" + ], + [ + "▁W", + "on" + ], + [ + "▁Wo", + "n" + ], + [ + "▁g", + "aps" + ], + [ + "▁gap", + "s" + ], + [ + "▁ga", + "ps" + ], + [ + "▁st", + "ole" + ], + [ + "▁sto", + "le" + ], + [ + "ig", + "ua" + ], + [ + "igu", + "a" + ], + [ + "ющи", + "е" + ], + [ + "▁Ham", + "pshire" + ], + [ + "ph", + "rase" + ], + [ + "▁pel", + "ícula" + ], + [ + "Process", + "ing" + ], + [ + "▁initial", + "ization" + ], + [ + "oust", + "ic" + ], + [ + "▁Jose", + "f" + ], + [ + "▁Jos", + "ef" + ], + [ + "ic", + "ating" + ], + [ + "ica", + "ting" + ], + [ + "▁good", + "ness" + ], + [ + "TE", + "S" + ], + [ + "T", + "ES" + ], + [ + "▁c", + "ope" + ], + [ + "▁co", + "pe" + ], + [ + "▁cop", + "e" + ], + [ + "▁", + "cope" + ], + [ + "▁ignor", + "ance" + ], + [ + "▁B", + "rist" + ], + [ + "▁Br", + "ist" + ], + [ + "▁par", + "as" + ], + [ + "▁para", + "s" + ], + [ + "▁pa", + "ras" + ], + [ + "▁accident", + "ally" + ], + [ + "▁t", + "and" + ], + [ + "▁tan", + "d" + ], + [ + "▁ta", + "nd" + ], + [ + "it", + "test" + ], + [ + "itt", + "est" + ], + [ + "itte", + "st" + ], + [ + "▁у", + "ли" + ], + [ + "▁sh", + "ipped" + ], + [ + "▁ship", + "ped" + ], + [ + "▁о", + "ст" + ], + [ + "▁ос", + "т" + ], + [ + "else", + "if" + ], + [ + "▁u", + "size" + ], + [ + "▁us", + "ize" + ], + [ + "hor", + "izontal" + ], + [ + "▁C", + "arr" + ], + [ + "▁Car", + "r" + ], + [ + "▁Ca", + "rr" + ], + [ + "▁pre", + "cip" + ], + [ + "▁prec", + "ip" + ], + [ + "ro", + "z" + ], + [ + "r", + "oz" + ], + [ + "path", + "etic" + ], + [ + "pat", + "hetic" + ], + [ + "ri", + "ved" + ], + [ + "riv", + "ed" + ], + [ + "rive", + "d" + ], + [ + "r", + "ived" + ], + [ + "ro", + "k" + ], + [ + "r", + "ok" + ], + [ + "▁dig", + "ging" + ], + [ + "мо", + "м" + ], + [ + "▁M", + "ull" + ], + [ + "▁Mu", + "ll" + ], + [ + "▁Mul", + "l" + ], + [ + "▁X", + "III" + ], + [ + "▁XII", + "I" + ], + [ + "▁XI", + "II" + ], + [ + "▁pe", + "as" + ], + [ + "▁f", + "oul" + ], + [ + "▁fo", + "ul" + ], + [ + "▁fou", + "l" + ], + [ + "▁travel", + "s" + ], + [ + "▁trav", + "els" + ], + [ + "▁N", + "g" + ], + [ + "▁состав", + "е" + ], + [ + "▁соста", + "ве" + ], + [ + "Mon", + "t" + ], + [ + "Mo", + "nt" + ], + [ + "M", + "ont" + ], + [ + "ar", + "de" + ], + [ + "ard", + "e" + ], + [ + "▁Ste", + "fan" + ], + [ + "^^", + "^^" + ], + [ + "▁K", + "iss" + ], + [ + "▁Ki", + "ss" + ], + [ + "▁E", + "k" + ], + [ + "▁ok", + "tober" + ], + [ + "▁mem", + "orable" + ], + [ + "▁memor", + "able" + ], + [ + "')", + ")." + ], + [ + "'))", + "." + ], + [ + "'", + "))." + ], + [ + "▁V", + "ision" + ], + [ + "▁Vis", + "ion" + ], + [ + "▁N", + "ina" + ], + [ + "▁Ni", + "na" + ], + [ + "▁Nin", + "a" + ], + [ + "▁S", + "olar" + ], + [ + "▁So", + "lar" + ], + [ + "▁Sol", + "ar" + ], + [ + "▁highlight", + "ed" + ], + [ + "▁me", + "mo" + ], + [ + "▁mem", + "o" + ], + [ + "me", + "isterschaft" + ], + [ + "side", + "bar" + ], + [ + "SE", + "E" + ], + [ + "S", + "EE" + ], + [ + "▁Nev", + "ada" + ], + [ + "D", + "a" + ], + [ + "▁draw", + "er" + ], + [ + "ast", + "ically" + ], + [ + "astic", + "ally" + ], + [ + "el", + "de" + ], + [ + "eld", + "e" + ], + [ + "sc", + "ribed" + ], + [ + "scri", + "bed" + ], + [ + "scribe", + "d" + ], + [ + "scrib", + "ed" + ], + [ + "▁pri", + "ests" + ], + [ + "▁priest", + "s" + ], + [ + "▁hom", + "mes" + ], + [ + "▁homme", + "s" + ], + [ + "▁in", + "structor" + ], + [ + "▁instruct", + "or" + ], + [ + "кла", + "д" + ], + [ + "▁sp", + "ett" + ], + [ + "▁spe", + "tt" + ], + [ + "\\", + "-" + ], + [ + "▁ми", + "ра" + ], + [ + "▁", + "мира" + ], + [ + "▁Look", + "s" + ], + [ + "▁Lo", + "oks" + ], + [ + "▁sle", + "eve" + ], + [ + "▁strong", + "est" + ], + [ + "▁t", + "ête" + ], + [ + "▁Nic", + "ole" + ], + [ + "▁Ni", + "cole" + ], + [ + "▁Nicol", + "e" + ], + [ + "im", + "per" + ], + [ + "imp", + "er" + ], + [ + "на", + "ча" + ], + [ + "ip", + "per" + ], + [ + "ipp", + "er" + ], + [ + "▁in", + "won" + ], + [ + "il", + "ers" + ], + [ + "ile", + "rs" + ], + [ + "iler", + "s" + ], + [ + "i", + "lers" + ], + [ + "▁Dep", + "uty" + ], + [ + "og", + "e" + ], + [ + "o", + "ge" + ], + [ + "▁de", + "pressed" + ], + [ + "▁dep", + "ressed" + ], + [ + "▁depress", + "ed" + ], + [ + "▁ar", + "te" + ], + [ + "▁art", + "e" + ], + [ + "▁", + "arte" + ], + [ + "▁comb", + "ining" + ], + [ + "LA", + "ST" + ], + [ + "L", + "AST" + ], + [ + "in", + "ted" + ], + [ + "int", + "ed" + ], + [ + "inte", + "d" + ], + [ + "▁A", + "verage" + ], + [ + "▁Ave", + "rage" + ], + [ + "▁poll", + "ution" + ], + [ + "▁Phill", + "ips" + ], + [ + "▁W", + "M" + ], + [ + "▁", + "WM" + ], + [ + "}}", + "}\\" + ], + [ + "}}}", + "\\" + ], + [ + "}", + "}}\\" + ], + [ + "Add", + "ed" + ], + [ + "Ad", + "ded" + ], + [ + "▁per", + "ipher" + ], + [ + "Creat", + "ion" + ], + [ + "C", + "reation" + ], + [ + "▁ital", + "ien" + ], + [ + "▁Ch", + "oice" + ], + [ + "▁Cho", + "ice" + ], + [ + "▁", + "Choice" + ], + [ + "▁EX", + "PRESS" + ], + [ + "▁St", + "ruct" + ], + [ + "▁Str", + "uct" + ], + [ + "▁", + "Struct" + ], + [ + "ys", + "z" + ], + [ + "y", + "sz" + ], + [ + "Res", + "ize" + ], + [ + "Re", + "size" + ], + [ + "AR", + "GS" + ], + [ + "ARG", + "S" + ], + [ + "▁re", + "po" + ], + [ + "▁rep", + "o" + ], + [ + "▁", + "repo" + ], + [ + "▁что", + "бы" + ], + [ + "▁p", + "ref" + ], + [ + "▁pre", + "f" + ], + [ + "▁pr", + "ef" + ], + [ + "▁", + "pref" + ], + [ + "▁earth", + "qu" + ], + [ + "▁Ме", + "кси" + ], + [ + "▁F", + "inale" + ], + [ + "▁Fin", + "ale" + ], + [ + "▁Final", + "e" + ], + [ + "▁h", + "echo" + ], + [ + "▁he", + "cho" + ], + [ + "requ", + "ests" + ], + [ + "request", + "s" + ], + [ + "C", + "ut" + ], + [ + "▁des", + "erved" + ], + [ + "▁deserve", + "d" + ], + [ + "го", + "во" + ], + [ + "гов", + "о" + ], + [ + "▁Re", + "cent" + ], + [ + "▁Rec", + "ent" + ], + [ + "▁ди", + "визи" + ], + [ + "▁support", + "ive" + ], + [ + "пра", + "ви" + ], + [ + "прав", + "и" + ], + [ + "▁irre", + "levant" + ], + [ + "'", + "\r" + ], + [ + "▁c", + "trl" + ], + [ + "▁", + "ctrl" + ], + [ + "▁De", + "al" + ], + [ + "iz", + "ada" + ], + [ + "iza", + "da" + ], + [ + "u", + "o" + ], + [ + "▁n", + "ort" + ], + [ + "▁no", + "rt" + ], + [ + "▁nor", + "t" + ], + [ + "ge", + "ometry" + ], + [ + "geo", + "metry" + ], + [ + "▁Individ", + "ual" + ], + [ + "er", + "eg" + ], + [ + "ere", + "g" + ], + [ + "e", + "reg" + ], + [ + "▁при", + "ня" + ], + [ + "cre", + "f" + ], + [ + "cr", + "ef" + ], + [ + "c", + "ref" + ], + [ + "═", + "═" + ], + [ + "▁com", + "erc" + ], + [ + "▁come", + "rc" + ], + [ + "=", + "_" + ], + [ + "bu", + "nd" + ], + [ + "b", + "und" + ], + [ + "та", + "х" + ], + [ + "il", + "en" + ], + [ + "ile", + "n" + ], + [ + "i", + "len" + ], + [ + "чи", + "та" + ], + [ + "▁corpor", + "ation" + ], + [ + "es", + "z" + ], + [ + "e", + "sz" + ], + [ + "▁=", + "=>" + ], + [ + "▁==", + ">" + ], + [ + "ab", + "lish" + ], + [ + "abl", + "ish" + ], + [ + "Ap", + "r" + ], + [ + "A", + "pr" + ], + [ + "▁r", + "ipped" + ], + [ + "▁ri", + "pped" + ], + [ + "▁rip", + "ped" + ], + [ + "Var", + "s" + ], + [ + "V", + "ars" + ], + [ + "st", + "ret" + ], + [ + "str", + "et" + ], + [ + "stre", + "t" + ], + [ + "▁Frances", + "co" + ], + [ + "Na", + "N" + ], + [ + "▁any", + "time" + ], + [ + "▁autom", + "ated" + ], + [ + "ost", + "ream" + ], + [ + "o", + "stream" + ], + [ + "▁draw", + "ings" + ], + [ + "▁drawing", + "s" + ], + [ + "▁enhance", + "ment" + ], + [ + "ok", + "rat" + ], + [ + "▁Iss", + "ue" + ], + [ + "в", + "ра" + ], + [ + "Cur", + "rency" + ], + [ + "▁w", + "yn" + ], + [ + "▁wy", + "n" + ], + [ + "izar", + "re" + ], + [ + "ét", + "ico" + ], + [ + "mult", + "iple" + ], + [ + "multi", + "ple" + ], + [ + "multip", + "le" + ], + [ + "▁R", + "ate" + ], + [ + "▁Ra", + "te" + ], + [ + "▁Rat", + "e" + ], + [ + "▁", + "Rate" + ], + [ + "▁I", + "ch" + ], + [ + "▁A", + "uss" + ], + [ + "▁Aus", + "s" + ], + [ + "▁Au", + "ss" + ], + [ + "▁For", + "mer" + ], + [ + "▁Form", + "er" + ], + [ + "Cur", + "ve" + ], + [ + "▁mar", + "vel" + ], + [ + "att", + "ro" + ], + [ + "attr", + "o" + ], + [ + "▁с", + "п" + ], + [ + "BO", + "OL" + ], + [ + "си", + "я" + ], + [ + "go", + "ld" + ], + [ + "g", + "old" + ], + [ + "▁N", + "intendo" + ], + [ + "▁Salv", + "ador" + ], + [ + "▁S", + "olution" + ], + [ + "▁Sol", + "ution" + ], + [ + "AD", + "C" + ], + [ + "A", + "DC" + ], + [ + "бо", + "ра" + ], + [ + "бор", + "а" + ], + [ + "▁Ben", + "nett" + ], + [ + "▁F", + "R" + ], + [ + "▁", + "FR" + ], + [ + "▁pu", + "eden" + ], + [ + "▁pued", + "en" + ], + [ + "▁puede", + "n" + ], + [ + "pat", + "ient" + ], + [ + "▁P", + "G" + ], + [ + "▁", + "PG" + ], + [ + "▁J", + "in" + ], + [ + "▁Ji", + "n" + ], + [ + "▁cr", + "ashed" + ], + [ + "▁crash", + "ed" + ], + [ + "▁d", + "enen" + ], + [ + "▁de", + "nen" + ], + [ + "▁den", + "en" + ], + [ + "▁S", + "ample" + ], + [ + "▁Sam", + "ple" + ], + [ + "▁", + "Sample" + ], + [ + "▁Que", + "bec" + ], + [ + "it", + "ories" + ], + [ + "itor", + "ies" + ], + [ + "ito", + "ries" + ], + [ + "itori", + "es" + ], + [ + "▁b", + "linked" + ], + [ + "▁blink", + "ed" + ], + [ + "▁l", + "ion" + ], + [ + "▁li", + "on" + ], + [ + "▁vo", + "ce" + ], + [ + "▁voc", + "e" + ], + [ + "▁Imp", + "act" + ], + [ + "▁M", + "au" + ], + [ + "▁Ma", + "u" + ], + [ + "▁N", + "ie" + ], + [ + "▁Ni", + "e" + ], + [ + "▁l", + "ob" + ], + [ + "▁lo", + "b" + ], + [ + "▁д", + "ве" + ], + [ + "or", + "neys" + ], + [ + "orney", + "s" + ], + [ + "orne", + "ys" + ], + [ + "▁coast", + "al" + ], + [ + "▁s", + "ensors" + ], + [ + "▁sens", + "ors" + ], + [ + "▁sensor", + "s" + ], + [ + "▁X", + "II" + ], + [ + "▁XI", + "I" + ], + [ + "▁ill", + "usion" + ], + [ + "oj", + "i" + ], + [ + "o", + "ji" + ], + [ + "▁I", + "NC" + ], + [ + "▁IN", + "C" + ], + [ + "▁Dun", + "can" + ], + [ + "y", + "k" + ], + [ + "▁affect", + "ing" + ], + [ + "pu", + "l" + ], + [ + "p", + "ul" + ], + [ + "▁Napole", + "on" + ], + [ + "▁а", + "каде" + ], + [ + "▁com", + "pt" + ], + [ + "▁comp", + "t" + ], + [ + "▁prof", + "itable" + ], + [ + "▁profit", + "able" + ], + [ + "lo", + "e" + ], + [ + "l", + "oe" + ], + [ + "▁deux", + "ième" + ], + [ + "▁W", + "C" + ], + [ + "▁", + "WC" + ], + [ + "▁v", + "iable" + ], + [ + "▁vi", + "able" + ], + [ + "▁via", + "ble" + ], + [ + "▁D", + "rug" + ], + [ + "▁Dr", + "ug" + ], + [ + "▁Dru", + "g" + ], + [ + "Text", + "Box" + ], + [ + "▁lum", + "inos" + ], + [ + "au", + "té" + ], + [ + "aut", + "é" + ], + [ + "y", + "c" + ], + [ + "št", + "ě" + ], + [ + "▁affili", + "ates" + ], + [ + "▁affiliate", + "s" + ], + [ + "il", + "da" + ], + [ + "ild", + "a" + ], + [ + "con", + "duct" + ], + [ + "cond", + "uct" + ], + [ + "▁e", + "benfalls" + ], + [ + "▁A", + "MD" + ], + [ + "▁AM", + "D" + ], + [ + "▁Mon", + "itor" + ], + [ + "▁", + "Monitor" + ], + [ + "▁Compan", + "ies" + ], + [ + "▁correct", + "ed" + ], + [ + "▁corre", + "cted" + ], + [ + "ä", + "ck" + ], + [ + "SY", + "STEM" + ], + [ + "other", + "apy" + ], + [ + "▁п", + "еред" + ], + [ + "▁пере", + "д" + ], + [ + "▁пе", + "ред" + ], + [ + "▁bl", + "ues" + ], + [ + "▁blue", + "s" + ], + [ + "at", + "isf" + ], + [ + "ati", + "sf" + ], + [ + "atis", + "f" + ], + [ + "al", + "though" + ], + [ + "alth", + "ough" + ], + [ + "ro", + "st" + ], + [ + "ros", + "t" + ], + [ + "r", + "ost" + ], + [ + "SC", + "AN" + ], + [ + "S", + "CAN" + ], + [ + "▁R", + "AM" + ], + [ + "ці", + "ональ" + ], + [ + "▁vend", + "ors" + ], + [ + "▁vendor", + "s" + ], + [ + "▁custom", + "s" + ], + [ + "▁cust", + "oms" + ], + [ + "▁activ", + "ate" + ], + [ + "▁", + "activate" + ], + [ + "▁b", + "logs" + ], + [ + "▁bl", + "ogs" + ], + [ + "▁blo", + "gs" + ], + [ + "▁blog", + "s" + ], + [ + "▁br", + "ace" + ], + [ + "▁bra", + "ce" + ], + [ + "▁", + "brace" + ], + [ + "▁st", + "rat" + ], + [ + "▁str", + "at" + ], + [ + "▁stra", + "t" + ], + [ + "an", + "je" + ], + [ + "anj", + "e" + ], + [ + "щ", + "ё" + ], + [ + "▁t", + "ide" + ], + [ + "▁tid", + "e" + ], + [ + "▁ti", + "de" + ], + [ + "▁Brig", + "ade" + ], + [ + "get", + "Operand" + ], + [ + "▁al", + "iment" + ], + [ + "▁ali", + "ment" + ], + [ + "▁achieve", + "ments" + ], + [ + "▁achievement", + "s" + ], + [ + "▁suspic", + "ion" + ], + [ + "▁susp", + "icion" + ], + [ + "▁touch", + "down" + ], + [ + "br", + "oad" + ], + [ + "bro", + "ad" + ], + [ + "b", + "road" + ], + [ + "io", + "re" + ], + [ + "ior", + "e" + ], + [ + "i", + "ore" + ], + [ + "Compar", + "ison" + ], + [ + "▁m", + "um" + ], + [ + "▁mu", + "m" + ], + [ + "Eng", + "lish" + ], + [ + "▁P", + "icture" + ], + [ + "▁Pict", + "ure" + ], + [ + "▁M", + "ouse" + ], + [ + "▁Mo", + "use" + ], + [ + "▁", + "Mouse" + ], + [ + "am", + "d" + ], + [ + "a", + "md" + ], + [ + "▁[", + "`" + ], + [ + "▁den", + "omin" + ], + [ + "▁denom", + "in" + ], + [ + "▁Al", + "eks" + ], + [ + "▁Ale", + "ks" + ], + [ + "▁pr", + "events" + ], + [ + "▁prevent", + "s" + ], + [ + "▁prev", + "ents" + ], + [ + "ó", + "b" + ], + [ + "fe", + "d" + ], + [ + "f", + "ed" + ], + [ + "▁P", + "ray" + ], + [ + "▁Pr", + "ay" + ], + [ + "▁Pra", + "y" + ], + [ + "▁sh", + "ine" + ], + [ + "▁", + "shine" + ], + [ + "▁cl", + "utch" + ], + [ + "mu", + "x" + ], + [ + "m", + "ux" + ], + [ + "App", + "ro" + ], + [ + "Ap", + "pro" + ], + [ + "▁not", + "ably" + ], + [ + "ch", + "io" + ], + [ + "chi", + "o" + ], + [ + "na", + "ge" + ], + [ + "n", + "age" + ], + [ + "HA", + "S" + ], + [ + "H", + "AS" + ], + [ + "▁'", + ")" + ], + [ + "▁", + "')" + ], + [ + "▁M", + "iche" + ], + [ + "▁Mich", + "e" + ], + [ + "▁Mic", + "he" + ], + [ + "▁Mi", + "che" + ], + [ + "t", + "g" + ], + [ + "::", + "~" + ], + [ + "▁am", + "ely" + ], + [ + "▁ro", + "dz" + ], + [ + "▁rod", + "z" + ], + [ + "z", + "s" + ], + [ + "tr", + "ait" + ], + [ + "tra", + "it" + ], + [ + "t", + "rait" + ], + [ + "▁k", + "lass" + ], + [ + "▁kl", + "ass" + ], + [ + "▁", + "klass" + ], + [ + "f", + "ö" + ], + [ + "▁dest", + "ac" + ], + [ + "▁Cl", + "ara" + ], + [ + "▁Clar", + "a" + ], + [ + "f", + "requency" + ], + [ + "▁G", + "it" + ], + [ + "▁Gi", + "t" + ], + [ + "▁по", + "ль" + ], + [ + "▁пол", + "ь" + ], + [ + "▁frequ", + "encies" + ], + [ + "▁febr", + "ero" + ], + [ + "▁st", + "umbled" + ], + [ + "ко", + "ю" + ], + [ + "▁N", + "ames" + ], + [ + "▁Name", + "s" + ], + [ + "▁Na", + "mes" + ], + [ + "▁Nam", + "es" + ], + [ + "▁", + "Names" + ], + [ + "▁F", + "light" + ], + [ + "▁Fl", + "ight" + ], + [ + "▁p", + "rey" + ], + [ + "▁pre", + "y" + ], + [ + "▁pr", + "ey" + ], + [ + "▁med", + "io" + ], + [ + "▁medi", + "o" + ], + [ + "▁V", + "AR" + ], + [ + "▁VA", + "R" + ], + [ + "▁", + "VAR" + ], + [ + "▁F", + "loat" + ], + [ + "▁Flo", + "at" + ], + [ + "▁", + "Float" + ], + [ + "▁Ern", + "est" + ], + [ + "▁Marc", + "atori" + ], + [ + "op", + "ort" + ], + [ + "o", + "port" + ], + [ + "▁cancel", + "lation" + ], + [ + "▁cancell", + "ation" + ], + [ + "▁Br", + "yan" + ], + [ + "▁Bry", + "an" + ], + [ + "——", + "——" + ], + [ + "Lu", + "c" + ], + [ + "L", + "uc" + ], + [ + "▁li", + "bre" + ], + [ + "▁lib", + "re" + ], + [ + "▁t", + "ítulo" + ], + [ + "*", + ">" + ], + [ + "▁S", + "andy" + ], + [ + "▁San", + "dy" + ], + [ + "▁Sand", + "y" + ], + [ + "▁Mar", + "ina" + ], + [ + "Be", + "en" + ], + [ + "B", + "een" + ], + [ + "▁w", + "al" + ], + [ + "▁wa", + "l" + ], + [ + "▁", + "wal" + ], + [ + "▁K", + "ultur" + ], + [ + "▁expl", + "ode" + ], + [ + "▁explo", + "de" + ], + [ + "▁lim", + "iting" + ], + [ + "▁limit", + "ing" + ], + [ + "▁presum", + "ably" + ], + [ + "▁p", + "b" + ], + [ + "▁", + "pb" + ], + [ + "▁M", + "erc" + ], + [ + "▁Me", + "rc" + ], + [ + "▁Mer", + "c" + ], + [ + "▁ре", + "ки" + ], + [ + "le", + "arning" + ], + [ + "lear", + "ning" + ], + [ + "learn", + "ing" + ], + [ + "C", + "atalog" + ], + [ + "▁C", + "ensus" + ], + [ + "lt", + "e" + ], + [ + "l", + "te" + ], + [ + "▁N", + "ET" + ], + [ + "▁NE", + "T" + ], + [ + "▁", + "NET" + ], + [ + "ra", + "ising" + ], + [ + "rais", + "ing" + ], + [ + "rai", + "sing" + ], + [ + "сь", + "ке" + ], + [ + "st", + "aff" + ], + [ + "sta", + "ff" + ], + [ + "▁Qu", + "inn" + ], + [ + "▁mem", + "orial" + ], + [ + "▁memor", + "ial" + ], + [ + "▁memo", + "rial" + ], + [ + "п", + "ня" + ], + [ + "▁cu", + "enta" + ], + [ + "▁X", + "I" + ], + [ + "lb", + "l" + ], + [ + "l", + "bl" + ], + [ + "▁v", + "aries" + ], + [ + "▁var", + "ies" + ], + [ + "▁vari", + "es" + ], + [ + "▁va", + "ries" + ], + [ + "▁fluct", + "uations" + ], + [ + "▁дол", + "ж" + ], + [ + "▁осо", + "би" + ], + [ + "▁ware", + "house" + ], + [ + "How", + "ever" + ], + [ + "▁correct", + "ions" + ], + [ + "▁corre", + "ctions" + ], + [ + "▁correction", + "s" + ], + [ + "dh", + "d" + ], + [ + "d", + "hd" + ], + [ + "▁f", + "als" + ], + [ + "▁fa", + "ls" + ], + [ + "▁fal", + "s" + ], + [ + "▁controvers", + "y" + ], + [ + "▁cur", + "se" + ], + [ + "▁t", + "élé" + ], + [ + "▁té", + "lé" + ], + [ + "ře", + "d" + ], + [ + "ř", + "ed" + ], + [ + "▁A", + "U" + ], + [ + "▁", + "AU" + ], + [ + "▁т", + "ор" + ], + [ + "▁то", + "р" + ], + [ + "▁", + "тор" + ], + [ + "▁cr", + "ít" + ], + [ + "id", + "an" + ], + [ + "ida", + "n" + ], + [ + "i", + "dan" + ], + [ + "ili", + "ary" + ], + [ + "iliar", + "y" + ], + [ + "ilia", + "ry" + ], + [ + "▁P", + "anel" + ], + [ + "▁Pan", + "el" + ], + [ + "▁Pa", + "nel" + ], + [ + "▁", + "Panel" + ], + [ + "cul", + "e" + ], + [ + "cu", + "le" + ], + [ + "c", + "ule" + ], + [ + "▁P", + "oor" + ], + [ + "▁Po", + "or" + ], + [ + "▁B", + "A" + ], + [ + "▁", + "BA" + ], + [ + "▁ignor", + "ant" + ], + [ + "ème", + "s" + ], + [ + "è", + "mes" + ], + [ + "▁aest", + "hetic" + ], + [ + "Link", + "ed" + ], + [ + "Lin", + "ked" + ], + [ + "get", + "Int" + ], + [ + "Un", + "icode" + ], + [ + "[", + "@" + ], + [ + "▁Z", + "ent" + ], + [ + "▁Ze", + "nt" + ], + [ + "▁Zen", + "t" + ], + [ + "Man", + "ifest" + ], + [ + "▁v", + "ars" + ], + [ + "▁var", + "s" + ], + [ + "▁va", + "rs" + ], + [ + "▁", + "vars" + ], + [ + "P", + "B" + ], + [ + "▁в", + "у" + ], + [ + "▁", + "ву" + ], + [ + "▁De", + "scribe" + ], + [ + "▁Desc", + "ribe" + ], + [ + "▁", + "Describe" + ], + [ + "▁Any", + "thing" + ], + [ + "oi", + "rs" + ], + [ + "oir", + "s" + ], + [ + "o", + "irs" + ], + [ + "▁s", + "ocks" + ], + [ + "▁so", + "cks" + ], + [ + "▁soc", + "ks" + ], + [ + "▁sock", + "s" + ], + [ + "▁im", + "ped" + ], + [ + "▁imp", + "ed" + ], + [ + "▁ne", + "ue" + ], + [ + "▁neu", + "e" + ], + [ + "▁dis", + "pers" + ], + [ + "▁disp", + "ers" + ], + [ + "Col", + "lect" + ], + [ + "Coll", + "ect" + ], + [ + "file", + "r" + ], + [ + "fil", + "er" + ], + [ + "fi", + "ler" + ], + [ + "f", + "iler" + ], + [ + "▁Fr", + "au" + ], + [ + "▁Fra", + "u" + ], + [ + "▁H", + "ockey" + ], + [ + "▁te", + "ens" + ], + [ + "▁teen", + "s" + ], + [ + "▁Rober", + "to" + ], + [ + "▁Robert", + "o" + ], + [ + "la", + "uf" + ], + [ + "l", + "auf" + ], + [ + "ва", + "ть" + ], + [ + "ват", + "ь" + ], + [ + "▁с", + "ко" + ], + [ + "▁", + "ско" + ], + [ + "is", + "Array" + ], + [ + "▁teen", + "ager" + ], + [ + "Bu", + "ilt" + ], + [ + "▁loud", + "ly" + ], + [ + "Cap", + "acity" + ], + [ + "▁advent", + "ures" + ], + [ + "▁adventure", + "s" + ], + [ + "▁M", + "olly" + ], + [ + "▁Mol", + "ly" + ], + [ + "rec", + "ogn" + ], + [ + "bar", + "s" + ], + [ + "ba", + "rs" + ], + [ + "b", + "ars" + ], + [ + "▁L", + "or" + ], + [ + "▁Lo", + "r" + ], + [ + "▁pu", + "ò" + ], + [ + "▁m", + "ong" + ], + [ + "▁mon", + "g" + ], + [ + "▁mo", + "ng" + ], + [ + "▁", + "mong" + ], + [ + "in", + "ement" + ], + [ + "ine", + "ment" + ], + [ + "i", + "nement" + ], + [ + "Ass", + "ignment" + ], + [ + "Assign", + "ment" + ], + [ + "▁d", + "iz" + ], + [ + "▁di", + "z" + ], + [ + "less", + "ness" + ], + [ + "▁H", + "alloween" + ], + [ + "▁bit", + "map" + ], + [ + "▁", + "bitmap" + ], + [ + "Ro", + "m" + ], + [ + "R", + "om" + ], + [ + "на", + "р" + ], + [ + "н", + "ар" + ], + [ + "▁re", + "bel" + ], + [ + "▁reb", + "el" + ], + [ + "▁rad", + "ial" + ], + [ + "▁radi", + "al" + ], + [ + "me", + "asure" + ], + [ + "ni", + "t" + ], + [ + "n", + "it" + ], + [ + "▁Ass", + "ume" + ], + [ + "▁assign", + "ments" + ], + [ + "▁assignment", + "s" + ], + [ + "▁I", + "sn" + ], + [ + "▁Is", + "n" + ], + [ + "▁al", + "tre" + ], + [ + "▁alt", + "re" + ], + [ + "ße", + "r" + ], + [ + "ß", + "er" + ], + [ + "на", + "ль" + ], + [ + "нал", + "ь" + ], + [ + "н", + "аль" + ], + [ + "▁fl", + "ies" + ], + [ + "▁d", + "roit" + ], + [ + "▁dro", + "it" + ], + [ + "▁thick", + "ness" + ], + [ + "▁en", + "jo" + ], + [ + "▁d", + "well" + ], + [ + "▁dw", + "ell" + ], + [ + "▁hom", + "osexual" + ], + [ + "▁e", + "val" + ], + [ + "▁ev", + "al" + ], + [ + "▁", + "eval" + ], + [ + "$_", + "{" + ], + [ + "$", + "_{" + ], + [ + "as", + "ia" + ], + [ + "asi", + "a" + ], + [ + "▁phil", + "os" + ], + [ + "get", + "Current" + ], + [ + "▁veter", + "ans" + ], + [ + "▁veteran", + "s" + ], + [ + "▁Ber", + "keley" + ], + [ + "▁wild", + "life" + ], + [ + "Co", + "p" + ], + [ + "C", + "op" + ], + [ + "ve", + "rn" + ], + [ + "ver", + "n" + ], + [ + "v", + "ern" + ], + [ + "▁", + "Ú" + ], + [ + "to", + "s" + ], + [ + "t", + "os" + ], + [ + "▁L", + "ed" + ], + [ + "▁Le", + "d" + ], + [ + "▁key", + "words" + ], + [ + "▁keyword", + "s" + ], + [ + "▁med", + "ications" + ], + [ + "▁medic", + "ations" + ], + [ + "▁medication", + "s" + ], + [ + "ne", + "um" + ], + [ + "▁jam", + "ais" + ], + [ + "▁B", + "uc" + ], + [ + "▁Bu", + "c" + ], + [ + "▁P", + "D" + ], + [ + "▁", + "PD" + ], + [ + "▁State", + "ment" + ], + [ + "▁Stat", + "ement" + ], + [ + "▁", + "Statement" + ], + [ + "▁P", + "I" + ], + [ + "▁", + "PI" + ], + [ + "▁Jack", + "ie" + ], + [ + "▁Jac", + "kie" + ], + [ + "▁ord", + "in" + ], + [ + "▁k", + "ör" + ], + [ + "▁kö", + "r" + ], + [ + "en", + "ze" + ], + [ + "enz", + "e" + ], + [ + "▁util", + "ized" + ], + [ + "▁utiliz", + "ed" + ], + [ + "▁utilize", + "d" + ], + [ + "á", + "ct" + ], + [ + "az", + "ed" + ], + [ + "aze", + "d" + ], + [ + "a", + "zed" + ], + [ + "▁sever", + "ely" + ], + [ + "▁severe", + "ly" + ], + [ + "▁ä", + "ven" + ], + [ + "▁li", + "bro" + ], + [ + "▁lib", + "ro" + ], + [ + "▁E", + "u" + ], + [ + "äs", + "t" + ], + [ + "ä", + "st" + ], + [ + "PAR", + "T" + ], + [ + "PA", + "RT" + ], + [ + "P", + "ART" + ], + [ + "▁But", + "ler" + ], + [ + "▁puzz", + "le" + ], + [ + "F", + "all" + ], + [ + "Count", + "ry" + ], + [ + "C", + "ountry" + ], + [ + "pf", + "n" + ], + [ + "p", + "fn" + ], + [ + "▁у", + "країн" + ], + [ + "▁Or", + "chestra" + ], + [ + "▁al", + "to" + ], + [ + "▁alt", + "o" + ], + [ + "▁anc", + "ora" + ], + [ + "▁decom", + "position" + ], + [ + "▁", + "م" + ], + [ + "▁appet", + "ite" + ], + [ + "ad", + "u" + ], + [ + "a", + "du" + ], + [ + "▁TH", + "AT" + ], + [ + "▁com", + "enz" + ], + [ + "min", + "a" + ], + [ + "mi", + "na" + ], + [ + "m", + "ina" + ], + [ + "▁init", + "iated" + ], + [ + "▁initi", + "ated" + ], + [ + "▁T", + "at" + ], + [ + "▁Ta", + "t" + ], + [ + "▁some", + "time" + ], + [ + "▁som", + "etime" + ], + [ + "▁somet", + "ime" + ], + [ + "re", + "k" + ], + [ + "r", + "ek" + ], + [ + "br", + "ead" + ], + [ + "bre", + "ad" + ], + [ + "b", + "read" + ], + [ + "▁Stat", + "istics" + ], + [ + "▁", + "Statistics" + ], + [ + "▁C", + "ob" + ], + [ + "▁Co", + "b" + ], + [ + "F", + "ollow" + ], + [ + "▁ge", + "ometric" + ], + [ + "ш", + "ла" + ], + [ + "▁proceed", + "ings" + ], + [ + "D", + "lg" + ], + [ + "se", + "ven" + ], + [ + "s", + "even" + ], + [ + "▁[", + "-" + ], + [ + "▁", + "[-" + ], + [ + "▁Buff", + "alo" + ], + [ + "▁bl", + "acks" + ], + [ + "▁black", + "s" + ], + [ + "▁s", + "ov" + ], + [ + "▁so", + "v" + ], + [ + "▁cust", + "ody" + ], + [ + "▁r", + "as" + ], + [ + "▁ra", + "s" + ], + [ + "▁", + "ras" + ], + [ + "▁tatto", + "o" + ], + [ + "öffent", + "licht" + ], + [ + "Bl", + "o" + ], + [ + "B", + "lo" + ], + [ + "A", + "ustral" + ], + [ + "▁rec", + "uper" + ], + [ + "ле", + "в" + ], + [ + "л", + "ев" + ], + [ + "▁b", + "em" + ], + [ + "▁be", + "m" + ], + [ + "▁t", + "hou" + ], + [ + "▁th", + "ou" + ], + [ + "ori", + "ented" + ], + [ + "orient", + "ed" + ], + [ + "vi", + "r" + ], + [ + "v", + "ir" + ], + [ + "▁col", + "ony" + ], + [ + "▁colon", + "y" + ], + [ + "▁Stan", + "ford" + ], + [ + "Abs", + "olute" + ], + [ + "ad", + "rat" + ], + [ + "adr", + "at" + ], + [ + "▁S", + "itu" + ], + [ + "▁Si", + "tu" + ], + [ + "▁sou", + "vent" + ], + [ + "EX", + "EC" + ], + [ + "▁m", + "ű" + ], + [ + "▁apart", + "ments" + ], + [ + "▁apartment", + "s" + ], + [ + "▁слу", + "ча" + ], + [ + "▁a", + "no" + ], + [ + "▁an", + "o" + ], + [ + "▁", + "ano" + ], + [ + "WIN", + "DO" + ], + [ + "ac", + "ci" + ], + [ + "acc", + "i" + ], + [ + "▁L", + "au" + ], + [ + "▁La", + "u" + ], + [ + "co", + "urt" + ], + [ + "cou", + "rt" + ], + [ + "c", + "ourt" + ], + [ + "▁manif", + "old" + ], + [ + "▁coal", + "ition" + ], + [ + "▁X", + "IV" + ], + [ + "▁XI", + "V" + ], + [ + "Att", + "rib" + ], + [ + "Attr", + "ib" + ], + [ + "asc", + "ade" + ], + [ + "▁whe", + "at" + ], + [ + "▁strength", + "s" + ], + [ + "FR", + "EE" + ], + [ + "F", + "REE" + ], + [ + "EMP", + "TY" + ], + [ + "▁h", + "ey" + ], + [ + "▁he", + "y" + ], + [ + "as", + "cular" + ], + [ + "asc", + "ular" + ], + [ + "▁pl", + "asma" + ], + [ + "▁b", + "ob" + ], + [ + "▁bo", + "b" + ], + [ + "Sep", + "arator" + ], + [ + "=\"", + "${" + ], + [ + "=\"$", + "{" + ], + [ + "▁Z", + "ag" + ], + [ + "▁Za", + "g" + ], + [ + "▁pro", + "jet" + ], + [ + "▁smooth", + "ly" + ], + [ + "SE", + "QU" + ], + [ + "an", + "aly" + ], + [ + "ana", + "ly" + ], + [ + "anal", + "y" + ], + [ + "att", + "achment" + ], + [ + "attach", + "ment" + ], + [ + "▁E", + "S" + ], + [ + "▁", + "ES" + ], + [ + "▁po", + "pped" + ], + [ + "▁pop", + "ped" + ], + [ + "ő", + "s" + ], + [ + "to", + "m" + ], + [ + "t", + "om" + ], + [ + "▁s", + "ón" + ], + [ + "▁só", + "n" + ], + [ + "▁r", + "ott" + ], + [ + "▁ro", + "tt" + ], + [ + "▁rot", + "t" + ], + [ + "▁", + "rott" + ], + [ + "Util", + "ities" + ], + [ + "Ut", + "ilities" + ], + [ + "had", + "oop" + ], + [ + "hado", + "op" + ], + [ + "▁s", + "otto" + ], + [ + "▁so", + "tto" + ], + [ + "au", + "tor" + ], + [ + "aut", + "or" + ], + [ + "auto", + "r" + ], + [ + "▁George", + "s" + ], + [ + "▁Georg", + "es" + ], + [ + "▁kter", + "ý" + ], + [ + "▁gru", + "ppo" + ], + [ + "▁ко", + "гда" + ], + [ + "▁ме", + "да" + ], + [ + "▁instrument", + "al" + ], + [ + "▁W", + "riter" + ], + [ + "▁Write", + "r" + ], + [ + "▁Writ", + "er" + ], + [ + "▁Wr", + "iter" + ], + [ + "▁", + "Writer" + ], + [ + "▁set", + "Timeout" + ], + [ + "ik", + "k" + ], + [ + "i", + "kk" + ], + [ + "▁Do", + "po" + ], + [ + "▁Dop", + "o" + ], + [ + "])", + ";\r" + ], + [ + "]);", + "\r" + ], + [ + "]", + ");\r" + ], + [ + "▁pract", + "icing" + ], + [ + "▁Ron", + "ald" + ], + [ + "▁у", + "би" + ], + [ + "▁ag", + "rees" + ], + [ + "▁agree", + "s" + ], + [ + "▁agre", + "es" + ], + [ + "▁den", + "oted" + ], + [ + "▁denote", + "d" + ], + [ + "is", + "miss" + ], + [ + "ism", + "iss" + ], + [ + "▁interview", + "ed" + ], + [ + "template", + "s" + ], + [ + "t", + "emplates" + ], + [ + "ř", + "i" + ], + [ + "ad", + "ministr" + ], + [ + "admin", + "istr" + ], + [ + "▁B", + "utter" + ], + [ + "▁But", + "ter" + ], + [ + "▁XV", + "II" + ], + [ + "▁XVI", + "I" + ], + [ + "▁position", + "ed" + ], + [ + "▁posit", + "ioned" + ], + [ + "▁Four", + "th" + ], + [ + "▁overwhel", + "med" + ], + [ + "▁Reg", + "ular" + ], + [ + "▁rep", + "rezent" + ], + [ + "коно", + "ми" + ], + [ + "▁expect", + "s" + ], + [ + "Ind", + "ices" + ], + [ + "▁mar", + "ijuana" + ], + [ + "▁z", + "aj" + ], + [ + "▁za", + "j" + ], + [ + "▁B", + "ren" + ], + [ + "▁Br", + "en" + ], + [ + "▁Bre", + "n" + ], + [ + "▁be", + "gg" + ], + [ + "▁beg", + "g" + ], + [ + "▁na", + "hm" + ], + [ + "▁nah", + "m" + ], + [ + "▁inter", + "rog" + ], + [ + "ти", + "е" + ], + [ + "▁B", + "un" + ], + [ + "▁Bu", + "n" + ], + [ + "▁с", + "еред" + ], + [ + "▁се", + "ред" + ], + [ + "▁shel", + "ves" + ], + [ + "▁которы", + "х" + ], + [ + "▁Fra", + "uen" + ], + [ + "▁Frau", + "en" + ], + [ + "▁Serge", + "ant" + ], + [ + "▁у", + "спе" + ], + [ + "mat", + "ched" + ], + [ + "match", + "ed" + ], + [ + "m", + "atched" + ], + [ + "▁d", + "onne" + ], + [ + "▁don", + "ne" + ], + [ + "▁touch", + "es" + ], + [ + "▁tou", + "ches" + ], + [ + "ab", + "ort" + ], + [ + "abor", + "t" + ], + [ + "▁v", + "ale" + ], + [ + "▁val", + "e" + ], + [ + "▁va", + "le" + ], + [ + "▁inst", + "itutional" + ], + [ + "▁institut", + "ional" + ], + [ + "▁institution", + "al" + ], + [ + "▁M", + "ons" + ], + [ + "▁Mon", + "s" + ], + [ + "▁Mo", + "ns" + ], + [ + "▁ambit", + "ious" + ], + [ + "▁non", + "etheless" + ], + [ + "▁none", + "theless" + ], + [ + "j", + "d" + ], + [ + "пе", + "й" + ], + [ + "п", + "ей" + ], + [ + "▁back", + "pack" + ], + [ + "da", + "o" + ], + [ + "d", + "ao" + ], + [ + "ви", + "я" + ], + [ + "▁surround", + "ings" + ], + [ + "▁surrounding", + "s" + ], + [ + "|", + "_{" + ], + [ + "▁g", + "egründ" + ], + [ + "dis", + "p" + ], + [ + "di", + "sp" + ], + [ + "d", + "isp" + ], + [ + "▁moist", + "ure" + ], + [ + "▁w", + "yd" + ], + [ + "▁wy", + "d" + ], + [ + "▁tr", + "aders" + ], + [ + "▁trad", + "ers" + ], + [ + "▁tra", + "ders" + ], + [ + "▁trade", + "rs" + ], + [ + "▁Er", + "st" + ], + [ + "▁Gal", + "axy" + ], + [ + "▁в", + "оло" + ], + [ + "▁во", + "ло" + ], + [ + "▁Per", + "u" + ], + [ + "▁Pe", + "ru" + ], + [ + "▁prior", + "ities" + ], + [ + "▁pron", + "ounced" + ], + [ + "▁C", + "BS" + ], + [ + "▁CB", + "S" + ], + [ + "▁Pal", + "m" + ], + [ + "▁Pa", + "lm" + ], + [ + "▁exp", + "ans" + ], + [ + "▁ener", + "get" + ], + [ + "▁energ", + "et" + ], + [ + "▁Cond", + "ition" + ], + [ + "▁", + "Condition" + ], + [ + "▁S", + "ver" + ], + [ + "▁Sv", + "er" + ], + [ + "ne", + "sted" + ], + [ + "nes", + "ted" + ], + [ + "n", + "ested" + ], + [ + "▁февра", + "ля" + ], + [ + "he", + "ro" + ], + [ + "her", + "o" + ], + [ + "h", + "ero" + ], + [ + "▁ко", + "ло" + ], + [ + "▁к", + "оло" + ], + [ + "▁", + "коло" + ], + [ + "▁Fil", + "ms" + ], + [ + "▁Film", + "s" + ], + [ + "Bo", + "n" + ], + [ + "B", + "on" + ], + [ + "é", + "al" + ], + [ + "ploy", + "ed" + ], + [ + "tr", + "ained" + ], + [ + "tra", + "ined" + ], + [ + "train", + "ed" + ], + [ + "▁els", + "ő" + ], + [ + "▁l", + "ust" + ], + [ + "▁lu", + "st" + ], + [ + "ati", + "num" + ], + [ + "atin", + "um" + ], + [ + "oy", + "le" + ], + [ + "o", + "yle" + ], + [ + "▁J", + "et" + ], + [ + "▁Je", + "t" + ], + [ + "жде", + "ния" + ], + [ + "▁survey", + "s" + ], + [ + "▁surve", + "ys" + ], + [ + "be", + "e" + ], + [ + "b", + "ee" + ], + [ + "work", + "ers" + ], + [ + "worker", + "s" + ], + [ + "wor", + "kers" + ], + [ + "rec", + "ords" + ], + [ + "record", + "s" + ], + [ + "cal", + "endar" + ], + [ + "bb", + "ing" + ], + [ + "b", + "bing" + ], + [ + "reg", + "ation" + ], + [ + "dash", + "board" + ], + [ + "d", + "ashboard" + ], + [ + "K", + "ing" + ], + [ + "▁v", + "ista" + ], + [ + "▁vis", + "ta" + ], + [ + "▁vi", + "sta" + ], + [ + "▁dep", + "icted" + ], + [ + "▁occur", + "ring" + ], + [ + "▁о", + "фи" + ], + [ + "▁sand", + "wich" + ], + [ + "rc", + "u" + ], + [ + "r", + "cu" + ], + [ + "ke", + "rn" + ], + [ + "ker", + "n" + ], + [ + "k", + "ern" + ], + [ + "▁min", + "ut" + ], + [ + "▁mi", + "nut" + ], + [ + "▁с", + "мер" + ], + [ + "▁t", + "d" + ], + [ + "▁", + "td" + ], + [ + "so", + "lete" + ], + [ + "sole", + "te" + ], + [ + "sol", + "ete" + ], + [ + "Com", + "plex" + ], + [ + "Comp", + "lex" + ], + [ + "▁t", + "unn" + ], + [ + "▁tu", + "nn" + ], + [ + "▁tun", + "n" + ], + [ + "▁sc", + "arc" + ], + [ + "▁scar", + "c" + ], + [ + "st", + "ead" + ], + [ + "ste", + "ad" + ], + [ + "▁F", + "ail" + ], + [ + "▁Fa", + "il" + ], + [ + "▁", + "Fail" + ], + [ + "▁R", + "s" + ], + [ + "▁tr", + "ails" + ], + [ + "▁tra", + "ils" + ], + [ + "▁trail", + "s" + ], + [ + "ke", + "m" + ], + [ + "k", + "em" + ], + [ + "▁Rom", + "ans" + ], + [ + "▁Ro", + "mans" + ], + [ + "▁Roman", + "s" + ], + [ + "▁Roma", + "ns" + ], + [ + "at", + "ivity" + ], + [ + "ativ", + "ity" + ], + [ + "Pre", + "vious" + ], + [ + "Prev", + "ious" + ], + [ + "▁de", + "press" + ], + [ + "▁dep", + "ress" + ], + [ + "▁re", + "signed" + ], + [ + "▁res", + "igned" + ], + [ + "▁resign", + "ed" + ], + [ + "get", + "Default" + ], + [ + "▁Tib", + "et" + ], + [ + "▁Ti", + "bet" + ], + [ + "▁Fr", + "anco" + ], + [ + "▁Franc", + "o" + ], + [ + "▁Fran", + "co" + ], + [ + "\")", + "));" + ], + [ + "\"))", + ");" + ], + [ + "\"", + ")));" + ], + [ + "▁in", + "jection" + ], + [ + "▁inj", + "ection" + ], + [ + "▁inject", + "ion" + ], + [ + "rem", + "oved" + ], + [ + "remove", + "d" + ], + [ + "▁pra", + "ised" + ], + [ + "▁praise", + "d" + ], + [ + "▁A", + "sc" + ], + [ + "▁As", + "c" + ], + [ + "er", + "ase" + ], + [ + "era", + "se" + ], + [ + "eras", + "e" + ], + [ + "e", + "rase" + ], + [ + "▁commission", + "ed" + ], + [ + "MA", + "IL" + ], + [ + "M", + "AIL" + ], + [ + "▁B", + "oh" + ], + [ + "▁Bo", + "h" + ], + [ + "Pol", + "y" + ], + [ + "Po", + "ly" + ], + [ + "P", + "oly" + ], + [ + "▁cin", + "q" + ], + [ + "▁Ab", + "ove" + ], + [ + "▁Josh", + "ua" + ], + [ + "ZE", + "RO" + ], + [ + "Z", + "ERO" + ], + [ + "▁sum", + "mit" + ], + [ + "▁U", + "rs" + ], + [ + "▁Ur", + "s" + ], + [ + "▁c", + "url" + ], + [ + "▁cur", + "l" + ], + [ + "▁cu", + "rl" + ], + [ + "▁v", + "isa" + ], + [ + "▁vis", + "a" + ], + [ + "▁vi", + "sa" + ], + [ + "▁re", + "sur" + ], + [ + "▁res", + "ur" + ], + [ + "={", + "'" + ], + [ + "=", + "{'" + ], + [ + "fe", + "at" + ], + [ + "▁abs", + "orb" + ], + [ + "▁absor", + "b" + ], + [ + "▁plan", + "ets" + ], + [ + "▁plane", + "ts" + ], + [ + "▁planet", + "s" + ], + [ + "▁prin", + "cess" + ], + [ + "▁prince", + "ss" + ], + [ + "▁Jahrhund", + "erts" + ], + [ + "▁Jahrhundert", + "s" + ], + [ + "x", + "p" + ], + [ + "▁N", + "BC" + ], + [ + "▁ко", + "ми" + ], + [ + "▁ком", + "и" + ], + [ + "▁F", + "UN" + ], + [ + "▁", + "FUN" + ], + [ + "▁ne", + "uen" + ], + [ + "▁neu", + "en" + ], + [ + "▁neue", + "n" + ], + [ + "▁dé", + "jà" + ], + [ + "▁O", + "z" + ], + [ + "bb", + "en" + ], + [ + "b", + "ben" + ], + [ + "VID", + "EO" + ], + [ + "▁ej", + "empl" + ], + [ + "▁cons", + "iders" + ], + [ + "▁consider", + "s" + ], + [ + "▁consid", + "ers" + ], + [ + "at", + "ri" + ], + [ + "atr", + "i" + ], + [ + "a", + "tri" + ], + [ + "▁ar", + "rog" + ], + [ + "▁arr", + "og" + ], + [ + "io", + "so" + ], + [ + "ios", + "o" + ], + [ + "i", + "oso" + ], + [ + "▁h", + "ace" + ], + [ + "▁ha", + "ce" + ], + [ + "▁contact", + "ed" + ], + [ + "▁un", + "ple" + ], + [ + "▁spons", + "ored" + ], + [ + "▁tr", + "ainer" + ], + [ + "▁tra", + "iner" + ], + [ + "▁train", + "er" + ], + [ + "sb", + "i" + ], + [ + "s", + "bi" + ], + [ + "▁за", + "нима" + ], + [ + "C", + "riterion" + ], + [ + "но", + "то" + ], + [ + "sch", + "eme" + ], + [ + "sche", + "me" + ], + [ + "enn", + "ial" + ], + [ + "per", + "form" + ], + [ + "perf", + "orm" + ], + [ + "▁fix", + "ing" + ], + [ + "▁по", + "стро" + ], + [ + "▁пос", + "тро" + ], + [ + "ar", + "b" + ], + [ + "a", + "rb" + ], + [ + "EX", + "IT" + ], + [ + "▁ca", + "fé" + ], + [ + "▁caf", + "é" + ], + [ + "itut", + "ed" + ], + [ + "itute", + "d" + ], + [ + "itu", + "ted" + ], + [ + "ri", + "ages" + ], + [ + "ria", + "ges" + ], + [ + "riage", + "s" + ], + [ + "T", + "ur" + ], + [ + "▁hab", + "er" + ], + [ + "▁ha", + "ber" + ], + [ + "el", + "asticsearch" + ], + [ + "▁а", + "л" + ], + [ + "▁", + "ал" + ], + [ + "r", + "h" + ], + [ + "▁v", + "oll" + ], + [ + "▁vo", + "ll" + ], + [ + "▁vol", + "l" + ], + [ + "CL", + "U" + ], + [ + "M", + "il" + ], + [ + "▁mem", + "bres" + ], + [ + "▁membr", + "es" + ], + [ + "▁membre", + "s" + ], + [ + "▁remark", + "ed" + ], + [ + "ва", + "на" + ], + [ + "ван", + "а" + ], + [ + "в", + "ана" + ], + [ + "=\"", + "_" + ], + [ + "Le", + "ss" + ], + [ + "Les", + "s" + ], + [ + "L", + "ess" + ], + [ + "(\"", + "\");" + ], + [ + "▁Y", + "ale" + ], + [ + "▁Ya", + "le" + ], + [ + "ber", + "ries" + ], + [ + "▁rele", + "asing" + ], + [ + "▁im", + "ports" + ], + [ + "▁import", + "s" + ], + [ + "▁imp", + "orts" + ], + [ + "id", + "ea" + ], + [ + "ide", + "a" + ], + [ + "▁(", + "+" + ], + [ + "▁ar", + "qu" + ], + [ + "ific", + "ación" + ], + [ + "ifica", + "ción" + ], + [ + "▁па", + "ра" + ], + [ + "▁пар", + "а" + ], + [ + "▁R", + "angers" + ], + [ + "▁Range", + "rs" + ], + [ + "▁Rang", + "ers" + ], + [ + "▁Ran", + "gers" + ], + [ + "M", + "ic" + ], + [ + "▁n", + "ederbörd" + ], + [ + "▁imag", + "inary" + ], + [ + "▁imagin", + "ary" + ], + [ + "▁special", + "ists" + ], + [ + "▁specialist", + "s" + ], + [ + "▁ho", + "of" + ], + [ + "Mod", + "ules" + ], + [ + "Module", + "s" + ], + [ + "▁sad", + "ly" + ], + [ + "ce", + "il" + ], + [ + "Tab", + "Index" + ], + [ + "at", + "ionale" + ], + [ + "ation", + "ale" + ], + [ + "ational", + "e" + ], + [ + "▁Part", + "ner" + ], + [ + "tb", + "ody" + ], + [ + "t", + "body" + ], + [ + "▁le", + "verage" + ], + [ + "▁lever", + "age" + ], + [ + "D", + "N" + ], + [ + "▁P", + "rec" + ], + [ + "▁Pr", + "ec" + ], + [ + "▁Pre", + "c" + ], + [ + "▁S", + "é" + ], + [ + "▁M", + "am" + ], + [ + "▁Ma", + "m" + ], + [ + "▁a", + "fin" + ], + [ + "▁af", + "in" + ], + [ + "is", + "Valid" + ], + [ + "Ps", + "e" + ], + [ + "P", + "se" + ], + [ + "▁сто", + "ро" + ], + [ + "▁cho", + "pped" + ], + [ + "▁chop", + "ped" + ], + [ + "▁Min", + "or" + ], + [ + "▁Mi", + "nor" + ], + [ + "▁d", + "abei" + ], + [ + "Da", + "vid" + ], + [ + "D", + "avid" + ], + [ + "uss", + "ia" + ], + [ + "▁дере", + "вня" + ], + [ + "▁Id", + "entity" + ], + [ + "▁Ident", + "ity" + ], + [ + "▁", + "Identity" + ], + [ + "▁L", + "GBT" + ], + [ + "ци", + "је" + ], + [ + "▁Or", + "ts" + ], + [ + "▁Ort", + "s" + ], + [ + "▁part", + "i" + ], + [ + "▁par", + "ti" + ], + [ + "▁B", + "achelor" + ], + [ + "ug", + "a" + ], + [ + "u", + "ga" + ], + [ + "▁O", + "PT" + ], + [ + "▁OP", + "T" + ], + [ + "▁", + "OPT" + ], + [ + "▁S", + "eth" + ], + [ + "▁Se", + "th" + ], + [ + "▁Set", + "h" + ], + [ + "▁LI", + "ABLE" + ], + [ + "▁inaug", + "ur" + ], + [ + "▁Shan", + "ghai" + ], + [ + "▁relax", + "ing" + ], + [ + "ци", + "она" + ], + [ + "цион", + "а" + ], + [ + "\"", + "%" + ], + [ + "▁o", + "bey" + ], + [ + "▁ob", + "ey" + ], + [ + "▁A", + "irlines" + ], + [ + "▁Air", + "lines" + ], + [ + "Link", + "s" + ], + [ + "Lin", + "ks" + ], + [ + "L", + "inks" + ], + [ + "▁C", + "elt" + ], + [ + "▁Ce", + "lt" + ], + [ + "▁Cel", + "t" + ], + [ + "▁Ad", + "min" + ], + [ + "▁Adm", + "in" + ], + [ + "▁", + "Admin" + ], + [ + "ag", + "ation" + ], + [ + "▁wor", + "ries" + ], + [ + "IN", + "TE" + ], + [ + "INT", + "E" + ], + [ + "ar", + "ith" + ], + [ + "ari", + "th" + ], + [ + "Fat", + "alf" + ], + [ + "]]", + ")" + ], + [ + "]", + "])" + ], + [ + "co", + "lm" + ], + [ + "col", + "m" + ], + [ + "▁arch", + "ae" + ], + [ + "▁br", + "ushed" + ], + [ + "▁brush", + "ed" + ], + [ + "▁t", + "ät" + ], + [ + "▁struct", + "ured" + ], + [ + "▁structure", + "d" + ], + [ + "ти", + "и" + ], + [ + "▁home", + "m" + ], + [ + "▁hom", + "em" + ], + [ + "▁ho", + "mem" + ], + [ + "[:", + "," + ], + [ + "▁n", + "avy" + ], + [ + "▁na", + "vy" + ], + [ + "▁nav", + "y" + ], + [ + "get", + "Key" + ], + [ + "power", + "ed" + ], + [ + "pow", + "ered" + ], + [ + "▁s", + "ucked" + ], + [ + "▁suc", + "ked" + ], + [ + "▁suck", + "ed" + ], + [ + "▁z", + "omb" + ], + [ + "▁zo", + "mb" + ], + [ + "iss", + "ant" + ], + [ + "issa", + "nt" + ], + [ + "▁M", + "ight" + ], + [ + "▁Mi", + "ght" + ], + [ + "▁Mig", + "ht" + ], + [ + "▁P", + "ull" + ], + [ + "▁Pu", + "ll" + ], + [ + "▁Pul", + "l" + ], + [ + "ri", + "r" + ], + [ + "r", + "ir" + ], + [ + "▁п", + "і" + ], + [ + "▁", + "пі" + ], + [ + "▁se", + "as" + ], + [ + "▁sea", + "s" + ], + [ + "▁W", + "rest" + ], + [ + "▁Wr", + "est" + ], + [ + "▁t", + "ense" + ], + [ + "▁ten", + "se" + ], + [ + "▁tens", + "e" + ], + [ + "▁a", + "tm" + ], + [ + "▁at", + "m" + ], + [ + "▁have", + "t" + ], + [ + "▁ha", + "vet" + ], + [ + "▁hav", + "et" + ], + [ + "▁pier", + "ws" + ], + [ + "▁trag", + "ic" + ], + [ + "▁D", + "iff" + ], + [ + "▁Di", + "ff" + ], + [ + "▁", + "Diff" + ], + [ + "▁conf", + "idential" + ], + [ + "▁confident", + "ial" + ], + [ + "success", + "ful" + ], + [ + "ę", + "ż" + ], + [ + "▁Ch", + "ain" + ], + [ + "▁Cha", + "in" + ], + [ + "▁", + "Chain" + ], + [ + "▁Ken", + "ya" + ], + [ + "Ch", + "oice" + ], + [ + "oc", + "ur" + ], + [ + "o", + "cur" + ], + [ + "an", + "iu" + ], + [ + "ani", + "u" + ], + [ + "▁consult", + "ant" + ], + [ + "▁Ad", + "vis" + ], + [ + "▁Adv", + "is" + ], + [ + "Li", + "f" + ], + [ + "L", + "if" + ], + [ + "▁L", + "ors" + ], + [ + "▁Lo", + "rs" + ], + [ + "▁Lor", + "s" + ], + [ + "avor", + "ite" + ], + [ + "avo", + "rite" + ], + [ + "▁util", + "izing" + ], + [ + "▁utiliz", + "ing" + ], + [ + "▁v", + "intage" + ], + [ + "Mat", + "cher" + ], + [ + "Match", + "er" + ], + [ + "▁m", + "embre" + ], + [ + "▁me", + "mbre" + ], + [ + "▁mem", + "bre" + ], + [ + "▁membr", + "e" + ], + [ + "▁Ex", + "pect" + ], + [ + "▁Exp", + "ect" + ], + [ + "▁", + "Expect" + ], + [ + "▁tr", + "acing" + ], + [ + "▁tra", + "cing" + ], + [ + "no", + "g" + ], + [ + "n", + "og" + ], + [ + "▁d", + "ej" + ], + [ + "▁de", + "j" + ], + [ + "▁у", + "че" + ], + [ + "▁lo", + "ops" + ], + [ + "▁loop", + "s" + ], + [ + "▁on", + "click" + ], + [ + "▁G", + "PU" + ], + [ + "▁GP", + "U" + ], + [ + "▁", + "GPU" + ], + [ + "▁Album", + "s" + ], + [ + "▁Alb", + "ums" + ], + [ + "▁Arch", + "ives" + ], + [ + "ва", + "та" + ], + [ + "ват", + "а" + ], + [ + "▁st", + "ove" + ], + [ + "▁sto", + "ve" + ], + [ + "ш", + "ли" + ], + [ + "an", + "cies" + ], + [ + "anc", + "ies" + ], + [ + "▁geme", + "ente" + ], + [ + "mo", + "b" + ], + [ + "m", + "ob" + ], + [ + "PD", + "F" + ], + [ + "P", + "DF" + ], + [ + "es", + "o" + ], + [ + "e", + "so" + ], + [ + "▁v", + "ég" + ], + [ + "▁vé", + "g" + ], + [ + "Res", + "olve" + ], + [ + "▁te", + "aches" + ], + [ + "▁teach", + "es" + ], + [ + "▁tea", + "ches" + ], + [ + "ло", + "же" + ], + [ + "▁с", + "тво" + ], + [ + "▁ст", + "во" + ], + [ + "▁", + "ство" + ], + [ + "▁О", + "дна" + ], + [ + "▁f", + "id" + ], + [ + "▁fi", + "d" + ], + [ + "Some", + "thing" + ], + [ + "Som", + "ething" + ], + [ + "▁ne", + "bo" + ], + [ + "▁Valent", + "ine" + ], + [ + "row", + "ning" + ], + [ + "rown", + "ing" + ], + [ + "▁а", + "ле" + ], + [ + "▁ал", + "е" + ], + [ + "aw", + "i" + ], + [ + "a", + "wi" + ], + [ + "is", + "hi" + ], + [ + "ish", + "i" + ], + [ + "▁S", + "PI" + ], + [ + "▁SP", + "I" + ], + [ + "▁", + "SPI" + ], + [ + "▁s", + "pel" + ], + [ + "▁sp", + "el" + ], + [ + "▁spe", + "l" + ], + [ + "▁б", + "іль" + ], + [ + "▁бі", + "ль" + ], + [ + "▁particip", + "ant" + ], + [ + "▁N", + "ed" + ], + [ + "▁Ne", + "d" + ], + [ + "▁G", + "ast" + ], + [ + "▁Ga", + "st" + ], + [ + "▁Gas", + "t" + ], + [ + "▁bl", + "ond" + ], + [ + "▁blo", + "nd" + ], + [ + "▁s", + "aves" + ], + [ + "▁sa", + "ves" + ], + [ + "▁save", + "s" + ], + [ + "▁sav", + "es" + ], + [ + "col", + "ored" + ], + [ + "color", + "ed" + ], + [ + "colo", + "red" + ], + [ + "▁A", + "CTION" + ], + [ + "▁AC", + "TION" + ], + [ + "▁ACT", + "ION" + ], + [ + "▁", + "ACTION" + ], + [ + "▁Polit", + "iker" + ], + [ + "}$", + ")" + ], + [ + "}", + "$)" + ], + [ + "▁D", + "um" + ], + [ + "▁Du", + "m" + ], + [ + "den", + "try" + ], + [ + "d", + "entry" + ], + [ + "Stud", + "ent" + ], + [ + "▁~", + "=" + ], + [ + "lo", + "ads" + ], + [ + "load", + "s" + ], + [ + "▁F", + "oster" + ], + [ + "▁Fo", + "ster" + ], + [ + "一", + "个" + ], + [ + "▁P", + "K" + ], + [ + "▁", + "PK" + ], + [ + "▁S", + "B" + ], + [ + "▁", + "SB" + ], + [ + "▁H", + "ern" + ], + [ + "▁He", + "rn" + ], + [ + "▁Her", + "n" + ], + [ + "▁Ex", + "hib" + ], + [ + "Listener", + "s" + ], + [ + "Listen", + "ers" + ], + [ + "Su", + "n" + ], + [ + "S", + "un" + ], + [ + "pl", + "ac" + ], + [ + "▁B", + "ever" + ], + [ + "▁Be", + "ver" + ], + [ + "▁Bev", + "er" + ], + [ + "▁incl", + "uy" + ], + [ + "▁inclu", + "y" + ], + [ + "▁d", + "c" + ], + [ + "▁", + "dc" + ], + [ + "ar", + "gc" + ], + [ + "arg", + "c" + ], + [ + "▁g", + "ed" + ], + [ + "▁ge", + "d" + ], + [ + "▁", + "ged" + ], + [ + "с", + "па" + ], + [ + "▁Form", + "ula" + ], + [ + "▁с", + "ем" + ], + [ + "▁се", + "м" + ], + [ + "▁em", + "pt" + ], + [ + "▁emp", + "t" + ], + [ + "▁", + "empt" + ], + [ + "un", + "register" + ], + [ + "▁Queens", + "land" + ], + [ + "ánd", + "ez" + ], + [ + "ot", + "ive" + ], + [ + "oti", + "ve" + ], + [ + "▁al", + "ley" + ], + [ + "▁all", + "ey" + ], + [ + "▁alle", + "y" + ], + [ + "▁Democr", + "at" + ], + [ + "▁trav", + "ail" + ], + [ + "▁$", + "," + ], + [ + "▁", + "$," + ], + [ + "R", + "P" + ], + [ + "ро", + "е" + ], + [ + "pers", + "onal" + ], + [ + "person", + "al" + ], + [ + "▁péri", + "ode" + ], + [ + "HO", + "ME" + ], + [ + "om", + "es" + ], + [ + "ome", + "s" + ], + [ + "o", + "mes" + ], + [ + "▁recogn", + "ised" + ], + [ + "he", + "ng" + ], + [ + "hen", + "g" + ], + [ + "h", + "eng" + ], + [ + "▁J", + "ung" + ], + [ + "▁Jun", + "g" + ], + [ + "▁Ju", + "ng" + ], + [ + "▁Ro", + "land" + ], + [ + "▁Rol", + "and" + ], + [ + "▁conv", + "icted" + ], + [ + "Loc", + "ked" + ], + [ + "Lock", + "ed" + ], + [ + "L", + "ocked" + ], + [ + "▁m", + "ari" + ], + [ + "▁mar", + "i" + ], + [ + "▁ma", + "ri" + ], + [ + "▁Lux", + "em" + ], + [ + "refer", + "to" + ], + [ + "De", + "leted" + ], + [ + "Dele", + "ted" + ], + [ + "Delete", + "d" + ], + [ + "Del", + "eted" + ], + [ + "int", + "ent" + ], + [ + "inte", + "nt" + ], + [ + "▁St", + "aats" + ], + [ + "▁Sta", + "ats" + ], + [ + "▁обла", + "сті" + ], + [ + "и", + "т" + ], + [ + "▁са", + "ве" + ], + [ + "▁Pro", + "tocol" + ], + [ + "▁", + "Protocol" + ], + [ + "ają", + "c" + ], + [ + "ch", + "k" + ], + [ + "Type", + "Info" + ], + [ + "▁p", + "kt" + ], + [ + "▁", + "pkt" + ], + [ + "▁sc", + "andal" + ], + [ + "▁scan", + "dal" + ], + [ + "▁individ", + "ually" + ], + [ + "▁individual", + "ly" + ], + [ + "FM", + "T" + ], + [ + "F", + "MT" + ], + [ + "▁n", + "j" + ], + [ + "ab", + "ile" + ], + [ + "abil", + "e" + ], + [ + "abi", + "le" + ], + [ + "▁R", + "ivers" + ], + [ + "▁River", + "s" + ], + [ + "PRO", + "PERTY" + ], + [ + "V", + "B" + ], + [ + "wo", + "rt" + ], + [ + "wor", + "t" + ], + [ + "w", + "ort" + ], + [ + "▁split", + "ting" + ], + [ + "▁spl", + "itting" + ], + [ + "ach", + "ten" + ], + [ + "acht", + "en" + ], + [ + "achte", + "n" + ], + [ + "a", + "chten" + ], + [ + "▁AR", + "ISING" + ], + [ + "▁s", + "ip" + ], + [ + "▁si", + "p" + ], + [ + "▁f", + "res" + ], + [ + "▁fr", + "es" + ], + [ + "▁fre", + "s" + ], + [ + "▁g", + "room" + ], + [ + "▁gr", + "oom" + ], + [ + "▁gro", + "om" + ], + [ + "H", + "ol" + ], + [ + "▁c", + "anon" + ], + [ + "▁can", + "on" + ], + [ + "▁ca", + "non" + ], + [ + "▁abrupt", + "ly" + ], + [ + "▁after", + "ward" + ], + [ + "▁R", + "unning" + ], + [ + "▁Run", + "ning" + ], + [ + "▁", + "Running" + ], + [ + "▁j", + "i" + ], + [ + "▁", + "ji" + ], + [ + "▁%", + "," + ], + [ + "▁", + "%," + ], + [ + "▁Palest", + "inian" + ], + [ + "R", + "W" + ], + [ + "pgf", + "scope" + ], + [ + "▁country", + "side" + ], + [ + "▁countr", + "yside" + ], + [ + "▁fort", + "unate" + ], + [ + "▁", + "fortunate" + ], + [ + "▁c", + "él" + ], + [ + "▁Po", + "inter" + ], + [ + "▁Point", + "er" + ], + [ + "▁", + "Pointer" + ], + [ + "ens", + "ors" + ], + [ + "ensor", + "s" + ], + [ + "enso", + "rs" + ], + [ + "ra", + "ting" + ], + [ + "rat", + "ing" + ], + [ + "r", + "ating" + ], + [ + "▁buff", + "ers" + ], + [ + "▁buffer", + "s" + ], + [ + "▁buf", + "fers" + ], + [ + "▁re", + "mot" + ], + [ + "▁rem", + "ot" + ], + [ + "▁Prop", + "Types" + ], + [ + "▁N", + "ah" + ], + [ + "▁Na", + "h" + ], + [ + "al", + "tern" + ], + [ + "alt", + "ern" + ], + [ + "alter", + "n" + ], + [ + "▁eas", + "iest" + ], + [ + "▁in", + "vas" + ], + [ + "▁inv", + "as" + ], + [ + "▁cl", + "k" + ], + [ + "▁", + "clk" + ], + [ + "copy", + "right" + ], + [ + "c", + "opyright" + ], + [ + "▁bl", + "anc" + ], + [ + "SA", + "MP" + ], + [ + "S", + "AMP" + ], + [ + "▁Co", + "hen" + ], + [ + "▁S", + "hell" + ], + [ + "▁She", + "ll" + ], + [ + "▁Sh", + "ell" + ], + [ + "▁Shel", + "l" + ], + [ + "▁", + "Shell" + ], + [ + "▁destroy", + "ing" + ], + [ + "▁destro", + "ying" + ], + [ + "▁Z", + "el" + ], + [ + "▁Ze", + "l" + ], + [ + "date", + "r" + ], + [ + "da", + "ter" + ], + [ + "dat", + "er" + ], + [ + "d", + "ater" + ], + [ + "če", + "n" + ], + [ + "č", + "en" + ], + [ + "▁f", + "iling" + ], + [ + "▁fil", + "ing" + ], + [ + "▁fi", + "ling" + ], + [ + "▁integr", + "ate" + ], + [ + "xi", + "t" + ], + [ + "x", + "it" + ], + [ + "▁R", + "ET" + ], + [ + "▁RE", + "T" + ], + [ + "▁", + "RET" + ], + [ + "le", + "ne" + ], + [ + "len", + "e" + ], + [ + "l", + "ene" + ], + [ + "cal", + "ls" + ], + [ + "call", + "s" + ], + [ + "c", + "alls" + ], + [ + "▁sl", + "aughter" + ], + [ + "init", + "ialized" + ], + [ + "initial", + "ized" + ], + [ + "initialize", + "d" + ], + [ + "un", + "ches" + ], + [ + "unch", + "es" + ], + [ + "unc", + "hes" + ], + [ + "▁Tr", + "ace" + ], + [ + "▁Tra", + "ce" + ], + [ + "▁", + "Trace" + ], + [ + "eff", + "icient" + ], + [ + "▁Wood", + "s" + ], + [ + "▁long", + "itud" + ], + [ + "G", + "N" + ], + [ + "▁K", + "ont" + ], + [ + "▁Kon", + "t" + ], + [ + "▁Ko", + "nt" + ], + [ + "▁chunk", + "s" + ], + [ + "á", + "ch" + ], + [ + "▁unem", + "ployment" + ], + [ + "ac", + "om" + ], + [ + "aco", + "m" + ], + [ + "a", + "com" + ], + [ + "▁sl", + "owed" + ], + [ + "▁slow", + "ed" + ], + [ + "▁out", + "lined" + ], + [ + "▁outline", + "d" + ], + [ + "xff", + "ff" + ], + [ + "xf", + "fff" + ], + [ + "x", + "ffff" + ], + [ + "▁ik", + "ke" + ], + [ + "▁work", + "space" + ], + [ + "▁works", + "pace" + ], + [ + "M", + "c" + ], + [ + "▁k", + "icking" + ], + [ + "▁kick", + "ing" + ], + [ + "▁embed", + "ding" + ], + [ + "ch", + "nitt" + ], + [ + "chn", + "itt" + ], + [ + "er", + "ten" + ], + [ + "ert", + "en" + ], + [ + "▁In", + "terior" + ], + [ + "▁Inter", + "ior" + ], + [ + "▁S", + "ongs" + ], + [ + "▁Son", + "gs" + ], + [ + "▁Song", + "s" + ], + [ + "mm", + "c" + ], + [ + "m", + "mc" + ], + [ + "▁analy", + "zed" + ], + [ + "▁analyze", + "d" + ], + [ + "▁Cou", + "pe" + ], + [ + "▁favor", + "ites" + ], + [ + "▁favorite", + "s" + ], + [ + "▁t", + "t" + ], + [ + "▁", + "tt" + ], + [ + "▁то", + "й" + ], + [ + "▁", + "той" + ], + [ + "R", + "outing" + ], + [ + "▁Sil", + "va" + ], + [ + "▁andere", + "m" + ], + [ + "▁ander", + "em" + ], + [ + "▁h", + "onom" + ], + [ + "▁hon", + "om" + ], + [ + "▁ho", + "nom" + ], + [ + "▁исполь", + "зова" + ], + [ + ".\"", + "]" + ], + [ + ".", + "\"]" + ], + [ + "▁W", + "u" + ], + [ + "le", + "gt" + ], + [ + "leg", + "t" + ], + [ + "▁s", + "poon" + ], + [ + "▁sp", + "oon" + ], + [ + "▁spo", + "on" + ], + [ + "▁j", + "ap" + ], + [ + "▁ja", + "p" + ], + [ + "▁Ext", + "ension" + ], + [ + "▁", + "Extension" + ], + [ + "er", + "ne" + ], + [ + "ern", + "e" + ], + [ + "▁v", + "agy" + ], + [ + "▁va", + "gy" + ], + [ + "▁vag", + "y" + ], + [ + "▁се", + "ла" + ], + [ + "▁ф", + "унк" + ], + [ + "▁anal", + "ytics" + ], + [ + "▁analyt", + "ics" + ], + [ + "▁s", + "ug" + ], + [ + "▁su", + "g" + ], + [ + "▁A", + "sync" + ], + [ + "▁As", + "ync" + ], + [ + "▁", + "Async" + ], + [ + "▁pe", + "aks" + ], + [ + "▁peak", + "s" + ], + [ + "▁G", + "ym" + ], + [ + "▁Gy", + "m" + ], + [ + "▁law", + "suit" + ], + [ + "▁laws", + "uit" + ], + [ + "<", + ">" + ], + [ + "ial", + "is" + ], + [ + "i", + "alis" + ], + [ + "et", + "ric" + ], + [ + "etr", + "ic" + ], + [ + "face", + "d" + ], + [ + "fa", + "ced" + ], + [ + "fac", + "ed" + ], + [ + "f", + "aced" + ], + [ + "▁dis", + "rupt" + ], + [ + "▁f", + "å" + ], + [ + "Input", + "s" + ], + [ + "`)", + ";" + ], + [ + "`", + ");" + ], + [ + "▁M", + "end" + ], + [ + "▁Me", + "nd" + ], + [ + "▁Men", + "d" + ], + [ + "go", + "n" + ], + [ + "g", + "on" + ], + [ + "▁\"", + ",\"" + ], + [ + "▁\",", + "\"" + ], + [ + "▁", + "\",\"" + ], + [ + "▁n", + "erves" + ], + [ + "▁nerv", + "es" + ], + [ + "▁nerve", + "s" + ], + [ + "▁ner", + "ves" + ], + [ + "▁doubt", + "s" + ], + [ + "▁doub", + "ts" + ], + [ + "sa", + "p" + ], + [ + "s", + "ap" + ], + [ + "▁s", + "ow" + ], + [ + "▁so", + "w" + ], + [ + ",\\", + ",\\" + ], + [ + ",\\,", + "\\" + ], + [ + ",", + "\\,\\" + ], + [ + "▁B", + "S" + ], + [ + "▁", + "BS" + ], + [ + "▁G", + "lad" + ], + [ + "▁Gl", + "ad" + ], + [ + "▁a", + "ster" + ], + [ + "▁as", + "ter" + ], + [ + "▁ast", + "er" + ], + [ + "▁", + "aster" + ], + [ + "œuv", + "re" + ], + [ + "▁Bang", + "l" + ], + [ + "▁Ban", + "gl" + ], + [ + "▁i", + "Pad" + ], + [ + "use", + "ppe" + ], + [ + "▁conduct", + "ing" + ], + [ + "▁(", + "{\\" + ], + [ + "▁({", + "\\" + ], + [ + "▁", + "({\\" + ], + [ + "▁Har", + "bor" + ], + [ + "ps", + "z" + ], + [ + "p", + "sz" + ], + [ + "▁FI", + "FA" + ], + [ + "_*", + "*" + ], + [ + "_", + "**" + ], + [ + "em", + "or" + ], + [ + "e", + "mor" + ], + [ + "▁", + "▁" + ], + [ + "▁▁", + "▁▁" + ], + [ + "▁▁▁", + "▁" + ], + [ + "▁", + "▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁", + "▁" + ], + [ + "▁▁▁", + "▁▁" + ], + [ + "▁", + "▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁", + "▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁" + ], + [ + "▁", + "▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁", + "▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁" + ] + ] + } +} \ No newline at end of file diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer_config.json b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce7dd91fca73771ce208c40bcfef8d7eb19d2ef --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/tokenizer_config.json @@ -0,0 +1,44 @@ +{ + "add_bos_token": true, + "add_eos_token": false, + "add_prefix_space": null, + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [], + "bos_token": "", + "clean_up_tokenization_spaces": false, + "eos_token": "", + "extra_special_tokens": {}, + "legacy": true, + "model_max_length": 1000000000000000019884624838656, + "pad_token": null, + "sp_model_kwargs": {}, + "spaces_between_special_tokens": false, + "tokenizer_class": "LlamaTokenizerFast", + "unk_token": "", + "use_default_system_prompt": false +} diff --git a/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/train.sh b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/train.sh new file mode 100644 index 0000000000000000000000000000000000000000..28513f9c43d27d32a7550d0a8621ce0e32794aaa --- /dev/null +++ b/gdn_6_1_340M.json-ctx8192-steps95366-lr3e-4-decay_typelinear-decay_ratio1-bs16-nn1/train.sh @@ -0,0 +1,121 @@ +#!/usr/bin/bash + +params="" +if [ $# -ne 0 ]; then + params="$*" +fi + +# use envs as local params for convenience +# e.g. +# NNODE=1 NGPU=8 LOG_RANK=0 ./train.sh +NNODE=${NNODE:-"1"} +NGPU=${NGPU:-"8"} +LOG_RANK=${LOG_RANK:-0} + +if [[ -z "${MASTER_ADDR}" ]]; then + export MASTER_ADDR="localhost" +fi +if [[ -z "${MASTER_PORT}" ]]; then + export MASTER_PORT="0" +fi + +: ' +Usage: + +bash train.sh -h + +Training a 340M model: + +NNODE=1 NGPU=8 LOG_RANK=0 bash train.sh \ + --job.config_file flame/models/fla.toml \ + --job.dump_folder exp/transformer-340M-10B/batch32.seqlen2048.warmup1024.update1.steps20480.lr3e-4 \ + --model.config configs/transformer_340M.json \ + --model.tokenizer_path fla-hub/transformer-1.3B-100B \ + --optimizer.name AdamW \ + --optimizer.eps 1e-15 \ + --optimizer.lr 3e-4 \ + --lr_scheduler.warmup_steps 1024 \ + --lr_scheduler.lr_min 0.1 \ + --lr_scheduler.decay_type cosine \ + --training.batch_size 32 \ + --training.seq_len 2048 \ + --training.gradient_accumulation_steps 1 \ + --training.steps 20480 \ + --training.max_norm 1.0 \ + --training.skip_nan_inf \ + --training.dataset HuggingFaceFW/fineweb-edu \ + --training.dataset_name default \ + --training.dataset_split train \ + --training.streaming \ + --training.num_workers 32 \ + --training.prefetch_factor 2 \ + --training.seed 42 \ + --training.compile \ + --training.tensor_parallel_degree 1 \ + --training.disable_loss_parallel \ + --checkpoint.interval 2048 \ + --checkpoint.load_step -1 \ + --metrics.log_freq 1 +' + +echo "Launching training..." + +set -x +path=$(grep -oP '(?<=--job.dump_folder )[^ ]+' <<< "$params") +steps=$(grep -oP '(?<=--training.steps )[^ ]+' <<< "$params") +config=$(grep -oP '(?<=--model.config )[^ ]+' <<< "$params") +tokenizer=$(grep -oP '(?<=--model.tokenizer_path )[^ ]+' <<< "$params") +model=$( + python -c "import fla, sys; from transformers import AutoConfig; print(AutoConfig.from_pretrained(sys.argv[1]).to_json_string())" "$config" | jq -r '.model_type' +) + +mkdir -p $path +cp *.sh $path +cp -r configs $path +cp -r flame $path +cp -r 3rdparty/flash-linear-attention/fla $path +cp -r 3rdparty/torchtitan/torchtitan $path + +# for offline systems +# export TRANSFORMERS_OFFLINE=1 +# export HF_DATASETS_OFFLINE=1 +# export HF_HUB_OFFLINE=1 +if [ "$date" == "" ]; then + date=$(date +%Y%m%d%H%M) +fi +RUN_NAME="$model-$(basename $path)" +RUN_ID="$RUN_NAME-$date" + +export WANDB_RESUME=allow +if [[ -z "${WANDB_PROJECT}" ]]; then + export WANDB_PROJECT="fla" +fi +if [[ -z "${WANDB_NAME}" ]]; then + export WANDB_NAME="$RUN_NAME" +fi +if [[ -z "${WANDB_RUN_ID}" ]]; then + export WANDB_RUN_ID="$RUN_ID" +fi + +PYTORCH_CUDA_ALLOC_CONF="expandable_segments:True" \ +torchrun --nnodes=${NNODE} \ + --nproc_per_node=${NGPU} \ + --rdzv_backend c10d \ + --rdzv_endpoint "${MASTER_ADDR}:${MASTER_PORT}" \ + --local-ranks-filter ${LOG_RANK} \ + --role rank \ + --tee 3 \ + --log-dir $path/logs \ + -m flame.train \ + $params + +echo "TRAINING DONE!" +echo "Converting the DCP checkpoints to HF format..." + +python -m flame.utils.convert_dcp_to_hf \ + --path $path \ + --step $steps \ + --config $config \ + --tokenizer $tokenizer + +echo "RUNNING DONE!"