diff --git a/README.md b/README.md index 2fce67e..9c8bfea 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ If you want to contribute results for additional models, please include: * A line in `run_verification.sh` * All files in `results` that are not `.gitignore`'d +## Model requests - +If you know of a model that may be interesting to analyze, but do not have the resources to run it yourself, feel free to open an issue. Please add the Hugging Face id, some information on how it is interesting in terms of tokenization, and keep in mind that the larger the model is, the less likely it is to be prioritized. diff --git a/find_tokens_in_training_data.ipynb b/find_tokens_in_training_data.ipynb index 23d2e6e..e7f571b 100644 --- a/find_tokens_in_training_data.ipynb +++ b/find_tokens_in_training_data.ipynb @@ -54,7 +54,7 @@ "# group phrases derived from the same docs\n", "for p in phrases:\n", " count = sum(s['content'].count(p) for s in finds[p])\n", - " print(f\"Phrase {repr(p):<40} found in {len(finds[p])}/{len(ds['train'])} samples\\t hash {hashes[p]}\\t {count} occurences\")\n" + " print(f\"Phrase {repr(p):<40} found in {len(finds[p])}/{len(ds['train'])} samples\\t hash {hashes[p]}\\t {count} occurrences\")\n" ] }, { diff --git a/magikarp/fishing.py b/magikarp/fishing.py index 8482df3..deeb7a8 100644 --- a/magikarp/fishing.py +++ b/magikarp/fishing.py @@ -139,6 +139,7 @@ def load_analyzers( token_infos[token_id][k] = res[k] # overwritten if not avoid_loading_model if "verification" in token_infos[token_id]: classify_verification(token_infos[token_id]) + write_verification_results(token_infos, model_id) # mainly for first inspection if not avoid_loading_model: # by default we don't trust saved results for easy experimentation moda = ModelAnalyzer( diff --git a/magikarp/unused_tokens.py b/magikarp/unused_tokens.py index 6c0edbc..32d295d 100644 --- a/magikarp/unused_tokens.py +++ b/magikarp/unused_tokens.py @@ -18,6 +18,8 @@ DEEPSEEK_LANG_UNUSED_TOKENS = np.arange(100002, 100015) # unused utf8 DEEPSEEK_CODE_UNUSED_TOKENS = np.arange(171, 173) # f1/f2 +MAP_NEO_UNUSED_TOKENS = np.arange(248, 259) # unused 245-255 fallback +FUGAKU_UNUSED_TOKENS = np.arange(278,289) # unused 245-255 fallback # Defines reference unused tokens for models # optional for most models, but also functions as a kind of registry of models to process @@ -36,6 +38,7 @@ "openai-community/gpt2-xl": GPT2_UNUSED_TOKENS, "EleutherAI/gpt-j-6b": GPT2_UNUSED_TOKENS, "microsoft/phi-2": GPT2_UNUSED_TOKENS, + "benjamin/Mistral-7B-v0.1-zett-gpt2": [x+3 for x in GPT2_UNUSED_TOKENS], # llama2 and variants "meta-llama/Llama-2-13b-hf": LLAMA2_UNUSED_TOKENS, "meta-llama/Llama-2-7b-hf": LLAMA2_UNUSED_TOKENS, @@ -47,7 +50,6 @@ "EleutherAI/gpt-neox-20b": NEOX_UNUSED_TOKENS, "allenai/OLMo-7B-hf": OLMO_UNUSED_TOKENS, # required since we use secondary metric "allenai/OLMo-1.7-7B-hf": OLMO_UNUSED_TOKENS, # required since we use secondary metric - # "allenai/OLMo-1.7-7B": OLMO_UNUSED_TOKENS,# required since we use secondary metric # mistral variants "mistralai/Mistral-7B-v0.1": MISTRAL_UNUSED_TOKENS, "mistralai/Mistral-7B-Instruct-v0.2": MISTRAL_UNUSED_TOKENS, @@ -68,7 +70,10 @@ # others "bigcode/starcoder2-15b": STARCODER2_UNUSED_TOKENS, "01-ai/Yi-9B": YI_UNUSED_TOKENS, + "01-ai/Yi-1.5-9B": YI_UNUSED_TOKENS, "ai21labs/Jamba-v0.1": JAMBA_UNUSED_TOKENS, "deepseek-ai/deepseek-llm-7b-base": DEEPSEEK_LANG_UNUSED_TOKENS, "deepseek-ai/deepseek-coder-33b-base": DEEPSEEK_CODE_UNUSED_TOKENS, + "m-a-p/neo_7b": MAP_NEO_UNUSED_TOKENS, + "Fugaku-LLM/Fugaku-LLM-13B": FUGAKU_UNUSED_TOKENS, } diff --git a/poetry.lock b/poetry.lock index 4f5f15d..0a36daf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,13 +283,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "babel" -version = "2.14.0" +version = "2.15.0" description = "Internationalization utilities" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Babel-2.14.0-py3-none-any.whl", hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"}, - {file = "Babel-2.14.0.tar.gz", hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363"}, + {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"}, + {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"}, ] [package.extras] @@ -549,64 +549,64 @@ test = ["pytest"] [[package]] name = "contourpy" -version = "1.2.0" +version = "1.2.1" description = "Python library for calculating contours of 2D quadrilateral grids" optional = false python-versions = ">=3.9" files = [ - {file = "contourpy-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0274c1cb63625972c0c007ab14dd9ba9e199c36ae1a231ce45d725cbcbfd10a8"}, - {file = "contourpy-1.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ab459a1cbbf18e8698399c595a01f6dcc5c138220ca3ea9e7e6126232d102bb4"}, - {file = "contourpy-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6fdd887f17c2f4572ce548461e4f96396681212d858cae7bd52ba3310bc6f00f"}, - {file = "contourpy-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d16edfc3fc09968e09ddffada434b3bf989bf4911535e04eada58469873e28e"}, - {file = "contourpy-1.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1c203f617abc0dde5792beb586f827021069fb6d403d7f4d5c2b543d87edceb9"}, - {file = "contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b69303ceb2e4d4f146bf82fda78891ef7bcd80c41bf16bfca3d0d7eb545448aa"}, - {file = "contourpy-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:884c3f9d42d7218304bc74a8a7693d172685c84bd7ab2bab1ee567b769696df9"}, - {file = "contourpy-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4a1b1208102be6e851f20066bf0e7a96b7d48a07c9b0cfe6d0d4545c2f6cadab"}, - {file = "contourpy-1.2.0-cp310-cp310-win32.whl", hash = "sha256:34b9071c040d6fe45d9826cbbe3727d20d83f1b6110d219b83eb0e2a01d79488"}, - {file = "contourpy-1.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:bd2f1ae63998da104f16a8b788f685e55d65760cd1929518fd94cd682bf03e41"}, - {file = "contourpy-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:dd10c26b4eadae44783c45ad6655220426f971c61d9b239e6f7b16d5cdaaa727"}, - {file = "contourpy-1.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5c6b28956b7b232ae801406e529ad7b350d3f09a4fde958dfdf3c0520cdde0dd"}, - {file = "contourpy-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebeac59e9e1eb4b84940d076d9f9a6cec0064e241818bcb6e32124cc5c3e377a"}, - {file = "contourpy-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:139d8d2e1c1dd52d78682f505e980f592ba53c9f73bd6be102233e358b401063"}, - {file = "contourpy-1.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1e9dc350fb4c58adc64df3e0703ab076f60aac06e67d48b3848c23647ae4310e"}, - {file = "contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18fc2b4ed8e4a8fe849d18dce4bd3c7ea637758c6343a1f2bae1e9bd4c9f4686"}, - {file = "contourpy-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:16a7380e943a6d52472096cb7ad5264ecee36ed60888e2a3d3814991a0107286"}, - {file = "contourpy-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8d8faf05be5ec8e02a4d86f616fc2a0322ff4a4ce26c0f09d9f7fb5330a35c95"}, - {file = "contourpy-1.2.0-cp311-cp311-win32.whl", hash = "sha256:67b7f17679fa62ec82b7e3e611c43a016b887bd64fb933b3ae8638583006c6d6"}, - {file = "contourpy-1.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:99ad97258985328b4f207a5e777c1b44a83bfe7cf1f87b99f9c11d4ee477c4de"}, - {file = "contourpy-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:575bcaf957a25d1194903a10bc9f316c136c19f24e0985a2b9b5608bdf5dbfe0"}, - {file = "contourpy-1.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9e6c93b5b2dbcedad20a2f18ec22cae47da0d705d454308063421a3b290d9ea4"}, - {file = "contourpy-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:464b423bc2a009088f19bdf1f232299e8b6917963e2b7e1d277da5041f33a779"}, - {file = "contourpy-1.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:68ce4788b7d93e47f84edd3f1f95acdcd142ae60bc0e5493bfd120683d2d4316"}, - {file = "contourpy-1.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d7d1f8871998cdff5d2ff6a087e5e1780139abe2838e85b0b46b7ae6cc25399"}, - {file = "contourpy-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e739530c662a8d6d42c37c2ed52a6f0932c2d4a3e8c1f90692ad0ce1274abe0"}, - {file = "contourpy-1.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:247b9d16535acaa766d03037d8e8fb20866d054d3c7fbf6fd1f993f11fc60ca0"}, - {file = "contourpy-1.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:461e3ae84cd90b30f8d533f07d87c00379644205b1d33a5ea03381edc4b69431"}, - {file = "contourpy-1.2.0-cp312-cp312-win32.whl", hash = "sha256:1c2559d6cffc94890b0529ea7eeecc20d6fadc1539273aa27faf503eb4656d8f"}, - {file = "contourpy-1.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:491b1917afdd8638a05b611a56d46587d5a632cabead889a5440f7c638bc6ed9"}, - {file = "contourpy-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5fd1810973a375ca0e097dee059c407913ba35723b111df75671a1976efa04bc"}, - {file = "contourpy-1.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:999c71939aad2780f003979b25ac5b8f2df651dac7b38fb8ce6c46ba5abe6ae9"}, - {file = "contourpy-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7caf9b241464c404613512d5594a6e2ff0cc9cb5615c9475cc1d9b514218ae8"}, - {file = "contourpy-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:266270c6f6608340f6c9836a0fb9b367be61dde0c9a9a18d5ece97774105ff3e"}, - {file = "contourpy-1.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbd50d0a0539ae2e96e537553aff6d02c10ed165ef40c65b0e27e744a0f10af8"}, - {file = "contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11f8d2554e52f459918f7b8e6aa20ec2a3bce35ce95c1f0ef4ba36fbda306df5"}, - {file = "contourpy-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ce96dd400486e80ac7d195b2d800b03e3e6a787e2a522bfb83755938465a819e"}, - {file = "contourpy-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6d3364b999c62f539cd403f8123ae426da946e142312a514162adb2addd8d808"}, - {file = "contourpy-1.2.0-cp39-cp39-win32.whl", hash = "sha256:1c88dfb9e0c77612febebb6ac69d44a8d81e3dc60f993215425b62c1161353f4"}, - {file = "contourpy-1.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:78e6ad33cf2e2e80c5dfaaa0beec3d61face0fb650557100ee36db808bfa6843"}, - {file = "contourpy-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:be16975d94c320432657ad2402f6760990cb640c161ae6da1363051805fa8108"}, - {file = "contourpy-1.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b95a225d4948b26a28c08307a60ac00fb8671b14f2047fc5476613252a129776"}, - {file = "contourpy-1.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:0d7e03c0f9a4f90dc18d4e77e9ef4ec7b7bbb437f7f675be8e530d65ae6ef956"}, - {file = "contourpy-1.2.0.tar.gz", hash = "sha256:171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a"}, + {file = "contourpy-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bd7c23df857d488f418439686d3b10ae2fbf9bc256cd045b37a8c16575ea1040"}, + {file = "contourpy-1.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5b9eb0ca724a241683c9685a484da9d35c872fd42756574a7cfbf58af26677fd"}, + {file = "contourpy-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c75507d0a55378240f781599c30e7776674dbaf883a46d1c90f37e563453480"}, + {file = "contourpy-1.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11959f0ce4a6f7b76ec578576a0b61a28bdc0696194b6347ba3f1c53827178b9"}, + {file = "contourpy-1.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eb3315a8a236ee19b6df481fc5f997436e8ade24a9f03dfdc6bd490fea20c6da"}, + {file = "contourpy-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39f3ecaf76cd98e802f094e0d4fbc6dc9c45a8d0c4d185f0f6c2234e14e5f75b"}, + {file = "contourpy-1.2.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:94b34f32646ca0414237168d68a9157cb3889f06b096612afdd296003fdd32fd"}, + {file = "contourpy-1.2.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:457499c79fa84593f22454bbd27670227874cd2ff5d6c84e60575c8b50a69619"}, + {file = "contourpy-1.2.1-cp310-cp310-win32.whl", hash = "sha256:ac58bdee53cbeba2ecad824fa8159493f0bf3b8ea4e93feb06c9a465d6c87da8"}, + {file = "contourpy-1.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:9cffe0f850e89d7c0012a1fb8730f75edd4320a0a731ed0c183904fe6ecfc3a9"}, + {file = "contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5"}, + {file = "contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72"}, + {file = "contourpy-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6150ffa5c767bc6332df27157d95442c379b7dce3a38dff89c0f39b63275696f"}, + {file = "contourpy-1.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4c863140fafc615c14a4bf4efd0f4425c02230eb8ef02784c9a156461e62c965"}, + {file = "contourpy-1.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:00e5388f71c1a0610e6fe56b5c44ab7ba14165cdd6d695429c5cd94021e390b2"}, + {file = "contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df"}, + {file = "contourpy-1.2.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:49e70d111fee47284d9dd867c9bb9a7058a3c617274900780c43e38d90fe1205"}, + {file = "contourpy-1.2.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:b59c0ffceff8d4d3996a45f2bb6f4c207f94684a96bf3d9728dbb77428dd8cb8"}, + {file = "contourpy-1.2.1-cp311-cp311-win32.whl", hash = "sha256:7b4182299f251060996af5249c286bae9361fa8c6a9cda5efc29fe8bfd6062ec"}, + {file = "contourpy-1.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922"}, + {file = "contourpy-1.2.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:62828cada4a2b850dbef89c81f5a33741898b305db244904de418cc957ff05dc"}, + {file = "contourpy-1.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:309be79c0a354afff9ff7da4aaed7c3257e77edf6c1b448a779329431ee79d7e"}, + {file = "contourpy-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2e785e0f2ef0d567099b9ff92cbfb958d71c2d5b9259981cd9bee81bd194c9a4"}, + {file = "contourpy-1.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1cac0a8f71a041aa587410424ad46dfa6a11f6149ceb219ce7dd48f6b02b87a7"}, + {file = "contourpy-1.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:af3f4485884750dddd9c25cb7e3915d83c2db92488b38ccb77dd594eac84c4a0"}, + {file = "contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ce6889abac9a42afd07a562c2d6d4b2b7134f83f18571d859b25624a331c90b"}, + {file = "contourpy-1.2.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:a1eea9aecf761c661d096d39ed9026574de8adb2ae1c5bd7b33558af884fb2ce"}, + {file = "contourpy-1.2.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:187fa1d4c6acc06adb0fae5544c59898ad781409e61a926ac7e84b8f276dcef4"}, + {file = "contourpy-1.2.1-cp312-cp312-win32.whl", hash = "sha256:c2528d60e398c7c4c799d56f907664673a807635b857df18f7ae64d3e6ce2d9f"}, + {file = "contourpy-1.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:1a07fc092a4088ee952ddae19a2b2a85757b923217b7eed584fdf25f53a6e7ce"}, + {file = "contourpy-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bb6834cbd983b19f06908b45bfc2dad6ac9479ae04abe923a275b5f48f1a186b"}, + {file = "contourpy-1.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1d59e739ab0e3520e62a26c60707cc3ab0365d2f8fecea74bfe4de72dc56388f"}, + {file = "contourpy-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd3db01f59fdcbce5b22afad19e390260d6d0222f35a1023d9adc5690a889364"}, + {file = "contourpy-1.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a12a813949e5066148712a0626895c26b2578874e4cc63160bb007e6df3436fe"}, + {file = "contourpy-1.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fe0ccca550bb8e5abc22f530ec0466136379c01321fd94f30a22231e8a48d985"}, + {file = "contourpy-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1d59258c3c67c865435d8fbeb35f8c59b8bef3d6f46c1f29f6123556af28445"}, + {file = "contourpy-1.2.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f32c38afb74bd98ce26de7cc74a67b40afb7b05aae7b42924ea990d51e4dac02"}, + {file = "contourpy-1.2.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d31a63bc6e6d87f77d71e1abbd7387ab817a66733734883d1fc0021ed9bfa083"}, + {file = "contourpy-1.2.1-cp39-cp39-win32.whl", hash = "sha256:ddcb8581510311e13421b1f544403c16e901c4e8f09083c881fab2be80ee31ba"}, + {file = "contourpy-1.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:10a37ae557aabf2509c79715cd20b62e4c7c28b8cd62dd7d99e5ed3ce28c3fd9"}, + {file = "contourpy-1.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a31f94983fecbac95e58388210427d68cd30fe8a36927980fab9c20062645609"}, + {file = "contourpy-1.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef2b055471c0eb466033760a521efb9d8a32b99ab907fc8358481a1dd29e3bd3"}, + {file = "contourpy-1.2.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:b33d2bc4f69caedcd0a275329eb2198f560b325605810895627be5d4b876bf7f"}, + {file = "contourpy-1.2.1.tar.gz", hash = "sha256:4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c"}, ] [package.dependencies] -numpy = ">=1.20,<2.0" +numpy = ">=1.20" [package.extras] bokeh = ["bokeh", "selenium"] docs = ["furo", "sphinx (>=7.2)", "sphinx-copybutton"] -mypy = ["contourpy[bokeh,docs]", "docutils-stubs", "mypy (==1.6.1)", "types-Pillow"] +mypy = ["contourpy[bokeh,docs]", "docutils-stubs", "mypy (==1.8.0)", "types-Pillow"] test = ["Pillow", "contourpy[test-no-images]", "matplotlib"] test-no-images = ["pytest", "pytest-cov", "pytest-xdist", "wurlitzer"] @@ -750,13 +750,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.2.0" +version = "1.2.1" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, - {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, + {file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, + {file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, ] [package.extras] @@ -792,18 +792,18 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc [[package]] name = "filelock" -version = "3.13.1" +version = "3.14.0" description = "A platform independent file lock." optional = false python-versions = ">=3.8" files = [ - {file = "filelock-3.13.1-py3-none-any.whl", hash = "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c"}, - {file = "filelock-3.13.1.tar.gz", hash = "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e"}, + {file = "filelock-3.14.0-py3-none-any.whl", hash = "sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f"}, + {file = "filelock-3.14.0.tar.gz", hash = "sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a"}, ] [package.extras] -docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.24)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"] +docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"] typing = ["typing-extensions (>=4.8)"] [[package]] @@ -822,53 +822,53 @@ termcolor = "*" [[package]] name = "fonttools" -version = "4.50.0" +version = "4.51.0" description = "Tools to manipulate font files" optional = false python-versions = ">=3.8" files = [ - {file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736"}, - {file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335"}, - {file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab"}, - {file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562"}, - {file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d"}, - {file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472"}, - {file = "fonttools-4.50.0-cp310-cp310-win32.whl", hash = "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f"}, - {file = "fonttools-4.50.0-cp310-cp310-win_amd64.whl", hash = "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54"}, - {file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048"}, - {file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc"}, - {file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24"}, - {file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa"}, - {file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae"}, - {file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0"}, - {file = "fonttools-4.50.0-cp311-cp311-win32.whl", hash = "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625"}, - {file = "fonttools-4.50.0-cp311-cp311-win_amd64.whl", hash = "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438"}, - {file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc"}, - {file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa"}, - {file = "fonttools-4.50.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828"}, - {file = "fonttools-4.50.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea"}, - {file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1"}, - {file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019"}, - {file = "fonttools-4.50.0-cp312-cp312-win32.whl", hash = "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710"}, - {file = "fonttools-4.50.0-cp312-cp312-win_amd64.whl", hash = "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931"}, - {file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6"}, - {file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c"}, - {file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e"}, - {file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc"}, - {file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de"}, - {file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0"}, - {file = "fonttools-4.50.0-cp38-cp38-win32.whl", hash = "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045"}, - {file = "fonttools-4.50.0-cp38-cp38-win_amd64.whl", hash = "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422"}, - {file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59"}, - {file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0"}, - {file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4"}, - {file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38"}, - {file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9"}, - {file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0"}, - {file = "fonttools-4.50.0-cp39-cp39-win32.whl", hash = "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4"}, - {file = "fonttools-4.50.0-cp39-cp39-win_amd64.whl", hash = "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93"}, - {file = "fonttools-4.50.0-py3-none-any.whl", hash = "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3"}, - {file = "fonttools-4.50.0.tar.gz", hash = "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"}, + {file = "fonttools-4.51.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:84d7751f4468dd8cdd03ddada18b8b0857a5beec80bce9f435742abc9a851a74"}, + {file = "fonttools-4.51.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8b4850fa2ef2cfbc1d1f689bc159ef0f45d8d83298c1425838095bf53ef46308"}, + {file = "fonttools-4.51.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5b48a1121117047d82695d276c2af2ee3a24ffe0f502ed581acc2673ecf1037"}, + {file = "fonttools-4.51.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:180194c7fe60c989bb627d7ed5011f2bef1c4d36ecf3ec64daec8302f1ae0716"}, + {file = "fonttools-4.51.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:96a48e137c36be55e68845fc4284533bda2980f8d6f835e26bca79d7e2006438"}, + {file = "fonttools-4.51.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:806e7912c32a657fa39d2d6eb1d3012d35f841387c8fc6cf349ed70b7c340039"}, + {file = "fonttools-4.51.0-cp310-cp310-win32.whl", hash = "sha256:32b17504696f605e9e960647c5f64b35704782a502cc26a37b800b4d69ff3c77"}, + {file = "fonttools-4.51.0-cp310-cp310-win_amd64.whl", hash = "sha256:c7e91abdfae1b5c9e3a543f48ce96013f9a08c6c9668f1e6be0beabf0a569c1b"}, + {file = "fonttools-4.51.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a8feca65bab31479d795b0d16c9a9852902e3a3c0630678efb0b2b7941ea9c74"}, + {file = "fonttools-4.51.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:8ac27f436e8af7779f0bb4d5425aa3535270494d3bc5459ed27de3f03151e4c2"}, + {file = "fonttools-4.51.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e19bd9e9964a09cd2433a4b100ca7f34e34731e0758e13ba9a1ed6e5468cc0f"}, + {file = "fonttools-4.51.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2b92381f37b39ba2fc98c3a45a9d6383bfc9916a87d66ccb6553f7bdd129097"}, + {file = "fonttools-4.51.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5f6bc991d1610f5c3bbe997b0233cbc234b8e82fa99fc0b2932dc1ca5e5afec0"}, + {file = "fonttools-4.51.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9696fe9f3f0c32e9a321d5268208a7cc9205a52f99b89479d1b035ed54c923f1"}, + {file = "fonttools-4.51.0-cp311-cp311-win32.whl", hash = "sha256:3bee3f3bd9fa1d5ee616ccfd13b27ca605c2b4270e45715bd2883e9504735034"}, + {file = "fonttools-4.51.0-cp311-cp311-win_amd64.whl", hash = "sha256:0f08c901d3866a8905363619e3741c33f0a83a680d92a9f0e575985c2634fcc1"}, + {file = "fonttools-4.51.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:4060acc2bfa2d8e98117828a238889f13b6f69d59f4f2d5857eece5277b829ba"}, + {file = "fonttools-4.51.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:1250e818b5f8a679ad79660855528120a8f0288f8f30ec88b83db51515411fcc"}, + {file = "fonttools-4.51.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76f1777d8b3386479ffb4a282e74318e730014d86ce60f016908d9801af9ca2a"}, + {file = "fonttools-4.51.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b5ad456813d93b9c4b7ee55302208db2b45324315129d85275c01f5cb7e61a2"}, + {file = "fonttools-4.51.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:68b3fb7775a923be73e739f92f7e8a72725fd333eab24834041365d2278c3671"}, + {file = "fonttools-4.51.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8e2f1a4499e3b5ee82c19b5ee57f0294673125c65b0a1ff3764ea1f9db2f9ef5"}, + {file = "fonttools-4.51.0-cp312-cp312-win32.whl", hash = "sha256:278e50f6b003c6aed19bae2242b364e575bcb16304b53f2b64f6551b9c000e15"}, + {file = "fonttools-4.51.0-cp312-cp312-win_amd64.whl", hash = "sha256:b3c61423f22165541b9403ee39874dcae84cd57a9078b82e1dce8cb06b07fa2e"}, + {file = "fonttools-4.51.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:1621ee57da887c17312acc4b0e7ac30d3a4fb0fec6174b2e3754a74c26bbed1e"}, + {file = "fonttools-4.51.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e9d9298be7a05bb4801f558522adbe2feea1b0b103d5294ebf24a92dd49b78e5"}, + {file = "fonttools-4.51.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee1af4be1c5afe4c96ca23badd368d8dc75f611887fb0c0dac9f71ee5d6f110e"}, + {file = "fonttools-4.51.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c18b49adc721a7d0b8dfe7c3130c89b8704baf599fb396396d07d4aa69b824a1"}, + {file = "fonttools-4.51.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:de7c29bdbdd35811f14493ffd2534b88f0ce1b9065316433b22d63ca1cd21f14"}, + {file = "fonttools-4.51.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:cadf4e12a608ef1d13e039864f484c8a968840afa0258b0b843a0556497ea9ed"}, + {file = "fonttools-4.51.0-cp38-cp38-win32.whl", hash = "sha256:aefa011207ed36cd280babfaa8510b8176f1a77261833e895a9d96e57e44802f"}, + {file = "fonttools-4.51.0-cp38-cp38-win_amd64.whl", hash = "sha256:865a58b6e60b0938874af0968cd0553bcd88e0b2cb6e588727117bd099eef836"}, + {file = "fonttools-4.51.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:60a3409c9112aec02d5fb546f557bca6efa773dcb32ac147c6baf5f742e6258b"}, + {file = "fonttools-4.51.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f7e89853d8bea103c8e3514b9f9dc86b5b4120afb4583b57eb10dfa5afbe0936"}, + {file = "fonttools-4.51.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:56fc244f2585d6c00b9bcc59e6593e646cf095a96fe68d62cd4da53dd1287b55"}, + {file = "fonttools-4.51.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d145976194a5242fdd22df18a1b451481a88071feadf251221af110ca8f00ce"}, + {file = "fonttools-4.51.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c5b8cab0c137ca229433570151b5c1fc6af212680b58b15abd797dcdd9dd5051"}, + {file = "fonttools-4.51.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:54dcf21a2f2d06ded676e3c3f9f74b2bafded3a8ff12f0983160b13e9f2fb4a7"}, + {file = "fonttools-4.51.0-cp39-cp39-win32.whl", hash = "sha256:0118ef998a0699a96c7b28457f15546815015a2710a1b23a7bf6c1be60c01636"}, + {file = "fonttools-4.51.0-cp39-cp39-win_amd64.whl", hash = "sha256:599bdb75e220241cedc6faebfafedd7670335d2e29620d207dd0378a4e9ccc5a"}, + {file = "fonttools-4.51.0-py3-none-any.whl", hash = "sha256:15c94eeef6b095831067f72c825eb0e2d48bb4cea0647c1b05c981ecba2bf39f"}, + {file = "fonttools-4.51.0.tar.gz", hash = "sha256:dc0673361331566d7a663d7ce0f6fdcbfbdc1f59c6e3ed1165ad7202ca183c68"}, ] [package.extras] @@ -1033,13 +1033,13 @@ files = [ [[package]] name = "httpcore" -version = "1.0.4" +version = "1.0.5" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpcore-1.0.4-py3-none-any.whl", hash = "sha256:ac418c1db41bade2ad53ae2f3834a3a0f5ae76b56cf5aa497d2d033384fc7d73"}, - {file = "httpcore-1.0.4.tar.gz", hash = "sha256:cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022"}, + {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"}, + {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"}, ] [package.dependencies] @@ -1050,7 +1050,7 @@ h11 = ">=0.13,<0.15" asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] -trio = ["trio (>=0.22.0,<0.25.0)"] +trio = ["trio (>=0.22.0,<0.26.0)"] [[package]] name = "httpx" @@ -1112,13 +1112,13 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t [[package]] name = "identify" -version = "2.5.35" +version = "2.5.36" description = "File identification library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "identify-2.5.35-py2.py3-none-any.whl", hash = "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"}, - {file = "identify-2.5.35.tar.gz", hash = "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791"}, + {file = "identify-2.5.36-py2.py3-none-any.whl", hash = "sha256:37d93f380f4de590500d9dba7db359d0d3da95ffe7f9de1753faa159e71e7dfa"}, + {file = "identify-2.5.36.tar.gz", hash = "sha256:e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d"}, ] [package.extras] @@ -1126,13 +1126,13 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -1201,15 +1201,29 @@ prompt-toolkit = ">=3.0.1,<4.0.0" [package.extras] docs = ["Sphinx (>=4.1.2,<5.0.0)", "furo (>=2021.8.17-beta.43,<2022.0.0)", "myst-parser (>=0.15.1,<0.16.0)", "sphinx-autobuild (>=2021.3.14,<2022.0.0)", "sphinx-copybutton (>=0.4.0,<0.5.0)"] +[[package]] +name = "intel-openmp" +version = "2021.4.0" +description = "Intel OpenMP* Runtime Library" +optional = false +python-versions = "*" +files = [ + {file = "intel_openmp-2021.4.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl", hash = "sha256:41c01e266a7fdb631a7609191709322da2bbf24b252ba763f125dd651bcc7675"}, + {file = "intel_openmp-2021.4.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:3b921236a38384e2016f0f3d65af6732cf2c12918087128a9163225451e776f2"}, + {file = "intel_openmp-2021.4.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:e2240ab8d01472fed04f3544a878cda5da16c26232b7ea1b59132dbfb48b186e"}, + {file = "intel_openmp-2021.4.0-py2.py3-none-win32.whl", hash = "sha256:6e863d8fd3d7e8ef389d52cf97a50fe2afe1a19247e8c0d168ce021546f96fc9"}, + {file = "intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl", hash = "sha256:eef4c8bcc8acefd7f5cd3b9384dbf73d59e2c99fc56545712ded913f43c4a94f"}, +] + [[package]] name = "ipykernel" -version = "6.29.3" +version = "6.29.4" description = "IPython Kernel for Jupyter" optional = false python-versions = ">=3.8" files = [ - {file = "ipykernel-6.29.3-py3-none-any.whl", hash = "sha256:5aa086a4175b0229d4eca211e181fb473ea78ffd9869af36ba7694c947302a21"}, - {file = "ipykernel-6.29.3.tar.gz", hash = "sha256:e14c250d1f9ea3989490225cc1a542781b095a18a19447fcf2b5eaf7d0ac5bd2"}, + {file = "ipykernel-6.29.4-py3-none-any.whl", hash = "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da"}, + {file = "ipykernel-6.29.4.tar.gz", hash = "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"}, ] [package.dependencies] @@ -1327,13 +1341,13 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -1344,24 +1358,24 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "joblib" -version = "1.3.2" +version = "1.4.2" description = "Lightweight pipelining with Python functions" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "joblib-1.3.2-py3-none-any.whl", hash = "sha256:ef4331c65f239985f3f2220ecc87db222f08fd22097a3dd5698f693875f8cbb9"}, - {file = "joblib-1.3.2.tar.gz", hash = "sha256:92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f59772b1"}, + {file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"}, + {file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"}, ] [[package]] name = "json5" -version = "0.9.24" +version = "0.9.25" description = "A Python implementation of the JSON5 data format." optional = false python-versions = ">=3.8" files = [ - {file = "json5-0.9.24-py3-none-any.whl", hash = "sha256:4ca101fd5c7cb47960c055ef8f4d0e31e15a7c6c48c3b6f1473fc83b6c462a13"}, - {file = "json5-0.9.24.tar.gz", hash = "sha256:0c638399421da959a20952782800e5c1a78c14e08e1dc9738fa10d8ec14d58c8"}, + {file = "json5-0.9.25-py3-none-any.whl", hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f"}, + {file = "json5-0.9.25.tar.gz", hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae"}, ] [[package]] @@ -1377,13 +1391,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.21.1" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, - {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -1488,13 +1502,13 @@ test = ["click", "pre-commit", "pytest (>=7.0)", "pytest-asyncio (>=0.19.0)", "p [[package]] name = "jupyter-lsp" -version = "2.2.4" +version = "2.2.5" description = "Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server" optional = false python-versions = ">=3.8" files = [ - {file = "jupyter-lsp-2.2.4.tar.gz", hash = "sha256:5e50033149344065348e688608f3c6d654ef06d9856b67655bd7b6bac9ee2d59"}, - {file = "jupyter_lsp-2.2.4-py3-none-any.whl", hash = "sha256:da61cb63a16b6dff5eac55c2699cc36eac975645adee02c41bdfc03bf4802e77"}, + {file = "jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001"}, + {file = "jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da"}, ] [package.dependencies] @@ -1503,39 +1517,39 @@ jupyter-server = ">=1.1.2" [[package]] name = "jupyter-server" -version = "2.13.0" +version = "2.14.0" description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications." optional = false python-versions = ">=3.8" files = [ - {file = "jupyter_server-2.13.0-py3-none-any.whl", hash = "sha256:77b2b49c3831fbbfbdb5048cef4350d12946191f833a24e5f83e5f8f4803e97b"}, - {file = "jupyter_server-2.13.0.tar.gz", hash = "sha256:c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e"}, + {file = "jupyter_server-2.14.0-py3-none-any.whl", hash = "sha256:fb6be52c713e80e004fac34b35a0990d6d36ba06fd0a2b2ed82b899143a64210"}, + {file = "jupyter_server-2.14.0.tar.gz", hash = "sha256:659154cea512083434fd7c93b7fe0897af7a2fd0b9dd4749282b42eaac4ae677"}, ] [package.dependencies] anyio = ">=3.1.0" -argon2-cffi = "*" -jinja2 = "*" +argon2-cffi = ">=21.1" +jinja2 = ">=3.0.3" jupyter-client = ">=7.4.4" jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0" jupyter-events = ">=0.9.0" -jupyter-server-terminals = "*" +jupyter-server-terminals = ">=0.4.4" nbconvert = ">=6.4.4" nbformat = ">=5.3.0" -overrides = "*" -packaging = "*" -prometheus-client = "*" -pywinpty = {version = "*", markers = "os_name == \"nt\""} +overrides = ">=5.0" +packaging = ">=22.0" +prometheus-client = ">=0.9" +pywinpty = {version = ">=2.0.1", markers = "os_name == \"nt\""} pyzmq = ">=24" send2trash = ">=1.8.2" terminado = ">=0.8.3" tornado = ">=6.2.0" traitlets = ">=5.6.0" -websocket-client = "*" +websocket-client = ">=1.7" [package.extras] docs = ["ipykernel", "jinja2", "jupyter-client", "jupyter-server", "myst-parser", "nbformat", "prometheus-client", "pydata-sphinx-theme", "send2trash", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-openapi (>=0.8.0)", "sphinxcontrib-spelling", "sphinxemoji", "tornado", "typing-extensions"] -test = ["flaky", "ipykernel", "pre-commit", "pytest (>=7.0)", "pytest-console-scripts", "pytest-jupyter[server] (>=0.7)", "pytest-timeout", "requests"] +test = ["flaky", "ipykernel", "pre-commit", "pytest (>=7.0,<9)", "pytest-console-scripts", "pytest-jupyter[server] (>=0.7)", "pytest-timeout", "requests"] [[package]] name = "jupyter-server-terminals" @@ -1558,36 +1572,37 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.1.5" +version = "4.2.0" description = "JupyterLab computational environment" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab-4.1.5-py3-none-any.whl", hash = "sha256:3bc843382a25e1ab7bc31d9e39295a9f0463626692b7995597709c0ab236ab2c"}, - {file = "jupyterlab-4.1.5.tar.gz", hash = "sha256:c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db"}, + {file = "jupyterlab-4.2.0-py3-none-any.whl", hash = "sha256:0dfe9278e25a145362289c555d9beb505697d269c10e99909766af7c440ad3cc"}, + {file = "jupyterlab-4.2.0.tar.gz", hash = "sha256:356e9205a6a2ab689c47c8fe4919dba6c076e376d03f26baadc05748c2435dd5"}, ] [package.dependencies] async-lru = ">=1.0.0" httpx = ">=0.25.0" importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""} -ipykernel = "*" +ipykernel = ">=6.5.0" jinja2 = ">=3.0.3" jupyter-core = "*" jupyter-lsp = ">=2.0.0" jupyter-server = ">=2.4.0,<3" -jupyterlab-server = ">=2.19.0,<3" +jupyterlab-server = ">=2.27.1,<3" notebook-shim = ">=0.2" packaging = "*" -tomli = {version = "*", markers = "python_version < \"3.11\""} +tomli = {version = ">=1.2.2", markers = "python_version < \"3.11\""} tornado = ">=6.2.0" traitlets = "*" [package.extras] -dev = ["build", "bump2version", "coverage", "hatch", "pre-commit", "pytest-cov", "ruff (==0.2.0)"] +dev = ["build", "bump2version", "coverage", "hatch", "pre-commit", "pytest-cov", "ruff (==0.3.5)"] docs = ["jsx-lexer", "myst-parser", "pydata-sphinx-theme (>=0.13.0)", "pytest", "pytest-check-links", "pytest-jupyter", "sphinx (>=1.8,<7.3.0)", "sphinx-copybutton"] -docs-screenshots = ["altair (==5.2.0)", "ipython (==8.16.1)", "ipywidgets (==8.1.1)", "jupyterlab-geojson (==3.4.0)", "jupyterlab-language-pack-zh-cn (==4.0.post6)", "matplotlib (==3.8.2)", "nbconvert (>=7.0.0)", "pandas (==2.2.0)", "scipy (==1.12.0)", "vega-datasets (==0.9.0)"] +docs-screenshots = ["altair (==5.3.0)", "ipython (==8.16.1)", "ipywidgets (==8.1.2)", "jupyterlab-geojson (==3.4.0)", "jupyterlab-language-pack-zh-cn (==4.1.post2)", "matplotlib (==3.8.3)", "nbconvert (>=7.0.0)", "pandas (==2.2.1)", "scipy (==1.12.0)", "vega-datasets (==0.9.0)"] test = ["coverage", "pytest (>=7.0)", "pytest-check-links (>=0.7)", "pytest-console-scripts", "pytest-cov", "pytest-jupyter (>=0.5.3)", "pytest-timeout", "pytest-tornasync", "requests", "requests-cache", "virtualenv"] +upgrade-extension = ["copier (>=8,<10)", "jinja2-time (<0.3)", "pydantic (<2.0)", "pyyaml-include (<2.0)", "tomli-w (<2.0)"] [[package]] name = "jupyterlab-pygments" @@ -1602,13 +1617,13 @@ files = [ [[package]] name = "jupyterlab-server" -version = "2.25.4" +version = "2.27.1" description = "A set of server components for JupyterLab and JupyterLab like applications." optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab_server-2.25.4-py3-none-any.whl", hash = "sha256:eb645ecc8f9b24bac5decc7803b6d5363250e16ec5af814e516bc2c54dd88081"}, - {file = "jupyterlab_server-2.25.4.tar.gz", hash = "sha256:2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9"}, + {file = "jupyterlab_server-2.27.1-py3-none-any.whl", hash = "sha256:f5e26156e5258b24d532c84e7c74cc212e203bff93eb856f81c24c16daeecc75"}, + {file = "jupyterlab_server-2.27.1.tar.gz", hash = "sha256:097b5ac709b676c7284ac9c5e373f11930a561f52cd5a86e4fc7e5a9c8a8631d"}, ] [package.dependencies] @@ -1821,39 +1836,39 @@ files = [ [[package]] name = "matplotlib" -version = "3.8.3" +version = "3.8.4" description = "Python plotting package" optional = false python-versions = ">=3.9" files = [ - {file = "matplotlib-3.8.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:cf60138ccc8004f117ab2a2bad513cc4d122e55864b4fe7adf4db20ca68a078f"}, - {file = "matplotlib-3.8.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5f557156f7116be3340cdeef7f128fa99b0d5d287d5f41a16e169819dcf22357"}, - {file = "matplotlib-3.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f386cf162b059809ecfac3bcc491a9ea17da69fa35c8ded8ad154cd4b933d5ec"}, - {file = "matplotlib-3.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b3c5f96f57b0369c288bf6f9b5274ba45787f7e0589a34d24bdbaf6d3344632f"}, - {file = "matplotlib-3.8.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:83e0f72e2c116ca7e571c57aa29b0fe697d4c6425c4e87c6e994159e0c008635"}, - {file = "matplotlib-3.8.3-cp310-cp310-win_amd64.whl", hash = "sha256:1c5c8290074ba31a41db1dc332dc2b62def469ff33766cbe325d32a3ee291aea"}, - {file = "matplotlib-3.8.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:5184e07c7e1d6d1481862ee361905b7059f7fe065fc837f7c3dc11eeb3f2f900"}, - {file = "matplotlib-3.8.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d7e7e0993d0758933b1a241a432b42c2db22dfa37d4108342ab4afb9557cbe3e"}, - {file = "matplotlib-3.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:04b36ad07eac9740fc76c2aa16edf94e50b297d6eb4c081e3add863de4bb19a7"}, - {file = "matplotlib-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c42dae72a62f14982f1474f7e5c9959fc4bc70c9de11cc5244c6e766200ba65"}, - {file = "matplotlib-3.8.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:bf5932eee0d428192c40b7eac1399d608f5d995f975cdb9d1e6b48539a5ad8d0"}, - {file = "matplotlib-3.8.3-cp311-cp311-win_amd64.whl", hash = "sha256:40321634e3a05ed02abf7c7b47a50be50b53ef3eaa3a573847431a545585b407"}, - {file = "matplotlib-3.8.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:09074f8057917d17ab52c242fdf4916f30e99959c1908958b1fc6032e2d0f6d4"}, - {file = "matplotlib-3.8.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5745f6d0fb5acfabbb2790318db03809a253096e98c91b9a31969df28ee604aa"}, - {file = "matplotlib-3.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b97653d869a71721b639714b42d87cda4cfee0ee74b47c569e4874c7590c55c5"}, - {file = "matplotlib-3.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:242489efdb75b690c9c2e70bb5c6550727058c8a614e4c7716f363c27e10bba1"}, - {file = "matplotlib-3.8.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:83c0653c64b73926730bd9ea14aa0f50f202ba187c307a881673bad4985967b7"}, - {file = "matplotlib-3.8.3-cp312-cp312-win_amd64.whl", hash = "sha256:ef6c1025a570354297d6c15f7d0f296d95f88bd3850066b7f1e7b4f2f4c13a39"}, - {file = "matplotlib-3.8.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:c4af3f7317f8a1009bbb2d0bf23dfaba859eb7dd4ccbd604eba146dccaaaf0a4"}, - {file = "matplotlib-3.8.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4c6e00a65d017d26009bac6808f637b75ceade3e1ff91a138576f6b3065eeeba"}, - {file = "matplotlib-3.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e7b49ab49a3bea17802df6872f8d44f664ba8f9be0632a60c99b20b6db2165b7"}, - {file = "matplotlib-3.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6728dde0a3997396b053602dbd907a9bd64ec7d5cf99e728b404083698d3ca01"}, - {file = "matplotlib-3.8.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:813925d08fb86aba139f2d31864928d67511f64e5945ca909ad5bc09a96189bb"}, - {file = "matplotlib-3.8.3-cp39-cp39-win_amd64.whl", hash = "sha256:cd3a0c2be76f4e7be03d34a14d49ded6acf22ef61f88da600a18a5cd8b3c5f3c"}, - {file = "matplotlib-3.8.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:fa93695d5c08544f4a0dfd0965f378e7afc410d8672816aff1e81be1f45dbf2e"}, - {file = "matplotlib-3.8.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e9764df0e8778f06414b9d281a75235c1e85071f64bb5d71564b97c1306a2afc"}, - {file = "matplotlib-3.8.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:5e431a09e6fab4012b01fc155db0ce6dccacdbabe8198197f523a4ef4805eb26"}, - {file = "matplotlib-3.8.3.tar.gz", hash = "sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161"}, + {file = "matplotlib-3.8.4-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:abc9d838f93583650c35eca41cfcec65b2e7cb50fd486da6f0c49b5e1ed23014"}, + {file = "matplotlib-3.8.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f65c9f002d281a6e904976007b2d46a1ee2bcea3a68a8c12dda24709ddc9106"}, + {file = "matplotlib-3.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce1edd9f5383b504dbc26eeea404ed0a00656c526638129028b758fd43fc5f10"}, + {file = "matplotlib-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecd79298550cba13a43c340581a3ec9c707bd895a6a061a78fa2524660482fc0"}, + {file = "matplotlib-3.8.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:90df07db7b599fe7035d2f74ab7e438b656528c68ba6bb59b7dc46af39ee48ef"}, + {file = "matplotlib-3.8.4-cp310-cp310-win_amd64.whl", hash = "sha256:ac24233e8f2939ac4fd2919eed1e9c0871eac8057666070e94cbf0b33dd9c338"}, + {file = "matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:72f9322712e4562e792b2961971891b9fbbb0e525011e09ea0d1f416c4645661"}, + {file = "matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:232ce322bfd020a434caaffbd9a95333f7c2491e59cfc014041d95e38ab90d1c"}, + {file = "matplotlib-3.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6addbd5b488aedb7f9bc19f91cd87ea476206f45d7116fcfe3d31416702a82fa"}, + {file = "matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc4ccdc64e3039fc303defd119658148f2349239871db72cd74e2eeaa9b80b71"}, + {file = "matplotlib-3.8.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:b7a2a253d3b36d90c8993b4620183b55665a429da8357a4f621e78cd48b2b30b"}, + {file = "matplotlib-3.8.4-cp311-cp311-win_amd64.whl", hash = "sha256:8080d5081a86e690d7688ffa542532e87f224c38a6ed71f8fbed34dd1d9fedae"}, + {file = "matplotlib-3.8.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:6485ac1f2e84676cff22e693eaa4fbed50ef5dc37173ce1f023daef4687df616"}, + {file = "matplotlib-3.8.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c89ee9314ef48c72fe92ce55c4e95f2f39d70208f9f1d9db4e64079420d8d732"}, + {file = "matplotlib-3.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50bac6e4d77e4262c4340d7a985c30912054745ec99756ce213bfbc3cb3808eb"}, + {file = "matplotlib-3.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f51c4c869d4b60d769f7b4406eec39596648d9d70246428745a681c327a8ad30"}, + {file = "matplotlib-3.8.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b12ba985837e4899b762b81f5b2845bd1a28f4fdd1a126d9ace64e9c4eb2fb25"}, + {file = "matplotlib-3.8.4-cp312-cp312-win_amd64.whl", hash = "sha256:7a6769f58ce51791b4cb8b4d7642489df347697cd3e23d88266aaaee93b41d9a"}, + {file = "matplotlib-3.8.4-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:843cbde2f0946dadd8c5c11c6d91847abd18ec76859dc319362a0964493f0ba6"}, + {file = "matplotlib-3.8.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1c13f041a7178f9780fb61cc3a2b10423d5e125480e4be51beaf62b172413b67"}, + {file = "matplotlib-3.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb44f53af0a62dc80bba4443d9b27f2fde6acfdac281d95bc872dc148a6509cc"}, + {file = "matplotlib-3.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:606e3b90897554c989b1e38a258c626d46c873523de432b1462f295db13de6f9"}, + {file = "matplotlib-3.8.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9bb0189011785ea794ee827b68777db3ca3f93f3e339ea4d920315a0e5a78d54"}, + {file = "matplotlib-3.8.4-cp39-cp39-win_amd64.whl", hash = "sha256:6209e5c9aaccc056e63b547a8152661324404dd92340a6e479b3a7f24b42a5d0"}, + {file = "matplotlib-3.8.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c7064120a59ce6f64103c9cefba8ffe6fba87f2c61d67c401186423c9a20fd35"}, + {file = "matplotlib-3.8.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0e47eda4eb2614300fc7bb4657fced3e83d6334d03da2173b09e447418d499f"}, + {file = "matplotlib-3.8.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:493e9f6aa5819156b58fce42b296ea31969f2aab71c5b680b4ea7a3cb5c07d94"}, + {file = "matplotlib-3.8.4.tar.gz", hash = "sha256:8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea"}, ] [package.dependencies] @@ -1862,7 +1877,7 @@ cycler = ">=0.10" fonttools = ">=4.22.0" importlib-resources = {version = ">=3.2.0", markers = "python_version < \"3.10\""} kiwisolver = ">=1.3.1" -numpy = ">=1.21,<2" +numpy = ">=1.21" packaging = ">=20.0" pillow = ">=8" pyparsing = ">=2.3.1" @@ -1870,13 +1885,13 @@ python-dateutil = ">=2.7" [[package]] name = "matplotlib-inline" -version = "0.1.6" +version = "0.1.7" description = "Inline Matplotlib backend for Jupyter" optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "matplotlib-inline-0.1.6.tar.gz", hash = "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"}, - {file = "matplotlib_inline-0.1.6-py3-none-any.whl", hash = "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311"}, + {file = "matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca"}, + {file = "matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90"}, ] [package.dependencies] @@ -1893,6 +1908,24 @@ files = [ {file = "mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8"}, ] +[[package]] +name = "mkl" +version = "2021.4.0" +description = "Intel® oneAPI Math Kernel Library" +optional = false +python-versions = "*" +files = [ + {file = "mkl-2021.4.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl", hash = "sha256:67460f5cd7e30e405b54d70d1ed3ca78118370b65f7327d495e9c8847705e2fb"}, + {file = "mkl-2021.4.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:636d07d90e68ccc9630c654d47ce9fdeb036bb46e2b193b3a9ac8cfea683cce5"}, + {file = "mkl-2021.4.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:398dbf2b0d12acaf54117a5210e8f191827f373d362d796091d161f610c1ebfb"}, + {file = "mkl-2021.4.0-py2.py3-none-win32.whl", hash = "sha256:439c640b269a5668134e3dcbcea4350459c4a8bc46469669b2d67e07e3d330e8"}, + {file = "mkl-2021.4.0-py2.py3-none-win_amd64.whl", hash = "sha256:ceef3cafce4c009dd25f65d7ad0d833a0fbadc3d8903991ec92351fe5de1e718"}, +] + +[package.dependencies] +intel-openmp = "==2021.*" +tbb = "==2021.*" + [[package]] name = "mpmath" version = "1.3.0" @@ -2057,13 +2090,13 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython", "ipywidgets", "nbconvert (>= [[package]] name = "nbconvert" -version = "7.16.3" +version = "7.16.4" description = "Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (`import nbconvert`) or as a command line tool (invoked as `jupyter nbconvert ...`)." optional = false python-versions = ">=3.8" files = [ - {file = "nbconvert-7.16.3-py3-none-any.whl", hash = "sha256:ddeff14beeeedf3dd0bc506623e41e4507e551736de59df69a91f86700292b3b"}, - {file = "nbconvert-7.16.3.tar.gz", hash = "sha256:a6733b78ce3d47c3f85e504998495b07e6ea9cf9bf6ec1c98dda63ec6ad19142"}, + {file = "nbconvert-7.16.4-py3-none-any.whl", hash = "sha256:05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3"}, + {file = "nbconvert-7.16.4.tar.gz", hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4"}, ] [package.dependencies] @@ -2085,9 +2118,9 @@ tinycss2 = "*" traitlets = ">=5.1" [package.extras] -all = ["nbconvert[docs,qtpdf,serve,test,webpdf]"] +all = ["flaky", "ipykernel", "ipython", "ipywidgets (>=7.5)", "myst-parser", "nbsphinx (>=0.2.12)", "playwright", "pydata-sphinx-theme", "pyqtwebengine (>=5.15)", "pytest (>=7)", "sphinx (==5.0.2)", "sphinxcontrib-spelling", "tornado (>=6.1)"] docs = ["ipykernel", "ipython", "myst-parser", "nbsphinx (>=0.2.12)", "pydata-sphinx-theme", "sphinx (==5.0.2)", "sphinxcontrib-spelling"] -qtpdf = ["nbconvert[qtpng]"] +qtpdf = ["pyqtwebengine (>=5.15)"] qtpng = ["pyqtwebengine (>=5.15)"] serve = ["tornado (>=6.1)"] test = ["flaky", "ipykernel", "ipywidgets (>=7.5)", "pytest (>=7)"] @@ -2095,19 +2128,19 @@ webpdf = ["playwright"] [[package]] name = "nbformat" -version = "5.10.3" +version = "5.10.4" description = "The Jupyter Notebook format" optional = false python-versions = ">=3.8" files = [ - {file = "nbformat-5.10.3-py3-none-any.whl", hash = "sha256:d9476ca28676799af85385f409b49d95e199951477a159a576ef2a675151e5e8"}, - {file = "nbformat-5.10.3.tar.gz", hash = "sha256:60ed5e910ef7c6264b87d644f276b1b49e24011930deef54605188ddeb211685"}, + {file = "nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b"}, + {file = "nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a"}, ] [package.dependencies] -fastjsonschema = "*" +fastjsonschema = ">=2.15" jsonschema = ">=2.6" -jupyter-core = "*" +jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0" traitlets = ">=5.1" [package.extras] @@ -2330,24 +2363,24 @@ nvidia-nvjitlink-cu12 = "*" [[package]] name = "nvidia-nccl-cu12" -version = "2.19.3" +version = "2.20.5" description = "NVIDIA Collective Communication Library (NCCL) Runtime" optional = false python-versions = ">=3" files = [ - {file = "nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl", hash = "sha256:a9734707a2c96443331c1e48c717024aa6678a0e2a4cb66b2c364d18cee6b48d"}, + {file = "nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_aarch64.whl", hash = "sha256:1fc150d5c3250b170b29410ba682384b14581db722b2531b0d8d33c595f33d01"}, + {file = "nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:057f6bf9685f75215d0c53bf3ac4a10b3e6578351de307abad9e18a99182af56"}, ] [[package]] name = "nvidia-nvjitlink-cu12" -version = "12.4.99" +version = "12.4.127" description = "Nvidia JIT LTO Library" optional = false python-versions = ">=3" files = [ - {file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_aarch64.whl", hash = "sha256:75d6498c96d9adb9435f2bbdbddb479805ddfb97b5c1b32395c694185c20ca57"}, - {file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_x86_64.whl", hash = "sha256:c6428836d20fe7e327191c175791d38570e10762edc588fb46749217cd444c74"}, - {file = "nvidia_nvjitlink_cu12-12.4.99-py3-none-win_amd64.whl", hash = "sha256:991905ffa2144cb603d8ca7962d75c35334ae82bf92820b6ba78157277da1ad2"}, + {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57"}, + {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-win_amd64.whl", hash = "sha256:fd9020c501d27d135f983c6d3e244b197a7ccad769e34df53a42e276b0e25fa1"}, ] [[package]] @@ -2385,47 +2418,47 @@ files = [ [[package]] name = "pandas" -version = "2.2.1" +version = "2.2.2" description = "Powerful data structures for data analysis, time series, and statistics" optional = false python-versions = ">=3.9" files = [ - {file = "pandas-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88"}, - {file = "pandas-2.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944"}, - {file = "pandas-2.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359"}, - {file = "pandas-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51"}, - {file = "pandas-2.2.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06"}, - {file = "pandas-2.2.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9"}, - {file = "pandas-2.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0"}, - {file = "pandas-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b"}, - {file = "pandas-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a"}, - {file = "pandas-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02"}, - {file = "pandas-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403"}, - {file = "pandas-2.2.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd"}, - {file = "pandas-2.2.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7"}, - {file = "pandas-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e"}, - {file = "pandas-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c"}, - {file = "pandas-2.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee"}, - {file = "pandas-2.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2"}, - {file = "pandas-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0"}, - {file = "pandas-2.2.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc"}, - {file = "pandas-2.2.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89"}, - {file = "pandas-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb"}, - {file = "pandas-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397"}, - {file = "pandas-2.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16"}, - {file = "pandas-2.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019"}, - {file = "pandas-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"}, - {file = "pandas-2.2.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6"}, - {file = "pandas-2.2.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be"}, - {file = "pandas-2.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab"}, - {file = "pandas-2.2.1.tar.gz", hash = "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572"}, + {file = "pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce"}, + {file = "pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238"}, + {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08"}, + {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0"}, + {file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51"}, + {file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8e5a0b00e1e56a842f922e7fae8ae4077aee4af0acb5ae3622bd4b4c30aedf99"}, + {file = "pandas-2.2.2-cp310-cp310-win_amd64.whl", hash = "sha256:ddf818e4e6c7c6f4f7c8a12709696d193976b591cc7dc50588d3d1a6b5dc8772"}, + {file = "pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288"}, + {file = "pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151"}, + {file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58b84b91b0b9f4bafac2a0ac55002280c094dfc6402402332c0913a59654ab2b"}, + {file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee"}, + {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:2925720037f06e89af896c70bca73459d7e6a4be96f9de79e2d440bd499fe0db"}, + {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1"}, + {file = "pandas-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24"}, + {file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef"}, + {file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce"}, + {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad"}, + {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad"}, + {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76"}, + {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32"}, + {file = "pandas-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23"}, + {file = "pandas-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2"}, + {file = "pandas-2.2.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd"}, + {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863"}, + {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921"}, + {file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a"}, + {file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:92fd6b027924a7e178ac202cfbe25e53368db90d56872d20ffae94b96c7acc57"}, + {file = "pandas-2.2.2-cp39-cp39-win_amd64.whl", hash = "sha256:640cef9aa381b60e296db324337a554aeeb883ead99dc8f6c18e81a93942f5f4"}, + {file = "pandas-2.2.2.tar.gz", hash = "sha256:9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54"}, ] [package.dependencies] numpy = [ - {version = ">=1.22.4,<2", markers = "python_version < \"3.11\""}, - {version = ">=1.23.2,<2", markers = "python_version == \"3.11\""}, - {version = ">=1.26.0,<2", markers = "python_version >= \"3.12\""}, + {version = ">=1.22.4", markers = "python_version < \"3.11\""}, + {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -2469,18 +2502,18 @@ files = [ [[package]] name = "parso" -version = "0.8.3" +version = "0.8.4" description = "A Python Parser" optional = false python-versions = ">=3.6" files = [ - {file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, - {file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, + {file = "parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18"}, + {file = "parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"}, ] [package.extras] -qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] -testing = ["docopt", "pytest (<6.0.0)"] +qa = ["flake8 (==5.0.4)", "mypy (==0.971)", "types-setuptools (==67.2.0.1)"] +testing = ["docopt", "pytest"] [[package]] name = "pexpect" @@ -2512,79 +2545,80 @@ docs = ["Sphinx (>=4.1.2,<5.0.0)", "furo (>=2021.8.17-beta.43,<2022.0.0)", "myst [[package]] name = "pillow" -version = "10.2.0" +version = "10.3.0" description = "Python Imaging Library (Fork)" optional = false python-versions = ">=3.8" files = [ - {file = "pillow-10.2.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:7823bdd049099efa16e4246bdf15e5a13dbb18a51b68fa06d6c1d4d8b99a796e"}, - {file = "pillow-10.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:83b2021f2ade7d1ed556bc50a399127d7fb245e725aa0113ebd05cfe88aaf588"}, - {file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6fad5ff2f13d69b7e74ce5b4ecd12cc0ec530fcee76356cac6742785ff71c452"}, - {file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da2b52b37dad6d9ec64e653637a096905b258d2fc2b984c41ae7d08b938a67e4"}, - {file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:47c0995fc4e7f79b5cfcab1fc437ff2890b770440f7696a3ba065ee0fd496563"}, - {file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:322bdf3c9b556e9ffb18f93462e5f749d3444ce081290352c6070d014c93feb2"}, - {file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:51f1a1bffc50e2e9492e87d8e09a17c5eea8409cda8d3f277eb6edc82813c17c"}, - {file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:69ffdd6120a4737710a9eee73e1d2e37db89b620f702754b8f6e62594471dee0"}, - {file = "pillow-10.2.0-cp310-cp310-win32.whl", hash = "sha256:c6dafac9e0f2b3c78df97e79af707cdc5ef8e88208d686a4847bab8266870023"}, - {file = "pillow-10.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:aebb6044806f2e16ecc07b2a2637ee1ef67a11840a66752751714a0d924adf72"}, - {file = "pillow-10.2.0-cp310-cp310-win_arm64.whl", hash = "sha256:7049e301399273a0136ff39b84c3678e314f2158f50f517bc50285fb5ec847ad"}, - {file = "pillow-10.2.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:35bb52c37f256f662abdfa49d2dfa6ce5d93281d323a9af377a120e89a9eafb5"}, - {file = "pillow-10.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9c23f307202661071d94b5e384e1e1dc7dfb972a28a2310e4ee16103e66ddb67"}, - {file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:773efe0603db30c281521a7c0214cad7836c03b8ccff897beae9b47c0b657d61"}, - {file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11fa2e5984b949b0dd6d7a94d967743d87c577ff0b83392f17cb3990d0d2fd6e"}, - {file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:716d30ed977be8b37d3ef185fecb9e5a1d62d110dfbdcd1e2a122ab46fddb03f"}, - {file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:a086c2af425c5f62a65e12fbf385f7c9fcb8f107d0849dba5839461a129cf311"}, - {file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c8de2789052ed501dd829e9cae8d3dcce7acb4777ea4a479c14521c942d395b1"}, - {file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:609448742444d9290fd687940ac0b57fb35e6fd92bdb65386e08e99af60bf757"}, - {file = "pillow-10.2.0-cp311-cp311-win32.whl", hash = "sha256:823ef7a27cf86df6597fa0671066c1b596f69eba53efa3d1e1cb8b30f3533068"}, - {file = "pillow-10.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:1da3b2703afd040cf65ec97efea81cfba59cdbed9c11d8efc5ab09df9509fc56"}, - {file = "pillow-10.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:edca80cbfb2b68d7b56930b84a0e45ae1694aeba0541f798e908a49d66b837f1"}, - {file = "pillow-10.2.0-cp312-cp312-macosx_10_10_x86_64.whl", hash = "sha256:1b5e1b74d1bd1b78bc3477528919414874748dd363e6272efd5abf7654e68bef"}, - {file = "pillow-10.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0eae2073305f451d8ecacb5474997c08569fb4eb4ac231ffa4ad7d342fdc25ac"}, - {file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7c2286c23cd350b80d2fc9d424fc797575fb16f854b831d16fd47ceec078f2c"}, - {file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e23412b5c41e58cec602f1135c57dfcf15482013ce6e5f093a86db69646a5aa"}, - {file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:52a50aa3fb3acb9cf7213573ef55d31d6eca37f5709c69e6858fe3bc04a5c2a2"}, - {file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:127cee571038f252a552760076407f9cff79761c3d436a12af6000cd182a9d04"}, - {file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:8d12251f02d69d8310b046e82572ed486685c38f02176bd08baf216746eb947f"}, - {file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:54f1852cd531aa981bc0965b7d609f5f6cc8ce8c41b1139f6ed6b3c54ab82bfb"}, - {file = "pillow-10.2.0-cp312-cp312-win32.whl", hash = "sha256:257d8788df5ca62c980314053197f4d46eefedf4e6175bc9412f14412ec4ea2f"}, - {file = "pillow-10.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:154e939c5f0053a383de4fd3d3da48d9427a7e985f58af8e94d0b3c9fcfcf4f9"}, - {file = "pillow-10.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:f379abd2f1e3dddb2b61bc67977a6b5a0a3f7485538bcc6f39ec76163891ee48"}, - {file = "pillow-10.2.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:8373c6c251f7ef8bda6675dd6d2b3a0fcc31edf1201266b5cf608b62a37407f9"}, - {file = "pillow-10.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:870ea1ada0899fd0b79643990809323b389d4d1d46c192f97342eeb6ee0b8483"}, - {file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b4b6b1e20608493548b1f32bce8cca185bf0480983890403d3b8753e44077129"}, - {file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3031709084b6e7852d00479fd1d310b07d0ba82765f973b543c8af5061cf990e"}, - {file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:3ff074fc97dd4e80543a3e91f69d58889baf2002b6be64347ea8cf5533188213"}, - {file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:cb4c38abeef13c61d6916f264d4845fab99d7b711be96c326b84df9e3e0ff62d"}, - {file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b1b3020d90c2d8e1dae29cf3ce54f8094f7938460fb5ce8bc5c01450b01fbaf6"}, - {file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:170aeb00224ab3dc54230c797f8404507240dd868cf52066f66a41b33169bdbe"}, - {file = "pillow-10.2.0-cp38-cp38-win32.whl", hash = "sha256:c4225f5220f46b2fde568c74fca27ae9771536c2e29d7c04f4fb62c83275ac4e"}, - {file = "pillow-10.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:0689b5a8c5288bc0504d9fcee48f61a6a586b9b98514d7d29b840143d6734f39"}, - {file = "pillow-10.2.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:b792a349405fbc0163190fde0dc7b3fef3c9268292586cf5645598b48e63dc67"}, - {file = "pillow-10.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c570f24be1e468e3f0ce7ef56a89a60f0e05b30a3669a459e419c6eac2c35364"}, - {file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8ecd059fdaf60c1963c58ceb8997b32e9dc1b911f5da5307aab614f1ce5c2fb"}, - {file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c365fd1703040de1ec284b176d6af5abe21b427cb3a5ff68e0759e1e313a5e7e"}, - {file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:70c61d4c475835a19b3a5aa42492409878bbca7438554a1f89d20d58a7c75c01"}, - {file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:b6f491cdf80ae540738859d9766783e3b3c8e5bd37f5dfa0b76abdecc5081f13"}, - {file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9d189550615b4948f45252d7f005e53c2040cea1af5b60d6f79491a6e147eef7"}, - {file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:49d9ba1ed0ef3e061088cd1e7538a0759aab559e2e0a80a36f9fd9d8c0c21591"}, - {file = "pillow-10.2.0-cp39-cp39-win32.whl", hash = "sha256:babf5acfede515f176833ed6028754cbcd0d206f7f614ea3447d67c33be12516"}, - {file = "pillow-10.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:0304004f8067386b477d20a518b50f3fa658a28d44e4116970abfcd94fac34a8"}, - {file = "pillow-10.2.0-cp39-cp39-win_arm64.whl", hash = "sha256:0fb3e7fc88a14eacd303e90481ad983fd5b69c761e9e6ef94c983f91025da869"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl", hash = "sha256:322209c642aabdd6207517e9739c704dc9f9db943015535783239022002f054a"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3eedd52442c0a5ff4f887fab0c1c0bb164d8635b32c894bc1faf4c618dd89df2"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb28c753fd5eb3dd859b4ee95de66cc62af91bcff5db5f2571d32a520baf1f04"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:33870dc4653c5017bf4c8873e5488d8f8d5f8935e2f1fb9a2208c47cdd66efd2"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3c31822339516fb3c82d03f30e22b1d038da87ef27b6a78c9549888f8ceda39a"}, - {file = "pillow-10.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:a2b56ba36e05f973d450582fb015594aaa78834fefe8dfb8fcd79b93e64ba4c6"}, - {file = "pillow-10.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:d8e6aeb9201e655354b3ad049cb77d19813ad4ece0df1249d3c793de3774f8c7"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:2247178effb34a77c11c0e8ac355c7a741ceca0a732b27bf11e747bbc950722f"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:15587643b9e5eb26c48e49a7b33659790d28f190fc514a322d55da2fb5c2950e"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753cd8f2086b2b80180d9b3010dd4ed147efc167c90d3bf593fe2af21265e5a5"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:7c8f97e8e7a9009bcacbe3766a36175056c12f9a44e6e6f2d5caad06dcfbf03b"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:d1b35bcd6c5543b9cb547dee3150c93008f8dd0f1fef78fc0cd2b141c5baf58a"}, - {file = "pillow-10.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:fe4c15f6c9285dc54ce6553a3ce908ed37c8f3825b5a51a15c91442bb955b868"}, - {file = "pillow-10.2.0.tar.gz", hash = "sha256:e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e"}, + {file = "pillow-10.3.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45"}, + {file = "pillow-10.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c"}, + {file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf"}, + {file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599"}, + {file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475"}, + {file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf"}, + {file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3"}, + {file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5"}, + {file = "pillow-10.3.0-cp310-cp310-win32.whl", hash = "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2"}, + {file = "pillow-10.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f"}, + {file = "pillow-10.3.0-cp310-cp310-win_arm64.whl", hash = "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b"}, + {file = "pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795"}, + {file = "pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57"}, + {file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27"}, + {file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994"}, + {file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451"}, + {file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd"}, + {file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad"}, + {file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c"}, + {file = "pillow-10.3.0-cp311-cp311-win32.whl", hash = "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09"}, + {file = "pillow-10.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d"}, + {file = "pillow-10.3.0-cp311-cp311-win_arm64.whl", hash = "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f"}, + {file = "pillow-10.3.0-cp312-cp312-macosx_10_10_x86_64.whl", hash = "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84"}, + {file = "pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19"}, + {file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338"}, + {file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1"}, + {file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462"}, + {file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"}, + {file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef"}, + {file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3"}, + {file = "pillow-10.3.0-cp312-cp312-win32.whl", hash = "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d"}, + {file = "pillow-10.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b"}, + {file = "pillow-10.3.0-cp312-cp312-win_arm64.whl", hash = "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a"}, + {file = "pillow-10.3.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b"}, + {file = "pillow-10.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2"}, + {file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa"}, + {file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383"}, + {file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d"}, + {file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd"}, + {file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d"}, + {file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3"}, + {file = "pillow-10.3.0-cp38-cp38-win32.whl", hash = "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b"}, + {file = "pillow-10.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999"}, + {file = "pillow-10.3.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936"}, + {file = "pillow-10.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002"}, + {file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60"}, + {file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375"}, + {file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57"}, + {file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8"}, + {file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9"}, + {file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb"}, + {file = "pillow-10.3.0-cp39-cp39-win32.whl", hash = "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572"}, + {file = "pillow-10.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb"}, + {file = "pillow-10.3.0-cp39-cp39-win_arm64.whl", hash = "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl", hash = "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3"}, + {file = "pillow-10.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a"}, + {file = "pillow-10.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591"}, + {file = "pillow-10.3.0.tar.gz", hash = "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d"}, ] [package.extras] @@ -2597,28 +2631,29 @@ xmp = ["defusedxml"] [[package]] name = "platformdirs" -version = "4.2.0" -description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +version = "4.2.1" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.2.0-py3-none-any.whl", hash = "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068"}, - {file = "platformdirs-4.2.0.tar.gz", hash = "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"}, + {file = "platformdirs-4.2.1-py3-none-any.whl", hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1"}, + {file = "platformdirs-4.2.1.tar.gz", hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"}, ] [package.extras] docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"] test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)"] +type = ["mypy (>=1.8)"] [[package]] name = "pluggy" -version = "1.4.0" +version = "1.5.0" description = "plugin and hook calling mechanisms for python" optional = false python-versions = ">=3.8" files = [ - {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, - {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, + {file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"}, + {file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"}, ] [package.extras] @@ -2627,13 +2662,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -2673,22 +2708,22 @@ wcwidth = "*" [[package]] name = "protobuf" -version = "5.26.0" +version = "5.26.1" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "protobuf-5.26.0-cp310-abi3-win32.whl", hash = "sha256:f9ecc8eb6f18037e0cbf43256db0325d4723f429bca7ef5cd358b7c29d65f628"}, - {file = "protobuf-5.26.0-cp310-abi3-win_amd64.whl", hash = "sha256:dfd29f6eb34107dccf289a93d44fb6b131e68888d090b784b691775ac84e8213"}, - {file = "protobuf-5.26.0-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:7e47c57303466c867374a17b2b5e99c5a7c8b72a94118e2f28efb599f19b4069"}, - {file = "protobuf-5.26.0-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:e184175276edc222e2d5e314a72521e10049938a9a4961fe4bea9b25d073c03f"}, - {file = "protobuf-5.26.0-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:6ee9d1aa02f951c5ce10bf8c6cfb7604133773038e33f913183c8b5201350600"}, - {file = "protobuf-5.26.0-cp38-cp38-win32.whl", hash = "sha256:2c334550e1cb4efac5c8a3987384bf13a4334abaf5ab59e40479e7b70ecd6b19"}, - {file = "protobuf-5.26.0-cp38-cp38-win_amd64.whl", hash = "sha256:8eef61a90631c21b06b4f492a27e199a269827f046de3bb68b61aa84fcf50905"}, - {file = "protobuf-5.26.0-cp39-cp39-win32.whl", hash = "sha256:ca825f4eecb8c342d2ec581e6a5ad1ad1a47bededaecd768e0d3451ae4aaac2b"}, - {file = "protobuf-5.26.0-cp39-cp39-win_amd64.whl", hash = "sha256:efd4f5894c50bd76cbcfdd668cd941021333861ed0f441c78a83d8254a01cc9f"}, - {file = "protobuf-5.26.0-py3-none-any.whl", hash = "sha256:a49b6c5359bf34fb7bf965bf21abfab4476e4527d822ab5289ee3bf73f291159"}, - {file = "protobuf-5.26.0.tar.gz", hash = "sha256:82f5870d74c99addfe4152777bdf8168244b9cf0ac65f8eccf045ddfa9d80d9b"}, + {file = "protobuf-5.26.1-cp310-abi3-win32.whl", hash = "sha256:3c388ea6ddfe735f8cf69e3f7dc7611e73107b60bdfcf5d0f024c3ccd3794e23"}, + {file = "protobuf-5.26.1-cp310-abi3-win_amd64.whl", hash = "sha256:e6039957449cb918f331d32ffafa8eb9255769c96aa0560d9a5bf0b4e00a2a33"}, + {file = "protobuf-5.26.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:38aa5f535721d5bb99861166c445c4105c4e285c765fbb2ac10f116e32dcd46d"}, + {file = "protobuf-5.26.1-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:fbfe61e7ee8c1860855696e3ac6cfd1b01af5498facc6834fcc345c9684fb2ca"}, + {file = "protobuf-5.26.1-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:f7417703f841167e5a27d48be13389d52ad705ec09eade63dfc3180a959215d7"}, + {file = "protobuf-5.26.1-cp38-cp38-win32.whl", hash = "sha256:d693d2504ca96750d92d9de8a103102dd648fda04540495535f0fec7577ed8fc"}, + {file = "protobuf-5.26.1-cp38-cp38-win_amd64.whl", hash = "sha256:9b557c317ebe6836835ec4ef74ec3e994ad0894ea424314ad3552bc6e8835b4e"}, + {file = "protobuf-5.26.1-cp39-cp39-win32.whl", hash = "sha256:b9ba3ca83c2e31219ffbeb9d76b63aad35a3eb1544170c55336993d7a18ae72c"}, + {file = "protobuf-5.26.1-cp39-cp39-win_amd64.whl", hash = "sha256:7ee014c2c87582e101d6b54260af03b6596728505c79f17c8586e7523aaa8f8c"}, + {file = "protobuf-5.26.1-py3-none-any.whl", hash = "sha256:da612f2720c0183417194eeaa2523215c4fcc1a1949772dc65f05047e08d5932"}, + {file = "protobuf-5.26.1.tar.gz", hash = "sha256:8ca2a1d97c290ec7b16e4e5dff2e5ae150cc1582f55b5ab300d45cb0dfa90e51"}, ] [[package]] @@ -2805,28 +2840,27 @@ files = [ [[package]] name = "pycparser" -version = "2.21" +version = "2.22" description = "C parser in Python" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.8" files = [ - {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, - {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, + {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, + {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, ] [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] @@ -2845,13 +2879,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -2859,11 +2893,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "python-dateutil" @@ -3001,104 +3035,99 @@ files = [ [[package]] name = "pyzmq" -version = "25.1.2" +version = "26.0.3" description = "Python bindings for 0MQ" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pyzmq-25.1.2-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:e624c789359f1a16f83f35e2c705d07663ff2b4d4479bad35621178d8f0f6ea4"}, - {file = "pyzmq-25.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:49151b0efece79f6a79d41a461d78535356136ee70084a1c22532fc6383f4ad0"}, - {file = "pyzmq-25.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9a5f194cf730f2b24d6af1f833c14c10f41023da46a7f736f48b6d35061e76e"}, - {file = "pyzmq-25.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:faf79a302f834d9e8304fafdc11d0d042266667ac45209afa57e5efc998e3872"}, - {file = "pyzmq-25.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f51a7b4ead28d3fca8dda53216314a553b0f7a91ee8fc46a72b402a78c3e43d"}, - {file = "pyzmq-25.1.2-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:0ddd6d71d4ef17ba5a87becf7ddf01b371eaba553c603477679ae817a8d84d75"}, - {file = "pyzmq-25.1.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:246747b88917e4867e2367b005fc8eefbb4a54b7db363d6c92f89d69abfff4b6"}, - {file = "pyzmq-25.1.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:00c48ae2fd81e2a50c3485de1b9d5c7c57cd85dc8ec55683eac16846e57ac979"}, - {file = "pyzmq-25.1.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5a68d491fc20762b630e5db2191dd07ff89834086740f70e978bb2ef2668be08"}, - {file = "pyzmq-25.1.2-cp310-cp310-win32.whl", hash = "sha256:09dfe949e83087da88c4a76767df04b22304a682d6154de2c572625c62ad6886"}, - {file = "pyzmq-25.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:fa99973d2ed20417744fca0073390ad65ce225b546febb0580358e36aa90dba6"}, - {file = "pyzmq-25.1.2-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:82544e0e2d0c1811482d37eef297020a040c32e0687c1f6fc23a75b75db8062c"}, - {file = "pyzmq-25.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:01171fc48542348cd1a360a4b6c3e7d8f46cdcf53a8d40f84db6707a6768acc1"}, - {file = "pyzmq-25.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc69c96735ab501419c432110016329bf0dea8898ce16fab97c6d9106dc0b348"}, - {file = "pyzmq-25.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3e124e6b1dd3dfbeb695435dff0e383256655bb18082e094a8dd1f6293114642"}, - {file = "pyzmq-25.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7598d2ba821caa37a0f9d54c25164a4fa351ce019d64d0b44b45540950458840"}, - {file = "pyzmq-25.1.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:d1299d7e964c13607efd148ca1f07dcbf27c3ab9e125d1d0ae1d580a1682399d"}, - {file = "pyzmq-25.1.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4e6f689880d5ad87918430957297c975203a082d9a036cc426648fcbedae769b"}, - {file = "pyzmq-25.1.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cc69949484171cc961e6ecd4a8911b9ce7a0d1f738fcae717177c231bf77437b"}, - {file = "pyzmq-25.1.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9880078f683466b7f567b8624bfc16cad65077be046b6e8abb53bed4eeb82dd3"}, - {file = "pyzmq-25.1.2-cp311-cp311-win32.whl", hash = "sha256:4e5837af3e5aaa99a091302df5ee001149baff06ad22b722d34e30df5f0d9097"}, - {file = "pyzmq-25.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:25c2dbb97d38b5ac9fd15586e048ec5eb1e38f3d47fe7d92167b0c77bb3584e9"}, - {file = "pyzmq-25.1.2-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:11e70516688190e9c2db14fcf93c04192b02d457b582a1f6190b154691b4c93a"}, - {file = "pyzmq-25.1.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:313c3794d650d1fccaaab2df942af9f2c01d6217c846177cfcbc693c7410839e"}, - {file = "pyzmq-25.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1b3cbba2f47062b85fe0ef9de5b987612140a9ba3a9c6d2543c6dec9f7c2ab27"}, - {file = "pyzmq-25.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fc31baa0c32a2ca660784d5af3b9487e13b61b3032cb01a115fce6588e1bed30"}, - {file = "pyzmq-25.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:02c9087b109070c5ab0b383079fa1b5f797f8d43e9a66c07a4b8b8bdecfd88ee"}, - {file = "pyzmq-25.1.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:f8429b17cbb746c3e043cb986328da023657e79d5ed258b711c06a70c2ea7537"}, - {file = "pyzmq-25.1.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:5074adeacede5f810b7ef39607ee59d94e948b4fd954495bdb072f8c54558181"}, - {file = "pyzmq-25.1.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:7ae8f354b895cbd85212da245f1a5ad8159e7840e37d78b476bb4f4c3f32a9fe"}, - {file = "pyzmq-25.1.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b264bf2cc96b5bc43ce0e852be995e400376bd87ceb363822e2cb1964fcdc737"}, - {file = "pyzmq-25.1.2-cp312-cp312-win32.whl", hash = "sha256:02bbc1a87b76e04fd780b45e7f695471ae6de747769e540da909173d50ff8e2d"}, - {file = "pyzmq-25.1.2-cp312-cp312-win_amd64.whl", hash = "sha256:ced111c2e81506abd1dc142e6cd7b68dd53747b3b7ae5edbea4578c5eeff96b7"}, - {file = "pyzmq-25.1.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:7b6d09a8962a91151f0976008eb7b29b433a560fde056ec7a3db9ec8f1075438"}, - {file = "pyzmq-25.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:967668420f36878a3c9ecb5ab33c9d0ff8d054f9c0233d995a6d25b0e95e1b6b"}, - {file = "pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5edac3f57c7ddaacdb4d40f6ef2f9e299471fc38d112f4bc6d60ab9365445fb0"}, - {file = "pyzmq-25.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:0dabfb10ef897f3b7e101cacba1437bd3a5032ee667b7ead32bbcdd1a8422fe7"}, - {file = "pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:2c6441e0398c2baacfe5ba30c937d274cfc2dc5b55e82e3749e333aabffde561"}, - {file = "pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:16b726c1f6c2e7625706549f9dbe9b06004dfbec30dbed4bf50cbdfc73e5b32a"}, - {file = "pyzmq-25.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:a86c2dd76ef71a773e70551a07318b8e52379f58dafa7ae1e0a4be78efd1ff16"}, - {file = "pyzmq-25.1.2-cp36-cp36m-win32.whl", hash = "sha256:359f7f74b5d3c65dae137f33eb2bcfa7ad9ebefd1cab85c935f063f1dbb245cc"}, - {file = "pyzmq-25.1.2-cp36-cp36m-win_amd64.whl", hash = "sha256:55875492f820d0eb3417b51d96fea549cde77893ae3790fd25491c5754ea2f68"}, - {file = "pyzmq-25.1.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b8c8a419dfb02e91b453615c69568442e897aaf77561ee0064d789705ff37a92"}, - {file = "pyzmq-25.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8807c87fa893527ae8a524c15fc505d9950d5e856f03dae5921b5e9aa3b8783b"}, - {file = "pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5e319ed7d6b8f5fad9b76daa0a68497bc6f129858ad956331a5835785761e003"}, - {file = "pyzmq-25.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:3c53687dde4d9d473c587ae80cc328e5b102b517447456184b485587ebd18b62"}, - {file = "pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:9add2e5b33d2cd765ad96d5eb734a5e795a0755f7fc49aa04f76d7ddda73fd70"}, - {file = "pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:e690145a8c0c273c28d3b89d6fb32c45e0d9605b2293c10e650265bf5c11cfec"}, - {file = "pyzmq-25.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:00a06faa7165634f0cac1abb27e54d7a0b3b44eb9994530b8ec73cf52e15353b"}, - {file = "pyzmq-25.1.2-cp37-cp37m-win32.whl", hash = "sha256:0f97bc2f1f13cb16905a5f3e1fbdf100e712d841482b2237484360f8bc4cb3d7"}, - {file = "pyzmq-25.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6cc0020b74b2e410287e5942e1e10886ff81ac77789eb20bec13f7ae681f0fdd"}, - {file = "pyzmq-25.1.2-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:bef02cfcbded83473bdd86dd8d3729cd82b2e569b75844fb4ea08fee3c26ae41"}, - {file = "pyzmq-25.1.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e10a4b5a4b1192d74853cc71a5e9fd022594573926c2a3a4802020360aa719d8"}, - {file = "pyzmq-25.1.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8c5f80e578427d4695adac6fdf4370c14a2feafdc8cb35549c219b90652536ae"}, - {file = "pyzmq-25.1.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5dde6751e857910c1339890f3524de74007958557593b9e7e8c5f01cd919f8a7"}, - {file = "pyzmq-25.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea1608dd169da230a0ad602d5b1ebd39807ac96cae1845c3ceed39af08a5c6df"}, - {file = "pyzmq-25.1.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0f513130c4c361201da9bc69df25a086487250e16b5571ead521b31ff6b02220"}, - {file = "pyzmq-25.1.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:019744b99da30330798bb37df33549d59d380c78e516e3bab9c9b84f87a9592f"}, - {file = "pyzmq-25.1.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2e2713ef44be5d52dd8b8e2023d706bf66cb22072e97fc71b168e01d25192755"}, - {file = "pyzmq-25.1.2-cp38-cp38-win32.whl", hash = "sha256:07cd61a20a535524906595e09344505a9bd46f1da7a07e504b315d41cd42eb07"}, - {file = "pyzmq-25.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:eb7e49a17fb8c77d3119d41a4523e432eb0c6932187c37deb6fbb00cc3028088"}, - {file = "pyzmq-25.1.2-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:94504ff66f278ab4b7e03e4cba7e7e400cb73bfa9d3d71f58d8972a8dc67e7a6"}, - {file = "pyzmq-25.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6dd0d50bbf9dca1d0bdea219ae6b40f713a3fb477c06ca3714f208fd69e16fd8"}, - {file = "pyzmq-25.1.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:004ff469d21e86f0ef0369717351073e0e577428e514c47c8480770d5e24a565"}, - {file = "pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c0b5ca88a8928147b7b1e2dfa09f3b6c256bc1135a1338536cbc9ea13d3b7add"}, - {file = "pyzmq-25.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c9a79f1d2495b167119d02be7448bfba57fad2a4207c4f68abc0bab4b92925b"}, - {file = "pyzmq-25.1.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:518efd91c3d8ac9f9b4f7dd0e2b7b8bf1a4fe82a308009016b07eaa48681af82"}, - {file = "pyzmq-25.1.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:1ec23bd7b3a893ae676d0e54ad47d18064e6c5ae1fadc2f195143fb27373f7f6"}, - {file = "pyzmq-25.1.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:db36c27baed588a5a8346b971477b718fdc66cf5b80cbfbd914b4d6d355e44e2"}, - {file = "pyzmq-25.1.2-cp39-cp39-win32.whl", hash = "sha256:39b1067f13aba39d794a24761e385e2eddc26295826530a8c7b6c6c341584289"}, - {file = "pyzmq-25.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:8e9f3fabc445d0ce320ea2c59a75fe3ea591fdbdeebec5db6de530dd4b09412e"}, - {file = "pyzmq-25.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a8c1d566344aee826b74e472e16edae0a02e2a044f14f7c24e123002dcff1c05"}, - {file = "pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:759cfd391a0996345ba94b6a5110fca9c557ad4166d86a6e81ea526c376a01e8"}, - {file = "pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c61e346ac34b74028ede1c6b4bcecf649d69b707b3ff9dc0fab453821b04d1e"}, - {file = "pyzmq-25.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4cb8fc1f8d69b411b8ec0b5f1ffbcaf14c1db95b6bccea21d83610987435f1a4"}, - {file = "pyzmq-25.1.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:3c00c9b7d1ca8165c610437ca0c92e7b5607b2f9076f4eb4b095c85d6e680a1d"}, - {file = "pyzmq-25.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:df0c7a16ebb94452d2909b9a7b3337940e9a87a824c4fc1c7c36bb4404cb0cde"}, - {file = "pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:45999e7f7ed5c390f2e87ece7f6c56bf979fb213550229e711e45ecc7d42ccb8"}, - {file = "pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ac170e9e048b40c605358667aca3d94e98f604a18c44bdb4c102e67070f3ac9b"}, - {file = "pyzmq-25.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d1b604734bec94f05f81b360a272fc824334267426ae9905ff32dc2be433ab96"}, - {file = "pyzmq-25.1.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:a793ac733e3d895d96f865f1806f160696422554e46d30105807fdc9841b9f7d"}, - {file = "pyzmq-25.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0806175f2ae5ad4b835ecd87f5f85583316b69f17e97786f7443baaf54b9bb98"}, - {file = "pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ef12e259e7bc317c7597d4f6ef59b97b913e162d83b421dd0db3d6410f17a244"}, - {file = "pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea253b368eb41116011add00f8d5726762320b1bda892f744c91997b65754d73"}, - {file = "pyzmq-25.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1b9b1f2ad6498445a941d9a4fee096d387fee436e45cc660e72e768d3d8ee611"}, - {file = "pyzmq-25.1.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:8b14c75979ce932c53b79976a395cb2a8cd3aaf14aef75e8c2cb55a330b9b49d"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:889370d5174a741a62566c003ee8ddba4b04c3f09a97b8000092b7ca83ec9c49"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9a18fff090441a40ffda8a7f4f18f03dc56ae73f148f1832e109f9bffa85df15"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99a6b36f95c98839ad98f8c553d8507644c880cf1e0a57fe5e3a3f3969040882"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4345c9a27f4310afbb9c01750e9461ff33d6fb74cd2456b107525bbeebcb5be3"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3516e0b6224cf6e43e341d56da15fd33bdc37fa0c06af4f029f7d7dfceceabbc"}, - {file = "pyzmq-25.1.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:146b9b1f29ead41255387fb07be56dc29639262c0f7344f570eecdcd8d683314"}, - {file = "pyzmq-25.1.2.tar.gz", hash = "sha256:93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226"}, + {file = "pyzmq-26.0.3-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:44dd6fc3034f1eaa72ece33588867df9e006a7303725a12d64c3dff92330f625"}, + {file = "pyzmq-26.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:acb704195a71ac5ea5ecf2811c9ee19ecdc62b91878528302dd0be1b9451cc90"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dbb9c997932473a27afa93954bb77a9f9b786b4ccf718d903f35da3232317de"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6bcb34f869d431799c3ee7d516554797f7760cb2198ecaa89c3f176f72d062be"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38ece17ec5f20d7d9b442e5174ae9f020365d01ba7c112205a4d59cf19dc38ee"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:ba6e5e6588e49139a0979d03a7deb9c734bde647b9a8808f26acf9c547cab1bf"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3bf8b000a4e2967e6dfdd8656cd0757d18c7e5ce3d16339e550bd462f4857e59"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:2136f64fbb86451dbbf70223635a468272dd20075f988a102bf8a3f194a411dc"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e8918973fbd34e7814f59143c5f600ecd38b8038161239fd1a3d33d5817a38b8"}, + {file = "pyzmq-26.0.3-cp310-cp310-win32.whl", hash = "sha256:0aaf982e68a7ac284377d051c742610220fd06d330dcd4c4dbb4cdd77c22a537"}, + {file = "pyzmq-26.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:f1a9b7d00fdf60b4039f4455afd031fe85ee8305b019334b72dcf73c567edc47"}, + {file = "pyzmq-26.0.3-cp310-cp310-win_arm64.whl", hash = "sha256:80b12f25d805a919d53efc0a5ad7c0c0326f13b4eae981a5d7b7cc343318ebb7"}, + {file = "pyzmq-26.0.3-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:a72a84570f84c374b4c287183debc776dc319d3e8ce6b6a0041ce2e400de3f32"}, + {file = "pyzmq-26.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:7ca684ee649b55fd8f378127ac8462fb6c85f251c2fb027eb3c887e8ee347bcd"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e222562dc0f38571c8b1ffdae9d7adb866363134299264a1958d077800b193b7"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f17cde1db0754c35a91ac00b22b25c11da6eec5746431d6e5092f0cd31a3fea9"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b7c0c0b3244bb2275abe255d4a30c050d541c6cb18b870975553f1fb6f37527"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:ac97a21de3712afe6a6c071abfad40a6224fd14fa6ff0ff8d0c6e6cd4e2f807a"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:88b88282e55fa39dd556d7fc04160bcf39dea015f78e0cecec8ff4f06c1fc2b5"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:72b67f966b57dbd18dcc7efbc1c7fc9f5f983e572db1877081f075004614fcdd"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f4b6cecbbf3b7380f3b61de3a7b93cb721125dc125c854c14ddc91225ba52f83"}, + {file = "pyzmq-26.0.3-cp311-cp311-win32.whl", hash = "sha256:eed56b6a39216d31ff8cd2f1d048b5bf1700e4b32a01b14379c3b6dde9ce3aa3"}, + {file = "pyzmq-26.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:3191d312c73e3cfd0f0afdf51df8405aafeb0bad71e7ed8f68b24b63c4f36500"}, + {file = "pyzmq-26.0.3-cp311-cp311-win_arm64.whl", hash = "sha256:b6907da3017ef55139cf0e417c5123a84c7332520e73a6902ff1f79046cd3b94"}, + {file = "pyzmq-26.0.3-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:068ca17214038ae986d68f4a7021f97e187ed278ab6dccb79f837d765a54d753"}, + {file = "pyzmq-26.0.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:7821d44fe07335bea256b9f1f41474a642ca55fa671dfd9f00af8d68a920c2d4"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eeb438a26d87c123bb318e5f2b3d86a36060b01f22fbdffd8cf247d52f7c9a2b"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:69ea9d6d9baa25a4dc9cef5e2b77b8537827b122214f210dd925132e34ae9b12"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7daa3e1369355766dea11f1d8ef829905c3b9da886ea3152788dc25ee6079e02"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:6ca7a9a06b52d0e38ccf6bca1aeff7be178917893f3883f37b75589d42c4ac20"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1b7d0e124948daa4d9686d421ef5087c0516bc6179fdcf8828b8444f8e461a77"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e746524418b70f38550f2190eeee834db8850088c834d4c8406fbb9bc1ae10b2"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:6b3146f9ae6af82c47a5282ac8803523d381b3b21caeae0327ed2f7ecb718798"}, + {file = "pyzmq-26.0.3-cp312-cp312-win32.whl", hash = "sha256:2b291d1230845871c00c8462c50565a9cd6026fe1228e77ca934470bb7d70ea0"}, + {file = "pyzmq-26.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:926838a535c2c1ea21c903f909a9a54e675c2126728c21381a94ddf37c3cbddf"}, + {file = "pyzmq-26.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:5bf6c237f8c681dfb91b17f8435b2735951f0d1fad10cc5dfd96db110243370b"}, + {file = "pyzmq-26.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0c0991f5a96a8e620f7691e61178cd8f457b49e17b7d9cfa2067e2a0a89fc1d5"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:dbf012d8fcb9f2cf0643b65df3b355fdd74fc0035d70bb5c845e9e30a3a4654b"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:01fbfbeb8249a68d257f601deb50c70c929dc2dfe683b754659569e502fbd3aa"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c8eb19abe87029c18f226d42b8a2c9efdd139d08f8bf6e085dd9075446db450"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5344b896e79800af86ad643408ca9aa303a017f6ebff8cee5a3163c1e9aec987"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:204e0f176fd1d067671157d049466869b3ae1fc51e354708b0dc41cf94e23a3a"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a42db008d58530efa3b881eeee4991146de0b790e095f7ae43ba5cc612decbc5"}, + {file = "pyzmq-26.0.3-cp37-cp37m-win32.whl", hash = "sha256:8d7a498671ca87e32b54cb47c82a92b40130a26c5197d392720a1bce1b3c77cf"}, + {file = "pyzmq-26.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:3b4032a96410bdc760061b14ed6a33613ffb7f702181ba999df5d16fb96ba16a"}, + {file = "pyzmq-26.0.3-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:2cc4e280098c1b192c42a849de8de2c8e0f3a84086a76ec5b07bfee29bda7d18"}, + {file = "pyzmq-26.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5bde86a2ed3ce587fa2b207424ce15b9a83a9fa14422dcc1c5356a13aed3df9d"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:34106f68e20e6ff253c9f596ea50397dbd8699828d55e8fa18bd4323d8d966e6"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ebbbd0e728af5db9b04e56389e2299a57ea8b9dd15c9759153ee2455b32be6ad"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f6b1d1c631e5940cac5a0b22c5379c86e8df6a4ec277c7a856b714021ab6cfad"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e891ce81edd463b3b4c3b885c5603c00141151dd9c6936d98a680c8c72fe5c67"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9b273ecfbc590a1b98f014ae41e5cf723932f3b53ba9367cfb676f838038b32c"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b32bff85fb02a75ea0b68f21e2412255b5731f3f389ed9aecc13a6752f58ac97"}, + {file = "pyzmq-26.0.3-cp38-cp38-win32.whl", hash = "sha256:f6c21c00478a7bea93caaaef9e7629145d4153b15a8653e8bb4609d4bc70dbfc"}, + {file = "pyzmq-26.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:3401613148d93ef0fd9aabdbddb212de3db7a4475367f49f590c837355343972"}, + {file = "pyzmq-26.0.3-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:2ed8357f4c6e0daa4f3baf31832df8a33334e0fe5b020a61bc8b345a3db7a606"}, + {file = "pyzmq-26.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c1c8f2a2ca45292084c75bb6d3a25545cff0ed931ed228d3a1810ae3758f975f"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:b63731993cdddcc8e087c64e9cf003f909262b359110070183d7f3025d1c56b5"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b3cd31f859b662ac5d7f4226ec7d8bd60384fa037fc02aee6ff0b53ba29a3ba8"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:115f8359402fa527cf47708d6f8a0f8234f0e9ca0cab7c18c9c189c194dbf620"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:715bdf952b9533ba13dfcf1f431a8f49e63cecc31d91d007bc1deb914f47d0e4"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e1258c639e00bf5e8a522fec6c3eaa3e30cf1c23a2f21a586be7e04d50c9acab"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:15c59e780be8f30a60816a9adab900c12a58d79c1ac742b4a8df044ab2a6d920"}, + {file = "pyzmq-26.0.3-cp39-cp39-win32.whl", hash = "sha256:d0cdde3c78d8ab5b46595054e5def32a755fc028685add5ddc7403e9f6de9879"}, + {file = "pyzmq-26.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:ce828058d482ef860746bf532822842e0ff484e27f540ef5c813d516dd8896d2"}, + {file = "pyzmq-26.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:788f15721c64109cf720791714dc14afd0f449d63f3a5487724f024345067381"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:2c18645ef6294d99b256806e34653e86236eb266278c8ec8112622b61db255de"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7e6bc96ebe49604df3ec2c6389cc3876cabe475e6bfc84ced1bf4e630662cb35"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:971e8990c5cc4ddcff26e149398fc7b0f6a042306e82500f5e8db3b10ce69f84"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d8416c23161abd94cc7da80c734ad7c9f5dbebdadfdaa77dad78244457448223"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:082a2988364b60bb5de809373098361cf1dbb239623e39e46cb18bc035ed9c0c"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d57dfbf9737763b3a60d26e6800e02e04284926329aee8fb01049635e957fe81"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:77a85dca4c2430ac04dc2a2185c2deb3858a34fe7f403d0a946fa56970cf60a1"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4c82a6d952a1d555bf4be42b6532927d2a5686dd3c3e280e5f63225ab47ac1f5"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4496b1282c70c442809fc1b151977c3d967bfb33e4e17cedbf226d97de18f709"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:e4946d6bdb7ba972dfda282f9127e5756d4f299028b1566d1245fa0d438847e6"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:03c0ae165e700364b266876d712acb1ac02693acd920afa67da2ebb91a0b3c09"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:3e3070e680f79887d60feeda051a58d0ac36622e1759f305a41059eff62c6da7"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6ca08b840fe95d1c2bd9ab92dac5685f949fc6f9ae820ec16193e5ddf603c3b2"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e76654e9dbfb835b3518f9938e565c7806976c07b37c33526b574cc1a1050480"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:871587bdadd1075b112e697173e946a07d722459d20716ceb3d1bd6c64bd08ce"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d0a2d1bd63a4ad79483049b26514e70fa618ce6115220da9efdff63688808b17"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0270b49b6847f0d106d64b5086e9ad5dc8a902413b5dbbb15d12b60f9c1747a4"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:703c60b9910488d3d0954ca585c34f541e506a091a41930e663a098d3b794c67"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:74423631b6be371edfbf7eabb02ab995c2563fee60a80a30829176842e71722a"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:4adfbb5451196842a88fda3612e2c0414134874bffb1c2ce83ab4242ec9e027d"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:3516119f4f9b8671083a70b6afaa0a070f5683e431ab3dc26e9215620d7ca1ad"}, + {file = "pyzmq-26.0.3.tar.gz", hash = "sha256:dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a"}, ] [package.dependencies] @@ -3106,13 +3135,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "referencing" -version = "0.34.0" +version = "0.35.1" description = "JSON Referencing + Python" optional = false python-versions = ">=3.8" files = [ - {file = "referencing-0.34.0-py3-none-any.whl", hash = "sha256:d53ae300ceddd3169f1ffa9caf2cb7b769e92657e4fafb23d34b93679116dfd4"}, - {file = "referencing-0.34.0.tar.gz", hash = "sha256:5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"}, + {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"}, + {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"}, ] [package.dependencies] @@ -3121,104 +3150,90 @@ rpds-py = ">=0.7.0" [[package]] name = "regex" -version = "2023.12.25" +version = "2024.5.10" description = "Alternative regular expression module, to replace re." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "regex-2023.12.25-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0694219a1d54336fd0445ea382d49d36882415c0134ee1e8332afd1529f0baa5"}, - {file = "regex-2023.12.25-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b014333bd0217ad3d54c143de9d4b9a3ca1c5a29a6d0d554952ea071cff0f1f8"}, - {file = "regex-2023.12.25-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d865984b3f71f6d0af64d0d88f5733521698f6c16f445bb09ce746c92c97c586"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e0eabac536b4cc7f57a5f3d095bfa557860ab912f25965e08fe1545e2ed8b4c"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c25a8ad70e716f96e13a637802813f65d8a6760ef48672aa3502f4c24ea8b400"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a9b6d73353f777630626f403b0652055ebfe8ff142a44ec2cf18ae470395766e"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9cc99d6946d750eb75827cb53c4371b8b0fe89c733a94b1573c9dd16ea6c9e4"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:88d1f7bef20c721359d8675f7d9f8e414ec5003d8f642fdfd8087777ff7f94b5"}, - {file = "regex-2023.12.25-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cb3fe77aec8f1995611f966d0c656fdce398317f850d0e6e7aebdfe61f40e1cd"}, - {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:7aa47c2e9ea33a4a2a05f40fcd3ea36d73853a2aae7b4feab6fc85f8bf2c9704"}, - {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:df26481f0c7a3f8739fecb3e81bc9da3fcfae34d6c094563b9d4670b047312e1"}, - {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c40281f7d70baf6e0db0c2f7472b31609f5bc2748fe7275ea65a0b4601d9b392"}, - {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:d94a1db462d5690ebf6ae86d11c5e420042b9898af5dcf278bd97d6bda065423"}, - {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ba1b30765a55acf15dce3f364e4928b80858fa8f979ad41f862358939bdd1f2f"}, - {file = "regex-2023.12.25-cp310-cp310-win32.whl", hash = "sha256:150c39f5b964e4d7dba46a7962a088fbc91f06e606f023ce57bb347a3b2d4630"}, - {file = "regex-2023.12.25-cp310-cp310-win_amd64.whl", hash = "sha256:09da66917262d9481c719599116c7dc0c321ffcec4b1f510c4f8a066f8768105"}, - {file = "regex-2023.12.25-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1b9d811f72210fa9306aeb88385b8f8bcef0dfbf3873410413c00aa94c56c2b6"}, - {file = "regex-2023.12.25-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d902a43085a308cef32c0d3aea962524b725403fd9373dea18110904003bac97"}, - {file = "regex-2023.12.25-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d166eafc19f4718df38887b2bbe1467a4f74a9830e8605089ea7a30dd4da8887"}, - {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7ad32824b7f02bb3c9f80306d405a1d9b7bb89362d68b3c5a9be53836caebdb"}, - {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:636ba0a77de609d6510235b7f0e77ec494d2657108f777e8765efc060094c98c"}, - {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fda75704357805eb953a3ee15a2b240694a9a514548cd49b3c5124b4e2ad01b"}, - {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f72cbae7f6b01591f90814250e636065850c5926751af02bb48da94dfced7baa"}, - {file = "regex-2023.12.25-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:db2a0b1857f18b11e3b0e54ddfefc96af46b0896fb678c85f63fb8c37518b3e7"}, - {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7502534e55c7c36c0978c91ba6f61703faf7ce733715ca48f499d3dbbd7657e0"}, - {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:e8c7e08bb566de4faaf11984af13f6bcf6a08f327b13631d41d62592681d24fe"}, - {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:283fc8eed679758de38fe493b7d7d84a198b558942b03f017b1f94dda8efae80"}, - {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:f44dd4d68697559d007462b0a3a1d9acd61d97072b71f6d1968daef26bc744bd"}, - {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:67d3ccfc590e5e7197750fcb3a2915b416a53e2de847a728cfa60141054123d4"}, - {file = "regex-2023.12.25-cp311-cp311-win32.whl", hash = "sha256:68191f80a9bad283432385961d9efe09d783bcd36ed35a60fb1ff3f1ec2efe87"}, - {file = "regex-2023.12.25-cp311-cp311-win_amd64.whl", hash = "sha256:7d2af3f6b8419661a0c421584cfe8aaec1c0e435ce7e47ee2a97e344b98f794f"}, - {file = "regex-2023.12.25-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8a0ccf52bb37d1a700375a6b395bff5dd15c50acb745f7db30415bae3c2b0715"}, - {file = "regex-2023.12.25-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c3c4a78615b7762740531c27cf46e2f388d8d727d0c0c739e72048beb26c8a9d"}, - {file = "regex-2023.12.25-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ad83e7545b4ab69216cef4cc47e344d19622e28aabec61574b20257c65466d6a"}, - {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7a635871143661feccce3979e1727c4e094f2bdfd3ec4b90dfd4f16f571a87a"}, - {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d498eea3f581fbe1b34b59c697512a8baef88212f92e4c7830fcc1499f5b45a5"}, - {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:43f7cd5754d02a56ae4ebb91b33461dc67be8e3e0153f593c509e21d219c5060"}, - {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51f4b32f793812714fd5307222a7f77e739b9bc566dc94a18126aba3b92b98a3"}, - {file = "regex-2023.12.25-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ba99d8077424501b9616b43a2d208095746fb1284fc5ba490139651f971d39d9"}, - {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4bfc2b16e3ba8850e0e262467275dd4d62f0d045e0e9eda2bc65078c0110a11f"}, - {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8c2c19dae8a3eb0ea45a8448356ed561be843b13cbc34b840922ddf565498c1c"}, - {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:60080bb3d8617d96f0fb7e19796384cc2467447ef1c491694850ebd3670bc457"}, - {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b77e27b79448e34c2c51c09836033056a0547aa360c45eeeb67803da7b0eedaf"}, - {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:518440c991f514331f4850a63560321f833979d145d7d81186dbe2f19e27ae3d"}, - {file = "regex-2023.12.25-cp312-cp312-win32.whl", hash = "sha256:e2610e9406d3b0073636a3a2e80db05a02f0c3169b5632022b4e81c0364bcda5"}, - {file = "regex-2023.12.25-cp312-cp312-win_amd64.whl", hash = "sha256:cc37b9aeebab425f11f27e5e9e6cf580be7206c6582a64467a14dda211abc232"}, - {file = "regex-2023.12.25-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:da695d75ac97cb1cd725adac136d25ca687da4536154cdc2815f576e4da11c69"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d126361607b33c4eb7b36debc173bf25d7805847346dd4d99b5499e1fef52bc7"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4719bb05094d7d8563a450cf8738d2e1061420f79cfcc1fa7f0a44744c4d8f73"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5dd58946bce44b53b06d94aa95560d0b243eb2fe64227cba50017a8d8b3cd3e2"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22a86d9fff2009302c440b9d799ef2fe322416d2d58fc124b926aa89365ec482"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2aae8101919e8aa05ecfe6322b278f41ce2994c4a430303c4cd163fef746e04f"}, - {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e692296c4cc2873967771345a876bcfc1c547e8dd695c6b89342488b0ea55cd8"}, - {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:263ef5cc10979837f243950637fffb06e8daed7f1ac1e39d5910fd29929e489a"}, - {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:d6f7e255e5fa94642a0724e35406e6cb7001c09d476ab5fce002f652b36d0c39"}, - {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:88ad44e220e22b63b0f8f81f007e8abbb92874d8ced66f32571ef8beb0643b2b"}, - {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:3a17d3ede18f9cedcbe23d2daa8a2cd6f59fe2bf082c567e43083bba3fb00347"}, - {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d15b274f9e15b1a0b7a45d2ac86d1f634d983ca40d6b886721626c47a400bf39"}, - {file = "regex-2023.12.25-cp37-cp37m-win32.whl", hash = "sha256:ed19b3a05ae0c97dd8f75a5d8f21f7723a8c33bbc555da6bbe1f96c470139d3c"}, - {file = "regex-2023.12.25-cp37-cp37m-win_amd64.whl", hash = "sha256:a6d1047952c0b8104a1d371f88f4ab62e6275567d4458c1e26e9627ad489b445"}, - {file = "regex-2023.12.25-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b43523d7bc2abd757119dbfb38af91b5735eea45537ec6ec3a5ec3f9562a1c53"}, - {file = "regex-2023.12.25-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:efb2d82f33b2212898f1659fb1c2e9ac30493ac41e4d53123da374c3b5541e64"}, - {file = "regex-2023.12.25-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b7fca9205b59c1a3d5031f7e64ed627a1074730a51c2a80e97653e3e9fa0d415"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:086dd15e9435b393ae06f96ab69ab2d333f5d65cbe65ca5a3ef0ec9564dfe770"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e81469f7d01efed9b53740aedd26085f20d49da65f9c1f41e822a33992cb1590"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:34e4af5b27232f68042aa40a91c3b9bb4da0eeb31b7632e0091afc4310afe6cb"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9852b76ab558e45b20bf1893b59af64a28bd3820b0c2efc80e0a70a4a3ea51c1"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff100b203092af77d1a5a7abe085b3506b7eaaf9abf65b73b7d6905b6cb76988"}, - {file = "regex-2023.12.25-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cc038b2d8b1470364b1888a98fd22d616fba2b6309c5b5f181ad4483e0017861"}, - {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:094ba386bb5c01e54e14434d4caabf6583334090865b23ef58e0424a6286d3dc"}, - {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5cd05d0f57846d8ba4b71d9c00f6f37d6b97d5e5ef8b3c3840426a475c8f70f4"}, - {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:9aa1a67bbf0f957bbe096375887b2505f5d8ae16bf04488e8b0f334c36e31360"}, - {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:98a2636994f943b871786c9e82bfe7883ecdaba2ef5df54e1450fa9869d1f756"}, - {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:37f8e93a81fc5e5bd8db7e10e62dc64261bcd88f8d7e6640aaebe9bc180d9ce2"}, - {file = "regex-2023.12.25-cp38-cp38-win32.whl", hash = "sha256:d78bd484930c1da2b9679290a41cdb25cc127d783768a0369d6b449e72f88beb"}, - {file = "regex-2023.12.25-cp38-cp38-win_amd64.whl", hash = "sha256:b521dcecebc5b978b447f0f69b5b7f3840eac454862270406a39837ffae4e697"}, - {file = "regex-2023.12.25-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f7bc09bc9c29ebead055bcba136a67378f03d66bf359e87d0f7c759d6d4ffa31"}, - {file = "regex-2023.12.25-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e14b73607d6231f3cc4622809c196b540a6a44e903bcfad940779c80dffa7be7"}, - {file = "regex-2023.12.25-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9eda5f7a50141291beda3edd00abc2d4a5b16c29c92daf8d5bd76934150f3edc"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc6bb9aa69aacf0f6032c307da718f61a40cf970849e471254e0e91c56ffca95"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:298dc6354d414bc921581be85695d18912bea163a8b23cac9a2562bbcd5088b1"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2f4e475a80ecbd15896a976aa0b386c5525d0ed34d5c600b6d3ebac0a67c7ddf"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:531ac6cf22b53e0696f8e1d56ce2396311254eb806111ddd3922c9d937151dae"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22f3470f7524b6da61e2020672df2f3063676aff444db1daa283c2ea4ed259d6"}, - {file = "regex-2023.12.25-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:89723d2112697feaa320c9d351e5f5e7b841e83f8b143dba8e2d2b5f04e10923"}, - {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0ecf44ddf9171cd7566ef1768047f6e66975788258b1c6c6ca78098b95cf9a3d"}, - {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:905466ad1702ed4acfd67a902af50b8db1feeb9781436372261808df7a2a7bca"}, - {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:4558410b7a5607a645e9804a3e9dd509af12fb72b9825b13791a37cd417d73a5"}, - {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:7e316026cc1095f2a3e8cc012822c99f413b702eaa2ca5408a513609488cb62f"}, - {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:3b1de218d5375cd6ac4b5493e0b9f3df2be331e86520f23382f216c137913d20"}, - {file = "regex-2023.12.25-cp39-cp39-win32.whl", hash = "sha256:11a963f8e25ab5c61348d090bf1b07f1953929c13bd2309a0662e9ff680763c9"}, - {file = "regex-2023.12.25-cp39-cp39-win_amd64.whl", hash = "sha256:e693e233ac92ba83a87024e1d32b5f9ab15ca55ddd916d878146f4e3406b5c91"}, - {file = "regex-2023.12.25.tar.gz", hash = "sha256:29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5"}, + {file = "regex-2024.5.10-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:eda3dd46df535da787ffb9036b5140f941ecb91701717df91c9daf64cabef953"}, + {file = "regex-2024.5.10-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d5bd666466c8f00a06886ce1397ba8b12371c1f1c6d1bef11013e9e0a1464a8"}, + {file = "regex-2024.5.10-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:32e5f3b8e32918bfbdd12eca62e49ab3031125c454b507127ad6ecbd86e62fca"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:534efd2653ebc4f26fc0e47234e53bf0cb4715bb61f98c64d2774a278b58c846"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:193b7c6834a06f722f0ce1ba685efe80881de7c3de31415513862f601097648c"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:160ba087232c5c6e2a1e7ad08bd3a3f49b58c815be0504d8c8aacfb064491cd8"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:951be1eae7b47660412dc4938777a975ebc41936d64e28081bf2e584b47ec246"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d8a0f0ab5453e409586b11ebe91c672040bc804ca98d03a656825f7890cbdf88"}, + {file = "regex-2024.5.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9e6d4d6ae1827b2f8c7200aaf7501c37cf3f3896c86a6aaf2566448397c823dd"}, + {file = "regex-2024.5.10-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:161a206c8f3511e2f5fafc9142a2cc25d7fe9a1ec5ad9b4ad2496a7c33e1c5d2"}, + {file = "regex-2024.5.10-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:44b3267cea873684af022822195298501568ed44d542f9a2d9bebc0212e99069"}, + {file = "regex-2024.5.10-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:560278c9975694e1f0bc50da187abf2cdc1e4890739ea33df2bc4a85eeef143e"}, + {file = "regex-2024.5.10-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:70364a097437dd0a90b31cd77f09f7387ad9ac60ef57590971f43b7fca3082a5"}, + {file = "regex-2024.5.10-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:42be5de7cc8c1edac55db92d82b68dc8e683b204d6f5414c5a51997a323d7081"}, + {file = "regex-2024.5.10-cp310-cp310-win32.whl", hash = "sha256:9a8625849387b9d558d528e263ecc9c0fbde86cfa5c2f0eef43fff480ae24d71"}, + {file = "regex-2024.5.10-cp310-cp310-win_amd64.whl", hash = "sha256:903350bf44d7e4116b4d5898b30b15755d61dcd3161e3413a49c7db76f0bee5a"}, + {file = "regex-2024.5.10-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bf9596cba92ce7b1fd32c7b07c6e3212c7eed0edc271757e48bfcd2b54646452"}, + {file = "regex-2024.5.10-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:45cc13d398b6359a7708986386f72bd156ae781c3e83a68a6d4cee5af04b1ce9"}, + {file = "regex-2024.5.10-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ad45f3bccfcb00868f2871dce02a755529838d2b86163ab8a246115e80cfb7d6"}, + {file = "regex-2024.5.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:33d19f0cde6838c81acffff25c7708e4adc7dd02896c9ec25c3939b1500a1778"}, + {file = "regex-2024.5.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0a9f89d7db5ef6bdf53e5cc8e6199a493d0f1374b3171796b464a74ebe8e508a"}, + {file = "regex-2024.5.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8c6c71cf92b09e5faa72ea2c68aa1f61c9ce11cb66fdc5069d712f4392ddfd00"}, + {file = "regex-2024.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7467ad8b0eac0b28e52679e972b9b234b3de0ea5cee12eb50091d2b68145fe36"}, + {file = "regex-2024.5.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bc0db93ad039fc2fe32ccd3dd0e0e70c4f3d6e37ae83f0a487e1aba939bd2fbd"}, + {file = "regex-2024.5.10-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:fa9335674d7c819674467c7b46154196c51efbaf5f5715187fd366814ba3fa39"}, + {file = "regex-2024.5.10-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7dda3091838206969c2b286f9832dff41e2da545b99d1cfaea9ebd8584d02708"}, + {file = "regex-2024.5.10-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:504b5116e2bd1821efd815941edff7535e93372a098e156bb9dffde30264e798"}, + {file = "regex-2024.5.10-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:91b53dea84415e8115506cc62e441a2b54537359c63d856d73cb1abe05af4c9a"}, + {file = "regex-2024.5.10-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1a3903128f9e17a500618e80c68165c78c741ebb17dd1a0b44575f92c3c68b02"}, + {file = "regex-2024.5.10-cp311-cp311-win32.whl", hash = "sha256:236cace6c1903effd647ed46ce6dd5d76d54985fc36dafc5256032886736c85d"}, + {file = "regex-2024.5.10-cp311-cp311-win_amd64.whl", hash = "sha256:12446827f43c7881decf2c126762e11425de5eb93b3b0d8b581344c16db7047a"}, + {file = "regex-2024.5.10-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:14905ed75c7a6edf423eb46c213ed3f4507c38115f1ed3c00f4ec9eafba50e58"}, + {file = "regex-2024.5.10-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:4fad420b14ae1970a1f322e8ae84a1d9d89375eb71e1b504060ab2d1bfe68f3c"}, + {file = "regex-2024.5.10-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c46a76a599fcbf95f98755275c5527304cc4f1bb69919434c1e15544d7052910"}, + {file = "regex-2024.5.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0faecb6d5779753a6066a3c7a0471a8d29fe25d9981ca9e552d6d1b8f8b6a594"}, + {file = "regex-2024.5.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aab65121229c2ecdf4a31b793d99a6a0501225bd39b616e653c87b219ed34a49"}, + {file = "regex-2024.5.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:50e7e96a527488334379e05755b210b7da4a60fc5d6481938c1fa053e0c92184"}, + {file = "regex-2024.5.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba034c8db4b264ef1601eb33cd23d87c5013b8fb48b8161debe2e5d3bd9156b0"}, + {file = "regex-2024.5.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:031219782d97550c2098d9a68ce9e9eaefe67d2d81d8ff84c8354f9c009e720c"}, + {file = "regex-2024.5.10-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:62b5f7910b639f3c1d122d408421317c351e213ca39c964ad4121f27916631c6"}, + {file = "regex-2024.5.10-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:cd832bd9b6120d6074f39bdfbb3c80e416848b07ac72910f1c7f03131a6debc3"}, + {file = "regex-2024.5.10-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:e91b1976358e17197157b405cab408a5f4e33310cda211c49fc6da7cffd0b2f0"}, + {file = "regex-2024.5.10-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:571452362d552de508c37191b6abbbb660028b8b418e2d68c20779e0bc8eaaa8"}, + {file = "regex-2024.5.10-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5253dcb0bfda7214523de58b002eb0090cb530d7c55993ce5f6d17faf953ece7"}, + {file = "regex-2024.5.10-cp312-cp312-win32.whl", hash = "sha256:2f30a5ab8902f93930dc6f627c4dd5da2703333287081c85cace0fc6e21c25af"}, + {file = "regex-2024.5.10-cp312-cp312-win_amd64.whl", hash = "sha256:3799e36d60a35162bb35b2246d8bb012192b7437dff807ef79c14e7352706306"}, + {file = "regex-2024.5.10-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:bbdc5db2c98ac2bf1971ffa1410c87ca7a15800415f788971e8ba8520fc0fda9"}, + {file = "regex-2024.5.10-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6ccdeef4584450b6f0bddd5135354908dacad95425fcb629fe36d13e48b60f32"}, + {file = "regex-2024.5.10-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:29d839829209f3c53f004e1de8c3113efce6d98029f044fa5cfee666253ee7e6"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0709ba544cf50bd5cb843df4b8bb6701bae2b70a8e88da9add8386cbca5c1385"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:972b49f2fe1047b9249c958ec4fa1bdd2cf8ce305dc19d27546d5a38e57732d8"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9cdbb1998da94607d5eec02566b9586f0e70d6438abf1b690261aac0edda7ab6"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf7c8ee4861d9ef5b1120abb75846828c811f932d63311596ad25fa168053e00"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7d35d4cc9270944e95f9c88af757b0c9fc43f396917e143a5756608462c5223b"}, + {file = "regex-2024.5.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8722f72068b3e1156a4b2e1afde6810f1fc67155a9fa30a4b9d5b4bc46f18fb0"}, + {file = "regex-2024.5.10-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:696639a73ca78a380acfaa0a1f6dd8220616a99074c05bba9ba8bb916914b224"}, + {file = "regex-2024.5.10-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ea057306ab469130167014b662643cfaed84651c792948891d003cf0039223a5"}, + {file = "regex-2024.5.10-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:b43b78f9386d3d932a6ce5af4b45f393d2e93693ee18dc4800d30a8909df700e"}, + {file = "regex-2024.5.10-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:c43395a3b7cc9862801a65c6994678484f186ce13c929abab44fb8a9e473a55a"}, + {file = "regex-2024.5.10-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0bc94873ba11e34837bffd7e5006703abeffc4514e2f482022f46ce05bd25e67"}, + {file = "regex-2024.5.10-cp38-cp38-win32.whl", hash = "sha256:1118ba9def608250250f4b3e3f48c62f4562ba16ca58ede491b6e7554bfa09ff"}, + {file = "regex-2024.5.10-cp38-cp38-win_amd64.whl", hash = "sha256:458d68d34fb74b906709735c927c029e62f7d06437a98af1b5b6258025223210"}, + {file = "regex-2024.5.10-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:15e593386ec6331e0ab4ac0795b7593f02ab2f4b30a698beb89fbdc34f92386a"}, + {file = "regex-2024.5.10-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ca23b41355ba95929e9505ee04e55495726aa2282003ed9b012d86f857d3e49b"}, + {file = "regex-2024.5.10-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2c8982ee19ccecabbaeac1ba687bfef085a6352a8c64f821ce2f43e6d76a9298"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7117cb7d6ac7f2e985f3d18aa8a1728864097da1a677ffa69e970ca215baebf1"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b66421f8878a0c82fc0c272a43e2121c8d4c67cb37429b764f0d5ad70b82993b"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:224a9269f133564109ce668213ef3cb32bc72ccf040b0b51c72a50e569e9dc9e"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab98016541543692a37905871a5ffca59b16e08aacc3d7d10a27297b443f572d"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:51d27844763c273a122e08a3e86e7aefa54ee09fb672d96a645ece0454d8425e"}, + {file = "regex-2024.5.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:853cc36e756ff673bf984e9044ccc8fad60b95a748915dddeab9488aea974c73"}, + {file = "regex-2024.5.10-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4e7eaf9df15423d07b6050fb91f86c66307171b95ea53e2d87a7993b6d02c7f7"}, + {file = "regex-2024.5.10-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:169fd0acd7a259f58f417e492e93d0e15fc87592cd1e971c8c533ad5703b5830"}, + {file = "regex-2024.5.10-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:334b79ce9c08f26b4659a53f42892793948a613c46f1b583e985fd5a6bf1c149"}, + {file = "regex-2024.5.10-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:f03b1dbd4d9596dd84955bb40f7d885204d6aac0d56a919bb1e0ff2fb7e1735a"}, + {file = "regex-2024.5.10-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:cfa6d61a76c77610ba9274c1a90a453062bdf6887858afbe214d18ad41cf6bde"}, + {file = "regex-2024.5.10-cp39-cp39-win32.whl", hash = "sha256:249fbcee0a277c32a3ce36d8e36d50c27c968fdf969e0fbe342658d4e010fbc8"}, + {file = "regex-2024.5.10-cp39-cp39-win_amd64.whl", hash = "sha256:0ce56a923f4c01d7568811bfdffe156268c0a7aae8a94c902b92fe34c4bde785"}, + {file = "regex-2024.5.10.tar.gz", hash = "sha256:304e7e2418146ae4d0ef0e9ffa28f881f7874b45b4994cc2279b21b6e7ae50c8"}, ] [[package]] @@ -3269,229 +3284,219 @@ files = [ [[package]] name = "rpds-py" -version = "0.18.0" +version = "0.18.1" description = "Python bindings to Rust's persistent data structures (rpds)" optional = false python-versions = ">=3.8" files = [ - {file = "rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e"}, - {file = "rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88"}, - {file = "rpds_py-0.18.0-cp310-none-win32.whl", hash = "sha256:c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337"}, - {file = "rpds_py-0.18.0-cp310-none-win_amd64.whl", hash = "sha256:7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836"}, - {file = "rpds_py-0.18.0-cp311-none-win32.whl", hash = "sha256:69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1"}, - {file = "rpds_py-0.18.0-cp311-none-win_amd64.whl", hash = "sha256:998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7"}, - {file = "rpds_py-0.18.0-cp312-none-win32.whl", hash = "sha256:685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98"}, - {file = "rpds_py-0.18.0-cp312-none-win_amd64.whl", hash = "sha256:e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594"}, - {file = "rpds_py-0.18.0-cp38-none-win32.whl", hash = "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e"}, - {file = "rpds_py-0.18.0-cp38-none-win_amd64.whl", hash = "sha256:7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20"}, - {file = "rpds_py-0.18.0-cp39-none-win32.whl", hash = "sha256:99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7"}, - {file = "rpds_py-0.18.0-cp39-none-win_amd64.whl", hash = "sha256:6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f"}, - {file = "rpds_py-0.18.0.tar.gz", hash = "sha256:42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:d31dea506d718693b6b2cffc0648a8929bdc51c70a311b2770f09611caa10d53"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:732672fbc449bab754e0b15356c077cc31566df874964d4801ab14f71951ea80"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a98a1f0552b5f227a3d6422dbd61bc6f30db170939bd87ed14f3c339aa6c7c9"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f1944ce16401aad1e3f7d312247b3d5de7981f634dc9dfe90da72b87d37887d"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:38e14fb4e370885c4ecd734f093a2225ee52dc384b86fa55fe3f74638b2cfb09"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08d74b184f9ab6289b87b19fe6a6d1a97fbfea84b8a3e745e87a5de3029bf944"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d70129cef4a8d979caa37e7fe957202e7eee8ea02c5e16455bc9808a59c6b2f0"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ce0bb20e3a11bd04461324a6a798af34d503f8d6f1aa3d2aa8901ceaf039176d"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:81c5196a790032e0fc2464c0b4ab95f8610f96f1f2fa3d4deacce6a79852da60"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:f3027be483868c99b4985fda802a57a67fdf30c5d9a50338d9db646d590198da"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d44607f98caa2961bab4fa3c4309724b185b464cdc3ba6f3d7340bac3ec97cc1"}, + {file = "rpds_py-0.18.1-cp310-none-win32.whl", hash = "sha256:c273e795e7a0f1fddd46e1e3cb8be15634c29ae8ff31c196debb620e1edb9333"}, + {file = "rpds_py-0.18.1-cp310-none-win_amd64.whl", hash = "sha256:8352f48d511de5f973e4f2f9412736d7dea76c69faa6d36bcf885b50c758ab9a"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6b5ff7e1d63a8281654b5e2896d7f08799378e594f09cf3674e832ecaf396ce8"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8927638a4d4137a289e41d0fd631551e89fa346d6dbcfc31ad627557d03ceb6d"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:154bf5c93d79558b44e5b50cc354aa0459e518e83677791e6adb0b039b7aa6a7"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07f2139741e5deb2c5154a7b9629bc5aa48c766b643c1a6750d16f865a82c5fc"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8c7672e9fba7425f79019db9945b16e308ed8bc89348c23d955c8c0540da0a07"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:489bdfe1abd0406eba6b3bb4fdc87c7fa40f1031de073d0cfb744634cc8fa261"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c20f05e8e3d4fc76875fc9cb8cf24b90a63f5a1b4c5b9273f0e8225e169b100"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:967342e045564cef76dfcf1edb700b1e20838d83b1aa02ab313e6a497cf923b8"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2cc7c1a47f3a63282ab0f422d90ddac4aa3034e39fc66a559ab93041e6505da7"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f7afbfee1157e0f9376c00bb232e80a60e59ed716e3211a80cb8506550671e6e"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9e6934d70dc50f9f8ea47081ceafdec09245fd9f6032669c3b45705dea096b88"}, + {file = "rpds_py-0.18.1-cp311-none-win32.whl", hash = "sha256:c69882964516dc143083d3795cb508e806b09fc3800fd0d4cddc1df6c36e76bb"}, + {file = "rpds_py-0.18.1-cp311-none-win_amd64.whl", hash = "sha256:70a838f7754483bcdc830444952fd89645569e7452e3226de4a613a4c1793fb2"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:3dd3cd86e1db5aadd334e011eba4e29d37a104b403e8ca24dcd6703c68ca55b3"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:05f3d615099bd9b13ecf2fc9cf2d839ad3f20239c678f461c753e93755d629ee"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35b2b771b13eee8729a5049c976197ff58a27a3829c018a04341bcf1ae409b2b"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ee17cd26b97d537af8f33635ef38be873073d516fd425e80559f4585a7b90c43"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b646bf655b135ccf4522ed43d6902af37d3f5dbcf0da66c769a2b3938b9d8184"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:19ba472b9606c36716062c023afa2484d1e4220548751bda14f725a7de17b4f6"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e30ac5e329098903262dc5bdd7e2086e0256aa762cc8b744f9e7bf2a427d3f8"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d58ad6317d188c43750cb76e9deacf6051d0f884d87dc6518e0280438648a9ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e1735502458621921cee039c47318cb90b51d532c2766593be6207eec53e5c4c"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:f5bab211605d91db0e2995a17b5c6ee5edec1270e46223e513eaa20da20076ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2fc24a329a717f9e2448f8cd1f960f9dac4e45b6224d60734edeb67499bab03a"}, + {file = "rpds_py-0.18.1-cp312-none-win32.whl", hash = "sha256:1805d5901779662d599d0e2e4159d8a82c0b05faa86ef9222bf974572286b2b6"}, + {file = "rpds_py-0.18.1-cp312-none-win_amd64.whl", hash = "sha256:720edcb916df872d80f80a1cc5ea9058300b97721efda8651efcd938a9c70a72"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:c827576e2fa017a081346dce87d532a5310241648eb3700af9a571a6e9fc7e74"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aa3679e751408d75a0b4d8d26d6647b6d9326f5e35c00a7ccd82b78ef64f65f8"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0abeee75434e2ee2d142d650d1e54ac1f8b01e6e6abdde8ffd6eeac6e9c38e20"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed402d6153c5d519a0faf1bb69898e97fb31613b49da27a84a13935ea9164dfc"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:338dee44b0cef8b70fd2ef54b4e09bb1b97fc6c3a58fea5db6cc083fd9fc2724"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7750569d9526199c5b97e5a9f8d96a13300950d910cf04a861d96f4273d5b104"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:607345bd5912aacc0c5a63d45a1f73fef29e697884f7e861094e443187c02be5"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:207c82978115baa1fd8d706d720b4a4d2b0913df1c78c85ba73fe6c5804505f0"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:6d1e42d2735d437e7e80bab4d78eb2e459af48c0a46e686ea35f690b93db792d"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:5463c47c08630007dc0fe99fb480ea4f34a89712410592380425a9b4e1611d8e"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:06d218939e1bf2ca50e6b0ec700ffe755e5216a8230ab3e87c059ebb4ea06afc"}, + {file = "rpds_py-0.18.1-cp38-none-win32.whl", hash = "sha256:312fe69b4fe1ffbe76520a7676b1e5ac06ddf7826d764cc10265c3b53f96dbe9"}, + {file = "rpds_py-0.18.1-cp38-none-win_amd64.whl", hash = "sha256:9437ca26784120a279f3137ee080b0e717012c42921eb07861b412340f85bae2"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:19e515b78c3fc1039dd7da0a33c28c3154458f947f4dc198d3c72db2b6b5dc93"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a7b28c5b066bca9a4eb4e2f2663012debe680f097979d880657f00e1c30875a0"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:673fdbbf668dd958eff750e500495ef3f611e2ecc209464f661bc82e9838991e"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d960de62227635d2e61068f42a6cb6aae91a7fe00fca0e3aeed17667c8a34611"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:352a88dc7892f1da66b6027af06a2e7e5d53fe05924cc2cfc56495b586a10b72"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e0ee01ad8260184db21468a6e1c37afa0529acc12c3a697ee498d3c2c4dcaf3"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4c39ad2f512b4041343ea3c7894339e4ca7839ac38ca83d68a832fc8b3748ab"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aaa71ee43a703c321906813bb252f69524f02aa05bf4eec85f0c41d5d62d0f4c"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:6cd8098517c64a85e790657e7b1e509b9fe07487fd358e19431cb120f7d96338"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:4adec039b8e2928983f885c53b7cc4cda8965b62b6596501a0308d2703f8af1b"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:32b7daaa3e9389db3695964ce8e566e3413b0c43e3394c05e4b243a4cd7bef26"}, + {file = "rpds_py-0.18.1-cp39-none-win32.whl", hash = "sha256:2625f03b105328729f9450c8badda34d5243231eef6535f80064d57035738360"}, + {file = "rpds_py-0.18.1-cp39-none-win_amd64.whl", hash = "sha256:bf18932d0003c8c4d51a39f244231986ab23ee057d235a12b2684ea26a353590"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cbfbea39ba64f5e53ae2915de36f130588bba71245b418060ec3330ebf85678e"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:a3d456ff2a6a4d2adcdf3c1c960a36f4fd2fec6e3b4902a42a384d17cf4e7a65"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7700936ef9d006b7ef605dc53aa364da2de5a3aa65516a1f3ce73bf82ecfc7ae"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:51584acc5916212e1bf45edd17f3a6b05fe0cbb40482d25e619f824dccb679de"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:942695a206a58d2575033ff1e42b12b2aece98d6003c6bc739fbf33d1773b12f"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b906b5f58892813e5ba5c6056d6a5ad08f358ba49f046d910ad992196ea61397"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6f8e3fecca256fefc91bb6765a693d96692459d7d4c644660a9fff32e517843"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7732770412bab81c5a9f6d20aeb60ae943a9b36dcd990d876a773526468e7163"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:bd1105b50ede37461c1d51b9698c4f4be6e13e69a908ab7751e3807985fc0346"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:618916f5535784960f3ecf8111581f4ad31d347c3de66d02e728de460a46303c"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:17c6d2155e2423f7e79e3bb18151c686d40db42d8645e7977442170c360194d4"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c4c4c3f878df21faf5fac86eda32671c27889e13570645a9eea0a1abdd50922"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:fab6ce90574645a0d6c58890e9bcaac8d94dff54fb51c69e5522a7358b80ab64"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:531796fb842b53f2695e94dc338929e9f9dbf473b64710c28af5a160b2a8927d"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:740884bc62a5e2bbb31e584f5d23b32320fd75d79f916f15a788d527a5e83644"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:998125738de0158f088aef3cb264a34251908dd2e5d9966774fdab7402edfab7"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e2be6e9dd4111d5b31ba3b74d17da54a8319d8168890fbaea4b9e5c3de630ae5"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0cee71bc618cd93716f3c1bf56653740d2d13ddbd47673efa8bf41435a60daa"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2c3caec4ec5cd1d18e5dd6ae5194d24ed12785212a90b37f5f7f06b8bedd7139"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:27bba383e8c5231cd559affe169ca0b96ec78d39909ffd817f28b166d7ddd4d8"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:a888e8bdb45916234b99da2d859566f1e8a1d2275a801bb8e4a9644e3c7e7909"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:6031b25fb1b06327b43d841f33842b383beba399884f8228a6bb3df3088485ff"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:48c2faaa8adfacefcbfdb5f2e2e7bdad081e5ace8d182e5f4ade971f128e6bb3"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d85164315bd68c0806768dc6bb0429c6f95c354f87485ee3593c4f6b14def2bd"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6afd80f6c79893cfc0574956f78a0add8c76e3696f2d6a15bca2c66c415cf2d4"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fa242ac1ff583e4ec7771141606aafc92b361cd90a05c30d93e343a0c2d82a89"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d21be4770ff4e08698e1e8e0bce06edb6ea0626e7c8f560bc08222880aca6a6f"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c45a639e93a0c5d4b788b2613bd637468edd62f8f95ebc6fcc303d58ab3f0a8"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:910e71711d1055b2768181efa0a17537b2622afeb0424116619817007f8a2b10"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b9bb1f182a97880f6078283b3505a707057c42bf55d8fca604f70dedfdc0772a"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d54f74f40b1f7aaa595a02ff42ef38ca654b1469bef7d52867da474243cc633"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:8d2e182c9ee01135e11e9676e9a62dfad791a7a467738f06726872374a83db49"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:636a15acc588f70fda1661234761f9ed9ad79ebed3f2125d44be0862708b666e"}, + {file = "rpds_py-0.18.1.tar.gz", hash = "sha256:dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"}, ] [[package]] name = "safetensors" -version = "0.4.2" +version = "0.4.3" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "safetensors-0.4.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:69d8bb8384dc2cb5b72c36c4d6980771b293d1a1377b378763f5e37b6bb8d133"}, - {file = "safetensors-0.4.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3d420e19fcef96d0067f4de4699682b4bbd85fc8fea0bd45fcd961fdf3e8c82c"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9ca54742122fa3c4821754adb67318e1cd25c3a22bbf0c5520d5176e77a099ac"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b47aa643afdfd66cf7ce4c184092ae734e15d10aba2c2948f24270211801c3c"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d88a16bbc330f27e7f2d4caaf6fb061ad0b8a756ecc4033260b0378e128ce8a2"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e9223b8ac21085db614a510eb3445e7083cae915a9202357555fa939695d4f57"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce6cb86133dc8930a7ab5e7438545a7f205f7a1cdd5aaf108c1d0da6bdcfbc2b"}, - {file = "safetensors-0.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b8a628e0ae2bbc334b62952c384aa5f41621d01850f8d67b04a96b9c39dd7326"}, - {file = "safetensors-0.4.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:88d6beb7f811a081e0e5f1d9669fdac816c45340c04b1eaf7ebfda0ce93ea403"}, - {file = "safetensors-0.4.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b57fc5b1b54cb12d8690a58a4cf4b7144730d4bde9d98aa0e1dab6295a1cd579"}, - {file = "safetensors-0.4.2-cp310-none-win32.whl", hash = "sha256:9d87a1c98803c16cf113b9ba03f07b2dce5e8eabfd1811a7f7323fcaa2a1bf47"}, - {file = "safetensors-0.4.2-cp310-none-win_amd64.whl", hash = "sha256:18930ec1d1ecb526d3d9835abc2489b8f1530877518f0c541e77ef0b7abcbd99"}, - {file = "safetensors-0.4.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:c5dd2ed788730ed56b415d1a11c62026b8cc8c573f55a2092afb3ab383e94fff"}, - {file = "safetensors-0.4.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:cc41791b33efb9c83a59b731619f3d15f543dfe71f3a793cb8fbf9bd5d0d5d71"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c888bf71d5ca12a720f1ed87d407c4918afa022fb247a6546d8fac15b1f112b"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e6b2feb4b47226a16a792e6fac3f49442714884a3d4c1008569d5068a3941be9"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f41cc0ee4b838ae8f4d8364a1b162067693d11a3893f0863be8c228d40e4d0ee"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:51b7228e46c0a483c40ba4b9470dea00fb1ff8685026bb4766799000f6328ac2"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:02697f8f2be8ca3c37a4958702dbdb1864447ef765e18b5328a1617022dcf164"}, - {file = "safetensors-0.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:27fd8f65cf7c80e4280cae1ee6bcd85c483882f6580821abe71ee1a0d3dcfca7"}, - {file = "safetensors-0.4.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c487b5f113b0924c9534a07dc034830fb4ef05ce9bb6d78cfe016a7dedfe281f"}, - {file = "safetensors-0.4.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:da7f6483f3fe67ff39b3a55552552c67930ea10a36e9f2539d36fc205273d767"}, - {file = "safetensors-0.4.2-cp311-none-win32.whl", hash = "sha256:52a7012f6cb9cb4a132760b6308daede18a9f5f8952ce08adc7c67a7d865c2d8"}, - {file = "safetensors-0.4.2-cp311-none-win_amd64.whl", hash = "sha256:4d1361a097ac430b310ce9eed8ed4746edee33ddafdfbb965debc8966fc34dc2"}, - {file = "safetensors-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:77af8aa0edcc2863760fd6febbfdb82e88fd75d0e60c1ce4ba57208ba5e4a89b"}, - {file = "safetensors-0.4.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:846666c1c5a8c8888d2dfda8d3921cb9cb8e2c5f78365be756c11021e75a0a2a"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f4bfc7ea19b446bfad41510d4b4c76101698c00caaa8a332c8edd8090a412ef"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:233436fd30f27ffeb3c3780d0b84f496518868445c7a8db003639a649cc98453"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7a09237a795d11cd11f9dae505d170a29b5616151db1e10c14f892b11caadc7d"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:de01c9a3a3b7b69627d624ff69d9f11d28ce9908eea2fb6245adafa4b1d43df6"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c1f25c5069ee42a5bcffdc66c300a407941edd73f3239e9fdefd26216407391"}, - {file = "safetensors-0.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7a73b3649456d09ca8506140d44484b63154a7378434cc1e8719f8056550b224"}, - {file = "safetensors-0.4.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e1625a8d07d046e968bd5c4961810aba1225984e4fb9243626f9d04a06ed3fee"}, - {file = "safetensors-0.4.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8f74c86b25615cb24ad4cff765a2eefc09d71bf0fed97588cf585aad9c38fbb4"}, - {file = "safetensors-0.4.2-cp312-none-win32.whl", hash = "sha256:8523b9c5777d771bcde5c2389c03f1cdf7ebe8797432a1bd5e345efe25c55987"}, - {file = "safetensors-0.4.2-cp312-none-win_amd64.whl", hash = "sha256:dcff0243e1737a21f83d664c63fed89d1f532c23fc6830d0427279fabd789ccb"}, - {file = "safetensors-0.4.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:96ad3d7d472612e26cbe413922b4fb13933310f0511d346ea5cc9a1e856e52eb"}, - {file = "safetensors-0.4.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:88250922401b5ae4e37de929178caf46be47ed16c817b2237b81679bec07c120"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d40443554142fc0ab30652d5cc8554c4b7a613513bde00373e18afd5de8cbe4b"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:27f53f70106224d32d874aacecbeb4a6e4c5b16a1d2006d0e876d97229086d71"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cc068afe23734dfb26ce19db0a7877499ddf73b1d55ceb762417e8da4a1b05fb"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9be1918eb8d43a11a6f8806759fccfa0eeb0542b12924caba66af8a7800ad01a"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41911087d20a7bbd78cb4ad4f98aab0c431533107584df6635d8b54b99945573"}, - {file = "safetensors-0.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:50771c662aab909f31e94d048e76861fd027d66076ea773eef2e66c717766e24"}, - {file = "safetensors-0.4.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:13f2e57be007b7ea9329133d2399e6bdfcf1910f655440a4da17df3a45afcd30"}, - {file = "safetensors-0.4.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:c772147e6395bc829842e0a98e1b30c67fe25d816299c28196488511d5a5e951"}, - {file = "safetensors-0.4.2-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:36239a0060b537a3e8c473df78cffee14c3ec4f51d5f1a853af99371a2fb2a35"}, - {file = "safetensors-0.4.2-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:d0cbb7664fad2c307f95195f951b7059e95dc23e0e1822e5978c8b500098543c"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b3e55adb6bd9dc1c2a341e72f48f075953fa35d173dd8e29a95b3b02d0d1462"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:42f743b3cca863fba53ca57a193f510e5ec359b97f38c282437716b6768e4a25"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:04e6af4a6dbeb06c4e6e7d46cf9c716cbc4cc5ef62584fd8a7c0fe558562df45"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a492ba21b5c8f14ee5ec9b20f42ba969e53ca1f909a4d04aad736b66a341dcc2"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b25b8233a1a85dc67e39838951cfb01595d792f3b7b644add63edb652992e030"}, - {file = "safetensors-0.4.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fd27e063fbdafe776f7b1714da59110e88f270e86db00788a8fd65f4eacfeba7"}, - {file = "safetensors-0.4.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1b6fa399f251bbeb52029bf5a0ac2878d7705dd3612a2f8895b48e9c11f0367d"}, - {file = "safetensors-0.4.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:de642d46b459e4afd5c2020b26c0d6d869a171ea00411897d5776c127cac74f0"}, - {file = "safetensors-0.4.2-cp37-none-win32.whl", hash = "sha256:77b72d17754c93bb68f3598182f14d78776e0b9b31682ca5bb2c7c5bd9a75267"}, - {file = "safetensors-0.4.2-cp37-none-win_amd64.whl", hash = "sha256:d36ee3244d461cd655aeef493792c3bccf4875282f8407fd9af99e9a41cf2530"}, - {file = "safetensors-0.4.2-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:16b6b3884f7876c6b3b23a742428223a7170a5a9dac819d8c12a1569422c4b5a"}, - {file = "safetensors-0.4.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ee25d311493fbbe0be9d395faee46e9d79e8948f461e388ff39e59875ed9a350"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eed8097968585cd752a1171f86fce9aa1d89a29033e5cd8bec5a502e29f6b7af"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:880e6865cf72cb67f9ab8d04a3c4b49dd95ae92fb1583929ce65aed94e1f685f"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91290f83daf80ce6d1a7f629b244443c200060a80f908b29d879021409e5ea94"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3517d568486ab3508a7acc360b82d7a4a3e26b86efdf210a9ecd9d233c40708a"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1f43a77eb38540f782999e5dc5645164fe9027d3f0194f6c9a5126168017efa"}, - {file = "safetensors-0.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b684d9818aa5d63fddc65f7d0151968037d255d91adf74eba82125b41c680aaa"}, - {file = "safetensors-0.4.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ab1f5d84185f9fefaf21413efb764e4908057b8a9a0b987ede890c353490fd70"}, - {file = "safetensors-0.4.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2bd979642e6c3a517ef4b84ff36c2fee4015664fea05a61154fc565978347553"}, - {file = "safetensors-0.4.2-cp38-none-win32.whl", hash = "sha256:11be6e7afed29e5a5628f0aa6214e34bc194da73f558dc69fc7d56e07037422a"}, - {file = "safetensors-0.4.2-cp38-none-win_amd64.whl", hash = "sha256:2f7a6e5d29bd2cc340cffaa391fa437b1be9d21a2bd8b8724d2875d13a6ef2a9"}, - {file = "safetensors-0.4.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:a5a921b4fe6925f9942adff3ebae8c16e0487908c54586a5a42f35b59fd69794"}, - {file = "safetensors-0.4.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b691727228c28f2d82d8a92b2bc26e7a1f129ee40b2f2a3185b5974e038ed47c"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91ca1056decc4e981248786e87b2a202d4841ee5f99d433f1adf3d44d4bcfa0e"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:55969fd2e6fdb38dc221b0ab380668c21b0efa12a7562db9924759faa3c51757"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6ae429bfaecc10ab5fe78c93009b3d1656c1581da560041e700eadb497dbe7a4"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4ff88f194fe4ac50b463a4a6f0c03af9ad72eb5d24ec6d6730af59522e37fedb"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a80cb48d0a447f8dd18e61813efa7d3f8f8d52edf0f05806abc0c59b83431f57"}, - {file = "safetensors-0.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b286fb7adfee70a4189898ac2342b8a67d5f493e6b21b0af89ca8eac1b967cbf"}, - {file = "safetensors-0.4.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0ceeff9ddbab4f78738489eb6682867ae946178776f33699737b2129b5394dc1"}, - {file = "safetensors-0.4.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a26fae748a7488cb3aac381eddfa818c42052c87b5e689fb4c6e82ed58cec209"}, - {file = "safetensors-0.4.2-cp39-none-win32.whl", hash = "sha256:039a42ab33c9d68b39706fd38f1922ace26866eff246bf20271edb619f5f848b"}, - {file = "safetensors-0.4.2-cp39-none-win_amd64.whl", hash = "sha256:b3a3e1f5b85859e398773f064943b62a4059f225008a2a8ee6add1edcf77cacf"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:4e70d442ad17e8b153ef9095bf48ea64f15a66bf26dc2b6ca94660c154edbc24"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:b90f1d9809caf4ff395951b4703295a68d12907f6945bbc3129e934ff8ae46f6"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c7ac9ad3728838006598e296b3ae9f27d80b489effd4685b92d97b3fc4c98f6"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de5730d77e6ff7f4c7039e20913661ad0ea2f86c09e71c039e73dfdd1f394f08"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:44feb8cb156d6803dcd19fc6b81b27235f29b877660605a6ac35e1da7d64f0e4"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:523a241c33e7c827ab9a3a23760d75c7d062f43dfe55b6b019409f89b0fb52d1"}, - {file = "safetensors-0.4.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:fb18300e8eb74291225214f26c9a8ae2110fd61a6c9b5a2ff4c4e0eb1bb9a998"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:fe5437ff9fb116e44f2ab558981249ae63f978392b4576e62fcfe167d353edbc"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9304a0934ced5a5d272f39de36291dc141dfc152d277f03fb4d65f2fb2ffa7c"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:160ba1b1e11cf874602c233ab80a14f588571d09556cbc3586900121d622b5ed"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:04fcd6fcf7d9c13c7e5dc7e08de5e492ee4daa8f4ad74b4d8299d3eb0224292f"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:906d14c4a677d35834fb0f3a5455ef8305e1bba10a5e0f2e0f357b3d1ad989f2"}, - {file = "safetensors-0.4.2-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:df3fcdec0cd543084610d1f09c65cdb10fb3079f79bceddc092b0d187c6a265b"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5ca76f13fb1cef242ea3ad2cb37388e7d005994f42af8b44bee56ba48b2d45ce"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:278a1a3414c020785decdcd741c578725721274d2f9f787fcc930882e83b89cc"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:05b5a461cc68ecd42d9d546e5e1268a39d8ede7934a68d1ce17c3c659cb829d6"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c2341411412a41671d25e26bed59ec121e46bf4fadb8132895e610411c4b9681"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3497ac3895acf17c5f98197f1fa4769f09c5e7ede07fcb102f1c201e663e052c"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:01b5e71d3754d2201294f1eb7a6d59cce3a5702ff96d83d226571b2ca2183837"}, - {file = "safetensors-0.4.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:3627dbd1ea488dd8046a0491de5087f3c0d641e7acc80c0189a33c69398f1cd1"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9d56f0ef53afad26ec54ceede78a43e9a23a076dadbbda7b44d304c591abf4c1"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:b259ca73d42daf658a1bda463f1f83885ae4d93a60869be80d7f7dfcc9d8bbb5"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1ebc3cd401e4eb54e7c0a70346be565e81942d9a41fafd5f4bf7ab3a55d10378"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5bc384a0309b706aa0425c93abb0390508a61bf029ce99c7d9df4220f25871a5"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:af2d8f7235d8a08fbccfb8394387890e7fa38942b349a94e6eff13c52ac98087"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:0911315bbcc5289087d063c2c2c7ccd711ea97a7e557a7bce005ac2cf80146aa"}, - {file = "safetensors-0.4.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:1efe31673be91832d73439a2af426743e1395fc9ef7b081914e9e1d567bd7b5f"}, - {file = "safetensors-0.4.2.tar.gz", hash = "sha256:acc85dcb09ec5e8aa787f588d7ad4d55c103f31e4ff060e17d92cc0e8b8cac73"}, + {file = "safetensors-0.4.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:dcf5705cab159ce0130cd56057f5f3425023c407e170bca60b4868048bae64fd"}, + {file = "safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bb4f8c5d0358a31e9a08daeebb68f5e161cdd4018855426d3f0c23bb51087055"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70a5319ef409e7f88686a46607cbc3c428271069d8b770076feaf913664a07ac"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fb9c65bd82f9ef3ce4970dc19ee86be5f6f93d032159acf35e663c6bea02b237"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:edb5698a7bc282089f64c96c477846950358a46ede85a1c040e0230344fdde10"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:efcc860be094b8d19ac61b452ec635c7acb9afa77beb218b1d7784c6d41fe8ad"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d88b33980222085dd6001ae2cad87c6068e0991d4f5ccf44975d216db3b57376"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5fc6775529fb9f0ce2266edd3e5d3f10aab068e49f765e11f6f2a63b5367021d"}, + {file = "safetensors-0.4.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9c6ad011c1b4e3acff058d6b090f1da8e55a332fbf84695cf3100c649cc452d1"}, + {file = "safetensors-0.4.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8c496c5401c1b9c46d41a7688e8ff5b0310a3b9bae31ce0f0ae870e1ea2b8caf"}, + {file = "safetensors-0.4.3-cp310-none-win32.whl", hash = "sha256:38e2a8666178224a51cca61d3cb4c88704f696eac8f72a49a598a93bbd8a4af9"}, + {file = "safetensors-0.4.3-cp310-none-win_amd64.whl", hash = "sha256:393e6e391467d1b2b829c77e47d726f3b9b93630e6a045b1d1fca67dc78bf632"}, + {file = "safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a"}, + {file = "safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9afd5358719f1b2cf425fad638fc3c887997d6782da317096877e5b15b2ce93"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d8c5093206ef4b198600ae484230402af6713dab1bd5b8e231905d754022bec7"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0b2104df1579d6ba9052c0ae0e3137c9698b2d85b0645507e6fd1813b70931a"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8cf18888606dad030455d18f6c381720e57fc6a4170ee1966adb7ebc98d4d6a3"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:585c9ae13a205807b63bef8a37994f30c917ff800ab8a1ca9c9b5d73024f97ee"}, + {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:faefeb3b81bdfb4e5a55b9bbdf3d8d8753f65506e1d67d03f5c851a6c87150e9"}, + {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:befdf0167ad626f22f6aac6163477fcefa342224a22f11fdd05abb3995c1783c"}, + {file = "safetensors-0.4.3-cp311-none-win32.whl", hash = "sha256:a7cef55929dcbef24af3eb40bedec35d82c3c2fa46338bb13ecf3c5720af8a61"}, + {file = "safetensors-0.4.3-cp311-none-win_amd64.whl", hash = "sha256:840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67"}, + {file = "safetensors-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:22d21760dc6ebae42e9c058d75aa9907d9f35e38f896e3c69ba0e7b213033856"}, + {file = "safetensors-0.4.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d22c1a10dff3f64d0d68abb8298a3fd88ccff79f408a3e15b3e7f637ef5c980"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1648568667f820b8c48317c7006221dc40aced1869908c187f493838a1362bc"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:446e9fe52c051aeab12aac63d1017e0f68a02a92a027b901c4f8e931b24e5397"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fef5d70683643618244a4f5221053567ca3e77c2531e42ad48ae05fae909f542"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a1f4430cc0c9d6afa01214a4b3919d0a029637df8e09675ceef1ca3f0dfa0df"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d603846a8585b9432a0fd415db1d4c57c0f860eb4aea21f92559ff9902bae4d"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a844cdb5d7cbc22f5f16c7e2a0271170750763c4db08381b7f696dbd2c78a361"}, + {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:88887f69f7a00cf02b954cdc3034ffb383b2303bc0ab481d4716e2da51ddc10e"}, + {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ee463219d9ec6c2be1d331ab13a8e0cd50d2f32240a81d498266d77d07b7e71e"}, + {file = "safetensors-0.4.3-cp312-none-win32.whl", hash = "sha256:d0dd4a1db09db2dba0f94d15addc7e7cd3a7b0d393aa4c7518c39ae7374623c3"}, + {file = "safetensors-0.4.3-cp312-none-win_amd64.whl", hash = "sha256:d14d30c25897b2bf19b6fb5ff7e26cc40006ad53fd4a88244fdf26517d852dd7"}, + {file = "safetensors-0.4.3-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:d1456f814655b224d4bf6e7915c51ce74e389b413be791203092b7ff78c936dd"}, + {file = "safetensors-0.4.3-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:455d538aa1aae4a8b279344a08136d3f16334247907b18a5c3c7fa88ef0d3c46"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf476bca34e1340ee3294ef13e2c625833f83d096cfdf69a5342475602004f95"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:02ef3a24face643456020536591fbd3c717c5abaa2737ec428ccbbc86dffa7a4"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7de32d0d34b6623bb56ca278f90db081f85fb9c5d327e3c18fd23ac64f465768"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a0deb16a1d3ea90c244ceb42d2c6c276059616be21a19ac7101aa97da448faf"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c59d51f182c729f47e841510b70b967b0752039f79f1de23bcdd86462a9b09ee"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1f598b713cc1a4eb31d3b3203557ac308acf21c8f41104cdd74bf640c6e538e3"}, + {file = "safetensors-0.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5757e4688f20df083e233b47de43845d1adb7e17b6cf7da5f8444416fc53828d"}, + {file = "safetensors-0.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:fe746d03ed8d193674a26105e4f0fe6c726f5bb602ffc695b409eaf02f04763d"}, + {file = "safetensors-0.4.3-cp37-none-win32.whl", hash = "sha256:0d5ffc6a80f715c30af253e0e288ad1cd97a3d0086c9c87995e5093ebc075e50"}, + {file = "safetensors-0.4.3-cp37-none-win_amd64.whl", hash = "sha256:a11c374eb63a9c16c5ed146457241182f310902bd2a9c18255781bb832b6748b"}, + {file = "safetensors-0.4.3-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:b1e31be7945f66be23f4ec1682bb47faa3df34cb89fc68527de6554d3c4258a4"}, + {file = "safetensors-0.4.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:03a4447c784917c9bf01d8f2ac5080bc15c41692202cd5f406afba16629e84d6"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d244bcafeb1bc06d47cfee71727e775bca88a8efda77a13e7306aae3813fa7e4"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:53c4879b9c6bd7cd25d114ee0ef95420e2812e676314300624594940a8d6a91f"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74707624b81f1b7f2b93f5619d4a9f00934d5948005a03f2c1845ffbfff42212"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0d52c958dc210265157573f81d34adf54e255bc2b59ded6218500c9b15a750eb"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f9568f380f513a60139971169c4a358b8731509cc19112369902eddb33faa4d"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0d9cd8e1560dfc514b6d7859247dc6a86ad2f83151a62c577428d5102d872721"}, + {file = "safetensors-0.4.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:89f9f17b0dacb913ed87d57afbc8aad85ea42c1085bd5de2f20d83d13e9fc4b2"}, + {file = "safetensors-0.4.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1139eb436fd201c133d03c81209d39ac57e129f5e74e34bb9ab60f8d9b726270"}, + {file = "safetensors-0.4.3-cp38-none-win32.whl", hash = "sha256:d9c289f140a9ae4853fc2236a2ffc9a9f2d5eae0cb673167e0f1b8c18c0961ac"}, + {file = "safetensors-0.4.3-cp38-none-win_amd64.whl", hash = "sha256:622afd28968ef3e9786562d352659a37de4481a4070f4ebac883f98c5836563e"}, + {file = "safetensors-0.4.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8651c7299cbd8b4161a36cd6a322fa07d39cd23535b144d02f1c1972d0c62f3c"}, + {file = "safetensors-0.4.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e375d975159ac534c7161269de24ddcd490df2157b55c1a6eeace6cbb56903f0"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:084fc436e317f83f7071fc6a62ca1c513b2103db325cd09952914b50f51cf78f"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:41a727a7f5e6ad9f1db6951adee21bbdadc632363d79dc434876369a17de6ad6"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7dbbde64b6c534548696808a0e01276d28ea5773bc9a2dfb97a88cd3dffe3df"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bbae3b4b9d997971431c346edbfe6e41e98424a097860ee872721e176040a893"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01e4b22e3284cd866edeabe4f4d896229495da457229408d2e1e4810c5187121"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0dd37306546b58d3043eb044c8103a02792cc024b51d1dd16bd3dd1f334cb3ed"}, + {file = "safetensors-0.4.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d8815b5e1dac85fc534a97fd339e12404db557878c090f90442247e87c8aeaea"}, + {file = "safetensors-0.4.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e011cc162503c19f4b1fd63dfcddf73739c7a243a17dac09b78e57a00983ab35"}, + {file = "safetensors-0.4.3-cp39-none-win32.whl", hash = "sha256:01feb3089e5932d7e662eda77c3ecc389f97c0883c4a12b5cfdc32b589a811c3"}, + {file = "safetensors-0.4.3-cp39-none-win_amd64.whl", hash = "sha256:3f9cdca09052f585e62328c1c2923c70f46814715c795be65f0b93f57ec98a02"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:1b89381517891a7bb7d1405d828b2bf5d75528299f8231e9346b8eba092227f9"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:cd6fff9e56df398abc5866b19a32124815b656613c1c5ec0f9350906fd798aac"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:840caf38d86aa7014fe37ade5d0d84e23dcfbc798b8078015831996ecbc206a3"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9650713b2cfa9537a2baf7dd9fee458b24a0aaaa6cafcea8bdd5fb2b8efdc34"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e4119532cd10dba04b423e0f86aecb96cfa5a602238c0aa012f70c3a40c44b50"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e066e8861eef6387b7c772344d1fe1f9a72800e04ee9a54239d460c400c72aab"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:90964917f5b0fa0fa07e9a051fbef100250c04d150b7026ccbf87a34a54012e0"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c41e1893d1206aa7054029681778d9a58b3529d4c807002c156d58426c225173"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae7613a119a71a497d012ccc83775c308b9c1dab454806291427f84397d852fd"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9bac020faba7f5dc481e881b14b6425265feabb5bfc552551d21189c0eddc3"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:420a98f593ff9930f5822560d14c395ccbc57342ddff3b463bc0b3d6b1951550"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:f5e6883af9a68c0028f70a4c19d5a6ab6238a379be36ad300a22318316c00cb0"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:cdd0a3b5da66e7f377474599814dbf5cbf135ff059cc73694de129b58a5e8a2c"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9bfb92f82574d9e58401d79c70c716985dc049b635fef6eecbb024c79b2c46ad"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:3615a96dd2dcc30eb66d82bc76cda2565f4f7bfa89fcb0e31ba3cea8a1a9ecbb"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:868ad1b6fc41209ab6bd12f63923e8baeb1a086814cb2e81a65ed3d497e0cf8f"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7ffba80aa49bd09195145a7fd233a7781173b422eeb995096f2b30591639517"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c0acbe31340ab150423347e5b9cc595867d814244ac14218932a5cf1dd38eb39"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:19bbdf95de2cf64f25cd614c5236c8b06eb2cfa47cbf64311f4b5d80224623a3"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b852e47eb08475c2c1bd8131207b405793bfc20d6f45aff893d3baaad449ed14"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5d07cbca5b99babb692d76d8151bec46f461f8ad8daafbfd96b2fca40cadae65"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1ab6527a20586d94291c96e00a668fa03f86189b8a9defa2cdd34a1a01acc7d5"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02318f01e332cc23ffb4f6716e05a492c5f18b1d13e343c49265149396284a44"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec4b52ce9a396260eb9731eb6aea41a7320de22ed73a1042c2230af0212758ce"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:018b691383026a2436a22b648873ed11444a364324e7088b99cd2503dd828400"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:309b10dbcab63269ecbf0e2ca10ce59223bb756ca5d431ce9c9eeabd446569da"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b277482120df46e27a58082df06a15aebda4481e30a1c21eefd0921ae7e03f65"}, + {file = "safetensors-0.4.3.tar.gz", hash = "sha256:2f85fc50c4e07a21e95c24e07460fe6f7e2859d0ce88092838352b798ce711c2"}, ] [package.extras] @@ -3504,42 +3509,42 @@ paddlepaddle = ["paddlepaddle (>=2.4.1)", "safetensors[numpy]"] pinned-tf = ["safetensors[numpy]", "tensorflow (==2.11.0)"] quality = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "isort (>=5.5.4)"] tensorflow = ["safetensors[numpy]", "tensorflow (>=2.11.0)"] -testing = ["h5py (>=3.7.0)", "huggingface_hub (>=0.12.1)", "hypothesis (>=6.70.2)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "safetensors[numpy]", "setuptools_rust (>=1.5.2)"] +testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "hypothesis (>=6.70.2)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "safetensors[numpy]", "setuptools-rust (>=1.5.2)"] torch = ["safetensors[numpy]", "torch (>=1.10)"] [[package]] name = "scikit-learn" -version = "1.4.1.post1" +version = "1.4.2" description = "A set of python modules for machine learning and data mining" optional = false python-versions = ">=3.9" files = [ - {file = "scikit-learn-1.4.1.post1.tar.gz", hash = "sha256:93d3d496ff1965470f9977d05e5ec3376fb1e63b10e4fda5e39d23c2d8969a30"}, - {file = "scikit_learn-1.4.1.post1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c540aaf44729ab5cd4bd5e394f2b375e65ceaea9cdd8c195788e70433d91bbc5"}, - {file = "scikit_learn-1.4.1.post1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:4310bff71aa98b45b46cd26fa641309deb73a5d1c0461d181587ad4f30ea3c36"}, - {file = "scikit_learn-1.4.1.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f43dd527dabff5521af2786a2f8de5ba381e182ec7292663508901cf6ceaf6e"}, - {file = "scikit_learn-1.4.1.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c02e27d65b0c7dc32f2c5eb601aaf5530b7a02bfbe92438188624524878336f2"}, - {file = "scikit_learn-1.4.1.post1-cp310-cp310-win_amd64.whl", hash = "sha256:629e09f772ad42f657ca60a1a52342eef786218dd20cf1369a3b8d085e55ef8f"}, - {file = "scikit_learn-1.4.1.post1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6145dfd9605b0b50ae72cdf72b61a2acd87501369a763b0d73d004710ebb76b5"}, - {file = "scikit_learn-1.4.1.post1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:1afed6951bc9d2053c6ee9a518a466cbc9b07c6a3f9d43bfe734192b6125d508"}, - {file = "scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce03506ccf5f96b7e9030fea7eb148999b254c44c10182ac55857bc9b5d4815f"}, - {file = "scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4ba516fcdc73d60e7f48cbb0bccb9acbdb21807de3651531208aac73c758e3ab"}, - {file = "scikit_learn-1.4.1.post1-cp311-cp311-win_amd64.whl", hash = "sha256:78cd27b4669513b50db4f683ef41ea35b5dddc797bd2bbd990d49897fd1c8a46"}, - {file = "scikit_learn-1.4.1.post1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:a1e289f33f613cefe6707dead50db31930530dc386b6ccff176c786335a7b01c"}, - {file = "scikit_learn-1.4.1.post1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:0df87de9ce1c0140f2818beef310fb2e2afdc1e66fc9ad587965577f17733649"}, - {file = "scikit_learn-1.4.1.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:712c1c69c45b58ef21635360b3d0a680ff7d83ac95b6f9b82cf9294070cda710"}, - {file = "scikit_learn-1.4.1.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1754b0c2409d6ed5a3380512d0adcf182a01363c669033a2b55cca429ed86a81"}, - {file = "scikit_learn-1.4.1.post1-cp312-cp312-win_amd64.whl", hash = "sha256:1d491ef66e37f4e812db7e6c8286520c2c3fc61b34bf5e59b67b4ce528de93af"}, - {file = "scikit_learn-1.4.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:aa0029b78ef59af22cfbd833e8ace8526e4df90212db7ceccbea582ebb5d6794"}, - {file = "scikit_learn-1.4.1.post1-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:14e4c88436ac96bf69eb6d746ac76a574c314a23c6961b7d344b38877f20fee1"}, - {file = "scikit_learn-1.4.1.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7cd3a77c32879311f2aa93466d3c288c955ef71d191503cf0677c3340ae8ae0"}, - {file = "scikit_learn-1.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a3ee19211ded1a52ee37b0a7b373a8bfc66f95353af058a210b692bd4cda0dd"}, - {file = "scikit_learn-1.4.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:234b6bda70fdcae9e4abbbe028582ce99c280458665a155eed0b820599377d25"}, + {file = "scikit-learn-1.4.2.tar.gz", hash = "sha256:daa1c471d95bad080c6e44b4946c9390a4842adc3082572c20e4f8884e39e959"}, + {file = "scikit_learn-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8539a41b3d6d1af82eb629f9c57f37428ff1481c1e34dddb3b9d7af8ede67ac5"}, + {file = "scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:68b8404841f944a4a1459b07198fa2edd41a82f189b44f3e1d55c104dbc2e40c"}, + {file = "scikit_learn-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:81bf5d8bbe87643103334032dd82f7419bc8c8d02a763643a6b9a5c7288c5054"}, + {file = "scikit_learn-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36f0ea5d0f693cb247a073d21a4123bdf4172e470e6d163c12b74cbb1536cf38"}, + {file = "scikit_learn-1.4.2-cp310-cp310-win_amd64.whl", hash = "sha256:87440e2e188c87db80ea4023440923dccbd56fbc2d557b18ced00fef79da0727"}, + {file = "scikit_learn-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:45dee87ac5309bb82e3ea633955030df9bbcb8d2cdb30383c6cd483691c546cc"}, + {file = "scikit_learn-1.4.2-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:1d0b25d9c651fd050555aadd57431b53d4cf664e749069da77f3d52c5ad14b3b"}, + {file = "scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0203c368058ab92efc6168a1507d388d41469c873e96ec220ca8e74079bf62e"}, + {file = "scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44c62f2b124848a28fd695db5bc4da019287abf390bfce602ddc8aa1ec186aae"}, + {file = "scikit_learn-1.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:5cd7b524115499b18b63f0c96f4224eb885564937a0b3477531b2b63ce331904"}, + {file = "scikit_learn-1.4.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:90378e1747949f90c8f385898fff35d73193dfcaec3dd75d6b542f90c4e89755"}, + {file = "scikit_learn-1.4.2-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:ff4effe5a1d4e8fed260a83a163f7dbf4f6087b54528d8880bab1d1377bd78be"}, + {file = "scikit_learn-1.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:671e2f0c3f2c15409dae4f282a3a619601fa824d2c820e5b608d9d775f91780c"}, + {file = "scikit_learn-1.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d36d0bc983336bbc1be22f9b686b50c964f593c8a9a913a792442af9bf4f5e68"}, + {file = "scikit_learn-1.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:d762070980c17ba3e9a4a1e043ba0518ce4c55152032f1af0ca6f39b376b5928"}, + {file = "scikit_learn-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d9993d5e78a8148b1d0fdf5b15ed92452af5581734129998c26f481c46586d68"}, + {file = "scikit_learn-1.4.2-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:426d258fddac674fdf33f3cb2d54d26f49406e2599dbf9a32b4d1696091d4256"}, + {file = "scikit_learn-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5460a1a5b043ae5ae4596b3126a4ec33ccba1b51e7ca2c5d36dac2169f62ab1d"}, + {file = "scikit_learn-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49d64ef6cb8c093d883e5a36c4766548d974898d378e395ba41a806d0e824db8"}, + {file = "scikit_learn-1.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:c97a50b05c194be9146d61fe87dbf8eac62b203d9e87a3ccc6ae9aed2dfaf361"}, ] [package.dependencies] joblib = ">=1.2.0" -numpy = ">=1.19.5,<2.0" +numpy = ">=1.19.5" scipy = ">=1.6.0" threadpoolctl = ">=2.0.0" @@ -3551,45 +3556,45 @@ tests = ["black (>=23.3.0)", "matplotlib (>=3.3.4)", "mypy (>=1.3)", "numpydoc ( [[package]] name = "scipy" -version = "1.12.0" +version = "1.13.0" description = "Fundamental algorithms for scientific computing in Python" optional = false python-versions = ">=3.9" files = [ - {file = "scipy-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:78e4402e140879387187f7f25d91cc592b3501a2e51dfb320f48dfb73565f10b"}, - {file = "scipy-1.12.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:f5f00ebaf8de24d14b8449981a2842d404152774c1a1d880c901bf454cb8e2a1"}, - {file = "scipy-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e53958531a7c695ff66c2e7bb7b79560ffdc562e2051644c5576c39ff8efb563"}, - {file = "scipy-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e32847e08da8d895ce09d108a494d9eb78974cf6de23063f93306a3e419960c"}, - {file = "scipy-1.12.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4c1020cad92772bf44b8e4cdabc1df5d87376cb219742549ef69fc9fd86282dd"}, - {file = "scipy-1.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:75ea2a144096b5e39402e2ff53a36fecfd3b960d786b7efd3c180e29c39e53f2"}, - {file = "scipy-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:408c68423f9de16cb9e602528be4ce0d6312b05001f3de61fe9ec8b1263cad08"}, - {file = "scipy-1.12.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:5adfad5dbf0163397beb4aca679187d24aec085343755fcdbdeb32b3679f254c"}, - {file = "scipy-1.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3003652496f6e7c387b1cf63f4bb720951cfa18907e998ea551e6de51a04467"}, - {file = "scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b8066bce124ee5531d12a74b617d9ac0ea59245246410e19bca549656d9a40a"}, - {file = "scipy-1.12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8bee4993817e204d761dba10dbab0774ba5a8612e57e81319ea04d84945375ba"}, - {file = "scipy-1.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:a24024d45ce9a675c1fb8494e8e5244efea1c7a09c60beb1eeb80373d0fecc70"}, - {file = "scipy-1.12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e7e76cc48638228212c747ada851ef355c2bb5e7f939e10952bc504c11f4e372"}, - {file = "scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:f7ce148dffcd64ade37b2df9315541f9adad6efcaa86866ee7dd5db0c8f041c3"}, - {file = "scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c39f92041f490422924dfdb782527a4abddf4707616e07b021de33467f917bc"}, - {file = "scipy-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7ebda398f86e56178c2fa94cad15bf457a218a54a35c2a7b4490b9f9cb2676c"}, - {file = "scipy-1.12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:95e5c750d55cf518c398a8240571b0e0782c2d5a703250872f36eaf737751338"}, - {file = "scipy-1.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:e646d8571804a304e1da01040d21577685ce8e2db08ac58e543eaca063453e1c"}, - {file = "scipy-1.12.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:913d6e7956c3a671de3b05ccb66b11bc293f56bfdef040583a7221d9e22a2e35"}, - {file = "scipy-1.12.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:bba1b0c7256ad75401c73e4b3cf09d1f176e9bd4248f0d3112170fb2ec4db067"}, - {file = "scipy-1.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:730badef9b827b368f351eacae2e82da414e13cf8bd5051b4bdfd720271a5371"}, - {file = "scipy-1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6546dc2c11a9df6926afcbdd8a3edec28566e4e785b915e849348c6dd9f3f490"}, - {file = "scipy-1.12.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:196ebad3a4882081f62a5bf4aeb7326aa34b110e533aab23e4374fcccb0890dc"}, - {file = "scipy-1.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:b360f1b6b2f742781299514e99ff560d1fe9bd1bff2712894b52abe528d1fd1e"}, - {file = "scipy-1.12.0.tar.gz", hash = "sha256:4bf5abab8a36d20193c698b0f1fc282c1d083c94723902c447e5d2f1780936a3"}, + {file = "scipy-1.13.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ba419578ab343a4e0a77c0ef82f088238a93eef141b2b8017e46149776dfad4d"}, + {file = "scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:22789b56a999265431c417d462e5b7f2b487e831ca7bef5edeb56efe4c93f86e"}, + {file = "scipy-1.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:05f1432ba070e90d42d7fd836462c50bf98bd08bed0aa616c359eed8a04e3922"}, + {file = "scipy-1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8434f6f3fa49f631fae84afee424e2483289dfc30a47755b4b4e6b07b2633a4"}, + {file = "scipy-1.13.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:dcbb9ea49b0167de4167c40eeee6e167caeef11effb0670b554d10b1e693a8b9"}, + {file = "scipy-1.13.0-cp310-cp310-win_amd64.whl", hash = "sha256:1d2f7bb14c178f8b13ebae93f67e42b0a6b0fc50eba1cd8021c9b6e08e8fb1cd"}, + {file = "scipy-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0fbcf8abaf5aa2dc8d6400566c1a727aed338b5fe880cde64907596a89d576fa"}, + {file = "scipy-1.13.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:5e4a756355522eb60fcd61f8372ac2549073c8788f6114449b37e9e8104f15a5"}, + {file = "scipy-1.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5acd8e1dbd8dbe38d0004b1497019b2dbbc3d70691e65d69615f8a7292865d7"}, + {file = "scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ff7dad5d24a8045d836671e082a490848e8639cabb3dbdacb29f943a678683d"}, + {file = "scipy-1.13.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:4dca18c3ffee287ddd3bc8f1dabaf45f5305c5afc9f8ab9cbfab855e70b2df5c"}, + {file = "scipy-1.13.0-cp311-cp311-win_amd64.whl", hash = "sha256:a2f471de4d01200718b2b8927f7d76b5d9bde18047ea0fa8bd15c5ba3f26a1d6"}, + {file = "scipy-1.13.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d0de696f589681c2802f9090fff730c218f7c51ff49bf252b6a97ec4a5d19e8b"}, + {file = "scipy-1.13.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:b2a3ff461ec4756b7e8e42e1c681077349a038f0686132d623fa404c0bee2551"}, + {file = "scipy-1.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6bf9fe63e7a4bf01d3645b13ff2aa6dea023d38993f42aaac81a18b1bda7a82a"}, + {file = "scipy-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e7626dfd91cdea5714f343ce1176b6c4745155d234f1033584154f60ef1ff42"}, + {file = "scipy-1.13.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:109d391d720fcebf2fbe008621952b08e52907cf4c8c7efc7376822151820820"}, + {file = "scipy-1.13.0-cp312-cp312-win_amd64.whl", hash = "sha256:8930ae3ea371d6b91c203b1032b9600d69c568e537b7988a3073dfe4d4774f21"}, + {file = "scipy-1.13.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5407708195cb38d70fd2d6bb04b1b9dd5c92297d86e9f9daae1576bd9e06f602"}, + {file = "scipy-1.13.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:ac38c4c92951ac0f729c4c48c9e13eb3675d9986cc0c83943784d7390d540c78"}, + {file = "scipy-1.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09c74543c4fbeb67af6ce457f6a6a28e5d3739a87f62412e4a16e46f164f0ae5"}, + {file = "scipy-1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28e286bf9ac422d6beb559bc61312c348ca9b0f0dae0d7c5afde7f722d6ea13d"}, + {file = "scipy-1.13.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:33fde20efc380bd23a78a4d26d59fc8704e9b5fd9b08841693eb46716ba13d86"}, + {file = "scipy-1.13.0-cp39-cp39-win_amd64.whl", hash = "sha256:45c08bec71d3546d606989ba6e7daa6f0992918171e2a6f7fbedfa7361c2de1e"}, + {file = "scipy-1.13.0.tar.gz", hash = "sha256:58569af537ea29d3f78e5abd18398459f195546bb3be23d16677fb26616cc11e"}, ] [package.dependencies] -numpy = ">=1.22.4,<1.29.0" +numpy = ">=1.22.4,<2.3" [package.extras] -dev = ["click", "cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy", "pycodestyle", "pydevtool", "rich-click", "ruff", "types-psutil", "typing_extensions"] -doc = ["jupytext", "matplotlib (>2)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (==0.9.0)", "sphinx (!=4.1.0)", "sphinx-design (>=0.2.0)"] -test = ["asv", "gmpy2", "hypothesis", "mpmath", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] +dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy", "pycodestyle", "pydevtool", "rich-click", "ruff", "types-psutil", "typing_extensions"] +doc = ["jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.12.0)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0)", "sphinx-design (>=0.4.0)"] +test = ["array-api-strict", "asv", "gmpy2", "hypothesis (>=6.30)", "mpmath", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] [[package]] name = "seaborn" @@ -3614,13 +3619,13 @@ stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "send2trash" -version = "1.8.2" +version = "1.8.3" description = "Send file to trash natively under Mac OS X, Windows and Linux" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "Send2Trash-1.8.2-py3-none-any.whl", hash = "sha256:a384719d99c07ce1eefd6905d2decb6f8b7ed054025bb0e618919f945de4f679"}, - {file = "Send2Trash-1.8.2.tar.gz", hash = "sha256:c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312"}, + {file = "Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9"}, + {file = "Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf"}, ] [package.extras] @@ -3692,18 +3697,18 @@ files = [ [[package]] name = "setuptools" -version = "69.2.0" +version = "69.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-69.2.0-py3-none-any.whl", hash = "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"}, - {file = "setuptools-69.2.0.tar.gz", hash = "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"}, + {file = "setuptools-69.5.1-py3-none-any.whl", hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32"}, + {file = "setuptools-69.5.1.tar.gz", hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -3786,6 +3791,19 @@ files = [ [package.extras] widechars = ["wcwidth"] +[[package]] +name = "tbb" +version = "2021.12.0" +description = "Intel® oneAPI Threading Building Blocks (oneTBB)" +optional = false +python-versions = "*" +files = [ + {file = "tbb-2021.12.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:f2cc9a7f8ababaa506cbff796ce97c3bf91062ba521e15054394f773375d81d8"}, + {file = "tbb-2021.12.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:a925e9a7c77d3a46ae31c34b0bb7f801c4118e857d137b68f68a8e458fcf2bd7"}, + {file = "tbb-2021.12.0-py3-none-win32.whl", hash = "sha256:b1725b30c174048edc8be70bd43bb95473f396ce895d91151a474d0fa9f450a8"}, + {file = "tbb-2021.12.0-py3-none-win_amd64.whl", hash = "sha256:fc2772d850229f2f3df85f1109c4844c495a2db7433d38200959ee9265b34789"}, +] + [[package]] name = "termcolor" version = "2.4.0" @@ -3823,13 +3841,13 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"] [[package]] name = "threadpoolctl" -version = "3.4.0" +version = "3.5.0" description = "threadpoolctl" optional = false python-versions = ">=3.8" files = [ - {file = "threadpoolctl-3.4.0-py3-none-any.whl", hash = "sha256:8f4c689a65b23e5ed825c8436a92b818aac005e0f3715f6a1664d7c7ee29d262"}, - {file = "threadpoolctl-3.4.0.tar.gz", hash = "sha256:f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196"}, + {file = "threadpoolctl-3.5.0-py3-none-any.whl", hash = "sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467"}, + {file = "threadpoolctl-3.5.0.tar.gz", hash = "sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107"}, ] [[package]] @@ -3886,13 +3904,13 @@ blobfile = ["blobfile (>=2)"] [[package]] name = "tinycss2" -version = "1.2.1" +version = "1.3.0" description = "A tiny CSS parser" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tinycss2-1.2.1-py3-none-any.whl", hash = "sha256:2b80a96d41e7c3914b8cda8bc7f705a4d9c49275616e886103dd839dfc847847"}, - {file = "tinycss2-1.2.1.tar.gz", hash = "sha256:8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627"}, + {file = "tinycss2-1.3.0-py3-none-any.whl", hash = "sha256:54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7"}, + {file = "tinycss2-1.3.0.tar.gz", hash = "sha256:152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d"}, ] [package.dependencies] @@ -3900,7 +3918,7 @@ webencodings = ">=0.4" [package.extras] doc = ["sphinx", "sphinx_rtd_theme"] -test = ["flake8", "isort", "pytest"] +test = ["pytest", "ruff"] [[package]] name = "tokenizers" @@ -4032,42 +4050,38 @@ files = [ [[package]] name = "torch" -version = "2.2.1" +version = "2.3.0" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" optional = false python-versions = ">=3.8.0" files = [ - {file = "torch-2.2.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:8d3bad336dd2c93c6bcb3268e8e9876185bda50ebde325ef211fb565c7d15273"}, - {file = "torch-2.2.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:5297f13370fdaca05959134b26a06a7f232ae254bf2e11a50eddec62525c9006"}, - {file = "torch-2.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:5f5dee8433798888ca1415055f5e3faf28a3bad660e4c29e1014acd3275ab11a"}, - {file = "torch-2.2.1-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:b6d78338acabf1fb2e88bf4559d837d30230cf9c3e4337261f4d83200df1fcbe"}, - {file = "torch-2.2.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:6ab3ea2e29d1aac962e905142bbe50943758f55292f1b4fdfb6f4792aae3323e"}, - {file = "torch-2.2.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:d86664ec85902967d902e78272e97d1aff1d331f7619d398d3ffab1c9b8e9157"}, - {file = "torch-2.2.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:d6227060f268894f92c61af0a44c0d8212e19cb98d05c20141c73312d923bc0a"}, - {file = "torch-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:77e990af75fb1675490deb374d36e726f84732cd5677d16f19124934b2409ce9"}, - {file = "torch-2.2.1-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:46085e328d9b738c261f470231e987930f4cc9472d9ffb7087c7a1343826ac51"}, - {file = "torch-2.2.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:2d9e7e5ecbb002257cf98fae13003abbd620196c35f85c9e34c2adfb961321ec"}, - {file = "torch-2.2.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:ada53aebede1c89570e56861b08d12ba4518a1f8b82d467c32665ec4d1f4b3c8"}, - {file = "torch-2.2.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:be21d4c41ecebed9e99430dac87de1439a8c7882faf23bba7fea3fea7b906ac1"}, - {file = "torch-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:79848f46196750367dcdf1d2132b722180b9d889571e14d579ae82d2f50596c5"}, - {file = "torch-2.2.1-cp312-none-macosx_10_9_x86_64.whl", hash = "sha256:7ee804847be6be0032fbd2d1e6742fea2814c92bebccb177f0d3b8e92b2d2b18"}, - {file = "torch-2.2.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:84b2fb322ab091039fdfe74e17442ff046b258eb5e513a28093152c5b07325a7"}, - {file = "torch-2.2.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:5c0c83aa7d94569997f1f474595e808072d80b04d34912ce6f1a0e1c24b0c12a"}, - {file = "torch-2.2.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:91a1b598055ba06b2c386415d2e7f6ac818545e94c5def597a74754940188513"}, - {file = "torch-2.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f93ddf3001ecec16568390b507652644a3a103baa72de3ad3b9c530e3277098"}, - {file = "torch-2.2.1-cp38-none-macosx_10_9_x86_64.whl", hash = "sha256:0e8bdd4c77ac2584f33ee14c6cd3b12767b4da508ec4eed109520be7212d1069"}, - {file = "torch-2.2.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:6a21bcd7076677c97ca7db7506d683e4e9db137e8420eb4a68fb67c3668232a7"}, - {file = "torch-2.2.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:f1b90ac61f862634039265cd0f746cc9879feee03ff962c803486301b778714b"}, - {file = "torch-2.2.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:ed9e29eb94cd493b36bca9cb0b1fd7f06a0688215ad1e4b3ab4931726e0ec092"}, - {file = "torch-2.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:c47bc25744c743f3835831a20efdcfd60aeb7c3f9804a213f61e45803d16c2a5"}, - {file = "torch-2.2.1-cp39-none-macosx_10_9_x86_64.whl", hash = "sha256:0952549bcb43448c8d860d5e3e947dd18cbab491b14638e21750cb3090d5ad3e"}, - {file = "torch-2.2.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:26bd2272ec46fc62dcf7d24b2fb284d44fcb7be9d529ebf336b9860350d674ed"}, + {file = "torch-2.3.0-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:d8ea5a465dbfd8501f33c937d1f693176c9aef9d1c1b0ca1d44ed7b0a18c52ac"}, + {file = "torch-2.3.0-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:09c81c5859a5b819956c6925a405ef1cdda393c9d8a01ce3851453f699d3358c"}, + {file = "torch-2.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:1bf023aa20902586f614f7682fedfa463e773e26c58820b74158a72470259459"}, + {file = "torch-2.3.0-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:758ef938de87a2653bba74b91f703458c15569f1562bf4b6c63c62d9c5a0c1f5"}, + {file = "torch-2.3.0-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:493d54ee2f9df100b5ce1d18c96dbb8d14908721f76351e908c9d2622773a788"}, + {file = "torch-2.3.0-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:bce43af735c3da16cc14c7de2be7ad038e2fbf75654c2e274e575c6c05772ace"}, + {file = "torch-2.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:729804e97b7cf19ae9ab4181f91f5e612af07956f35c8b2c8e9d9f3596a8e877"}, + {file = "torch-2.3.0-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:d24e328226d8e2af7cf80fcb1d2f1d108e0de32777fab4aaa2b37b9765d8be73"}, + {file = "torch-2.3.0-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:b0de2bdc0486ea7b14fc47ff805172df44e421a7318b7c4d92ef589a75d27410"}, + {file = "torch-2.3.0-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:a306c87a3eead1ed47457822c01dfbd459fe2920f2d38cbdf90de18f23f72542"}, + {file = "torch-2.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:f9b98bf1a3c8af2d4c41f0bf1433920900896c446d1ddc128290ff146d1eb4bd"}, + {file = "torch-2.3.0-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:dca986214267b34065a79000cee54232e62b41dff1ec2cab9abc3fc8b3dee0ad"}, + {file = "torch-2.3.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:20572f426965dd8a04e92a473d7e445fa579e09943cc0354f3e6fef6130ce061"}, + {file = "torch-2.3.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:e65ba85ae292909cde0dde6369826d51165a3fc8823dc1854cd9432d7f79b932"}, + {file = "torch-2.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:5515503a193781fd1b3f5c474e89c9dfa2faaa782b2795cc4a7ab7e67de923f6"}, + {file = "torch-2.3.0-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:6ae9f64b09516baa4ef890af0672dc981c20b1f0d829ce115d4420a247e88fba"}, + {file = "torch-2.3.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:cd0dc498b961ab19cb3f8dbf0c6c50e244f2f37dbfa05754ab44ea057c944ef9"}, + {file = "torch-2.3.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:e05f836559251e4096f3786ee99f4a8cbe67bc7fbedba8ad5e799681e47c5e80"}, + {file = "torch-2.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:4fb27b35dbb32303c2927da86e27b54a92209ddfb7234afb1949ea2b3effffea"}, + {file = "torch-2.3.0-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:760f8bedff506ce9e6e103498f9b1e9e15809e008368594c3a66bf74a8a51380"}, ] [package.dependencies] filelock = "*" fsspec = "*" jinja2 = "*" +mkl = {version = ">=2021.1.1,<=2021.4.0", markers = "platform_system == \"Windows\""} networkx = "*" nvidia-cublas-cu12 = {version = "12.1.3.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} nvidia-cuda-cupti-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} @@ -4078,10 +4092,10 @@ nvidia-cufft-cu12 = {version = "11.0.2.54", markers = "platform_system == \"Linu nvidia-curand-cu12 = {version = "10.3.2.106", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} nvidia-cusolver-cu12 = {version = "11.4.5.107", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} nvidia-cusparse-cu12 = {version = "12.1.0.106", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} -nvidia-nccl-cu12 = {version = "2.19.3", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} +nvidia-nccl-cu12 = {version = "2.20.5", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} nvidia-nvtx-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} sympy = "*" -triton = {version = "2.2.0", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.12\""} +triton = {version = "2.3.0", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.12\""} typing-extensions = ">=4.8.0" [package.extras] @@ -4110,13 +4124,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -4130,28 +4144,28 @@ telegram = ["requests"] [[package]] name = "traitlets" -version = "5.14.2" +version = "5.14.3" description = "Traitlets Python configuration system" optional = false python-versions = ">=3.8" files = [ - {file = "traitlets-5.14.2-py3-none-any.whl", hash = "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"}, - {file = "traitlets-5.14.2.tar.gz", hash = "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9"}, + {file = "traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f"}, + {file = "traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7"}, ] [package.extras] docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] -test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.1)", "pytest-mock", "pytest-mypy-testing"] +test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"] [[package]] name = "transformers" -version = "4.40.1" +version = "4.40.2" description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" optional = false python-versions = ">=3.8.0" files = [ - {file = "transformers-4.40.1-py3-none-any.whl", hash = "sha256:9d5ee0c8142a60501faf9e49a0b42f8e9cb8611823bce4f195a9325a6816337e"}, - {file = "transformers-4.40.1.tar.gz", hash = "sha256:55e1697e6f18b58273e7117bb469cdffc11be28995462d8d5e422fef38d2de36"}, + {file = "transformers-4.40.2-py3-none-any.whl", hash = "sha256:71cb94301ec211a2e1d4b8c8d18dcfaa902dfa00a089dceca167a8aa265d6f2d"}, + {file = "transformers-4.40.2.tar.gz", hash = "sha256:657b6054a2097671398d976ad46e60836e7e15f9ea9551631a96e33cb9240649"}, ] [package.dependencies] @@ -4213,17 +4227,17 @@ vision = ["Pillow (>=10.0.1,<=15.0)"] [[package]] name = "triton" -version = "2.2.0" +version = "2.3.0" description = "A language and compiler for custom Deep Learning operations" optional = false python-versions = "*" files = [ - {file = "triton-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2294514340cfe4e8f4f9e5c66c702744c4a117d25e618bd08469d0bfed1e2e5"}, - {file = "triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da58a152bddb62cafa9a857dd2bc1f886dbf9f9c90a2b5da82157cd2b34392b0"}, - {file = "triton-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0af58716e721460a61886668b205963dc4d1e4ac20508cc3f623aef0d70283d5"}, - {file = "triton-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8fe46d3ab94a8103e291bd44c741cc294b91d1d81c1a2888254cbf7ff846dab"}, - {file = "triton-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8ce26093e539d727e7cf6f6f0d932b1ab0574dc02567e684377630d86723ace"}, - {file = "triton-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:227cc6f357c5efcb357f3867ac2a8e7ecea2298cd4606a8ba1e931d1d5a947df"}, + {file = "triton-2.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ce4b8ff70c48e47274c66f269cce8861cf1dc347ceeb7a67414ca151b1822d8"}, + {file = "triton-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c3d9607f85103afdb279938fc1dd2a66e4f5999a58eb48a346bd42738f986dd"}, + {file = "triton-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:218d742e67480d9581bafb73ed598416cc8a56f6316152e5562ee65e33de01c0"}, + {file = "triton-2.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:381ec6b3dac06922d3e4099cfc943ef032893b25415de295e82b1a82b0359d2c"}, + {file = "triton-2.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:038e06a09c06a164fef9c48de3af1e13a63dc1ba3c792871e61a8e79720ea440"}, + {file = "triton-2.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d8f636e0341ac348899a47a057c3daea99ea7db31528a225a3ba4ded28ccc65"}, ] [package.dependencies] @@ -4247,13 +4261,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.10.0" +version = "4.11.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"}, - {file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"}, + {file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"}, + {file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"}, ] [[package]] @@ -4300,13 +4314,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.25.1" +version = "20.26.1" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.25.1-py3-none-any.whl", hash = "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a"}, - {file = "virtualenv-20.25.1.tar.gz", hash = "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"}, + {file = "virtualenv-20.26.1-py3-none-any.whl", hash = "sha256:7aa9982a728ae5892558bff6a2839c00b9ed145523ece2274fad6f414690ae75"}, + {file = "virtualenv-20.26.1.tar.gz", hash = "sha256:604bfdceaeece392802e6ae48e69cec49168b9c5f4a44e483963f9242eb0e78b"}, ] [package.dependencies] @@ -4315,7 +4329,7 @@ filelock = ">=3.12.2,<4" platformdirs = ">=3.9.1,<5" [package.extras] -docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] [[package]] @@ -4357,17 +4371,17 @@ files = [ [[package]] name = "websocket-client" -version = "1.7.0" +version = "1.8.0" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.7.0.tar.gz", hash = "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"}, - {file = "websocket_client-1.7.0-py3-none-any.whl", hash = "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588"}, + {file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"}, + {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"}, ] [package.extras] -docs = ["Sphinx (>=6.0)", "sphinx-rtd-theme (>=1.1.0)"] +docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx-rtd-theme (>=1.1.0)"] optional = ["python-socks", "wsaccel"] test = ["websockets"] diff --git a/results/metrics_pairplot_byid/01_ai_Yi_1_5_9B.png b/results/metrics_pairplot_byid/01_ai_Yi_1_5_9B.png new file mode 100644 index 0000000..0d28ffe Binary files /dev/null and b/results/metrics_pairplot_byid/01_ai_Yi_1_5_9B.png differ diff --git a/results/metrics_pairplot_byid/Fugaku_LLM_Fugaku_LLM_13B.png b/results/metrics_pairplot_byid/Fugaku_LLM_Fugaku_LLM_13B.png new file mode 100644 index 0000000..7912513 Binary files /dev/null and b/results/metrics_pairplot_byid/Fugaku_LLM_Fugaku_LLM_13B.png differ diff --git a/results/metrics_pairplot_byid/benjamin_Mistral_7B_v0_1_zett_gpt2.png b/results/metrics_pairplot_byid/benjamin_Mistral_7B_v0_1_zett_gpt2.png new file mode 100644 index 0000000..174d76d Binary files /dev/null and b/results/metrics_pairplot_byid/benjamin_Mistral_7B_v0_1_zett_gpt2.png differ diff --git a/results/metrics_pairplot_byid/m_a_p_neo_7b.png b/results/metrics_pairplot_byid/m_a_p_neo_7b.png new file mode 100644 index 0000000..b2c16ec Binary files /dev/null and b/results/metrics_pairplot_byid/m_a_p_neo_7b.png differ diff --git a/results/reports/01_ai_Yi_1_5_9B.md b/results/reports/01_ai_Yi_1_5_9B.md new file mode 100644 index 0000000..a13d289 --- /dev/null +++ b/results/reports/01_ai_Yi_1_5_9B.md @@ -0,0 +1,1764 @@ +# Report for `01-ai/Yi-1.5-9B` + +## Model info + +* Tied embeddings: no +* Unembeddings use bias: no +* Metric for under-trained tokens: Embeddings L2 Norm + * Overall distribution 0.849 +/- 0.114 + * Token used for verification prompt building: `Acknowledgements` + * Verification threshold: 0.449 + * Threshold for showing candidate under-trained tokens: 0.109 + * Median verified threshold (for bytes, unreachable and special tokens): 0.172 +* Embeddings shape: (64000, 4096) +* Vocabulary size: 64000 + * Number of single byte tokens: 354, of which 112 below metric threshold + * Number of special tokens: 238, of which 175 below metric threshold + * Number of unreachable non-single-byte tokens: 3, of which 3 below metric threshold + * Number of tested under-trained tokens: 1095, 61 below p = 0.01 threshold, 19 below soft metric threshold + +## Metrics plot +![Metrics pairplot](../metrics_pairplot_byid/01_ai_Yi_1_5_9B.png) + +## Verification plot +![Verification plot](../verifications_scatterplot/01_ai_Yi_1_5_9B.png) + +## Under-trained token verification results +19 entries below threshold of 0.109 + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|-----------------------------|-------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 58458 | ````` \\+::\\+ ````` | 1.85121e-06 | 1.7e-05 | | +| 38185 | ````` \\+\\_\\+\\+ ````` | 1.86316e-06 | 1.7e-05 | | +| 26510 | ````` \\+\\_\\+ ````` | 0.00266642 | 2.4e-05 | ````` \\+\\_\\+\\+ ````` | +| 32010 | ````` mabaochang ````` | 0.0155636 | 2.9e-07 | | +| 31174 | ````` \\+:: ````` | 0.0189494 | 4.6e-07 | ````` \\+::\\+ ````` | +| 52345 | ````` nzoem ````` | 0.0192562 | 7.4e-08 | | +| 19111 | ````` \\+\\_\\ ````` | 0.0269179 | 5.6e-05 | ````` \\+\\_\\+ `````, ````` \\+\\_\\+\\+ ````` | +| 58973 | ````` Разпространение ````` | 0.0326874 | 4.3e-05 | | +| 41270 | ````` mcited ````` | 0.0526084 | 9e-09 | ````` mcitedefault ````` | +| 14378 | ````` ":"\ufeff ````` | 0.0676918 | 6.5e-05 | | +| 53246 | ````` mrrooter ````` | 0.0756593 | 0.00011 | | +| 52955 | ````` Родени ````` | 0.0796883 | 6.3e-07 | | +| 19290 | ````` мври ````` | 0.0803591 | 0.046 | ````` птември `````, ````` ктомври `````, ````` ▁септември `````, ````` ▁октомври `````, ````` кември `````, ... | +| 58052 | ````` евру ````` | 0.0896728 | 0.0011 | ````` евруари ````` | +| 18479 | ````` +\\_\\ ````` | 0.0907117 | 0.0089 | ````` \\+\\_\\ `````, ````` \\+\\_\\+ `````, ````` \\+\\_\\+\\+ ````` | +| 20714 | ````` Източници ````` | 0.0924864 | 0.0046 | | +| 1062 | ````` vepfs ````` | 0.100167 | 0.19 | | +| 27852 | ````` ▁препратки ````` | 0.103493 | 4e-05 | | +| 53979 | ````` ▁$\\\|\\ ````` | 0.105 | 0.016 | | +
1076 additional entries above threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|------------------------------|----------|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 44047 | ````` mrroot ````` | 0.108686 | 0.0069 | ````` mrrooter ````` | +| 55040 | ````` _{(\\ ````` | 0.10873 | 0.0087 | | +| 47523 | ````` Бележки ````` | 0.112086 | 0.64 | | +| 47419 | ````` []{\\ ````` | 0.112484 | 0.029 | | +| 45501 | ````` }$\\\\\ ````` | 0.112664 | 0.0022 | | +| 44270 | ````` ^*(\\ ````` | 0.116298 | 0.13 | | +| 47647 | ````` nConsequently ````` | 0.116848 | 0.00083 | | +| 43942 | ````` ▁селото ````` | 0.120892 | 0.042 | | +| 58699 | ````` nUltimately ````` | 0.12137 | 0.0016 | | +| 59159 | ````` )&=&\\ ````` | 0.128311 | 5.3e-05 | | +| 11333 | ````` ▁[…]\ ````` | 0.128339 | 7.2e-05 | | +| 27952 | ````` Външни ````` | 0.128899 | 0.035 | | +| 45676 | ````` nWASHINGTON ````` | 0.12919 | 0.0015 | | +| 27655 | ````` Вън ````` | 0.129357 | 0.58 | ````` Външни ````` | +| 57778 | ````` }=(\\ ````` | 0.131137 | 0.00033 | | +| 50472 | ````` ’”\ ````` | 0.131529 | 0.92 | | +| 54580 | ````` }--\\ ````` | 0.133088 | 0.42 | | +| 37421 | ````` …”\ ````` | 0.133935 | 0.022 | | +| 38169 | ````` }^{(\\ ````` | 0.13464 | 0.045 | | +| 55282 | ````` nResearchers ````` | 0.139737 | 0.035 | | +| 58677 | ````` $\\%$ ````` | 0.141033 | 0.16 | | +| 22613 | ````` ▁$\\{\\ ````` | 0.141458 | 0.018 | | +| 53069 | ````` nquantum ````` | 0.141925 | 0.93 | | +| 37027 | ````` nClearly ````` | 0.142786 | 0.039 | | +| 59474 | ````` }}^\\ ````` | 0.143516 | 0.013 | | +| 26341 | ````` nrespect ````` | 0.143822 | 0.97 | ````` nrespectively ````` | +| 50269 | ````` nRather ````` | 0.144382 | 0.11 | | +| 57958 | ````` }&=&\\ ````` | 0.145466 | 0.0044 | | +| 37655 | ````` nNevertheless ````` | 0.145812 | 0.012 | | +| 46922 | ````` ;\\;\\;\\;\\ ````` | 0.146552 | 0.37 | | +| 45337 | ````` nInterestingly ````` | 0.14831 | 0.0011 | | +| 42242 | ````` nPersonally ````` | 0.152094 | 0.3 | | +| 57541 | ````` nconsidered ````` | 0.154167 | 0.86 | | +| 47304 | ````` nSecondly ````` | 0.154328 | 0.066 | | +| 1095 | ````` redpajama ````` | 0.154732 | 0.035 | | +| 31761 | ````` ▁\\]\ ````` | 0.154815 | 0.027 | | +| 41844 | ````` nRegarding ````` | 0.158534 | 0.056 | | +| 57483 | ````` napproach ````` | 0.162967 | 0.84 | | +| 54548 | ````` &$\\ ````` | 0.16299 | 0.98 | | +| 39373 | ````` napproxim ````` | 0.163161 | 0.71 | | +| 49889 | ````` nFortunately ````` | 0.164719 | 0.029 | | +| 45624 | ````` nRegardless ````` | 0.165298 | 0.038 | | +| 53691 | ````` }}_\\ ````` | 0.165451 | 0.013 | | +| 35932 | ````` )}_{\\ ````` | 0.165614 | 0.0035 | | +| 48827 | ````` tvolatile ````` | 0.166617 | 0.32 | | +| 33785 | ````` nObviously ````` | 0.167498 | 0.012 | | +| 54413 | ````` nEventually ````` | 0.168381 | 0.14 | | +| 24417 | ````` ~{\\ ````` | 0.169708 | 0.3 | | +| 46113 | ````` }=\\{ ````` | 0.170297 | 0.0079 | | +| 36357 | ````` nThroughout ````` | 0.171289 | 0.00048 | | +| 42668 | ````` nLastly ````` | 0.172196 | 0.0061 | | +| 46451 | ````` \\\|_{\\ ````` | 0.172251 | 0.0031 | | +| 52625 | ````` nmagnetic ````` | 0.172672 | 0.16 | | +| 31065 | ````` \\%) ````` | 0.17311 | 0.11 | | +| 52211 | ````` nFirstly ````` | 0.173311 | 0.023 | | +| 32202 | ````` nrespectively ````` | 0.174313 | 0.36 | | +| 5340 | ````` RedPajama ````` | 0.174858 | 0.66 | | +| 55595 | ````` nhowever ````` | 0.17666 | 0.073 | | +| 53580 | ````` nassociated ````` | 0.177754 | 0.93 | | +| 59512 | ````` )^{-\\ ````` | 0.178479 | 0.0011 | | +| 54404 | ````` })^{\\ ````` | 0.179533 | 0.0035 | | +| 58028 | ````` ▁дъщер ````` | 0.179599 | 0.31 | | +| 16963 | ````` }({\\ ````` | 0.180187 | 0.00085 | | +| 59020 | ````` ":"/*\ ````` | 0.180587 | 0.018 | | +| 58456 | ````` })\\\\\ ````` | 0.180858 | 6.7e-05 | | +| 58364 | ````` }+{\\ ````` | 0.180954 | 0.13 | | +| 34141 | ````` nFIG ````` | 0.181306 | 0.9 | | +| 53931 | ````` nSimplify ````` | 0.181524 | 0.96 | | +| 50759 | ````` nGenerally ````` | 0.181602 | 0.32 | | +| 28357 | ````` nBesides ````` | 0.182067 | 0.21 | | +| 38615 | ````` ▁$\\\| ````` | 0.182623 | 0.2 | ````` ▁$\\\|\\ ````` | +| 56126 | ````` ":"「 ````` | 0.182846 | 0.04 | | +| 52323 | ````` }-{\\ ````` | 0.182948 | 0.018 | | +| 18027 | ````` nMoreover ````` | 0.183183 | 0.081 | | +| 46457 | ````` nApparently ````` | 0.18319 | 0.38 | | +| 37488 | ````` ▁$-\\ ````` | 0.183259 | 0.18 | | +| 51711 | ````` ":"( ````` | 0.185021 | 0.22 | | +| 34587 | ````` ▁$[\\ ````` | 0.185429 | 0.78 | | +| 34224 | ````` \|_{\\ ````` | 0.18587 | 0.024 | ````` \\\|_{\\ ````` | +| 50597 | ````` nparticular ````` | 0.18627 | 0.97 | | +| 58452 | ````` ▁&=&\\ ````` | 0.186458 | 0.046 | | +| 53537 | ````` ▁албу ````` | 0.186677 | 0.39 | | +| 39987 | ````` nBasically ````` | 0.187183 | 0.26 | | +| 45474 | ````` ]^{\\ ````` | 0.187848 | 0.0023 | | +| 54430 | ````` \\%} ````` | 0.189191 | 0.11 | | +| 51317 | ````` nAside ````` | 0.189607 | 1 | | +| 55203 | ````` ninteraction ````` | 0.190717 | 1 | | +| 56651 | ````` nABOUT ````` | 0.191269 | 0.75 | | +| 7956 | ````` ~(\\ ````` | 0.191596 | 0.94 | | +| 45484 | ````` ncorrespond ````` | 0.1922 | 0.93 | | +| 48085 | ````` )=-\\ ````` | 0.192732 | 0.017 | | +| 52500 | ````` ▁крал ````` | 0.193684 | 0.99 | | +| 46115 | ````` ▁{$\\ ````` | 0.194419 | 0.58 | | +| 42298 | ````` nSpecifically ````` | 0.195383 | 0.53 | | +| 37452 | ````` }=-\\ ````` | 0.195574 | 0.0027 | | +| 31425 | ````` )_{\\ ````` | 0.19622 | 0.017 | | +| 38853 | ````` nobtained ````` | 0.1972 | 0.98 | | +| 52422 | ````` nDepending ````` | 0.197315 | 0.0075 | | +| 50497 | ````` }{(\\ ````` | 0.197664 | 0.0007 | | +| 57326 | ````` nJosh ````` | 0.19798 | 1 | | +| 45065 | ````` ръц ````` | 0.19933 | 0.00032 | | +| 57605 | ````` ntherefore ````` | 0.19937 | 0.22 | | +| 31370 | ````` nUnlike ````` | 0.199434 | 0.032 | | +| 32247 | ````` comtag ````` | 0.199935 | 0.99 | | +| 44562 | ````` nWhatever ````` | 0.200264 | 0.68 | | +| 21953 | ````` $\\\\\ ````` | 0.201615 | 0.88 | ````` }$\\\\\ ````` | +| 53564 | ````` }={\\ ````` | 0.202566 | 0.004 | | +| 20132 | ````` nFurthermore ````` | 0.203558 | 0.17 | | +| 40586 | ````` nConsidering ````` | 0.204225 | 0.13 | | +| 25545 | ````` nIndeed ````` | 0.204368 | 0.84 | | +| 15887 | ````` nSuppose ````` | 0.205119 | 0.24 | | +| 22056 | ````` ^{(\\ ````` | 0.205147 | 0.47 | ````` }^{(\\ ````` | +| 55471 | ````` nBTW ````` | 0.205155 | 1 | | +| 24349 | ````` ……”\ ````` | 0.205165 | 0.051 | | +| 29938 | ````` ▁🙂\ ````` | 0.205187 | 0.41 | | +| 19196 | ````` nMeanwhile ````` | 0.205385 | 0.76 | | +| 59473 | ````` nGreg ````` | 0.205938 | 1 | | +| 49044 | ````` }^{-\\ ````` | 0.206482 | 0.047 | | +| 52081 | ````` _{\\{ ````` | 0.206627 | 0.12 | | +| 28072 | ````` )}(\\ ````` | 0.20748 | 0.0013 | | +| 38233 | ````` );\ ````` | 0.208055 | 0.65 | | +| 34729 | ````` ncorresponding ````` | 0.208194 | 0.81 | | +| 26261 | ````` nSimilarly ````` | 0.208367 | 0.083 | | +| 47787 | ````` nKevin ````` | 0.2091 | 0.91 | | +| 32078 | ````` $~\\ ````` | 0.209157 | 0.99 | | +| 59391 | ````` =&\\ ````` | 0.209215 | 0.91 | | +| 48357 | ````` nJesus ````` | 0.209548 | 0.46 | | +| 30058 | ````` \\}_{ ````` | 0.209974 | 0.006 | | +| 48251 | ````` nmuch ````` | 0.21032 | 0.99 | | +| 59440 | ````` nperform ````` | 0.210538 | 0.99 | | +| 50124 | ````` \\/} ````` | 0.210681 | 0.39 | | +| 57030 | ````` nCompared ````` | 0.210705 | 0.99 | | +| 52258 | ````` nWhenever ````` | 0.211279 | 0.068 | | +| 39792 | ````` }{$\\ ````` | 0.211432 | 0.88 | | +| 29930 | ````` $^{\\ ````` | 0.211532 | 0.36 | | +| 56199 | ````` nHopefully ````` | 0.213264 | 6.2e-05 | | +| 43150 | ````` nincluding ````` | 0.214033 | 0.62 | | +| 53694 | ````` nshows ````` | 0.214065 | 0.97 | | +| 31277 | ````` nEarlier ````` | 0.214245 | 0.91 | | +| 46806 | ````` }{*}{\\ ````` | 0.214509 | 0.005 | | +| 55725 | ````` nUsually ````` | 0.215486 | 0.032 | | +| 15246 | ````` ~$\\ ````` | 0.216009 | 0.67 | | +| 20408 | ````` \\\|_{ ````` | 0.216051 | 0.036 | ````` \\\|_{\\ ````` | +| 58597 | ````` ▁смърт ````` | 0.217251 | 0.87 | | +| 58620 | ````` Irefn ````` | 0.217417 | 0.81 | | +| 45402 | ````` ▁цър ````` | 0.217419 | 0.15 | | +| 36883 | ````` nMuch ````` | 0.217614 | 0.92 | | +| 46693 | ````` нския ````` | 0.217686 | 0.37 | | +| 17049 | ````` nOriginally ````` | 0.218298 | 0.89 | | +| 49800 | ````` ▁януари ````` | 0.218771 | 0.91 | | +| 47468 | ````` nTheorem ````` | 0.218891 | 0.99 | | +| 24855 | ````` )~\\ ````` | 0.219651 | 0.42 | | +| 58600 | ````` nFederal ````` | 0.220246 | 1 | | +| 20000 | ````` точници ````` | 0.220249 | 0.0002 | ````` Източници ````` | +| 29959 | ````` nAnyone ````` | 0.220803 | 0.39 | | +| 16003 | ````` nDespite ````` | 0.221092 | 0.021 | | +| 47809 | ````` nSeriously ````` | 0.221313 | 0.85 | | +| 56542 | ````` nagainst ````` | 0.221695 | 0.96 | | +| 58601 | ````` nMatthew ````` | 0.222481 | 0.8 | | +| 48798 | ````` })}{\\ ````` | 0.223981 | 0.011 | | +| 29999 | ````` noperator ````` | 0.224192 | 0.98 | | +| 26116 | ````` nSpeaking ````` | 0.224923 | 0.95 | | +| 37563 | ````` nRated ````` | 0.22572 | 0.96 | | +| 55541 | ````` ▁ноември ````` | 0.226074 | 0.96 | | +| 40798 | ````` nObama ````` | 0.226479 | 1 | | +| 44451 | ````` късно ````` | 0.226587 | 0.053 | | +| 53558 | ````` `);\ ````` | 0.226664 | 0.047 | | +| 39074 | ````` <>();\ ````` | 0.22722 | 0.16 | | +| 53725 | ````` naccording ````` | 0.227404 | 0.025 | | +| 47529 | ````` ncondition ````` | 0.227847 | 1 | ````` nconditions `````, ````` ▁unconditional ````` | +| 54325 | ````` nProfessional ````` | 0.227893 | 1 | | +| 52603 | ````` ▁декември ````` | 0.22852 | 0.91 | | +| 49862 | ````` nBeyond ````` | 0.228847 | 1 | | +| 54642 | ````` nWHAT ````` | 0.228907 | 0.011 | | +| 55560 | ````` }<\\ ````` | 0.22898 | 0.83 | | +| 42806 | ````` nImagine ````` | 0.229011 | 0.96 | | +| 15298 | ````` ▁$\|\\ ````` | 0.229111 | 0.51 | | +| 52041 | ````` nJason ````` | 0.229546 | 0.94 | | +| 54107 | ````` ческата ````` | 0.229726 | 0.03 | | +| 46456 | ````` ▁Македония ````` | 0.229922 | 0.21 | | +| 35723 | ````` nAssume ````` | 0.230199 | 0.95 | | +| 19773 | ````` nAnyway ````` | 0.230874 | 0.85 | | +| 40469 | ````` +{\\ ````` | 0.231067 | 0.75 | ````` }+{\\ ````` | +| 54906 | ````` nGovernment ````` | 0.231993 | 0.96 | | +| 41314 | ````` ясто ````` | 0.233028 | 0.03 | ````` ▁място ````` | +| 42431 | ````` nOffic ````` | 0.233512 | 1 | | +| 42967 | ````` nconsider ````` | 0.23364 | 0.97 | ````` nconsidered ````` | +| 59044 | ````` nSpons ````` | 0.236373 | 0.99 | | +| 39340 | ````` }_{{\\ ````` | 0.236488 | 0.16 | | +| 54160 | ````` ември ````` | 0.2368 | 0.13 | ````` ▁ноември ````` | +| 37742 | ````` -{\\ ````` | 0.237257 | 0.96 | ````` }-{\\ ````` | +| 34443 | ````` nargument ````` | 0.238452 | 0.96 | | +| 41130 | ````` nbeing ````` | 0.238673 | 0.97 | | +| 17853 | ````` &=&\\ ````` | 0.238848 | 0.58 | ````` }&=&\\ `````, ````` ▁&=&\\ `````, ````` )&=&\\ ````` | +| 45475 | ````` nConse ````` | 0.239048 | 1 | ````` nConsequently ````` | +| 49512 | ````` ктомври ````` | 0.239372 | 3e-05 | ````` ▁октомври ````` | +| 42577 | ````` nUnless ````` | 0.240086 | 0.9 | | +| 19100 | ````` ▁({\\ ````` | 0.240215 | 0.47 | | +| 40966 | ````` ърт ````` | 0.24142 | 0.08 | ````` ▁смърт ````` | +| 20664 | ````` nThough ````` | 0.241592 | 0.024 | | +| 56278 | ````` nSarah ````` | 0.241805 | 0.95 | | +| 58870 | ````` nBeautiful ````` | 0.241839 | 0.99 | | +| 53603 | ````` ninline ````` | 0.242273 | 1 | | +| 57742 | ````` nSounds ````` | 0.242929 | 0.99 | | +| 53868 | ````` nModern ````` | 0.243187 | 1 | | +| 19119 | ````` nHence ````` | 0.24349 | 0.12 | | +| 44797 | ````` nMrs ````` | 0.2435 | 0.6 | | +| 28537 | ````` \")]\ ````` | 0.243571 | 0.16 | | +| 22918 | ````` nRecently ````` | 0.244544 | 0.88 | | +| 54185 | ````` ▁$%\ ````` | 0.244655 | 0.91 | | +| 58359 | ````` nKim ````` | 0.24484 | 1 | | +| 59016 | ````` /{\\ ````` | 0.24502 | 1 | | +| 41157 | ````` )\\}$ ````` | 0.246036 | 0.0033 | | +| 57473 | ````` ▁\";\ ````` | 0.246037 | 0.34 | | +| 32472 | ````` ▁^{\\ ````` | 0.246103 | 0.54 | | +| 57669 | ````` nBrad ````` | 0.24613 | 0.94 | | +| 24673 | ````` nAmong ````` | 0.246288 | 0.56 | | +| 50234 | ````` ▁септември ````` | 0.246523 | 0.81 | | +| 50268 | ````` nshown ````` | 0.246685 | 0.99 | | +| 31801 | ````` -$\\ ````` | 0.246819 | 0.91 | | +| 41221 | ````` nrepresent ````` | 0.246822 | 0.99 | | +| 50055 | ````` nobserved ````` | 0.246857 | 1 | | +| 3322 | ````` starcoder ````` | 0.247033 | 1 | | +| 45598 | ````` nLocated ````` | 0.247236 | 0.97 | | +| 51683 | ````` nconditions ````` | 0.24763 | 1 | | +| 48724 | ````` nSimply ````` | 0.248128 | 0.034 | | +| 41470 | ````` nINS ````` | 0.248489 | 0.99 | ````` nINSERT ````` | +| 23073 | ````` nSometimes ````` | 0.248791 | 0.32 | | +| 46662 | ````` ▁\");\ ````` | 0.249905 | 0.42 | | +| 51019 | ````` ▁април ````` | 0.250459 | 0.54 | | +| 51440 | ````` кември ````` | 0.250524 | 0.00022 | ````` ▁декември ````` | +| 47001 | ````` ninteg ````` | 0.251986 | 1 | ````` nintegral ````` | +| 50969 | ````` nconstant ````` | 0.252334 | 1 | | +| 53624 | ````` nTony ````` | 0.252647 | 0.95 | | +| 47299 | ````` Беле ````` | 0.253111 | 1 | ````` Бележки ````` | +| 43370 | ````` ▁община ````` | 0.253553 | 1 | | +| 50865 | ````` ▁октомври ````` | 0.253694 | 0.94 | | +| 17264 | ````` ;\\;\\ ````` | 0.253829 | 0.66 | ````` ;\\;\\;\\;\\ ````` | +| 44496 | ````` nassoc ````` | 0.253911 | 1 | ````` nassociated ````` | +| 53093 | ````` nPhotos ````` | 0.254173 | 1 | | +| 36908 | ````` nUntil ````` | 0.254179 | 0.95 | | +| 46599 | ````` naround ````` | 0.254664 | 1 | ````` ▁turnaround ````` | +| 47530 | ````` tprotected ````` | 0.254692 | 0.99 | | +| 29537 | ````` nActually ````` | 0.254931 | 0.92 | | +| 50520 | ````` nCRE ````` | 0.256859 | 1 | ````` nCREATE ````` | +| 45601 | ````` ndescribe ````` | 0.257096 | 0.12 | ````` ndescribed ````` | +| 24187 | ````` nYet ````` | 0.257099 | 1 | | +| 54641 | ````` nEric ````` | 0.257215 | 0.99 | | +| 42620 | ````` nUPDATE ````` | 0.257246 | 0.34 | | +| 41755 | ````` nwithin ````` | 0.257306 | 0.97 | | +| 56486 | ````` ntransition ````` | 0.257598 | 0.99 | | +| 28940 | ````` nAdditionally ````` | 0.257614 | 0.002 | | +| 50111 | ````` nFeatured ````` | 0.2579 | 1 | | +| 53981 | ````` nProfessor ````` | 0.258338 | 0.94 | | +| 26711 | ````` _{-\\ ````` | 0.25942 | 0.22 | | +| 27997 | ````` nbeen ````` | 0.259694 | 1 | | +| 18607 | ````` nThose ````` | 0.259718 | 0.22 | | +| 45514 | ````` ▁САЩ ````` | 0.259813 | 0.41 | | +| 22527 | ````` nEDIT ````` | 0.25982 | 0.0063 | | +| 48547 | ````` nmoment ````` | 0.259852 | 0.97 | | +| 54373 | ````` nPrivacy ````` | 0.25992 | 0.96 | | +| 58094 | ````` nCharles ````` | 0.259981 | 0.82 | | +| 32602 | ````` \\\"{ ````` | 0.260368 | 1 | | +| 52882 | ````` ncontin ````` | 0.260778 | 1 | | +| 59115 | ````` ▁ръко ````` | 0.261748 | 0.23 | | +| 59347 | ````` nstandard ````` | 0.26182 | 1 | | +| 50836 | ````` nIsrael ````` | 0.261932 | 0.97 | | +| 39525 | ````` nJon ````` | 0.262357 | 0.96 | | +| 42494 | ````` нската ````` | 0.262845 | 0.089 | | +| 22166 | ````` $_{\\ ````` | 0.262924 | 0.81 | | +| 45030 | ````` nAssuming ````` | 0.263046 | 0.06 | | +| 58065 | ````` nStephen ````` | 0.263057 | 0.95 | | +| 30474 | ````` nEveryone ````` | 0.263793 | 0.78 | | +| 52331 | ````` nRepublic ````` | 0.264469 | 0.97 | | +| 38041 | ````` nSteve ````` | 0.264963 | 0.98 | | +| 53089 | ````` ]\\\\\ ````` | 0.265125 | 0.06 | | +| 57597 | ````` \"][\" ````` | 0.265222 | 0.63 | | +| 58248 | ````` nQuestions ````` | 0.265386 | 0.97 | | +| 50025 | ````` }\")\ ````` | 0.265821 | 0.12 | | +| 56997 | ````` ▁империя ````` | 0.265867 | 0.99 | | +| 35636 | ````` nvery ````` | 0.265932 | 0.99 | | +| 54409 | ````` ▁заедно ````` | 0.266368 | 0.26 | | +| 30110 | ````` ']);\ ````` | 0.26664 | 0.13 | | +| 24045 | ````` nSuch ````` | 0.266887 | 0.82 | | +| 37486 | ````` \|{\\ ````` | 0.267863 | 0.94 | | +| 35279 | ````` nUnited ````` | 0.26811 | 0.99 | | +| 58087 | ````` nRon ````` | 0.268123 | 1 | | +| 38943 | ````` nConclusion ````` | 0.268661 | 0.92 | | +| 24159 | ````` ържа ````` | 0.268904 | 0.001 | ````` ▁държа `````, ````` държа ````` | +| 52479 | ````` nSomeone ````` | 0.26899 | 0.65 | | +| 48888 | ````` нуари ````` | 0.269627 | 0.071 | ````` ▁януари ````` | +| 49638 | ````` ▁юли ````` | 0.270199 | 0.85 | | +| 46485 | ````` {-\\ ````` | 0.270578 | 0.99 | ````` }^{-\\ `````, ````` )^{-\\ ````` | +| 29382 | ````` \"`\ ````` | 0.272222 | 0.88 | | +| 40268 | ````` nRichard ````` | 0.272304 | 0.94 | | +| 40735 | ````` nthose ````` | 0.272346 | 0.85 | | +| 13479 | ````` nFurther ````` | 0.27261 | 0.96 | ````` nFurthermore ````` | +| 35713 | ````` $^\\ ````` | 0.27293 | 0.97 | | +| 42789 | ````` nMeet ````` | 0.273139 | 0.99 | | +| 50641 | ````` \"])\ ````` | 0.273351 | 0.0059 | | +| 38870 | ````` nEver ````` | 0.273688 | 1 | ````` nEverything ````` | +| 52363 | ````` nRyan ````` | 0.27396 | 0.98 | | +| 44077 | ````` nmany ````` | 0.276432 | 0.98 | | +| 34137 | ````` nYesterday ````` | 0.276704 | 0.92 | | +| 56752 | ````` ▁страната ````` | 0.276832 | 0.85 | | +| 46618 | ````` птември ````` | 0.277237 | 0.003 | ````` ▁септември ````` | +| 53516 | ````` nImportant ````` | 0.27732 | 0.52 | | +| 27560 | ````` \\'{ ````` | 0.278166 | 0.99 | | +| 48600 | ````` nsimilar ````` | 0.278406 | 0.99 | | +| 58641 | ````` >(\" ````` | 0.278798 | 0.96 | | +| 40509 | ````` ][\" ````` | 0.279057 | 0.84 | ````` \"][\" ````` | +| 54444 | ````` nanalysis ````` | 0.279673 | 1 | | +| 15157 | ````` nsudo ````` | 0.280477 | 1 | | +| 40879 | ````` }}}{\\ ````` | 0.280789 | 0.91 | | +| 33405 | ````` \|}{\\ ````` | 0.281476 | 0.23 | | +| 45237 | ````` _\\_\\ ````` | 0.281478 | 0.97 | | +| 52395 | ````` nAlternatively ````` | 0.281705 | 0.38 | | +| 30929 | ````` \\\|_ ````` | 0.281841 | 1 | ````` \\\|_{\\ ````` | +| 21250 | ````` nWhether ````` | 0.282259 | 0.81 | | +| 29248 | ````` ;\\; ````` | 0.283222 | 0.98 | ````` ;\\;\\;\\;\\ ````` | +| 46973 | ````` nReviews ````` | 0.284151 | 1 | | +| 55108 | ````` }}{{\\ ````` | 0.284194 | 0.67 | | +| 11894 | ````` nThus ````` | 0.284533 | 0.54 | | +| 58934 | ````` baichuan ````` | 0.28479 | 0.95 | | +| 56871 | ````` nprobability ````` | 0.284976 | 0.91 | | +| 49142 | ````` tthrow ````` | 0.285121 | 1 | | +| 58363 | ````` nFred ````` | 0.285335 | 1 | | +| 37562 | ````` $_\\ ````` | 0.285608 | 0.88 | | +| 41463 | ````` }}-\\ ````` | 0.285843 | 0.035 | | +| 53108 | ````` )\\; ````` | 0.286 | 0.83 | | +| 33602 | ````` ntemperature ````` | 0.286265 | 1 | | +| 48162 | ````` nBorn ````` | 0.286305 | 0.99 | | +| 23782 | ````` =-\\ ````` | 0.286373 | 0.99 | ````` }=-\\ `````, ````` )=-\\ ````` | +| 52825 | ````` nneed ````` | 0.286638 | 0.99 | | +| 43507 | ````` npotential ````` | 0.28763 | 1 | | +| 57368 | ````` nRecommended ````` | 0.287822 | 0.81 | | +| 41285 | ````` ntypedef ````` | 0.287881 | 0.97 | | +| 37788 | ````` nAlong ````` | 0.287919 | 0.95 | | +| 59312 | ````` nintegral ````` | 0.288082 | 1 | | +| 58421 | ````` nFeel ````` | 0.288435 | 1 | | +| 39169 | ````` nparameter ````` | 0.288696 | 0.99 | ````` nparameters ````` | +| 42921 | ````` nReally ````` | 0.289413 | 0.83 | | +| 19747 | ````` MNBVC ````` | 0.289448 | 0.99 | | +| 49984 | ````` <<\" ````` | 0.289568 | 0.99 | | +| 58189 | ````` nmeans ````` | 0.29022 | 1 | | +| 28576 | ````` nsince ````` | 0.291535 | 0.79 | | +| 43673 | ````` nGeorge ````` | 0.291542 | 0.49 | | +| 42572 | ````` ▁ези ````` | 0.291662 | 0.057 | ````` ▁език ````` | +| 57229 | ````` nFri ````` | 0.291835 | 1 | | +| 35271 | ````` nLater ````` | 0.292304 | 0.96 | | +| 57422 | ````` nTue ````` | 0.292675 | 0.97 | | +| 36082 | ````` nboth ````` | 0.292746 | 0.98 | | +| 47207 | ````` Биография ````` | 0.292779 | 1 | | +| 43876 | ````` nEducation ````` | 0.29279 | 1 | | +| 53570 | ````` nSenior ````` | 0.293059 | 0.99 | | +| 47052 | ````` ▁музика ````` | 0.293418 | 1 | | +| 50965 | ````` nAsked ````` | 0.293808 | 1 | | +| 30454 | ````` ()));\ ````` | 0.29389 | 0.41 | | +| 12942 | ````` \\%$ ````` | 0.294722 | 0.52 | ````` $\\%$ ````` | +| 27928 | ````` nDisclaimer ````` | 0.294894 | 0.88 | | +| 48005 | ````` ^{{\\ ````` | 0.295453 | 0.99 | | +| 53596 | ````` йския ````` | 0.296322 | 0.37 | | +| 46346 | ````` ▁българ ````` | 0.29679 | 0.95 | | +| 47110 | ````` nduring ````` | 0.296964 | 1 | | +| 37008 | ````` ▁ѝ ````` | 0.297116 | 0.99 | | +| 50591 | ````` })-(\\ ````` | 0.297616 | 0.064 | | +| 38873 | ````` ncharacter ````` | 0.297955 | 1 | | +| 26735 | ````` nPolice ````` | 0.298035 | 1 | | +| 52279 | ````` nExperience ````` | 0.298066 | 0.99 | | +| 59042 | ````` nIron ````` | 0.298086 | 1 | | +| 47358 | ````` nHad ````` | 0.298155 | 0.99 | | +| 58989 | ````` nvia ````` | 0.298274 | 1 | | +| 24465 | ````` nSeveral ````` | 0.298619 | 0.14 | | +| 58463 | ````` nApplying ````` | 0.298746 | 0.0034 | | +| 30013 | ````` nTaking ````` | 0.299079 | 0.68 | | +| 28086 | ````` nPresident ````` | 0.299124 | 0.8 | | +| 14565 | ````` }}(\\ ````` | 0.299354 | 0.054 | | +| 54937 | ````` nequations ````` | 0.299381 | 0.99 | | +| 16588 | ````` nusername ````` | 0.299484 | 0.96 | | +| 33072 | ````` nChris ````` | 0.299694 | 0.87 | ````` nChristian ````` | +| 47440 | ````` nabove ````` | 0.300239 | 0.99 | | +| 23880 | ````` }}^{\\ ````` | 0.300394 | 0.35 | | +| 9525 | ````` ▁$(\\ ````` | 0.3006 | 0.92 | | +| 37412 | ````` nagain ````` | 0.300642 | 1 | ````` nagainst ````` | +| 22816 | ````` }\\}$ ````` | 0.30076 | 0.24 | | +| 46292 | ````` вършва ````` | 0.301035 | 0.46 | | +| 9949 | ````` nAlthough ````` | 0.301981 | 0.02 | | +| 43924 | ````` nINSERT ````` | 0.302079 | 0.94 | | +| 36269 | ````` ▁\\\|\\ ````` | 0.302191 | 0.95 | | +| 38253 | ````` nPeter ````` | 0.302411 | 0.9 | | +| 28362 | ````` ▁}{\\ ````` | 0.302433 | 0.99 | | +| 54990 | ````` nMartin ````` | 0.302728 | 0.77 | | +| 40683 | ````` ):=\\ ````` | 0.302845 | 0.13 | | +| 45515 | ````` nBrian ````` | 0.3033 | 0.99 | | +| 43978 | ````` npossible ````` | 0.303323 | 0.99 | | +| 46473 | ````` nprivate ````` | 0.303496 | 0.99 | | +| 51654 | ````` nsystems ````` | 0.30359 | 1 | | +| 53831 | ````` nAdam ````` | 0.303672 | 0.97 | | +| 41389 | ````` nWomen ````` | 0.303742 | 1 | | +| 43661 | ````` nDaniel ````` | 0.303751 | 0.96 | | +| 58264 | ````` $\\% ````` | 0.304128 | 1 | ````` $\\%$ ````` | +| 34889 | ````` npresent ````` | 0.304563 | 1 | | +| 58894 | ````` yuchi ````` | 0.304769 | 1 | | +| 25732 | ````` nobserv ````` | 0.304775 | 1 | ````` nobserved ````` | +| 40563 | ````` nScott ````` | 0.304839 | 0.86 | | +| 13096 | ````` nTherefore ````` | 0.305109 | 0.31 | | +| 39644 | ````` nmost ````` | 0.305397 | 1 | | +| 52522 | ````` nHistor ````` | 0.305587 | 1 | | +| 50970 | ````` nsolution ````` | 0.306033 | 1 | | +| 16171 | ````` nWednesday ````` | 0.30633 | 0.96 | | +| 31127 | ````` nMike ````` | 0.306451 | 0.99 | | +| 45028 | ````` nUpon ````` | 0.307354 | 0.89 | | +| 58274 | ````` евруари ````` | 0.307355 | 0.0037 | | +| 26236 | ````` ския ````` | 0.307431 | 0.099 | ````` нския `````, ````` йския ````` | +| 46538 | ````` ▁”\ ````` | 0.308035 | 1 | | +| 29156 | ````` }\\; ````` | 0.30824 | 0.64 | | +| 59485 | ````` nOtherwise ````` | 0.308605 | 0.12 | | +| 32734 | ````` nFormer ````` | 0.309281 | 1 | | +| 33459 | ````` ▁село ````` | 0.309341 | 0.99 | ````` ▁селото ````` | +| 39090 | ````` nwithout ````` | 0.310102 | 0.82 | | +| 42854 | ````` ▁срещу ````` | 0.310258 | 0.6 | | +| 50022 | ````` стър ````` | 0.310996 | 0.84 | | +| 54593 | ````` nInteresting ````` | 0.311634 | 1 | | +| 29504 | ````` nWow ````` | 0.311659 | 0.95 | | +| 58056 | ````` nGrant ````` | 0.311817 | 0.99 | | +| 47472 | ````` ▁началото ````` | 0.311946 | 0.99 | | +| 33851 | ````` nWithin ````` | 0.312606 | 0.97 | | +| 51445 | ````` nLittle ````` | 0.312626 | 0.99 | | +| 54003 | ````` )}+\\ ````` | 0.312638 | 0.067 | | +| 24467 | ````` nVery ````` | 0.312838 | 0.31 | | +| 33752 | ````` ncould ````` | 0.313274 | 0.81 | | +| 22093 | ````` nInstead ````` | 0.313275 | 0.35 | | +| 20769 | ````` nbetween ````` | 0.31365 | 1 | | +| 31861 | ````` nextern ````` | 0.313847 | 1 | | +| 37856 | ````` ▁;)\ ````` | 0.314316 | 0.69 | | +| 22760 | ````` ▁»\ ````` | 0.314392 | 1 | | +| 43285 | ````` nAlmost ````` | 0.314628 | 0.93 | | +| 58695 | ````` ▁училище ````` | 0.314929 | 0.99 | | +| 36288 | ````` nHope ````` | 0.315184 | 0.92 | ````` nHopefully ````` | +| 21430 | ````` nYeah ````` | 0.315257 | 0.93 | | +| 54400 | ````` nWed ````` | 0.315295 | 1 | | +| 21548 | ````` }}_{\\ ````` | 0.315338 | 0.0077 | | +| 46914 | ````` ▁}}\" ````` | 0.315415 | 0.97 | | +| 41453 | ````` nMatt ````` | 0.315961 | 1 | ````` nMatthew ````` | +| 54163 | ````` nBrown ````` | 0.315972 | 0.86 | | +| 17416 | ````` nfortunately ````` | 0.316206 | 0.00078 | ````` nUnfortunately `````, ````` Unfortunately ````` | +| 44603 | ````` nJoe ````` | 0.316776 | 0.84 | | +| 58334 | ````` ▁();\ ````` | 0.316852 | 0.84 | | +| 35249 | ````` nJim ````` | 0.316952 | 0.49 | | +| 39087 | ````` nStay ````` | 0.317406 | 1 | | +| 26192 | ````` }{{\\ ````` | 0.317929 | 0.82 | ````` }}{{\\ ````` | +| 59394 | ````` ерцо ````` | 0.318124 | 0.16 | | +| 44407 | ````` nQuality ````` | 0.31814 | 1 | | +| 39626 | ````` nExcellent ````` | 0.318397 | 1 | | +| 16583 | ````` nThursday ````` | 0.31856 | 0.98 | | +| 46285 | ````` @{\\ ````` | 0.318578 | 0.98 | | +| 20233 | ````` nUnfortunately ````` | 0.31973 | 0.42 | | +| 41378 | ````` nFrank ````` | 0.320252 | 0.99 | | +| 53140 | ````` nident ````` | 0.32031 | 1 | ````` ▁unidentified ````` | +| 58615 | ````` nRom ````` | 0.320333 | 0.99 | | +| 42159 | ````` nWashington ````` | 0.320465 | 0.94 | | +| 46513 | ````` nproblem ````` | 0.320707 | 1 | | +| 31256 | ````` nmeasure ````` | 0.321003 | 1 | | +| 47114 | ````` nWilliam ````` | 0.321025 | 0.46 | | +| 42147 | ````` дът ````` | 0.321141 | 0.15 | | +| 18650 | ````` nSaturday ````` | 0.321183 | 1 | | +| 54630 | ````` 柬埔 ````` | 0.321599 | 1 | ````` 柬埔寨 ````` | +| 16919 | ````` >();\ ````` | 0.321638 | 0.94 | ````` <>();\ ````` | +| 41505 | ````` 通用领域 ````` | 0.321741 | 1 | | +| 23840 | ````` nwould ````` | 0.321815 | 0.92 | | +| 26112 | ````` nBeing ````` | 0.322236 | 0.84 | | +| 43144 | ````` ▁дъ ````` | 0.322577 | 0.7 | ````` ▁дъщер ````` | +| 57727 | ````` \"=> ````` | 0.322643 | 1 | | +| 35935 | ````` npeople ````` | 0.32268 | 0.9 | | +| 50720 | ````` поред ````` | 0.322863 | 0.8 | | +| 39612 | ````` nJeff ````` | 0.323193 | 0.83 | | +| 39806 | ````` nMary ````` | 0.323356 | 1 | | +| 43629 | ````` nNov ````` | 0.323502 | 1 | | +| 20776 | ````` nQuote ````` | 0.323785 | 0.93 | | +| 25096 | ````` nbecause ````` | 0.324266 | 0.56 | | +| 51196 | ````` ▁август ````` | 0.324324 | 0.99 | | +| 36896 | ````` }}\\\\\ ````` | 0.324424 | 0.016 | | +| 37927 | ````` nQuick ````` | 0.324537 | 0.99 | | +| 26593 | ````` nrequire ````` | 0.324592 | 1 | | +| 24541 | ````` ългария ````` | 0.324915 | 0.0049 | ````` ▁България ````` | +| 13037 | ````` _{{\\ ````` | 0.324953 | 0.068 | ````` }_{{\\ ````` | +| 52527 | ````` navailable ````` | 0.325225 | 1 | | +| 27867 | ````` impse ````` | 0.325257 | 1 | ````` ▁glimpse ````` | +| 41001 | ````` вява ````` | 0.32548 | 0.39 | | +| 24516 | ````` nDue ````` | 0.325657 | 0.95 | | +| 14385 | ````` ългар ````` | 0.326401 | 0.002 | ````` ългарски `````, ````` ▁български `````, ````` ългария `````, ````` ▁България `````, ````` Български `````, ... | +| 30226 | ````` nPhot ````` | 0.327 | 0.98 | ````` nPhotos ````` | +| 17538 | ````` npackage ````` | 0.327026 | 1 | | +| 35344 | ````` nfollowing ````` | 0.327029 | 0.64 | | +| 46238 | ````` nstrong ````` | 0.327455 | 0.99 | | +| 57332 | ````` ntogether ````` | 0.327938 | 0.99 | | +| 32663 | ````` nNational ````` | 0.328141 | 0.95 | | +| 18773 | ````` dbcbb ````` | 0.329005 | 1 | | +| 44852 | ````` ninvest ````` | 0.329195 | 1 | | +| 34980 | ````` nRobert ````` | 0.329199 | 0.97 | | +| 31781 | ````` ninformation ````` | 0.329283 | 1 | | +| 41649 | ````` ▁започва ````` | 0.329535 | 0.16 | | +| 46256 | ````` nLogged ````` | 0.329651 | 1 | | +| 38447 | ````` ▁където ````` | 0.329859 | 0.33 | | +| 48719 | ````` прил ````` | 0.329963 | 1 | ````` ▁април ````` | +| 47564 | ````` tAssert ````` | 0.330346 | 1 | | +| 55948 | ````` nExcept ````` | 0.33087 | 1 | | +| 36332 | ````` дето ````` | 0.331236 | 0.99 | ````` ▁където ````` | +| 14791 | ````` )^{\\ ````` | 0.331355 | 0.2 | ````` })^{\\ ````` | +| 42119 | ````` nPosts ````` | 0.331372 | 0.91 | | +| 40103 | ````` nRecall ````` | 0.331418 | 1 | | +| 48963 | ````` nprodu ````` | 0.332113 | 1 | ````` nproduct ````` | +| 45840 | ````` ▁\\\\[ ````` | 0.332217 | 0.98 | | +| 52483 | ````` nproperties ````` | 0.332319 | 1 | | +| 23833 | ````` \"))\ ````` | 0.332369 | 0.25 | | +| 37854 | ````` върш ````` | 0.332517 | 0.15 | ````` вършва ````` | +| 39026 | ````` nMart ````` | 0.334073 | 0.98 | ````` nMartin ````` | +| 42528 | ````` nNice ````` | 0.33474 | 0.97 | | +| 13984 | ````` {$\\ ````` | 0.334833 | 0.98 | ````` }{$\\ `````, ````` ▁{$\\ ````` | +| 37348 | ````` nCome ````` | 0.335374 | 1 | | +| 53438 | ````` ▁Дими ````` | 0.335749 | 1 | | +| 41277 | ````` mcitedefault ````` | 0.33577 | 0.063 | | +| 36423 | ````` nEnjoy ````` | 0.33584 | 1 | | +| 39805 | ````` \\;\\ ````` | 0.33587 | 0.95 | ````` ;\\;\\;\\;\\ ````` | +| 52592 | ````` %\">\ ````` | 0.3359 | 0.88 | | +| 41051 | ````` ▁'';\ ````` | 0.335928 | 0.79 | | +| 53187 | ````` nMarc ````` | 0.336031 | 0.92 | | +| 27681 | ````` '));\ ````` | 0.336293 | 0.63 | | +| 59401 | ````` nanaly ````` | 0.336364 | 0.99 | | +| 25586 | ````` )^\\ ````` | 0.3366 | 0.93 | | +| 25854 | ````` :=\\ ````` | 0.336693 | 1 | ````` ):=\\ ````` | +| 50200 | ````` nDave ````` | 0.337731 | 0.27 | | +| 22535 | ````` nPerhaps ````` | 0.338395 | 0.23 | | +| 21871 | ````` nNever ````` | 0.338475 | 0.55 | ````` nNevertheless ````` | +| 30028 | ````` nenergy ````` | 0.338739 | 1 | | +| 29228 | ````` nRecent ````` | 0.338849 | 0.97 | | +| 29793 | ````` nBelow ````` | 0.338879 | 0.96 | | +| 26741 | ````` nJune ````` | 0.338983 | 0.99 | | +| 43492 | ````` nPersonal ````` | 0.339072 | 0.99 | | +| 4136 | ````` ▁${\\ ````` | 0.339136 | 0.95 | | +| 28212 | ````` nOkay ````` | 0.339288 | 0.73 | | +| 27582 | ````` ($\\ ````` | 0.339542 | 1 | | +| 48504 | ````` nmust ````` | 0.339638 | 1 | | +| 47990 | ````` nKing ````` | 0.34055 | 1 | | +| 51503 | ````` nCommun ````` | 0.34091 | 0.98 | | +| 10303 | ````` ълга ````` | 0.341014 | 0.28 | ````` ългар `````, ````` ългарски `````, ````` ▁български `````, ````` ългария `````, ````` ▁България `````, ... | +| 16179 | ````` nTuesday ````` | 0.341077 | 0.81 | | +| 54317 | ````` nregion ````` | 0.341262 | 1 | | +| 44000 | ````` ▁:-)\ ````` | 0.341396 | 0.99 | | +| 53998 | ````` *{\\ ````` | 0.341401 | 1 | | +| 53687 | ````` рича ````` | 0.341434 | 0.95 | | +| 43133 | ````` nApart ````` | 0.341653 | 1 | | +| 28214 | ````` nNotice ````` | 0.34213 | 0.98 | | +| 28031 | ````` \\\|^ ````` | 0.342244 | 1 | | +| 14703 | ````` ){\\ ````` | 0.342381 | 0.76 | | +| 58417 | ````` )\\} ````` | 0.343008 | 0.64 | | +| 40486 | ````` nknow ````` | 0.343043 | 1 | ````` ▁Unknown ````` | +| 35267 | ````` nPhil ````` | 0.343181 | 1 | | +| 47381 | ````` nNick ````` | 0.343544 | 0.99 | | +| 44419 | ````` ▁{}\" ````` | 0.343643 | 0.9 | | +| 49153 | ````` ~\ ````` | 0.343898 | 0.99 | | +| 46804 | ````` twhile ````` | 0.344067 | 1 | | +| 42192 | ````` nTrump ````` | 0.344105 | 0.98 | | +| 15701 | ````` nMonday ````` | 0.344754 | 1 | | +| 36449 | ````` ските ````` | 0.344901 | 0.55 | | +| 43286 | ````` ndeterm ````` | 0.344968 | 1 | | +| 45482 | ````` ▁светов ````` | 0.345297 | 1 | | +| 34606 | ````` nResearch ````` | 0.345556 | 1 | ````` nResearchers ````` | +| 18397 | ````` nSunday ````` | 0.34578 | 0.99 | | +| 26502 | ````` ▁\\}$ ````` | 0.34595 | 0.25 | | +| 45322 | ````` nHop ````` | 0.346041 | 0.99 | ````` nHopefully ````` | +| 53058 | ````` 乌鲁木 ````` | 0.346118 | 1 | ````` 乌鲁木齐 ````` | +| 24505 | ````` nprov ````` | 0.346613 | 1 | | +| 49835 | ````` nBre ````` | 0.346637 | 0.99 | ````` nBreak ````` | +| 44924 | ````` nAndrew ````` | 0.34687 | 0.94 | | +| 20709 | ````` nThrough ````` | 0.347688 | 0.97 | ````` nThroughout ````` | +| 11425 | ````` ":"“ ````` | 0.34776 | 0.91 | | +| 51319 | ````` nsingle ````` | 0.348305 | 0.98 | | +| 55503 | ````` *\\*\\ ````` | 0.349366 | 0.88 | | +| 33538 | ````` MzUx ````` | 0.349509 | 0.81 | | +| 59069 | ````` nMus ````` | 0.349562 | 0.73 | | +| 44014 | ````` ngreat ````` | 0.349591 | 1 | | +| 17688 | ````` nHey ````` | 0.349784 | 0.97 | | +| 41922 | ````` ▁Пър ````` | 0.350361 | 0.99 | | +| 54046 | ````` nSha ````` | 0.350719 | 0.98 | | +| 54866 | ````` nComing ````` | 0.351051 | 0.97 | | +| 8268 | ````` }_\\ ````` | 0.351314 | 0.73 | ````` }}_\\ ````` | +| 25572 | ````` nJuly ````` | 0.351506 | 0.95 | | +| 32584 | ````` MzUy ````` | 0.35157 | 0.75 | | +| 55348 | ````` nMad ````` | 0.351617 | 1 | | +| 22815 | ````` &=\\ ````` | 0.351648 | 0.99 | | +| 18797 | ````` nJan ````` | 0.35214 | 0.99 | ````` nJanuary ````` | +| 50137 | ````` nsection ````` | 0.352265 | 1 | | +| 24717 | ````` '];\ ````` | 0.353009 | 0.73 | | +| 34089 | ````` nStudents ````` | 0.353826 | 0.98 | | +| 42055 | ````` nMel ````` | 0.354187 | 0.99 | | +| 50582 | ````` вият ````` | 0.354201 | 0.36 | | +| 42196 | ````` nInternational ````` | 0.354288 | 0.96 | | +| 33207 | ````` .\ ````` | 0.354395 | 0.96 | | +| 56688 | ````` nAbove ````` | 0.354693 | 0.99 | | +| 20659 | ````` nStill ````` | 0.354933 | 0.9 | | +| 42737 | ````` nequation ````` | 0.355282 | 1 | ````` nequations ````` | +| 58341 | ````` nChristian ````` | 0.35547 | 0.97 | | +| 30282 | ````` nGod ````` | 0.355564 | 1 | | +| 44456 | ````` nPerformance ````` | 0.355727 | 1 | | +| 15369 | ````` )\\\\\ ````` | 0.355969 | 0.85 | ````` })\\\\\ ````` | +| 12709 | ````` nBecause ````` | 0.356102 | 0.057 | | +| 40568 | ````` ngeneral ````` | 0.356471 | 1 | | +| 54923 | ````` nstill ````` | 0.356651 | 1 | | +| 10591 | ````` ▁$\\{ ````` | 0.356856 | 0.99 | ````` ▁$\\{\\ ````` | +| 23794 | ````` nRemember ````` | 0.357201 | 0.2 | | +| 34916 | ````` ndistribution ````` | 0.357417 | 1 | | +| 54244 | ````` nCombining ````` | 0.357463 | 0.95 | | +| 57110 | ````` nCREATE ````` | 0.357555 | 0.46 | | +| 8062 | ````` nAccording ````` | 0.357597 | 0.14 | | +| 18278 | ````` nFollowing ````` | 0.357996 | 0.94 | | +| 29166 | ````` $(\\ ````` | 0.358082 | 0.95 | | +| 50586 | ````` лната ````` | 0.358483 | 0.35 | | +| 50564 | ````` nphase ````` | 0.358884 | 1 | | +| 53066 | ````` nchange ````` | 0.358949 | 1 | | +| 34396 | ````` }}+\\ ````` | 0.358994 | 0.036 | | +| 26849 | ````` nJanuary ````` | 0.359549 | 0.97 | | +| 52083 | ````` ▁името ````` | 0.359643 | 0.45 | | +| 13147 | ````` )}{\\ ````` | 0.359801 | 0.63 | ````` })}{\\ ````` | +| 54814 | ````` nbackground ````` | 0.35986 | 1 | | +| 52188 | ````` nCalifornia ````` | 0.36016 | 0.99 | | +| 52503 | ````` nFinding ````` | 0.360196 | 0.92 | | +| 35018 | ````` tuint ````` | 0.360446 | 1 | | +| 38766 | ````` nWritten ````` | 0.360554 | 0.89 | | +| 30783 | ````` nimpl ````` | 0.360594 | 1 | | +| 58930 | ````` nLiving ````` | 0.361025 | 0.99 | | +| 58161 | ````` nScience ````` | 0.361172 | 1 | | +| 29387 | ````` nJames ````` | 0.361664 | 0.99 | | +| 55201 | ````` ndescribed ````` | 0.362171 | 0.68 | | +| 50136 | ````` ▁жители ````` | 0.362191 | 0.63 | | +| 22668 | ````` nunder ````` | 0.362317 | 1 | | +| 26195 | ````` ▁forumYou ````` | 0.36238 | 0.024 | | +| 40299 | ````` nMicrosoft ````` | 0.362435 | 0.94 | | +| 28924 | ````` ——\ ````` | 0.36248 | 1 | | +| 55299 | ````` =\"@ ````` | 0.362598 | 1 | | +| 24782 | ````` nInterest ````` | 0.362646 | 0.98 | ````` nInterestingly `````, ````` nInteresting ````` | +| 22047 | ````` nalso ````` | 0.362945 | 0.98 | | +| 41115 | ````` nPros ````` | 0.36336 | 1 | | +| 24674 | ````` nAdvertisement ````` | 0.363541 | 1 | | +| 12698 | ````` nFigure ````` | 0.363907 | 1 | | +| 18206 | ````` \"));\ ````` | 0.363987 | 0.19 | | +| 29270 | ````` nshould ````` | 0.364507 | 0.93 | | +| 41328 | ````` nstud ````` | 0.364518 | 1 | | +| 15211 | ````` tprivate ````` | 0.364961 | 1 | | +| 27433 | ````` nDecember ````` | 0.365115 | 0.76 | | +| 55804 | ````` nJun ````` | 0.365225 | 1 | | +| 35396 | ````` nbool ````` | 0.365598 | 1 | | +| 33894 | ````` nSimilar ````` | 0.365631 | 0.9 | | +| 54936 | ````` ▁различни ````` | 0.365683 | 0.94 | | +| 40939 | ````` nparameters ````` | 0.36579 | 1 | | +| 57431 | ````` ninterface ````` | 0.36587 | 1 | | +| 102 | ````` 。 ````` | 0.365873 | 1 | | +| 42958 | ````` ▁ръ ````` | 0.36636 | 0.97 | ````` ▁ръко ````` | +| 31104 | ````` nWant ````` | 0.366955 | 1 | | +| 23963 | ````` MzIz ````` | 0.36696 | 0.97 | | +| 42518 | ````` nDevelop ````` | 0.367025 | 0.99 | | +| 52569 | ````` nperson ````` | 0.367162 | 1 | | +| 24693 | ````` MzIx ````` | 0.367597 | 0.72 | | +| 51766 | ````` ▁март ````` | 0.368371 | 1 | | +| 58849 | ````` ▁_\\ ````` | 0.3688 | 1 | | +| 34352 | ````` nHappy ````` | 0.368815 | 1 | | +| 28131 | ````` nNovember ````` | 0.368853 | 0.94 | | +| 38338 | ````` nNothing ````` | 0.368948 | 0.96 | | +| 31243 | ````` nAlex ````` | 0.369004 | 0.23 | | +| 41305 | ````` nIntroduction ````` | 0.369049 | 1 | | +| 59108 | ````` nJac ````` | 0.369526 | 1 | | +| 11251 | ````` ^{-\\ ````` | 0.369537 | 0.29 | ````` }^{-\\ `````, ````` )^{-\\ ````` | +| 50140 | ````` nCommunity ````` | 0.369805 | 0.99 | | +| 27754 | ````` nOctober ````` | 0.369887 | 0.7 | | +| 45385 | ````` nEasy ````` | 0.369962 | 1 | | +| 41139 | ````` nPrior ````` | 0.370353 | 1 | | +| 42023 | ````` кръ ````` | 0.37047 | 1 | ````` ▁кръ ````` | +| 54439 | ````` =\"\">\ ````` | 0.370505 | 0.94 | | +| 24457 | ````` {(\\ ````` | 0.37066 | 0.97 | ````` }^{(\\ `````, ````` }{(\\ `````, ````` _{(\\ ````` | +| 55964 | ````` nAND ````` | 0.370813 | 0.99 | | +| 51882 | ````` nYoung ````` | 0.370848 | 1 | | +| 31384 | ````` tstatic ````` | 0.370875 | 1 | | +| 33616 | ````` MzUz ````` | 0.370965 | 0.42 | | +| 37859 | ````` nThings ````` | 0.37112 | 1 | | +| 38698 | ````` ncalcul ````` | 0.371259 | 1 | | +| 50006 | ````` nanother ````` | 0.371323 | 0.97 | | +| 13472 | ````` nnamespace ````` | 0.37243 | 0.99 | | +| 31550 | ````` ▁\"\";\ ````` | 0.37278 | 0.15 | | +| 44776 | ````` nChapter ````` | 0.372862 | 0.98 | | +| 46094 | ````` nDan ````` | 0.372996 | 0.98 | | +| 39831 | ````` ndensity ````` | 0.373225 | 1 | | +| 55901 | ````` ▁получава ````` | 0.373317 | 0.9 | | +| 50529 | ````` nproduct ````` | 0.373336 | 0.98 | | +| 26923 | ````` nTheir ````` | 0.373379 | 0.6 | | +| 11981 | ````` nDuring ````` | 0.373523 | 0.85 | | +| 45940 | ````` ▁намира ````` | 0.374036 | 0.81 | | +| 56270 | ````` $(\" ````` | 0.374191 | 1 | | +| 25797 | ````` ninto ````` | 0.374268 | 1 | | +| 18909 | ````` nConsider ````` | 0.374307 | 0.77 | ````` nConsidering ````` | +| 31615 | ````` nSolve ````` | 0.374399 | 1 | | +| 40449 | ````` {\|\\ ````` | 0.374612 | 0.99 | | +| 43251 | ````` ▁разпо ````` | 0.375017 | 0.93 | | +| 57275 | ````` телите ````` | 0.375087 | 0.033 | | +| 24032 | ````` MzIw ````` | 0.375484 | 0.97 | | +| 54233 | ````` nNor ````` | 0.375655 | 1 | | +| 48039 | ````` ▁кръ ````` | 0.375773 | 0.99 | | +| 55600 | ````` 加哥 ````` | 0.375773 | 1 | ````` 芝加哥 ````` | +| 57672 | ````` tdefault ````` | 0.375794 | 1 | | +| 43299 | ````` ▁Той ````` | 0.375947 | 0.95 | | +| 45568 | ````` nfunctions ````` | 0.37601 | 1 | | +| 38605 | ````` ▁държа ````` | 0.376106 | 0.99 | | +| 29931 | ````` nLearn ````` | 0.376768 | 0.98 | ````` nLearning ````` | +| 56313 | ````` norgan ````` | 0.377017 | 1 | | +| 35926 | ````` nUniversity ````` | 0.377124 | 0.39 | | +| 21147 | ````` =\\{ ````` | 0.37731 | 1 | ````` }=\\{ ````` | +| 30758 | ````` $};\ ````` | 0.377432 | 0.084 | | +| 33852 | ````` tassert ````` | 0.377798 | 1 | | +| 50830 | ````` })+\\ ````` | 0.3779 | 0.28 | | +| 35454 | ````` nAsk ````` | 0.377915 | 1 | ````` nAsked ````` | +| 47104 | ````` nMal ````` | 0.378614 | 0.99 | | +| 31864 | ````` ▁изпол ````` | 0.378714 | 0.13 | ````` ▁използва ````` | +| 46710 | ````` ▁няколко ````` | 0.378762 | 0.78 | | +| 59568 | ````` ▁ ````` | 0.378766 | 1 | | +| 32408 | ````` nSocial ````` | 0.378876 | 0.96 | | +| 21482 | ````` nLooking ````` | 0.378953 | 0.3 | | +| 43328 | ````` nBel ````` | 0.379354 | 1 | | +| 27717 | ````` nSeptember ````` | 0.379403 | 0.56 | | +| 53065 | ````` ниците ````` | 0.379632 | 0.76 | | +| 34019 | ````` nJack ````` | 0.379802 | 0.99 | | +| 26393 | ````` nSen ````` | 0.379829 | 0.99 | ````` nSend `````, ````` nSenior ````` | +| 53314 | ````` ▁града ````` | 0.380275 | 0.99 | | +| 39852 | ````` nCou ````` | 0.380532 | 1 | | +| 40827 | ````` nVisit ````` | 0.380671 | 0.99 | | +| 54077 | ````` nStaff ````` | 0.380684 | 1 | | +| 30484 | ````` nwho ````` | 0.380975 | 1 | | +| 47063 | ````` ()))\ ````` | 0.381032 | 0.93 | | +| 55016 | ````` nSpring ````` | 0.381259 | 1 | | +| 53048 | ````` nCongratulations ````` | 0.381563 | 0.81 | | +| 18947 | ````` nplt ````` | 0.382072 | 1 | | +| 6927 | ````` \\]\ ````` | 0.382262 | 1 | ````` ▁\\]\ ````` | +| 29534 | ````` tvoid ````` | 0.382299 | 1 | | +| 39187 | ````` nEverything ````` | 0.382693 | 0.91 | | +| 56346 | ````` nUsers ````` | 0.382802 | 1 | | +| 31565 | ````` nJul ````` | 0.382847 | 1 | | +| 58646 | ````` nGrand ````` | 0.383497 | 0.99 | | +| 19857 | ````` nMaybe ````` | 0.383624 | 0.88 | | +| 51179 | ````` nDefine ````` | 0.383703 | 0.99 | | +| 44140 | ````` tLet ````` | 0.383808 | 1 | | +| 32015 | ````` _;\ ````` | 0.384376 | 1 | | +| 50505 | ````` nParticip ````` | 0.384689 | 0.97 | | +| 16034 | ````` nFig ````` | 0.384798 | 0.99 | | +| 37219 | ````` nAltern ````` | 0.385107 | 0.99 | ````` nAlternatively ````` | +| 34223 | ````` nhere ````` | 0.385492 | 1 | | +| 18738 | ````` nHaving ````` | 0.385637 | 0.34 | | +| 46257 | ````` ▁продъл ````` | 0.385942 | 0.95 | | +| 57467 | ````` nHol ````` | 0.386248 | 1 | | +| 40485 | ````` nTell ````` | 0.386297 | 0.99 | | +| 55347 | ````` nINT ````` | 0.386464 | 0.98 | | +| 25674 | ````` ското ````` | 0.386555 | 0.98 | | +| 21979 | ````` nDavid ````` | 0.386698 | 0.78 | | +| 41268 | ````` ^@^@ ````` | 0.386806 | 1 | | +| 52521 | ````` nEither ````` | 0.387196 | 0.99 | | +| 44649 | ````` стъ ````` | 0.387205 | 0.98 | ````` стър `````, ````` стъп ````` | +| 15625 | ````` ${\\ ````` | 0.387244 | 1 | | +| 37264 | ````` ncomput ````` | 0.388166 | 1 | | +| 50336 | ````` nMor ````` | 0.388217 | 0.98 | | +| 58504 | ````` nDepartment ````` | 0.388378 | 0.99 | | +| 43947 | ````` ▁семейство ````` | 0.388574 | 1 | | +| 31786 | ````` nhad ````` | 0.388654 | 1 | | +| 29283 | ````` ▁\\{\\ ````` | 0.38868 | 1 | | +| 45638 | ````` ndescription ````` | 0.388725 | 1 | | +| 52022 | ````` nInternet ````` | 0.388921 | 0.97 | | +| 42223 | ````` ▁място ````` | 0.389402 | 0.77 | | +| 35954 | ````` ▁{{\\ ````` | 0.389499 | 0.91 | | +| 34361 | ````` \\}\ ````` | 0.389631 | 0.87 | | +| 21488 | ````` ntheir ````` | 0.39048 | 0.29 | | +| 53539 | ````` ▁тери ````` | 0.390516 | 1 | | +| 34150 | ````` nSouth ````` | 0.390582 | 1 | | +| 42727 | ````` nposted ````` | 0.390753 | 1 | | +| 24562 | ````` MzIy ````` | 0.390806 | 0.83 | | +| 48962 | ````` ▁река ````` | 0.391153 | 0.98 | | +| 31707 | ````` njust ````` | 0.391595 | 1 | ````` ▁injustice `````, ````` ▁unjust ````` | +| 49336 | ````` nalong ````` | 0.391701 | 1 | | +| 46561 | ````` nbased ````` | 0.391943 | 0.99 | | +| 10172 | ````` nFinally ````` | 0.392076 | 0.72 | | +| 50078 | ````` nmodels ````` | 0.392197 | 0.99 | | +| 26634 | ````` nthrough ````` | 0.392666 | 0.99 | | +| 41023 | ````` ъм ````` | 0.392741 | 0.96 | | +| 26597 | ````` nChrist ````` | 0.39304 | 0.94 | ````` nChristian ````` | +| 33583 | ````` ▁става ````` | 0.393063 | 0.99 | | +| 51501 | ````` nWood ````` | 0.393108 | 0.97 | | +| 53974 | ````` nmade ````` | 0.393305 | 0.99 | | +| 30201 | ````` nCurrently ````` | 0.393393 | 0.93 | | +| 47570 | ````` nEss ````` | 0.393401 | 0.99 | | +| 39785 | ````` nOrgan ````` | 0.393436 | 0.98 | | +| 101 | ````` , ````` | 0.393457 | 1 | | +| 42292 | ````` nBrand ````` | 0.393633 | 1 | | +| 49270 | ````` ▁голя ````` | 0.393713 | 0.99 | | +| 25337 | ````` ▁_{\\ ````` | 0.39391 | 0.96 | | +| 37397 | ````` nLess ````` | 0.393925 | 0.99 | | +| 57714 | ````` nphot ````` | 0.393977 | 1 | | +| 47165 | ````` (\"< ````` | 0.394269 | 0.8 | | +| 56585 | ````` ▁—\ ````` | 0.394392 | 1 | | +| 57294 | ````` (\\{ ````` | 0.394453 | 1 | | +| 35385 | ````` nEarly ````` | 0.394907 | 0.95 | | +| 7965 | ````` }^\\ ````` | 0.395063 | 0.89 | ````` }}^\\ ````` | +| 52249 | ````` nMade ````` | 0.395165 | 0.99 | | +| 18124 | ````` nDoes ````` | 0.39525 | 0.95 | | +| 15204 | ````` nHis ````` | 0.395595 | 0.95 | ````` nHistory `````, ````` nHistor ````` | +| 5957 | ````` nHowever ````` | 0.395668 | 0.14 | | +| 52277 | ````` nWebsite ````` | 0.395675 | 0.98 | | +| 31989 | ````` ={\\ ````` | 0.395698 | 0.86 | ````` }={\\ ````` | +| 42013 | ````` ьор ````` | 0.395922 | 0.93 | | +| 30283 | ````` nCong ````` | 0.396137 | 1 | ````` nCongratulations ````` | +| 47929 | ````` nhim ````` | 0.396506 | 1 | | +| 19851 | ````` nOverall ````` | 0.396678 | 1 | | +| 54895 | ````` nlayout ````` | 0.396703 | 1 | | +| 44371 | ````` $\\{ ````` | 0.396719 | 1 | | +| 16212 | ````` nstatic ````` | 0.396762 | 0.99 | | +| 32678 | ````` nGetting ````` | 0.396869 | 0.97 | | +| 17525 | ````` nPeople ````` | 0.397019 | 1 | | +| 54648 | ````` nLondon ````` | 0.397352 | 0.88 | | +| 56284 | ````` ▁работи ````` | 0.3978 | 1 | | +| 21170 | ````` (-\\ ````` | 0.398108 | 0.99 | | +| 51566 | ````` телни ````` | 0.398318 | 0.61 | | +| 13583 | ````` nhave ````` | 0.398358 | 0.96 | | +| 42376 | ````` ninclude ````` | 0.399003 | 0.98 | | +| 56144 | ````` ък ````` | 0.399085 | 0.96 | ````` ▁ръко ````` | +| 29268 | ````` nFour ````` | 0.399446 | 0.99 | | +| 45937 | ````` нява ````` | 0.39951 | 0.69 | | +| 7890 | ````` ▁($\\ ````` | 0.399702 | 0.98 | | +| 35207 | ````` ▁София ````` | 0.399833 | 1 | | +| 59328 | ````` nRock ````` | 0.400177 | 1 | | +| 34696 | ````` ▁\"\"\ ````` | 0.400431 | 0.96 | | +| 38001 | ````` nGive ````` | 0.400766 | 1 | | +| 47360 | ````` nGuest ````` | 0.400803 | 0.96 | | +| 25223 | ````` nMarch ````` | 0.400992 | 0.72 | | +| 58279 | ````` nLearning ````` | 0.401207 | 0.99 | | +| 45090 | ````` nsuper ````` | 0.401255 | 0.99 | | +| 44962 | ````` \"-- ````` | 0.401741 | 1 | | +| 44156 | ````` nHam ````` | 0.401778 | 1 | | +| 16221 | ````` nFriday ````` | 0.401868 | 0.89 | | +| 32866 | ````` nSure ````` | 0.401969 | 0.96 | | +| 23153 | ````` wenshu ````` | 0.401999 | 1 | | +| 57472 | ````` преки ````` | 0.402217 | 0.097 | | +| 57012 | ````` $\|\\ ````` | 0.402373 | 0.95 | | +| 55422 | ````` nbegin ````` | 0.402516 | 0.98 | | +| 40323 | ````` nWorking ````` | 0.402952 | 0.99 | | +| 46342 | ````` ▁откри ````` | 0.403256 | 0.97 | | +| 53833 | ````` ▁импе ````` | 0.40398 | 1 | ````` ▁империя ````` | +| 45256 | ````` nThomas ````` | 0.403994 | 0.96 | | +| 49190 | ````` nHuman ````` | 0.404018 | 0.98 | | +| 57265 | ````` nIll ````` | 0.404078 | 1 | | +| 9315 | ````` nWhy ````` | 0.404239 | 1 | | +| 33743 | ````` nmass ````` | 0.404285 | 1 | | +| 22396 | ````` ICENSE ````` | 0.404375 | 1 | ````` LICENSE `````, ````` ▁LICENSE ````` | +| 52016 | ````` \"];\ ````` | 0.404548 | 0.12 | | +| 23492 | ````` nabout ````` | 0.40461 | 1 | | +| 20436 | ````` nKeep ````` | 0.404692 | 1 | | +| 37249 | ````` nInvest ````` | 0.404963 | 0.97 | | +| 26328 | ````` nMichael ````` | 0.405239 | 0.97 | | +| 57081 | ````` nprogram ````` | 0.405543 | 1 | | +| 48003 | ````` орги ````` | 0.405852 | 0.99 | ````` ▁Георги ````` | +| 43554 | ````` \\}} ````` | 0.406257 | 1 | | +| 24736 | ````` )));\ ````` | 0.406331 | 0.33 | ````` ()));\ ````` | +| 45194 | ````` nsecond ````` | 0.406567 | 0.98 | | +| 36919 | ````` ▁група ````` | 0.406587 | 1 | | +| 55612 | ````` nTips ````` | 0.406661 | 1 | | +| 32008 | ````` __":" ````` | 0.406706 | 0.96 | | +| 56530 | ````` nBon ````` | 0.406899 | 0.99 | | +| 35533 | ````` ▁бъ ````` | 0.407117 | 0.84 | ````` ▁бъде `````, ````` ▁българ ````` | +| 19371 | ````` nTHE ````` | 0.407431 | 0.98 | | +| 51623 | ````` nIndia ````` | 0.407639 | 0.82 | | +| 12547 | ````` ollary ````` | 0.407772 | 0.97 | ````` corollary `````, ````` ▁Corollary `````, ````` ▁corollary `````, ````` Corollary ````` | +| 29580 | ````` nhis ````` | 0.407886 | 1 | | +| 30292 | ````` чава ````` | 0.408115 | 0.75 | ````` ▁получава ````` | +| 24639 | ````` nDear ````` | 0.408163 | 0.66 | | +| 50541 | ````` nUN ````` | 0.408178 | 1 | | +| 56464 | ````` nflu ````` | 0.408343 | 1 | | +| 37591 | ````` )}=\\ ````` | 0.408437 | 0.03 | | +| 45431 | ````` nQuant ````` | 0.408457 | 1 | | +| 29905 | ````` nReferences ````` | 0.40855 | 1 | | +| 52320 | ````` ръща ````` | 0.408683 | 0.048 | | +| 22252 | ````` ▁→\ ````` | 0.408791 | 1 | | +| 24609 | ````` nApril ````` | 0.409394 | 0.84 | | +| 28589 | ````` 强险 ````` | 0.409715 | 0.98 | ````` 交强险 ````` | +| 27546 | ````` nAugust ````` | 0.409737 | 0.61 | | +| 24549 | ````` nbefore ````` | 0.409836 | 0.99 | | +| 17852 | ````` nRelated ````` | 0.40989 | 0.92 | | +| 7986 | ````` nAlso ````` | 0.410256 | 0.32 | | +| 31962 | ````` maba ````` | 0.410325 | 1 | ````` mabaochang ````` | +| 40266 | ````` nStory ````` | 0.41042 | 1 | | +| 27561 | ````` nWas ````` | 0.411011 | 1 | ````` nWashington ````` | +| 38067 | ````` nNotes ````` | 0.411027 | 1 | | +| 41100 | ````` nMaking ````` | 0.411194 | 0.98 | | +| 50814 | ````` ▁изпъл ````` | 0.411296 | 0.77 | | +| 48799 | ````` nAmazon ````` | 0.411371 | 0.99 | | +| 30300 | ````` nNEW ````` | 0.411616 | 0.86 | | +| 56931 | ````` ▁Георги ````` | 0.412096 | 1 | | +| 25164 | ````` nwhat ````` | 0.412259 | 0.98 | | +| 43314 | ````` nFive ````` | 0.412309 | 1 | | +| 38393 | ````` nBill ````` | 0.412373 | 0.98 | | +| 35596 | ````` nThird ````` | 0.412515 | 1 | | +| 40579 | ````` nFood ````` | 0.412711 | 1 | | +| 59324 | ````` гава ````` | 0.413073 | 0.99 | | +| 46819 | ````` nElect ````` | 0.413558 | 1 | | +| 20248 | ````` }/\\ ````` | 0.413644 | 0.99 | | +| 57402 | ````` nJoined ````` | 0.413788 | 0.99 | | +| 52008 | ````` nTL ````` | 0.414062 | 1 | | +| 28857 | ````` nPublished ````` | 0.414425 | 0.98 | | +| 16040 | ````` ▁%}\ ````` | 0.414486 | 0.72 | | +| 50073 | ````` ▁>>\ ````` | 0.414514 | 1 | | +| 42289 | ````` ncons ````` | 0.415071 | 1 | ````` nconsider `````, ````` nconstant `````, ````` nconsidered ````` | +| 47947 | ````` едно ````` | 0.415151 | 1 | ````` ▁едно `````, ````` ▁заедно ````` | +| 58119 | ````` казва ````` | 0.415509 | 0.96 | | +| 36678 | ````` nCould ````` | 0.416071 | 0.59 | | +| 47024 | ````` ▁когато ````` | 0.416073 | 0.97 | | +| 38645 | ````` nNone ````` | 0.41618 | 1 | | +| 30914 | ````` \"}\ ````` | 0.41623 | 0.89 | | +| 46426 | ````` nAlways ````` | 0.416348 | 1 | | +| 40837 | ````` ▁тях ````` | 0.416456 | 0.4 | | +| 7256 | ````` nusing ````` | 0.416638 | 0.97 | | +| 55923 | ````` nListen ````` | 0.41727 | 0.99 | | +| 45961 | ````` nOverview ````` | 0.417411 | 1 | | +| 33351 | ````` )/\\ ````` | 0.417779 | 0.88 | | +| 54399 | ````` nGra ````` | 0.418277 | 1 | ````` nGrant `````, ````` nGrand ````` | +| 52112 | ````` nContin ````` | 0.41838 | 0.99 | | +| 31721 | ````` nQuestion ````` | 0.418391 | 1 | ````` nQuestions ````` | +| 40470 | ````` nwww ````` | 0.419239 | 1 | | +| 29514 | ````` nnop ````` | 0.419295 | 1 | | +| 55388 | ````` nHotel ````` | 0.419474 | 0.99 | | +| 43932 | ````` ^-\\ ````` | 0.419556 | 0.97 | | +| 43725 | ````` nCOM ````` | 0.419763 | 1 | | +| 16107 | ````` nGreat ````` | 0.41982 | 0.99 | | +| 28606 | ````` ▁\\# ````` | 0.420368 | 0.99 | | +| 50433 | ````` nSix ````` | 0.421055 | 0.99 | | +| 38895 | ````` nthree ````` | 0.421082 | 1 | | +| 34169 | ````` нията ````` | 0.421134 | 0.24 | | +| 34054 | ````` ците ````` | 0.421255 | 0.95 | ````` ниците ````` | +| 53826 | ````` nPet ````` | 0.421577 | 1 | | +| 33544 | ````` nNorth ````` | 0.421633 | 0.98 | | +| 42653 | ````` nMembers ````` | 0.421742 | 1 | | +| 31286 | ````` (\"\\ ````` | 0.422067 | 1 | | +| 35913 | ````` nCON ````` | 0.422171 | 1 | | +| 43940 | ````` nLatest ````` | 0.422393 | 1 | | +| 53924 | ````` nLarge ````` | 0.423988 | 0.99 | | +| 28018 | ````` nExper ````` | 0.424038 | 0.97 | ````` nExperience ````` | +| 28039 | ````` nFebruary ````` | 0.424429 | 0.86 | | +| 49582 | ````` nFriend ````` | 0.424663 | 1 | | +| 13155 | ````` ▁година ````` | 0.424879 | 0.99 | | +| 55773 | ````` ▁пъ ````` | 0.424972 | 0.98 | | +| 39956 | ````` nLead ````` | 0.425098 | 0.98 | | +| 55859 | ````` \\> ````` | 0.425188 | 1 | | +| 567 | ````` ▁the ````` | 0.425248 | 1 | ````` ▁they `````, ````` ▁their `````, ````` ▁there `````, ````` ▁them `````, ````` ▁then `````, ... | +| 40970 | ````` nWest ````` | 0.42531 | 0.99 | | +| 6064 | ````` \\}$ ````` | 0.425446 | 0.92 | ````` }\\}$ `````, ````` ▁\\}$ `````, ````` )\\}$ ````` | +| 59118 | ````` nthanks ````` | 0.425534 | 0.99 | | +| 57866 | ````` ]=\\ ````` | 0.425765 | 1 | | +| 46468 | ````` nedit ````` | 0.42586 | 1 | | +| 57481 | ````` ▁следва ````` | 0.426308 | 0.88 | | +| 26795 | ````` ▁[];\ ````` | 0.426339 | 0.91 | | +| 11248 | ````` nMany ````` | 0.426403 | 0.98 | | +| 25344 | ````` nyour ````` | 0.427203 | 0.77 | | +| 38420 | ````` nsame ````` | 0.427219 | 1 | | +| 51021 | ````` tfunction ````` | 0.427339 | 1 | | +| 38964 | ````` nChina ````` | 0.427522 | 0.96 | | +| 58950 | ````` (\|\\ ````` | 0.427522 | 1 | | +| 44483 | ````` nCompany ````` | 0.428392 | 1 | | +| 41426 | ````` nUpdated ````` | 0.428914 | 1 | | +| 50359 | ````` >\"\ ````` | 0.428946 | 0.99 | | +| 35011 | ````` nThink ````` | 0.429374 | 0.68 | | +| 50457 | ````` nyears ````` | 0.429449 | 1 | | +| 32336 | ````` nsee ````` | 0.429845 | 1 | ````` ▁unseen ````` | +| 52977 | ````` ▁върху ````` | 0.430177 | 0.98 | | +| 37365 | ````` +\\+ ````` | 0.43069 | 1 | ````` \\+\\_\\+\\+ ````` | +| 26447 | ````` ▁град ````` | 0.431012 | 1 | ````` ▁града ````` | +| 38831 | ````` nCustomer ````` | 0.431023 | 0.98 | | +| 24524 | ````` ▁});\ ````` | 0.431107 | 0.85 | | +| 11392 | ````` nEven ````` | 0.431389 | 0.92 | ````` nEvent `````, ````` nEventually ````` | +| 48060 | ````` )\"\ ````` | 0.431495 | 0.95 | | +| 41159 | ````` nTravel ````` | 0.431803 | 1 | | +| 24390 | ````` })=\\ ````` | 0.432097 | 0.33 | | +| 33774 | ````` nApple ````` | 0.432162 | 0.99 | | +| 24798 | ````` nSorry ````` | 0.432272 | 0.98 | | +| 56828 | ````` nBlog ````` | 0.432492 | 1 | | +| 43746 | ````` nexample ````` | 0.433202 | 1 | | +| 63175 | ````` ѝ ````` | 0.43331 | 1 | | +| 55358 | ````` nMoving ````` | 0.433539 | 0.99 | | +| 48086 | ````` npres ````` | 0.433666 | 1 | | +| 55875 | ````` \\\":\\\" ````` | 0.433751 | 0.99 | | +| 12543 | ````` nToday ````` | 0.433851 | 0.99 | | +| 56687 | ````` nDeep ````` | 0.434049 | 1 | | +| 53511 | ````` nlight ````` | 0.434092 | 1 | ````` ▁enlightened ````` | +| 14696 | ````` nHave ````` | 0.434192 | 1 | | +| 43515 | ````` nHard ````` | 0.434193 | 1 | | +| 41379 | ````` nRating ````` | 0.434343 | 1 | | +| 30385 | ````` nselect ````` | 0.434379 | 0.99 | | +| 19055 | ````` nwhen ````` | 0.434399 | 0.95 | | +| 47677 | ````` norig ````` | 0.434418 | 1 | | +| 53922 | ````` ▁свър ````` | 0.434447 | 0.89 | | +| 22127 | ````` nwhile ````` | 0.43488 | 0.99 | ````` ▁meanwhile ````` | +| 52605 | ````` nCategories ````` | 0.435029 | 0.99 | | +| 40797 | ````` nNOTE ````` | 0.435374 | 0.75 | | +| 33614 | ````` ntemplate ````` | 0.436265 | 1 | ````` ▁contemplate ````` | +| 58751 | ````` }}\" ````` | 0.436463 | 0.99 | | +| 44254 | ````` nCredit ````` | 0.43647 | 1 | | +| 24065 | ````` ▁\\(\\ ````` | 0.436603 | 1 | | +| 41422 | ````` nfind ````` | 0.436624 | 1 | | +| 45891 | ````` ▁револю ````` | 0.436645 | 1 | | +| 15833 | ````` nGiven ````` | 0.436705 | 0.99 | | +| 35472 | ````` nKnow ````` | 0.436776 | 0.99 | | +| 54236 | ````` nMass ````` | 0.436942 | 0.99 | | +| 33591 | ````` ▁\"^ ````` | 0.437054 | 1 | | +| 27256 | ````` ▁години ````` | 0.437432 | 1 | | +| 54440 | ````` tSystem ````` | 0.437572 | 1 | | +| 44745 | ````` nDigital ````` | 0.437683 | 1 | | +| 24288 | ````` nonly ````` | 0.43781 | 1 | | +| 33797 | ````` nused ````` | 0.437815 | 1 | ````` ▁unused ````` | +| 30624 | ````` nBusiness ````` | 0.43813 | 0.97 | | +| 41214 | ````` }\"\ ````` | 0.438351 | 0.98 | | +| 18840 | ````` \\}\\ ````` | 0.438379 | 1 | | +| 43493 | ````` nSomething ````` | 0.438561 | 0.89 | | +| 14721 | ````` nWho ````` | 0.438572 | 0.98 | | +| 10290 | ````` nMost ````` | 0.438611 | 0.99 | | +| 54098 | ````` nApr ````` | 0.438815 | 1 | | +| 21245 | ````` nAmeric ````` | 0.438887 | 1 | ````` nAmerican ````` | +| 15685 | ````` )-\\ ````` | 0.439296 | 0.91 | | +| 19595 | ````` }[\\ ````` | 0.439699 | 0.89 | | +| 25762 | ````` }}=\\ ````` | 0.439751 | 0.29 | | +| 10420 | ````` npublic ````` | 0.439928 | 0.86 | | +| 15036 | ````` ▁къ ````` | 0.440066 | 1 | ````` ▁към `````, ````` ▁където ````` | +| 26400 | ````` ^+\\ ````` | 0.440142 | 1 | | +| 51092 | ````` \ufeff\ ````` | 0.440214 | 0.91 | | +| 50127 | ````` nProb ````` | 0.440227 | 0.99 | | +| 23304 | ````` nPerson ````` | 0.440254 | 1 | ````` nPersonally `````, ````` nPersonal ````` | +| 26461 | ````` nTom ````` | 0.44028 | 0.99 | | +| 45883 | ````` '):\ ````` | 0.440368 | 0.69 | | +| 8492 | ````` nJust ````` | 0.440375 | 0.98 | | +| 31977 | ````` nJo ````` | 0.440646 | 0.99 | ````` nJon `````, ````` nJoe `````, ````` nJob `````, ````` nJosh `````, ````` nJoined ````` | +| 53387 | ````` nyear ````` | 0.441017 | 1 | | +| 39735 | ````` ▁Македо ````` | 0.44135 | 1 | ````` ▁Македония ````` | +| 29856 | ````` ▁също ````` | 0.441424 | 0.92 | | +| 9964 | ````` nvoid ````` | 0.441488 | 1 | | +| 6918 | ````` nThey ````` | 0.441556 | 0.82 | | +| 40341 | ````` \">{{ ````` | 0.441627 | 0.44 | | +| 31442 | ````` tmov ````` | 0.441698 | 1 | | +| 50476 | ````` nFeb ````` | 0.442246 | 0.99 | | +| 23024 | ````` ++;\ ````` | 0.442309 | 0.98 | | +| 39123 | ````` nmov ````` | 0.442375 | 1 | | +| 55421 | ````` nlook ````` | 0.443062 | 1 | | +| 49719 | ````` ntake ````` | 0.443135 | 1 | | +| 10151 | ````` ":"\\ ````` | 0.443222 | 0.5 | | +| 52298 | ````` ▁\") ````` | 0.443404 | 0.95 | | +| 14021 | ````` tthis ````` | 0.443484 | 1 | | +| 52340 | ````` `)\ ````` | 0.443555 | 0.95 | | +| 41155 | ````` ▁дъл ````` | 0.443892 | 1 | | +| 45936 | ````` густ ````` | 0.444167 | 0.97 | ````` ▁август ````` | +| 43300 | ````` ▁още ````` | 0.444171 | 0.9 | | +| 58594 | ````` ▁чове ````` | 0.444585 | 0.97 | | +| 51390 | ````` ▁тази ````` | 0.444784 | 0.2 | | +| 27460 | ````` (\"/ ````` | 0.445718 | 0.99 | | +| 35899 | ````` ▁вър ````` | 0.445919 | 0.94 | ````` ▁върху ````` | +| 39622 | ````` ▁вси ````` | 0.446648 | 0.97 | ````` ▁всички ````` | +| 57269 | ````` nfour ````` | 0.446727 | 1 | | +| 15601 | ````` nUnder ````` | 0.447021 | 0.93 | | +| 36823 | ````` ▁създа ````` | 0.447357 | 0.51 | | +| 31110 | ````` nresults ````` | 0.447387 | 1 | | +| 44827 | ````` 给付金钱 ````` | 0.447536 | 0.99 | ````` 给付金钱义务 ````` | +| 34439 | ````` дъл ````` | 0.448001 | 1 | ````` ▁дъл `````, ````` ▁продъл ````` | +| 25543 | ````` nhow ````` | 0.448297 | 0.99 | ````` nhowever ````` | +| 52638 | ````` nToo ````` | 0.448491 | 0.98 | | +| 59386 | ````` nPH ````` | 0.448676 | 1 | | +| 51385 | ````` ▁Йо ````` | 0.448692 | 1 | | +| 20260 | ````` ={\" ````` | 0.448711 | 1 | | +| 50626 | ````` `;\ ````` | 0.448825 | 1 | | +| 30247 | ````` ▁няко ````` | 0.449228 | 0.39 | ````` ▁няколко ````` | +
+ +## Byte tokens +112 entries below threshold of 0.172 + +| token_id | token | metric | ord | hex | byte_type | reencoded | +|------------|--------------------|-------------|-------|-------|-------------|----------------------| +| 339 | ````` <0x22> ````` | 1.80356e-06 | 34 | 0x22 | ascii | 59592: ````` " ````` | +| 498 | ````` <0xC1> ````` | 1.81459e-06 | 193 | 0xC1 | unused_utf8 | | +| 414 | ````` <0x6D> ````` | 1.82149e-06 | 109 | 0x6D | ascii | 59583: ````` m ````` | +| 314 | ````` <0x09> ````` | 1.82228e-06 | 9 | 0x09 | ascii | 126: ````` \t ````` | +| 420 | ````` <0x73> ````` | 1.82273e-06 | 115 | 0x73 | ascii | 59575: ````` s ````` | +| 383 | ````` <0x4E> ````` | 1.82352e-06 | 78 | 0x4E | ascii | 59618: ````` N ````` | +| 557 | ````` <0xFC> ````` | 1.82471e-06 | 252 | 0xFC | unused_utf8 | | +| 372 | ````` <0x43> ````` | 1.82558e-06 | 67 | 0x43 | ascii | 59608: ````` C ````` | +| 410 | ````` <0x69> ````` | 1.82633e-06 | 105 | 0x69 | ascii | 59574: ````` i ````` | +| 551 | ````` <0xF6> ````` | 1.82917e-06 | 246 | 0xF6 | unused_utf8 | | +| 348 | ````` <0x2B> ````` | 1.82957e-06 | 43 | 0x2B | ascii | 59660: ````` + ````` | +| 378 | ````` <0x49> ````` | 1.82957e-06 | 73 | 0x49 | ascii | 59597: ````` I ````` | +| 388 | ````` <0x53> ````` | 1.83038e-06 | 83 | 0x53 | ascii | 59602: ````` S ````` | +| 418 | ````` <0x71> ````` | 1.83238e-06 | 113 | 0x71 | ascii | 59619: ````` q ````` | +| 550 | ````` <0xF5> ````` | 1.8336e-06 | 245 | 0xF5 | unused_utf8 | | +| 430 | ````` <0x7D> ````` | 1.8336e-06 | 125 | 0x7D | ascii | 59596: ````` } ````` | +| 359 | ````` <0x36> ````` | 1.8364e-06 | 54 | 0x36 | ascii | 83: ````` 6 ````` | +| 364 | ````` <0x3B> ````` | 1.83641e-06 | 59 | 0x3B | ascii | 59631: ````` ; ````` | +| 379 | ````` <0x4A> ````` | 1.83845e-06 | 74 | 0x4A | ascii | 59649: ````` J ````` | +| 353 | ````` <0x30> ````` | 1.83963e-06 | 48 | 0x30 | ascii | 77: ````` 0 ````` | +
92 additional entries below threshold + +| token_id | token | metric | ord | hex | byte_type | reencoded | +|------------|--------------------|-------------|-------|-------|-------------|-----------------------| +| 387 | ````` <0x52> ````` | 1.83963e-06 | 82 | 0x52 | ascii | 59615: ````` R ````` | +| 407 | ````` <0x66> ````` | 1.84084e-06 | 102 | 0x66 | ascii | 59585: ````` f ````` | +| 404 | ````` <0x63> ````` | 1.84123e-06 | 99 | 0x63 | ascii | 59581: ````` c ````` | +| 367 | ````` <0x3E> ````` | 1.84162e-06 | 62 | 0x3E | ascii | 59644: ````` > ````` | +| 360 | ````` <0x37> ````` | 1.84243e-06 | 55 | 0x37 | ascii | 84: ````` 7 ````` | +| 399 | ````` <0x5E> ````` | 1.84442e-06 | 94 | 0x5E | ascii | 59641: ````` ^ ````` | +| 393 | ````` <0x58> ````` | 1.84525e-06 | 88 | 0x58 | ascii | 59733: ````` X ````` | +| 497 | ````` <0xC0> ````` | 1.84562e-06 | 192 | 0xC0 | unused_utf8 | | +| 402 | ````` <0x61> ````` | 1.84603e-06 | 97 | 0x61 | ascii | 59572: ````` a ````` | +| 352 | ````` <0x2F> ````` | 1.84642e-06 | 47 | 0x2F | ascii | 59598: ````` / ````` | +| 417 | ````` <0x70> ````` | 1.84642e-06 | 112 | 0x70 | ascii | 59584: ````` p ````` | +| 385 | ````` <0x50> ````` | 1.84643e-06 | 80 | 0x50 | ascii | 59612: ````` P ````` | +| 401 | ````` <0x60> ````` | 1.84643e-06 | 96 | 0x60 | ascii | 59848: ````` ` ````` | +| 358 | ````` <0x35> ````` | 1.84726e-06 | 53 | 0x35 | ascii | 82: ````` 5 ````` | +| 409 | ````` <0x68> ````` | 1.84765e-06 | 104 | 0x68 | ascii | 59578: ````` h ````` | +| 361 | ````` <0x38> ````` | 1.84806e-06 | 56 | 0x38 | ascii | 85: ````` 8 ````` | +| 403 | ````` <0x62> ````` | 1.84843e-06 | 98 | 0x62 | ascii | 59588: ````` b ````` | +| 406 | ````` <0x65> ````` | 1.84847e-06 | 101 | 0x65 | ascii | 59569: ````` e ````` | +| 431 | ````` <0x7E> ````` | 1.84883e-06 | 126 | 0x7E | ascii | 59734: ````` ~ ````` | +| 337 | ````` <0x20> ````` | 1.84924e-06 | 32 | 0x20 | ascii | 59568: ````` ▁ ````` | +| 408 | ````` <0x67> ````` | 1.84961e-06 | 103 | 0x67 | ascii | 59586: ````` g ````` | +| 398 | ````` <0x5D> ````` | 1.85042e-06 | 93 | 0x5D | ascii | 59651: ````` ] ````` | +| 357 | ````` <0x34> ````` | 1.85081e-06 | 52 | 0x34 | ascii | 81: ````` 4 ````` | +| 376 | ````` <0x47> ````` | 1.85127e-06 | 71 | 0x47 | ascii | 59628: ````` G ````` | +| 421 | ````` <0x74> ````` | 1.85161e-06 | 116 | 0x74 | ascii | 59570: ````` t ````` | +| 340 | ````` <0x23> ````` | 1.8532e-06 | 35 | 0x23 | ascii | 59697: ````` # ````` | +| 366 | ````` <0x3D> ````` | 1.85323e-06 | 61 | 0x3D | ascii | 59611: ````` = ````` | +| 386 | ````` <0x51> ````` | 1.8536e-06 | 81 | 0x51 | ascii | 59745: ````` Q ````` | +| 346 | ````` <0x29> ````` | 1.85401e-06 | 41 | 0x29 | ascii | 59604: ````` ) ````` | +| 423 | ````` <0x76> ````` | 1.85401e-06 | 118 | 0x76 | ascii | 59590: ````` v ````` | +| 426 | ````` <0x79> ````` | 1.85401e-06 | 121 | 0x79 | ascii | 59587: ````` y ````` | +| 553 | ````` <0xF8> ````` | 1.85404e-06 | 248 | 0xF8 | unused_utf8 | | +| 391 | ````` <0x56> ````` | 1.85479e-06 | 86 | 0x56 | ascii | 59645: ````` V ````` | +| 428 | ````` <0x7B> ````` | 1.8556e-06 | 123 | 0x7B | ascii | 59595: ````` { ````` | +| 560 | ````` <0xFF> ````` | 1.85603e-06 | 255 | 0xFF | unused_utf8 | | +| 355 | ````` <0x32> ````` | 1.85719e-06 | 50 | 0x32 | ascii | 79: ````` 2 ````` | +| 552 | ````` <0xF7> ````` | 1.85719e-06 | 247 | 0xF7 | unused_utf8 | | +| 554 | ````` <0xF9> ````` | 1.85757e-06 | 249 | 0xF9 | unused_utf8 | | +| 422 | ````` <0x75> ````` | 1.85959e-06 | 117 | 0x75 | ascii | 59582: ````` u ````` | +| 558 | ````` <0xFD> ````` | 1.86035e-06 | 253 | 0xFD | unused_utf8 | | +| 424 | ````` <0x77> ````` | 1.8604e-06 | 119 | 0x77 | ascii | 59589: ````` w ````` | +| 416 | ````` <0x6F> ````` | 1.86075e-06 | 111 | 0x6F | ascii | 59573: ````` o ````` | +| 397 | ````` <0x5C> ````` | 1.86157e-06 | 92 | 0x5C | ascii | 59580: ````` \ ````` | +| 396 | ````` <0x5B> ````` | 1.86395e-06 | 91 | 0x5B | ascii | 59653: ````` [ ````` | +| 425 | ````` <0x78> ````` | 1.86432e-06 | 120 | 0x78 | ascii | 59607: ````` x ````` | +| 371 | ````` <0x42> ````` | 1.86433e-06 | 66 | 0x42 | ascii | 59616: ````` B ````` | +| 354 | ````` <0x31> ````` | 1.86437e-06 | 49 | 0x31 | ascii | 78: ````` 1 ````` | +| 415 | ````` <0x6E> ````` | 1.86471e-06 | 110 | 0x6E | ascii | 59571: ````` n ````` | +| 413 | ````` <0x6C> ````` | 1.86473e-06 | 108 | 0x6C | ascii | 59577: ````` l ````` | +| 389 | ````` <0x54> ````` | 1.86474e-06 | 84 | 0x54 | ascii | 59600: ````` T ````` | +| 411 | ````` <0x6A> ````` | 1.86474e-06 | 106 | 0x6A | ascii | 59617: ````` j ````` | +| 365 | ````` <0x3C> ````` | 1.86552e-06 | 60 | 0x3C | ascii | 59666: ````` < ````` | +| 344 | ````` <0x27> ````` | 1.86553e-06 | 39 | 0x27 | ascii | 59610: ````` ' ````` | +| 419 | ````` <0x72> ````` | 1.86596e-06 | 114 | 0x72 | ascii | 59576: ````` r ````` | +| 381 | ````` <0x4C> ````` | 1.86635e-06 | 76 | 0x4C | ascii | 59620: ````` L ````` | +| 429 | ````` <0x7C> ````` | 1.86828e-06 | 124 | 0x7C | ascii | 59705: ````` \| ````` | +| 370 | ````` <0x41> ````` | 1.86831e-06 | 65 | 0x41 | ascii | 59603: ````` A ````` | +| 373 | ````` <0x44> ````` | 1.86869e-06 | 68 | 0x44 | ascii | 59614: ````` D ````` | +| 380 | ````` <0x4B> ````` | 1.86869e-06 | 75 | 0x4B | ascii | 59655: ````` K ````` | +| 343 | ````` <0x26> ````` | 1.86871e-06 | 38 | 0x26 | ascii | 59640: ````` & ````` | +| 350 | ````` <0x2D> ````` | 1.86909e-06 | 45 | 0x2D | ascii | 59594: ````` - ````` | +| 318 | ````` <0x0D> ````` | 1.86948e-06 | 13 | 0x0D | ascii | 143: ````` \r ````` | +| 349 | ````` <0x2C> ````` | 1.86985e-06 | 44 | 0x2C | ascii | 97: ````` , ````` | +| 315 | ````` <0x0A> ````` | 1.87024e-06 | 10 | 0x0A | ascii | 144: ````` \n ````` | +| 351 | ````` <0x2E> ````` | 1.87144e-06 | 46 | 0x2E | ascii | 98: ````` . ````` | +| 338 | ````` <0x21> ````` | 1.87223e-06 | 33 | 0x21 | ascii | 99: ````` ! ````` | +| 375 | ````` <0x46> ````` | 1.87223e-06 | 70 | 0x46 | ascii | 59621: ````` F ````` | +| 342 | ````` <0x25> ````` | 1.87305e-06 | 37 | 0x25 | ascii | 59677: ````` % ````` | +| 556 | ````` <0xFB> ````` | 1.87341e-06 | 251 | 0xFB | unused_utf8 | | +| 382 | ````` <0x4D> ````` | 1.87381e-06 | 77 | 0x4D | ascii | 59609: ````` M ````` | +| 363 | ````` <0x3A> ````` | 1.87383e-06 | 58 | 0x3A | ascii | 59601: ````` : ````` | +| 559 | ````` <0xFE> ````` | 1.8754e-06 | 254 | 0xFE | unused_utf8 | | +| 362 | ````` <0x39> ````` | 1.87541e-06 | 57 | 0x39 | ascii | 86: ````` 9 ````` | +| 400 | ````` <0x5F> ````` | 1.87576e-06 | 95 | 0x5F | ascii | 59593: ````` _ ````` | +| 374 | ````` <0x45> ````` | 1.87698e-06 | 69 | 0x45 | ascii | 59613: ````` E ````` | +| 356 | ````` <0x33> ````` | 1.87735e-06 | 51 | 0x33 | ascii | 80: ````` 3 ````` | +| 377 | ````` <0x48> ````` | 1.8809e-06 | 72 | 0x48 | ascii | 59624: ````` H ````` | +| 384 | ````` <0x4F> ````` | 1.88207e-06 | 79 | 0x4F | ascii | 59622: ````` O ````` | +| 390 | ````` <0x55> ````` | 1.88286e-06 | 85 | 0x55 | ascii | 59639: ````` U ````` | +| 347 | ````` <0x2A> ````` | 1.88363e-06 | 42 | 0x2A | ascii | 59636: ````` * ````` | +| 369 | ````` <0x40> ````` | 1.88365e-06 | 64 | 0x40 | ascii | 59879: ````` @ ````` | +| 368 | ````` <0x3F> ````` | 1.88483e-06 | 63 | 0x3F | ascii | 100: ````` ? ````` | +| 313 | ````` <0x08> ````` | 1.88561e-06 | 8 | 0x08 | ascii | 142: ````` \x08 ````` | +| 345 | ````` <0x28> ````` | 1.88674e-06 | 40 | 0x28 | ascii | 59605: ````` ( ````` | +| 405 | ````` <0x64> ````` | 1.88915e-06 | 100 | 0x64 | ascii | 59579: ````` d ````` | +| 427 | ````` <0x7A> ````` | 1.88951e-06 | 122 | 0x7A | ascii | 59627: ````` z ````` | +| 412 | ````` <0x6B> ````` | 1.89497e-06 | 107 | 0x6B | ascii | 59591: ````` k ````` | +| 394 | ````` <0x59> ````` | 1.89729e-06 | 89 | 0x59 | ascii | 59656: ````` Y ````` | +| 555 | ````` <0xFA> ````` | 1.9004e-06 | 250 | 0xFA | unused_utf8 | | +| 341 | ````` <0x24> ````` | 1.90776e-06 | 36 | 0x24 | ascii | 59606: ````` $ ````` | +| 392 | ````` <0x57> ````` | 1.91471e-06 | 87 | 0x57 | ascii | 59623: ````` W ````` | +| 395 | ````` <0x5A> ````` | 1.91549e-06 | 90 | 0x5A | ascii | 59840: ````` Z ````` | +
+
242 additional entries above threshold + +| token_id | token | metric | ord | hex | byte_type | +|------------|--------------------|----------|-------|-------|-------------| +| 98 | ````` . ````` | 0.285501 | 46 | 0x2E | ascii | +| 144 | ````` \n ````` | 0.310462 | 10 | 0x0A | ascii | +| 97 | ````` , ````` | 0.340012 | 44 | 0x2C | ascii | +| 59601 | ````` : ````` | 0.413821 | 58 | 0x3A | ascii | +| 59610 | ````` ' ````` | 0.429462 | 39 | 0x27 | ascii | +| 59631 | ````` ; ````` | 0.437969 | 59 | 0x3B | ascii | +| 59592 | ````` " ````` | 0.450576 | 34 | 0x22 | ascii | +| 77 | ````` 0 ````` | 0.454487 | 48 | 0x30 | ascii | +| 59604 | ````` ) ````` | 0.476723 | 41 | 0x29 | ascii | +| 78 | ````` 1 ````` | 0.47828 | 49 | 0x31 | ascii | +| 100 | ````` ? ````` | 0.480769 | 63 | 0x3F | ascii | +| 59593 | ````` _ ````` | 0.484972 | 95 | 0x5F | ascii | +| 99 | ````` ! ````` | 0.488565 | 33 | 0x21 | ascii | +| 79 | ````` 2 ````` | 0.492272 | 50 | 0x32 | ascii | +| 59575 | ````` s ````` | 0.498306 | 115 | 0x73 | ascii | +| 59605 | ````` ( ````` | 0.500397 | 40 | 0x28 | ascii | +| 59594 | ````` - ````` | 0.502254 | 45 | 0x2D | ascii | +| 59644 | ````` > ````` | 0.520069 | 62 | 0x3E | ascii | +| 80 | ````` 3 ````` | 0.521301 | 51 | 0x33 | ascii | +| 86 | ````` 9 ````` | 0.522598 | 57 | 0x39 | ascii | +| 59651 | ````` ] ````` | 0.551023 | 93 | 0x5D | ascii | +| 59572 | ````` a ````` | 0.553983 | 97 | 0x61 | ascii | +| 59611 | ````` = ````` | 0.554519 | 61 | 0x3D | ascii | +| 59570 | ````` t ````` | 0.558888 | 116 | 0x74 | ascii | +| 81 | ````` 4 ````` | 0.560266 | 52 | 0x34 | ascii | +| 59603 | ````` A ````` | 0.564644 | 65 | 0x41 | ascii | +| 82 | ````` 5 ````` | 0.565668 | 53 | 0x35 | ascii | +| 83 | ````` 6 ````` | 0.56567 | 54 | 0x36 | ascii | +| 59598 | ````` / ````` | 0.57021 | 47 | 0x2F | ascii | +| 59597 | ````` I ````` | 0.571487 | 73 | 0x49 | ascii | +| 59574 | ````` i ````` | 0.573117 | 105 | 0x69 | ascii | +| 59583 | ````` m ````` | 0.573607 | 109 | 0x6D | ascii | +| 59579 | ````` d ````` | 0.578309 | 100 | 0x64 | ascii | +| 59581 | ````` c ````` | 0.579436 | 99 | 0x63 | ascii | +| 59608 | ````` C ````` | 0.580777 | 67 | 0x43 | ascii | +| 59596 | ````` } ````` | 0.583978 | 125 | 0x7D | ascii | +| 59569 | ````` e ````` | 0.585243 | 101 | 0x65 | ascii | +| 59636 | ````` * ````` | 0.586246 | 42 | 0x2A | ascii | +| 59697 | ````` # ````` | 0.586294 | 35 | 0x23 | ascii | +| 59653 | ````` [ ````` | 0.589358 | 91 | 0x5B | ascii | +| 59656 | ````` Y ````` | 0.590724 | 89 | 0x59 | ascii | +| 59584 | ````` p ````` | 0.591051 | 112 | 0x70 | ascii | +| 59614 | ````` D ````` | 0.591308 | 68 | 0x44 | ascii | +| 59580 | ````` \ ````` | 0.591487 | 92 | 0x5C | ascii | +| 59571 | ````` n ````` | 0.591784 | 110 | 0x6E | ascii | +| 85 | ````` 8 ````` | 0.59242 | 56 | 0x38 | ascii | +| 59602 | ````` S ````` | 0.59248 | 83 | 0x53 | ascii | +| 59573 | ````` o ````` | 0.592796 | 111 | 0x6F | ascii | +| 84 | ````` 7 ````` | 0.593861 | 55 | 0x37 | ascii | +| 59587 | ````` y ````` | 0.596205 | 121 | 0x79 | ascii | +| 59607 | ````` x ````` | 0.596592 | 120 | 0x78 | ascii | +| 126 | ````` \t ````` | 0.596815 | 9 | 0x09 | ascii | +| 59609 | ````` M ````` | 0.597927 | 77 | 0x4D | ascii | +| 59613 | ````` E ````` | 0.598836 | 69 | 0x45 | ascii | +| 59585 | ````` f ````` | 0.600507 | 102 | 0x66 | ascii | +| 59622 | ````` O ````` | 0.601273 | 79 | 0x4F | ascii | +| 59595 | ````` { ````` | 0.601375 | 123 | 0x7B | ascii | +| 59612 | ````` P ````` | 0.601951 | 80 | 0x50 | ascii | +| 59620 | ````` L ````` | 0.60205 | 76 | 0x4C | ascii | +| 59621 | ````` F ````` | 0.602359 | 70 | 0x46 | ascii | +| 59600 | ````` T ````` | 0.602424 | 84 | 0x54 | ascii | +| 59628 | ````` G ````` | 0.602704 | 71 | 0x47 | ascii | +| 59576 | ````` r ````` | 0.604603 | 114 | 0x72 | ascii | +| 59588 | ````` b ````` | 0.604867 | 98 | 0x62 | ascii | +| 59618 | ````` N ````` | 0.607593 | 78 | 0x4E | ascii | +| 59586 | ````` g ````` | 0.607902 | 103 | 0x67 | ascii | +| 59624 | ````` H ````` | 0.609967 | 72 | 0x48 | ascii | +| 59616 | ````` B ````` | 0.610004 | 66 | 0x42 | ascii | +| 59615 | ````` R ````` | 0.611351 | 82 | 0x52 | ascii | +| 59660 | ````` + ````` | 0.612513 | 43 | 0x2B | ascii | +| 546 | ````` <0xF1> ````` | 0.615386 | 241 | 0xF1 | utf8 | +| 59577 | ````` l ````` | 0.6161 | 108 | 0x6C | ascii | +| 59655 | ````` K ````` | 0.618192 | 75 | 0x4B | ascii | +| 59582 | ````` u ````` | 0.618395 | 117 | 0x75 | ascii | +| 59606 | ````` $ ````` | 0.619205 | 36 | 0x24 | ascii | +| 59578 | ````` h ````` | 0.619303 | 104 | 0x68 | ascii | +| 59591 | ````` k ````` | 0.620257 | 107 | 0x6B | ascii | +| 59645 | ````` V ````` | 0.621231 | 86 | 0x56 | ascii | +| 547 | ````` <0xF2> ````` | 0.622166 | 242 | 0xF2 | utf8 | +| 59590 | ````` v ````` | 0.623782 | 118 | 0x76 | ascii | +| 59639 | ````` U ````` | 0.633084 | 85 | 0x55 | ascii | +| 59589 | ````` w ````` | 0.634281 | 119 | 0x77 | ascii | +| 534 | ````` <0xE5> ````` | 0.638572 | 229 | 0xE5 | utf8 | +| 531 | ````` <0xE2> ````` | 0.638736 | 226 | 0xE2 | utf8 | +| 59623 | ````` W ````` | 0.639566 | 87 | 0x57 | ascii | +| 59666 | ````` < ````` | 0.640328 | 60 | 0x3C | ascii | +| 59627 | ````` z ````` | 0.642384 | 122 | 0x7A | ascii | +| 59733 | ````` X ````` | 0.643841 | 88 | 0x58 | ascii | +| 59840 | ````` Z ````` | 0.644198 | 90 | 0x5A | ascii | +| 59649 | ````` J ````` | 0.65004 | 74 | 0x4A | ascii | +| 59617 | ````` j ````` | 0.656517 | 106 | 0x6A | ascii | +| 59640 | ````` & ````` | 0.657187 | 38 | 0x26 | ascii | +| 59705 | ````` \| ````` | 0.658012 | 124 | 0x7C | ascii | +| 59879 | ````` @ ````` | 0.671813 | 64 | 0x40 | ascii | +| 433 | ````` <0x80> ````` | 0.671958 | 128 | 0x80 | utf8 | +| 59848 | ````` ` ````` | 0.675209 | 96 | 0x60 | ascii | +| 59677 | ````` % ````` | 0.675971 | 37 | 0x25 | ascii | +| 59619 | ````` q ````` | 0.677811 | 113 | 0x71 | ascii | +| 474 | ````` <0xA9> ````` | 0.682981 | 169 | 0xA9 | utf8 | +| 537 | ````` <0xE8> ````` | 0.694475 | 232 | 0xE8 | utf8 | +| 436 | ````` <0x83> ````` | 0.69666 | 131 | 0x83 | utf8 | +| 59745 | ````` Q ````` | 0.698321 | 81 | 0x51 | ascii | +| 532 | ````` <0xE3> ````` | 0.70147 | 227 | 0xE3 | utf8 | +| 441 | ````` <0x88> ````` | 0.70215 | 136 | 0x88 | utf8 | +| 434 | ````` <0x81> ````` | 0.710187 | 129 | 0x81 | utf8 | +| 529 | ````` <0xE0> ````` | 0.710866 | 224 | 0xE0 | utf8 | +| 471 | ````` <0xA6> ````` | 0.712027 | 166 | 0xA6 | utf8 | +| 544 | ````` <0xEF> ````` | 0.71616 | 239 | 0xEF | utf8 | +| 527 | ````` <0xDE> ````` | 0.717933 | 222 | 0xDE | utf8 | +| 59734 | ````` ~ ````` | 0.718932 | 126 | 0x7E | ascii | +| 536 | ````` <0xE7> ````` | 0.720047 | 231 | 0xE7 | utf8 | +| 535 | ````` <0xE6> ````` | 0.722346 | 230 | 0xE6 | utf8 | +| 461 | ````` <0x9C> ````` | 0.722895 | 156 | 0x9C | utf8 | +| 514 | ````` <0xD1> ````` | 0.724109 | 209 | 0xD1 | utf8 | +| 143 | ````` \r ````` | 0.725164 | 13 | 0x0D | ascii | +| 526 | ````` <0xDD> ````` | 0.729143 | 221 | 0xDD | utf8 | +| 538 | ````` <0xE9> ````` | 0.729346 | 233 | 0xE9 | utf8 | +| 445 | ````` <0x8C> ````` | 0.729804 | 140 | 0x8C | utf8 | +| 489 | ````` <0xB8> ````` | 0.731563 | 184 | 0xB8 | utf8 | +| 59641 | ````` ^ ````` | 0.731674 | 94 | 0x5E | ascii | +| 549 | ````` <0xF4> ````` | 0.731989 | 244 | 0xF4 | utf8 | +| 459 | ````` <0x9A> ````` | 0.733693 | 154 | 0x9A | utf8 | +| 458 | ````` <0x99> ````` | 0.735427 | 153 | 0x99 | utf8 | +| 438 | ````` <0x85> ````` | 0.735509 | 133 | 0x85 | utf8 | +| 435 | ````` <0x82> ````` | 0.735695 | 130 | 0x82 | utf8 | +| 454 | ````` <0x95> ````` | 0.739241 | 149 | 0x95 | utf8 | +| 439 | ````` <0x86> ````` | 0.739508 | 134 | 0x86 | utf8 | +| 477 | ````` <0xAC> ````` | 0.740363 | 172 | 0xAC | utf8 | +| 440 | ````` <0x87> ````` | 0.7435 | 135 | 0x87 | utf8 | +| 449 | ````` <0x90> ````` | 0.744531 | 144 | 0x90 | utf8 | +| 468 | ````` <0xA3> ````` | 0.744964 | 163 | 0xA3 | utf8 | +| 513 | ````` <0xD0> ````` | 0.74744 | 208 | 0xD0 | utf8 | +| 500 | ````` <0xC3> ````` | 0.751215 | 195 | 0xC3 | utf8 | +| 457 | ````` <0x98> ````` | 0.751346 | 152 | 0x98 | utf8 | +| 495 | ````` <0xBE> ````` | 0.751644 | 190 | 0xBE | utf8 | +| 469 | ````` <0xA4> ````` | 0.753734 | 164 | 0xA4 | utf8 | +| 499 | ````` <0xC2> ````` | 0.753978 | 194 | 0xC2 | utf8 | +| 451 | ````` <0x92> ````` | 0.754442 | 146 | 0x92 | utf8 | +| 455 | ````` <0x96> ````` | 0.754946 | 150 | 0x96 | utf8 | +| 494 | ````` <0xBD> ````` | 0.755835 | 189 | 0xBD | utf8 | +| 479 | ````` <0xAE> ````` | 0.759263 | 174 | 0xAE | utf8 | +| 447 | ````` <0x8E> ````` | 0.759917 | 142 | 0x8E | utf8 | +| 450 | ````` <0x91> ````` | 0.76162 | 145 | 0x91 | utf8 | +| 481 | ````` <0xB0> ````` | 0.76166 | 176 | 0xB0 | utf8 | +| 328 | ````` <0x17> ````` | 0.762554 | 23 | 0x17 | ascii | +| 456 | ````` <0x97> ````` | 0.762626 | 151 | 0x97 | utf8 | +| 444 | ````` <0x8B> ````` | 0.765207 | 139 | 0x8B | utf8 | +| 496 | ````` <0xBF> ````` | 0.765219 | 191 | 0xBF | utf8 | +| 464 | ````` <0x9F> ````` | 0.765879 | 159 | 0x9F | utf8 | +| 452 | ````` <0x93> ````` | 0.766313 | 147 | 0x93 | utf8 | +| 463 | ````` <0x9E> ````` | 0.766774 | 158 | 0x9E | utf8 | +| 487 | ````` <0xB6> ````` | 0.767992 | 182 | 0xB6 | utf8 | +| 466 | ````` <0xA1> ````` | 0.769345 | 161 | 0xA1 | utf8 | +| 528 | ````` <0xDF> ````` | 0.769681 | 223 | 0xDF | utf8 | +| 491 | ````` <0xBA> ````` | 0.769896 | 186 | 0xBA | utf8 | +| 483 | ````` <0xB2> ````` | 0.771343 | 178 | 0xB2 | utf8 | +| 473 | ````` <0xA8> ````` | 0.77191 | 168 | 0xA8 | utf8 | +| 475 | ````` <0xAA> ````` | 0.772152 | 170 | 0xAA | utf8 | +| 446 | ````` <0x8D> ````` | 0.772914 | 141 | 0x8D | utf8 | +| 530 | ````` <0xE1> ````` | 0.773724 | 225 | 0xE1 | utf8 | +| 472 | ````` <0xA7> ````` | 0.77416 | 167 | 0xA7 | utf8 | +| 493 | ````` <0xBC> ````` | 0.774804 | 188 | 0xBC | utf8 | +| 460 | ````` <0x9B> ````` | 0.775341 | 155 | 0x9B | utf8 | +| 484 | ````` <0xB3> ````` | 0.775674 | 179 | 0xB3 | utf8 | +| 462 | ````` <0x9D> ````` | 0.777423 | 157 | 0x9D | utf8 | +| 437 | ````` <0x84> ````` | 0.778566 | 132 | 0x84 | utf8 | +| 470 | ````` <0xA5> ````` | 0.779126 | 165 | 0xA5 | utf8 | +| 448 | ````` <0x8F> ````` | 0.77928 | 143 | 0x8F | utf8 | +| 525 | ````` <0xDC> ````` | 0.780698 | 220 | 0xDC | utf8 | +| 476 | ````` <0xAB> ````` | 0.782944 | 171 | 0xAB | utf8 | +| 501 | ````` <0xC4> ````` | 0.785001 | 196 | 0xC4 | utf8 | +| 442 | ````` <0x89> ````` | 0.786045 | 137 | 0x89 | utf8 | +| 545 | ````` <0xF0> ````` | 0.78707 | 240 | 0xF0 | utf8 | +| 492 | ````` <0xBB> ````` | 0.78735 | 187 | 0xBB | utf8 | +| 486 | ````` <0xB5> ````` | 0.78979 | 181 | 0xB5 | utf8 | +| 305 | ````` <0x00> ````` | 0.78991 | | 0x00 | ascii | +| 490 | ````` <0xB9> ````` | 0.790555 | 185 | 0xB9 | utf8 | +| 465 | ````` <0xA0> ````` | 0.792425 | 160 | 0xA0 | utf8 | +| 480 | ````` <0xAF> ````` | 0.793188 | 175 | 0xAF | utf8 | +| 511 | ````` <0xCE> ````` | 0.797347 | 206 | 0xCE | utf8 | +| 548 | ````` <0xF3> ````` | 0.797572 | 243 | 0xF3 | utf8 | +| 482 | ````` <0xB1> ````` | 0.797677 | 177 | 0xB1 | utf8 | +| 453 | ````` <0x94> ````` | 0.797841 | 148 | 0x94 | utf8 | +| 335 | ````` <0x1E> ````` | 0.797868 | 30 | 0x1E | ascii | +| 541 | ````` <0xEC> ````` | 0.800252 | 236 | 0xEC | utf8 | +| 309 | ````` <0x04> ````` | 0.800525 | 4 | 0x04 | ascii | +| 319 | ````` <0x0E> ````` | 0.802072 | 14 | 0x0E | ascii | +| 467 | ````` <0xA2> ````` | 0.802516 | 162 | 0xA2 | utf8 | +| 329 | ````` <0x18> ````` | 0.802903 | 24 | 0x18 | ascii | +| 488 | ````` <0xB7> ````` | 0.803226 | 183 | 0xB7 | utf8 | +| 327 | ````` <0x16> ````` | 0.804692 | 22 | 0x16 | ascii | +| 478 | ````` <0xAD> ````` | 0.805203 | 173 | 0xAD | utf8 | +| 485 | ````` <0xB4> ````` | 0.805782 | 180 | 0xB4 | utf8 | +| 334 | ````` <0x1D> ````` | 0.807198 | 29 | 0x1D | ascii | +| 333 | ````` <0x1C> ````` | 0.808335 | 28 | 0x1C | ascii | +| 324 | ````` <0x13> ````` | 0.81104 | 19 | 0x13 | ascii | +| 336 | ````` <0x1F> ````` | 0.811071 | 31 | 0x1F | ascii | +| 443 | ````` <0x8A> ````` | 0.812073 | 138 | 0x8A | utf8 | +| 323 | ````` <0x12> ````` | 0.81321 | 18 | 0x12 | ascii | +| 326 | ````` <0x15> ````` | 0.813679 | 21 | 0x15 | ascii | +| 331 | ````` <0x1A> ````` | 0.827234 | 26 | 0x1A | ascii | +| 510 | ````` <0xCD> ````` | 0.827352 | 205 | 0xCD | utf8 | +| 509 | ````` <0xCC> ````` | 0.828163 | 204 | 0xCC | utf8 | +| 533 | ````` <0xE4> ````` | 0.830116 | 228 | 0xE4 | utf8 | +| 322 | ````` <0x11> ````` | 0.830365 | 17 | 0x11 | ascii | +| 540 | ````` <0xEB> ````` | 0.831137 | 235 | 0xEB | utf8 | +| 502 | ````` <0xC5> ````` | 0.832872 | 197 | 0xC5 | utf8 | +| 321 | ````` <0x10> ````` | 0.840866 | 16 | 0x10 | ascii | +| 516 | ````` <0xD3> ````` | 0.841376 | 211 | 0xD3 | utf8 | +| 543 | ````` <0xEE> ````` | 0.841813 | 238 | 0xEE | utf8 | +| 320 | ````` <0x0F> ````` | 0.842166 | 15 | 0x0F | ascii | +| 518 | ````` <0xD5> ````` | 0.842792 | 213 | 0xD5 | utf8 | +| 517 | ````` <0xD4> ````` | 0.842894 | 212 | 0xD4 | utf8 | +| 306 | ````` <0x01> ````` | 0.84788 | 1 | 0x01 | ascii | +| 316 | ````` <0x0B> ````` | 0.849471 | 11 | 0x0B | ascii | +| 512 | ````` <0xCF> ````` | 0.849907 | 207 | 0xCF | utf8 | +| 505 | ````` <0xC8> ````` | 0.851541 | 200 | 0xC8 | utf8 | +| 508 | ````` <0xCB> ````` | 0.853131 | 203 | 0xCB | utf8 | +| 432 | ````` <0x7F> ````` | 0.858916 | 127 | 0x7F | ascii | +| 521 | ````` <0xD8> ````` | 0.861395 | 216 | 0xD8 | utf8 | +| 520 | ````` <0xD7> ````` | 0.8644 | 215 | 0xD7 | utf8 | +| 308 | ````` <0x03> ````` | 0.865619 | 3 | 0x03 | ascii | +| 519 | ````` <0xD6> ````` | 0.866405 | 214 | 0xD6 | utf8 | +| 330 | ````` <0x19> ````` | 0.867826 | 25 | 0x19 | ascii | +| 515 | ````` <0xD2> ````` | 0.869693 | 210 | 0xD2 | utf8 | +| 332 | ````` <0x1B> ````` | 0.87408 | 27 | 0x1B | ascii | +| 325 | ````` <0x14> ````` | 0.874604 | 20 | 0x14 | ascii | +| 311 | ````` <0x06> ````` | 0.874651 | 6 | 0x06 | ascii | +| 539 | ````` <0xEA> ````` | 0.874776 | 234 | 0xEA | utf8 | +| 507 | ````` <0xCA> ````` | 0.876915 | 202 | 0xCA | utf8 | +| 307 | ````` <0x02> ````` | 0.878251 | 2 | 0x02 | ascii | +| 317 | ````` <0x0C> ````` | 0.878489 | 12 | 0x0C | ascii | +| 504 | ````` <0xC7> ````` | 0.88268 | 199 | 0xC7 | utf8 | +| 524 | ````` <0xDB> ````` | 0.883581 | 219 | 0xDB | utf8 | +| 506 | ````` <0xC9> ````` | 0.887067 | 201 | 0xC9 | utf8 | +| 142 | ````` \x08 ````` | 0.887261 | 8 | 0x08 | ascii | +| 503 | ````` <0xC6> ````` | 0.887874 | 198 | 0xC6 | utf8 | +| 523 | ````` <0xDA> ````` | 0.88973 | 218 | 0xDA | utf8 | +| 310 | ````` <0x05> ````` | 0.891844 | 5 | 0x05 | ascii | +| 312 | ````` <0x07> ````` | 0.892842 | 7 | 0x07 | ascii | +| 542 | ````` <0xED> ````` | 0.893616 | 237 | 0xED | utf8 | +| 522 | ````` <0xD9> ````` | 0.904918 | 217 | 0xD9 | utf8 | +
+ +## Special tokens +175 entries below threshold of 0.172 + +| token_id | token | metric | max_prob | +|------------|-----------------------------|-------------|------------------------------------------------------------------| +| 231 | ````` <\|unused086\|> ````` | 1.80028e-06 | 1.7e-05 | +| 264 | ````` <\|unused119\|> ````` | 1.80151e-06 | 1.7e-05 | +| 156 | ````` <\|unused011\|> ````` | 1.81053e-06 | 1.7e-05 | +| 303 | ````` <\|unused158\|> ````` | 1.81662e-06 | 1.7e-05 | +| 175 | ````` <\|unused030\|> ````` | 1.81663e-06 | 1.7e-05 | +| 3 | ````` <\|Human\|> ````` | 1.81742e-06 | | +| 201 | ````` <\|unused056\|> ````` | 1.8215e-06 | 1.7e-05 | +| 157 | ````` <\|unused012\|> ````` | 1.82188e-06 | 1.7e-05 | +| 149 | ````` <\|unused004\|> ````` | 1.82228e-06 | 1.7e-05 | +| 192 | ````` <\|unused047\|> ````` | 1.82438e-06 | 1.7e-05 | +| 224 | ````` <\|unused079\|> ````` | 1.82471e-06 | 1.7e-05 | +| 219 | ````` <\|unused074\|> ````` | 1.82472e-06 | 1.7e-05 | +| 204 | ````` <\|unused059\|> ````` | 1.82673e-06 | 1.7e-05 | +| 218 | ````` <\|unused073\|> ````` | 1.82713e-06 | 1.6e-05 | +| 152 | ````` <\|unused007\|> ````` | 1.82876e-06 | 1.7e-05 | +| 290 | ````` <\|unused145\|> ````` | 1.83117e-06 | 1.7e-05 | +| 164 | ````` <\|unused019\|> ````` | 1.83399e-06 | 1.7e-05 | +| 292 | ````` <\|unused147\|> ````` | 1.83521e-06 | 1.7e-05 | +| 208 | ````` <\|unused063\|> ````` | 1.83561e-06 | 1.7e-05 | +| 185 | ````` <\|unused040\|> ````` | 1.83603e-06 | 1.7e-05 | +
155 additional entries below threshold + +| token_id | token | metric | max_prob | +|------------|-------------------------------|-------------|------------------------------------------------------------------| +| 262 | ````` <\|unused117\|> ````` | 1.83682e-06 | 1.7e-05 | +| 242 | ````` <\|unused097\|> ````` | 1.83683e-06 | 1.7e-05 | +| 301 | ````` <\|unused156\|> ````` | 1.83722e-06 | 1.7e-05 | +| 225 | ````` <\|unused080\|> ````` | 1.83765e-06 | 1.7e-05 | +| 221 | ````` <\|unused076\|> ````` | 1.83801e-06 | 1.7e-05 | +| 191 | ````` <\|unused046\|> ````` | 1.83802e-06 | 1.7e-05 | +| 205 | ````` <\|unused060\|> ````` | 1.83922e-06 | 1.7e-05 | +| 197 | ````` <\|unused052\|> ````` | 1.83961e-06 | 1.7e-05 | +| 190 | ````` <\|unused045\|> ````` | 1.84003e-06 | 1.7e-05 | +| 182 | ````` <\|unused037\|> ````` | 1.84004e-06 | 1.7e-05 | +| 211 | ````` <\|unused066\|> ````` | 1.84041e-06 | 1.7e-05 | +| 210 | ````` <\|unused065\|> ````` | 1.84162e-06 | 1.7e-05 | +| 230 | ````` <\|unused085\|> ````` | 1.84166e-06 | 1.7e-05 | +| 216 | ````` <\|unused071\|> ````` | 1.84203e-06 | 1.7e-05 | +| 155 | ````` <\|unused010\|> ````` | 1.84206e-06 | 1.7e-05 | +| 176 | ````` <\|unused031\|> ````` | 1.84243e-06 | 1.7e-05 | +| 245 | ````` <\|unused100\|> ````` | 1.84322e-06 | 1.7e-05 | +| 195 | ````` <\|unused050\|> ````` | 1.84482e-06 | 1.7e-05 | +| 268 | ````` <\|unused123\|> ````` | 1.84603e-06 | 1.7e-05 | +| 178 | ````` <\|unused033\|> ````` | 1.84765e-06 | 1.7e-05 | +| 171 | ````` <\|unused026\|> ````` | 1.84842e-06 | 1.7e-05 | +| 146 | ````` <\|unused001\|> ````` | 1.84843e-06 | 1.7e-05 | +| 279 | ````` <\|unused134\|> ````` | 1.84843e-06 | 1.7e-05 | +| 159 | ````` <\|unused014\|> ````` | 1.84883e-06 | 1.7e-05 | +| 276 | ````` <\|unused131\|> ````` | 1.84921e-06 | 1.7e-05 | +| 167 | ````` <\|unused022\|> ````` | 1.84963e-06 | 1.7e-05 | +| 263 | ````` <\|unused118\|> ````` | 1.84963e-06 | 1.7e-05 | +| 293 | ````` <\|unused148\|> ````` | 1.85003e-06 | 1.7e-05 | +| 10 | ````` <\|reserved004\|> ````` | 1.85044e-06 | | +| 271 | ````` <\|unused126\|> ````` | 1.85082e-06 | 1.7e-05 | +| 299 | ````` <\|unused154\|> ````` | 1.85122e-06 | 1.7e-05 | +| 179 | ````` <\|unused034\|> ````` | 1.85124e-06 | 1.7e-05 | +| 209 | ````` <\|unused064\|> ````` | 1.85124e-06 | 1.7e-05 | +| 5 | ````` <\|System\|> ````` | 1.85161e-06 | | +| 250 | ````` <\|unused105\|> ````` | 1.85242e-06 | 1.7e-05 | +| 220 | ````` <\|unused075\|> ````` | 1.85283e-06 | 1.7e-05 | +| 188 | ````` <\|unused043\|> ````` | 1.85321e-06 | 1.7e-05 | +| 295 | ````` <\|unused150\|> ````` | 1.8536e-06 | 1.7e-05 | +| 234 | ````` <\|unused089\|> ````` | 1.85401e-06 | 1.7e-05 | +| 252 | ````` <\|unused107\|> ````` | 1.85481e-06 | 1.7e-05 | +| 266 | ````` <\|unused121\|> ````` | 1.85519e-06 | 1.7e-05 | +| 163 | ````` <\|unused018\|> ````` | 1.8552e-06 | 1.7e-05 | +| 147 | ````` <\|unused002\|> ````` | 1.85559e-06 | 1.7e-05 | +| 247 | ````` <\|unused102\|> ````` | 1.85559e-06 | 1.7e-05 | +| 248 | ````` <\|unused103\|> ````` | 1.8556e-06 | 1.7e-05 | +| 278 | ````` <\|unused133\|> ````` | 1.85562e-06 | 1.7e-05 | +| 260 | ````` <\|unused115\|> ````` | 1.85599e-06 | 1.7e-05 | +| 261 | ````` <\|unused116\|> ````` | 1.85599e-06 | 1.7e-05 | +| 145 | ````` <\|unused000\|> ````` | 1.85604e-06 | 1.7e-05 | +| 193 | ````` <\|unused048\|> ````` | 1.85641e-06 | 1.7e-05 | +| 287 | ````` <\|unused142\|> ````` | 1.85678e-06 | 1.7e-05 | +| 11 | ````` <\|reserved005\|> ````` | 1.85682e-06 | | +| 283 | ````` <\|unused138\|> ````` | 1.85722e-06 | 1.7e-05 | +| 256 | ````` <\|unused111\|> ````` | 1.85799e-06 | 1.7e-05 | +| 239 | ````` <\|unused094\|> ````` | 1.858e-06 | 1.7e-05 | +| 177 | ````` <\|unused032\|> ````` | 1.85837e-06 | 1.7e-05 | +| 194 | ````` <\|unused049\|> ````` | 1.85838e-06 | 1.7e-05 | +| 233 | ````` <\|unused088\|> ````` | 1.85838e-06 | 1.7e-05 | +| 274 | ````` <\|unused129\|> ````` | 1.8584e-06 | 1.7e-05 | +| 200 | ````` <\|unused055\|> ````` | 1.85877e-06 | 1.7e-05 | +| 238 | ````` <\|unused093\|> ````` | 1.85878e-06 | 1.7e-05 | +| 286 | ````` <\|unused141\|> ````` | 1.8588e-06 | 1.7e-05 | +| 236 | ````` <\|unused091\|> ````` | 1.85916e-06 | 1.7e-05 | +| 269 | ````` <\|unused124\|> ````` | 1.85922e-06 | 1.7e-05 | +| 181 | ````` <\|unused036\|> ````` | 1.85956e-06 | 1.7e-05 | +| 296 | ````` <\|unused151\|> ````` | 1.85996e-06 | 1.7e-05 | +| 9 | ````` <\|reserved003\|> ````` | 1.86035e-06 | | +| 244 | ````` <\|unused099\|> ````` | 1.86037e-06 | 1.7e-05 | +| 285 | ````` <\|unused140\|> ````` | 1.86037e-06 | 1.7e-05 | +| 169 | ````` <\|unused024\|> ````` | 1.86076e-06 | 1.7e-05 | +| 289 | ````` <\|unused144\|> ````` | 1.86116e-06 | 1.7e-05 | +| 241 | ````` <\|unused096\|> ````` | 1.86156e-06 | 1.7e-05 | +| 282 | ````` <\|unused137\|> ````` | 1.86157e-06 | 1.7e-05 | +| 212 | ````` <\|unused067\|> ````` | 1.86197e-06 | 1.7e-05 | +| 300 | ````` <\|unused155\|> ````` | 1.86235e-06 | 1.7e-05 | +| 12 | ````` <\|reserved006\|> ````` | 1.86278e-06 | | +| 189 | ````` <\|unused044\|> ````` | 1.86392e-06 | 1.7e-05 | +| 302 | ````` <\|unused157\|> ````` | 1.86395e-06 | 1.7e-05 | +| 222 | ````` <\|unused077\|> ````` | 1.86396e-06 | 1.7e-05 | +| 186 | ````` <\|unused041\|> ````` | 1.86432e-06 | 1.7e-05 | +| 207 | ````` <\|unused062\|> ````` | 1.86512e-06 | 1.7e-05 | +| 253 | ````` <\|unused108\|> ````` | 1.8655e-06 | 1.7e-05 | +| 280 | ````` <\|unused135\|> ````` | 1.86593e-06 | 1.7e-05 | +| 298 | ````` <\|unused153\|> ````` | 1.86594e-06 | 1.7e-05 | +| 162 | ````` <\|unused017\|> ````` | 1.86632e-06 | 1.7e-05 | +| 165 | ````` <\|unused020\|> ````` | 1.86634e-06 | 1.7e-05 | +| 215 | ````` <\|unused070\|> ````` | 1.86672e-06 | 1.7e-05 | +| 158 | ````` <\|unused013\|> ````` | 1.86711e-06 | 1.7e-05 | +| 294 | ````` <\|unused149\|> ````` | 1.86754e-06 | 1.7e-05 | +| 161 | ````` <\|unused016\|> ````` | 1.86789e-06 | 1.7e-05 | +| 265 | ````` <\|unused120\|> ````` | 1.86828e-06 | 1.7e-05 | +| 214 | ````` <\|unused069\|> ````` | 1.86909e-06 | 1.7e-05 | +| 228 | ````` <\|unused083\|> ````` | 1.86909e-06 | 1.7e-05 | +| 240 | ````` <\|unused095\|> ````` | 1.86909e-06 | 1.7e-05 | +| 281 | ````` <\|unused136\|> ````` | 1.86947e-06 | 1.7e-05 | +| 243 | ````` <\|unused098\|> ````` | 1.86986e-06 | 1.7e-05 | +| 235 | ````` <\|unused090\|> ````` | 1.8703e-06 | 1.6e-05 | +| 180 | ````` <\|unused035\|> ````` | 1.87103e-06 | 1.7e-05 | +| 291 | ````` <\|unused146\|> ````` | 1.87103e-06 | 1.7e-05 | +| 229 | ````` <\|unused084\|> ````` | 1.87143e-06 | 1.7e-05 | +| 172 | ````` <\|unused027\|> ````` | 1.87144e-06 | 1.7e-05 | +| 237 | ````` <\|unused092\|> ````` | 1.87182e-06 | 1.7e-05 | +| 183 | ````` <\|unused038\|> ````` | 1.87222e-06 | 1.7e-05 | +| 199 | ````` <\|unused054\|> ````` | 1.87303e-06 | 1.7e-05 | +| 257 | ````` <\|unused112\|> ````` | 1.87303e-06 | 1.7e-05 | +| 153 | ````` <\|unused008\|> ````` | 1.87381e-06 | 1.7e-05 | +| 184 | ````` <\|unused039\|> ````` | 1.87381e-06 | 1.7e-05 | +| 251 | ````` <\|unused106\|> ````` | 1.87419e-06 | 1.7e-05 | +| 259 | ````` <\|unused114\|> ````` | 1.87419e-06 | 1.7e-05 | +| 255 | ````` <\|unused110\|> ````` | 1.87462e-06 | 1.7e-05 | +| 284 | ````` <\|unused139\|> ````` | 1.87497e-06 | 1.7e-05 | +| 275 | ````` <\|unused130\|> ````` | 1.87579e-06 | 1.7e-05 | +| 227 | ````` <\|unused082\|> ````` | 1.87617e-06 | 1.7e-05 | +| 13 | ````` <\|reserved007\|> ````` | 1.87698e-06 | | +| 206 | ````` <\|unused061\|> ````` | 1.87853e-06 | 1.7e-05 | +| 166 | ````` <\|unused021\|> ````` | 1.87934e-06 | 1.7e-05 | +| 213 | ````` <\|unused068\|> ````` | 1.87935e-06 | 1.7e-05 | +| 297 | ````` <\|unused152\|> ````` | 1.87972e-06 | 1.7e-05 | +| 154 | ````` <\|unused009\|> ````` | 1.88088e-06 | 1.7e-05 | +| 304 | ````` <\|unused159\|> ````` | 1.88088e-06 | 1.7e-05 | +| 1 | ````` <\|startoftext\|> ````` | 1.8809e-06 | 1.7e-05 | +| 273 | ````` <\|unused128\|> ````` | 1.88126e-06 | 1.7e-05 | +| 168 | ````` <\|unused023\|> ````` | 1.88129e-06 | 1.7e-05 | +| 277 | ````` <\|unused132\|> ````` | 1.88323e-06 | 1.7e-05 | +| 267 | ````` <\|unused122\|> ````` | 1.88363e-06 | 1.7e-05 | +| 198 | ````` <\|unused053\|> ````` | 1.88441e-06 | 1.7e-05 | +| 249 | ````` <\|unused104\|> ````` | 1.88441e-06 | 1.7e-05 | +| 226 | ````` <\|unused081\|> ````` | 1.88447e-06 | 1.7e-05 | +| 150 | ````` <\|unused005\|> ````` | 1.8848e-06 | 1.7e-05 | +| 0 | ````` ````` | 1.88599e-06 | 2.1e-10 | +| 170 | ````` <\|unused025\|> ````` | 1.88599e-06 | 1.6e-05 | +| 160 | ````` <\|unused015\|> ````` | 1.88755e-06 | 1.7e-05 | +| 187 | ````` <\|unused042\|> ````` | 1.88755e-06 | 1.7e-05 | +| 173 | ````` <\|unused028\|> ````` | 1.88832e-06 | 1.7e-05 | +| 203 | ````` <\|unused058\|> ````` | 1.88874e-06 | 1.7e-05 | +| 174 | ````` <\|unused029\|> ````` | 1.89029e-06 | 1.7e-05 | +| 217 | ````` <\|unused072\|> ````` | 1.89107e-06 | 1.7e-05 | +| 254 | ````` <\|unused109\|> ````` | 1.89224e-06 | 1.7e-05 | +| 272 | ````` <\|unused127\|> ````` | 1.89261e-06 | 1.7e-05 | +| 270 | ````` <\|unused125\|> ````` | 1.8942e-06 | 1.7e-05 | +| 151 | ````` <\|unused006\|> ````` | 1.89883e-06 | 1.7e-05 | +| 223 | ````` <\|unused078\|> ````` | 1.89927e-06 | 1.7e-05 | +| 202 | ````` <\|unused057\|> ````` | 1.90002e-06 | 1.7e-05 | +| 246 | ````` <\|unused101\|> ````` | 1.9012e-06 | 1.7e-05 | +| 148 | ````` <\|unused003\|> ````` | 1.9043e-06 | 1.7e-05 | +| 258 | ````` <\|unused113\|> ````` | 1.90855e-06 | 1.7e-05 | +| 196 | ````` <\|unused051\|> ````` | 1.90891e-06 | 1.7e-05 | +| 288 | ````` <\|unused143\|> ````` | 1.91741e-06 | 1.7e-05 | +| 232 | ````` <\|unused087\|> ````` | 1.9178e-06 | 1.7e-05 | +| 4 | ````` <\|Assistant\|> ````` | 1.91936e-06 | | +| 17 | ````` ````` | 0.0413015 | 0.00033 | +| 15 | ````` ````` | 0.0474334 | 0.0017 | +| 16 | ````` ````` | 0.0603147 | 0.0026 | +| 14 | ````` ````` | 0.0642282 | 0.001 | +| 8 | ````` <\|im_sep\|> ````` | 0.0728387 | 0.024 | +
+
63 additional entries above threshold + +| token_id | token | metric | max_prob | +|------------|------------------------------|----------|---------------------------------------------------------------| +| 45 | `````
````` | 0.17951 | 0.98 | +| 6 | ````` <\|im_start\|> ````` | 0.198095 | 0.88 | +| 7 | ````` <\|im_end\|> ````` | 0.198238 | 0.66 | +| 42 | `````

````` | 0.210659 | 0.98 | +| 51 | ````` ````` | 0.23736 | 1 | +| 36 | `````

````` | 0.262184 | 1 | +| 33 | `````

````` | 0.304645 | 0.98 | +| 39 | `````

````` | 0.324664 | 0.97 | +| 66 | ````` ````` | 0.330186 | 0.99 | +| 57 | ````` ````` | 0.360818 | 1 | +| 2 | ````` <\|endoftext\|> ````` | 0.396654 | 0.5 | +| 60 | `````
  • ````` | 0.467863 | | +| 63 | `````
  • ````` | 0.470694 | | +| 72 | ````` ````` | 0.475144 | | +| 75 | ````` ````` | 0.82898 | | +| 40 | ````` ````` | 0.83394 | | +| 43 | ````` ````` | 0.838571 | | +| 41 | `````

    ````` | 0.838888 | | +| 65 | `````

    ````` | 0.841417 | | +| 37 | ````` ````` | 0.862065 | | +| 35 | `````

    ````` | 0.865646 | | +| 49 | `````
    ````` | 0.866924 | | +| 38 | `````

    ````` | 0.86943 | | +| 61 | ````` ````` | 0.87009 | | +| 47 | `````
    ````` | 0.87579 | | +| 50 | ````` ````` | 0.879418 | | +| 73 | `````
    ````` | 0.880975 | | +| 76 | ````` ````` | 0.881048 | | +| 56 | `````

    ````` | 0.481237 | | +| 118 | ````` ````` | 0.492148 | | +| 69 | ````` ````` | 0.518304 | | +| 23 | ````` ````` | 0.567094 | | +| 27 | ````` ````` | 0.578355 | | +| 30 | ````` ````` | 0.604722 | | +| 20 | ````` ````` | 0.607993 | | +| 26 | ````` ````` | 0.610377 | | +| 28 | ````` ````` | 0.63006 | | +| 25 | ````` ````` | 0.63077 | | +| 21 | ````` ````` | 0.635462 | | +| 29 | ````` ````` | 0.636073 | | +| 19 | ````` ````` | 0.636865 | | +| 24 | ````` ````` | 0.644247 | | +| 22 | ````` ````` | 0.646833 | | +| 31 | ````` ````` | 0.662129 | | +| 70 | ````` ````` | 0.700568 | | +| 68 | ````` ````` | 0.757212 | | +| 54 | `````

    ````` | 0.794175 | | +| 44 | `````

    ````` | 0.801575 | | +| 46 | `````
    ````` | 0.807101 | | +| 53 | `````

    ````` | 0.819441 | | +| 55 | `````

    ````` | 0.824382 | | +| 67 | `````
    ````` | 0.881534 | | +| 34 | ````` ````` | 0.882194 | | +| 32 | `````

    ````` | 0.885251 | | +| 59 | `````
  • ````` | 0.887276 | | +| 18 | ````` ````` | 0.88732 | | +| 52 | ````` ````` | 0.891008 | | +| 74 | `````
  • ````` | 0.891234 | | +| 71 | ````` ````` | 0.894493 | | +| 58 | `````
    ````` | 0.89484 | | +| 62 | ````` ````` | 0.895997 | | +| 48 | `````
    ````` | 0.896712 | | +| 64 | ````` ````` | 0.899131 | | +

    + +## Unreachable tokens +3 entries below threshold of 0.172 + +| token_id | token | metric | reencoded | +|------------|--------------------------------------|-------------|---------------------------------------------------------------------------------------| +| 23924 | ````` 毛泽东 ````` | 1.8312e-06 | 60614: ````` 毛 `````, 61198: ````` 泽 `````, 59953: ````` 东 ````` | +| 42021 | ````` 并按对方当事人的人数 ````` | 1.83924e-06 | 30297: ````` 并按 `````, 35972: ````` 对方当事人 `````, 26853: ````` 的人数 ````` | +| 41880 | ````` 判决书送达之日起十五日内 ````` | 1.87182e-06 | 22549: ````` 判决书 `````, 36139: ````` 送达之日起 `````, 35659: ````` 十五日内 ````` | + diff --git a/results/reports/Fugaku_LLM_Fugaku_LLM_13B.md b/results/reports/Fugaku_LLM_Fugaku_LLM_13B.md new file mode 100644 index 0000000..4867f09 --- /dev/null +++ b/results/reports/Fugaku_LLM_Fugaku_LLM_13B.md @@ -0,0 +1,1493 @@ +# Report for `Fugaku-LLM/Fugaku-LLM-13B` + +## Model info + +* Tied embeddings: yes +* Unembeddings use bias: no +* Metric for under-trained tokens: Unemb. OOV Cosine Distance w/o 1st PC + * Overall distribution 0.943 +/- 0.083 + * Token used for verification prompt building: `FIAsyncOperation` + * Verification threshold: 0.891 + * Threshold for showing candidate under-trained tokens: 0.717 + * Median verified threshold (for bytes, unreachable and special tokens): 0.713 +* Embeddings shape: (49152, 5184) +* Vocabulary size: 48586 + * Number of single byte tokens: 353, of which 111 below metric threshold + * Number of special tokens: 8, of which 7 below metric threshold + * Number of unreachable non-single-byte tokens: 85, of which 79 below metric threshold + * Number of tested under-trained tokens: 964, 662 below p = 0.01 threshold, 371 below soft metric threshold + +## Metrics plot +![Metrics pairplot](../metrics_pairplot_byid/Fugaku_LLM_Fugaku_LLM_13B.png) + +## Verification plot +![Verification plot](../verifications_scatterplot/Fugaku_LLM_Fugaku_LLM_13B.png) + +## Under-trained token verification results +371 entries below threshold of 0.717 + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|------------------------------|----------|------------------------------------------------------------------|---------------------------------------------------------------------------------------| +| 8162 | ````` RESETVALUE ````` | 0.384037 | 0.00027 | | +| 9301 | ````` ▁GBProperty ````` | 0.384255 | 0.00013 | | +| 48436 | ````` \ue964 ````` | 0.384963 | 0.00017 | | +| 9707 | ````` regBuiltin ````` | 0.386383 | 8.5e-05 | | +| 8788 | ````` ▁kGTLR ````` | 0.386388 | 4.9e-05 | | +| 21883 | ````` \u2009\<\u2009 ````` | 0.387961 | 9.7e-05 | | +| 9792 | ````` acadoWorkspace ````` | 0.39062 | 0.00018 | | +| 9404 | ````` PFNGLTEXCOORD ````` | 0.391482 | 0.00027 | | +| 7853 | ````` DIPSETTING ````` | 0.391579 | 0.00019 | | +| 9972 | ````` CyFunction ````` | 0.392137 | 0.00049 | | +| 7013 | ````` YYCURSOR ````` | 0.394082 | 0.00022 | | +| 8519 | ````` VNVPROC ````` | 0.394669 | 0.00021 | | +| 5861 | ````` NimStringDesc ````` | 0.394981 | 0.00027 | | +| 7882 | ````` emlrt ````` | 0.395849 | 0.00026 | | +| 8942 | ````` VERTEXATTRIBI ````` | 0.396078 | 0.00039 | | +| 7975 | ````` PQExpBuffer ````` | 0.396081 | 0.00026 | ````` ppendPQExpBuffer ````` | +| 9611 | ````` marshallOut ````` | 0.39611 | 0.00018 | | +| 16187 | ````` ]--[@ ````` | 0.396372 | 0.00017 | | +| 9742 | ````` LiftoffRegister ````` | 0.396869 | 0.00015 | | +| 9876 | ````` ewGetProcAddress ````` | 0.396943 | 0.00026 | | +
    351 additional entries below threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|------------------------------|----------|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 7825 | ````` SINGLECTRL ````` | 0.397305 | 0.00012 | | +| 8989 | ````` PFNGLPROGRAM ````` | 0.397355 | 0.00028 | | +| 9613 | ````` OSCENCMD ````` | 0.397387 | 0.00014 | | +| 8507 | ````` highbd ````` | 0.39772 | 0.00043 | | +| 9188 | ````` MASKWRITE ````` | 0.398194 | 0.00047 | | +| 9383 | ````` ▁OMITBAD ````` | 0.398265 | 0.00016 | | +| 9920 | ````` USEBURSTS ````` | 0.400098 | 0.00034 | | +| 8975 | ````` FIAsyncOperation ````` | 0.400147 | 0.00015 | | +| 9766 | ````` HFPERCLKDIV ````` | 0.400319 | 0.00033 | | +| 9526 | ````` GetEmptyString ````` | 0.40069 | 0.00023 | | +| 7763 | ````` MagickFalse ````` | 0.400935 | 0.00013 | | +| 8655 | ````` ▁{&__ ````` | 0.401455 | 0.00014 | | +| 8209 | ````` NIMCALL ````` | 0.401609 | 7.5e-05 | | +| 9530 | ````` ▁CYDEV ````` | 0.402377 | 0.0002 | | +| 9550 | ````` ▁OMITGOOD ````` | 0.404065 | 0.00032 | | +| 8339 | ````` ppendPQExpBuffer ````` | 0.404078 | 0.00023 | | +| 3886 | ````` ▁PFNGLGET ````` | 0.404194 | 0.0013 | | +| 8095 | ````` ▁sbitmap ````` | 0.404748 | 0.00036 | | +| 8369 | ````` PROGRAMUNIFORM ````` | 0.405087 | 0.0005 | | +| 7775 | ````` DVPROC ````` | 0.406165 | 0.00049 | | +| 8067 | ````` VEXTPROC ````` | 0.406695 | 0.00054 | | +| 8852 | ````` hcryp ````` | 0.406838 | 0.00047 | | +| 6291 | ````` SIGSEL ````` | 0.407159 | 0.00037 | | +| 9636 | ````` OutcomeCallable ````` | 0.40784 | 0.00027 | | +| 5311 | ````` FNGLVERTEXATTRIB ````` | 0.407966 | 0.00022 | | +| 9967 | ````` LFCLKSEL ````` | 0.408204 | 0.00011 | | +| 5512 | ````` :%.*]], ````` | 0.408801 | 0.00013 | | +| 9389 | ````` HFCORECLKDIV ````` | 0.409469 | 0.00027 | | +| 4948 | ````` ▁classdump ````` | 0.41016 | 0.00029 | | +| 9625 | ````` ftnlen ````` | 0.410283 | 0.0013 | | +| 8224 | ````` HFPERCLKEN ````` | 0.410315 | 0.00041 | | +| 9432 | ````` ▁EZRADIO ````` | 0.410365 | 0.00016 | | +| 8903 | ````` appendStringInfo ````` | 0.4109 | 0.00016 | | +| 7306 | ````` PFNGLUNIFORM ````` | 0.411395 | 0.00039 | | +| 7444 | ````` GLAPIENTRY ````` | 0.412054 | 0.00097 | | +| 9819 | ````` TCPWM ````` | 0.412288 | 0.0015 | | +| 7443 | ````` UIVPROC ````` | 0.413251 | 0.00094 | | +| 9553 | ````` lreadyInited ````` | 0.413371 | 0.00032 | | +| 9953 | ````` mlxsw ````` | 0.414146 | 0.00094 | | +| 6352 | ````` ▁GTLR ````` | 0.414328 | 0.00037 | | +| 6980 | ````` INPUTSEL ````` | 0.414458 | 0.00042 | | +| 7466 | ````` SLJIT ````` | 0.414673 | 0.0012 | | +| 8754 | ````` AsyncCaller ````` | 0.416558 | 0.00076 | | +| 8440 | ````` ntDefaultHandler ````` | 0.416667 | 0.00032 | | +| 9451 | ````` PFNGLBIND ````` | 0.417627 | 8e-05 | | +| 9260 | ````` VARBPROC ````` | 0.420156 | 0.0017 | | +| 37016 | ````` \u3000>> ````` | 0.420195 | 0.0012 | | +| 6459 | ````` NVPROC ````` | 0.421117 | 0.00031 | ````` VNVPROC ````` | +| 9133 | ````` CALCTRL ````` | 0.423787 | 0.00041 | | +| 8681 | ````` MULTITEXCOORD ````` | 0.424477 | 0.0016 | | +| 8006 | ````` typval ````` | 0.424994 | 0.0014 | | +| 6535 | ````` FVPROC ````` | 0.426148 | 0.0015 | | +| 6061 | ````` IVPROC ````` | 0.426319 | 0.00097 | ````` UIVPROC ````` | +| 5715 | ````` joaat ````` | 0.42746 | 0.0011 | | +| 9752 | ````` rehasher ````` | 0.427766 | 0.00092 | | +| 5734 | ````` ▁uLocal ````` | 0.428193 | 0.00015 | | +| 8758 | ````` UNIFORMMATRIX ````` | 0.428332 | 0.004 | | +| 9837 | ````` glSecondaryColor ````` | 0.428677 | 0.00056 | | +| 7196 | ````` ▁PGUID ````` | 0.428825 | 0.00076 | | +| 5172 | ````` :%.*]] ````` | 0.429059 | 0.0019 | ````` :%.*]], ````` | +| 7003 | ````` LETIMER ````` | 0.42972 | 0.0016 | | +| 8889 | ````` ▁COBJMACROS ````` | 0.43059 | 0.00011 | | +| 9882 | ````` memviewslice ````` | 0.436481 | 0.0012 | | +| 1801 | ````` APIENTRYP ````` | 0.438916 | 0.00077 | | +| 45996 | ````` イランドキッチン ````` | 0.44304 | 0.00029 | | +| 9788 | ````` POSSEL ````` | 0.44337 | 0.00029 | | +| 8962 | ````` UIPROC ````` | 0.443376 | 0.00033 | | +| 9280 | ````` GetArena ````` | 0.444948 | 0.00061 | | +| 5214 | ````` RefNanny ````` | 0.447512 | 0.00054 | | +| 6854 | ````` PFNGLGET ````` | 0.448427 | 0.00023 | | +| 8165 | ````` vwsn ````` | 0.449546 | 0.00058 | | +| 3367 | ````` ▁WTIMER ````` | 0.455952 | 0.0051 | | +| 9030 | ````` NEGSEL ````` | 0.458341 | 0.00073 | | +| 9561 | ````` DTPRS ````` | 0.459562 | 0.0015 | | +| 7898 | ````` yyvsp ````` | 0.460659 | 0.0015 | | +| 40481 | ````` rackBack ````` | 0.463023 | 0.00036 | | +| 3091 | ````` NRFX ````` | 0.466576 | 0.0003 | | +| 6454 | ````` */]. ````` | 0.467152 | 0.00026 | | +| 5175 | ````` LESENSE ````` | 0.468376 | 0.00058 | | +| 7704 | ````` BORINGSSL ````` | 0.468859 | 0.0018 | | +| 5536 | ````` ZEPHIR ````` | 0.469006 | 8.7e-05 | | +| 1705 | ````` ▁GLAPI ````` | 0.47582 | 0.00021 | | +| 9575 | ````` RpcChannelBuffer ````` | 0.479189 | 0.00042 | | +| 9157 | ````` FinishContext ````` | 0.479791 | 0.056 | | +| 48142 | ````` \ue075 ````` | 0.483324 | 0.001 | | +| 7821 | ````` IXGBE ````` | 0.484083 | 0.0017 | | +| 6581 | ````` PINMUX ````` | 0.484201 | 0.00054 | | +| 8844 | ````` XDMAC ````` | 0.485101 | 6.1e-05 | | +| 3063 | ````` ROUTELOC ````` | 0.491758 | 0.00012 | | +| 7283 | ````` dsverifier ````` | 0.49223 | 0.00034 | | +| 4849 | ````` ▁//========== ````` | 0.492349 | 6.9e-05 | ````` ▁//============= ````` | +| 9659 | ````` MonoMethod ````` | 0.492362 | 0.00012 | | +| 47915 | ````` ローリークエスト ````` | 0.493301 | 0.0006 | | +| 6453 | ````` HRTIM ````` | 0.49444 | 0.00027 | | +| 9704 | ````` glWindowPos ````` | 0.499516 | 0.0012 | | +| 9080 | ````` ▁smartlist ````` | 0.499856 | 0.0018 | | +| 9610 | ````` tupdesc ````` | 0.500311 | 0.0001 | | +| 9320 | ````` Vdbe ````` | 0.501059 | 3.3e-05 | | +| 40969 | ````` セクフレ ````` | 0.502519 | 6.8e-05 | | +| 5084 | ````` TSRMLS ````` | 0.503006 | 0.0003 | | +| 10008 | ````` tySequence ````` | 0.504658 | 0.00017 | | +| 9237 | ````` darkskin ````` | 0.505129 | 2.2e-05 | | +| 6613 | ````` LEUART ````` | 0.5078 | 0.00042 | | +| 3182 | ````` HasBeenSet ````` | 0.511217 | 0.0014 | | +| 6945 | ````` xabababab ````` | 0.513646 | 0.00012 | | +| 6849 | ````` VPROC ````` | 0.514348 | 0.00042 | ````` UIVPROC `````, ````` VNVPROC `````, ````` DVPROC ````` | +| 8901 | ````` IMETHOD ````` | 0.514495 | 0.00012 | | +| 9699 | ````` INVALC ````` | 0.516114 | 5.2e-05 | | +| 46381 | ````` /\u3000/ ````` | 0.516907 | 0.0047 | | +| 1304 | ````` ▁PFNGL ````` | 0.51714 | 0.053 | ````` ▁PFNGLGET ````` | +| 9989 | ````` GASNET ````` | 0.517299 | 1.7e-05 | | +| 8264 | ````` GetDatum ````` | 0.521206 | 0.00039 | | +| 8979 | ````` ▁MICROPY ````` | 0.522927 | 0.001 | | +| 9834 | ````` SWIER ````` | 0.523696 | 7.5e-07 | | +| 5892 | ````` chartInstance ````` | 0.52492 | 0.00073 | | +| 6592 | ````` curbuf ````` | 0.525684 | 0.00016 | | +| 9051 | ````` ▁debugstr ````` | 0.526307 | 0.0021 | | +| 9298 | ````` SEQAN ````` | 0.526703 | 0.00011 | | +| 46346 | ````` ライクリーニング ````` | 0.527804 | 0.00048 | | +| 7169 | ````` TAILQ ````` | 0.529482 | 2.6e-05 | | +| 7271 | ````` sysbios ````` | 0.530772 | 0.00018 | | +| 9491 | ````` EXTIPSEL ````` | 0.532456 | 8.5e-05 | | +| 9380 | ````` SAADC ````` | 0.532566 | 0.00022 | | +| 37274 | ````` \|\u3000\| ````` | 0.532571 | 0.054 | | +| 7541 | ````` AUXHFRCO ````` | 0.534252 | 1.1e-05 | | +| 7913 | ````` ARBPROC ````` | 0.535114 | 0.00086 | ````` VARBPROC ````` | +| 8682 | ````` cnfn ````` | 0.535983 | 0.00067 | | +| 5898 | ````` sqInt ````` | 0.537309 | 0.0014 | | +| 9630 | ````` EXTICR ````` | 0.537442 | 3.7e-07 | | +| 7162 | ````` avctx ````` | 0.538142 | 0.00074 | | +| 7226 | ````` GIVEREF ````` | 0.538508 | 0.00015 | | +| 8005 | ````` padapter ````` | 0.538611 | 0.00012 | | +| 2828 | ````` PFNGL ````` | 0.542004 | 0.00044 | ````` PFNGLPROGRAM `````, ````` PFNGLUNIFORM `````, ````` PFNGLBIND `````, ````` PFNGLGET `````, ````` ▁PFNGLGET `````, ... | +| 9782 | ````` GNSP ````` | 0.542756 | 0.0012 | | +| 8266 | ````` vreinterpret ````` | 0.543113 | 8.3e-05 | | +| 6947 | ````` HeapTuple ````` | 0.548336 | 9.7e-06 | | +| 9233 | ````` DFSDM ````` | 0.549598 | 5.4e-06 | | +| 8566 | ````` EXTINT ````` | 0.551267 | 8.2e-05 | | +| 25828 | ````` [\*](# ````` | 0.556306 | 0.00093 | | +| 7960 | ````` glVertexAttribI ````` | 0.556524 | 0.00084 | | +| 6801 | ````` clineno ````` | 0.557536 | 0.00023 | | +| 9829 | ````` PLLSAI ````` | 0.558906 | 0.00054 | | +| 6899 | ````` glMultiTexCoord ````` | 0.560983 | 0.00016 | | +| 5208 | ````` glProgramUniform ````` | 0.561078 | 0.0014 | | +| 7280 | ````` WOLFSSL ````` | 0.562469 | 5.4e-06 | | +| 9952 | ````` gdbarch ````` | 0.563636 | 2.7e-05 | | +| 2937 | ````` WTIMER ````` | 0.566397 | 1.9e-05 | ````` ▁WTIMER ````` | +| 8879 | ````` ▁stbt ````` | 0.571223 | 0.0052 | | +| 9596 | ````` ShiftMask ````` | 0.571572 | 0.0008 | | +| 7565 | ````` drvdata ````` | 0.57162 | 1.5e-05 | | +| 7473 | ````` SIMDE ````` | 0.571771 | 0.00027 | | +| 7433 | ````` pybuffer ````` | 0.572619 | 6.6e-05 | | +| 33875 | ````` \|\u3000 ````` | 0.572834 | 0.0024 | ````` \|\u3000\| `````, ````` \u3000\|\u3000 ````` | +| 9270 | ````` SetupContext ````` | 0.573469 | 0.00049 | | +| 9438 | ````` DBGMCU ````` | 0.574946 | 0.00083 | | +| 6472 | ````` LFRCO ````` | 0.576039 | 0.00067 | | +| 9126 | ````` xfffffffd ````` | 0.576041 | 0.00015 | | +| 9128 | ````` mtoll ````` | 0.576196 | 8e-05 | | +| 9690 | ````` ▁MODKEY ````` | 0.57742 | 0.0049 | | +| 4321 | ````` GOTREF ````` | 0.577997 | 0.00018 | | +| 8815 | ````` DTFC ````` | 0.578284 | 0.00028 | | +| 9747 | ````` NamedFramebuffer ````` | 0.578539 | 0.0019 | | +| 9132 | ````` QDEC ````` | 0.578866 | 0.00012 | | +| 7507 | ````` StatusTypeDef ````` | 0.579279 | 6.7e-05 | | +| 7584 | ````` argvars ````` | 0.582875 | 0.00019 | | +| 3954 | ````` kInstruction ````` | 0.584807 | 0.0052 | | +| 8834 | ````` ************//** ````` | 0.585079 | 0.00091 | | +| 9825 | ````` XCVR ````` | 0.585294 | 0.00011 | | +| 8030 | ````` SYNCBUSY ````` | 0.586503 | 8.2e-06 | | +| 7472 | ````` LIBXSMM ````` | 0.587113 | 5.2e-05 | | +| 8063 | ````` PRSSEL ````` | 0.588722 | 3.3e-05 | | +| 8229 | ````` APIENTRY ````` | 0.589112 | 0.0004 | | +| 9645 | ````` ▁JNIEXPORT ````` | 0.590342 | 0.00058 | | +| 9938 | ````` glCompressed ````` | 0.590742 | 0.00064 | | +| 6044 | ````` HFRCO ````` | 0.591365 | 0.00021 | ````` AUXHFRCO ````` | +| 9905 | ````` MspInit ````` | 0.592584 | 0.011 | | +| 40282 | ````` MOODYZ ````` | 0.595013 | 0.031 | | +| 9793 | ````` GPIOTE ````` | 0.595035 | 0.0011 | | +| 7570 | ````` HFCLK ````` | 0.595324 | 0.00016 | | +| 7944 | ````` InstancePtr ````` | 0.596028 | 0.0035 | | +| 8451 | ````` ▁GLshort ````` | 0.59704 | 0.00051 | | +| 3346 | ````` StringCopy ````` | 0.597304 | 0.00069 | | +| 9122 | ````` xmlChar ````` | 0.599249 | 8.7e-06 | | +| 8304 | ````` GenTree ````` | 0.59942 | 0.0024 | | +| 46357 | ````` \u3000\\u3000 ````` | 0.599867 | 0.0024 | | +| 7492 | ````` irqrestore ````` | 0.600838 | 7.2e-05 | | +| 9844 | ````` PQgetvalue ````` | 0.600955 | 5.4e-05 | | +| 5416 | ````` PRSCH ````` | 0.60108 | 2.4e-05 | | +| 9495 | ````` glTexture ````` | 0.603571 | 0.0011 | | +| 8670 | ````` ▁NoneT ````` | 0.605361 | 2.2e-05 | | +| 6970 | ````` DECLSPEC ````` | 0.608357 | 0.0002 | | +| 6329 | ````` LPTIM ````` | 0.608606 | 0.00024 | | +| 9429 | ````` IMXRT ````` | 0.609789 | 0.013 | | +| 8101 | ````` PRIu ````` | 0.613136 | 3.3e-05 | | +| 8677 | ````` GETARG ````` | 0.613605 | 4.2e-07 | | +| 7576 | ````` esbmc ````` | 0.615606 | 2.7e-05 | | +| 8833 | ````` INTFLAG ````` | 0.618235 | 9.1e-06 | | +| 6844 | ````` SDMMC ````` | 0.61942 | 0.0051 | | +| 9197 | ````` wiphy ````` | 0.620548 | 0.00048 | | +| 8579 | ````` ▁VTSS ````` | 0.620893 | 0.0021 | | +| 7191 | ````` ▁simde ````` | 0.623511 | 0.0007 | | +| 9439 | ````` ▁PGNS ````` | 0.623751 | 0.0011 | | +| 9772 | ````` ▁XPAR ````` | 0.624017 | 0.00032 | | +| 48109 | ````` フォントネー ````` | 0.625121 | 0.0017 | | +| 2379 | ````` lpVtbl ````` | 0.62528 | 0.00042 | | +| 9334 | ````` DMAMUX ````` | 0.626086 | 9.4e-06 | | +| 9853 | ````` NVMCTRL ````` | 0.628286 | 4.4e-06 | | +| 9981 | ````` BSLS ````` | 0.629051 | 0.0013 | | +| 9094 | ````` goodG ````` | 0.630585 | 0.015 | | +| 9827 | ````` irectDrawSurface ````` | 0.631187 | 0.0011 | | +| 9474 | ````` glCopy ````` | 0.631892 | 1.5e-05 | | +| 7653 | ````` ZSTR ````` | 0.632523 | 0.0079 | | +| 7512 | ````` INTENCLR ````` | 0.632599 | 2.9e-05 | | +| 8573 | ````` EVSYS ````` | 0.632968 | 1.3e-05 | | +| 7958 | ````` irqsave ````` | 0.633513 | 1.6e-05 | | +| 9414 | ````` WWDG ````` | 0.636009 | 0.0037 | | +| 7139 | ````` rettv ````` | 0.636142 | 0.0002 | | +| 6972 | ````` MAVLINK ````` | 0.63664 | 0.0027 | | +| 47778 | ````` .:.:.:.: ````` | 0.637028 | 0.0012 | | +| 40102 | ````` IDOLM ````` | 0.63723 | 0.0033 | | +| 3652 | ````` yych ````` | 0.637443 | 0.00057 | | +| 9393 | ````` CLKSOURCE ````` | 0.639242 | 0.00021 | | +| 3399 | ````` ▁MBEDTLS ````` | 0.639557 | 4.8e-05 | | +| 4251 | ````` ▁SYSCTL ````` | 0.640268 | 3.7e-05 | | +| 9416 | ````` IXMLDOM ````` | 0.641889 | 0.015 | | +| 7961 | ````` libxsmm ````` | 0.642125 | 5.7e-05 | | +| 9220 | ````` CpltCallback ````` | 0.643216 | 0.0048 | | +| 9472 | ````` -----------===// ````` | 0.643444 | 0.0053 | | +| 9470 | ````` QualType ````` | 0.643749 | 6e-06 | | +| 9452 | ````` CheckExact ````` | 0.644587 | 3.2e-05 | | +| 9716 | ````` IWDG ````` | 0.646035 | 0.0003 | | +| 7577 | ````` ashcho ````` | 0.648932 | 0.014 | | +| 9419 | ````` DAPM ````` | 0.649658 | 0.00037 | | +| 9228 | ````` PUPDR ````` | 0.651182 | 6.6e-06 | | +| 6666 | ````` SPROC ````` | 0.651441 | 0.0045 | | +| 6948 | ````` ppvObject ````` | 0.653061 | 0.00031 | | +| 9652 | ````` CBigNum ````` | 0.653398 | 3.1e-05 | | +| 8035 | ````` tyEnum ````` | 0.653554 | 0.00013 | | +| 9940 | ````` strlcpy ````` | 0.654748 | 0.014 | | +| 9538 | ````` MSVCRT ````` | 0.654815 | 0.00025 | | +| 9900 | ````` GetAttrStr ````` | 0.655171 | 0.0036 | | +| 8556 | ````` PyLong ````` | 0.656062 | 0.00015 | | +| 5361 | ````` arginfo ````` | 0.656841 | 0.00092 | | +| 8123 | ````` ENODEV ````` | 0.657252 | 0.00027 | | +| 8415 | ````` gasnet ````` | 0.658494 | 5.8e-05 | | +| 5586 | ````` HFXO ````` | 0.658652 | 0.00054 | | +| 34295 | ````` ップアドバイザー ````` | 0.659207 | 0.0003 | | +| 7549 | ````` phba ````` | 0.65978 | 4.7e-05 | | +| 8923 | ````` addReply ````` | 0.660013 | 1.1e-05 | | +| 9598 | ````` xcccccccc ````` | 0.660504 | 0.00064 | | +| 9658 | ````` GetProcessHeap ````` | 0.661762 | 0.035 | | +| 4094 | ````` MBEDTLS ````` | 0.663552 | 3.5e-05 | | +| 9110 | ````` xaaaaaaaa ````` | 0.663857 | 0.00018 | | +| 5833 | ````` SGIX ````` | 0.664914 | 0.0004 | | +| 8045 | ````` CLKEN ````` | 0.665606 | 4.3e-05 | ````` HFPERCLKEN ````` | +| 9626 | ````` ReceivedHandler ````` | 0.666521 | 0.0032 | | +| 9595 | ````` RedisModule ````` | 0.668029 | 0.00027 | | +| 48161 | ````` エポニム ````` | 0.66835 | 0.00015 | | +| 9448 | ````` PyDoc ````` | 0.66874 | 0.00031 | | +| 43851 | ````` upported ````` | 0.669058 | 0.00037 | | +| 8658 | ````` ixgbe ````` | 0.669223 | 0.11 | | +| 35644 | ````` \u3000\| ````` | 0.669354 | 0.0025 | ````` \|\u3000\| `````, ````` \u3000\|\u3000 ````` | +| 9435 | ````` PyNumber ````` | 0.669427 | 9.3e-05 | | +| 6625 | ````` ▁GLubyte ````` | 0.669798 | 0.0014 | | +| 2132 | ````` TDMETHODCALLTYPE ````` | 0.670665 | 0.0005 | | +| 3773 | ````` WINED ````` | 0.671391 | 1.5e-05 | | +| 8488 | ````` glIs ````` | 0.672728 | 0.0014 | | +| 46337 | ````` セフレアプリ ````` | 0.672957 | 0.1 | | +| 47905 | ````` ニニニニニ ````` | 0.674073 | 0.98 | | +| 14063 | ````` ▁Sportspeople ````` | 0.675027 | 0.00021 | | +| 44566 | ````` 気投 ````` | 0.675075 | 0.00077 | | +| 9099 | ````` xfffffffe ````` | 0.675476 | 0.00057 | | +| 5181 | ````` LWIP ````` | 0.675579 | 0.014 | | +| 4155 | ````` ▁iParam ````` | 0.675726 | 1.1e-05 | | +| 5383 | ````` EXTPROC ````` | 0.676075 | 0.0001 | ````` VEXTPROC ````` | +| 21182 | ````` ijerph ````` | 0.678051 | 0.00074 | | +| 8525 | ````` SMARTCARD ````` | 0.678982 | 0.0024 | | +| 7194 | ````` LPUART ````` | 0.680578 | 1.8e-05 | | +| 6572 | ````` lpfc ````` | 0.681104 | 0.00054 | | +| 48204 | ````` ニニニ ````` | 0.68284 | 0.018 | | +| 8687 | ````` Parameterfv ````` | 0.683828 | 0.00017 | | +| 5779 | ````` MemoryView ````` | 0.684247 | 0.0031 | | +| 6496 | ````` ERRCODE ````` | 0.684327 | 1.7e-05 | | +| 45679 | ````` \u3000` ````` | 0.684718 | 0.0054 | | +| 8807 | ````` SMBUS ````` | 0.685271 | 2.6e-05 | | +| 9965 | ````` LAPACKE ````` | 0.685446 | 0.00053 | | +| 5805 | ````` zephir ````` | 0.685849 | 0.39 | | +| 9425 | ````` BTRFS ````` | 0.687721 | 0.00018 | | +| 8082 | ````` CDTI ````` | 0.688212 | 0.0028 | | +| 8897 | ````` altivec ````` | 0.689588 | 3e-05 | | +| 7081 | ````` INTENSET ````` | 0.69031 | 0.00023 | | +| 25144 | ````` кР````` | 0.690546 | 0.0079 | | +| 9514 | ````` //===----------- ````` | 0.690825 | 0.019 | | +| 8943 | ````` kcontrol ````` | 0.691183 | 0.0014 | | +| 9638 | ````` nvmf ````` | 0.691275 | 0.01 | | +| 8792 | ````` PyBytes ````` | 0.692444 | 0.00094 | | +| 9043 | ````` PyMethod ````` | 0.692724 | 0.0037 | | +| 8273 | ````` ▁/******** ````` | 0.694652 | 0.0028 | | +| 4486 | ````` ▁PyLong ````` | 0.694825 | 0.0018 | | +| 9995 | ````` VkCommandBuffer ````` | 0.69594 | 0.0007 | | +| 36930 | ````` \u3000\|\u3000 ````` | 0.696097 | 0.15 | | +| 9370 | ````` ntohl ````` | 0.696132 | 0.0013 | | +| 7542 | ````` DEVINFO ````` | 0.696212 | 0.0019 | | +| 3951 | ````` ▁APIENTRY ````` | 0.696611 | 0.0004 | | +| 7661 | ````` PyCFunction ````` | 0.696937 | 6.1e-06 | | +| 5199 | ````` ▁GLdouble ````` | 0.697098 | 6.3e-05 | | +| 7384 | ````` CLKSEL ````` | 0.697471 | 2.7e-05 | ````` LFCLKSEL ````` | +| 3929 | ````` PyUnicode ````` | 0.697566 | 0.00059 | | +| 7769 | ````` nlmsg ````` | 0.699156 | 0.00081 | | +| 22719 | ````` bibr ````` | 0.700861 | 0.00031 | | +| 9758 | ````` FALLTHROUGH ````` | 0.701019 | 0.00028 | | +| 7616 | ````` Parameteriv ````` | 0.701654 | 0.0018 | | +| 8103 | ````` FSMC ````` | 0.702051 | 0.96 | | +| 4884 | ````` IMGUI ````` | 0.702758 | 0.00094 | | +| 9471 | ````` ▁JNICALL ````` | 0.703632 | 0.007 | | +| 9143 | ````` */]) ````` | 0.70365 | 0.00084 | | +| 9893 | ````` ParseTuple ````` | 0.704419 | 0.054 | | +| 4424 | ````` ▁GTEST ````` | 0.704713 | 0.00047 | | +| 43375 | ````` フィシャルサイト ````` | 0.704943 | 0.00088 | | +| 8811 | ````` PyThreadState ````` | 0.705477 | 0.0096 | | +| 8648 | ````` SYSCLK ````` | 0.70614 | 3.4e-05 | | +| 9373 | ````` ▁XXH ````` | 0.706188 | 0.17 | | +| 7766 | ````` SPDK ````` | 0.706291 | 0.00027 | | +| 6621 | ````` PyInt ````` | 0.706392 | 5.3e-05 | | +| 4309 | ````` ▁stbi ````` | 0.706732 | 0.0003 | | +| 6413 | ````` QSTR ````` | 0.706768 | 0.00078 | | +| 9774 | ````` nuttx ````` | 0.706837 | 0.00062 | | +| 6082 | ````` STBI ````` | 0.707076 | 0.091 | | +| 39180 | ````` baitoru ````` | 0.708006 | 0.011 | | +| 9805 | ````` strtoul ````` | 0.708257 | 1.8e-05 | | +| 6324 | ````` selmon ````` | 0.708347 | 0.0034 | | +| 7997 | ````` CCMR ````` | 0.709334 | 0.0012 | | +| 7606 | ````` ovld ````` | 0.709972 | 0.00013 | | +| 44258 | ````` びかんれいちゃ ````` | 0.711457 | 0.0056 | | +| 9073 | ````` PyArg ````` | 0.711559 | 0.0022 | | +| 9679 | ````` ▁internalformat ````` | 0.712851 | 0.00088 | | +| 4739 | ````` HandleTypeDef ````` | 0.71308 | 0.0075 | | +| 7959 | ````` PyTypeObject ````` | 0.713287 | 0.002 | | +| 7750 | ````` jiffies ````` | 0.713313 | 0.05 | | +| 7893 | ````` IHTML ````` | 0.713376 | 0.0013 | | +| 43341 | ````` )┣ ````` | 0.71371 | 0.92 | | +| 8130 | ````` NDRV ````` | 0.71392 | 0.00081 | | +| 8466 | ````` ransformFeedback ````` | 0.71398 | 0.00041 | | +| 9428 | ````` typmod ````` | 0.714316 | 2.4e-05 | | +| 5459 | ````` ▁GLboolean ````` | 0.714435 | 0.00083 | | +| 2857 | ````` ▁(*(( ````` | 0.71494 | 0.0011 | | +| 2208 | ````` ▁ZEND ````` | 0.715855 | 0.99 | | +| 9409 | ````` OPAMP ````` | 0.716065 | 0.07 | | +| 9750 | ````` mgos ````` | 0.716174 | 0.00026 | | +| 9388 | ````` IVectorView ````` | 0.716206 | 0.00036 | | +| 9644 | ````` dapm ````` | 0.716454 | 0.00018 | | +
    +
    593 additional entries above threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|------------------------------|----------|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 48530 | ````` 鍮 ````` | 0.716805 | 1 | | +| 8674 | ````` rspamd ````` | 0.717297 | 0.00059 | | +| 48524 | ````` 紆 ````` | 0.717593 | 1 | | +| 9810 | ````` ▁VkResult ````` | 0.719059 | 0.0034 | | +| 9374 | ````` SPIRV ````` | 0.719149 | 0.0013 | | +| 6173 | ````` PERIPH ````` | 0.719387 | 0.0021 | ````` PERIPHERAL ````` | +| 8540 | ````` GCLK ````` | 0.719475 | 0.00014 | | +| 7365 | ````` ▁/******* ````` | 0.719701 | 0.06 | ````` ▁/******** ````` | +| 681 | ````` ▁/*!< ````` | 0.721256 | 0.00075 | | +| 7260 | ````` PMIX ````` | 0.721307 | 0.0095 | | +| 7421 | ````` Acpi ````` | 0.721347 | 1 | | +| 6506 | ````` Vtbl ````` | 0.721391 | 0.003 | | +| 8479 | ````` GenericClass ````` | 0.722749 | 0.011 | | +| 5193 | ````` PCNT ````` | 0.723351 | 0.039 | | +| 20126 | ````` *\u2009=\u2009 ````` | 0.723758 | 0.0028 | | +| 9998 | ````` unpacklo ````` | 0.723871 | 0.00083 | | +| 2084 | ````` uParam ````` | 0.72392 | 0.018 | | +| 3415 | ````` ▁/*------------- ````` | 0.724149 | 0.00012 | | +| 4055 | ````` (!__ ````` | 0.724552 | 0.00021 | | +| 5871 | ````` DPROC ````` | 0.725209 | 3.9e-05 | | +| 8142 | ````` GLsizei ````` | 0.725683 | 0.00019 | | +| 8765 | ````` TORSO ````` | 0.725764 | 0.0019 | | +| 6878 | ````` NONNULL ````` | 0.726518 | 0.00019 | | +| 25603 | ````` microorganisms ````` | 0.727489 | 0.021 | | +| 9336 | ````` PRESCALER ````` | 0.727527 | 0.014 | | +| 4111 | ````` WINRT ````` | 0.727696 | 1.6e-05 | | +| 6439 | ````` InitStruct ````` | 0.727728 | 0.00095 | | +| 6490 | ````` ▁ImVec ````` | 0.72942 | 0.0014 | | +| 9456 | ````` HASHMAP ````` | 0.729479 | 0.0013 | | +| 9166 | ````` ntohs ````` | 0.730164 | 0.0046 | | +| 9111 | ````` ▁njs ````` | 0.730584 | 0.051 | | +| 4034 | ````` CWindows ````` | 0.730817 | 0.0091 | | +| 46262 | ````` オマンコ ````` | 0.730873 | 0.59 | | +| 8596 | ````` propget ````` | 0.730906 | 1.8e-05 | | +| 4766 | ````` tyObject ````` | 0.730957 | 0.024 | | +| 4560 | ````` SERCOM ````` | 0.731207 | 0.00025 | | +| 9276 | ````` RENDERBUFFER ````` | 0.731676 | 0.0079 | | +| 5160 | ````` QSPI ````` | 0.731971 | 0.00084 | | +| 8728 | ````` vkCmd ````` | 0.732315 | 0.00017 | | +| 7842 | ````` IInspectable ````` | 0.732572 | 0.0014 | | +| 22975 | ````` MOESM ````` | 0.732849 | 0.018 | | +| 8963 | ````` ▁ovsdb ````` | 0.733229 | 0.0019 | | +| 9783 | ````` saxpy ````` | 0.733512 | 0.00015 | | +| 9806 | ````` glGetProgram ````` | 0.733538 | 7.2e-05 | | +| 40619 | ````` ":"【 ````` | 0.733575 | 0.066 | | +| 4365 | ````` XDECREF ````` | 0.733853 | 0.0014 | | +| 6966 | ````` cJSON ````` | 0.734107 | 3.6e-05 | | +| 4718 | ````` spdk ````` | 0.734362 | 0.00011 | | +| 5023 | ````` HYPRE ````` | 0.73438 | 0.011 | | +| 7422 | ````` cbmc ````` | 0.734478 | 2.9e-05 | | +| 4245 | ````` ▁mbedtls ````` | 0.73478 | 0.00018 | | +| 7323 | ````` zalloc ````` | 0.734817 | 0.0002 | | +| 9120 | ````` debugfs ````` | 0.735142 | 0.013 | | +| 2481 | ````` ▁GLsizei ````` | 0.735988 | 0.00081 | | +| 4993 | ````` curwin ````` | 0.736744 | 0.024 | | +| 10010 | ````` DescriptorProto ````` | 0.737676 | 0.011 | | +| 8319 | ````` BIGNUM ````` | 0.737914 | 1.7e-06 | | +| 9035 | ````` qpair ````` | 0.738062 | 4.4e-05 | | +| 9669 | ````` COMPILING ````` | 0.738123 | 0.00019 | | +| 9275 | ````` PROTOTYPES ````` | 0.738247 | 0.0064 | | +| 48529 | ````` 楕 ````` | 0.738888 | 0.98 | | +| 9676 | ````` optind ````` | 0.739601 | 0.0052 | | +| 7361 | ````` vNV ````` | 0.739854 | 0.0019 | | +| 6791 | ````` gboolean ````` | 0.740197 | 0.00019 | | +| 8696 | ````` {{.*}} ````` | 0.740275 | 0.0094 | | +| 7605 | ````` VDAC ````` | 0.740377 | 0.0018 | | +| 6052 | ````` INSN ````` | 0.740855 | 0.033 | | +| 4393 | ````` xFFFE ````` | 0.740941 | 0.00019 | | +| 32097 | ````` ckground ````` | 0.741396 | 0.006 | | +| 6957 | ````` VkDevice ````` | 0.741406 | 0.0011 | | +| 2198 | ````` ▁//************* ````` | 0.74151 | 0.0025 | | +| 8744 | ````` VkPhysicalDevice ````` | 0.742307 | 0.0043 | | +| 9573 | ````` ▁mxArray ````` | 0.743024 | 0.0067 | | +| 9103 | ````` lwip ````` | 0.743287 | 0.005 | | +| 7837 | ````` MemoryContext ````` | 0.744154 | 0.025 | | +| 8659 | ````` PCTL ````` | 0.744374 | 0.032 | | +| 6086 | ````` strcasecmp ````` | 0.744679 | 7e-06 | | +| 9574 | ````` ▁fHelp ````` | 0.744716 | 0.0035 | | +| 4384 | ````` ZVAL ````` | 0.744899 | 0.0067 | | +| 7587 | ````` ffffffe ````` | 0.74495 | 0.0016 | ````` xfffffffe ````` | +| 7338 | ````` CRYP ````` | 0.745245 | 0.016 | ````` ENCRYPT ````` | +| 4079 | ````` PROTOBUF ````` | 0.745465 | 0.0022 | | +| 8624 | ````` SGIS ````` | 0.746577 | 0.0016 | | +| 8299 | ````` pDst ````` | 0.747236 | 7.9e-05 | | +| 3876 | ````` USBD ````` | 0.747242 | 0.0017 | | +| 7688 | ````` regval ````` | 0.747787 | 1.1e-06 | | +| 9621 | ````` FromLong ````` | 0.748383 | 0.0018 | | +| 8663 | ````` vkGet ````` | 0.748494 | 6.7e-05 | | +| 9984 | ````` PERIPHERAL ````` | 0.749097 | 0.0015 | | +| 6236 | ````` SYSCFG ````` | 0.749441 | 0.00083 | | +| 5790 | ````` iLocal ````` | 0.749611 | 0.24 | | +| 3831 | ````` IRQn ````` | 0.749666 | 0.00042 | | +| 9246 | ````` ▁CURLE ````` | 0.750097 | 0.0017 | | +| 9709 | ````` SetLastError ````` | 0.750891 | 0.00059 | | +| 4702 | ````` INCREF ````` | 0.751157 | 8.1e-05 | | +| 8171 | ````` mongoc ````` | 0.751323 | 0.0056 | | +| 8314 | ````` helpstring ````` | 0.751986 | 0.002 | | +| 9046 | ````` TexSubImage ````` | 0.752033 | 0.00045 | | +| 7030 | ````` addtogroup ````` | 0.753341 | 0.017 | | +| 3930 | ````` CFGR ````` | 0.753536 | 0.00025 | | +| 7963 | ````` rivateFrameworks ````` | 0.753722 | 0.0051 | | +| 4886 | ````` PyExc ````` | 0.754419 | 0.00025 | | +| 8436 | ````` ▁XED ````` | 0.755244 | 0.12 | | +| 8516 | ````` SysTick ````` | 0.755954 | 0.0083 | | +| 8470 | ````` mlme ````` | 0.756532 | 0.022 | | +| 48531 | ````` 徨 ````` | 0.756534 | 1 | | +| 42022 | ````` 、\u3000 ````` | 0.75666 | 0.027 | | +| 9496 | ````` SIDL ````` | 0.756702 | 0.013 | | +| 8707 | ````` hwloc ````` | 0.757092 | 0.014 | | +| 9200 | ````` VARARGS ````` | 0.757163 | 0.016 | | +| 12156 | ````` ^[@ ````` | 0.759087 | 0.2 | | +| 9735 | ````` xbfff ````` | 0.759969 | 0.00031 | | +| 8001 | ````` XLog ````` | 0.760107 | 0.00042 | | +| 8055 | ````` ZSTD ````` | 0.760485 | 0.00012 | | +| 7741 | ````` hdma ````` | 0.760527 | 0.012 | | +| 8858 | ````` RefPtr ````` | 0.760706 | 0.036 | | +| 9562 | ````` POLARITY ````` | 0.761123 | 0.063 | | +| 5441 | ````` dentry ````` | 0.761239 | 0.008 | | +| 7031 | ````` ctrlr ````` | 0.76207 | 2.9e-05 | | +| 8508 | ````` Renderbuffer ````` | 0.762585 | 0.019 | | +| 37207 | ````` Collec ````` | 0.762641 | 1 | | +| 4649 | ````` ▁((__ ````` | 0.763048 | 0.0009 | | +| 4184 | ````` ▁//!< ````` | 0.764355 | 0.02 | | +| 3402 | ````` /**< ````` | 0.764903 | 0.0018 | | +| 7262 | ````` OPERAND ````` | 0.764905 | 0.0079 | | +| 8357 | ````` PyList ````` | 0.764978 | 0.0065 | | +| 20243 | ````` disestablishment ````` | 0.766117 | 0.21 | | +| 8719 | ````` ▁REFIID ````` | 0.766123 | 0.0012 | | +| 9075 | ````` XFER ````` | 0.766204 | 0.0069 | | +| 8028 | ````` bParam ````` | 0.768218 | 0.0028 | | +| 8909 | ````` PyModule ````` | 0.769022 | 0.0014 | | +| 9253 | ````` NVME ````` | 0.769303 | 0.00085 | | +| 8187 | ````` VERIFIER ````` | 0.76943 | 0.0013 | | +| 7170 | ````` gpointer ````` | 0.769636 | 0.0006 | | +| 8705 | ````` printLine ````` | 0.770599 | 0.0019 | | +| 4939 | ````` ▁IDirect ````` | 0.770825 | 0.0035 | | +| 44624 | ````` ラサラロングヘア ````` | 0.770971 | 0.055 | | +| 8651 | ````` DFMT ````` | 0.77105 | 0.00072 | | +| 6429 | ````` PyDict ````` | 0.771964 | 0.00051 | | +| 2823 | ````` DECREF ````` | 0.772036 | 0.0015 | ````` XDECREF ````` | +| 9315 | ````` BITFIELD ````` | 0.772218 | 0.00017 | | +| 8350 | ````` WDOG ````` | 0.772814 | 0.0029 | | +| 7516 | ````` srna ````` | 0.773209 | 0.9 | | +| 8020 | ````` EFAULT ````` | 0.773766 | 0.00059 | | +| 4447 | ````` offsetof ````` | 0.773927 | 0.0015 | | +| 9349 | ````` Prescaler ````` | 0.774854 | 0.0077 | | +| 8374 | ````` iommu ````` | 0.774935 | 0.072 | | +| 31461 | ````` ゅそく ````` | 0.775463 | 0.0087 | | +| 48505 | ````` 旛 ````` | 0.775738 | 1 | | +| 9193 | ````` MMIO ````` | 0.7765 | 0.0025 | | +| 46951 | ````` 専区 ````` | 0.77653 | 0.21 | | +| 7236 | ````` phalcon ````` | 0.776663 | 0.015 | | +| 48526 | ````` 騨 ````` | 0.776995 | 1 | | +| 46037 | ````` ぼっき ````` | 0.777067 | 0.94 | | +| 9400 | ````` attnum ````` | 0.777268 | 0.00011 | | +| 48522 | ````` 渤 ````` | 0.777319 | 1 | | +| 4976 | ````` crtc ````` | 0.777666 | 0.0047 | | +| 48245 | ````` RACKBACK ````` | 0.777668 | 2.3e-06 | | +| 32914 | ````` opyright ````` | 0.778008 | 0.85 | | +| 8402 | ````` nghttp ````` | 0.778276 | 0.065 | | +| 8595 | ````` ▁jlong ````` | 0.778769 | 0.00012 | | +| 8418 | ````` fmadd ````` | 0.779483 | 0.00049 | | +| 8984 | ````` ▁IPPROTO ````` | 0.779769 | 0.00058 | | +| 8512 | ````` nodiscard ````` | 0.7804 | 0.00024 | | +| 7099 | ````` STDMETHOD ````` | 0.780632 | 0.00044 | | +| 7356 | ````` STRLEN ````` | 0.783844 | 9.3e-05 | | +| 9129 | ````` glUniformMatrix ````` | 0.783894 | 0.00014 | | +| 6876 | ````` mbedtls ````` | 0.784087 | 9.6e-05 | | +| 2614 | ````` ▁GLenum ````` | 0.784794 | 0.0034 | | +| 5748 | ````` mbuf ````` | 0.786109 | 0.0011 | | +| 16764 | ````` ijms ````` | 0.786665 | 0.056 | | +| 37410 | ````` メルパラ ````` | 0.789382 | 0.0011 | | +| 7833 | ````` DOCTEST ````` | 0.789794 | 0.0018 | | +| 8254 | ````` OSPEED ````` | 0.78986 | 0.026 | | +| 8019 | ````` JNIEnv ````` | 0.789886 | 0.14 | | +| 7861 | ````` readl ````` | 0.790777 | 0.00049 | | +| 47949 | ````` :.:.:.:. ````` | 0.791173 | 0.013 | | +| 9479 | ````` DevicePath ````` | 0.791292 | 0.016 | | +| 8121 | ````` DPLL ````` | 0.791783 | 0.15 | | +| 4995 | ````` ▁GLEW ````` | 0.792211 | 0.0013 | | +| 6445 | ````` strchr ````` | 0.792266 | 0.011 | | +| 5804 | ````` pSrc ````` | 0.792642 | 0.0023 | | +| 48453 | ````` 蛛 ````` | 0.792888 | 1 | | +| 8845 | ````` WAKEUP ````` | 0.794749 | 0.012 | | +| 7348 | ````` RELOC ````` | 0.794884 | 0.042 | | +| 6186 | ````` PULLUP ````` | 0.795044 | 0.014 | | +| 9975 | ````` ▁PROGMEM ````` | 0.795273 | 0.0016 | | +| 9919 | ````` LongLong ````` | 0.795413 | 0.011 | | +| 16264 | ````` ^+^ ````` | 0.795427 | 0.23 | | +| 7791 | ````` substream ````` | 0.796009 | 0.015 | | +| 9221 | ````` UNORM ````` | 0.796099 | 0.0052 | | +| 8915 | ````` hapd ````` | 0.796272 | 0.015 | | +| 19670 | ````` ▁msgstr ````` | 0.796434 | 0.099 | | +| 2060 | ````` iParam ````` | 0.796452 | 0.036 | ````` ▁iParam ````` | +| 7682 | ````` regmap ````` | 0.796523 | 1.7e-05 | | +| 5600 | ````` flatbuffers ````` | 0.797734 | 0.036 | | +| 7331 | ````` glTexCoord ````` | 0.797758 | 0.0077 | | +| 7593 | ````` bVar ````` | 0.798489 | 0.011 | | +| 48528 | ````` 躇 ````` | 0.798716 | 1 | | +| 7826 | ````` IRQHandler ````` | 0.798855 | 0.16 | | +| 8587 | ````` iomem ````` | 0.79899 | 0.0042 | | +| 4683 | ````` ACMP ````` | 0.799385 | 0.0011 | | +| 9570 | ````` MULTISAMPLE ````` | 0.799488 | 0.0017 | | +| 48079 | ````` タマゴサミン ````` | 0.799587 | 0.99 | | +| 17857 | ````` upgree ````` | 0.800061 | 0.0017 | | +| 3121 | ````` ▁GLfloat ````` | 0.800073 | 0.0013 | | +| 9124 | ````` sdio ````` | 0.800529 | 0.00075 | | +| 4465 | ````` ▁INTERRUPTION ````` | 0.801448 | 0.00077 | | +| 522 | ````` ▁/**< ````` | 0.801719 | 0.0022 | | +| 8520 | ````` glDelete ````` | 0.803455 | 0.0049 | | +| 5176 | ````` netif ````` | 0.804229 | 0.035 | | +| 7740 | ````` WINAPI ````` | 0.804399 | 0.0017 | | +| 8073 | ````` ▁BITCOIN ````` | 0.804569 | 1 | | +| 9207 | ````` XTAL ````` | 0.804975 | 0.2 | | +| 4696 | ````` SCTP ````` | 0.805054 | 0.026 | | +| 39735 | ````` rackback ````` | 0.805253 | 0.00044 | | +| 4406 | ````` ▁ImGui ````` | 0.805419 | 0.0055 | | +| 7614 | ````` Nonnull ````` | 0.80563 | 0.0019 | | +| 7633 | ````` cospi ````` | 0.806246 | 0.027 | | +| 9870 | ````` HANDSHAKE ````` | 0.80639 | 0.0013 | | +| 8612 | ````` ▁htons ````` | 0.806546 | 0.0079 | | +| 8752 | ````` rwlock ````` | 0.806645 | 0.00059 | | +| 6024 | ````` buflen ````` | 0.807153 | 1.5e-05 | | +| 45033 | ````` nterview ````` | 0.807486 | 0.98 | | +| 5359 | ````` opline ````` | 0.807568 | 0.00012 | | +| 5001 | ````` rarg ````` | 0.807886 | 0.00039 | | +| 5397 | ````` GLint ````` | 0.807894 | 4.2e-05 | | +| 3065 | ````` EXTERN ````` | 0.80798 | 0.00089 | ````` EXTERNAL ````` | +| 4285 | ````` APORT ````` | 0.808078 | 0.018 | | +| 1920 | ````` ▁GLint ````` | 0.808309 | 0.0011 | | +| 42174 | ````` ordPress ````` | 0.808515 | 0.0019 | | +| 4419 | ````` ▁DISCLAIMED ````` | 0.809587 | 0.0065 | | +| 9732 | ````` milvus ````` | 0.809911 | 0.009 | | +| 7020 | ````` SIZEOF ````` | 0.810666 | 0.0028 | | +| 45889 | ````` パイズリ ````` | 0.810914 | 0.018 | | +| 7050 | ````` ==============*/ ````` | 0.81097 | 0.0019 | | +| 8383 | ````` DTLS ````` | 0.811152 | 0.017 | | +| 7056 | ````` STENCIL ````` | 0.8118 | 0.00022 | | +| 9723 | ````` UNLIKELY ````` | 0.811842 | 0.00027 | | +| 4909 | ````` PRINTF ````` | 0.811985 | 0.016 | | +| 9131 | ````` nondet ````` | 0.812212 | 0.0071 | | +| 4475 | ````` ▁EXEMPLARY ````` | 0.813132 | 0.00086 | | +| 4327 | ````` ENOMEM ````` | 0.813166 | 0.013 | | +| 4847 | ````` kfree ````` | 0.814461 | 0.02 | | +| 3762 | ````` strdup ````` | 0.814519 | 0.00018 | | +| 5651 | ````` CNTL ````` | 0.814759 | 0.035 | | +| 6940 | ````` VertexAttrib ````` | 0.814874 | 0.0066 | ````` glVertexAttribI ````` | +| 6406 | ````` LFXO ````` | 0.815722 | 0.003 | | +| 8366 | ````` IRDA ````` | 0.815984 | 0.97 | | +| 6921 | ````` IPROC ````` | 0.817396 | 0.034 | ````` UIPROC ````` | +| 45844 | ````` 小百 ````` | 0.817605 | 1 | | +| 9948 | ````` RENDERER ````` | 0.817635 | 0.0053 | | +| 4411 | ````` sctp ````` | 0.818011 | 0.021 | | +| 9506 | ````` ▁/***** ````` | 0.818309 | 0.0032 | | +| 3053 | ````` ▁GLuint ````` | 0.818554 | 0.001 | | +| 6430 | ````` capnp ````` | 0.818935 | 0.022 | | +| 4417 | ````` ▁PROCUREMENT ````` | 0.819018 | 0.011 | | +| 47460 | ````` アタッカーズ ````` | 0.819503 | 0.99 | | +| 6949 | ````` ArrayRef ````` | 0.819581 | 0.01 | | +| 3815 | ````` glVertexAttrib ````` | 0.819737 | 0.0066 | ````` glVertexAttribI ````` | +| 9667 | ````` LPCSTR ````` | 0.820016 | 0.0006 | | +| 9890 | ````` ALLOCATOR ````` | 0.820264 | 0.00076 | | +| 8147 | ````` Masternode ````` | 0.820605 | 0.075 | | +| 7829 | ````` vport ````` | 0.820761 | 0.052 | | +| 4301 | ````` ▁NVIC ````` | 0.820761 | 0.0058 | | +| 47255 | ````` froma ````` | 0.821964 | 0.029 | | +| 9569 | ````` PrettyPrinter ````` | 0.8232 | 0.0049 | | +| 8109 | ````` amdgpu ````` | 0.823292 | 0.00027 | | +| 9813 | ````` COAP ````` | 0.824589 | 0.0078 | | +| 9781 | ````` OCTET ````` | 0.824671 | 0.018 | | +| 39817 | ````` ディビシオン ````` | 0.824714 | 0.026 | | +| 5870 | ````` hresult ````` | 0.824838 | 0.00082 | | +| 7529 | ````` xmit ````` | 0.825551 | 0.016 | | +| 48000 | ````` 苻 ````` | 0.825573 | 0.25 | | +| 4822 | ````` ▁/**/ ````` | 0.826139 | 0.00072 | | +| 24380 | ````` smallcaps ````` | 0.82698 | 0.044 | | +| 21916 | ````` )/((- ````` | 0.827093 | 0.01 | | +| 6632 | ````` IDirect ````` | 0.827431 | 0.056 | | +| 4924 | ````` SDIO ````` | 0.82821 | 0.0068 | | +| 5344 | ````` ImGui ````` | 0.828251 | 0.058 | | +| 5580 | ````` glUniform ````` | 0.828288 | 0.0023 | ````` glUniformMatrix ````` | +| 47579 | ````` tylife ````` | 0.828441 | 0.078 | | +| 47162 | ````` ニニ ````` | 0.82987 | 0.0038 | | +| 20455 | ````` ▁uintptr ````` | 0.83031 | 0.014 | | +| 42036 | ````` `∀´>( ````` | 0.831562 | 0.98 | | +| 8503 | ````` INITIALIZER ````` | 0.831656 | 0.0073 | | +| 7353 | ````` optarg ````` | 0.831978 | 0.0049 | | +| 48508 | ````` 槃 ````` | 0.832566 | 1 | | +| 9367 | ````` hostapd ````` | 0.832607 | 0.0079 | | +| 8642 | ````` ▁UniValue ````` | 0.832723 | 0.0013 | | +| 7334 | ````` ofproto ````` | 0.832916 | 0.019 | | +| 9932 | ````` endverbatim ````` | 0.833013 | 0.0015 | | +| 33530 | ````` 拠地 ````` | 0.833043 | 0.98 | ````` 根拠地 ````` | +| 3880 | ````` ▁CONSEQUENTIAL ````` | 0.833103 | 0.00098 | | +| 6730 | ````` DDevice ````` | 0.833103 | 0.0044 | | +| 6934 | ````` OBSERVER ````` | 0.833259 | 0.049 | | +| 6014 | ````` FRAMEBUFFER ````` | 0.83354 | 0.057 | | +| 7841 | ````` ▁hri ````` | 0.834532 | 0.00032 | | +| 6683 | ````` StringRef ````` | 0.834754 | 0.00086 | | +| 7707 | ````` ▁*------------- ````` | 0.834758 | 0.0009 | | +| 5266 | ````` READWRITE ````` | 0.835741 | 7.9e-05 | | +| 4919 | ````` defgroup ````` | 0.835746 | 0.01 | | +| 48001 | ````` 髏 ````` | 0.836182 | 0.99 | | +| 40644 | ````` llection ````` | 0.836338 | 0.00077 | | +| 9235 | ````` LPWSTR ````` | 0.836394 | 0.00055 | | +| 9093 | ````` Interlocked ````` | 0.836547 | 0.024 | | +| 9057 | ````` GetProcAddress ````` | 0.837558 | 0.0022 | ````` ewGetProcAddress ````` | +| 9119 | ````` NOEXCEPT ````` | 0.83852 | 0.0012 | | +| 3444 | ````` printk ````` | 0.83877 | 0.045 | | +| 1871 | ````` GLenum ````` | 0.839394 | 0.00011 | ````` ▁GLenum ````` | +| 9513 | ````` BARRIER ````` | 0.839399 | 0.86 | | +| 8081 | ````` netlink ````` | 0.839451 | 0.0064 | | +| 8235 | ````` DISALLOW ````` | 0.839601 | 0.038 | | +| 2615 | ````` ZEND ````` | 0.839711 | 0.0032 | | +| 7820 | ````` ▁CAmount ````` | 0.840138 | 0.00069 | | +| 6414 | ````` NTSTATUS ````` | 0.840316 | 0.00025 | | +| 9666 | ````` CMSIS ````` | 0.840398 | 0.07 | | +| 7855 | ````` Xfer ````` | 0.840455 | 0.069 | | +| 9572 | ````` PhysicalDevice ````` | 0.84062 | 0.0039 | | +| 9074 | ````` EAGAIN ````` | 0.841203 | 0.012 | | +| 9352 | ````` UNPACK ````` | 0.841304 | 0.0024 | | +| 8358 | ````` SECP ````` | 0.841429 | 0.026 | | +| 8838 | ````` IOTHUB ````` | 0.841527 | 0.053 | | +| 3950 | ````` ▁INCIDENTAL ````` | 0.841733 | 0.00021 | | +| 9798 | ````` DOXYGEN ````` | 0.841836 | 0.00015 | | +| 8668 | ````` PARITY ````` | 0.841866 | 0.0065 | | +| 6740 | ````` mavlink ````` | 0.842958 | 0.1 | | +| 43358 | ````` havasa ````` | 0.843145 | 1 | | +| 5186 | ````` GrB ````` | 0.843243 | 0.013 | | +| 7743 | ````` USHORT ````` | 0.843578 | 0.009 | | +| 6866 | ````` pmix ````` | 0.843637 | 0.0013 | | +| 5555 | ````` strncmp ````` | 0.843708 | 0.0017 | | +| 7157 | ````` MUTEX ````` | 0.843713 | 0.0021 | | +| 8000 | ````` TexImage ````` | 0.843987 | 0.0052 | | +| 2875 | ````` ▁/************ ````` | 0.844335 | 0.00037 | ````` ▁/************** ````` | +| 8489 | ````` CriticalSection ````` | 0.844364 | 0.0064 | | +| 6171 | ````` ▁DEALINGS ````` | 0.844549 | 0.0027 | | +| 9171 | ````` shmem ````` | 0.845212 | 0.052 | | +| 2495 | ````` vscale ````` | 0.84524 | 0.018 | | +| 9145 | ````` PRIMITIVE ````` | 0.845491 | 0.51 | | +| 9203 | ````` wqe ````` | 0.845715 | 0.0017 | | +| 4185 | ````` ▁ADVISED ````` | 0.846027 | 0.025 | | +| 2761 | ````` winrt ````` | 0.846157 | 0.011 | | +| 8906 | ````` ENOENT ````` | 0.846312 | 0.005 | | +| 9579 | ````` ethtool ````` | 0.84637 | 0.014 | | +| 7926 | ````` **)& ````` | 0.846394 | 0.00092 | | +| 4967 | ````` PyArray ````` | 0.846763 | 0.0087 | | +| 8818 | ````` VertexArray ````` | 0.846867 | 0.083 | | +| 5338 | ````` *************/ ````` | 0.847188 | 0.007 | | +| 8412 | ````` nothrow ````` | 0.847527 | 7.7e-05 | | +| 8490 | ````` lpsz ````` | 0.847548 | 0.097 | | +| 3542 | ````` ************/ ````` | 0.847589 | 0.0033 | ````` ************//** `````, ````` *************/ ````` | +| 9187 | ````` PACKED ````` | 0.848191 | 0.025 | | +| 7676 | ````` DXGI ````` | 0.848457 | 0.0063 | | +| 3638 | ````` OPENSSL ````` | 0.849019 | 0.043 | | +| 9812 | ````` MAPPED ````` | 0.849175 | 0.016 | | +| 8827 | ````` mDNS ````` | 0.849297 | 0.019 | | +| 8136 | ````` STMT ````` | 0.849408 | 0.0047 | | +| 7158 | ````` GLEW ````` | 0.849673 | 0.015 | | +| 46940 | ````` ラツィオーネ ````` | 0.849772 | 0.00053 | | +| 40709 | ````` アスロング ````` | 0.849893 | 0.017 | | +| 6054 | ````` ▁NONINFRINGEMENT ````` | 0.850041 | 0.054 | | +| 3484 | ````` ▁//@ ````` | 0.850583 | 4.8e-05 | | +| 4188 | ````` ▁POSSIBILITY ````` | 0.851134 | 1 | | +| 8133 | ````` RefCount ````` | 0.851241 | 0.017 | | +| 2790 | ````` ▁LIABLE ````` | 0.8514 | 0.022 | | +| 8795 | ````` dirent ````` | 0.851575 | 0.037 | | +| 48532 | ````` 贩 ````` | 0.851988 | 0.95 | | +| 40030 | ````` nstitute ````` | 0.85199 | 0.066 | | +| 7352 | ````` ///< ````` | 0.852147 | 0.0097 | | +| 9515 | ````` strtol ````` | 0.852251 | 0.00026 | | +| 9455 | ````` Fifo ````` | 0.852331 | 0.18 | | +| 8644 | ````` ▁CBlockIndex ````` | 0.852506 | 0.01 | | +| 8654 | ````` wParam ````` | 0.852725 | 0.25 | | +| 5527 | ````` AddRef ````` | 0.852922 | 0.032 | | +| 7278 | ````` ▁jint ````` | 0.853214 | 0.0012 | | +| 8257 | ````` Phalcon ````` | 0.853641 | 0.0087 | | +| 6559 | ````` IOCTL ````` | 0.854209 | 0.12 | | +| 7949 | ````` DECODER ````` | 0.854696 | 0.006 | | +| 6386 | ````` MODEM ````` | 0.854997 | 0.013 | | +| 2880 | ````` ▁ARISING ````` | 0.855298 | 0.039 | | +| 9695 | ````` NSDate ````` | 0.855337 | 0.21 | | +| 9402 | ````` MIXER ````` | 0.855532 | 0.97 | | +| 6618 | ````` TNode ````` | 0.855603 | 0.025 | | +| 8371 | ````` lParam ````` | 0.85573 | 0.018 | | +| 48571 | ````` 躊 ````` | 0.855828 | 0.029 | | +| 6703 | ````` SourceLocation ````` | 0.855832 | 0.0045 | | +| 8820 | ````` VREF ````` | 0.856714 | 0.0041 | | +| 3783 | ````` ▁HOLDERS ````` | 0.856977 | 0.025 | | +| 1822 | ````` USART ````` | 0.857678 | 0.12 | ````` ▁USART ````` | +| 9397 | ````` glGen ````` | 0.858015 | 0.0018 | | +| 5635 | ````` GNUC ````` | 0.858484 | 0.022 | | +| 7857 | ````` memmove ````` | 0.859204 | 0.0037 | | +| 8564 | ````` bssid ````` | 0.859217 | 0.00046 | | +| 48454 | ````` 蠶 ````` | 0.859329 | 1 | | +| 9946 | ````` termios ````` | 0.859351 | 0.0031 | | +| 7801 | ````` ALIGNED ````` | 0.860389 | 0.0047 | | +| 5575 | ````` MALLOC ````` | 0.860454 | 0.017 | | +| 6294 | ````` PVOID ````` | 0.86085 | 0.013 | | +| 7720 | ````` txq ````` | 0.860944 | 1 | | +| 3140 | ````` ▁<<<<<<<<<<<<<< ````` | 0.861216 | 0.035 | | +| 8739 | ````` CWallet ````` | 0.861324 | 0.0039 | | +| 7043 | ````` softc ````` | 0.86136 | 0.19 | | +| 5661 | ````` memoryview ````` | 0.861418 | 0.0069 | | +| 6859 | ````` SAMPLER ````` | 0.861501 | 0.0078 | | +| 5362 | ````` ENDIAN ````` | 0.861511 | 0.0054 | | +| 7284 | ````` spinlock ````` | 0.861657 | 0.0001 | | +| 9236 | ````` symtab ````` | 0.86179 | 0.0019 | | +| 5820 | ````` intptr ````` | 0.86204 | 0.0056 | ````` ▁uintptr ````` | +| 1810 | ````` ▁IMPLIED ````` | 0.862145 | 0.038 | | +| 9924 | ````` ALLOCATION ````` | 0.862153 | 0.021 | | +| 7073 | ````` ▁COPYING ````` | 0.862374 | 0.14 | | +| 3023 | ````` PyErr ````` | 0.862494 | 0.0019 | | +| 46389 | ````` ]» ````` | 0.862563 | 0.011 | | +| 7429 | ````` DCHECK ````` | 0.862606 | 7.2e-05 | | +| 44057 | ````` ゼンテーション ````` | 0.862629 | 0.0094 | | +| 4023 | ````` ▁@} ````` | 0.862855 | 0.065 | | +| 9698 | ````` TCPIP ````` | 0.863162 | 0.05 | | +| 9913 | ````` INTRINSIC ````` | 0.863423 | 0.0017 | | +| 2165 | ````` INCLUDING ````` | 0.863565 | 0.031 | ````` ▁INCLUDING ````` | +| 8141 | ````` SYSCALL ````` | 0.863635 | 0.0074 | | +| 45731 | ````` nference ````` | 0.863772 | 0.061 | | +| 8054 | ````` dwFlags ````` | 0.864364 | 0.0019 | | +| 4049 | ````` ▁PROFITS ````` | 0.864639 | 0.05 | | +| 9271 | ````` SharedPtr ````` | 0.864646 | 0.025 | | +| 25461 | ````` \x9a ````` | 0.865186 | 0.93 | | +| 24862 | ````` pcbi ````` | 0.865189 | 0.0017 | | +| 21674 | ````` \x84 ````` | 0.865263 | 0.12 | | +| 4011 | ````` ▁INDIRECT ````` | 0.865384 | 0.011 | | +| 23997 | ````` vcard ````` | 0.865456 | 0.00096 | | +| 47154 | ````` tructure ````` | 0.865993 | 0.028 | | +| 4731 | ````` ▁lapack ````` | 0.866062 | 0.0006 | | +| 45766 | ````` iphonex ````` | 0.866151 | 0.069 | | +| 9906 | ````` LATENCY ````` | 0.866179 | 0.21 | | +| 6150 | ````` Framebuffer ````` | 0.866237 | 0.0051 | ````` NamedFramebuffer ````` | +| 19368 | ````` ▁msgid ````` | 0.866413 | 0.00097 | | +| 5148 | ````` memcmp ````` | 0.866523 | 0.00052 | | +| 6057 | ````` relid ````` | 0.866635 | 0.0056 | | +| 30951 | ````` びとら ````` | 0.866716 | 0.028 | | +| 4877 | ````` PKEY ````` | 0.866819 | 0.061 | | +| 3488 | ````` TypeDef ````` | 0.866873 | 0.83 | ````` StatusTypeDef `````, ````` HandleTypeDef ````` | +| 45997 | ````` ]\u3000[ ````` | 0.866886 | 0.99 | | +| 9587 | ````` PERSISTENT ````` | 0.866984 | 0.0038 | | +| 6113 | ````` DMAC ````` | 0.86712 | 0.13 | ````` XDMAC ````` | +| 25111 | ````` \x8e ````` | 0.867638 | 0.011 | | +| 4123 | ````` ▁sockaddr ````` | 0.867928 | 0.014 | | +| 2053 | ````` ▁MERCHANTABILITY ````` | 0.868102 | 0.033 | | +| 7635 | ````` eeprom ````` | 0.868154 | 0.0027 | | +| 20152 | ````` \x83 ````` | 0.868398 | 0.044 | | +| 7651 | ````` endcode ````` | 0.868722 | 0.0043 | | +| 4402 | ````` SWIG ````` | 0.869006 | 0.0011 | | +| 8376 | ````` Vma ````` | 0.869026 | 0.07 | | +| 4968 | ````` stdcall ````` | 0.86915 | 0.00025 | | +| 46968 | ````` rametric ````` | 0.869316 | 0.0058 | | +| 9892 | ````` ZONA ````` | 0.869374 | 0.01 | | +| 7104 | ````` CreateInfo ````` | 0.869381 | 0.084 | | +| 47532 | ````` タンティノープル ````` | 0.86946 | 0.026 | | +| 5335 | ````` UnityEngine ````` | 0.869973 | 0.032 | | +| 8706 | ````` supplicant ````` | 0.87004 | 0.035 | | +| 7666 | ````` mmio ````` | 0.870111 | 0.00013 | | +| 2528 | ````` ▁USART ````` | 0.870116 | 0.016 | | +| 24901 | ````` \x9f ````` | 0.870159 | 0.0057 | | +| 9059 | ````` xdeadbeef ````` | 0.870205 | 0.00049 | | +| 4994 | ````` dyld ````` | 0.870528 | 0.068 | | +| 7911 | ````` nxv ````` | 0.870531 | 0.17 | | +| 21765 | ````` ▁Gmina ````` | 0.870759 | 0.02 | | +| 4346 | ````` ▁CAUSED ````` | 0.871162 | 0.17 | | +| 16140 | ````` \[[@ ````` | 0.871235 | 0.0034 | | +| 7555 | ````` ▁EIGEN ````` | 0.871472 | 0.0046 | | +| 864 | ````` iVar ````` | 0.871498 | 0.0081 | | +| 3239 | ````` ▁TIMER ````` | 0.871541 | 0.17 | | +| 2290 | ````` EINVAL ````` | 0.871574 | 0.0053 | | +| 41578 | ````` ゅうがっこう ````` | 0.87192 | 0.21 | | +| 4859 | ````` riid ````` | 0.872006 | 0.001 | | +| 2630 | ````` ▁NSString ````` | 0.87203 | 0.94 | | +| 4530 | ````` CIPHER ````` | 0.872052 | 0.049 | | +| 7977 | ````` strstr ````` | 0.872058 | 0.014 | | +| 8427 | ````` ▁CTransaction ````` | 0.872141 | 0.0096 | | +| 19170 | ````` \x8c ````` | 0.872452 | 0.0066 | | +| 8558 | ````` BNX ````` | 0.872851 | 0.015 | | +| 9705 | ````` DISCARD ````` | 0.872878 | 0.0012 | | +| 9605 | ````` NSUInteger ````` | 0.872932 | 0.00027 | | +| 8710 | ````` FORCEINLINE ````` | 0.872978 | 0.00081 | | +| 9501 | ````` ▁UPB ````` | 0.873141 | 0.0082 | | +| 1145 | ````` ▁PyObject ````` | 0.873165 | 0.0025 | | +| 7000 | ````` ▁ZAP ````` | 0.873236 | 0.018 | | +| 9264 | ````` OCSP ````` | 0.873323 | 0.044 | | +| 7130 | ````` nonnull ````` | 0.873633 | 0.016 | | +| 2609 | ````` ▁Redistributions ````` | 0.873647 | 0.014 | | +| 9232 | ````` globus ````` | 0.874374 | 0.0091 | | +| 5735 | ````` ereport ````` | 0.8744 | 0.041 | | +| 6476 | ````` declspec ````` | 0.87447 | 0.00028 | | +| 8937 | ````` Gpio ````` | 0.874479 | 0.98 | | +| 6227 | ````` REGS ````` | 0.874539 | 0.036 | | +| 2869 | ````` PYX ````` | 0.874586 | 0.011 | | +| 6555 | ````` COMPRESSED ````` | 0.875207 | 0.037 | | +| 14982 | ````` ▁Ð ````` | 0.875229 | 0.0012 | | +| 9916 | ````` RDONLY ````` | 0.875241 | 0.0049 | | +| 4367 | ````` SHADER ````` | 0.875632 | 0.0017 | | +| 7014 | ````` pcie ````` | 0.875998 | 0.06 | | +| 8414 | ````` ▁MKL ````` | 0.876483 | 0.0037 | | +| 6736 | ````` UNSIGNED ````` | 0.876687 | 0.027 | | +| 6523 | ````` xFB ````` | 0.877092 | 0.00061 | | +| 17720 | ````` amsb ````` | 0.877477 | 0.0066 | | +| 7749 | ````` GENERATED ````` | 0.877576 | 0.014 | | +| 1503 | ````` ▁UINT ````` | 0.877611 | 0.00026 | | +| 7115 | ````` rdma ````` | 0.87762 | 0.0072 | | +| 5363 | ````` bdev ````` | 0.878046 | 0.0098 | | +| 8409 | ````` cdecl ````` | 0.878646 | 0.0013 | | +| 4650 | ````` PRESC ````` | 0.878793 | 0.0023 | ````` PRESCALER ````` | +| 8487 | ````` ADAPTER ````` | 0.879209 | 0.018 | | +| 6727 | ````` NSNumber ````` | 0.879444 | 0.00089 | | +| 8506 | ````` timespec ````` | 0.879639 | 0.026 | | +| 3620 | ````` ▁BOOL ````` | 0.879783 | 0.025 | | +| 8914 | ````` ROUTINE ````` | 0.879871 | 0.1 | | +| 10000 | ````` RDWR ````` | 0.87991 | 0.028 | | +| 18993 | ````` ▁Š ````` | 0.880281 | 1 | | +| 9959 | ````` COMPRESSION ````` | 0.880294 | 0.034 | | +| 8276 | ````` ▁/*============= ````` | 0.880331 | 0.00097 | | +| 19972 | ````` ▁Communes ````` | 0.880384 | 0.02 | | +| 6918 | ````` instancetype ````` | 0.880683 | 0.00035 | | +| 1124 | ````` nonatomic ````` | 0.880772 | 0.006 | | +| 2135 | ````` TEXTURE ````` | 0.880889 | 0.019 | | +| 8577 | ````` ▁timeval ````` | 0.880943 | 0.0069 | | +| 8126 | ````` LPCWSTR ````` | 0.881292 | 6e-05 | | +| 6938 | ````` strncpy ````` | 0.881417 | 0.0014 | | +| 1324 | ````` ▁WARRANTIES ````` | 0.881477 | 0.025 | | +| 19980 | ````` nutrients ````` | 0.881496 | 0.01 | | +| 20978 | ````` ▁División ````` | 0.881512 | 0.01 | | +| 4441 | ````` lnum ````` | 0.881855 | 0.058 | | +| 6319 | ````` CGAL ````` | 0.882015 | 0.047 | | +| 3725 | ````` ▁Vk ````` | 0.882144 | 0.054 | ````` ▁VkResult ````` | +| 3845 | ````` ▁BASIS ````` | 0.882227 | 0.93 | | +| 7016 | ````` ▁SCIP ````` | 0.882382 | 0.0019 | | +| 19827 | ````` ân ````` | 0.882922 | 0.0087 | | +| 2963 | ````` ▁CONTRIBUTORS ````` | 0.882957 | 0.2 | | +| 2785 | ````` netdev ````` | 0.883163 | 0.029 | | +| 8064 | ````` DECODE ````` | 0.88323 | 0.061 | | +| 7667 | ````` ECDH ````` | 0.883919 | 0.02 | | +| 48570 | ````` 琶 ````` | 0.884215 | 0.078 | | +| 48527 | ````` 琲 ````` | 0.884282 | 1 | | +| 23319 | ````` \x87 ````` | 0.884422 | 0.0036 | | +| 7378 | ````` COMPILER ````` | 0.884693 | 0.012 | | +| 4553 | ````` rdev ````` | 0.884827 | 0.00024 | | +| 7174 | ````` BLAS ````` | 0.884943 | 0.091 | | +| 7286 | ````` bitwidth ````` | 0.885238 | 0.0072 | | +| 9192 | ````` ompletionHandler ````` | 0.885411 | 0.11 | | +| 7340 | ````` hWnd ````` | 0.885533 | 0.0071 | | +| 40749 | ````` ザーメン ````` | 0.885607 | 0.15 | | +| 48521 | ````` 醐 ````` | 0.885835 | 0.99 | | +| 17825 | ````` ysym ````` | 0.885949 | 0.9 | | +| 22513 | ````` ţ ````` | 0.886003 | 0.1 | | +| 47708 | ````` Januar ````` | 0.886071 | 0.042 | | +| 3332 | ````` ▁VK ````` | 0.886073 | 0.0051 | | +| 4026 | ````` ▁STRICT ````` | 0.886352 | 0.13 | | +| 25034 | ````` ccffcc ````` | 0.886367 | 0.00039 | | +| 21661 | ````` \x8f ````` | 0.886611 | 0.0098 | | +| 21118 | ````` *~* ````` | 0.886627 | 0.0012 | | +| 8261 | ````` RECV ````` | 0.88681 | 0.0012 | | +| 8138 | ````` WRAPPER ````` | 0.88683 | 0.83 | | +| 22004 | ````` ▁María ````` | 0.886855 | 0.07 | | +| 10007 | ````` BYPASS ````` | 0.887148 | 0.012 | | +| 5549 | ````` CRYPT ````` | 0.887275 | 0.96 | ````` ENCRYPT ````` | +| 6633 | ````` radeon ````` | 0.887279 | 0.98 | | +| 22617 | ````` ▁=========== ````` | 0.887301 | 0.013 | | +| 20314 | ````` \x8b ````` | 0.887397 | 0.0068 | | +| 46427 | ````` ALI ````` | 0.887485 | 0.97 | | +| 2407 | ````` --------------*/ ````` | 0.887574 | 0.00015 | | +| 23355 | ````` raja ````` | 0.887593 | 0.34 | | +| 22601 | ````` \x8d ````` | 0.887882 | 0.053 | | +| 9816 | ````` weston ````` | 0.887908 | 0.07 | | +| 8249 | ````` ▁CScript ````` | 0.888054 | 0.00032 | | +| 1667 | ````` ▁CONFIG ````` | 0.888137 | 0.13 | | +| 18029 | ````` viruses ````` | 0.888244 | 0.0048 | | +| 25385 | ````` bbffbb ````` | 0.888423 | 0.00011 | | +| 9954 | ````` clnt ````` | 0.888635 | 0.012 | | +| 8736 | ````` ▁EFM ````` | 0.888737 | 0.002 | | +| 9087 | ````` IWL ````` | 0.888776 | 0.0029 | | +| 9303 | ````` composition ````` | 0.888834 | 0.18 | ````` ▁decomposition `````, ````` ▁composition `````, ````` ▁compositions ````` | +| 5691 | ````` ▁NUL ````` | 0.888974 | 0.00076 | | +| 16643 | ````` ș ````` | 0.889217 | 0.0029 | | +| 9524 | ````` SEPARATE ````` | 0.889301 | 0.0074 | | +| 24892 | ````` \x89 ````` | 0.88933 | 0.037 | | +| 9191 | ````` scanline ````` | 0.889496 | 0.00012 | | +| 6160 | ````` SERIALIZE ````` | 0.890134 | 0.0067 | | +| 17311 | ````` mia ````` | 0.890184 | 0.0048 | ````` ▁leukemia `````, ````` ▁polynomial `````, ````` ▁Bohemia ````` | +| 1966 | ````` GLuint ````` | 0.89021 | 0.022 | ````` ▁GLuint ````` | +| 2063 | ````` ▁RTC ````` | 0.890268 | 0.1 | | +| 22030 | ````` NER ````` | 0.890493 | 0.13 | ````` GENERAT ````` | +| 28239 | ````` カン ````` | 0.890496 | 0.064 | ````` カンプ `````, ````` メキシカン `````, ````` クロスカントリー `````, ````` バチカン `````, ````` アーカンソー `````, ... | +| 19992 | ````` É ````` | 0.890522 | 0.98 | | +| 4238 | ````` ▁\"% ````` | 0.890526 | 0.00067 | | +| 3505 | ````` ▁argc ````` | 0.89069 | 0.0021 | | +
    + +## Byte tokens +111 entries below threshold of 0.713 + +| token_id | token | metric | ord | hex | byte_type | reencoded | +|------------|--------------------|----------|-------|-------|-------------|---------------------| +| 283 | ````` <0xFA> ````` | 0.310026 | 250 | 0xFA | unused_utf8 | | +| 279 | ````` <0xF6> ````` | 0.312308 | 246 | 0xF6 | unused_utf8 | | +| 278 | ````` <0xF5> ````` | 0.31265 | 245 | 0xF5 | unused_utf8 | | +| 285 | ````` <0xFC> ````` | 0.317593 | 252 | 0xFC | unused_utf8 | | +| 288 | ````` <0xFF> ````` | 0.31894 | 255 | 0xFF | unused_utf8 | | +| 287 | ````` <0xFE> ````` | 0.31927 | 254 | 0xFE | unused_utf8 | | +| 281 | ````` <0xF8> ````` | 0.319342 | 248 | 0xF8 | unused_utf8 | | +| 282 | ````` <0xF9> ````` | 0.319951 | 249 | 0xF9 | unused_utf8 | | +| 284 | ````` <0xFB> ````` | 0.321304 | 251 | 0xFB | unused_utf8 | | +| 280 | ````` <0xF7> ````` | 0.322451 | 247 | 0xF7 | unused_utf8 | | +| 286 | ````` <0xFD> ````` | 0.327641 | 253 | 0xFD | unused_utf8 | | +| 76 | ````` <0x2B> ````` | 0.379059 | 43 | 0x2B | ascii | 461: ````` + ````` | +| 65 | ````` <0x20> ````` | 0.382195 | 32 | 0x20 | ascii | 31: ````` ▁ ````` | +| 67 | ````` <0x22> ````` | 0.383298 | 34 | 0x22 | ascii | 331: ````` " ````` | +| 78 | ````` <0x2D> ````` | 0.383733 | 45 | 0x2D | ascii | 329: ````` - ````` | +| 133 | ````` <0x64> ````` | 0.383795 | 100 | 0x64 | ascii | 326: ````` d ````` | +| 66 | ````` <0x21> ````` | 0.384451 | 33 | 0x21 | ascii | 1043: ````` ! ````` | +| 139 | ````` <0x6A> ````` | 0.38501 | 106 | 0x6A | ascii | 455: ````` j ````` | +| 150 | ````` <0x75> ````` | 0.38511 | 117 | 0x75 | ascii | 349: ````` u ````` | +| 142 | ````` <0x6D> ````` | 0.385768 | 109 | 0x6D | ascii | 368: ````` m ````` | +
    91 additional entries below threshold + +| token_id | token | metric | ord | hex | byte_type | reencoded | +|------------|--------------------|----------|-------|-------|-------------|-------------------------| +| 124 | ````` <0x5B> ````` | 0.386053 | 91 | 0x5B | ascii | 319: ````` [ ````` | +| 116 | ````` <0x53> ````` | 0.386455 | 83 | 0x53 | ascii | 340: ````` S ````` | +| 72 | ````` <0x27> ````` | 0.386584 | 39 | 0x27 | ascii | 389: ````` ' ````` | +| 127 | ````` <0x5E> ````` | 0.386758 | 94 | 0x5E | ascii | 1232: ````` ^ ````` | +| 156 | ````` <0x7B> ````` | 0.386947 | 123 | 0x7B | ascii | 374: ````` { ````` | +| 136 | ````` <0x67> ````` | 0.387004 | 103 | 0x67 | ascii | 407: ````` g ````` | +| 126 | ````` <0x5D> ````` | 0.387533 | 93 | 0x5D | ascii | 352: ````` ] ````` | +| 92 | ````` <0x3B> ````` | 0.387812 | 59 | 0x3B | ascii | 296: ````` ; ````` | +| 152 | ````` <0x77> ````` | 0.387887 | 119 | 0x77 | ascii | 416: ````` w ````` | +| 96 | ````` <0x3F> ````` | 0.38825 | 63 | 0x3F | ascii | 944: ````` ? ````` | +| 118 | ````` <0x55> ````` | 0.38851 | 85 | 0x55 | ascii | 382: ````` U ````` | +| 101 | ````` <0x44> ````` | 0.389236 | 68 | 0x44 | ascii | 358: ````` D ````` | +| 104 | ````` <0x47> ````` | 0.389398 | 71 | 0x47 | ascii | 425: ````` G ````` | +| 86 | ````` <0x35> ````` | 0.390085 | 53 | 0x35 | ascii | 308: ````` 5 ````` | +| 226 | ````` <0xC1> ````` | 0.39015 | 193 | 0xC1 | unused_utf8 | | +| 75 | ````` <0x2A> ````` | 0.390402 | 42 | 0x2A | ascii | 328: ````` * ````` | +| 103 | ````` <0x46> ````` | 0.390407 | 70 | 0x46 | ascii | 366: ````` F ````` | +| 110 | ````` <0x4D> ````` | 0.390437 | 77 | 0x4D | ascii | 410: ````` M ````` | +| 123 | ````` <0x5A> ````` | 0.390864 | 90 | 0x5A | ascii | 531: ````` Z ````` | +| 74 | ````` <0x29> ````` | 0.390864 | 41 | 0x29 | ascii | 297: ````` ) ````` | +| 137 | ````` <0x68> ````` | 0.39091 | 104 | 0x68 | ascii | 337: ````` h ````` | +| 135 | ````` <0x66> ````` | 0.390931 | 102 | 0x66 | ascii | 335: ````` f ````` | +| 144 | ````` <0x6F> ````` | 0.391 | 111 | 0x6F | ascii | 440: ````` o ````` | +| 131 | ````` <0x62> ````` | 0.3911 | 98 | 0x62 | ascii | 348: ````` b ````` | +| 43 | ````` <0x0A> ````` | 0.391274 | 10 | 0x0A | ascii | 32: ````` \n ````` | +| 132 | ````` <0x63> ````` | 0.391419 | 99 | 0x63 | ascii | 332: ````` c ````` | +| 80 | ````` <0x2F> ````` | 0.391731 | 47 | 0x2F | ascii | 341: ````` / ````` | +| 109 | ````` <0x4C> ````` | 0.391745 | 76 | 0x4C | ascii | 387: ````` L ````` | +| 81 | ````` <0x30> ````` | 0.391752 | 48 | 0x30 | ascii | 290: ````` 0 ````` | +| 85 | ````` <0x34> ````` | 0.391924 | 52 | 0x34 | ascii | 304: ````` 4 ````` | +| 73 | ````` <0x28> ````` | 0.392064 | 40 | 0x28 | ascii | 292: ````` ( ````` | +| 141 | ````` <0x6C> ````` | 0.392168 | 108 | 0x6C | ascii | 391: ````` l ````` | +| 117 | ````` <0x54> ````` | 0.392198 | 84 | 0x54 | ascii | 369: ````` T ````` | +| 36 | ````` <0x03> ````` | 0.39234 | 3 | 0x03 | ascii | 14280: ````` \x03 ````` | +| 90 | ````` <0x39> ````` | 0.392452 | 57 | 0x39 | ascii | 314: ````` 9 ````` | +| 159 | ````` <0x7E> ````` | 0.392482 | 126 | 0x7E | ascii | 1504: ````` ~ ````` | +| 225 | ````` <0xC0> ````` | 0.392717 | 192 | 0xC0 | unused_utf8 | | +| 79 | ````` <0x2E> ````` | 0.392762 | 46 | 0x2E | ascii | 298: ````` . ````` | +| 98 | ````` <0x41> ````` | 0.393012 | 65 | 0x41 | ascii | 347: ````` A ````` | +| 138 | ````` <0x69> ````` | 0.393336 | 105 | 0x69 | ascii | 330: ````` i ````` | +| 112 | ````` <0x4F> ````` | 0.393399 | 79 | 0x4F | ascii | 505: ````` O ````` | +| 91 | ````` <0x3A> ````` | 0.393536 | 58 | 0x3A | ascii | 317: ````` : ````` | +| 121 | ````` <0x58> ````` | 0.39365 | 88 | 0x58 | ascii | 381: ````` X ````` | +| 97 | ````` <0x40> ````` | 0.393891 | 64 | 0x40 | ascii | 686: ````` @ ````` | +| 115 | ````` <0x52> ````` | 0.393919 | 82 | 0x52 | ascii | 395: ````` R ````` | +| 130 | ````` <0x61> ````` | 0.393944 | 97 | 0x61 | ascii | 344: ````` a ````` | +| 105 | ````` <0x48> ````` | 0.394058 | 72 | 0x48 | ascii | 394: ````` H ````` | +| 107 | ````` <0x4A> ````` | 0.394195 | 74 | 0x4A | ascii | 597: ````` J ````` | +| 134 | ````` <0x65> ````` | 0.394219 | 101 | 0x65 | ascii | 345: ````` e ````` | +| 113 | ````` <0x50> ````` | 0.394452 | 80 | 0x50 | ascii | 375: ````` P ````` | +| 82 | ````` <0x31> ````` | 0.394601 | 49 | 0x31 | ascii | 293: ````` 1 ````` | +| 157 | ````` <0x7C> ````` | 0.394721 | 124 | 0x7C | ascii | 503: ````` \| ````` | +| 146 | ````` <0x71> ````` | 0.394748 | 113 | 0x71 | ascii | 449: ````` q ````` | +| 148 | ````` <0x73> ````` | 0.394749 | 115 | 0x73 | ascii | 303: ````` s ````` | +| 108 | ````` <0x4B> ````` | 0.394881 | 75 | 0x4B | ascii | 482: ````` K ````` | +| 155 | ````` <0x7A> ````` | 0.394945 | 122 | 0x7A | ascii | 464: ````` z ````` | +| 153 | ````` <0x78> ````` | 0.395349 | 120 | 0x78 | ascii | 294: ````` x ````` | +| 100 | ````` <0x43> ````` | 0.395361 | 67 | 0x43 | ascii | 338: ````` C ````` | +| 106 | ````` <0x49> ````` | 0.395562 | 73 | 0x49 | ascii | 399: ````` I ````` | +| 128 | ````` <0x5F> ````` | 0.395574 | 95 | 0x5F | ascii | 289: ````` _ ````` | +| 129 | ````` <0x60> ````` | 0.395714 | 96 | 0x60 | ascii | 996: ````` ` ````` | +| 71 | ````` <0x26> ````` | 0.395821 | 38 | 0x26 | ascii | 393: ````` & ````` | +| 89 | ````` <0x38> ````` | 0.396026 | 56 | 0x38 | ascii | 306: ````` 8 ````` | +| 88 | ````` <0x37> ````` | 0.39618 | 55 | 0x37 | ascii | 312: ````` 7 ````` | +| 111 | ````` <0x4E> ````` | 0.396212 | 78 | 0x4E | ascii | 423: ````` N ````` | +| 68 | ````` <0x23> ````` | 0.396278 | 35 | 0x23 | ascii | 867: ````` # ````` | +| 149 | ````` <0x74> ````` | 0.396282 | 116 | 0x74 | ascii | 310: ````` t ````` | +| 119 | ````` <0x56> ````` | 0.396367 | 86 | 0x56 | ascii | 427: ````` V ````` | +| 147 | ````` <0x72> ````` | 0.396862 | 114 | 0x72 | ascii | 357: ````` r ````` | +| 95 | ````` <0x3E> ````` | 0.396882 | 62 | 0x3E | ascii | 334: ````` > ````` | +| 99 | ````` <0x42> ````` | 0.397244 | 66 | 0x42 | ascii | 370: ````` B ````` | +| 125 | ````` <0x5C> ````` | 0.397393 | 92 | 0x5C | ascii | 325: ````` \ ````` | +| 102 | ````` <0x45> ````` | 0.39761 | 69 | 0x45 | ascii | 372: ````` E ````` | +| 140 | ````` <0x6B> ````` | 0.39765 | 107 | 0x6B | ascii | 415: ````` k ````` | +| 70 | ````` <0x25> ````` | 0.397659 | 37 | 0x25 | ascii | 542: ````` % ````` | +| 122 | ````` <0x59> ````` | 0.397817 | 89 | 0x59 | ascii | 513: ````` Y ````` | +| 143 | ````` <0x6E> ````` | 0.397935 | 110 | 0x6E | ascii | 327: ````` n ````` | +| 93 | ````` <0x3C> ````` | 0.398344 | 60 | 0x3C | ascii | 365: ````` < ````` | +| 84 | ````` <0x33> ````` | 0.398412 | 51 | 0x33 | ascii | 300: ````` 3 ````` | +| 83 | ````` <0x32> ````` | 0.398561 | 50 | 0x32 | ascii | 295: ````` 2 ````` | +| 114 | ````` <0x51> ````` | 0.398972 | 81 | 0x51 | ascii | 473: ````` Q ````` | +| 145 | ````` <0x70> ````` | 0.398981 | 112 | 0x70 | ascii | 321: ````` p ````` | +| 77 | ````` <0x2C> ````` | 0.399133 | 44 | 0x2C | ascii | 291: ````` , ````` | +| 45 | ````` <0x0C> ````` | 0.399257 | 12 | 0x0C | ascii | 25855: ````` \x0c ````` | +| 158 | ````` <0x7D> ````` | 0.400689 | 125 | 0x7D | ascii | 323: ````` } ````` | +| 94 | ````` <0x3D> ````` | 0.402028 | 61 | 0x3D | ascii | 409: ````` = ````` | +| 154 | ````` <0x79> ````` | 0.403054 | 121 | 0x79 | ascii | 406: ````` y ````` | +| 87 | ````` <0x36> ````` | 0.403171 | 54 | 0x36 | ascii | 305: ````` 6 ````` | +| 151 | ````` <0x76> ````` | 0.404327 | 118 | 0x76 | ascii | 371: ````` v ````` | +| 120 | ````` <0x57> ````` | 0.404674 | 87 | 0x57 | ascii | 445: ````` W ````` | +| 69 | ````` <0x24> ````` | 0.40723 | 36 | 0x24 | ascii | 1100: ````` $ ````` | +
    +
    242 additional entries above threshold + +| token_id | token | metric | ord | hex | byte_type | +|------------|--------------------|----------|-------|-------|-------------| +| 275 | ````` <0xF2> ````` | 0.781075 | 242 | 0xF2 | utf8 | +| 33 | ````` <0x00> ````` | 0.827006 | | 0x00 | ascii | +| 277 | ````` <0xF4> ````` | 0.890791 | 244 | 0xF4 | utf8 | +| 274 | ````` <0xF1> ````` | 0.899886 | 241 | 0xF1 | utf8 | +| 54 | ````` <0x15> ````` | 0.917199 | 21 | 0x15 | ascii | +| 55 | ````` <0x16> ````` | 0.920494 | 22 | 0x16 | ascii | +| 229 | ````` <0xC4> ````` | 0.920867 | 196 | 0xC4 | utf8 | +| 230 | ````` <0xC5> ````` | 0.921329 | 197 | 0xC5 | utf8 | +| 188 | ````` <0x9B> ````` | 0.923684 | 155 | 0x9B | utf8 | +| 60 | ````` <0x1B> ````` | 0.924997 | 27 | 0x1B | ascii | +| 222 | ````` <0xBD> ````` | 0.925008 | 189 | 0xBD | utf8 | +| 46 | ````` <0x0D> ````` | 0.925904 | 13 | 0x0D | ascii | +| 241 | ````` <0xD0> ````` | 0.927222 | 208 | 0xD0 | utf8 | +| 251 | ````` <0xDA> ````` | 0.928183 | 218 | 0xDA | utf8 | +| 266 | ````` <0xE9> ````` | 0.929 | 233 | 0xE9 | utf8 | +| 264 | ````` <0xE7> ````` | 0.930162 | 231 | 0xE7 | utf8 | +| 53 | ````` <0x14> ````` | 0.93038 | 20 | 0x14 | ascii | +| 52 | ````` <0x13> ````` | 0.930786 | 19 | 0x13 | ascii | +| 249 | ````` <0xD8> ````` | 0.931137 | 216 | 0xD8 | utf8 | +| 247 | ````` <0xD6> ````` | 0.931756 | 214 | 0xD6 | utf8 | +| 35 | ````` <0x02> ````` | 0.931983 | 2 | 0x02 | ascii | +| 227 | ````` <0xC2> ````` | 0.932407 | 194 | 0xC2 | utf8 | +| 253 | ````` <0xDC> ````` | 0.932762 | 220 | 0xDC | utf8 | +| 234 | ````` <0xC9> ````` | 0.932905 | 201 | 0xC9 | utf8 | +| 263 | ````` <0xE6> ````` | 0.933006 | 230 | 0xE6 | utf8 | +| 58 | ````` <0x19> ````` | 0.933509 | 25 | 0x19 | ascii | +| 271 | ````` <0xEE> ````` | 0.93397 | 238 | 0xEE | utf8 | +| 224 | ````` <0xBF> ````` | 0.934028 | 191 | 0xBF | utf8 | +| 228 | ````` <0xC3> ````` | 0.934923 | 195 | 0xC3 | utf8 | +| 255 | ````` <0xDE> ````` | 0.935032 | 222 | 0xDE | utf8 | +| 242 | ````` <0xD1> ````` | 0.93518 | 209 | 0xD1 | utf8 | +| 57 | ````` <0x18> ````` | 0.936331 | 24 | 0x18 | ascii | +| 50 | ````` <0x11> ````` | 0.936963 | 17 | 0x11 | ascii | +| 206 | ````` <0xAD> ````` | 0.938541 | 173 | 0xAD | utf8 | +| 240 | ````` <0xCF> ````` | 0.938813 | 207 | 0xCF | utf8 | +| 213 | ````` <0xB4> ````` | 0.938847 | 180 | 0xB4 | utf8 | +| 183 | ````` <0x96> ````` | 0.939082 | 150 | 0x96 | utf8 | +| 63 | ````` <0x1E> ````` | 0.939416 | 30 | 0x1E | ascii | +| 164 | ````` <0x83> ````` | 0.940383 | 131 | 0x83 | utf8 | +| 37 | ````` <0x04> ````` | 0.940497 | 4 | 0x04 | ascii | +| 270 | ````` <0xED> ````` | 0.940776 | 237 | 0xED | utf8 | +| 193 | ````` <0xA0> ````` | 0.941099 | 160 | 0xA0 | utf8 | +| 214 | ````` <0xB5> ````` | 0.94124 | 181 | 0xB5 | utf8 | +| 216 | ````` <0xB7> ````` | 0.941266 | 183 | 0xB7 | utf8 | +| 190 | ````` <0x9D> ````` | 0.941284 | 157 | 0x9D | utf8 | +| 56 | ````` <0x17> ````` | 0.94164 | 23 | 0x17 | ascii | +| 221 | ````` <0xBC> ````` | 0.941646 | 188 | 0xBC | utf8 | +| 231 | ````` <0xC6> ````` | 0.941728 | 198 | 0xC6 | utf8 | +| 272 | ````` <0xEF> ````` | 0.941843 | 239 | 0xEF | utf8 | +| 199 | ````` <0xA6> ````` | 0.941868 | 166 | 0xA6 | utf8 | +| 265 | ````` <0xE8> ````` | 0.943037 | 232 | 0xE8 | utf8 | +| 167 | ````` <0x86> ````` | 0.943451 | 134 | 0x86 | utf8 | +| 597 | ````` J ````` | 0.943573 | 74 | 0x4A | ascii | +| 64 | ````` <0x1F> ````` | 0.943723 | 31 | 0x1F | ascii | +| 232 | ````` <0xC7> ````` | 0.944617 | 199 | 0xC7 | utf8 | +| 248 | ````` <0xD7> ````` | 0.944966 | 215 | 0xD7 | utf8 | +| 189 | ````` <0x9C> ````` | 0.94506 | 156 | 0x9C | utf8 | +| 165 | ````` <0x84> ````` | 0.945414 | 132 | 0x84 | utf8 | +| 209 | ````` <0xB0> ````` | 0.946657 | 176 | 0xB0 | utf8 | +| 62 | ````` <0x1D> ````` | 0.946764 | 29 | 0x1D | ascii | +| 254 | ````` <0xDD> ````` | 0.946836 | 221 | 0xDD | utf8 | +| 233 | ````` <0xC8> ````` | 0.946851 | 200 | 0xC8 | utf8 | +| 246 | ````` <0xD5> ````` | 0.947036 | 213 | 0xD5 | utf8 | +| 181 | ````` <0x94> ````` | 0.947234 | 148 | 0x94 | utf8 | +| 208 | ````` <0xAF> ````` | 0.947365 | 175 | 0xAF | utf8 | +| 172 | ````` <0x8B> ````` | 0.94746 | 139 | 0x8B | utf8 | +| 173 | ````` <0x8C> ````` | 0.947646 | 140 | 0x8C | utf8 | +| 245 | ````` <0xD4> ````` | 0.947834 | 212 | 0xD4 | utf8 | +| 161 | ````` <0x80> ````` | 0.947883 | 128 | 0x80 | utf8 | +| 239 | ````` <0xCE> ````` | 0.948492 | 206 | 0xCE | utf8 | +| 219 | ````` <0xBA> ````` | 0.948501 | 186 | 0xBA | utf8 | +| 212 | ````` <0xB3> ````` | 0.948709 | 179 | 0xB3 | utf8 | +| 187 | ````` <0x9A> ````` | 0.949018 | 154 | 0x9A | utf8 | +| 276 | ````` <0xF3> ````` | 0.949048 | 243 | 0xF3 | utf8 | +| 47 | ````` <0x0E> ````` | 0.94925 | 14 | 0x0E | ascii | +| 49 | ````` <0x10> ````` | 0.949795 | 16 | 0x10 | ascii | +| 211 | ````` <0xB2> ````` | 0.949943 | 178 | 0xB2 | utf8 | +| 235 | ````` <0xCA> ````` | 0.950065 | 202 | 0xCA | utf8 | +| 207 | ````` <0xAE> ````` | 0.950159 | 174 | 0xAE | utf8 | +| 513 | ````` Y ````` | 0.950385 | 89 | 0x59 | ascii | +| 51 | ````` <0x12> ````` | 0.95055 | 18 | 0x12 | ascii | +| 202 | ````` <0xA9> ````` | 0.951345 | 169 | 0xA9 | utf8 | +| 166 | ````` <0x85> ````` | 0.951641 | 133 | 0x85 | utf8 | +| 210 | ````` <0xB1> ````` | 0.951941 | 177 | 0xB1 | utf8 | +| 262 | ````` <0xE5> ````` | 0.952127 | 229 | 0xE5 | utf8 | +| 201 | ````` <0xA8> ````` | 0.952785 | 168 | 0xA8 | utf8 | +| 238 | ````` <0xCD> ````` | 0.952995 | 205 | 0xCD | utf8 | +| 223 | ````` <0xBE> ````` | 0.953031 | 190 | 0xBE | utf8 | +| 395 | ````` R ````` | 0.953063 | 82 | 0x52 | ascii | +| 168 | ````` <0x87> ````` | 0.953147 | 135 | 0x87 | utf8 | +| 252 | ````` <0xDB> ````` | 0.95343 | 219 | 0xDB | utf8 | +| 482 | ````` K ````` | 0.95422 | 75 | 0x4B | ascii | +| 194 | ````` <0xA1> ````` | 0.954563 | 161 | 0xA1 | utf8 | +| 261 | ````` <0xE4> ````` | 0.95473 | 228 | 0xE4 | utf8 | +| 258 | ````` <0xE1> ````` | 0.954735 | 225 | 0xE1 | utf8 | +| 197 | ````` <0xA4> ````` | 0.954788 | 164 | 0xA4 | utf8 | +| 267 | ````` <0xEA> ````` | 0.955062 | 234 | 0xEA | utf8 | +| 257 | ````` <0xE0> ````` | 0.95507 | 224 | 0xE0 | utf8 | +| 205 | ````` <0xAC> ````` | 0.955346 | 172 | 0xAC | utf8 | +| 269 | ````` <0xEC> ````` | 0.955612 | 236 | 0xEC | utf8 | +| 176 | ````` <0x8F> ````` | 0.95569 | 143 | 0x8F | utf8 | +| 162 | ````` <0x81> ````` | 0.955714 | 129 | 0x81 | utf8 | +| 59 | ````` <0x1A> ````` | 0.955831 | 26 | 0x1A | ascii | +| 163 | ````` <0x82> ````` | 0.955898 | 130 | 0x82 | utf8 | +| 177 | ````` <0x90> ````` | 0.955905 | 144 | 0x90 | utf8 | +| 200 | ````` <0xA7> ````` | 0.956818 | 167 | 0xA7 | utf8 | +| 382 | ````` U ````` | 0.957217 | 85 | 0x55 | ascii | +| 196 | ````` <0xA3> ````` | 0.957263 | 163 | 0xA3 | utf8 | +| 220 | ````` <0xBB> ````` | 0.957834 | 187 | 0xBB | utf8 | +| 204 | ````` <0xAB> ````` | 0.957871 | 171 | 0xAB | utf8 | +| 182 | ````` <0x95> ````` | 0.957963 | 149 | 0x95 | utf8 | +| 192 | ````` <0x9F> ````` | 0.957993 | 159 | 0x9F | utf8 | +| 160 | ````` <0x7F> ````` | 0.958211 | 127 | 0x7F | ascii | +| 178 | ````` <0x91> ````` | 0.958339 | 145 | 0x91 | utf8 | +| 171 | ````` <0x8A> ````` | 0.958619 | 138 | 0x8A | utf8 | +| 217 | ````` <0xB8> ````` | 0.958743 | 184 | 0xB8 | utf8 | +| 186 | ````` <0x99> ````` | 0.95889 | 153 | 0x99 | utf8 | +| 61 | ````` <0x1C> ````` | 0.95904 | 28 | 0x1C | ascii | +| 198 | ````` <0xA5> ````` | 0.959068 | 165 | 0xA5 | utf8 | +| 358 | ````` D ````` | 0.959081 | 68 | 0x44 | ascii | +| 260 | ````` <0xE3> ````` | 0.960267 | 227 | 0xE3 | utf8 | +| 372 | ````` E ````` | 0.960659 | 69 | 0x45 | ascii | +| 410 | ````` M ````` | 0.960886 | 77 | 0x4D | ascii | +| 203 | ````` <0xAA> ````` | 0.961639 | 170 | 0xAA | utf8 | +| 243 | ````` <0xD2> ````` | 0.96177 | 210 | 0xD2 | utf8 | +| 174 | ````` <0x8D> ````` | 0.961834 | 141 | 0x8D | utf8 | +| 256 | ````` <0xDF> ````` | 0.962579 | 223 | 0xDF | utf8 | +| 531 | ````` Z ````` | 0.962736 | 90 | 0x5A | ascii | +| 34 | ````` <0x01> ````` | 0.962993 | 1 | 0x01 | ascii | +| 180 | ````` <0x93> ````` | 0.963118 | 147 | 0x93 | utf8 | +| 268 | ````` <0xEB> ````` | 0.963194 | 235 | 0xEB | utf8 | +| 169 | ````` <0x88> ````` | 0.964435 | 136 | 0x88 | utf8 | +| 370 | ````` B ````` | 0.964604 | 66 | 0x42 | ascii | +| 191 | ````` <0x9E> ````` | 0.964718 | 158 | 0x9E | utf8 | +| 394 | ````` H ````` | 0.965135 | 72 | 0x48 | ascii | +| 340 | ````` S ````` | 0.965302 | 83 | 0x53 | ascii | +| 427 | ````` V ````` | 0.965388 | 86 | 0x56 | ascii | +| 366 | ````` F ````` | 0.966023 | 70 | 0x46 | ascii | +| 218 | ````` <0xB9> ````` | 0.966201 | 185 | 0xB9 | utf8 | +| 170 | ````` <0x89> ````` | 0.966424 | 137 | 0x89 | utf8 | +| 195 | ````` <0xA2> ````` | 0.967222 | 162 | 0xA2 | utf8 | +| 184 | ````` <0x97> ````` | 0.967889 | 151 | 0x97 | utf8 | +| 425 | ````` G ````` | 0.967976 | 71 | 0x47 | ascii | +| 423 | ````` N ````` | 0.968624 | 78 | 0x4E | ascii | +| 244 | ````` <0xD3> ````` | 0.968789 | 211 | 0xD3 | utf8 | +| 185 | ````` <0x98> ````` | 0.969047 | 152 | 0x98 | utf8 | +| 236 | ````` <0xCB> ````` | 0.969051 | 203 | 0xCB | utf8 | +| 445 | ````` W ````` | 0.969925 | 87 | 0x57 | ascii | +| 179 | ````` <0x92> ````` | 0.970886 | 146 | 0x92 | utf8 | +| 505 | ````` O ````` | 0.971334 | 79 | 0x4F | ascii | +| 369 | ````` T ````` | 0.971415 | 84 | 0x54 | ascii | +| 259 | ````` <0xE2> ````` | 0.971937 | 226 | 0xE2 | utf8 | +| 38 | ````` <0x05> ````` | 0.972222 | 5 | 0x05 | ascii | +| 48 | ````` <0x0F> ````` | 0.972364 | 15 | 0x0F | ascii | +| 237 | ````` <0xCC> ````` | 0.972538 | 204 | 0xCC | utf8 | +| 387 | ````` L ````` | 0.975212 | 76 | 0x4C | ascii | +| 473 | ````` Q ````` | 0.975298 | 81 | 0x51 | ascii | +| 338 | ````` C ````` | 0.975437 | 67 | 0x43 | ascii | +| 215 | ````` <0xB6> ````` | 0.975468 | 182 | 0xB6 | utf8 | +| 375 | ````` P ````` | 0.976166 | 80 | 0x50 | ascii | +| 273 | ````` <0xF0> ````` | 0.979283 | 240 | 0xF0 | utf8 | +| 347 | ````` A ````` | 0.979818 | 65 | 0x41 | ascii | +| 250 | ````` <0xD9> ````` | 0.980204 | 217 | 0xD9 | utf8 | +| 14280 | ````` \x03 ````` | 0.98273 | 3 | 0x03 | ascii | +| 39 | ````` <0x06> ````` | 0.985654 | 6 | 0x06 | ascii | +| 175 | ````` <0x8E> ````` | 0.985707 | 142 | 0x8E | utf8 | +| 686 | ````` @ ````` | 0.986288 | 64 | 0x40 | ascii | +| 399 | ````` I ````` | 0.98685 | 73 | 0x49 | ascii | +| 25855 | ````` \x0c ````` | 0.988358 | 12 | 0x0C | ascii | +| 867 | ````` # ````` | 0.988609 | 35 | 0x23 | ascii | +| 455 | ````` j ````` | 0.989342 | 106 | 0x6A | ascii | +| 40 | ````` <0x07> ````` | 0.990497 | 7 | 0x07 | ascii | +| 381 | ````` X ````` | 0.992254 | 88 | 0x58 | ascii | +| 331 | ````` " ````` | 0.993025 | 34 | 0x22 | ascii | +| 996 | ````` ` ````` | 0.993345 | 96 | 0x60 | ascii | +| 44 | ````` <0x0B> ````` | 0.996407 | 11 | 0x0B | ascii | +| 312 | ````` 7 ````` | 0.996638 | 55 | 0x37 | ascii | +| 310 | ````` t ````` | 0.996789 | 116 | 0x74 | ascii | +| 41 | ````` <0x08> ````` | 0.996976 | 8 | 0x08 | ascii | +| 332 | ````` c ````` | 0.998222 | 99 | 0x63 | ascii | +| 415 | ````` k ````` | 0.998275 | 107 | 0x6B | ascii | +| 319 | ````` [ ````` | 0.998477 | 91 | 0x5B | ascii | +| 464 | ````` z ````` | 0.998915 | 122 | 0x7A | ascii | +| 1100 | ````` $ ````` | 0.99907 | 36 | 0x24 | ascii | +| 406 | ````` y ````` | 1.00012 | 121 | 0x79 | ascii | +| 449 | ````` q ````` | 1.00028 | 113 | 0x71 | ascii | +| 344 | ````` a ````` | 1.00074 | 97 | 0x61 | ascii | +| 306 | ````` 8 ````` | 1.00088 | 56 | 0x38 | ascii | +| 337 | ````` h ````` | 1.00095 | 104 | 0x68 | ascii | +| 365 | ````` < ````` | 1.0013 | 60 | 0x3C | ascii | +| 335 | ````` f ````` | 1.00152 | 102 | 0x66 | ascii | +| 314 | ````` 9 ````` | 1.00167 | 57 | 0x39 | ascii | +| 304 | ````` 4 ````` | 1.00311 | 52 | 0x34 | ascii | +| 308 | ````` 5 ````` | 1.00373 | 53 | 0x35 | ascii | +| 305 | ````` 6 ````` | 1.00386 | 54 | 0x36 | ascii | +| 326 | ````` d ````` | 1.00494 | 100 | 0x64 | ascii | +| 349 | ````` u ````` | 1.00535 | 117 | 0x75 | ascii | +| 348 | ````` b ````` | 1.00537 | 98 | 0x62 | ascii | +| 345 | ````` e ````` | 1.00592 | 101 | 0x65 | ascii | +| 321 | ````` p ````` | 1.0061 | 112 | 0x70 | ascii | +| 300 | ````` 3 ````` | 1.00627 | 51 | 0x33 | ascii | +| 327 | ````` n ````` | 1.00711 | 110 | 0x6E | ascii | +| 357 | ````` r ````` | 1.00722 | 114 | 0x72 | ascii | +| 503 | ````` \| ````` | 1.00839 | 124 | 0x7C | ascii | +| 368 | ````` m ````` | 1.00895 | 109 | 0x6D | ascii | +| 374 | ````` { ````` | 1.00991 | 123 | 0x7B | ascii | +| 334 | ````` > ````` | 1.00994 | 62 | 0x3E | ascii | +| 371 | ````` v ````` | 1.01051 | 118 | 0x76 | ascii | +| 295 | ````` 2 ````` | 1.0106 | 50 | 0x32 | ascii | +| 391 | ````` l ````` | 1.01126 | 108 | 0x6C | ascii | +| 328 | ````` * ````` | 1.01219 | 42 | 0x2A | ascii | +| 407 | ````` g ````` | 1.01243 | 103 | 0x67 | ascii | +| 461 | ````` + ````` | 1.0127 | 43 | 0x2B | ascii | +| 409 | ````` = ````` | 1.01283 | 61 | 0x3D | ascii | +| 42 | ````` <0x09> ````` | 1.01317 | 9 | 0x09 | ascii | +| 389 | ````` ' ````` | 1.01571 | 39 | 0x27 | ascii | +| 330 | ````` i ````` | 1.01638 | 105 | 0x69 | ascii | +| 416 | ````` w ````` | 1.01761 | 119 | 0x77 | ascii | +| 542 | ````` % ````` | 1.01817 | 37 | 0x25 | ascii | +| 1232 | ````` ^ ````` | 1.01943 | 94 | 0x5E | ascii | +| 440 | ````` o ````` | 1.02001 | 111 | 0x6F | ascii | +| 294 | ````` x ````` | 1.0246 | 120 | 0x78 | ascii | +| 293 | ````` 1 ````` | 1.02507 | 49 | 0x31 | ascii | +| 393 | ````` & ````` | 1.02945 | 38 | 0x26 | ascii | +| 289 | ````` _ ````` | 1.0295 | 95 | 0x5F | ascii | +| 303 | ````` s ````` | 1.03001 | 115 | 0x73 | ascii | +| 325 | ````` \ ````` | 1.03079 | 92 | 0x5C | ascii | +| 944 | ````` ? ````` | 1.03334 | 63 | 0x3F | ascii | +| 1504 | ````` ~ ````` | 1.0341 | 126 | 0x7E | ascii | +| 296 | ````` ; ````` | 1.03813 | 59 | 0x3B | ascii | +| 323 | ````` } ````` | 1.03853 | 125 | 0x7D | ascii | +| 317 | ````` : ````` | 1.04271 | 58 | 0x3A | ascii | +| 352 | ````` ] ````` | 1.04512 | 93 | 0x5D | ascii | +| 329 | ````` - ````` | 1.04794 | 45 | 0x2D | ascii | +| 290 | ````` 0 ````` | 1.04856 | 48 | 0x30 | ascii | +| 1043 | ````` ! ````` | 1.05134 | 33 | 0x21 | ascii | +| 341 | ````` / ````` | 1.05142 | 47 | 0x2F | ascii | +| 292 | ````` ( ````` | 1.05839 | 40 | 0x28 | ascii | +| 32 | ````` \n ````` | 1.08208 | 10 | 0x0A | ascii | +| 298 | ````` . ````` | 1.08583 | 46 | 0x2E | ascii | +| 297 | ````` ) ````` | 1.0873 | 41 | 0x29 | ascii | +| 291 | ````` , ````` | 1.08738 | 44 | 0x2C | ascii | +
    + +## Special tokens +7 entries below threshold of 0.713 + +| token_id | token | metric | max_prob | +|------------|----------------------------|----------|------------------------------------------------------------------| +| 4 | ````` ````` | 0.386856 | 1e-05 | +| 0 | ````` ````` | 0.390138 | 0.00014 | +| 1 | ````` ````` | 0.390227 | 0.00015 | +| 7 | ````` ````` | 0.391327 | 0.00015 | +| 3 | ````` ````` | 0.395098 | 0.00032 | +| 6 | ````` ````` | 0.395256 | 0.00018 | +| 5 | ````` ````` | 0.399485 | 0.00015 | +
    1 additional entries above threshold + +| token_id | token | metric | +|------------|--------------------------|----------| +| 2 | ````` ````` | 1.04892 | +
    + +## Unreachable tokens +79 entries below threshold of 0.713 + +| token_id | token | metric | reencoded | +|------------|---------------------|----------|-----------------------------------------------| +| 32956 | ````` -) ````` | 0.381113 | 329: ````` - `````, 22423: ````` ) ````` | +| 42401 | ````` ;& ````` | 0.382094 | 296: ````` ; `````, 393: ````` & ````` | +| 39515 | ````` (※ ````` | 0.382925 | 292: ````` ( `````, 26089: ````` ※ ````` | +| 43130 | ````` :\u3000 ````` | 0.38368 | 317: ````` : `````, 25862: ````` \u3000 ````` | +| 45847 | ````` _\u3000 ````` | 0.384532 | 289: ````` _ `````, 25862: ````` \u3000 ````` | +| 42305 | ````` ,\u3000 ````` | 0.385125 | 291: ````` , `````, 25862: ````` \u3000 ````` | +| 37124 | ````` (: ````` | 0.38524 | 292: ````` ( `````, 317: ````` : ````` | +| 39277 | ````` ), ````` | 0.38547 | 22423: ````` ) `````, 291: ````` , ````` | +| 37724 | ````` .」 ````` | 0.38614 | 298: ````` . `````, 22304: ````` 」 ````` | +| 46348 | ````` *: ````` | 0.386394 | 328: ````` * `````, 317: ````` : ````` | +| 36518 | ````` ]、 ````` | 0.386693 | 352: ````` ] `````, 13088: ````` 、 ````` | +| 47174 | ````` /. ````` | 0.386801 | 341: ````` / `````, 298: ````` . ````` | +| 30308 | ````` )( ````` | 0.38697 | 297: ````` ) `````, 22557: ````` ( ````` | +| 35900 | ````` (, ````` | 0.387112 | 22557: ````` ( `````, 291: ````` , ````` | +| 41934 | ````` (__) ````` | 0.387131 | 693: ````` (__ `````, 297: ````` ) ````` | +| 37235 | ````` :- ````` | 0.387325 | 317: ````` : `````, 329: ````` - ````` | +| 39241 | ````` (- ````` | 0.387858 | 22557: ````` ( `````, 329: ````` - ````` | +| 42392 | ````` ") ````` | 0.38793 | 331: ````` " `````, 22423: ````` ) ````` | +| 34126 | ````` -) ````` | 0.388203 | 329: ````` - `````, 297: ````` ) ````` | +| 11233 | ````` \_ ````` | 0.388307 | 325: ````` \ `````, 289: ````` _ ````` | +
    59 additional entries below threshold + +| token_id | token | metric | reencoded | +|------------|---------------------|----------|------------------------------------------------------------| +| 10890 | ````` }_ ````` | 0.38882 | 323: ````` } `````, 289: ````` _ ````` | +| 47491 | ````` }\u3000 ````` | 0.389006 | 323: ````` } `````, 25862: ````` \u3000 ````` | +| 38351 | ````` /: ````` | 0.389275 | 341: ````` / `````, 317: ````` : ````` | +| 42229 | ````` .』 ````` | 0.389301 | 298: ````` . `````, 25864: ````` 』 ````` | +| 44214 | ````` _, ````` | 0.389311 | 289: ````` _ `````, 291: ````` , ````` | +| 34054 | ````` ;) ````` | 0.389318 | 296: ````` ; `````, 297: ````` ) ````` | +| 34575 | ````` :. ````` | 0.389714 | 317: ````` : `````, 298: ````` . ````` | +| 34510 | ````` .: ````` | 0.389924 | 298: ````` . `````, 317: ````` : ````` | +| 41274 | ````` "、 ````` | 0.390339 | 331: ````` " `````, 13088: ````` 、 ````` | +| 42972 | ````` (= ````` | 0.390545 | 292: ````` ( `````, 409: ````` = ````` | +| 41816 | ````` ;; ````` | 0.39056 | 296: ````` ; `````, 296: ````` ; ````` | +| 28429 | ````` lspan ````` | 0.391045 | 391: ````` l `````, 4341: ````` span ````` | +| 41598 | ````` !. ````` | 0.391061 | 25877: ````` ! `````, 298: ````` . ````` | +| 41873 | ````` >、 ````` | 0.391084 | 334: ````` > `````, 13088: ````` 、 ````` | +| 36475 | ````` \u3000. ````` | 0.39137 | 25862: ````` \u3000 `````, 298: ````` . ````` | +| 42188 | ````` '\u3000 ````` | 0.39201 | 389: ````` ' `````, 25862: ````` \u3000 ````` | +| 39388 | ````` ,, ````` | 0.392641 | 291: ````` , `````, 291: ````` , ````` | +| 48114 | ````` .; ````` | 0.392864 | 298: ````` . `````, 296: ````` ; ````` | +| 42414 | ````` :; ````` | 0.393169 | 317: ````` : `````, 296: ````` ; ````` | +| 44892 | ````` *. ````` | 0.393463 | 328: ````` * `````, 298: ````` . ````` | +| 42989 | ````` \u3000: ````` | 0.393694 | 25862: ````` \u3000 `````, 317: ````` : ````` | +| 45569 | ````` };-- ````` | 0.393749 | 950: ````` }; `````, 1751: ````` -- ````` | +| 33671 | ````` )「 ````` | 0.39417 | 297: ````` ) `````, 22327: ````` 「 ````` | +| 40529 | ````` .- ````` | 0.39431 | 298: ````` . `````, 329: ````` - ````` | +| 34689 | ````` .( ````` | 0.394413 | 298: ````` . `````, 22557: ````` ( ````` | +| 39069 | ````` :::: ````` | 0.394462 | 333: ````` :: `````, 333: ````` :: ````` | +| 34198 | ````` .\u3000 ````` | 0.394631 | 298: ````` . `````, 25862: ````` \u3000 ````` | +| 30118 | ````` .. ````` | 0.396037 | 298: ````` . `````, 298: ````` . ````` | +| 33180 | ````` .) ````` | 0.396121 | 298: ````` . `````, 22423: ````` ) ````` | +| 47051 | ````` \u3000} ````` | 0.396243 | 25862: ````` \u3000 `````, 323: ````` } ````` | +| 36662 | ````` )( ````` | 0.39669 | 22423: ````` ) `````, 292: ````` ( ````` | +| 45706 | ````` "」 ````` | 0.396735 | 331: ````` " `````, 22304: ````` 」 ````` | +| 42213 | ````` *) ````` | 0.396851 | 328: ````` * `````, 22423: ````` ) ````` | +| 38966 | ````` \u3000, ````` | 0.397331 | 25862: ````` \u3000 `````, 291: ````` , ````` | +| 42042 | ````` :.: ````` | 0.397456 | 317: ````` : `````, 298: ````` . `````, 317: ````` : ````` | +| 36050 | ````` -「 ````` | 0.397593 | 329: ````` - `````, 22327: ````` 「 ````` | +| 35473 | ````` "( ````` | 0.397846 | 331: ````` " `````, 22557: ````` ( ````` | +| 41704 | ````` .、 ````` | 0.397958 | 298: ````` . `````, 13088: ````` 、 ````` | +| 45932 | ````` {\u3000 ````` | 0.39803 | 374: ````` { `````, 25862: ````` \u3000 ````` | +| 39430 | ````` (; ````` | 0.398035 | 292: ````` ( `````, 296: ````` ; ````` | +| 37382 | ````` ::: ````` | 0.39837 | 317: ````` : `````, 333: ````` :: ````` | +| 41633 | ````` :/ ````` | 0.398476 | 317: ````` : `````, 341: ````` / ````` | +| 39820 | ````` )『 ````` | 0.398761 | 297: ````` ) `````, 25863: ````` 『 ````` | +| 38491 | ````` .「 ````` | 0.399109 | 298: ````` . `````, 22327: ````` 「 ````` | +| 47535 | ````` /: ````` | 0.399227 | 26152: ````` / `````, 317: ````` : ````` | +| 40433 | ````` -[ ````` | 0.399669 | 329: ````` - `````, 319: ````` [ ````` | +| 43580 | ````` ]: ````` | 0.399784 | 352: ````` ] `````, 24689: ````` : ````` | +| 40981 | ````` ]( ````` | 0.400471 | 352: ````` ] `````, 22557: ````` ( ````` | +| 39880 | ````` ,. ````` | 0.401356 | 291: ````` , `````, 298: ````` . ````` | +| 37907 | ````` ): ````` | 0.401855 | 22423: ````` ) `````, 317: ````` : ````` | +| 45266 | ````` ::\| ````` | 0.402894 | 333: ````` :: `````, 503: ````` \| ````` | +| 45478 | ````` \u3000_ ````` | 0.402915 | 25862: ````` \u3000 `````, 289: ````` _ ````` | +| 44943 | ````` .\| ````` | 0.403303 | 298: ````` . `````, 503: ````` \| ````` | +| 35652 | ````` (: ````` | 0.405825 | 22557: ````` ( `````, 317: ````` : ````` | +| 34916 | ````` )) ````` | 0.406994 | 297: ````` ) `````, 22423: ````` ) ````` | +| 38665 | ````` \|: ````` | 0.514501 | 503: ````` \| `````, 317: ````` : ````` | +| 43483 | ````` "},{ ````` | 0.534737 | 2076: ````` "}, `````, 374: ````` { ````` | +| 39708 | ````` !: ````` | 0.558096 | 1043: ````` ! `````, 317: ````` : ````` | +| 38847 | ````` _) ````` | 0.695224 | 289: ````` _ `````, 297: ````` ) ````` | +
    +
    6 additional entries above threshold + +| token_id | token | metric | reencoded | +|------------|-----------------|----------|------------------------------------------------------------| +| 45402 | ````` ,,, ````` | 0.747688 | 291: ````` , `````, 291: ````` , `````, 291: ````` , ````` | +| 11020 | ````` ▁([ ````` | 0.773518 | 316: ````` ▁( `````, 319: ````` [ ````` | +| 10422 | ````` }( ````` | 0.776578 | 323: ````` } `````, 292: ````` ( ````` | +| 11868 | ````` )} ````` | 0.82842 | 297: ````` ) `````, 323: ````` } ````` | +| 33353 | ````` .) ````` | 0.933113 | 298: ````` . `````, 297: ````` ) ````` | +| 30659 | ````` ., ````` | 0.937613 | 298: ````` . `````, 291: ````` , ````` | +
    diff --git a/results/reports/benjamin_Mistral_7B_v0_1_zett_gpt2.md b/results/reports/benjamin_Mistral_7B_v0_1_zett_gpt2.md new file mode 100644 index 0000000..b77287f --- /dev/null +++ b/results/reports/benjamin_Mistral_7B_v0_1_zett_gpt2.md @@ -0,0 +1,1599 @@ +# Report for `benjamin/Mistral-7B-v0.1-zett-gpt2` + +## Model info + +* Tied embeddings: no +* Unembeddings use bias: no +* Metric for under-trained tokens: Embeddings L2 Norm + * Overall distribution 0.187 +/- 0.081 + * Token used for verification prompt building: `BuyableInstoreAndOnline` + * Verification threshold: 0.101 + * Threshold for showing candidate under-trained tokens: 0.063 + * Median verified threshold (for bytes, unreachable and special tokens): 0.065 +* Embeddings shape: (50394, 4096) +* Vocabulary size: 50394 + * Number of single byte tokens: 256, of which 7 below metric threshold + * Number of special tokens: 7, of which 1 below metric threshold + * Number of unreachable non-single-byte tokens: 63, of which 0 below metric threshold + * Number of non-single-byte UTF-fragment tokens: 216, 0 below soft metric threshold + * Number of tested under-trained tokens: 979, 13 below p = 0.01 threshold, 11 below soft metric threshold + +## Metrics plot +![Metrics pairplot](../metrics_pairplot_byid/benjamin_Mistral_7B_v0_1_zett_gpt2.png) + +## Verification plot +![Verification plot](../verifications_scatterplot/benjamin_Mistral_7B_v0_1_zett_gpt2.png) + +## Under-trained token verification results +11 entries below threshold of 0.063 + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|----------------|-----------|-----------------------------------------------------------------|------------------------------------------------------------------------------------------| +| 44115 | ````` 黒 ````` | 0.0586349 | 0.0099 | | +| 45038 | ````` ы ````` | 0.060533 | 0.14 | | +| 25365 | ````` ァ ````` | 0.0608421 | 0.0013 | ````` ファ `````, ````` ヴァ ````` | +| 36707 | ````` 戦 ````` | 0.0609177 | 0.0099 | | +| 37861 | ````` ヤ ````` | 0.0609662 | 0.026 | | +| 24004 | ````` ブ ````` | 0.0616035 | 0.16 | | +| 44036 | ````` ▀ ````` | 0.0618981 | 0.15 | | +| 49963 | ````` 機 ````` | 0.0621713 | 0.012 | | +| 20807 | ````` 魔 ````` | 0.0621833 | 0.035 | ````` の魔 ````` | +| 17936 | ````` ゴ ````` | 0.0626853 | 0.0097 | ````` ゴン `````, ````` ドラゴン ````` | +| 11888 | ````` 龍 ````` | 0.0628957 | 0.0039 | ````` 龍<0xE5> `````, ````` 龍喚士 `````, ````` 龍<0xE5><0xA5> `````, ````` 龍契士 ````` | +
    968 additional entries above threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|-----------------------|-----------|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 47274 | ````` セ ````` | 0.0629024 | 0.11 | | +| 40013 | ````` ל ````` | 0.063146 | 0.014 | | +| 25087 | ````` キ ````` | 0.0635259 | 0.084 | | +| 44919 | ````` ネ ````` | 0.0639825 | 0.049 | | +| 16168 | ````` ウ ````` | 0.0640404 | 0.059 | ````` ウス `````, ````` ゼウス ````` | +| 42067 | ````` ת ````` | 0.0641239 | 0.072 | | +| 37415 | ````` ハ ````` | 0.064212 | 0.041 | | +| 20516 | ````` オ ````` | 0.0643954 | 0.025 | | +| 40951 | ````` あ ````` | 0.0646235 | 0.054 | | +| 45789 | ````` ▄ ````` | 0.0646684 | 0.03 | | +| 13301 | ````` ト ````` | 0.0647945 | 0.067 | ````` ット `````, ````` イト `````, ````` スト ````` | +| 23731 | ````` ガ ````` | 0.0649695 | 0.0079 | | +| 16256 | ````` ロ ````` | 0.0650896 | 0.2 | | +| 26900 | ````` ر ````` | 0.0651504 | 0.33 | | +| 25798 | ````` ム ````` | 0.0652735 | 0.0029 | | +| 29522 | ````` ه ````` | 0.0655217 | 0.14 | | +| 25227 | ````` た ````` | 0.0656384 | 0.17 | | +| 25532 | ````` י ````` | 0.0656883 | 0.17 | ````` י<0xD7> ````` | +| 29662 | ````` バ ````` | 0.0657014 | 0.058 | | +| 27001 | ````` メ ````` | 0.0658471 | 0.012 | | +| 25056 | ````` ノ ````` | 0.0662359 | 0.27 | | +| 26506 | ````` サ ````` | 0.0667998 | 0.11 | ````` ▁サ `````, ````` ▁サーティ `````, ````` ▁サーティワン ````` | +| 29560 | ````` う ````` | 0.0668825 | 0.29 | | +| 45695 | ````` س ````` | 0.0669646 | 0.23 | | +| 11842 | ````` ア ````` | 0.0670744 | 0.044 | ````` アル ````` | +| 37781 | ````` ר ````` | 0.0670925 | 0.076 | | +| 36925 | ````` ビ ````` | 0.0671194 | 0.11 | | +| 9205 | ````` ル ````` | 0.0672004 | 0.054 | ````` ール `````, ````` エル `````, ````` アル ````` | +| 11485 | ````` イ ````` | 0.0672145 | 0.013 | ````` イト ````` | +| 37429 | ````` ズ ````` | 0.0673301 | 0.017 | | +| 31920 | ````` く ````` | 0.0673926 | 0.39 | | +| 43902 | ````` ギ ````` | 0.0675059 | 0.0043 | | +| 29755 | ````` ヴ ````` | 0.0675434 | 0.0035 | ````` ヴァ ````` | +| 26948 | ````` な ````` | 0.0677468 | 0.12 | | +| 21730 | ````` с ````` | 0.0677625 | 0.78 | | +| 33781 | ````` き ````` | 0.0679486 | 0.24 | | +| 27855 | ````` ダ ````` | 0.0681437 | 0.017 | | +| 44693 | ````` ع ````` | 0.0682268 | 0.086 | | +| 16649 | ````` ィ ````` | 0.0682834 | 0.0012 | ````` ディ `````, ````` ティ `````, ````` ーティ `````, ````` ▁サーティ `````, ````` ▁サーティワン ````` | +| 37665 | ````` ォ ````` | 0.0684307 | 0.0041 | ````` フォ ````` | +| 23547 | ````` エ ````` | 0.0686652 | 0.042 | ````` エル ````` | +| 28258 | ````` り ````` | 0.0686676 | 0.032 | | +| 18569 | ````` い ````` | 0.0686913 | 0.24 | | +| 30162 | ````` ま ````` | 0.0687685 | 0.1 | | +| 30168 | ````` ニ ````` | 0.0689597 | 0.035 | | +| 46780 | ````` だ ````` | 0.0689706 | 0.043 | | +| 30435 | ````` ゼ ````` | 0.0690881 | 0.06 | ````` ゼウス ````` | +| 45370 | ````` ь ````` | 0.0691835 | 0.28 | | +| 43269 | ````` も ````` | 0.0692869 | 0.015 | | +| 46039 | ````` こ ````` | 0.0693703 | 0.062 | | +| 47533 | ````` ▬ ````` | 0.0694302 | 0.061 | ````` ▬▬ ````` | +| 49171 | ````` מ ````` | 0.0695565 | 0.023 | | +| 26098 | ````` グ ````` | 0.0696168 | 0.019 | | +| 25592 | ````` ワ ````` | 0.069725 | 0.051 | ````` ワン `````, ````` ▁サーティワン ````` | +| 39261 | ````` れ ````` | 0.0697923 | 0.11 | | +| 8946 | ````` ス ````` | 0.0698655 | 0.17 | ````` ウス `````, ````` スト `````, ````` ゼウス ````` | +| 23379 | ````` タ ````` | 0.0700072 | 0.28 | | +| 15664 | ````` シ ````` | 0.0701146 | 0.065 | ````` シャ ````` | +| 21172 | ````` р ````` | 0.0701483 | 0.9 | | +| 38846 | ````` د ````` | 0.0702424 | 0.58 | | +| 22657 | ````` ي ````` | 0.0703081 | 0.62 | | +| 9266 | ````` ラ ````` | 0.0703685 | 0.061 | ````` ドラ `````, ````` ドラゴン `````, ````` ヘラ `````, ````` ラン ````` | +| 35075 | ````` у ````` | 0.0705336 | 0.49 | | +| 24189 | ````` レ ````` | 0.0706873 | 0.083 | | +| 24443 | ````` ュ ````` | 0.0707253 | 0.00082 | | +| 37958 | ````` 生 ````` | 0.0714645 | 0.77 | | +| 13865 | ````` ل ````` | 0.0715702 | 0.33 | ````` ال `````, ````` ▁ال ````` | +| 45635 | ````` ة ````` | 0.0715796 | 0.22 | | +| 43669 | ````` д ````` | 0.0716041 | 0.95 | | +| 27373 | ````` か ````` | 0.0716262 | 0.25 | | +| 30204 | ````` と ````` | 0.0717044 | 0.13 | | +| 21766 | ````` カ ````` | 0.0717522 | 0.12 | | +| 31093 | ````` チ ````` | 0.0717599 | 0.22 | | +| 38272 | ````` ה ````` | 0.0718237 | 0.47 | | +| 14102 | ````` ク ````` | 0.0718601 | 0.19 | ````` ック `````, ````` ーク ````` | +| 24682 | ````` コ ````` | 0.0719247 | 0.27 | | +| 41489 | ````` ت ````` | 0.0719257 | 0.39 | | +| 40626 | ````` я ````` | 0.0720223 | 0.95 | | +| 27545 | ````` ミ ````` | 0.0721122 | 0.039 | | +| 18806 | ````` 士 ````` | 0.0722151 | 0.032 | ````` <0x96><0x9A>士 `````, ````` 龍喚士 `````, ````` <0x91>士 `````, ````` 龍契士 ````` | +| 35607 | ````` ベ ````` | 0.0722615 | 0.14 | | +| 47489 | ````` ━ ````` | 0.0723794 | 0.017 | | +| 50230 | ````` ש ````` | 0.0725491 | 0.29 | | +| 23341 | ````` ن ````` | 0.0726638 | 0.38 | | +| 38522 | ````` 者 ````` | 0.0726806 | 0.45 | | +| 48461 | ````` ザ ````` | 0.0727165 | 0.011 | | +| 6315 | ````` ー ````` | 0.0727191 | 0.21 | ````` ー<0xE3><0x83> `````, ````` ーン `````, ````` ーク `````, ````` ール `````, ````` ーテ `````, ... | +| 33183 | ````` っ ````` | 0.0727822 | 0.013 | | +| 20378 | ````` т ````` | 0.0727991 | 0.97 | | +| 15354 | ````` 神 ````` | 0.072824 | 0.064 | ````` ▁神 ````` | +| 17684 | ````` フ ````` | 0.0729185 | 0.068 | ````` ファ `````, ````` フォ ````` | +| 13768 | ````` ド ````` | 0.073028 | 0.14 | ````` ドラ `````, ````` ドラゴン `````, ````` ッド ````` | +| 43360 | ````` さ ````` | 0.0731445 | 0.32 | | +| 23134 | ````` ャ ````` | 0.0732007 | 0.0026 | ````` シャ ````` | +| 39851 | ````` ب ````` | 0.0732343 | 0.36 | | +| 42976 | ````` א ````` | 0.073398 | 0.36 | | +| 12678 | ````` リ ````` | 0.0735227 | 0.44 | | +| 18852 | ````` и ````` | 0.0736303 | 0.77 | | +| 43098 | ````` 方 ````` | 0.073641 | 0.46 | | +| 12922 | ````` ا ````` | 0.073664 | 0.23 | ````` ال `````, ````` ▁ال `````, ````` ا<0xD8> ````` | +| 33626 | ````` す ````` | 0.0737135 | 0.86 | | +| 16145 | ````` а ````` | 0.0740914 | 0.88 | | +| 30968 | ````` プ ````` | 0.0742144 | 0.074 | | +| 30643 | ````` で ````` | 0.0746115 | 0.2 | | +| 36856 | ````` ら ````` | 0.074762 | 0.1 | | +| 31679 | ````` は ````` | 0.0748814 | 0.18 | | +| 20118 | ````` マ ````` | 0.0749417 | 0.092 | | +| 28621 | ````` に ````` | 0.075256 | 0.16 | | +| 23528 | ````` ال ````` | 0.0753064 | 0.4 | ````` ▁ال ````` | +| 15169 | ````` о ````` | 0.0755165 | 0.67 | ````` о<0xD0> ````` | +| 32549 | ````` パ ````` | 0.075551 | 0.42 | | +| 6530 | ````` ン ````` | 0.0756165 | 0.17 | ````` ゴン `````, ````` ドラゴン `````, ````` ーン `````, ````` ワン `````, ````` ▁サーティワン `````, ... | +| 43111 | ````` м ````` | 0.0756186 | 0.84 | | +| 27075 | ````` ו ````` | 0.0756899 | 0.15 | | +| 41661 | ````` ケ ````` | 0.0757305 | 0.043 | | +| 40519 | ````` ▒ ````` | 0.0760675 | 0.36 | | +| 22177 | ````` ん ````` | 0.076435 | 0.037 | | +| 14780 | ````` ッ ````` | 0.0764351 | 0.04 | ````` ック `````, ````` ット `````, ````` ッド ````` | +| 24339 | ````` テ ````` | 0.0765051 | 0.57 | ````` ーテ `````, ````` ティ `````, ````` ーティ `````, ````` ▁サーティ `````, ````` ▁サーティワン ````` | +| 49393 | ````` 五 ````` | 0.0765615 | 0.53 | | +| 22183 | ````` し ````` | 0.0766394 | 0.057 | | +| 22180 | ````` н ````` | 0.0767326 | 0.92 | | +| 35561 | ````` ς ````` | 0.0771964 | 0.06 | | +| 25408 | ````` م ````` | 0.0773692 | 0.34 | ````` ▁م ````` | +| 49606 | ````` ב ````` | 0.0777369 | 0.68 | | +| 25584 | ````` 王 ````` | 0.0777921 | 0.13 | | +| 40364 | ````` モ ````` | 0.077862 | 0.022 | | +| 47562 | ````` ソ ````` | 0.0781187 | 0.16 | | +| 29948 | ````` ι ````` | 0.0783231 | 0.7 | | +| 29093 | ````` å ````` | 0.0783573 | 0.44 | | +| 30146 | ````` л ````` | 0.078472 | 0.86 | | +| 26232 | ````` ナ ````` | 0.0785225 | 0.68 | | +| 46198 | ````` č ````` | 0.0785247 | 0.48 | | +| 44211 | ````` ِ ````` | 0.0786048 | 0.01 | | +| 16846 | ````` е ````` | 0.0786623 | 0.81 | | +| 47990 | ````` 代 ````` | 0.0786645 | 0.32 | | +| 48307 | ````` 版 ````` | 0.0787057 | 0.69 | | +| 42448 | ````` ér ````` | 0.0788204 | 0.64 | | +| 48369 | ````` ◼ ````` | 0.0788348 | 0.4 | | +| 49014 | ````` 三 ````` | 0.0788838 | 0.53 | | +| 35588 | ````` が ````` | 0.0788916 | 0.51 | | +| 28984 | ````` ▁ال ````` | 0.0789301 | 0.19 | | +| 23366 | ````` ヘ ````` | 0.0789704 | 0.13 | ````` ヘラ ````` | +| 46271 | ````` 光 ````` | 0.0789775 | 0.4 | | +| 22164 | ````` ée ````` | 0.0790197 | 0.72 | | +| 26183 | ````` ν ````` | 0.0791016 | 0.49 | | +| 27086 | ````` ô ````` | 0.0791114 | 0.4 | | +| 25751 | ````` る ````` | 0.0791836 | 0.47 | | +| 38641 | ````` Í ````` | 0.0793335 | 0.17 | ````` ÍÍ ````` | +| 31586 | ````` к ````` | 0.0794595 | 0.87 | | +| 45301 | ````` 之 ````` | 0.0795722 | 0.046 | | +| 28137 | ````` て ````` | 0.0795757 | 0.45 | | +| 33646 | ````` ρ ````` | 0.079616 | 0.72 | | +| 30338 | ````` و ````` | 0.0799441 | 0.16 | ````` ▁و ````` | +| 35321 | ````` 装 ````` | 0.0799784 | 0.49 | | +| 21094 | ````` ジ ````` | 0.0800438 | 0.24 | ````` ンジ ````` | +| 21165 | ````` án ````` | 0.0802052 | 0.57 | | +| 6560 | ````` á ````` | 0.0806691 | 0.82 | ````` án `````, ````` ▁Bahá `````, ````` ás ````` | +| 41118 | ````` ツ ````` | 0.0807037 | 0.13 | | +| 48080 | ````` ा ````` | 0.0807907 | 0.033 | | +| 30953 | ````` ε ````` | 0.0811276 | 0.88 | | +| 45638 | ````` 使 ````` | 0.0811654 | 0.48 | | +| 14067 | ````` è ````` | 0.0811754 | 0.36 | ````` ère ````` | +| 34546 | ````` Û ````` | 0.0812248 | 0.15 | ````` ÛÛ ````` | +| 21962 | ````` デ ````` | 0.0813216 | 0.23 | ````` ディ ````` | +| 28752 | ````` ão ````` | 0.0813894 | 0.8 | | +| 42327 | ````` û ````` | 0.0813982 | 0.19 | | +| 47051 | ````` ▁م ````` | 0.0814088 | 0.11 | | +| 42066 | ````` γ ````` | 0.0815703 | 0.96 | | +| 21692 | ````` 人 ````` | 0.0818181 | 0.77 | | +| 24809 | ````` ェ ````` | 0.0819586 | 0.016 | | +| 38354 | ````` É ````` | 0.0820354 | 0.96 | ````` ▁É ````` | +| 22113 | ````` ░ ````` | 0.0820572 | 0.37 | ````` ░░ ````` | +| 25795 | ````` ê ````` | 0.0820813 | 0.15 | | +| 38395 | ````` σ ````` | 0.0821724 | 0.94 | | +| 25468 | ````` 天 ````` | 0.0822453 | 0.85 | | +| 41618 | ````` ł ````` | 0.0822799 | 0.14 | | +| 11036 | ````` ä ````` | 0.08238 | 0.91 | | +| 43294 | ````` 作 ````` | 0.0827199 | 0.83 | | +| 40141 | ````` ás ````` | 0.0827294 | 0.92 | | +| 30647 | ````` ña ````` | 0.0827536 | 0.8 | | +| 32017 | ````` 大 ````` | 0.0828162 | 0.73 | | +| 38328 | ````` ć ````` | 0.0828291 | 0.084 | | +| 31663 | ````` 一 ````` | 0.0830153 | 0.97 | | +| 21359 | ````` ú ````` | 0.083235 | 0.85 | | +| 32793 | ````` š ````` | 0.0832727 | 0.33 | | +| 36313 | ````` 子 ````` | 0.0835985 | 0.85 | | +| 31735 | ````` ══ ````` | 0.0837839 | 0.054 | | +| 47906 | ````` ּ ````` | 0.0837842 | 0.015 | | +| 40563 | ````` ▁ré ````` | 0.083929 | 0.9 | | +| 31761 | ````` を ````` | 0.0840117 | 0.39 | | +| 39591 | ````` ín ````` | 0.0840154 | 0.94 | | +| 21244 | ````` æ ````` | 0.084024 | 0.24 | | +| 45034 | ````` lé ````` | 0.0841131 | 0.9 | | +| 49538 | ````` ω ````` | 0.084394 | 0.8 | | +| 20957 | ````` és ````` | 0.0845067 | 0.96 | | +| 46484 | ````` ş ````` | 0.0847263 | 0.035 | | +| 8839 | ````` í ````` | 0.0855892 | 0.47 | ````` ía `````, ````` ín `````, ````` ís ````` | +| 25154 | ````` ür ````` | 0.0856438 | 0.69 | | +| 9119 | ````` ü ````` | 0.0858603 | 0.87 | ````` ür `````, ````` ▁Mü ````` | +| 35945 | ````` én ````` | 0.0858715 | 0.87 | | +| 32685 | ````` cé ````` | 0.0858809 | 0.61 | | +| 24250 | ````` à ````` | 0.0858997 | 0.87 | ````` ▁à ````` | +| 38629 | ````` ▓ ````` | 0.0860871 | 0.12 | | +| 41471 | ````` 上 ````` | 0.0861228 | 0.71 | | +| 49479 | ````` 武 ````` | 0.0861279 | 0.4 | | +| 8118 | ````` █ ````` | 0.086214 | 0.1 | ````` ██ `````, ````` ████ `````, ````` ▁█ `````, ````` ████████ ````` | +| 42640 | ````` 女 ````` | 0.0863711 | 0.51 | | +| 29353 | ````` ré ````` | 0.0863746 | 1 | ````` ▁ré ````` | +| 28124 | ````` jas ````` | 0.0864369 | 0.99 | | +| 34706 | ````` μ ````` | 0.0864533 | 0.95 | ````` ▁μg ````` | +| 5644 | ````` の ````` | 0.0865204 | 0.08 | ````` の<0xE5> `````, ````` の<0xE7> `````, ````` の<0xE6> `````, ````` の<0xE9> `````, ````` の魔 `````, ... | +| 32833 | ````` τ ````` | 0.086777 | 0.74 | ````` ▁τ ````` | +| 48851 | ````` ijn ````` | 0.0868057 | 0.97 | | +| 34806 | ````` î ````` | 0.0868692 | 0.33 | | +| 17397 | ````` α ````` | 0.0868781 | 0.92 | ````` ▁α ````` | +| 35575 | ````` 田 ````` | 0.0869384 | 0.11 | | +| 26105 | ````` ã ````` | 0.0870094 | 0.92 | ````` ão ````` | +| 18965 | ````` ī ````` | 0.0870581 | 0.16 | | +| 28054 | ````` icz ````` | 0.0870639 | 0.92 | ````` owicz `````, ````` iewicz ````` | +| 29693 | ````` ía ````` | 0.087078 | 0.53 | | +| 39686 | ````` ß ````` | 0.0871761 | 0.69 | | +| 21044 | ````` berger ````` | 0.0873128 | 0.87 | | +| 45214 | ````` ateurs ````` | 0.0874001 | 0.88 | | +| 18843 | ````` ón ````` | 0.0874882 | 0.78 | | +| 43003 | ````` κ ````` | 0.0878295 | 0.98 | | +| 25128 | ````` ét ````` | 0.0878981 | 0.98 | | +| 27095 | ````` ē ````` | 0.0880519 | 0.13 | | +| 10208 | ````` ó ````` | 0.0880698 | 0.72 | ````` ón ````` | +| 41203 | ````` ís ````` | 0.0881436 | 0.45 | | +| 20320 | ````` ū ````` | 0.0881992 | 0.4 | | +| 28144 | ````` ▁à ````` | 0.088255 | 0.88 | | +| 30833 | ````` icht ````` | 0.0882596 | 0.98 | | +| 35954 | ````` ussen ````` | 0.0884279 | 0.83 | ````` ▁Rasmussen ````` | +| 43819 | ````` ité ````` | 0.0884937 | 0.88 | | +| 9104 | ````` ö ````` | 0.0885366 | 0.8 | ````` ör `````, ````` ön `````, ````` ▁Gö ````` | +| 24648 | ````` ischer ````` | 0.0886544 | 0.77 | ````` ▁Fischer ````` | +| 49366 | ````` ▁Ü ````` | 0.0887083 | 0.65 | | +| 28423 | ````` heid ````` | 0.0887581 | 0.81 | ````` ▁apartheid ````` | +| 46100 | ````` ische ````` | 0.0888891 | 0.96 | | +| 36861 | ````` lez ````` | 0.0889941 | 0.98 | | +| 26520 | ````` ο ````` | 0.0890329 | 0.46 | | +| 38866 | ````` stadt ````` | 0.0891164 | 0.97 | | +| 13700 | ````` 「 ````` | 0.0892084 | 0.29 | ````` ▁「 ````` | +| 24336 | ````` َ ````` | 0.0894356 | 0.031 | | +| 49549 | ````` 将 ````` | 0.0894453 | 0.28 | | +| 13703 | ````` 」 ````` | 0.0894674 | 0.62 | ````` ?」 `````, ````` .」 ````` | +| 48282 | ````` itsch ````` | 0.089575 | 0.65 | | +| 26692 | ````` ë ````` | 0.0896285 | 0.078 | | +| 48866 | ````` ön ````` | 0.0897134 | 0.74 | | +| 13220 | ````` Ant ````` | 0.0897643 | 0.94 | ````` ▁Antar `````, ````` Anti `````, ````` ▁Antarctica `````, ````` Anth `````, ````` Anthony `````, ... | +| 2637 | ````` é ````` | 0.0899066 | 0.99 | ````` ▁Poké `````, ````` ▁Pokémon `````, ````` és `````, ````` ée `````, ````` ét `````, ... | +| 21670 | ````` wald ````` | 0.0900471 | 0.98 | ````` ▁Oswald `````, ````` ▁Greenwald ````` | +| 39380 | ````` λ ````` | 0.0901804 | 0.95 | | +| 27217 | ````` ð ````` | 0.0901852 | 0.54 | | +| 17696 | ````` aires ````` | 0.0901908 | 0.97 | ````` ▁billionaires `````, ````` naires `````, ````` ▁millionaires ````` | +| 12607 | ````` aments ````` | 0.0902267 | 0.98 | ````` ournaments `````, ````` ▁tournaments ````` | +| 35982 | ````` ère ````` | 0.0903065 | 0.99 | | +| 15343 | ````` utenant ````` | 0.0904345 | 0.99 | ````` ▁Lieutenant `````, ````` ▁lieutenant ````` | +| 46496 | ````` uning ````` | 0.0905881 | 0.92 | | +| 45545 | ````` eln ````` | 0.0906311 | 0.97 | | +| 41440 | ````` ichen ````` | 0.0907262 | 0.97 | | +| 12143 | ````` anches ````` | 0.0907956 | 0.98 | ````` ▁branches `````, ````` Manchester ````` | +| 24175 | ````` ø ````` | 0.0908133 | 0.94 | | +| 16178 | ````` ç ````` | 0.0908147 | 0.83 | ````` ▁Franç `````, ````` ça `````, ````` ▁François ````` | +| 22487 | ````` ados ````` | 0.0908322 | 0.91 | | +| 40902 | ````` kamp ````` | 0.0909973 | 0.81 | | +| 28673 | ````` ═ ````` | 0.0911391 | 0.68 | ````` ══ ````` | +| 48766 | ````` ْ ````` | 0.0913176 | 0.012 | | +| 9685 | ````` irts ````` | 0.0913846 | 0.98 | ````` ▁shirts `````, ````` shirts `````, ````` skirts `````, ````` ▁outskirts `````, ````` ▁skirts ````` | +| 16268 | ````` feld ````` | 0.0914045 | 1 | ````` infeld ````` | +| 12657 | ````` ñ ````` | 0.0916294 | 0.9 | ````` ña `````, ````` ño `````, ````` ▁Niño ````` | +| 36920 | ````` %%%% ````` | 0.0917326 | 0.3 | | +| 47960 | ````` ▁Ré ````` | 0.0919489 | 0.97 | | +| 16901 | ````` atted ````` | 0.0920045 | 0.76 | ````` ▁formatted `````, ````` ▁batted ````` | +| 28602 | ````` cius ````` | 0.0920049 | 0.94 | ````` ▁Lucius ````` | +| 6365 | ````` anche ````` | 0.0920359 | 0.88 | ````` anchester `````, ````` ▁Manchester `````, ````` anches `````, ````` ▁branches `````, ````` anchez `````, ... | +| 43055 | ````` ▁É ````` | 0.0920417 | 0.98 | | +| 47350 | ````` zn ````` | 0.0920686 | 0.96 | | +| 40552 | ````` 』 ````` | 0.0920729 | 0.1 | | +| 38837 | ````` 不 ````` | 0.0921696 | 0.99 | | +| 18176 | ````` uler ````` | 0.0922812 | 1 | ````` ▁ruler `````, ````` ▁rulers `````, ````` ▁Ruler ````` | +| 44718 | ````` akov ````` | 0.0923652 | 0.94 | | +| 32180 | ````` oire ````` | 0.0923706 | 0.99 | ````` ▁repertoire `````, ````` ▁Grimoire ````` | +| 36168 | ````` º ````` | 0.0924693 | 0.88 | | +| 35495 | ````` atos ````` | 0.0924851 | 0.99 | ````` ▁Satoshi ````` | +| 6123 | ````` agues ````` | 0.0925304 | 0.98 | ````` ▁colleagues `````, ````` ▁leagues ````` | +| 24259 | ````` bourg ````` | 0.0925367 | 0.98 | ````` ▁Luxembourg `````, ````` ▁bourgeoisie ````` | +| 30105 | ````` ı ````` | 0.0926073 | 0.17 | | +| 31061 | ````` ierre ````` | 0.0926351 | 0.6 | ````` Pierre `````, ````` ierrez `````, ````` ▁Gutierrez ````` | +| 11440 | ````` enez ````` | 0.0926371 | 0.95 | ````` enezuel `````, ````` ▁Venezuel `````, ````` ▁Venezuela `````, ````` ▁Venezuelan ````` | +| 22742 | ````` aned ````` | 0.0927244 | 0.95 | ````` ▁leaned ````` | +| 37941 | ````` ienne ````` | 0.0928082 | 0.97 | | +| 13105 | ````` Mer ````` | 0.0928413 | 0.87 | ````` ▁Merkel `````, ````` ▁Mercedes `````, ````` Merit `````, ````` ▁Mercury `````, ````` ▁Mercy `````, ... | +| 33136 | ````` ğ ````` | 0.0929339 | 0.81 | ````` oğ `````, ````` oğan ````` | +| 5199 | ````` ¯ ````` | 0.0929817 | 0.26 | ````` ¯¯ `````, ````` ¯¯¯¯ `````, ````` ¯¯¯¯¯¯¯¯ `````, ````` ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ `````, ````` ▁¯ ````` | +| 14140 | ````` icts ````` | 0.0930426 | 0.99 | ````` ▁predicts `````, ````` ▁depicts `````, ````` ▁addicts `````, ````` ▁contradicts `````, ````` licts `````, ... | +| 19499 | ````` bach ````` | 0.093074 | 0.98 | ````` ▁bachelor ````` | +| 29730 | ````` enne ````` | 0.0930974 | 0.99 | ````` ▁openness `````, ````` ▁penned `````, ````` ienne `````, ````` ▁Jenner `````, ````` ennes `````, ... | +| 30356 | ````` atts ````` | 0.0930974 | 0.98 | ````` ▁watts `````, ````` awatts ````` | +| 39152 | ````` CLUD ````` | 0.0931242 | 0.99 | ````` ▁INCLUD ````` | +| 26694 | ````` cz ````` | 0.0931259 | 1 | ````` icz `````, ````` owicz `````, ````` iewicz ````` | +| 22394 | ````` iffe ````` | 0.0931456 | 0.78 | ````` ▁differential `````, ````` ▁differs `````, ````` ▁differing `````, ````` ▁differentiate `````, ````` ▁indifferent `````, ... | +| 13736 | ````` ocy ````` | 0.0931485 | 0.98 | ````` ocytes `````, ````` ocyte ````` | +| 9931 | ````` acles ````` | 0.0931829 | 0.97 | ````` ▁obstacles `````, ````` ▁miracles `````, ````` ▁tentacles ````` | +| 29233 | ````` gebra ````` | 0.0932542 | 0.98 | ````` ▁algebra ````` | +| 20785 | ````` isse ````` | 0.0932848 | 0.99 | ````` ▁disse `````, ````` ▁kissed `````, ````` ▁pissed `````, ````` ▁dissemin `````, ````` ▁kisses `````, ... | +| 16264 | ````` auer ````` | 0.0933109 | 0.94 | ````` ▁Bauer ````` | +| 12348 | ````` acre ````` | 0.0933585 | 0.99 | ````` ▁sacred `````, ````` ▁acres `````, ````` ▁Sacred `````, ````` ▁massacre `````, ````` ▁acre `````, ... | +| 48522 | ````` itta ````` | 0.093387 | 0.9 | ````` ▁Brittany ````` | +| 32426 | ````` Die ````` | 0.0934081 | 0.98 | ````` ▁Died `````, ````` ▁Dietary `````, ````` ▁Diesel ````` | +| 48672 | ````` agna ````` | 0.0934321 | 0.88 | | +| 19278 | ````` alion ````` | 0.0934609 | 0.1 | ````` ▁Battalion `````, ````` ▁battalion `````, ````` alions ````` | +| 22522 | ````` ± ````` | 0.093574 | 0.97 | | +| 39894 | ````` hof ````` | 0.0936884 | 0.97 | | +| 16593 | ````` ichi ````` | 0.0937275 | 0.99 | ````` ichick `````, ````` ▁Belichick `````, ````` Michigan `````, ````` ichita `````, ````` ▁Wichita `````, ... | +| 13933 | ````` cules ````` | 0.0937777 | 0.98 | ````` ▁molecules `````, ````` ▁Hercules ````` | +| 9889 | ````` isons ````` | 0.0939088 | 0.98 | ````` ▁comparisons `````, ````` ▁prisons `````, ````` ▁poisons ````` | +| 30436 | ````` utsche ````` | 0.0939481 | 0.55 | ````` ▁Deutsche ````` | +| 21178 | ````` gow ````` | 0.0940091 | 0.99 | ````` ▁Glasgow `````, ````` ▁gown ````` | +| 30634 | ````` RAY ````` | 0.0940174 | 0.94 | | +| 44012 | ````` jer ````` | 0.0940369 | 1 | | +| 15671 | ````` ahl ````` | 0.0940642 | 0.97 | ````` ▁Dahl ````` | +| 3024 | ````` aled ````` | 0.0940697 | 0.99 | ````` ▁revealed `````, ````` ▁sealed `````, ````` ▁concealed `````, ````` ▁appealed `````, ````` ▁scaled `````, ... | +| 40763 | ````` YN ````` | 0.094157 | 0.94 | | +| 16439 | ````` acs ````` | 0.094159 | 1 | ````` ▁Emacs ````` | +| 49446 | ````` acion ````` | 0.0942247 | 0.97 | | +| 36076 | ````` ikk ````` | 0.0943684 | 0.98 | | +| 30573 | ````` ör ````` | 0.0943999 | 0.97 | | +| 48799 | ````` jen ````` | 0.0944317 | 0.98 | | +| 39912 | ````` gew ````` | 0.0944401 | 0.98 | ````` gewater `````, ````` ▁Bridgewater ````` | +| 15705 | ````` ieg ````` | 0.0944501 | 0.98 | ````` ▁siege `````, ````` iegel `````, ````` ▁Siege `````, ````` ▁besieged `````, ````` ▁Sieg `````, ... | +| 25523 | ````` fried ````` | 0.0944573 | 1 | | +| 13249 | ````` BER ````` | 0.0944675 | 0.99 | ````` EMBER ````` | +| 28535 | ````` Der ````` | 0.0944796 | 0.99 | ````` ▁Derrick ````` | +| 50044 | ````` ça ````` | 0.0945085 | 0.64 | | +| 21477 | ````` cht ````` | 0.094537 | 1 | ````` icht `````, ````` ▁yacht ````` | +| 21715 | ````` itating ````` | 0.0945656 | 0.81 | ````` ilitating `````, ````` ▁facilitating `````, ````` ▁debilitating `````, ````` ▁irritating ````` | +| 40200 | ````` asta ````` | 0.0946582 | 0.99 | ````` ▁Coastal `````, ````` ▁Bastard ````` | +| 23017 | ````` ettes ````` | 0.094737 | 0.91 | ````` cigarettes ````` | +| 40496 | ````` 『 ````` | 0.094746 | 0.22 | | +| 18466 | ````` ogs ````` | 0.0947466 | 1 | ````` ▁blogs `````, ````` ▁Dogs `````, ````` dogs `````, ````` ▁Bulldogs `````, ````` blogspot `````, ... | +| 34058 | ````` usher ````` | 0.0948101 | 0.98 | ````` ▁usher `````, ````` ▁Crusher `````, ````` ▁ushered `````, ````` ▁rusher ````` | +| 2948 | ````` ened ````` | 0.0948187 | 0.97 | ````` ▁happened `````, ````` ▁opened `````, ````` ▁threatened `````, ````` ▁listened `````, ````` ▁weakened `````, ... | +| 19728 | ````` acht ````` | 0.0948307 | 0.99 | ````` ▁yacht ````` | +| 32765 | ````` gren ````` | 0.0948324 | 0.99 | | +| 26600 | ````` iem ````` | 0.094913 | 1 | ````` ▁Siem ````` | +| 19873 | ````` insky ````` | 0.0949191 | 0.93 | | +| 12082 | ````` owski ````` | 0.0949219 | 0.82 | ````` kowski `````, ````` andowski ````` | +| 4253 | ````` uing ````` | 0.0949323 | 0.99 | ````` ▁continuing `````, ````` ▁arguing `````, ````` ▁pursuing `````, ````` ▁issuing `````, ````` ▁intriguing `````, ... | +| 19123 | ````` gom ````` | 0.094975 | 1 | ````` gomery `````, ````` ▁Montgomery ````` | +| 24906 | ````` faced ````` | 0.0949869 | 1 | | +| 23776 | ````` etz ````` | 0.0949955 | 0.99 | ````` ▁Nietzsche `````, ````` aretz ````` | +| 29867 | ````` ieri ````` | 0.0950409 | 0.97 | | +| 34205 | ````` arta ````` | 0.0950584 | 0.98 | ````` ▁Spartan `````, ````` ▁Spartans `````, ````` ▁partake `````, ````` ▁Jakarta ````` | +| 42601 | ````` HY ````` | 0.0950666 | 0.99 | ````` ▁HY `````, ````` ▁WHY ````` | +| 18323 | ````` iker ````` | 0.0950998 | 0.98 | ````` ▁striker `````, ````` ikers `````, ````` ▁moniker `````, ````` ▁strikers `````, ````` ▁hikers ````` | +| 13497 | ````` idding ````` | 0.0951522 | 0.94 | ````` ▁bidding `````, ````` ▁kidding ````` | +| 47450 | ````` ▁Zeit ````` | 0.0951547 | 0.88 | | +| 12483 | ````` neg ````` | 0.0951737 | 1 | ````` ▁negotiate `````, ````` ▁neglig `````, ````` ▁neglect `````, ````` ▁negotiating `````, ````` ▁negotiated `````, ... | +| 12709 | ````` iors ````` | 0.095182 | 0.99 | ````` ▁behaviors `````, ````` ▁warriors `````, ````` ▁seniors `````, ````` ▁superiors ````` | +| 34894 | ````` atti ````` | 0.0951921 | 0.96 | ````` ▁Mattis `````, ````` ▁attire `````, ````` ▁attic ````` | +| 46060 | ````` pez ````` | 0.0952 | 0.95 | | +| 37806 | ````` agles ````` | 0.0952266 | 0.97 | | +| 10140 | ````` pled ````` | 0.095242 | 0.99 | ````` ▁pledge `````, ````` ▁pledged `````, ````` ▁coupled `````, ````` ▁pledges `````, ````` ▁sampled `````, ... | +| 28646 | ````` iku ````` | 0.09525 | 0.88 | ````` ikuman `````, ````` ▁Kinnikuman ````` | +| 27860 | ````` MON ````` | 0.0952734 | 1 | | +| 11350 | ````` pling ````` | 0.0952948 | 0.98 | ````` ▁sampling `````, ````` ▁grappling `````, ````` ▁crippling `````, ````` ▁coupling `````, ````` plings ````` | +| 38254 | ````` ▁é ````` | 0.0952958 | 0.99 | | +| 29637 | ````` encia ````` | 0.0953056 | 0.97 | ````` ▁Valencia ````` | +| 25286 | ````` ulas ````` | 0.0953191 | 0.98 | ````` ▁formulas ````` | +| 37510 | ````` edes ````` | 0.0953229 | 1 | ````` ▁concedes ````` | +| 45475 | ````` POL ````` | 0.0953529 | 0.98 | | +| 17503 | ````` osc ````` | 0.0953617 | 1 | ````` ▁microsc `````, ````` ▁oscill `````, ````` ▁microscope `````, ````` ▁Neuroscience `````, ````` ▁neuroscience `````, ... | +| 26711 | ````` MY ````` | 0.0953736 | 1 | ````` AMY ````` | +| 45349 | ````` BUS ````` | 0.0953909 | 0.98 | | +| 48432 | ````` rieg ````` | 0.0954063 | 0.94 | | +| 41979 | ````` iera ````` | 0.0954237 | 0.89 | | +| 15972 | ````` idges ````` | 0.0954519 | 0.94 | ````` ▁bridges `````, ````` ridges `````, ````` ▁cartridges `````, ````` ▁Bridges ````` | +| 45180 | ````` uve ````` | 0.0954727 | 0.93 | ````` ▁rejuven `````, ````` ▁Juven `````, ````` ▁juveniles ````` | +| 11981 | ````` elled ````` | 0.0954917 | 0.91 | ````` pelled `````, ````` ▁cancelled `````, ````` ▁compelled `````, ````` ▁travelled `````, ````` ▁yelled `````, ... | +| 42576 | ````` ennes ````` | 0.0955116 | 0.96 | | +| 38633 | ````` ivas ````` | 0.0955276 | 0.99 | | +| 16531 | ````` sson ````` | 0.0955405 | 0.97 | ````` isson `````, ````` esson `````, ````` ansson `````, ````` ▁Lessons `````, ````` ▁disson ````` | +| 48999 | ````` TING ````` | 0.0955498 | 0.98 | | +| 47759 | ````` atro ````` | 0.0955539 | 0.98 | ````` ▁patronage ````` | +| 38575 | ````` nen ````` | 0.0955713 | 0.99 | ````` ▁exponential `````, ````` ▁abstinence `````, ````` ▁linen `````, ````` inen `````, ````` ▁proponent `````, ... | +| 38771 | ````` adas ````` | 0.0955857 | 0.96 | | +| 8020 | ````` Pol ````` | 0.09559 | 0.99 | ````` Police `````, ````` ▁Poly `````, ````` ▁Poll `````, ````` ▁Poland `````, ````` ▁Political `````, ... | +| 12487 | ````` oning ````` | 0.0956661 | 0.99 | ````` ▁questioning `````, ````` ▁reasoning `````, ````` ▁functioning `````, ````` ▁mentioning `````, ````` ▁conditioning `````, ... | +| 9327 | ````` igen ````` | 0.0956803 | 1 | ````` ▁Intelligence `````, ````` igenous `````, ````` ▁intelligent `````, ````` ▁indigenous `````, ````` ▁Indigenous `````, ... | +| 24611 | ````` opsis ````` | 0.0956863 | 0.91 | ````` ▁synopsis `````, ````` Synopsis ````` | +| 34741 | ````` ansk ````` | 0.0956941 | 0.61 | ````` anski `````, ````` ▁Sanskrit `````, ````` ansky ````` | +| 29364 | ````` heit ````` | 0.0957035 | 0.96 | ````` renheit `````, ````` ▁Fahrenheit ````` | +| 40334 | ````` SUP ````` | 0.0957046 | 1 | ````` ▁SUPPORT ````` | +| 13238 | ````` iere ````` | 0.0957142 | 0.78 | ````` ▁premiere `````, ````` ▁premiered `````, ````` ▁Premiere ````` | +| 40903 | ````` chio ````` | 0.0957162 | 0.95 | | +| 36798 | ````` ingen ````` | 0.0958108 | 1 | ````` ▁contingency `````, ````` ▁ingenious `````, ````` ▁ingenuity `````, ````` ▁disingen ````` | +| 18452 | ````` eled ````` | 0.0958276 | 1 | ````` ▁canceled `````, ````` ▁fueled `````, ````` ▁modeled `````, ````` ▁leveled `````, ````` paralleled `````, ... | +| 9272 | ````` aping ````` | 0.0958413 | 0.98 | ````` ▁shaping `````, ````` ▁escaping `````, ````` ▁raping `````, ````` ▁vaping `````, ````` ▁leaping `````, ... | +| 15495 | ````` aky ````` | 0.0958444 | 0.99 | ````` ▁shaky `````, ````` ▁sneaky ````` | +| 19861 | ````` acters ````` | 0.0958548 | 0.9 | ````` ▁Characters `````, ````` Characters ````` | +| 10199 | ````` olph ````` | 0.0958789 | 0.92 | ````` olphins `````, ````` ▁Dolphins `````, ````` olphin `````, ````` ▁dolphins `````, ````` ▁Randolph `````, ... | +| 27909 | ````` atz ````` | 0.0958819 | 0.99 | ````` ▁Katz ````` | +| 23677 | ````` enza ````` | 0.0958895 | 0.98 | ````` ▁influenza ````` | +| 37039 | ````` enburg ````` | 0.0958999 | 0.92 | | +| 11725 | ````` ben ````` | 0.0959276 | 1 | ````` ▁beneficial `````, ````` ▁bent `````, ````` ▁benchmark `````, ````` ▁bend `````, ````` ▁incumbent `````, ... | +| 10231 | ````` attered ````` | 0.0959527 | 0.91 | ````` ▁scattered `````, ````` ▁shattered `````, ````` ▁mattered `````, ````` ▁battered `````, ````` ▁Shattered ````` | +| 30736 | ````` MED ````` | 0.0959784 | 0.99 | | +| 21721 | ````` illes ````` | 0.0959935 | 0.96 | ````` ▁Achilles `````, ````` ▁Gillespie ````` | +| 25311 | ````` isch ````` | 0.0959954 | 0.95 | ````` ▁discharged `````, ````` ▁Fischer `````, ````` ▁mischief `````, ````` ische ````` | +| 36689 | ````` aten ````` | 0.096001 | 0.99 | ````` catentry `````, ````` ▁latent `````, ````` ▁Staten `````, ````` ▁unbeaten ````` | +| 26563 | ````` Arm ````` | 0.0960042 | 0.99 | ````` ▁Armored `````, ````` ▁Armenian `````, ````` Armor `````, ````` ▁Armenia `````, ````` Army `````, ... | +| 25463 | ````` Pres ````` | 0.0960091 | 0.99 | ````` ▁Pressure `````, ````` ▁Preston `````, ````` Present `````, ````` ▁Presidents `````, ````` ▁Presidency `````, ... | +| 23307 | ````` ELL ````` | 0.096013 | 0.97 | ````` ▁HELL ````` | +| 2932 | ````` atives ````` | 0.0960321 | 0.99 | ````` ▁representatives `````, ````` ▁conservatives `````, ````` ▁relatives `````, ````` ▁alternatives `````, ````` ▁initiatives `````, ... | +| 40795 | ````` 中 ````` | 0.0960453 | 0.94 | | +| 25157 | ````` COL ````` | 0.0960587 | 1 | ````` COLOR ````` | +| 39784 | ````` antes ````` | 0.0960613 | 0.97 | | +| 33470 | ````` lich ````` | 0.0960747 | 0.99 | ````` ▁clich `````, ````` ▁Belichick `````, ````` ▁lich `````, ````` ▁cliché ````` | +| 33915 | ````` † ````` | 0.0960904 | 0.59 | | +| 15096 | ````` ateur ````` | 0.0961069 | 0.98 | ````` ▁amateur `````, ````` ateurs `````, ````` ▁Amateur ````` | +| 16478 | ````` attering ````` | 0.0961555 | 0.91 | ````` ▁scattering `````, ````` ▁flattering `````, ````` ▁shattering ````` | +| 42471 | ````` 是 ````` | 0.0961612 | 0.99 | | +| 28120 | ````` eenth ````` | 0.0961952 | 0.57 | ````` ▁nineteenth `````, ````` ▁eighteenth ````` | +| 24300 | ````` irling ````` | 0.096201 | 0.99 | ````` ▁swirling ````` | +| 32485 | ````` idad ````` | 0.0962033 | 0.92 | ````` ▁Trinidad ````` | +| 18837 | ````` eyed ````` | 0.0962322 | 1 | ````` ▁surveyed `````, ````` ▁conveyed `````, ````` ▁eyed ````` | +| 14718 | ````` asha ````` | 0.0962382 | 0.99 | ````` ▁ashamed `````, ````` ▁Bashar `````, ````` ▁Sasha `````, ````` ▁Natasha ````` | +| 14817 | ````` amy ````` | 0.0962716 | 0.99 | ````` ▁creamy `````, ````` ▁amy `````, ````` ▁polygamy `````, ````` ▁amygdala ````` | +| 25017 | ````` atta ````` | 0.0963269 | 0.99 | ````` ▁attained `````, ````` ▁Battalion `````, ````` ▁attachments `````, ````` ▁battalion `````, ````` attacks `````, ... | +| 26630 | ````` itaire ````` | 0.0963392 | 0.88 | ````` ▁Solitaire ````` | +| 24642 | ````` ELD ````` | 0.0963403 | 0.86 | ````` FIELD `````, ````` IELD ````` | +| 11739 | ````` acer ````` | 0.0963974 | 0.98 | ````` acerb `````, ````` ▁exacerb `````, ````` ▁Pacers `````, ````` ▁exacerbated `````, ````` ▁Racer `````, ... | +| 8726 | ````` peror ````` | 0.0964116 | 0.83 | ````` ▁Emperor `````, ````` ▁emperor `````, ````` perors ````` | +| 29319 | ````` ■ ````` | 0.0964188 | 0.88 | ````` ▁■ ````` | +| 32044 | ````` fif ````` | 0.096425 | 0.87 | ````` fifth ````` | +| 25150 | ````` imo ````` | 0.0964303 | 0.98 | ````` ▁unanimous `````, ````` ▁unanimously `````, ````` imony `````, ````` Simon `````, ````` ▁Grimoire `````, ... | +| 13013 | ````` arios ````` | 0.0964499 | 0.99 | ````` ▁scenarios ````` | +| 4129 | ````` anted ````` | 0.0964608 | 0.96 | ````` ▁granted `````, ````` ▁planted `````, ````` ▁unwanted `````, ````` chanted `````, ````` ▁warranted `````, ... | +| 26058 | ````` Hen ````` | 0.0964889 | 0.89 | ````` Henry `````, ````` ▁Hendricks `````, ````` ▁Henri ````` | +| 16767 | ````` 。 ````` | 0.0965071 | 0.98 | | +| 45964 | ````` ijk ````` | 0.0965188 | 0.95 | | +| 23351 | ````` falls ````` | 0.0965247 | 1 | ````` ▁pitfalls ````` | +| 9975 | ````` aders ````` | 0.0965619 | 0.99 | ````` ▁Leaders `````, ````` ▁traders `````, ````` ▁headers `````, ````` ▁Leadership `````, ````` leaders `````, ... | +| 18722 | ````` enes ````` | 0.0965855 | 0.98 | ````` ▁Genesis `````, ````` ogenesis `````, ````` ▁forgiveness `````, ````` scenes `````, ````` itiveness `````, ... | +| 42127 | ````` anca ````` | 0.0966031 | 0.99 | ````` ▁pancakes ````` | +| 22196 | ````` oux ````` | 0.0966146 | 0.99 | ````` ▁Sioux ````` | +| 31332 | ````` ño ````` | 0.0966359 | 0.94 | ````` ▁Niño ````` | +| 18757 | ````` eking ````` | 0.0966611 | 0.95 | ````` seeking `````, ````` ▁Seeking ````` | +| 30318 | ````` alla ````` | 0.096662 | 0.95 | ````` Installation `````, ````` allah `````, ````` ▁Installation `````, ````` ▁Gallagher `````, ````` ▁fallacy `````, ... | +| 10984 | ````` itched ````` | 0.0966728 | 0.99 | ````` ▁switched `````, ````` ▁pitched ````` | +| 11672 | ````` thal ````` | 0.0966961 | 0.99 | ````` ▁lethal `````, ````` enthal `````, ````` umenthal `````, ````` othal `````, ````` ▁Blumenthal `````, ... | +| 43403 | ````` bler ````` | 0.0966977 | 0.99 | | +| 3403 | ````` aly ````` | 0.0967072 | 0.96 | ````` ▁analysis `````, ````` ▁analy `````, ````` ▁Italy `````, ````` alysis `````, ````` ▁analys `````, ... | +| 33579 | ````` ilon ````` | 0.0967189 | 0.73 | | +| 27982 | ````` caps ````` | 0.096755 | 1 | ````` ▁encaps `````, ````` ▁capsules ````` | +| 5289 | ````` aded ````` | 0.0967592 | 0.99 | ````` ▁headed `````, ````` ▁loaded `````, ````` ▁traded `````, ````` loaded `````, ````` headed `````, ... | +| 22593 | ````` ovan ````` | 0.0967764 | 0.96 | ````` ▁Donovan `````, ````` ▁Giovanni ````` | +| 13942 | ````` itated ````` | 0.0967842 | 0.76 | ````` ▁facilitated `````, ````` ▁irritated `````, ````` ▁agitated `````, ````` ▁hesitated ````` | +| 12934 | ````` iated ````` | 0.0967971 | 0.96 | ````` ▁appreciated `````, ````` ▁initiated `````, ````` ▁affiliated `````, ````` ociated `````, ````` ▁negotiated `````, ... | +| 32566 | ````` opter ````` | 0.0968376 | 0.99 | | +| 24982 | ````` amination ````` | 0.0968562 | 0.78 | ````` ▁examinations `````, ````` examination `````, ````` ▁Examination ````` | +| 3083 | ````` aves ````` | 0.0968616 | 1 | ````` ▁leaves `````, ````` ▁waves `````, ````` ▁slaves `````, ````` ▁saves `````, ````` ▁Braves `````, ... | +| 10468 | ````` iens ````` | 0.0968712 | 0.96 | ````` ▁aliens `````, ````` ▁Canadiens `````, ````` ▁Aliens ````` | +| 13564 | ````` engu ````` | 0.0968905 | 0.97 | ````` ▁Pengu `````, ````` ▁Penguins `````, ````` ▁engulf `````, ````` ▁Penguin `````, ````` ▁pengu `````, ... | +| 22533 | ````` irteen ````` | 0.0968922 | 0.71 | ````` ▁thirteen ````` | +| 6504 | ````` stood ````` | 0.0968977 | 1 | ````` ▁understood `````, ````` ▁misunderstood ````` | +| 12140 | ````` encer ````` | 0.0968985 | 0.99 | ````` ▁Spencer `````, ````` encers ````` | +| 22726 | ````` imer ````` | 0.0969023 | 1 | ````` ▁primer `````, ````` ▁disclaimer `````, ````` ▁Chimera `````, ````` timer `````, ````` ▁timers `````, ... | +| 16771 | ````` HH ````` | 0.0969362 | 0.94 | ````` HHHH `````, ````` ▁HHS `````, ````` ▁HH ````` | +| 10257 | ````` atal ````` | 0.0969522 | 0.97 | ````` ▁fatal `````, ````` ▁Catal `````, ````` ▁catalog `````, ````` ▁fatally `````, ````` ▁fatalities `````, ... | +| 24045 | ````` naire ````` | 0.0969593 | 0.91 | ````` ▁questionnaire `````, ````` ▁billionaires `````, ````` naires `````, ````` ▁millionaire `````, ````` ▁millionaires ````` | +| 29604 | ````` iago ````` | 0.0969615 | 0.92 | ````` ▁Santiago `````, ````` ▁diagonal ````` | +| 19264 | ````` emet ````` | 0.0969742 | 0.99 | ````` emetery `````, ````` ▁cemetery `````, ````` ▁Cemetery ````` | +| 14992 | ````` Fig ````` | 0.096989 | 0.99 | ````` ▁Fighter `````, ````` ▁Fighting `````, ````` Fight `````, ````` ▁Fighters `````, ````` ▁Figures `````, ... | +| 13039 | ````` ttes ````` | 0.0969935 | 0.99 | ````` arettes `````, ````` ▁cigarettes `````, ````` ettes `````, ````` ottesville `````, ````` ▁Charlottesville `````, ... | +| 27994 | ````` Hor ````` | 0.0970034 | 0.99 | ````` ▁Horus `````, ````` ▁Hort `````, ````` ▁Horde `````, ````` ▁Hornets `````, ````` ▁Horizons `````, ... | +| 28287 | ````` gang ````` | 0.0970149 | 1 | ````` ▁Wolfgang ````` | +| 13112 | ````` ardo ````` | 0.0970158 | 0.99 | ````` ardon `````, ````` ▁hazardous `````, ````` ▁pardon `````, ````` ▁Leonardo `````, ````` ▁Ricardo ````` | +| 20509 | ````` uese ````` | 0.0970391 | 0.84 | ````` ▁Portuguese ````` | +| 31188 | ````` ² ````` | 0.0970464 | 0.98 | | +| 2893 | ````` izing ````` | 0.0970597 | 0.99 | ````` ▁organizing `````, ````` ▁realizing `````, ````` ▁recognizing `````, ````` ▁utilizing `````, ````` ▁criticizing `````, ... | +| 17499 | ````` urers ````` | 0.0970674 | 0.68 | ````` ▁insurers `````, ````` ▁adventurers ````` | +| 15207 | ````` ulsion ````` | 0.0970916 | 0.95 | ````` ▁expulsion `````, ````` ▁propulsion `````, ````` ▁compulsion ````` | +| 1742 | ````` ued ````` | 0.0971032 | 1 | ````` ▁continued `````, ````` ▁issued `````, ````` ▁argued `````, ````` ▁sued `````, ````` ▁valued `````, ... | +| 25317 | ````` illas ````` | 0.0971257 | 0.99 | | +| 33484 | ````` Bul ````` | 0.097132 | 0.97 | ````` ▁Bulldogs `````, ````` ▁Bulg `````, ````` Bull `````, ````` ▁Bullets `````, ````` ▁Bulgarian `````, ... | +| 20035 | ````` FIN ````` | 0.0971488 | 0.97 | ````` ▁FINAL `````, ````` FINE `````, ````` ▁FIN `````, ````` FINEST ````` | +| 10358 | ````` alties ````` | 0.0971495 | 0.95 | ````` ▁penalties `````, ````` ▁casualties `````, ````` ▁royalties ````` | +| 15883 | ````` usions ````` | 0.0971533 | 0.96 | ````` ▁illusions `````, ````` ▁delusions ````` | +| 45810 | ````` atto ````` | 0.0971602 | 0.95 | | +| 12007 | ````` oned ````` | 0.0971743 | 1 | ````` ioned `````, ````` mentioned `````, ````` ▁positioned `````, ````` ▁summoned `````, ````` ▁commissioned `````, ... | +| 48927 | ````` ▁dag ````` | 0.0971861 | 0.97 | | +| 4275 | ````` aling ````` | 0.0971917 | 0.99 | ````` ▁dealing `````, ````` ▁healing `````, ````` ▁revealing `````, ````` ▁appealing `````, ````` ▁stealing `````, ... | +| 20978 | ````` appa ````` | 0.097196 | 0.74 | ````` ▁apparatus `````, ````` ▁appalling `````, ````` ▁apparel `````, ````` ▁Kappa `````, ````` ▁appalled ````` | +| 10238 | ````` ā ````` | 0.0972276 | 0.81 | | +| 42725 | ````` oine ````` | 0.0972331 | 0.98 | ````` joined ````` | +| 16701 | ````` omon ````` | 0.0972427 | 0.98 | ````` ▁Solomon ````` | +| 47434 | ````` acia ````` | 0.0972529 | 0.95 | | +| 11311 | ````` uki ````` | 0.0972535 | 0.96 | ````` ▁Suzuki `````, ````` atsuki ````` | +| 27926 | ````` agonal ````` | 0.0972659 | 0.96 | ````` ▁diagonal ````` | +| 9800 | ````` adows ````` | 0.0972672 | 0.94 | ````` ▁shadows `````, ````` ▁Shadows `````, ````` ▁Meadows ````` | +| 28561 | ````` eny ````` | 0.0973041 | 0.99 | ````` ▁Kenyan `````, ````` heny ````` | +| 14268 | ````` atched ````` | 0.0973071 | 0.97 | ````` ▁matched `````, ````` ▁dispatched `````, ````` matched `````, ````` ▁scratched `````, ````` ▁patched `````, ... | +| 25499 | ````` ako ````` | 0.0973132 | 1 | ````` ▁breakout `````, ````` ▁Makoto `````, ````` akov ````` | +| 11214 | ````` ASH ````` | 0.0973363 | 0.99 | ````` ASHINGTON `````, ````` WASHINGTON ````` | +| 20330 | ````` inho ````` | 0.0973421 | 0.99 | ````` ▁Mourinho ````` | +| 10220 | ````` held ````` | 0.0973737 | 1 | ````` ▁upheld `````, ````` ▁withheld `````, ````` ▁handheld `````, ````` ▁Sheldon ````` | +| 26069 | ````` atra ````` | 0.097393 | 0.99 | | +| 28969 | ````` ascade ````` | 0.0974024 | 0.14 | ````` ▁cascade `````, ````` ▁Cascade ````` | +| 7753 | ````` kel ````` | 0.0974053 | 0.99 | ````` keley `````, ````` ▁Berkeley `````, ````` ▁likelihood `````, ````` kell `````, ````` ▁skelet `````, ... | +| 13484 | ````` iao ````` | 0.0974481 | 0.85 | ````` ▁Xiao `````, ````` ▁Qiao `````, ````` ▁Xiaomi ````` | +| 6803 | ````` iments ````` | 0.0974487 | 0.87 | ````` ▁experiments `````, ````` ▁sentiments `````, ````` ▁embodiments `````, ````` ▁compliments ````` | +| 10129 | ````` reshold ````` | 0.0974507 | 0.98 | ````` ▁threshold `````, ````` ▁thresholds ````` | +| 12378 | ````` otta ````` | 0.0974677 | 0.94 | ````` ▁gotta `````, ````` ottage `````, ````` ▁cottage ````` | +| 41033 | ````` Seg ````` | 0.0974883 | 1 | | +| 8048 | ````` aron ````` | 0.0975034 | 1 | ````` ▁Aaron `````, ````` ▁Baron `````, ````` ▁Sharon `````, ````` Aaron ````` | +| 26641 | ````` β ````` | 0.0975082 | 0.97 | ````` ▁β ````` | +| 13851 | ````` ikh ````` | 0.0975138 | 0.89 | ````` ▁Sheikh `````, ````` ▁Sikh `````, ````` ikhail `````, ````` ▁Mikhail ````` | +| 37270 | ````` EFF ````` | 0.0975264 | 0.98 | | +| 37105 | ````` ¨ ````` | 0.09753 | 0.58 | | +| 9763 | ````` itty ````` | 0.0975309 | 0.98 | ````` ▁Kitty `````, ````` ▁shitty `````, ````` ▁gritty `````, ````` ▁witty ````` | +| 491 | ````` ich ````` | 0.0975352 | 0.99 | ````` ▁which `````, ````` ▁Mich `````, ````` ▁Michael `````, ````` ▁Rich `````, ````` which `````, ... | +| 49666 | ````` vier ````` | 0.0975409 | 1 | | +| 19072 | ````` enson ````` | 0.097544 | 0.97 | ````` ▁Benson `````, ````` ▁Stevenson `````, ````` ▁Stephenson ````` | +| 25556 | ````` Pen ````` | 0.097555 | 0.98 | ````` ▁Penny `````, ````` ▁Penguins `````, ````` ▁Penguin `````, ````` ▁Pend `````, ````` ▁Pens `````, ... | +| 17761 | ````` ucked ````` | 0.0975567 | 0.93 | ````` ▁fucked `````, ````` ▁sucked `````, ````` ▁tucked ````` | +| 41377 | ````` DEC ````` | 0.0976014 | 1 | | +| 14997 | ````` ioned ````` | 0.0976328 | 0.99 | ````` mentioned `````, ````` ▁positioned `````, ````` ▁commissioned `````, ````` ▁aforementioned `````, ````` ▁stationed `````, ... | +| 17399 | ````` zel ````` | 0.0976376 | 0.99 | ````` azel `````, ````` ▁Hazel ````` | +| 945 | ````` ures ````` | 0.09766 | 1 | ````` ▁features `````, ````` ▁measures `````, ````` ▁figures `````, ````` ▁pictures `````, ````` atures `````, ... | +| 35356 | ````` GEN ````` | 0.0976818 | 0.99 | ````` ▁GENERAL ````` | +| 22958 | ````` _- ````` | 0.0976899 | 0.58 | ````` _-_ ````` | +| 46377 | ````` omorphic ````` | 0.0976906 | 0.95 | | +| 8404 | ````` udes ````` | 0.0976912 | 0.99 | ````` itudes `````, ````` cludes `````, ````` ▁attitudes `````, ````` ▁concludes `````, ````` ▁Includes `````, ... | +| 17142 | ````` ATT ````` | 0.097693 | 0.99 | ````` ▁ATT `````, ````` ATTLE ````` | +| 23823 | ````` Ir ````` | 0.0977103 | 0.99 | ````` ▁Irving `````, ````` Iraq `````, ````` ▁Iris `````, ````` ▁Iranians `````, ````` ▁Iraqis `````, ... | +| 30851 | ````` oche ````` | 0.0977129 | 0.99 | ````` ochemical `````, ````` ochemistry `````, ````` ▁crochet `````, ````` ▁biochemical `````, ````` ▁Roche `````, ... | +| 39076 | ````` ▁dé ````` | 0.0977146 | 0.93 | | +| 9589 | ````` aved ````` | 0.0977183 | 0.99 | ````` ▁waved `````, ````` raved `````, ````` ▁paved `````, ````` ▁behaved `````, ````` ▁enslaved `````, ... | +| 21865 | ````` kov ````` | 0.0977254 | 1 | ````` ▁Yanukovych `````, ````` akov `````, ````` nikov ````` | +| 14742 | ````` umbling ````` | 0.0977577 | 0.97 | ````` ▁crumbling `````, ````` ▁stumbling ````` | +| 26607 | ````` ¶ ````` | 0.0977631 | 0.76 | ````` ▁¶ ````` | +| 33428 | ````` vez ````` | 0.0977738 | 0.97 | | +| 22984 | ````` holm ````` | 0.0977746 | 1 | ````` ▁Stockholm ````` | +| 6608 | ````` uated ````` | 0.0977888 | 0.97 | ````` ▁evaluated `````, ````` ▁graduated `````, ````` ▁situated `````, ````` ▁evacuated ````` | +| 29581 | ````` oren ````` | 0.0977929 | 1 | ````` ▁Loren `````, ````` ▁Lorenzo `````, ````` ▁Moreno `````, ````` ▁Forensic ````` | +| 15494 | ````` irmed ````` | 0.0978104 | 0.72 | ````` ▁affirmed `````, ````` confirmed ````` | +| 17543 | ````` inates ````` | 0.0978203 | 0.99 | ````` ▁coordinates `````, ````` ▁eliminates `````, ````` ▁dominates `````, ````` ▁subordinates ````` | +| 36912 | ````` uno ````` | 0.0978227 | 1 | ````` ▁runoff `````, ````` ▁unob `````, ````` ▁Juno `````, ````` ▁unorthodox ````` | +| 16667 | ````` iov ````` | 0.0978303 | 0.97 | ````` iovascular `````, ````` ▁cardiovascular `````, ````` ▁Giov `````, ````` ▁Giovanni ````` | +| 26875 | ````` adding ````` | 0.0978419 | 0.99 | ````` padding ````` | +| 44129 | ````` ismo ````` | 0.0978585 | 0.95 | | +| 31820 | ````` 】 ````` | 0.0978833 | 0.72 | | +| 15819 | ````` oping ````` | 0.0978923 | 0.95 | ````` ▁coping `````, ````` ▁doping ````` | +| 38478 | ````` SG ````` | 0.0979 | 1 | ````` ▁MSG ````` | +| 14149 | ````` inging ````` | 0.0979176 | 0.97 | ````` ▁swinging `````, ````` ▁ringing `````, ````` bringing `````, ````` ▁clinging `````, ````` ▁upbringing `````, ... | +| 23518 | ````` ulus ````` | 0.0979238 | 0.95 | ````` ▁calculus ````` | +| 17895 | ````` achers ````` | 0.0979272 | 0.7 | ````` ▁Teachers ````` | +| 48364 | ````` yk ````` | 0.0979323 | 0.99 | | +| 40018 | ````` anos ````` | 0.0979356 | 0.99 | | +| 10576 | ````` ammed ````` | 0.0979506 | 0.93 | ````` ▁Mohammed `````, ````` ▁slammed `````, ````` ▁programmed `````, ````` ▁jammed `````, ````` ▁crammed ````` | +| 6000 | ````` sembly ````` | 0.0979617 | 0.71 | ````` ▁Assembly `````, ````` ▁assembly `````, ````` assembly `````, ````` Assembly ````` | +| 35809 | ````` Lean ````` | 0.097967 | 0.99 | ````` ▁Lean ````` | +| 41101 | ````` jj ````` | 0.097985 | 0.98 | | +| 8231 | ````` eding ````` | 0.0979858 | 0.98 | ````` ▁feeding `````, ````` ▁proceedings `````, ````` ▁bleeding `````, ````` ▁needing `````, ````` ▁preceding `````, ... | +| 16404 | ````` iasm ````` | 0.0979881 | 0.37 | ````` ▁enthusiasm ````` | +| 21187 | ````` midt ````` | 0.0979955 | 0.97 | ````` ▁Schmidt `````, ````` ▁midterm ````` | +| 38025 | ````` GU ````` | 0.0980007 | 0.99 | ````` GUI `````, ````` ▁GUN ````` | +| 3375 | ````` asc ````` | 0.0980069 | 1 | ````` ▁fasc `````, ````` ▁asc `````, ````` ▁fascinating `````, ````` ascular `````, ````` ascript `````, ... | +| 16848 | ````` itutes ````` | 0.0980071 | 0.45 | ````` ▁constitutes `````, ````` ▁prostitutes `````, ````` ▁Institutes `````, ````` ▁substitutes ````` | +| 3905 | ````` iled ````` | 0.0980102 | 0.99 | ````` ▁failed `````, ````` ▁filed `````, ````` ailed `````, ````` ▁detailed `````, ````` ▁smiled `````, ... | +| 47086 | ````` bek ````` | 0.0980143 | 0.95 | | +| 5615 | ````` isation ````` | 0.0980174 | 1 | ````` ▁organisation `````, ````` ▁organisations `````, ````` ▁Organisation `````, ````` isations `````, ````` ▁civilisation ````` | +| 11344 | ````` izers ````` | 0.0980365 | 0.96 | ````` ▁organizers ````` | +| 40783 | ````` aden ````` | 0.0980398 | 0.99 | ````` ▁Pasadena `````, ````` ▁broaden ````` | +| 11340 | ````` Figure ````` | 0.098062 | 0.99 | ````` ▁Figures ````` | +| 44561 | ````` VOL ````` | 0.0980646 | 0.99 | | +| 9433 | ````` amps ````` | 0.0980703 | 0.99 | ````` ▁camps `````, ````` ▁Hampshire `````, ````` ▁stamps `````, ````` ▁lamps `````, ````` ▁ramps `````, ... | +| 20286 | ````` teenth ````` | 0.0981115 | 0.94 | ````` eteenth `````, ````` ▁nineteenth `````, ````` ▁eighteenth ````` | +| 48991 | ````` ohl ````` | 0.0981152 | 0.99 | | +| 22074 | ````` peg ````` | 0.0981162 | 0.99 | ````` ▁Winnipeg `````, ````` apego `````, ````` ▁peg `````, ````` ▁scapego `````, ````` mpeg `````, ... | +| 47471 | ````` VL ````` | 0.0981371 | 0.98 | | +| 3496 | ````` acher ````` | 0.0981869 | 0.96 | ````` ▁teacher `````, ````` ▁teachers `````, ````` achers `````, ````` ▁Teacher `````, ````` ▁Teachers `````, ... | +| 40802 | ````` gling ````` | 0.0981893 | 0.96 | ````` ▁dangling `````, ````` ▁juggling `````, ````` ▁fledgling ````` | +| 22077 | ````` ▁° ````` | 0.0982055 | 0.97 | | +| 44243 | ````` icc ````` | 0.098208 | 0.98 | | +| 11454 | ````` wich ````` | 0.0982299 | 0.92 | ````` ▁sandwich `````, ````` ▁sandwiches `````, ````` ▁Norwich `````, ````` ▁Sandwich `````, ````` ▁Greenwich ````` | +| 43491 | ````` AAAAAAAA ````` | 0.0982305 | 0.62 | | +| 26906 | ````` Az ````` | 0.0982351 | 1 | ````` ▁Azerb `````, ````` ▁Azerbai `````, ````` ▁Azerbaijan ````` | +| 13657 | ````` usters ````` | 0.098252 | 0.96 | ````` ▁clusters `````, ````` busters `````, ````` ▁Ghostbusters ````` | +| 10523 | ````` ilation ````` | 0.0982533 | 0.94 | ````` ▁compilation `````, ````` ihilation `````, ````` ▁ventilation `````, ````` imilation `````, ````` ▁annihilation ````` | +| 12128 | ````` iko ````` | 0.0982606 | 0.99 | ````` ▁Nikon `````, ````` nikov `````, ````` ▁Nikola `````, ````` ▁Nikol `````, ````` ▁Miko ````` | +| 28364 | ````` apsed ````` | 0.0982628 | 0.96 | ````` ▁elapsed ````` | +| 4452 | ````` ih ````` | 0.0982662 | 0.99 | ````` ihad `````, ````` lihood `````, ````` ▁jihad `````, ````` ▁likelihood `````, ````` ihil `````, ... | +| 20045 | ````` leen ````` | 0.0982859 | 0.94 | ````` ▁Kathleen `````, ````` ileen ````` | +| 20158 | ````` icals ````` | 0.0982906 | 1 | ````` ▁radicals `````, ````` ▁evangelicals ````` | +| 31318 | ````` ARCH ````` | 0.0983135 | 0.87 | | +| 18382 | ````` ICT ````` | 0.0983247 | 1 | ````` ▁DISTRICT ````` | +| 24255 | ````` inas ````` | 0.0983275 | 1 | | +| 1713 | ````` ising ````` | 0.0983384 | 1 | ````` ▁surprising `````, ````` ▁rising `````, ````` ▁advertising `````, ````` ▁raising `````, ````` ▁promising `````, ... | +| 18432 | ````` AH ````` | 0.0983392 | 0.99 | ````` HAHA `````, ````` ▁AH `````, ````` ▁AHL `````, ````` HAHAHAHA ````` | +| 49839 | ````` FACE ````` | 0.0983514 | 0.95 | | +| 30007 | ````` ▁ell ````` | 0.0983528 | 0.93 | ````` ▁ellipt ````` | +| 19030 | ````` imen ````` | 0.098361 | 0.93 | ````` ▁compliment `````, ````` dimensional `````, ````` ▁embodiment `````, ````` ▁sentiments `````, ````` ▁specimens `````, ... | +| 8250 | ````` zens ````` | 0.0983624 | 0.98 | ````` ▁dozens `````, ````` ▁citizenship `````, ````` ▁Citizens `````, ````` itizens `````, ````` ▁Dozens `````, ... | +| 7961 | ````` icking ````` | 0.0983669 | 0.99 | ````` ▁picking `````, ````` ▁clicking `````, ````` ▁trafficking `````, ````` ▁sticking `````, ````` ▁kicking `````, ... | +| 5717 | ````` stein ````` | 0.0983698 | 0.94 | ````` instein `````, ````` ▁Weinstein `````, ````` ▁Einstein `````, ````` ▁Epstein `````, ````` ▁Feinstein `````, ... | +| 16244 | ````` usc ````` | 0.0983706 | 0.99 | ````` ▁manuscript `````, ````` ▁suscept `````, ````` ▁susceptible `````, ````` ▁muscular `````, ````` ▁manuscripts `````, ... | +| 46289 | ````` jon ````` | 0.0983807 | 0.98 | | +| 13093 | ````` ō ````` | 0.0983837 | 0.35 | | +| 6699 | ````` athan ````` | 0.0983896 | 0.98 | ````` ▁Jonathan `````, ````` ▁Nathan `````, ````` Jonathan `````, ````` ▁Leviathan `````, ````` ▁Nathaniel ````` | +| 43133 | ````` zek ````` | 0.0983908 | 0.97 | ````` ▁Ezek `````, ````` ▁Ezekiel ````` | +| 41689 | ````` udder ````` | 0.0984002 | 0.78 | ````` ▁shudder ````` | +| 5377 | ````` och ````` | 0.0984034 | 1 | ````` ▁Koch `````, ````` ochem `````, ````` ochond `````, ````` ▁mitochond `````, ````` ▁Rochester `````, ... | +| 2949 | ````` hold ````` | 0.0984189 | 0.99 | ````` ▁holding `````, ````` ▁holds `````, ````` ▁household `````, ````` reshold `````, ````` holders `````, ... | +| 45097 | ````` aban ````` | 0.0984208 | 0.97 | ````` aband ````` | +| 12006 | ````` udo ````` | 0.0984293 | 0.96 | ````` ▁sudo `````, ````` sudo `````, ````` ▁pseudo `````, ````` udos `````, ````` ▁pseudonym `````, ... | +| 24854 | ````` etti ````` | 0.0984295 | 0.94 | ````` ▁Setting `````, ````` Settings `````, ````` ▁forgetting `````, ````` hetti `````, ````` settings `````, ... | +| 9305 | ````` engers ````` | 0.0984317 | 0.97 | ````` ▁passengers `````, ````` ▁Avengers `````, ````` ▁challengers ````` | +| 17577 | ````` Foot ````` | 0.0984332 | 0.99 | ````` Footnote `````, ````` Football ````` | +| 6574 | ````` oen ````` | 0.0984411 | 0.97 | ````` oenix `````, ````` ▁Phoenix `````, ````` ▁subpoen `````, ````` ▁subpoena `````, ````` Phoenix `````, ... | +| 5867 | ````` enced ````` | 0.0984522 | 0.96 | ````` ▁experienced `````, ````` ▁sentenced `````, ````` ▁influenced `````, ````` ▁referenced `````, ````` ienced `````, ... | +| 15994 | ````` anas ````` | 0.0984534 | 1 | ````` ▁bananas `````, ````` anasia `````, ````` ▁Panasonic ````` | +| 10565 | ````` atre ````` | 0.0984654 | 0.99 | ````` ▁hatred `````, ````` ▁Theatre `````, ````` ▁theatre `````, ````` ▁Patreon ````` | +| 13812 | ````` ivan ````` | 0.098472 | 1 | ````` ullivan `````, ````` ▁Sullivan `````, ````` Sullivan ````` | +| 41928 | ````` DOWN ````` | 0.0984758 | 1 | | +| 3104 | ````` ening ````` | 0.0984877 | 0.99 | ````` ▁opening `````, ````` ▁happening `````, ````` ▁evening `````, ````` ▁listening `````, ````` ▁threatening `````, ... | +| 24330 | ````` yles ````` | 0.0985118 | 0.95 | ````` estyles `````, ````` ▁lifestyles `````, ````` ▁Styles `````, ````` styles ````` | +| 39761 | ````` BOX ````` | 0.0985134 | 0.86 | ````` ▁BOX ````` | +| 12606 | ````` ucker ````` | 0.0985194 | 0.96 | ````` ▁Tucker `````, ````` ▁Zucker `````, ````` ▁Zuckerberg `````, ````` ▁sucker ````` | +| 36948 | ````` ▁nem ````` | 0.0985233 | 0.95 | | +| 27048 | ````` icol ````` | 0.0985253 | 0.99 | ````` ▁Nicolas `````, ````` ▁Nicola `````, ````` ▁Nicol ````` | +| 39039 | ````` atan ````` | 0.0985325 | 0.99 | ````` ▁blatantly `````, ````` ▁combatants `````, ````` ▁Satanic `````, ````` atana ````` | +| 20046 | ````` chet ````` | 0.0985357 | 0.97 | ````` ▁archetype `````, ````` ▁crochet `````, ````` ochet ````` | +| 25114 | ````` iani ````` | 0.0985441 | 0.86 | ````` ▁Giuliani ````` | +| 46264 | ````` Vel ````` | 0.0985464 | 0.99 | | +| 47099 | ````` igent ````` | 0.0985513 | 0.98 | ````` ▁diligent `````, ````` ▁Intelligent ````` | +| 41207 | ````` undo ````` | 0.0985538 | 0.99 | ````` undown `````, ````` ▁undone `````, ````` ▁rundown ````` | +| 45980 | ````` rices ````` | 0.098586 | 0.97 | | +| 35508 | ````` prime ````` | 0.0985907 | 1 | ````` ▁primed ````` | +| 24305 | ````` FER ````` | 0.0986082 | 0.99 | ````` FFER ````` | +| 5725 | ````` icted ````` | 0.0986289 | 0.96 | ````` ▁convicted `````, ````` ▁restricted `````, ````` ▁predicted `````, ````` licted `````, ````` ▁depicted `````, ... | +| 18767 | ````` ibles ````` | 0.0986371 | 0.93 | | +| 12424 | ````` avan ````` | 0.0986562 | 0.9 | ````` avanaugh `````, ````` ▁Kavanaugh `````, ````` ▁Havana `````, ````` ▁Savannah `````, ````` ▁caravan ````` | +| 10557 | ````` ITH ````` | 0.0986582 | 0.87 | ````` ▁WITH `````, ````` ▁WITHOUT ````` | +| 26367 | ````` ▁Ich ````` | 0.098673 | 0.97 | ````` ▁Ichigo ````` | +| 39372 | ````` nos ````` | 0.0986783 | 1 | ````` ▁casinos `````, ````` anos `````, ````` ▁nostalgic `````, ````` ▁diagnoses `````, ````` ▁noses `````, ... | +| 11620 | ````` ATED ````` | 0.098689 | 0.95 | ````` RELATED `````, ````` PDATED ````` | +| 37488 | ````` FTWARE ````` | 0.0986906 | 0.58 | ````` ▁SOFTWARE ````` | +| 16291 | ````` heimer ````` | 0.0987034 | 0.9 | ````` ▁Alzheimer ````` | +| 6548 | ````` oked ````` | 0.0987164 | 0.98 | ````` ▁cooked `````, ````` ▁smoked `````, ````` ▁overlooked `````, ````` ▁booked `````, ````` ▁hooked `````, ... | +| 23596 | ````` ivo ````` | 0.0987211 | 0.99 | ````` ▁Survivor `````, ````` ▁divorced `````, ````` ▁pivotal `````, ````` ▁pivot `````, ````` ▁ivory `````, ... | +| 4343 | ````` izes ````` | 0.098727 | 1 | ````` ▁sizes `````, ````` ▁recognizes `````, ````` ▁prizes `````, ````` ▁realizes `````, ````` ▁specializes `````, ... | +| 2143 | ````` ashing ````` | 0.0987324 | 0.98 | ````` ashington `````, ````` ▁Washington `````, ````` Washington `````, ````` ▁washing `````, ````` ▁crashing `````, ... | +| 29208 | ````` furt ````` | 0.0987413 | 0.99 | ````` ▁Frankfurt `````, ````` ▁furthe `````, ````` ▁furthermore ````` | +| 27795 | ````` aja ````` | 0.0987482 | 0.93 | | +| 16604 | ````` KK ````` | 0.0987544 | 0.98 | ````` ▁PKK `````, ````` ▁KKK ````` | +| 3381 | ````` icks ````` | 0.0987557 | 0.99 | ````` ▁picks `````, ````` ▁Kickstarter `````, ````` ▁tricks `````, ````` ▁sticks `````, ````` ▁kicks `````, ... | +| 32300 | ````` IFT ````` | 0.0987693 | 0.94 | | +| 10560 | ````` itzer ````` | 0.098785 | 0.97 | ````` itzerland `````, ````` ▁Switzerland `````, ````` ▁Pulitzer ````` | +| 44459 | ````` acci ````` | 0.098799 | 0.93 | ````` ▁vaccinations ````` | +| 12617 | ````` oples ````` | 0.0987994 | 0.87 | ````` ▁peoples `````, ````` ▁Peoples ````` | +| 21144 | ````` inski ````` | 0.0988003 | 0.77 | ````` zinski ````` | +| 13060 | ````` imir ````` | 0.0988092 | 0.91 | ````` ▁Vladimir ````` | +| 19546 | ````` oter ````` | 0.0988152 | 0.97 | ````` ooter `````, ````` oters `````, ````` ▁shooters `````, ````` ▁promoter `````, ````` ▁Shooter `````, ... | +| 19584 | ````` dates ````` | 0.0988483 | 1 | ````` ▁Updates `````, ````` ▁mandates `````, ````` idates ````` | +| 23221 | ````` asia ````` | 0.0988529 | 1 | ````` ▁Caucasian `````, ````` anasia ````` | +| 8170 | ````` oured ````` | 0.0988611 | 0.94 | ````` ▁poured `````, ````` ▁coloured `````, ````` ▁favoured `````, ````` ▁toured `````, ````` ▁armoured `````, ... | +| 26429 | ````` ensing ````` | 0.0988619 | 1 | ````` ▁sensing ````` | +| 35822 | ````` anza ````` | 0.0988735 | 0.99 | ````` ▁Tanzania ````` | +| 17328 | ````` abad ````` | 0.0988826 | 0.97 | ````` ▁Islamabad ````` | +| 10549 | ````` aman ````` | 0.0988852 | 1 | ````` ▁Samantha `````, ````` ▁Shaman `````, ````` ▁adamant `````, ````` ▁shaman `````, ````` ▁Adamant ````` | +| 6264 | ````` ighters ````` | 0.0988879 | 1 | ````` ▁fighters `````, ````` fighters `````, ````` ▁firefighters `````, ````` ▁Fighters ````` | +| 34186 | ````` anya ````` | 0.0989006 | 0.93 | | +| 23903 | ````` atem ````` | 0.0989098 | 0.99 | ````` statement `````, ````` ▁Guatem `````, ````` ▁Guatemala `````, ````` ▁Statements `````, ````` ▁understatement `````, ... | +| 26391 | ````` oslav ````` | 0.0989143 | 0.55 | ````` ▁Yugoslav `````, ````` ▁Yugoslavia ````` | +| 15314 | ````` bris ````` | 0.0989159 | 0.98 | ````` ▁debris `````, ````` ▁brisk `````, ````` ▁brist ````` | +| 3372 | ````` okes ````` | 0.0989265 | 0.99 | ````` ▁spokes `````, ````` ▁spokesman `````, ````` ▁spokesperson `````, ````` ▁spokeswoman `````, ````` ▁jokes `````, ... | +| 5266 | ````` ashed ````` | 0.0989357 | 0.99 | ````` ▁crashed `````, ````` ▁washed `````, ````` ▁smashed `````, ````` ▁unleashed `````, ````` ▁flashed `````, ... | +| 5961 | ````` osis ````` | 0.0989586 | 0.98 | ````` ▁diagnosis `````, ````` clerosis `````, ````` nosis `````, ````` rosis `````, ````` ▁psychosis `````, ... | +| 32077 | ````` arte ````` | 0.0989599 | 1 | ````` ▁Headquarters `````, ````` ▁cartel `````, ````` ▁Quarterly `````, ````` ▁Starter `````, ````` ▁artery `````, ... | +| 43351 | ````` ulo ````` | 0.0989698 | 1 | ````` ▁populous `````, ````` ▁tuberculosis `````, ````` rupulous `````, ````` ▁meticulously `````, ````` ▁meticulous ````` | +| 29955 | ````` ollen ````` | 0.0989735 | 0.93 | ````` ▁swollen `````, ````` ▁pollen ````` | +| 28613 | ````` arna ````` | 0.0989835 | 0.95 | ````` ▁incarnation `````, ````` ▁carnage `````, ````` arnaev `````, ````` ▁Tsarnaev `````, ````` ▁Carnage `````, ... | +| 7310 | ````` eters ````` | 0.0989857 | 0.96 | ````` ▁parameters `````, ````` ▁meters `````, ````` ▁Peters `````, ````` ▁kilometers `````, ````` ▁Peterson `````, ... | +| 9535 | ````` encing ````` | 0.0989901 | 0.97 | ````` ▁experiencing `````, ````` ▁sentencing `````, ````` ▁referencing `````, ````` ▁influencing `````, ````` ▁sequencing `````, ... | +| 11289 | ````` agen ````` | 0.0989922 | 0.99 | ````` agent `````, ````` wagen `````, ````` enhagen `````, ````` ▁Copenhagen `````, ````` ▁Volkswagen `````, ... | +| 45747 | ````` erd ````` | 0.0989969 | 0.99 | ````` ▁shepherd `````, ````` ▁nerds `````, ````` ▁overdoses `````, ````` ▁herds ````` | +| 1352 | ````` chn ````` | 0.0989973 | 0.99 | ````` ▁techn `````, ````` ▁technology `````, ````` ▁Techn `````, ````` ▁technical `````, ````` ▁techniques `````, ... | +| 5822 | ````` uster ````` | 0.0989993 | 0.99 | ````` usters `````, ````` ▁cluster `````, ````` usterity `````, ````` ▁austerity `````, ````` ▁clusters `````, ... | +| 8806 | ````` opher ````` | 0.0990477 | 0.68 | ````` ▁Christopher `````, ````` ophers `````, ````` ▁philosopher `````, ````` ▁philosophers `````, ````` Christopher ````` | +| 32764 | ````` PRESS ````` | 0.0990489 | 0.99 | ````` ▁PRESS ````` | +| 7308 | ````` anes ````` | 0.0990505 | 0.99 | ````` ▁planes `````, ````` ▁lanes `````, ````` planes `````, ````` ricanes `````, ````` Japanese `````, ... | +| 5194 | ````` oted ````` | 0.0990635 | 0.97 | ````` ▁voted `````, ````` ▁quoted `````, ````` ▁devoted `````, ````` ▁promoted `````, ````` ▁rooted `````, ... | +| 8646 | ````` ANT ````` | 0.0990715 | 0.98 | ````` ▁FANT `````, ````` ▁FANTASY `````, ````` RANT `````, ````` ▁WARRANT `````, ````` ▁WANT ````` | +| 24555 | ````` icus ````` | 0.0990738 | 0.98 | | +| 29274 | ````` Dim ````` | 0.0990742 | 0.98 | ````` ▁Dimension `````, ````` ▁Dimensions ````` | +| 48400 | ````` WF ````` | 0.0990743 | 0.98 | | +| 17634 | ````` otto ````` | 0.0990838 | 0.97 | ````` bottom `````, ````` ▁Cotton `````, ````` ▁Bottom `````, ````` ▁motto `````, ````` Bottom ````` | +| 2289 | ````` aced ````` | 0.0990935 | 0.99 | ````` ▁placed `````, ````` ▁replaced `````, ````` ▁faced `````, ````` ▁embraced `````, ````` ▁displaced `````, ... | +| 2435 | ````` ▁weap ````` | 0.0990983 | 0.64 | ````` ▁weapons `````, ````` ▁weapon `````, ````` ▁weaponry ````` | +| 24817 | ````` Ber ````` | 0.0991068 | 0.99 | ````` Berry `````, ````` ▁Bers `````, ````` ▁BlackBerry `````, ````` ▁Berger `````, ````` Bernie `````, ... | +| 10122 | ````` olds ````` | 0.0991077 | 1 | ````` ▁households `````, ````` ▁Reynolds `````, ````` ▁folds `````, ````` ▁thresholds `````, ````` ▁olds `````, ... | +| 15786 | ````` Bro ````` | 0.0991125 | 0.96 | ````` ▁Brothers `````, ````` ▁Broncos `````, ````` ▁Browns `````, ````` ▁Brooks `````, ````` ▁Brotherhood `````, ... | +| 4095 | ````` acing ````` | 0.0991139 | 0.98 | ````` ▁facing `````, ````` ▁racing `````, ````` ▁placing `````, ````` ▁replacing `````, ````` ▁Racing `````, ... | +| 12257 | ````` fly ````` | 0.0991271 | 1 | ````` ▁butterfly `````, ````` ▁chiefly `````, ````` ▁Butterfly `````, ````` ▁Firefly `````, ````` ▁flyer `````, ... | +| 23029 | ````` anton ````` | 0.0991399 | 0.99 | ````` ▁Stanton ````` | +| 23371 | ````` awi ````` | 0.0991619 | 0.9 | ````` ▁drawings `````, ````` ▁withdrawing `````, ````` ▁Drawing ````` | +| 8483 | ````` aska ````` | 0.0991626 | 0.98 | ````` ▁Alaska `````, ````` braska `````, ````` ▁Nebraska `````, ````` ▁Saskatchewan ````` | +| 16114 | ````` illo ````` | 0.0991633 | 1 | ````` illon `````, ````` ▁pillow `````, ````` ▁Willow `````, ````` ▁councillor `````, ````` ▁Dillon `````, ... | +| 26887 | ````` ï ````` | 0.0991677 | 0.63 | ````` ïve `````, ````` ▁naïve ````` | +| 15971 | ````` ulates ````` | 0.0991858 | 0.98 | ````` ▁regulates `````, ````` ▁calculates `````, ````` ▁stimulates ````` | +| 7778 | ````` roit ````` | 0.0991945 | 0.98 | ````` ▁Detroit `````, ````` Detroit ````` | +| 33269 | ````` olding ````` | 0.0992377 | 0.99 | ````` ▁withholding `````, ````` ▁unfolding `````, ````` ▁upholding ````` | +| 23144 | ````` ½ ````` | 0.0992416 | 0.93 | ````` ▁½ ````` | +| 40771 | ````` utsch ````` | 0.0992441 | 0.69 | | +| 4451 | ````` ias ````` | 0.0992524 | 0.99 | ````` ▁bias `````, ````` ▁alias `````, ````` iasm `````, ````` ▁enthusiasm `````, ````` ▁enthusiastic `````, ... | +| 2677 | ````` apan ````` | 0.0992539 | 0.97 | ````` ▁Japan `````, ````` ▁Japanese `````, ````` Japan `````, ````` Japanese ````` | +| 16224 | ````` mans ````` | 0.0992607 | 1 | ````` ▁Romans `````, ````` ▁mansion `````, ````` ▁mans `````, ````` manship `````, ````` ▁Humans `````, ... | +| 14653 | ````` ussy ````` | 0.099276 | 0.87 | ````` ▁pussy ````` | +| 13954 | ````` aton ````` | 0.0992813 | 0.77 | ````` ▁Baton `````, ````` atonin `````, ````` ▁Eaton ````` | +| 11937 | ````` orer ````` | 0.0992873 | 0.99 | ````` ▁Explorer `````, ````` ▁poorer `````, ````` orers `````, ````` ▁scorer `````, ````` ▁explorer `````, ... | +| 6948 | ````` ifies ````` | 0.0992967 | 0.96 | ````` ▁identifies `````, ````` ▁specifies `````, ````` ▁qualifies `````, ````` ▁signifies `````, ````` ▁justifies ````` | +| 31693 | ````` othes ````` | 0.0993093 | 0.92 | ````` ▁hypotheses `````, ````` ▁hypothesized ````` | +| 41040 | ````` fen ````` | 0.0993276 | 1 | ````` ▁fend `````, ````` ▁offensively `````, ````` ▁Defendant `````, ````` ▁Offense `````, ````` ▁Defendants `````, ... | +| 10339 | ````` ivals ````` | 0.0993291 | 0.99 | ````` ▁rivals `````, ````` ▁festivals `````, ````` ▁arrivals `````, ````` ▁Rivals ````` | +| 26317 | ````` YY ````` | 0.0993426 | 0.98 | | +| 18305 | ````` pres ````` | 0.0993454 | 1 | ````` ▁oppression `````, ````` ▁pressures `````, ````` ▁preseason `````, ````` ▁presidents `````, ````` ▁depressed `````, ... | +| 33459 | ````` ARM ````` | 0.0993482 | 0.99 | | +| 41829 | ````` kat ````` | 0.0993485 | 0.99 | | +| 6962 | ````` adel ````` | 0.0993546 | 0.98 | ````` adelphia `````, ````` ▁Philadelphia `````, ````` ▁Citadel `````, ````` Philadelphia ````` | +| 14353 | ````` Rob ````` | 0.0993567 | 0.97 | ````` Rober `````, ````` ▁Robot `````, ````` Robert `````, ````` ▁Robertson `````, ````` ▁Robb `````, ... | +| 17240 | ````` ushes ````` | 0.0993653 | 0.98 | ````` ▁pushes `````, ````` ▁brushes `````, ````` ▁bushes `````, ````` ▁rushes ````` | +| 20056 | ````` pler ````` | 0.0993671 | 0.99 | ````` ▁Kepler ````` | +| 41812 | ````` STER ````` | 0.0993953 | 0.81 | | +| 11361 | ````` father ````` | 0.0993988 | 0.99 | ````` ▁fathers `````, ````` ▁grandfather ````` | +| 7659 | ````` oding ````` | 0.0994025 | 0.99 | ````` ▁flooding `````, ````` ▁coding `````, ````` ▁encoding `````, ````` ▁exploding `````, ````` ▁decoding ````` | +| 38830 | ````` REC ````` | 0.0994032 | 1 | ````` ▁DIRECT ````` | +| 11405 | ````` reck ````` | 0.0994058 | 0.98 | ````` ▁reck `````, ````` ▁wreck `````, ````` ▁reckless `````, ````` ▁wreckage `````, ````` wreck `````, ... | +| 43310 | ````` ▁Ö ````` | 0.09942 | 0.97 | | +| 32744 | ````` raising ````` | 0.0994214 | 1 | ````` ▁praising ````` | +| 13230 | ````` cca ````` | 0.0994228 | 0.97 | ````` becca `````, ````` ▁Rebecca `````, ````` ▁Mecca `````, ````` ▁Buccaneers `````, ````` ▁Occasionally `````, ... | +| 40057 | ````` anse ````` | 0.0994266 | 1 | | +| 8002 | ````` cers ````` | 0.0994312 | 0.99 | ````` ▁producers `````, ````` ancers `````, ````` ▁Officers `````, ````` ▁cancers `````, ````` ▁Pacers `````, ... | +| 28381 | ````` LES ````` | 0.0994336 | 1 | ````` LESS ````` | +| 23030 | ````` illon ````` | 0.0994348 | 0.87 | ````` ▁Dillon ````` | +| 15930 | ````` anka ````` | 0.0994357 | 0.98 | ````` ▁Lanka `````, ````` ▁Ivanka ````` | +| 22808 | ````` finder ````` | 0.0994401 | 0.99 | ````` ▁Pathfinder ````` | +| 37066 | ````` ▁faire ````` | 0.0994497 | 0.86 | | +| 8659 | ````` acts ````` | 0.0994703 | 1 | ````` ▁impacts `````, ````` ▁contacts `````, ````` ▁artifacts `````, ````` ▁Facts `````, ````` ▁reacts `````, ... | +| 28341 | ````` ropy ````` | 0.0994813 | 0.99 | ````` ▁entropy ````` | +| 43936 | ````` vre ````` | 0.099483 | 1 | | +| 12275 | ````` pes ````` | 0.0995121 | 1 | ````` otypes `````, ````` opes `````, ````` ▁recipes `````, ````` ▁shapes `````, ````` ipes `````, ... | +| 24620 | ````` loe ````` | 0.0995214 | 1 | ````` ▁Chloe ````` | +| 10474 | ````` agh ````` | 0.0995484 | 0.95 | ````` aghd `````, ````` ▁Baghd `````, ````` ▁Baghdad `````, ````` agher `````, ````` aghetti `````, ... | +| 37184 | ````` HOW ````` | 0.099549 | 0.99 | | +| 3169 | ````` aries ````` | 0.0995544 | 0.99 | ````` ibraries `````, ````` ▁libraries `````, ````` ▁boundaries `````, ````` ▁salaries `````, ````` ▁varies `````, ... | +| 2918 | ````` iles ````` | 0.0995599 | 1 | ````` ▁files `````, ````` ▁miles `````, ````` ▁missiles `````, ````` ▁Files `````, ````` ▁profiles `````, ... | +| 8429 | ````` otted ````` | 0.099561 | 0.89 | ````` ▁spotted `````, ````` ▁plotted `````, ````` ▁dotted `````, ````` ▁allotted ````` | +| 16047 | ````` oko ````` | 0.0995838 | 0.97 | ````` ▁Boko `````, ````` ▁lookout ````` | +| 29286 | ````` rir ````` | 0.0995879 | 0.78 | ````` ▁Fenrir ````` | +| 13628 | ````` oler ````` | 0.0995982 | 0.99 | ````` ▁tolerance `````, ````` ▁cooler `````, ````` ▁intoler `````, ````` ▁tolerate `````, ````` ▁tolerated `````, ... | +| 6647 | ````` ogen ````` | 0.0996018 | 0.99 | ````` rogen `````, ````` ogenic `````, ````` ▁hydrogen `````, ````` ogene `````, ````` ▁nitrogen `````, ... | +| 9410 | ````` abeth ````` | 0.0996094 | 0.96 | ````` izabeth `````, ````` ▁Elizabeth `````, ````` Elizabeth ````` | +| 28118 | ````` Hol ````` | 0.0996185 | 0.99 | ````` ▁Holt `````, ````` ▁Holdings `````, ````` ▁Holding `````, ````` Holy `````, ````` ▁Hollande `````, ... | +| 16599 | ````` unning ````` | 0.0996197 | 0.92 | ````` ▁Running `````, ````` running `````, ````` Running `````, ````` ▁Cunning `````, ````` ▁cunning `````, ... | +| 27790 | ````` angles ````` | 0.0996208 | 1 | ````` ▁triangles ````` | +| 21253 | ````` THER ````` | 0.0996216 | 0.94 | ````` ▁OTHER `````, ````` OTHER `````, ````` ▁THERE `````, ````` ATHER ````` | +| 17993 | ````` usk ````` | 0.0996243 | 0.99 | ````` ▁Musk `````, ````` usky `````, ````` ▁Dusk `````, ````` ▁dusk ````` | +| 43962 | ````` KEN ````` | 0.0996301 | 1 | | +| 9148 | ````` omy ````` | 0.0996302 | 1 | ````` ▁Economy `````, ````` ▁autonomy `````, ````` onomy `````, ````` ▁anatomy `````, ````` ▁astronomy `````, ... | +| 34947 | ````` ajo ````` | 0.099641 | 0.93 | ````` majority `````, ````` ▁majorities `````, ````` ▁Navajo ````` | +| 8309 | ````` ulating ````` | 0.0996488 | 0.95 | ````` ▁circulating `````, ````` ▁calculating `````, ````` ▁regulating `````, ````` ▁manipulating `````, ````` ▁stimulating `````, ... | +| 10048 | ````` ige ````` | 0.0996538 | 0.99 | ````` igenous `````, ````` ▁intelligent `````, ````` ▁digest `````, ````` ▁Tiger `````, ````` ▁Tigers `````, ... | +| 8722 | ````` aku ````` | 0.0996575 | 0.98 | ````` ▁Sakura `````, ````` akuya `````, ````` ▁Sakuya `````, ````` ▁Haku `````, ````` ▁breakup `````, ... | +| 29725 | ````` ITS ````` | 0.0996597 | 0.99 | ````` ▁ITS ````` | +| 23580 | ````` uj ````` | 0.0996655 | 0.99 | ````` ▁Gujar `````, ````` ▁Gujarat `````, ````` ▁Fuj `````, ````` ▁Fuji `````, ````` ujah ````` | +| 21177 | ````` Dan ````` | 0.0996689 | 0.99 | ````` ▁Dani `````, ````` ▁Dana `````, ````` ▁Daniels `````, ````` ▁Dangerous `````, ````` ▁Dancing `````, ... | +| 31756 | ````` heng ````` | 0.0996862 | 0.99 | ````` ▁Zheng ````` | +| 18417 | ````` colm ````` | 0.0996878 | 1 | ````` ▁Malcolm ````` | +| 24896 | ````` Ten ````` | 0.0996882 | 0.99 | ````` ▁Tent `````, ````` ▁Tennis `````, ````` ▁Tens `````, ````` Tenn `````, ````` ▁Tenth `````, ... | +| 19594 | ````` Ray ````` | 0.0996961 | 0.99 | ````` ▁Raymond `````, ````` ▁Rays ````` | +| 7459 | ````` uh ````` | 0.0997058 | 0.98 | ````` ▁Muhammad `````, ````` ▁uh `````, ````` ▁huh `````, ````` ▁Rouhani `````, ````` ▁Huh `````, ... | +| 11609 | ````` ategory ````` | 0.0997062 | 0.74 | ````` ▁Category `````, ````` category `````, ````` Category ````` | +| 4626 | ````` bing ````` | 0.0997162 | 0.99 | ````` ▁describing `````, ````` ▁bombing `````, ````` ▁climbing `````, ````` ▁disturbing `````, ````` ▁subscribing `````, ... | +| 13663 | ````` outing ````` | 0.0997215 | 0.99 | ````` ▁shouting `````, ````` ▁scouting `````, ````` ▁routing `````, ````` ▁outing `````, ````` ▁outings `````, ... | +| 2117 | ````` aces ````` | 0.099728 | 1 | ````` ▁places `````, ````` ▁faces `````, ````` ▁spaces `````, ````` ▁races `````, ````` ▁surfaces `````, ... | +| 16487 | ````` anga ````` | 0.0997364 | 0.94 | ````` ▁Manga `````, ````` angan `````, ````` ▁hangar `````, ````` ▁Bangalore ````` | +| 13566 | ````` ATA ````` | 0.0997413 | 0.98 | ````` DATA `````, ````` ▁SATA `````, ````` ▁DATA ````` | +| 6900 | ````` inals ````` | 0.0997742 | 0.95 | ````` ▁criminals `````, ````` ▁Cardinals `````, ````` ▁finals `````, ````` ▁Finals `````, ````` ▁terminals `````, ... | +| 27346 | ````` beck ````` | 0.0997783 | 0.99 | ````` ▁beck ````` | +| 8257 | ````` iger ````` | 0.0997789 | 0.99 | ````` ▁Tiger `````, ````` ▁Tigers `````, ````` riger `````, ````` ▁Nigeria `````, ````` ▁refriger `````, ... | +| 20676 | ````` ORS ````` | 0.0997815 | 0.97 | | +| 20154 | ````` ICAL ````` | 0.099787 | 0.97 | | +| 1570 | ````` augh ````` | 0.0997906 | 0.88 | ````` aught `````, ````` aughter `````, ````` ▁daughter `````, ````` ▁caught `````, ````` ▁laugh `````, ... | +| 11863 | ````` ICK ````` | 0.099803 | 0.99 | ````` ▁CLICK ````` | +| 14237 | ````` iche ````` | 0.0998063 | 0.99 | ````` ▁Michelle `````, ````` ▁niche `````, ````` ichever `````, ````` ▁richest `````, ````` ▁richer `````, ... | +| 31832 | ````` eden ````` | 0.0998084 | 0.98 | ````` ▁precedence `````, ````` ▁credential ````` | +| 13632 | ````` eting ````` | 0.0998197 | 1 | ````` ▁completing `````, ````` ▁Marketing `````, ````` ▁Meeting `````, ````` ▁tweeting `````, ````` ▁greeting `````, ... | +| 6323 | ````` apped ````` | 0.099824 | 0.99 | ````` ▁wrapped `````, ````` ▁trapped `````, ````` ▁snapped `````, ````` ▁tapped `````, ````` ▁kidnapped `````, ... | +| 24499 | ````` idas ````` | 0.0998323 | 0.98 | ````` ▁Adidas ````` | +| 2740 | ````` ites ````` | 0.0998394 | 1 | ````` ▁sites `````, ````` ▁writes `````, ````` ▁websites `````, ````` `````, ````` ▁whites `````, ... | +| 6478 | ````` amm ````` | 0.0998551 | 0.98 | ````` ▁programming `````, ````` ammed `````, ````` lamm `````, ````` ▁programme `````, ````` ▁teammates `````, ... | +| 36216 | ````` aler ````` | 0.0998676 | 0.98 | ````` ▁healer `````, ````` ▁Dealer `````, ````` alert `````, ````` ▁dealership `````, ````` ▁Valerie `````, ... | +| 25096 | ````` vv ````` | 0.0998735 | 1 | ````` ▁savvy ````` | +| 11018 | ````` IES ````` | 0.0998797 | 0.99 | ````` ITIES `````, ````` BILITIES ````` | +| 7143 | ````` utch ````` | 0.0998819 | 0.99 | ````` ▁Dutch `````, ````` ▁clutch `````, ````` ▁Hutch `````, ````` ▁butcher `````, ````` ▁Butcher `````, ... | +| 1637 | ````` ization ````` | 0.0998829 | 0.99 | ````` ▁organization `````, ````` izations `````, ````` ▁organizations `````, ````` ▁Organization `````, ````` ▁civilization `````, ... | +| 13682 | ````` !' ````` | 0.0999035 | 0.9 | ````` !\'" ````` | +| 9281 | ````` ictions ````` | 0.0999079 | 0.95 | ````` ▁predictions `````, ````` ▁convictions `````, ````` ▁jurisdictions `````, ````` ▁contradictions `````, ````` ▁depictions ````` | +| 38860 | ````` в ````` | 0.0999096 | 0.81 | | +| 4983 | ````` ading ````` | 0.0999128 | 0.99 | ````` ▁trading `````, ````` ▁heading `````, ````` ▁loading `````, ````` ▁Reading `````, ````` leading `````, ... | +| 46585 | ````` π ````` | 0.0999182 | 0.98 | | +| 10812 | ````` eling ````` | 0.0999278 | 0.99 | ````` ▁traveling `````, ````` ▁modeling `````, ````` ▁counseling `````, ````` ▁labeling `````, ````` ▁leveling `````, ... | +| 15769 | ````` BN ````` | 0.0999287 | 1 | ````` ▁ISBN `````, ````` ▁NBN ````` | +| 27842 | ````` utz ````` | 0.0999383 | 0.95 | | +| 16999 | ````` ometric ````` | 0.0999512 | 0.97 | ````` ▁geometric ````` | +| 19538 | ````` RES ````` | 0.0999542 | 1 | ````` URES `````, ````` ▁REST `````, ````` ▁PRES `````, ````` PRESS `````, ````` ▁PRESS `````, ... | +| 31740 | ````` Break ````` | 0.0999664 | 0.99 | ````` ▁Breakfast `````, ````` ▁Breaker ````` | +| 41654 | ````` gart ````` | 0.099967 | 0.99 | | +| 3903 | ````` berg ````` | 0.0999789 | 0.99 | ````` ▁Bloomberg `````, ````` utenberg `````, ````` ▁Gutenberg `````, ````` berger `````, ````` enberg `````, ... | +| 3771 | ````` osh ````` | 0.0999806 | 0.99 | ````` ▁Josh `````, ````` oshi `````, ````` ▁Joshua `````, ````` Josh `````, ````` oshop `````, ... | +| 14877 | ````` Sch ````` | 0.0999863 | 0.99 | ````` ▁Schedule `````, ````` ▁Schools `````, ````` ▁Schw `````, ````` ▁Schne `````, ````` ▁Schmidt `````, ... | +| 15248 | ````` chem ````` | 0.0999864 | 0.97 | ````` ▁schemes `````, ````` ▁chemistry `````, ````` ochem `````, ````` chemy `````, ````` chemist `````, ... | +| 36395 | ````` VT ````` | 0.0999901 | 1 | | +| 15157 | ````` ANK ````` | 0.0999907 | 0.96 | ````` ▁THANK ````` | +| 47116 | ````` $, ````` | 0.099998 | 1 | | +| 21955 | ````` anne ````` | 0.100005 | 0.99 | ````` ▁annex `````, ````` ▁Banner `````, ````` ▁scanner `````, ````` ▁scanned `````, ````` Channel `````, ... | +| 5915 | ````` apping ````` | 0.100014 | 0.97 | ````` ▁mapping `````, ````` ▁tapping `````, ````` ▁kidnapping `````, ````` ▁wrapping `````, ````` ▁overlapping `````, ... | +| 14249 | ````` iw ````` | 0.100018 | 1 | ````` jriwal `````, ````` ▁Kiw `````, ````` ▁Taiwanese `````, ````` ▁Kejriwal ````` | +| 40546 | ````` avia ````` | 0.100019 | 0.95 | ````` ▁Scandinavian ````` | +| 21220 | ````` Hy ````` | 0.100024 | 0.95 | ````` ▁Hybrid `````, ````` ▁Hyde `````, ````` ▁Hydra `````, ````` ▁Hydro `````, ````` Hyper `````, ... | +| 22396 | ````` angled ````` | 0.100061 | 0.85 | ````` ▁tangled `````, ````` ▁entangled `````, ````` ▁angled ````` | +| 11864 | ````` leans ````` | 0.100067 | 1 | ````` ▁Orleans `````, ````` ▁cleans `````, ````` ▁cleansing `````, ````` ▁leans ````` | +| 19900 | ````` arius ````` | 0.100073 | 0.98 | ````` ▁Darius ````` | +| 33868 | ````` rique ````` | 0.100077 | 0.99 | ````` ▁Enrique ````` | +| 5626 | ````` uous ````` | 0.100095 | 0.1 | ````` ▁continuous `````, ````` ▁continuously `````, ````` uously `````, ````` ▁ambiguous `````, ````` iguous `````, ... | +| 13428 | ````` orph ````` | 0.100098 | 0.98 | ````` ▁morph `````, ````` morph `````, ````` omorph `````, ````` ▁orphan `````, ````` ▁polymorph `````, ... | +| 4585 | ````` izations ````` | 0.100098 | 0.99 | ````` ▁organizations `````, ````` ▁civilizations `````, ````` ▁optimizations `````, ````` ▁Organizations ````` | +| 16107 | ````` pol ````` | 0.100104 | 1 | ````` ▁apologize `````, ````` ▁pole `````, ````` ▁apology `````, ````` ▁Apollo `````, ````` neapolis `````, ... | +| 8828 | ````` annon ````` | 0.100107 | 0.99 | ````` ▁Bannon `````, ````` ▁Cannon `````, ````` ▁cannon `````, ````` ▁Shannon `````, ````` ▁cannons ````` | +| 17893 | ````` iaz ````` | 0.100112 | 0.96 | ````` ▁Diaz `````, ````` iazep ````` | +| 20856 | ````` berries ````` | 0.100113 | 0.99 | ````` ▁berries `````, ````` ▁strawberries ````` | +| 14079 | ````` anked ````` | 0.100127 | 0.96 | ````` ▁thanked `````, ````` ranked `````, ````` Ranked `````, ````` ▁Ranked `````, ````` ▁flanked ````` | +| 15306 | ````` eous ````` | 0.100127 | 0.98 | ````` ▁gorgeous `````, ````` ▁righteous `````, ````` ▁outrageous `````, ````` ▁spontaneous `````, ````` cellaneous `````, ... | +| 11487 | ````` Leg ````` | 0.100141 | 0.94 | ````` ▁Legisl `````, ````` ▁Legends `````, ````` ▁Legacy `````, ````` ▁Legion `````, ````` ▁Legal `````, ... | +| 48714 | ````` acio ````` | 0.100153 | 0.99 | ````` acion ````` | +| 37821 | ````` rek ````` | 0.100161 | 1 | | +| 7810 | ````` acon ````` | 0.100166 | 1 | ````` ▁bacon `````, ````` ▁dracon `````, ````` ▁Bacon `````, ````` ▁Beacon `````, ````` ▁draconian `````, ... | +| 33380 | ````` Shift ````` | 0.100168 | 0.99 | | +| 28209 | ````` VIEW ````` | 0.100173 | 1 | ````` ▁VIEW ````` | +| 24660 | ````` wart ````` | 0.100184 | 0.97 | ````` warts `````, ````` ▁Schwartz `````, ````` ▁Hogwarts `````, ````` ▁wart `````, ````` ▁wartime `````, ... | +| 13903 | ````` Sem ````` | 0.100192 | 0.99 | ````` Semitism `````, ````` Semitic `````, ````` ▁Semi `````, ````` ▁Semin ````` | +| 11934 | ````` sburgh ````` | 0.100192 | 0.75 | ````` ▁Pittsburgh ````` | +| 47702 | ````` anco ````` | 0.100193 | 0.95 | | +| 5244 | ````` oves ````` | 0.100194 | 0.99 | ````` ▁moves `````, ````` ▁loves `````, ````` ▁proves `````, ````` ▁gloves `````, ````` ▁improves `````, ... | +| 21096 | ````` iral ````` | 0.100208 | 1 | ````` ▁spiral `````, ````` ▁Admiral `````, ````` ▁Spiral ````` | +| 5617 | ````` ishes ````` | 0.100213 | 0.95 | ````` ▁wishes `````, ````` ▁dishes `````, ````` lishes `````, ````` ▁finishes `````, ````` ▁establishes `````, ... | +| 31180 | ````` grades ````` | 0.100214 | 1 | | +| 34447 | ````` ICES ````` | 0.100237 | 0.99 | ````` ▁SERVICES ````` | +| 47411 | ````` leave ````` | 0.100242 | 1 | | +| 7358 | ````` Av ````` | 0.100242 | 0.99 | ````` ▁Avenue `````, ````` Available `````, ````` ▁Ave `````, ````` ▁Average `````, ````` ▁Available `````, ... | +| 8213 | ````` offs ````` | 0.100257 | 0.92 | ````` ▁offset `````, ````` ▁playoffs `````, ````` ▁offseason `````, ````` ▁offshore `````, ````` ▁offspring `````, ... | +| 20881 | ````` ogene ````` | 0.100267 | 0.87 | ````` ogenesis `````, ````` ogeneous `````, ````` ogeneity `````, ````` ▁heterogeneity ````` | +| 44695 | ````` ▁Aires ````` | 0.100273 | 0.99 | | +| 14309 | ````` marks ````` | 0.100273 | 1 | ````` ▁trademarks `````, ````` ▁benchmarks `````, ````` ▁landmarks ````` | +| 8378 | ````` rolled ````` | 0.100279 | 0.98 | ````` ▁rolled `````, ````` controlled `````, ````` ▁enrolled `````, ````` ▁Controlled `````, ````` ▁uncontrolled ````` | +| 45116 | ````` GD ````` | 0.100287 | 0.99 | ````` ▁GDDR ````` | +| 13453 | ````` Ang ````` | 0.1003 | 0.91 | ````` ▁Angels `````, ````` ▁Angela `````, ````` ▁Anglo `````, ````` ▁Angular `````, ````` ▁Angry `````, ... | +| 6013 | ````` inating ````` | 0.100312 | 0.99 | ````` ▁fascinating `````, ````` ▁eliminating `````, ````` ▁dominating `````, ````` ▁coordinating `````, ````` ▁originating `````, ... | +| 4018 | ````` unes ````` | 0.100312 | 0.99 | ````` ▁iTunes `````, ````` ▁fortunes `````, ````` ▁tunes `````, ````` ▁runes `````, ````` ▁Nunes `````, ... | +| 20578 | ````` Comb ````` | 0.100331 | 0.99 | ````` ▁Combine `````, ````` ▁Combined `````, ````` ▁Combo `````, ````` Combat ````` | +| 1688 | ````` aken ````` | 0.100335 | 0.98 | ````` ▁taken `````, ````` ▁weaken `````, ````` ▁mistaken `````, ````` akening `````, ````` ▁undertaken `````, ... | +| 31176 | ````` jet ````` | 0.100342 | 0.99 | | +| 25530 | ````` WP ````` | 0.100346 | 0.99 | ````` ▁WP ````` | +| 30407 | ````` haus ````` | 0.10035 | 0.98 | ````` ▁exhaustion `````, ````` ▁exhaustive `````, ````` ▁exhausting `````, ````` haust ````` | +| 26649 | ````` atri ````` | 0.100366 | 0.88 | ````` ▁Patriot `````, ````` ▁patriarch `````, ````` ▁patriot `````, ````` patrick `````, ````` ▁pediatric `````, ... | +| 13436 | ````` acies ````` | 0.100376 | 0.93 | ````` ▁democracies `````, ````` ▁pharmacies ````` | +| 8026 | ````` ushing ````` | 0.100377 | 0.92 | ````` ▁rushing `````, ````` ▁crushing `````, ````` ▁brushing ````` | +| 13302 | ````` ampa ````` | 0.100391 | 0.97 | ````` ▁Campaign `````, ````` ▁Tampa `````, ````` ▁campaigning `````, ````` ▁rampant `````, ````` ▁campaigned `````, ... | +| 22634 | ````` ▁IX ````` | 0.100392 | 0.99 | | +| 40074 | ````` ▁Zel ````` | 0.100396 | 0.97 | | +| 20949 | ````` akespeare ````` | 0.1004 | 0.68 | ````` ▁Shakespeare ````` | +| 27728 | ````` angs ````` | 0.100401 | 0.98 | ````` ▁hangs `````, ````` ▁angst ````` | +| 7468 | ````` ashes ````` | 0.100408 | 0.99 | ````` ▁crashes `````, ````` ▁clashes `````, ````` ▁flashes `````, ````` ▁ashes `````, ````` ▁lashes `````, ... | +| 42734 | ````` Grad ````` | 0.100408 | 0.93 | | +| 27291 | ````` tons ````` | 0.100416 | 0.99 | ````` ▁Clintons `````, ````` ▁Pistons `````, ````` ▁Britons `````, ````` ▁photons ````` | +| 20196 | ````` inters ````` | 0.100426 | 1 | ````` interstitial `````, ````` ▁pointers `````, ````` ▁interstate `````, ````` ▁printers `````, ````` ▁intersect `````, ... | +| 25636 | ````` ATOR ````` | 0.100439 | 0.98 | | +| 6551 | ````` illy ````` | 0.10044 | 1 | ````` ▁silly `````, ````` ▁Billy `````, ````` Reilly `````, ````` ▁Philly `````, ````` ▁Lilly `````, ... | +| 25364 | ````` STEM ````` | 0.100445 | 0.95 | ````` ▁STEM `````, ````` ▁SYSTEM ````` | +| 10960 | ````` immer ````` | 0.10045 | 0.99 | ````` ▁Zimmer `````, ````` ▁Zimmerman `````, ````` ▁immersive `````, ````` ▁simmer `````, ````` ▁shimmer `````, ... | +| 30930 | ````` isson ````` | 0.100451 | 0.86 | ````` ▁disson ````` | +| 44728 | ````` ilde ````` | 0.10047 | 0.96 | ````` ▁Wilde `````, ````` ilded `````, ````` builders ````` | +| 34223 | ````` Poly ````` | 0.100475 | 0.99 | | +| 46632 | ````` appers ````` | 0.100477 | 0.98 | ````` ▁rappers ````` | +| 38080 | ````` Alpha ````` | 0.100502 | 1 | ````` ▁Alphabet ````` | +| 7477 | ````` ushed ````` | 0.100511 | 0.99 | ````` ▁rushed `````, ````` ▁crushed `````, ````` ▁brushed `````, ````` ▁flushed ````` | +| 13205 | ````` boys ````` | 0.100511 | 1 | ````` ▁Cowboys ````` | +| 12613 | ````` atile ````` | 0.100516 | 0.99 | ````` ▁versatile `````, ````` ▁volatile ````` | +| 24215 | ````` ULE ````` | 0.100522 | 0.99 | ````` ▁MODULE ````` | +| 9621 | ````` iley ````` | 0.100535 | 0.96 | ````` ▁Bailey `````, ````` ▁Riley `````, ````` ▁Wiley ````` | +| 28498 | ````` IENT ````` | 0.100538 | 0.92 | ````` ▁CLIENT ````` | +| 36344 | ````` slave ````` | 0.100543 | 1 | ````` ▁enslaved ````` | +| 5519 | ````` igan ````` | 0.100545 | 0.99 | ````` ▁Michigan `````, ````` ▁gigantic `````, ````` igans `````, ````` rigan `````, ````` Michigan `````, ... | +| 36081 | ````` SEE ````` | 0.100545 | 0.97 | | +| 26872 | ````` Roll ````` | 0.100546 | 0.99 | ````` ▁Rolls `````, ````` ▁Rollins ````` | +| 9404 | ````` imore ````` | 0.100547 | 0.86 | ````` ▁Baltimore `````, ````` Baltimore ````` | +| 29316 | ````` anth ````` | 0.100548 | 0.92 | ````` ▁Panther `````, ````` antha `````, ````` ▁Samantha `````, ````` ▁anthology `````, ````` ▁anthropology ````` | +| 29483 | ````` ottage ````` | 0.100553 | 0.12 | ````` ▁cottage ````` | +| 48872 | ````` ̶ ````` | 0.100555 | 0.22 | | +| 14553 | ````` Dam ````` | 0.100559 | 0.98 | ````` ▁Dame `````, ````` ▁Damascus `````, ````` Damage `````, ````` ▁Damon `````, ````` ▁Damn `````, ... | +| 23516 | ````` 、 ````` | 0.100562 | 0.98 | | +| 39497 | ````` EMP ````` | 0.100563 | 0.99 | | +| 14726 | ````` anto ````` | 0.100573 | 0.98 | ````` anton `````, ````` ▁Monsanto `````, ````` ▁Santos `````, ````` ▁Santorum `````, ````` ▁phantom `````, ... | +| 27288 | ````` WAY ````` | 0.100576 | 0.92 | ````` ▁WAY `````, ````` WAYS `````, ````` ▁ALWAYS ````` | +| 9224 | ````` alling ````` | 0.100579 | 0.98 | ````` ▁installing `````, ````` ▁Calling `````, ````` ▁appalling `````, ````` ▁recalling `````, ````` ▁Falling `````, ... | +| 23551 | ````` zh ````` | 0.10058 | 0.97 | ````` zhou `````, ````` zhen ````` | +| 17789 | ````` uras ````` | 0.100581 | 0.41 | ````` ▁Honduras `````, ````` ▁Euras `````, ````` ▁Jurassic ````` | +| 15570 | ````` ANG ````` | 0.100587 | 0.96 | ````` ANGE `````, ````` ▁ANG `````, ````` ▁ANGEL ````` | +| 13961 | ````` ▁× ````` | 0.100598 | 0.99 | | +| 1783 | ````` iting ````` | 0.100607 | 0.98 | ````` ▁writing `````, ````` ▁waiting `````, ````` ▁exciting `````, ````` ▁visiting `````, ````` ▁editing `````, ... | +| 3544 | ````` iny ````` | 0.100609 | 1 | ````` ▁tiny `````, ````` ▁scrutiny `````, ````` ▁Destiny `````, ````` inyl `````, ````` ▁Tiny `````, ... | +| 6237 | ````` ATION ````` | 0.10063 | 0.99 | ````` ATIONS `````, ````` ATIONAL `````, ````` FORMATION `````, ````` ▁INFORMATION ````` | +| 37837 | ````` ensis ````` | 0.100633 | 0.78 | | +| 13325 | ````` amped ````` | 0.100654 | 0.97 | ````` ▁stamped `````, ````` ▁cramped `````, ````` ▁revamped ````` | +| 26733 | ````` oby ````` | 0.100656 | 1 | ````` ▁Toby `````, ````` obyl ````` | +| 6011 | ````` acle ````` | 0.100658 | 0.98 | ````` acles `````, ````` ▁obstacles `````, ````` ▁Oracle `````, ````` ▁miracle `````, ````` ▁obstacle `````, ... | +| 8007 | ````` rets ````` | 0.100664 | 1 | ````` ▁secrets `````, ````` ▁Secrets `````, ````` ▁regrets `````, ````` ▁turrets ````` | +| 46703 | ````` FIL ````` | 0.100666 | 0.98 | | +| 13264 | ````` five ````` | 0.100672 | 0.99 | | +| 21110 | ````` rez ````` | 0.100682 | 1 | ````` ▁Perez `````, ````` irez `````, ````` ▁Ramirez `````, ````` ▁Alvarez `````, ````` ▁Suarez `````, ... | +| 9462 | ````` atar ````` | 0.100682 | 0.99 | ````` ▁Qatar `````, ````` ▁Avatar `````, ````` ▁avatar `````, ````` atari `````, ````` atars ````` | +| 40975 | ````` quant ````` | 0.100685 | 0.99 | | +| 26090 | ````` RET ````` | 0.100687 | 1 | ````` ▁RET ````` | +| 16451 | ````` REL ````` | 0.100688 | 0.99 | ````` RELATED `````, ````` ▁REL `````, ````` ▁RELEASE `````, ````` ▁RELE ````` | +| 20128 | ````` mund ````` | 0.100706 | 0.98 | ````` ▁mund `````, ````` ▁mundane `````, ````` ortmund `````, ````` ▁Edmund `````, ````` ▁Dortmund ````` | +| 47656 | ````` alter ````` | 0.100706 | 1 | | +| 16186 | ````` ancies ````` | 0.100712 | 0.95 | ````` ▁pregnancies `````, ````` ▁discrepancies `````, ````` ▁vacancies ````` | +| 10609 | ````` Cor ````` | 0.100713 | 0.98 | ````` ▁Corp `````, ````` ▁Corn `````, ````` ▁Corps `````, ````` Core `````, ````` ▁Corbyn `````, ... | +| 34658 | ````` ija ````` | 0.100716 | 0.9 | ````` ▁Elijah `````, ````` ▁hijacked `````, ````` ▁hijab ````` | +| 47599 | ````` xff ````` | 0.100717 | 0.8 | | +| 44486 | ````` essen ````` | 0.100718 | 0.97 | | +| 2538 | ````` itting ````` | 0.100727 | 0.96 | ````` ▁sitting `````, ````` ▁hitting `````, ````` ▁fitting `````, ````` mitting `````, ````` ▁committing `````, ... | +| 6241 | ````` ucks ````` | 0.100738 | 0.99 | ````` ▁trucks `````, ````` bucks `````, ````` ▁sucks `````, ````` ▁Starbucks `````, ````` ▁bucks `````, ... | +| 42329 | ````` inen ````` | 0.100744 | 1 | ````` ▁Continent ````` | +| 19292 | ````` uded ````` | 0.100744 | 0.96 | ````` ▁Included `````, ````` ▁applauded `````, ````` ▁lauded `````, ````` ▁alluded `````, ````` ▁shrouded ````` | +| 47927 | ````` PASS ````` | 0.100745 | 1 | | +| 27284 | ````` ilda ````` | 0.100755 | 0.83 | | +| 12215 | ````` rons ````` | 0.100758 | 0.99 | ````` ▁neurons `````, ````` ▁patrons `````, ````` ▁electrons ````` | +| 15382 | ````` uits ````` | 0.100761 | 0.99 | ````` ▁fruits `````, ````` suits `````, ````` ▁lawsuits `````, ````` ▁recruits `````, ````` ▁circuits `````, ... | +| 11499 | ````` .\'" ````` | 0.100763 | 0.63 | | +| 41910 | ````` bis ````` | 0.100769 | 1 | ````` ubis `````, ````` ▁bis `````, ````` ▁biscuits ````` | +| 2699 | ````` ises ````` | 0.10077 | 1 | ````` ▁promises `````, ````` ▁raises `````, ````` ▁exercises `````, ````` ▁rises `````, ````` ▁premises `````, ... | +| 22365 | ````` Est ````` | 0.100776 | 1 | ````` ▁Estate `````, ````` ▁Eston `````, ````` ▁Estonia `````, ````` ▁Establishment `````, ````` ▁Estimates `````, ... | +| 10347 | ````` umble ````` | 0.100793 | 0.97 | ````` umbled `````, ````` ▁humble `````, ````` ▁stumbled `````, ````` umbles `````, ````` umbledore `````, ... | +| 12585 | ````` azy ````` | 0.100794 | 0.86 | ````` ▁lazy `````, ````` ▁Crazy `````, ````` crazy ````` | +| 15389 | ````` ahn ````` | 0.1008 | 0.94 | ````` ▁Kahn ````` | +| 7332 | ````` agan ````` | 0.100801 | 0.91 | ````` ▁propaganda `````, ````` ▁Reagan `````, ````` ▁pagan `````, ````` aganda `````, ````` ▁extravagant `````, ... | +| 8106 | ````` aching ````` | 0.10081 | 0.98 | ````` ▁reaching `````, ````` ▁coaching `````, ````` ▁approaching `````, ````` ▁teachings `````, ````` reaching `````, ... | +| 15032 | ````` Mal ````` | 0.10081 | 0.98 | ````` ▁Malaysia `````, ````` ▁Mall `````, ````` ▁Malcolm `````, ````` ▁Malt `````, ````` Male `````, ... | +| 46437 | ````` yna ````` | 0.100814 | 0.93 | ````` ▁synaptic ````` | +| 20913 | ````` shots ````` | 0.100819 | 0.99 | ````` ▁screenshots `````, ````` reenshots `````, ````` ▁gunshots `````, ````` ▁snapshots ````` | +| 31738 | ````` quel ````` | 0.100827 | 0.99 | ````` ▁sequels ````` | +| 18950 | ````` Live ````` | 0.100828 | 0.99 | ````` ▁Lives `````, ````` Liverpool `````, ````` ▁Liver ````` | +| 14098 | ````` − ````` | 0.10083 | 0.97 | ````` ▁(− ````` | +
    + +## Undecodable tokens +0 entries below threshold of 0.063 + + +
    216 additional entries above threshold + +| token_id | token | metric | in_other_tokens | +|------------|---------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 11808 | ````` <0x98><0x85> ````` | 0.0786579 | ````` ★ `````, ````` ▁★ `````, ````` ★★ ````` | +| 45498 | ````` <0xE1><0xBD> ````` | 0.111961 | | +| 25084 | ````` <0x99><0x82> ````` | 0.116237 | ````` ▁🙂 ````` | +| 19472 | ````` <0xE0><0xA8> ````` | 0.12956 | ````` ▁<0xE0><0xA8> ````` | +| 37608 | ````` <0xE5><0xBD> ````` | 0.139228 | | +| 46698 | ````` <0xEB><0x8B> ````` | 0.143584 | | +| 27953 | ````` <0xE5><0x8A> ````` | 0.144247 | | +| 20049 | ````` <0xE4><0xB9> ````` | 0.145511 | ````` 之 ````` | +| 26196 | ````` <0xE8><0xA1> ````` | 0.146808 | | +| 17361 | ````` <0xE8><0xA6> ````` | 0.147467 | ````` 覚醒 `````, ````` ▁裏覚醒 ````` | +| 18799 | ````` <0xE7><0x94> ````` | 0.14816 | ````` 田 `````, ````` 生 ````` | +| 43383 | ````` <0xE5><0xAF> ````` | 0.148994 | | +| 10313 | ````` <0xE4><0xB8> ````` | 0.150837 | ````` 一 `````, ````` 不 `````, ````` 中 `````, ````` 上 `````, ````` 三 ````` | +| 41343 | ````` <0xE0><0xBC> ````` | 0.150842 | | +| 41588 | ````` <0xE1><0xB8> ````` | 0.150843 | | +| 17315 | ````` <0xE6><0x9C> ````` | 0.150898 | ````` ▁<0xE6><0x9C> ````` | +| 28941 | ````` <0xE5><0x90> ````` | 0.150952 | | +| 19570 | ````` <0xE0><0xB8> ````` | 0.151246 | | +| 22758 | ````` <0xE6><0x88> ````` | 0.151384 | ````` 戦 ````` | +| 39358 | ````` <0xE5><0x8D> ````` | 0.151415 | | +| 28842 | ````` <0xE5><0x9C> ````` | 0.151677 | | +| 12862 | ````` <0xE4><0xBA> ````` | 0.151924 | ````` 人 `````, ````` 五 ````` | +| 31968 | ````` <0xE7><0x89> ````` | 0.152775 | ````` 版 ````` | +| 23880 | ````` <0xE6><0x96> ````` | 0.1529 | ````` 方 ````` | +| 46240 | ````` <0xE8><0xAF> ````` | 0.152967 | | +| 49038 | ````` <0xE5><0x87> ````` | 0.153031 | | +| 32521 | ````` <0xE8><0xA3> ````` | 0.153285 | ````` ▁裏<0xE8> `````, ````` 装 ````` | +| 41756 | ````` <0xE5><0xBA> ````` | 0.153308 | | +| 43721 | ````` <0xE6><0xA0> ````` | 0.153632 | | +| 43900 | ````` <0xE6><0xA9> ````` | 0.153645 | ````` 機 ````` | +| 24234 | ````` <0xE0><0xA5> ````` | 0.154114 | | +| 35708 | ````` <0xE2><0x89> ````` | 0.15418 | ````` ▁≡ `````, ````` ▁≤ ````` | +| 26347 | ````` <0xE5><0x88> ````` | 0.154812 | | +| 37866 | ````` <0xE5><0x86> ````` | 0.154995 | | +| 33771 | ````` <0xE6><0x97> ````` | 0.155664 | | +| 35978 | ````` <0xEC><0x9D> ````` | 0.155801 | | +| 32006 | ````` <0xE8><0x80> ````` | 0.155981 | ````` 者 ````` | +| 45620 | ````` <0xE9><0xA3> ````` | 0.155995 | | +| 30588 | ````` <0xE5><0xB8> ````` | 0.156101 | | +| 32576 | ````` <0xE8><0xBF> ````` | 0.156244 | | +| 30269 | ````` <0xE6><0x9D> ````` | 0.156713 | | +| 37775 | ````` <0xE5><0x91> ````` | 0.157152 | | +| 36688 | ````` <0xE5><0xA6> ````` | 0.157163 | | +| 29788 | ````` <0xE9><0x97> ````` | 0.157243 | ````` 闘 ````` | +| 29708 | ````` <0xE2><0x86> ````` | 0.157331 | ````` → `````, ````` ↑ ````` | +| 17742 | ````` <0xE5><0x85> ````` | 0.157452 | ````` 光 ````` | +| 46259 | ````` <0xE2><0x81> ````` | 0.157639 | | +| 20018 | ````` <0xE4><0xBB> ````` | 0.158029 | ````` 代 ````` | +| 33235 | ````` <0xE5><0xBF> ````` | 0.158425 | | +| 22883 | ````` <0xE2><0x95> ````` | 0.158547 | ````` ═ `````, ````` ══ ````` | +| 45914 | ````` <0xE7><0x95> ````` | 0.159338 | | +| 46352 | ````` <0xE6><0x83> ````` | 0.159447 | | +| 32435 | ````` <0xE5><0xB7> ````` | 0.15967 | | +| 29829 | ````` <0xE6><0xAD> ````` | 0.160017 | ````` 武 ````` | +| 45742 | ````` <0xE8><0xAA> ````` | 0.160509 | | +| 47800 | ````` <0xE8><0x83> ````` | 0.160525 | | +| 32371 | ````` <0xE5><0x9B> ````` | 0.160612 | | +| 22890 | ````` <0xE5><0xB0> ````` | 0.16071 | ````` 将 ````` | +| 27767 | ````` <0xE5><0xAD> ````` | 0.160776 | ````` 子 ````` | +| 40370 | ````` <0xE7><0x9C> ````` | 0.16078 | | +| 15929 | ````` <0xE2><0x97> ````` | 0.160825 | ````` ▁<0xE2><0x97> `````, ````` ● `````, ````` ▁● `````, ````` ◼ ````` | +| 34405 | ````` <0xE9><0x81> ````` | 0.160894 | | +| 33569 | ````` <0xE7><0x9B> ````` | 0.160965 | | +| 44296 | ````` <0xE5><0x8C> ````` | 0.161062 | | +| 24864 | ````` <0xE2><0x88> ````` | 0.161091 | ````` ▁(− `````, ````` ▁∼ ````` | +| 32394 | ````` <0xE2><0x9D> ````` | 0.161126 | ````` ▁<0xE2><0x9D> ````` | +| 46482 | ````` <0xE4><0xBF> ````` | 0.161368 | | +| 46766 | ````` <0xE6><0x95> ````` | 0.161483 | | +| 19024 | ````` <0xE7><0x9A> ````` | 0.161684 | ````` 的 ````` | +| 47994 | ````` <0xED><0x95> ````` | 0.161746 | | +| 43639 | ````` <0xE5><0x82> ````` | 0.161879 | | +| 33702 | ````` <0xE6><0x89> ````` | 0.161917 | | +| 18007 | ````` <0xE5><0xA3> ````` | 0.161927 | ````` 士 `````, ````` <0x96><0x9A>士 `````, ````` 龍喚士 `````, ````` <0x91>士 `````, ````` 龍契士 ````` | +| 11740 | ````` <0xE9><0xBE> ````` | 0.162192 | ````` 龍 `````, ````` 龍<0xE5> `````, ````` 龍喚士 `````, ````` 龍<0xE5><0xA5> `````, ````` 龍契士 ````` | +| 36368 | ````` <0xE6><0xB0> ````` | 0.162304 | | +| 36184 | ````` <0xE5><0xBE> ````` | 0.162417 | | +| 48961 | ````` <0xE8><0x88> ````` | 0.162587 | | +| 43892 | ````` <0xE5><0x8E> ````` | 0.162704 | | +| 45382 | ````` <0xE7><0x8B> ````` | 0.162748 | | +| 35710 | ````` <0xE6><0x84> ````` | 0.163071 | | +| 33179 | ````` <0xE5><0xB9> ````` | 0.163114 | | +| 37348 | ````` <0xE6><0xB3> ````` | 0.163331 | | +| 21001 | ````` <0xE5><0x8F> ````` | 0.163379 | | +| 47081 | ````` <0xE7><0x84> ````` | 0.163442 | | +| 13786 | ````` <0xE5><0xA4> ````` | 0.163573 | ````` 天 `````, ````` 大 `````, ````` ▁<0xE5><0xA4> ````` | +| 49429 | ````` <0xE7><0x90> ````` | 0.163777 | | +| 19529 | ````` <0xE4><0xBD> ````` | 0.163824 | ````` 作 `````, ````` 使 ````` | +| 26489 | ````` <0xE2><0x9C> ````` | 0.164083 | ````` ▁✔ ````` | +| 45787 | ````` <0xE7><0xB7> ````` | 0.164102 | | +| 17995 | ````` <0xE2><0x99> ````` | 0.164253 | ````` ▁<0xE2><0x99> `````, ````` ♥ `````, ````` ♦ ````` | +| 45253 | ````` <0xE6><0x80> ````` | 0.164304 | | +| 47950 | ````` <0xE5><0x8B> ````` | 0.164319 | | +| 32852 | ````` <0xE9><0x83> ````` | 0.164386 | | +| 30301 | ````` <0xE5><0x89> ````` | 0.164716 | | +| 31482 | ````` <0xE0><0xB9> ````` | 0.164726 | | +| 25004 | ````` <0xE5><0xA5> ````` | 0.165067 | ````` 龍<0xE5><0xA5> `````, ````` 龍契士 `````, ````` 女 ````` | +| 34935 | ````` <0xE9><0x87> ````` | 0.165529 | | +| 37242 | ````` <0xE9><0x9B> ````` | 0.165908 | | +| 2518 | ````` <0xE3><0x81> ````` | 0.166166 | ````` の `````, ````` の<0xE5> `````, ````` の<0xE7> `````, ````` い `````, ````` し `````, ... | +| 35269 | ````` <0xEF><0xB8> ````` | 0.166428 | ````` ️ ````` | +| 23629 | ````` <0xE6><0x98> ````` | 0.166722 | ````` 是 ````` | +| 28159 | ````` <0xE5><0xBC> ````` | 0.167069 | | +| 38187 | ````` <0xE6><0xB5> ````` | 0.167454 | | +| 38464 | ````` <0xE9><0x96> ````` | 0.16782 | | +| 49697 | ````` <0xE9><0x9A> ````` | 0.168022 | | +| 34653 | ````` <0xE5><0xA7> ````` | 0.168481 | ````` 姫 ````` | +| 1795 | ````` <0xE3><0x82> ````` | 0.168787 | ````` ス `````, ````` イ `````, ````` ア `````, ````` ク `````, ````` シ `````, ... | +| 8585 | ````` <0xF0><0x9F> ````` | 0.168952 | ````` ▁<0xF0><0x9F> `````, ````` ▁<0xF0><0x9F><0x98> `````, ````` ▁🙂 `````, ````` <0xF0><0x9F><0x91> `````, ````` <0xF0><0x9F><0x98> `````, ... | +| 1212 | ````` <0xE3><0x83> ````` | 0.169708 | ````` ・ `````, ````` ー `````, ````` ン `````, ````` ル `````, ````` ラ `````, ... | +| 22525 | ````` <0xE5><0xAE> ````` | 0.170094 | ````` の<0xE5><0xAE> ````` | +| 44168 | ````` <0xE7><0xAB> ````` | 0.170351 | | +| 43105 | ````` <0xE8><0xBB> ````` | 0.170917 | | +| 34463 | ````` <0xE9><0x80> ````` | 0.171453 | | +| 11979 | ````` <0xE0><0xA4> ````` | 0.172454 | ````` ▁<0xE0><0xA4> `````, ````` ा ````` | +| 24586 | ````` <0xE2><0x98> ````` | 0.173125 | ````` ★★ `````, ````` ▁<0xE2><0x98> `````, ````` ☆ ````` | +| 27673 | ````` <0xE4><0xBC> ````` | 0.173504 | | +| 48074 | ````` <0xE0><0xA6> ````` | 0.175126 | | +| 5011 | ````` <0xE2><0x96> ````` | 0.1769 | ````` █ `````, ````` ██ `````, ````` ▁<0xE2><0x96> `````, ````` ████ `````, ````` ░ `````, ... | +| 5102 | ````` <0xE3><0x80> ````` | 0.17911 | ````` 「 `````, ````` 」 `````, ````` 。 `````, ````` 、 `````, ````` 】 `````, ... | +| 6555 | ````` <0xE2><0x94> ````` | 0.179132 | ````` ─ `````, ````` ── `````, ````` ▁<0xE2><0x94> `````, ````` ──── `````, ````` ▁│ `````, ... | +| 26295 | ````` <0xE1><0xB9> ````` | 0.182802 | | +| 450 | ````` <0xE2><0x80> ````` | 0.196525 | ````` ▁<0xE2><0x80> `````, ````` ▁– `````, ````` ▁— `````, ````` — `````, ````` … `````, ... | +| 31207 | ````` <0x96><0x9A> ````` | 0.210381 | ````` <0x96><0x9A>士 `````, ````` 龍喚士 ````` | +| 12469 | ````` ▁<0xD0> ````` | 0.232904 | | +| 23332 | ````` <0x8E><0x8B> ````` | 0.233268 | ````` 王 ````` | +| 45542 | ````` <0xAC><0xBC> ````` | 0.235138 | | +| 41368 | ````` <0x82><0xAA> ````` | 0.235212 | | +| 31622 | ````` ▁<0xEB> ````` | 0.239224 | | +| 10548 | ````` ▁<0xE6> ````` | 0.241918 | ````` ▁<0xE6><0x9C> ````` | +| 5528 | ````` ▁<0xE8> ````` | 0.242633 | ````` ▁裏 `````, ````` ▁裏<0xE7> `````, ````` ▁裏覚醒 `````, ````` ▁裏<0xE8> ````` | +| 13331 | ````` ▁<0xE7> ````` | 0.242855 | ````` ▁神 ````` | +| 10256 | ````` <0x86><0x92> ````` | 0.246438 | ````` ▁→ `````, ````` <0x9A>醒 `````, ````` 覚醒 `````, ````` ▁裏覚醒 `````, ````` → ````` | +| 48956 | ````` <0xAD><0xB7> ````` | 0.246464 | | +| 16271 | ````` ▁<0xE9> ````` | 0.250174 | | +| 41681 | ````` <0xB6><0x85> ````` | 0.250555 | | +| 7137 | ````` <0x88><0x92> ````` | 0.250779 | ````` ▁− `````, ````` − `````, ````` ▁(− ````` | +| 1590 | ````` ▁<0xC2> ````` | 0.252256 | ````` ▁£ `````, ````` ▁\xa0 `````, ````` ▁± `````, ````` ▁§ `````, ````` ▁© `````, ... | +| 10266 | ````` ▁<0xE5> ````` | 0.252371 | ````` ▁<0xE5><0xA4> ````` | +| 6187 | ````` ▁<0xC3> ````` | 0.252432 | ````` ▁× `````, ````` ▁à `````, ````` ▁é `````, ````` ▁þ `````, ````` ▁É `````, ... | +| 39336 | ````` <0xB2><0xBE> ````` | 0.260332 | | +| 43300 | ````` <0xE0><0xA9> ````` | 0.262925 | | +| 36599 | ````` <0xBB><0x92> ````` | 0.263412 | ````` 黒 ````` | +| 45868 | ````` <0xAB><0x98> ````` | 0.263977 | | +| 23599 | ````` <0x93><0x98> ````` | 0.264357 | ````` ▁ⓘ `````, ````` ⓘ ````` | +| 18436 | ````` <0xAD><0x94> ````` | 0.265239 | ````` 魔 `````, ````` の魔 ````` | +| 23824 | ````` ▁<0xEC> ````` | 0.265741 | | +| 2346 | ````` ▁<0xE2> ````` | 0.267551 | ````` ▁… `````, ````` ▁• `````, ````` ▁− `````, ````` ▁€ `````, ````` ▁<0xE2><0x96> `````, ... | +| 7380 | ````` ▁<0xCE> ````` | 0.268026 | ````` ▁μ `````, ````` ▁α `````, ````` ▁β `````, ````` ▁Δ `````, ````` ▁μg ````` | +| 4207 | ````` <0xBF><0xBD> ````` | 0.26927 | ````` � `````, ````` �� `````, ````` ���� `````, ````` ▁� `````, ````` ▁���� `````, ... | +| 26537 | ````` <0x85><0x8B> ````` | 0.270144 | ````` ㅋ `````, ````` ㅋㅋ ````` | +| 43521 | ````` <0x82><0x8E> ````` | 0.271907 | | +| 45436 | ````` <0x81><0x96> ````` | 0.273901 | | +| 18077 | ````` ▁<0xCF> ````` | 0.27426 | ````` ▁τ ````` | +| 29776 | ````` <0xEE><0x80> ````` | 0.277106 | | +| 34757 | ````` ▁<0xC4> ````` | 0.279089 | | +| 47731 | ````` <0xF0><0x9D> ````` | 0.279912 | | +| 8958 | ````` <0x82><0xAC> ````` | 0.283044 | ````` ▁€ `````, ````` ガ `````, ````` € ````` | +| 43772 | ````` <0x81><0xAB> ````` | 0.284059 | | +| 27335 | ````` ▁<0xEF> ````` | 0.284739 | ````` ▁�������� ````` | +| 50162 | ````` <0x99><0xBD> ````` | 0.285999 | | +| 14363 | ````` ▁<0xD7> ````` | 0.288355 | | +| 8011 | ````` <0x84><0xA2> ````` | 0.289726 | ````` ™ `````, ````` ™: ````` | +| 25373 | ````` ▁<0xC5> ````` | 0.294065 | | +| 42167 | ````` ▁<0xE6><0x9C> ````` | 0.294348 | | +| 46791 | ````` <0x8A><0xB1> ````` | 0.29806 | | +| 47252 | ````` <0xF0><0x9F><0x98> ````` | 0.306821 | | +| 18926 | ````` ▁<0xD9> ````` | 0.307868 | ````` ▁و `````, ````` ▁م ````` | +| 28056 | ````` ▁<0xE1> ````` | 0.309866 | | +| 17807 | ````` ▁<0xE2><0x86> ````` | 0.310037 | ````` ▁↑ ````` | +| 6411 | ````` <0xA3><0x8F> ````` | 0.310144 | ````` ▁裏 `````, ````` ▁裏<0xE7> `````, ````` ▁裏覚醒 `````, ````` ▁裏<0xE8> ````` | +| 35072 | ````` <0xA5><0xB5> ````` | 0.319584 | ````` <0xA9><0xB6>極 ````` | +| 23297 | ````` ▁<0xE3><0x81> ````` | 0.322976 | | +| 13948 | ````` <0xA5><0x9E> ````` | 0.32528 | ````` 神 `````, ````` ▁神 ````` | +| 22760 | ````` <0x9A>醒 ````` | 0.334256 | ````` 覚醒 `````, ````` ▁裏覚醒 ````` | +| 17553 | ````` ▁<0xD8> ````` | 0.337616 | ````` ▁ال ````` | +| 25446 | ````` о<0xD0> ````` | 0.347978 | | +| 39614 | ````` <0xE1><0xB5> ````` | 0.350214 | | +| 14527 | ````` ▁<0xE3><0x83> ````` | 0.350296 | | +| 13308 | ````` ▁<0xE2><0x94> ````` | 0.350993 | ````` ▁│ `````, ````` ▁├ `````, ````` ▁├── ````` | +| 12523 | ````` ▁<0xF0><0x9F> ````` | 0.351289 | ````` ▁<0xF0><0x9F><0x98> `````, ````` ▁🙂 `````, ````` ▁<0xF0><0x9F><0x91> ````` | +| 30328 | ````` ▁<0xF0><0x9F><0x98> ````` | 0.352945 | | +| 35053 | ````` <0xB6><0xE6> ````` | 0.35403 | ````` <0xA9><0xB6><0xE6> `````, ````` <0xA9><0xB6>極 ````` | +| 21256 | ````` <0x9A><0xE9> ````` | 0.357636 | ````` <0x9A>醒 `````, ````` 覚醒 `````, ````` ▁裏覚醒 ````` | +| 20727 | ````` ▁<0xE2><0x99> ````` | 0.359349 | | +| 41843 | ````` <0xF0><0x9F><0x91> ````` | 0.362325 | ````` ▁<0xF0><0x9F><0x91> ````` | +| 17436 | ````` ▁<0xE3><0x82> ````` | 0.36633 | ````` ▁サ `````, ````` ▁サーティ `````, ````` ▁サーティワン ````` | +| 18875 | ````` ▁<0xE2><0x88> ````` | 0.371222 | ````` ▁∼ ````` | +| 42065 | ````` <0x88><0xE8> ````` | 0.381142 | | +| 33954 | ````` י<0xD7> ````` | 0.381193 | | +| 567 | ````` ▁<0xE2><0x80> ````` | 0.381542 | ````` ▁– `````, ````` ▁— `````, ````` ▁… `````, ````` ▁• `````, ````` ▁\u200b `````, ... | +| 39377 | ````` <0x91>士 ````` | 0.382812 | ````` 龍契士 ````` | +| 43077 | ````` ▁<0xE2><0x9D> ````` | 0.383615 | | +| 12048 | ````` ー<0xE3><0x83> ````` | 0.383994 | ````` ーン `````, ````` ール `````, ````` ーテ `````, ````` ーティ `````, ````` ▁サーティ `````, ... | +| 36472 | ````` ▁<0xE5><0xA4> ````` | 0.384355 | | +| 14522 | ````` ▁<0xE2><0x9C> ````` | 0.385363 | ````` ▁✓ `````, ````` ▁✔ ````` | +| 11022 | ````` ▁<0xE2><0x96> ````` | 0.387181 | ````` ▁█ `````, ````` ▁■ `````, ````` ▁► ````` | +| 42317 | ````` ▁<0xE0><0xA8> ````` | 0.391199 | | +| 33437 | ````` <0x96><0x9A>士 ````` | 0.392018 | ````` 龍喚士 ````` | +| 47706 | ````` <0xA9><0xB6>極 ````` | 0.393691 | | +| 42530 | ````` ▁<0xE2><0x87> ````` | 0.39447 | | +| 24969 | ````` ▁<0xE2><0x97> ````` | 0.396846 | ````` ▁● ````` | +| 28228 | ````` ▁<0xE0><0xA4> ````` | 0.396884 | | +| 15142 | ````` ▁<0xE2><0x89> ````` | 0.398489 | ````` ▁≥ `````, ````` ▁≡ `````, ````` ▁≤ ````` | +| 15477 | ````` の<0xE5> ````` | 0.402214 | ````` の<0xE5><0xAE> ````` | +| 34722 | ````` ▁<0xE2><0x98> ````` | 0.407937 | | +| 50172 | ````` ▁<0xF0><0x9F><0x91> ````` | 0.412143 | | +| 17686 | ````` の<0xE7> ````` | 0.422127 | | +| 34250 | ````` ا<0xD8> ````` | 0.42236 | | +| 27035 | ````` の<0xE6> ````` | 0.424995 | | +| 47493 | ````` <0xA9><0xB6><0xE6> ````` | 0.430432 | ````` <0xA9><0xB6>極 ````` | +| 33429 | ````` の<0xE9> ````` | 0.445646 | ````` の魔 ````` | +| 49152 | ````` の<0xE5><0xAE> ````` | 0.458667 | | +| 19052 | ````` 龍<0xE5> ````` | 0.478206 | ````` 龍喚士 `````, ````` 龍<0xE5><0xA5> `````, ````` 龍契士 ````` | +| 20177 | ````` ▁裏<0xE7> ````` | 0.487031 | | +| 34507 | ````` ▁裏<0xE8> ````` | 0.49226 | | +| 39823 | ````` 龍<0xE5><0xA5> ````` | 0.498244 | ````` 龍契士 ````` | +
    + +## Byte tokens +7 entries below threshold of 0.065 + +| token_id | token | metric | ord | hex | byte_type | +|------------|--------------------|-----------|-------|-------|-------------| +| 219 | ````` \x1c ````` | 0.0290068 | 28 | 0x1C | ascii | +| 220 | ````` \x1d ````` | 0.0291407 | 29 | 0x1D | ascii | +| 221 | ````` \x1e ````` | 0.0292425 | 30 | 0x1E | ascii | +| 203 | ````` \x0c ````` | 0.0293925 | 12 | 0x0C | ascii | +| 202 | ````` \x0b ````` | 0.0298095 | 11 | 0x0B | ascii | +| 176 | ````` <0xF1> ````` | 0.0491124 | 241 | 0xF1 | utf8 | +| 177 | ````` <0xF2> ````` | 0.0551483 | 242 | 0xF2 | utf8 | +
    249 additional entries above threshold + +| token_id | token | metric | ord | hex | byte_type | +|------------|--------------------|-----------|-------|-------|-------------| +| 222 | ````` \x1f ````` | 0.0746896 | 31 | 0x1F | ascii | +| 128 | ````` <0xC1> ````` | 0.075989 | 193 | 0xC1 | unused_utf8 | +| 130 | ````` <0xC3> ````` | 0.07599 | 195 | 0xC3 | utf8 | +| 189 | ````` <0xFE> ````` | 0.07599 | 254 | 0xFE | unused_utf8 | +| 181 | ````` <0xF6> ````` | 0.0760033 | 246 | 0xF6 | unused_utf8 | +| 185 | ````` <0xFA> ````` | 0.0760056 | 250 | 0xFA | unused_utf8 | +| 183 | ````` <0xF8> ````` | 0.0760097 | 248 | 0xF8 | unused_utf8 | +| 184 | ````` <0xF9> ````` | 0.0760115 | 249 | 0xF9 | unused_utf8 | +| 127 | ````` <0xC0> ````` | 0.0760131 | 192 | 0xC0 | unused_utf8 | +| 186 | ````` <0xFB> ````` | 0.0760193 | 251 | 0xFB | unused_utf8 | +| 187 | ````` <0xFC> ````` | 0.0760344 | 252 | 0xFC | unused_utf8 | +| 182 | ````` <0xF7> ````` | 0.0760362 | 247 | 0xF7 | unused_utf8 | +| 129 | ````` <0xC2> ````` | 0.0760405 | 194 | 0xC2 | utf8 | +| 180 | ````` <0xF5> ````` | 0.0760486 | 245 | 0xF5 | unused_utf8 | +| 188 | ````` <0xFD> ````` | 0.0760599 | 253 | 0xFD | unused_utf8 | +| 213 | ````` \x16 ````` | 0.0766752 | 22 | 0x16 | ascii | +| 214 | ````` \x17 ````` | 0.0777587 | 23 | 0x17 | ascii | +| 209 | ````` \x12 ````` | 0.0781088 | 18 | 0x12 | ascii | +| 210 | ````` \x13 ````` | 0.0795686 | 19 | 0x13 | ascii | +| 211 | ````` \x14 ````` | 0.0801852 | 20 | 0x14 | ascii | +| 212 | ````` \x15 ````` | 0.0823819 | 21 | 0x15 | ascii | +| 206 | ````` \x0f ````` | 0.083464 | 15 | 0x0F | ascii | +| 205 | ````` \x0e ````` | 0.0838614 | 14 | 0x0E | ascii | +| 208 | ````` \x11 ````` | 0.0843619 | 17 | 0x11 | ascii | +| 195 | ````` \x04 ````` | 0.0853517 | 4 | 0x04 | ascii | +| 197 | ````` \x06 ````` | 0.0861804 | 6 | 0x06 | ascii | +| 216 | ````` \x19 ````` | 0.0923853 | 25 | 0x19 | ascii | +| 198 | ````` \x07 ````` | 0.0966845 | 7 | 0x07 | ascii | +| 215 | ````` \x18 ````` | 0.0998371 | 24 | 0x18 | ascii | +| 207 | ````` \x10 ````` | 0.100304 | 16 | 0x10 | ascii | +| 156 | ````` <0xDD> ````` | 0.100615 | 221 | 0xDD | utf8 | +| 194 | ````` \x03 ````` | 0.101029 | 3 | 0x03 | ascii | +| 196 | ````` \x05 ````` | 0.102392 | 5 | 0x05 | ascii | +| 157 | ````` <0xDE> ````` | 0.109348 | 222 | 0xDE | utf8 | +| 158 | ````` <0xDF> ````` | 0.112316 | 223 | 0xDF | utf8 | +| 193 | ````` \x02 ````` | 0.112733 | 2 | 0x02 | ascii | +| 92 | ````` z ````` | 0.116679 | 122 | 0x7A | ascii | +| 191 | ````` \x00 ````` | 0.118182 | | 0x00 | ascii | +| 59 | ````` Y ````` | 0.119111 | 89 | 0x59 | ascii | +| 60 | ````` Z ````` | 0.119723 | 90 | 0x5A | ascii | +| 192 | ````` \x01 ````` | 0.120554 | 1 | 0x01 | ascii | +| 218 | ````` \x1b ````` | 0.121936 | 27 | 0x1B | ascii | +| 45 | ````` K ````` | 0.122543 | 75 | 0x4B | ascii | +| 58 | ````` X ````` | 0.123291 | 88 | 0x58 | ascii | +| 179 | ````` <0xF4> ````` | 0.123613 | 244 | 0xF4 | utf8 | +| 103 | ````` <0xA7> ````` | 0.123929 | 167 | 0xA7 | utf8 | +| 251 | ````` <0x9A> ````` | 0.124166 | 154 | 0x9A | utf8 | +| 155 | ````` <0xDC> ````` | 0.124189 | 220 | 0xDC | utf8 | +| 106 | ````` <0xAA> ````` | 0.124204 | 170 | 0xAA | utf8 | +| 91 | ````` y ````` | 0.124644 | 121 | 0x79 | ascii | +| 167 | ````` <0xE8> ````` | 0.125045 | 232 | 0xE8 | utf8 | +| 104 | ````` <0xA8> ````` | 0.125476 | 168 | 0xA8 | utf8 | +| 90 | ````` x ````` | 0.125647 | 120 | 0x78 | ascii | +| 23 | ````` 5 ````` | 0.12568 | 53 | 0x35 | ascii | +| 233 | ````` <0x88> ````` | 0.125726 | 136 | 0x88 | utf8 | +| 237 | ````` <0x8C> ````` | 0.126051 | 140 | 0x8C | utf8 | +| 257 | ````` <0xA0> ````` | 0.1262 | 160 | 0xA0 | utf8 | +| 100 | ````` <0xA4> ````` | 0.126286 | 164 | 0xA4 | utf8 | +| 24 | ````` 6 ````` | 0.12654 | 54 | 0x36 | ascii | +| 116 | ````` <0xB5> ````` | 0.126793 | 181 | 0xB5 | utf8 | +| 117 | ````` <0xB6> ````` | 0.126795 | 182 | 0xB6 | utf8 | +| 110 | ````` <0xAF> ````` | 0.126836 | 175 | 0xAF | utf8 | +| 238 | ````` <0x8D> ````` | 0.127106 | 141 | 0x8D | utf8 | +| 22 | ````` 4 ````` | 0.127263 | 52 | 0x34 | ascii | +| 101 | ````` <0xA5> ````` | 0.127336 | 165 | 0xA5 | utf8 | +| 64 | ````` ^ ````` | 0.127354 | 94 | 0x5E | ascii | +| 171 | ````` <0xEC> ````` | 0.127607 | 236 | 0xEC | utf8 | +| 114 | ````` <0xB3> ````` | 0.127624 | 179 | 0xB3 | utf8 | +| 123 | ````` <0xBC> ````` | 0.127735 | 188 | 0xBC | utf8 | +| 70 | ````` d ````` | 0.127797 | 100 | 0x64 | ascii | +| 246 | ````` <0x95> ````` | 0.127823 | 149 | 0x95 | utf8 | +| 255 | ````` <0x9E> ````` | 0.127899 | 158 | 0x9E | utf8 | +| 105 | ````` <0xA9> ````` | 0.127966 | 169 | 0xA9 | utf8 | +| 113 | ````` <0xB2> ````` | 0.127969 | 178 | 0xB2 | utf8 | +| 77 | ````` k ````` | 0.128057 | 107 | 0x6B | ascii | +| 217 | ````` \x1a ````` | 0.128116 | 26 | 0x1A | ascii | +| 20 | ````` 2 ````` | 0.128231 | 50 | 0x32 | ascii | +| 21 | ````` 3 ````` | 0.128484 | 51 | 0x33 | ascii | +| 120 | ````` <0xB9> ````` | 0.128744 | 185 | 0xB9 | utf8 | +| 25 | ````` 7 ````` | 0.12891 | 55 | 0x37 | ascii | +| 232 | ````` <0x87> ````` | 0.129015 | 135 | 0x87 | utf8 | +| 245 | ````` <0x94> ````` | 0.129108 | 148 | 0x94 | utf8 | +| 112 | ````` <0xB1> ````` | 0.129136 | 177 | 0xB1 | utf8 | +| 54 | ````` T ````` | 0.129475 | 84 | 0x54 | ascii | +| 26 | ````` 8 ````` | 0.129616 | 56 | 0x38 | ascii | +| 56 | ````` V ````` | 0.129667 | 86 | 0x56 | ascii | +| 165 | ````` <0xE6> ````` | 0.129773 | 230 | 0xE6 | utf8 | +| 166 | ````` <0xE7> ````` | 0.129853 | 231 | 0xE7 | utf8 | +| 249 | ````` <0x98> ````` | 0.130035 | 152 | 0x98 | utf8 | +| 51 | ````` Q ````` | 0.130203 | 81 | 0x51 | ascii | +| 234 | ````` <0x89> ````` | 0.130259 | 137 | 0x89 | utf8 | +| 115 | ````` <0xB4> ````` | 0.130269 | 180 | 0xB4 | utf8 | +| 76 | ````` j ````` | 0.130737 | 106 | 0x6A | ascii | +| 111 | ````` <0xB0> ````` | 0.130907 | 176 | 0xB0 | utf8 | +| 252 | ````` <0x9B> ````` | 0.130965 | 155 | 0x9B | utf8 | +| 151 | ````` <0xD8> ````` | 0.131015 | 216 | 0xD8 | utf8 | +| 226 | ````` <0x81> ````` | 0.131456 | 129 | 0x81 | utf8 | +| 97 | ````` <0xA1> ````` | 0.131564 | 161 | 0xA1 | utf8 | +| 44 | ````` J ````` | 0.131782 | 74 | 0x4A | ascii | +| 231 | ````` <0x86> ````` | 0.131808 | 134 | 0x86 | utf8 | +| 108 | ````` <0xAC> ````` | 0.132053 | 172 | 0xAC | utf8 | +| 86 | ````` t ````` | 0.132103 | 116 | 0x74 | ascii | +| 229 | ````` <0x84> ````` | 0.132125 | 132 | 0x84 | utf8 | +| 53 | ````` S ````` | 0.132183 | 83 | 0x53 | ascii | +| 38 | ````` D ````` | 0.132204 | 68 | 0x44 | ascii | +| 27 | ````` 9 ````` | 0.132229 | 57 | 0x39 | ascii | +| 125 | ````` <0xBE> ````` | 0.132256 | 190 | 0xBE | utf8 | +| 253 | ````` <0x9C> ````` | 0.132427 | 156 | 0x9C | utf8 | +| 99 | ````` <0xA3> ````` | 0.132704 | 163 | 0xA3 | utf8 | +| 107 | ````` <0xAB> ````` | 0.132725 | 171 | 0xAB | utf8 | +| 52 | ````` R ````` | 0.13283 | 82 | 0x52 | ascii | +| 83 | ````` q ````` | 0.132958 | 113 | 0x71 | ascii | +| 109 | ````` <0xAE> ````` | 0.133077 | 174 | 0xAE | utf8 | +| 230 | ````` <0x85> ````` | 0.133089 | 133 | 0x85 | utf8 | +| 96 | ````` ~ ````` | 0.133215 | 126 | 0x7E | ascii | +| 256 | ````` <0x9F> ````` | 0.133246 | 159 | 0x9F | utf8 | +| 37 | ````` C ````` | 0.133357 | 67 | 0x43 | ascii | +| 46 | ````` L ````` | 0.133371 | 76 | 0x4C | ascii | +| 39 | ````` E ````` | 0.13349 | 69 | 0x45 | ascii | +| 124 | ````` <0xBD> ````` | 0.133609 | 189 | 0xBD | utf8 | +| 119 | ````` <0xB8> ````` | 0.133645 | 184 | 0xB8 | utf8 | +| 240 | ````` <0x8F> ````` | 0.133717 | 143 | 0x8F | utf8 | +| 235 | ````` <0x8A> ````` | 0.134042 | 138 | 0x8A | utf8 | +| 239 | ````` <0x8E> ````` | 0.13411 | 142 | 0x8E | utf8 | +| 244 | ````` <0x93> ````` | 0.134305 | 147 | 0x93 | utf8 | +| 228 | ````` <0x83> ````` | 0.134396 | 131 | 0x83 | utf8 | +| 79 | ````` m ````` | 0.134447 | 109 | 0x6D | ascii | +| 170 | ````` <0xEB> ````` | 0.134594 | 235 | 0xEB | utf8 | +| 242 | ````` <0x91> ````` | 0.134834 | 145 | 0x91 | utf8 | +| 48 | ````` N ````` | 0.134985 | 78 | 0x4E | ascii | +| 88 | ````` v ````` | 0.135344 | 118 | 0x76 | ascii | +| 41 | ````` G ````` | 0.135357 | 71 | 0x47 | ascii | +| 247 | ````` <0x96> ````` | 0.135639 | 150 | 0x96 | utf8 | +| 102 | ````` <0xA6> ````` | 0.13575 | 166 | 0xA6 | utf8 | +| 236 | ````` <0x8B> ````` | 0.135765 | 139 | 0x8B | utf8 | +| 159 | ````` <0xE0> ````` | 0.135948 | 224 | 0xE0 | utf8 | +| 126 | ````` <0xBF> ````` | 0.136368 | 191 | 0xBF | utf8 | +| 121 | ````` <0xBA> ````` | 0.136582 | 186 | 0xBA | utf8 | +| 243 | ````` <0x92> ````` | 0.137025 | 146 | 0x92 | utf8 | +| 62 | ````` \ ````` | 0.137161 | 92 | 0x5C | ascii | +| 248 | ````` <0x97> ````` | 0.137268 | 151 | 0x97 | utf8 | +| 163 | ````` <0xE4> ````` | 0.137324 | 228 | 0xE4 | utf8 | +| 144 | ````` <0xD1> ````` | 0.137433 | 209 | 0xD1 | utf8 | +| 85 | ````` s ````` | 0.137482 | 115 | 0x73 | ascii | +| 68 | ````` b ````` | 0.137709 | 98 | 0x62 | ascii | +| 19 | ````` 1 ````` | 0.137853 | 49 | 0x31 | ascii | +| 55 | ````` U ````` | 0.138428 | 85 | 0x55 | ascii | +| 254 | ````` <0x9D> ````` | 0.138526 | 157 | 0x9D | utf8 | +| 241 | ````` <0x90> ````` | 0.138537 | 144 | 0x90 | utf8 | +| 47 | ````` M ````` | 0.138783 | 77 | 0x4D | ascii | +| 78 | ````` l ````` | 0.139024 | 108 | 0x6C | ascii | +| 80 | ````` n ````` | 0.139248 | 110 | 0x6E | ascii | +| 42 | ````` H ````` | 0.139514 | 72 | 0x48 | ascii | +| 82 | ````` p ````` | 0.139521 | 112 | 0x70 | ascii | +| 71 | ````` e ````` | 0.139725 | 101 | 0x65 | ascii | +| 98 | ````` <0xA2> ````` | 0.139822 | 162 | 0xA2 | utf8 | +| 50 | ````` P ````` | 0.140065 | 80 | 0x50 | ascii | +| 168 | ````` <0xE9> ````` | 0.14023 | 233 | 0xE9 | utf8 | +| 57 | ````` W ````` | 0.141068 | 87 | 0x57 | ascii | +| 36 | ````` B ````` | 0.141678 | 66 | 0x42 | ascii | +| 84 | ````` r ````` | 0.142122 | 114 | 0x72 | ascii | +| 164 | ````` <0xE5> ````` | 0.142135 | 229 | 0xE5 | utf8 | +| 143 | ````` <0xD0> ````` | 0.142234 | 208 | 0xD0 | utf8 | +| 225 | ````` <0x80> ````` | 0.142717 | 128 | 0x80 | utf8 | +| 49 | ````` O ````` | 0.142833 | 79 | 0x4F | ascii | +| 73 | ````` g ````` | 0.142915 | 103 | 0x67 | ascii | +| 118 | ````` <0xB7> ````` | 0.14314 | 183 | 0xB7 | utf8 | +| 6 | ````` $ ````` | 0.143268 | 36 | 0x24 | ascii | +| 89 | ````` w ````` | 0.143555 | 119 | 0x77 | ascii | +| 122 | ````` <0xBB> ````` | 0.144054 | 187 | 0xBB | utf8 | +| 74 | ````` h ````` | 0.144761 | 104 | 0x68 | ascii | +| 250 | ````` <0x99> ````` | 0.144778 | 153 | 0x99 | utf8 | +| 40 | ````` F ````` | 0.145142 | 70 | 0x46 | ascii | +| 152 | ````` <0xD9> ````` | 0.14547 | 217 | 0xD9 | utf8 | +| 172 | ````` <0xED> ````` | 0.146695 | 237 | 0xED | utf8 | +| 258 | ````` <0xAD> ````` | 0.146795 | 173 | 0xAD | utf8 | +| 227 | ````` <0x82> ````` | 0.14763 | 130 | 0x82 | utf8 | +| 35 | ````` A ````` | 0.147782 | 65 | 0x41 | ascii | +| 13 | ````` + ````` | 0.148036 | 43 | 0x2B | ascii | +| 161 | ````` <0xE2> ````` | 0.14941 | 226 | 0xE2 | utf8 | +| 199 | ````` \x08 ````` | 0.149446 | 8 | 0x08 | ascii | +| 141 | ````` <0xCE> ````` | 0.149852 | 206 | 0xCE | utf8 | +| 69 | ````` c ````` | 0.151424 | 99 | 0x63 | ascii | +| 72 | ````` f ````` | 0.151674 | 102 | 0x66 | ascii | +| 153 | ````` <0xDA> ````` | 0.151883 | 218 | 0xDA | utf8 | +| 160 | ````` <0xE1> ````` | 0.15219 | 225 | 0xE1 | utf8 | +| 175 | ````` <0xF0> ````` | 0.153001 | 240 | 0xF0 | utf8 | +| 169 | ````` <0xEA> ````` | 0.154709 | 234 | 0xEA | utf8 | +| 43 | ````` I ````` | 0.157239 | 73 | 0x49 | ascii | +| 147 | ````` <0xD4> ````` | 0.157773 | 212 | 0xD4 | utf8 | +| 150 | ````` <0xD7> ````` | 0.157813 | 215 | 0xD7 | utf8 | +| 18 | ````` 0 ````` | 0.158206 | 48 | 0x30 | ascii | +| 145 | ````` <0xD2> ````` | 0.15932 | 210 | 0xD2 | utf8 | +| 174 | ````` <0xEF> ````` | 0.159844 | 239 | 0xEF | utf8 | +| 7 | ````` % ````` | 0.160176 | 37 | 0x25 | ascii | +| 148 | ````` <0xD5> ````` | 0.161852 | 213 | 0xD5 | utf8 | +| 162 | ````` <0xE3> ````` | 0.161876 | 227 | 0xE3 | utf8 | +| 190 | ````` <0xFF> ````` | 0.165048 | 255 | 0xFF | unused_utf8 | +| 81 | ````` o ````` | 0.165258 | 111 | 0x6F | ascii | +| 149 | ````` <0xD6> ````` | 0.165917 | 214 | 0xD6 | utf8 | +| 67 | ````` a ````` | 0.166169 | 97 | 0x61 | ascii | +| 34 | ````` @ ````` | 0.166673 | 64 | 0x40 | ascii | +| 131 | ````` <0xC4> ````` | 0.167199 | 196 | 0xC4 | utf8 | +| 87 | ````` u ````` | 0.167743 | 117 | 0x75 | ascii | +| 178 | ````` <0xF3> ````` | 0.167871 | 243 | 0xF3 | utf8 | +| 8 | ````` & ````` | 0.168565 | 38 | 0x26 | ascii | +| 66 | ````` ` ````` | 0.16894 | 96 | 0x60 | ascii | +| 132 | ````` <0xC5> ````` | 0.170047 | 197 | 0xC5 | utf8 | +| 61 | ````` [ ````` | 0.170609 | 91 | 0x5B | ascii | +| 154 | ````` <0xDB> ````` | 0.171869 | 219 | 0xDB | utf8 | +| 133 | ````` <0xC6> ````` | 0.173667 | 198 | 0xC6 | utf8 | +| 142 | ````` <0xCF> ````` | 0.173736 | 207 | 0xCF | utf8 | +| 75 | ````` i ````` | 0.173843 | 105 | 0x69 | ascii | +| 146 | ````` <0xD3> ````` | 0.174037 | 211 | 0xD3 | utf8 | +| 138 | ````` <0xCB> ````` | 0.174054 | 203 | 0xCB | utf8 | +| 135 | ````` <0xC8> ````` | 0.174117 | 200 | 0xC8 | utf8 | +| 31 | ````` = ````` | 0.174699 | 61 | 0x3D | ascii | +| 14 | ````` , ````` | 0.17595 | 44 | 0x2C | ascii | +| 136 | ````` <0xC9> ````` | 0.177347 | 201 | 0xC9 | utf8 | +| 134 | ````` <0xC7> ````` | 0.178529 | 199 | 0xC7 | utf8 | +| 140 | ````` <0xCD> ````` | 0.179406 | 205 | 0xCD | utf8 | +| 93 | ````` { ````` | 0.17942 | 123 | 0x7B | ascii | +| 63 | ````` ] ````` | 0.179835 | 93 | 0x5D | ascii | +| 139 | ````` <0xCC> ````` | 0.180692 | 204 | 0xCC | utf8 | +| 9 | ````` ' ````` | 0.180873 | 39 | 0x27 | ascii | +| 15 | ````` - ````` | 0.182765 | 45 | 0x2D | ascii | +| 173 | ````` <0xEE> ````` | 0.184925 | 238 | 0xEE | utf8 | +| 28 | ````` : ````` | 0.18551 | 58 | 0x3A | ascii | +| 94 | ````` \| ````` | 0.186502 | 124 | 0x7C | ascii | +| 11 | ````` ) ````` | 0.186905 | 41 | 0x29 | ascii | +| 3 | ````` ! ````` | 0.187393 | 33 | 0x21 | ascii | +| 137 | ````` <0xCA> ````` | 0.188319 | 202 | 0xCA | utf8 | +| 33 | ````` ? ````` | 0.189475 | 63 | 0x3F | ascii | +| 4 | ````` " ````` | 0.18981 | 34 | 0x22 | ascii | +| 224 | ````` \x7f ````` | 0.190663 | 127 | 0x7F | ascii | +| 95 | ````` } ````` | 0.191386 | 125 | 0x7D | ascii | +| 10 | ````` ( ````` | 0.192247 | 40 | 0x28 | ascii | +| 12 | ````` * ````` | 0.192365 | 42 | 0x2A | ascii | +| 5 | ````` # ````` | 0.192658 | 35 | 0x23 | ascii | +| 29 | ````` ; ````` | 0.194648 | 59 | 0x3B | ascii | +| 17 | ````` / ````` | 0.19854 | 47 | 0x2F | ascii | +| 65 | ````` _ ````` | 0.201577 | 95 | 0x5F | ascii | +| 30 | ````` < ````` | 0.211357 | 60 | 0x3C | ascii | +| 16 | ````` . ````` | 0.227441 | 46 | 0x2E | ascii | +| 200 | ````` \t ````` | 0.246484 | 9 | 0x09 | ascii | +| 32 | ````` > ````` | 0.251268 | 62 | 0x3E | ascii | +| 204 | ````` \r ````` | 0.256897 | 13 | 0x0D | ascii | +| 223 | ````` ▁ ````` | 0.496807 | 32 | 0x20 | ascii | +| 201 | ````` \n ````` | 0.50216 | 10 | 0x0A | ascii | +
    + +## Special tokens +1 entries below threshold of 0.065 + +| token_id | token | metric | max_prob | +|------------|-------------------|----------|------------------------------------------------------------------| +| 0 | ````` ````` | 0 | 0.00053 | +
    6 additional entries above threshold + +| token_id | token | metric | max_prob | reencoded | +|------------|----------------------------------------|-----------|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 2 | ````` ````` | 0.0777459 | 0.01 | | +| 1 | ````` ````` | 0.144863 | | | +| 50393 | ````` <\|endoftext\|> ````` | 0.415236 | | | +| 11507 | ````` ````` | 0.498452 | | 30: ````` < `````, 406: ````` un `````, 1487: ````` used `````, 65: ````` _ `````, 1932: ````` wh `````, 2740: ````` ites `````, 10226: ````` pace `````, 837: ````` __ `````, 1160: ````` 11 `````, 33583: ````` 504 `````, 32: ````` > ````` | +| 22689 | ````` ````` | 0.498452 | | 30: ````` < `````, 406: ````` un `````, 1487: ````` used `````, 65: ````` _ `````, 1932: ````` wh `````, 2740: ````` ites `````, 10226: ````` pace `````, 837: ````` __ `````, 1831: ````` 22 `````, 33811: ````` 686 `````, 32: ````` > ````` | +| 45709 | ````` ````` | 0.498452 | | 30: ````` < `````, 406: ````` un `````, 1487: ````` used `````, 65: ````` _ `````, 1932: ````` wh `````, 2740: ````` ites `````, 10226: ````` pace `````, 837: ````` __ `````, 2234: ````` 45 `````, 35405: ````` 706 `````, 32: ````` > ````` | +
    + +## Unreachable tokens +0 entries below threshold of 0.065 + + +
    63 additional entries above threshold + +| token_id | token | metric | reencoded | +|------------|----------------------------------------------|----------|-------------------------------------------------------------------------------------------| +| 50286 | ````` ▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.141038 | 50283: ````` ▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50274 | ````` ▁▁▁▁▁▁▁ ````` | 0.156021 | 50271: ````` ▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50298 | ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.273976 | 50295: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50264 | ````` \t▁▁ ````` | 0.334301 | 200: ````` \t `````, 50259: ````` ▁▁ ````` | +| 50270 | ````` \t▁▁▁▁ ````` | 0.348281 | 200: ````` \t `````, 50265: ````` ▁▁▁▁ ````` | +| 50267 | ````` \t▁▁▁ ````` | 0.356847 | 200: ````` \t `````, 50262: ````` ▁▁▁ ````` | +| 50273 | ````` \t▁▁▁▁▁ ````` | 0.366578 | 200: ````` \t `````, 50268: ````` ▁▁▁▁▁ ````` | +| 50291 | ````` \t▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.37519 | 200: ````` \t `````, 50283: ````` ▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50279 | ````` \t▁▁▁▁▁▁▁ ````` | 0.380982 | 200: ````` \t `````, 50271: ````` ▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50303 | ````` \t▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.38226 | 200: ````` \t `````, 50295: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50297 | ````` \t▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.383445 | 200: ````` \t `````, 50292: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50288 | ````` \t▁▁▁▁▁▁▁▁▁▁ ````` | 0.384814 | 200: ````` \t `````, 50283: ````` ▁▁▁▁▁▁▁▁▁▁ ````` | +| 50276 | ````` \t▁▁▁▁▁▁ ````` | 0.385426 | 200: ````` \t `````, 50271: ````` ▁▁▁▁▁▁ ````` | +| 50300 | ````` \t▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.385682 | 200: ````` \t `````, 50295: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50282 | ````` \t▁▁▁▁▁▁▁▁ ````` | 0.386283 | 200: ````` \t `````, 50277: ````` ▁▁▁▁▁▁▁▁ ````` | +| 50294 | ````` \t▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.390272 | 200: ````` \t `````, 50289: ````` ▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50285 | ````` \t▁▁▁▁▁▁▁▁▁ ````` | 0.395775 | 200: ````` \t `````, 50280: ````` ▁▁▁▁▁▁▁▁▁ ````` | +| 50278 | ````` \n▁▁▁▁▁▁▁ ````` | 0.469049 | 201: ````` \n `````, 50271: ````` ▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50266 | ````` \n▁▁▁ ````` | 0.475316 | 201: ````` \n `````, 50262: ````` ▁▁▁ ````` | +| 50371 | ````` \t\t\t\t\t\t\t\t\t ````` | 0.475343 | 50356: ````` \t\t\t\t `````, 50359: ````` \t\t\t\t\t ````` | +| 50320 | ````` \t\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50316: ````` \n\n\n\n\n\n ````` | +| 50323 | ````` \t\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50316: ````` \n\n\n\n\n\n `````, 201: ````` \n ````` | +| 50326 | ````` \t\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50322: ````` \n\n\n\n\n\n\n\n ````` | +| 50329 | ````` \t\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50325: ````` \n\n\n\n\n\n\n\n\n ````` | +| 50332 | ````` \t\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50328: ````` \n\n\n\n\n\n\n\n\n\n ````` | +| 50335 | ````` \t\n\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50331: ````` \n\n\n\n\n\n\n\n\n\n\n ````` | +| 50338 | ````` \t\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50334: ````` \n\n\n\n\n\n\n\n\n\n\n\n ````` | +| 50341 | ````` \t\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50337: ````` \n\n\n\n\n\n\n\n\n\n\n\n\n ````` | +| 50344 | ````` \t\n\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50340: ````` \n\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | +| 50347 | ````` \t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.479289 | 200: ````` \t `````, 50340: ````` \n\n\n\n\n\n\n\n\n\n\n\n\n\n `````, 201: ````` \n ````` | +| 50290 | ````` \n▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.479778 | 201: ````` \n `````, 50283: ````` ▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50275 | ````` \n▁▁▁▁▁▁ ````` | 0.496895 | 201: ````` \n `````, 50271: ````` ▁▁▁▁▁▁ ````` | +| 50302 | ````` \n▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.499408 | 201: ````` \n `````, 50295: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ `````, 223: ````` ▁ ````` | +| 50272 | ````` \n▁▁▁▁▁ ````` | 0.506963 | 201: ````` \n `````, 50268: ````` ▁▁▁▁▁ ````` | +| 50287 | ````` \n▁▁▁▁▁▁▁▁▁▁ ````` | 0.508529 | 201: ````` \n `````, 50283: ````` ▁▁▁▁▁▁▁▁▁▁ ````` | +| 50299 | ````` \n▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.512778 | 201: ````` \n `````, 50295: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50293 | ````` \n▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.51427 | 201: ````` \n `````, 50289: ````` ▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50284 | ````` \n▁▁▁▁▁▁▁▁▁ ````` | 0.514655 | 201: ````` \n `````, 50280: ````` ▁▁▁▁▁▁▁▁▁ ````` | +| 50342 | ````` ▁\n\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.515605 | 50339: ````` ▁\n\n\n\n\n\n\n\n\n\n\n\n\n `````, 201: ````` \n ````` | +| 50269 | ````` \n▁▁▁▁ ````` | 0.519254 | 201: ````` \n `````, 50265: ````` ▁▁▁▁ ````` | +| 50317 | ````` \t\n\n\n\n\n ````` | 0.521282 | 200: ````` \t `````, 50313: ````` \n\n\n\n\n ````` | +| 50263 | ````` \n▁▁ ````` | 0.521898 | 201: ````` \n `````, 50259: ````` ▁▁ ````` | +| 50296 | ````` \n▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | 0.527458 | 201: ````` \n `````, 50292: ````` ▁▁▁▁▁▁▁▁▁▁▁▁▁ ````` | +| 50281 | ````` \n▁▁▁▁▁▁▁▁ ````` | 0.528275 | 201: ````` \n `````, 50277: ````` ▁▁▁▁▁▁▁▁ ````` | +| 50314 | ````` \t\n\n\n\n ````` | 0.539797 | 200: ````` \t `````, 50310: ````` \n\n\n\n ````` | +| 50364 | ````` \n\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50362: ````` \t\t\t\t\t\t ````` | +| 50367 | ````` \n\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50365: ````` \t\t\t\t\t\t\t ````` | +| 50370 | ````` \n\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50368: ````` \t\t\t\t\t\t\t\t ````` | +| 50373 | ````` \n\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50356: ````` \t\t\t\t `````, 50359: ````` \t\t\t\t\t ````` | +| 50376 | ````` \n\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50374: ````` \t\t\t\t\t\t\t\t\t\t ````` | +| 50379 | ````` \n\t\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50377: ````` \t\t\t\t\t\t\t\t\t\t\t ````` | +| 50382 | ````` \n\t\t\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50380: ````` \t\t\t\t\t\t\t\t\t\t\t\t ````` | +| 50385 | ````` \n\t\t\t\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50383: ````` \t\t\t\t\t\t\t\t\t\t\t\t\t ````` | +| 50388 | ````` \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50386: ````` \t\t\t\t\t\t\t\t\t\t\t\t\t\t ````` | +| 50391 | ````` \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ````` | 0.546622 | 201: ````` \n `````, 50389: ````` \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ````` | +| 50319 | ````` \n\n\n\n\n\n\n ````` | 0.567922 | 50316: ````` \n\n\n\n\n\n `````, 201: ````` \n ````` | +| 50343 | ````` \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n ````` | 0.567922 | 50340: ````` \n\n\n\n\n\n\n\n\n\n\n\n\n\n `````, 201: ````` \n ````` | +| 50361 | ````` \n\t\t\t\t\t ````` | 0.573475 | 201: ````` \n `````, 50359: ````` \t\t\t\t\t ````` | +| 50311 | ````` \t\n\n\n ````` | 0.57373 | 200: ````` \t `````, 50307: ````` \n\n\n ````` | +| 50358 | ````` \n\t\t\t\t ````` | 0.589121 | 201: ````` \n `````, 50356: ````` \t\t\t\t ````` | +| 50308 | ````` \t\n\n ````` | 0.607557 | 200: ````` \t `````, 631: ````` \n\n ````` | +| 50355 | ````` \n\t\t\t ````` | 0.621047 | 201: ````` \n `````, 50353: ````` \t\t\t ````` | +| 50352 | ````` \n\t\t ````` | 0.668646 | 201: ````` \n `````, 50350: ````` \t\t ````` | +
    diff --git a/results/reports/m_a_p_neo_7b.md b/results/reports/m_a_p_neo_7b.md new file mode 100644 index 0000000..636d1ce --- /dev/null +++ b/results/reports/m_a_p_neo_7b.md @@ -0,0 +1,1701 @@ +# Report for `m-a-p/neo_7b` + +## Model info + +* Tied embeddings: no +* Unembeddings use bias: no +* Metric for under-trained tokens: Embeddings L2 Norm + * Overall distribution 1.048 +/- 0.171 + * Token used for verification prompt building: `即表明您已经阅读并接受上述条款` + * Verification threshold: 0.449 + * Threshold for showing candidate under-trained tokens: 0.149 + * Median verified threshold (for bytes, unreachable and special tokens): 0.154 +* Embeddings shape: (64256, 3072) +* Vocabulary size: 64005 + * Number of single byte tokens: 351, of which 110 below metric threshold + * Number of special tokens: 8, of which 1 below metric threshold + * Number of tested under-trained tokens: 1276, 403 below p = 0.01 threshold, 200 below soft metric threshold + +## Metrics plot +![Metrics pairplot](../metrics_pairplot_byid/m_a_p_neo_7b.png) + +## Verification plot +![Verification plot](../verifications_scatterplot/m_a_p_neo_7b.png) + +## Under-trained token verification results +200 entries below threshold of 0.149 + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|-----------------------------------|------------|------------------------------------------------------------------|----------------------------------------------------------------------------------------| +| 38951 | ````` ▁只看该作者大 ````` | 0.00173231 | 0.00011 | | +| 37928 | ````` 写一个指定评分 ````` | 0.00173985 | 0.00011 | ````` 写一个指定评分的评论 ````` | +| 34936 | ````` ▁先判断以下内容的 ````` | 0.00175998 | 0.00011 | ````` ▁先判断以下内容的语言类型 ````` | +| 55108 | ````` nhelpviewer ````` | 0.00177068 | 0.00011 | | +| 50075 | ````` :①②\ ````` | 0.00177181 | 0.00011 | | +| 37151 | ````` 如所属地区或 ````` | 0.00177463 | 0.00011 | ````` 如所属地区或语种 ````` | +| 49484 | ````` 身份在社区发言 ````` | 0.00177505 | 0.00011 | | +| 51118 | ````` 用上半句或者 ````` | 0.00178124 | 0.00011 | ````` 用上半句或者下半句回答 ````` | +| 37152 | ````` ▁请给出下面的 ````` | 0.00178258 | 0.00011 | ````` ▁请给出下面的姓名的类型 ````` | +| 37694 | ````` ▁这条电影评论 ````` | 0.00178436 | 0.00011 | ````` ▁这条电影评论的评分是多少 ````` | +| 29312 | ````` 对话语境的情感 ````` | 0.00179863 | 0.00011 | ````` 并且要符合对话语境的情感 ````` | +| 29962 | ````` \\+\\_\\+ ````` | 0.00179999 | 0.00011 | | +| 26842 | ````` locfilehash ````` | 0.00180108 | 0.00011 | ````` openlocfilehash ````` | +| 44728 | ````` ▁您是本帖的第个阅读者 ````` | 0.00180125 | 0.00011 | | +| 34937 | ````` 最后用中文遵循指令 ````` | 0.00180538 | 0.00011 | ````` 最后用中文遵循指令给出合理的 ````` | +| 55981 | ````` :③④\ ````` | 0.00181947 | 0.00011 | | +| 51119 | ````` 是上半句还是下半句 ````` | 0.00182553 | 0.00011 | ````` ▁请问这句诗是上半句还是下半句 ````` | +| 15354 | ````` ▁只看该作者发表于 ````` | 0.00183054 | 0.00011 | | +| 53491 | ````` ▁查看作者所有 ````` | 0.00246963 | 0.00011 | ````` ▁查看作者所有帖子 ````` | +| 53550 | ````` >--}}\ ````` | 0.00889226 | 0.00013 | | +
    180 additional entries below threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|---------------------------------------------|------------|------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 51116 | ````` 下半句回答 ````` | 0.00982724 | 0.0001 | ````` 用上半句或者下半句回答 ````` | +| 56055 | ````` tassertThat ````` | 0.0135833 | 0.00011 | | +| 29309 | ````` 以下的对话内容 ````` | 0.0139723 | 0.00011 | ````` ▁请回复以下的对话内容 ````` | +| 26863 | ````` 您已经阅读并接受上述条款 ````` | 0.0145696 | 0.00011 | ````` 即表明您已经阅读并接受上述条款 ````` | +| 33531 | ````` nPingback ````` | 0.0149428 | 0.00012 | | +| 51115 | ````` 用上半句 ````` | 0.0156052 | 0.00011 | ````` 用上半句或者 `````, ````` 用上半句或者下半句回答 ````` | +| 54989 | ````` tassertTrue ````` | 0.0166378 | 4.9e-05 | | +| 25707 | ````` nTRGL ````` | 0.016967 | 4.7e-05 | | +| 52716 | ````` ▁─» ````` | 0.0170926 | 6.7e-05 | | +| 46170 | ````` ___.\ ````` | 0.0174102 | 9.4e-05 | | +| 23273 | ````` 用户对书籍的评论 ````` | 0.0179634 | 7.5e-05 | ````` ▁根据用户对书籍的评论 ````` | +| 51117 | ````` 还是下半句 ````` | 0.0188938 | 8e-05 | ````` 是上半句还是下半句 `````, ````` ▁请问这句诗是上半句还是下半句 ````` | +| 37150 | ````` 姓名的类型 ````` | 0.0206261 | 6.6e-05 | ````` ▁请给出下面的姓名的类型 ````` | +| 38432 | ````` nLikeLiked ````` | 0.0213974 | 8.8e-05 | | +| 36561 | ````` ▁您是本帖的第 ````` | 0.023737 | 0.0001 | ````` ▁您是本帖的第个阅读者 ````` | +| 39134 | ````` nVRTX ````` | 0.0257148 | 0.00011 | | +| 54511 | ````` ▁查看作者所有帖子 ````` | 0.0257219 | 9.6e-05 | | +| 14075 | ````` 用户对书籍的评分 ````` | 0.0276533 | 9.5e-05 | ````` 用户对书籍的评分是 `````, ````` 推断用户对书籍的评分 ````` | +| 27948 | ````` ▁狗仔卡 ````` | 0.0282943 | 0.0001 | | +| 34906 | ````` 文本的语言类型 ````` | 0.0291163 | 0.00012 | ````` ▁请判断以下文本的语言类型 ````` | +| 46422 | ````` ▁本站管理人员有权保留或删除 ````` | 0.0296307 | 4.6e-05 | | +| 19900 | ````` ▁串个门 ````` | 0.0301291 | 0.0001 | | +| 50728 | ````` \")\ ````` | 0.0304797 | 0.00013 | | +| 40676 | ````` 孟加拉语翻译成中文 ````` | 0.0324688 | 0.00024 | ````` ▁把孟加拉语翻译成中文 ````` | +| 54249 | ````` \\+:: ````` | 0.0328292 | 7.1e-06 | | +| 36785 | ````` ②③④\ ````` | 0.0332549 | 0.00021 | | +| 40610 | ````` ▁?>\">\ ````` | 0.0332617 | 0.00013 | | +| 40997 | ````` 点击查看历史记录 ````` | 0.0337855 | 0.0001 | | +| 43407 | ````` ▁参与本评论 ````` | 0.0340577 | 0.00013 | | +| 26369 | ````` 阅读并接受上述条款 ````` | 0.0340925 | 0.00011 | ````` 您已经阅读并接受上述条款 `````, ````` 即表明您已经阅读并接受上述条款 ````` | +| 34510 | ````` ②④\ ````` | 0.0384191 | 5.8e-05 | | +| 43745 | ````` 中华人民共和国其他各项 ````` | 0.0396374 | 9e-05 | ````` 及中华人民共和国其他各项 ````` | +| 40524 | ````` \"—— ````` | 0.0396743 | 0.00014 | | +| 27947 | ````` tvolatile ````` | 0.0405571 | 7.9e-05 | | +| 26317 | ````` tassertEquals ````` | 0.0412628 | 0.00012 | | +| 20307 | ````` 词语所属的类别 ````` | 0.0420989 | 6.2e-05 | ````` ▁请判断下面词语所属的类别 ````` | +| 49483 | ````` 在社区发言 ````` | 0.0429076 | 0.00011 | ````` 身份在社区发言 ````` | +| 54576 | ````` ▁@_;\ ````` | 0.0429288 | 2.6e-05 | | +| 53093 | ````` 本网不承担此类稿件 ````` | 0.0439228 | 0.00012 | ````` 本网不承担此类稿件侵权行为的 ````` | +| 33398 | ````` --><#-- ````` | 0.044548 | 1.6e-05 | | +| 46004 | ````` nspecifier ````` | 0.0452744 | 0.00012 | | +| 35017 | ````` ——\" ````` | 0.0455843 | 8.8e-05 | | +| 28783 | ````` ▁.◎ ````` | 0.0484036 | 0.00015 | | +| 49138 | ````` 发现该软件不能下载 ````` | 0.0485315 | 0.00012 | | +| 30684 | ````` 本帖的第 ````` | 0.048699 | 4.3e-05 | ````` ▁您是本帖的第 `````, ````` ▁您是本帖的第个阅读者 ````` | +| 48137 | ````` ▁请根据给定 ````` | 0.048732 | 2.7e-05 | ````` ▁请根据给定文本生成摘要 ````` | +| 53203 | ````` ▁类似网页 ````` | 0.0488315 | 5.6e-05 | | +| 32509 | ````` ▁打印此文 ````` | 0.0497474 | 0.00015 | | +| 44900 | ````` 有权在网站内转载或引用您的评论 ````` | 0.0498785 | 7.5e-05 | | +| 29716 | ````` 其管辖留言 ````` | 0.0503084 | 0.0001 | ````` 其管辖留言中的任意内容 ````` | +| 42678 | ````` 并注意语言文明 ````` | 0.0504505 | 5.9e-05 | ````` 遵纪守法并注意语言文明 ````` | +| 40458 | ````` ▁\u200b\u200b\u200b\ ````` | 0.0507608 | 5.8e-05 | | +| 40818 | ````` ▁把中文翻译成 ````` | 0.0521101 | 6.2e-05 | ````` ▁把中文翻译成孟加拉语 ````` | +| 16986 | ````` nInterviewer ````` | 0.0531304 | 0.00012 | | +| 10281 | ````` 写出歌词的 ````` | 0.0546302 | 0.00011 | ````` 写出歌词的下一句 `````, ````` 写出歌词的上一句 ````` | +| 33167 | ````` ▁个阅读者 ````` | 0.0550872 | 0.00016 | | +| 51112 | ````` 是上半句 ````` | 0.0560873 | 0.00012 | ````` 是上半句还是下半句 `````, ````` ▁请问这句诗是上半句还是下半句 ````` | +| 18049 | ````` 承担一切因您的 ````` | 0.056094 | 5.3e-05 | ````` 承担一切因您的行为 `````, ````` 承担一切因您的行为而 `````, ````` 承担一切因您的行为而直接或间接 `````, ````` ▁承担一切因您的行为而直接或间接 ````` | +| 19866 | ````` 评论内容只代表网友 ````` | 0.0594642 | 0.00012 | ````` 评论内容只代表网友观点 ````` | +| 33500 | ````` ③④\ ````` | 0.0598917 | 0.00019 | ````` ②③④\ `````, ````` :③④\ ````` | +| 55648 | ````` ▁最新帖子 ````` | 0.0629097 | 0.00015 | | +| 18874 | ````` 承担一切因您的行为而 ````` | 0.0646655 | 0.00018 | ````` 承担一切因您的行为而直接或间接 `````, ````` ▁承担一切因您的行为而直接或间接 ````` | +| 50410 | ````` 版权均属于新华社 ````` | 0.0651151 | 8.5e-05 | | +| 47334 | ````` ▁_(\" ````` | 0.0659358 | 0.00028 | | +| 43858 | ````` ▁.\ ````` | 0.0664268 | 0.00013 | | +| 37453 | ````` 给商品起一个 ````` | 0.0670524 | 3.3e-05 | ````` 给商品起一个引人注目的标题 ````` | +| 46357 | ````` ▁网际快车 ````` | 0.0676346 | 5.5e-05 | | +| 50600 | ````` ▁引用通告 ````` | 0.0707221 | 0.00012 | | +| 33566 | ````` ;\" ````` | 0.0712688 | 0.00029 | | +| 27750 | ````` ②③\ ````` | 0.074592 | 0.00041 | | +| 61438 | ````` \uf41f ````` | 0.0747767 | 0.00026 | | +| 46037 | ````` >>();\ ````` | 0.0773668 | 7.7e-05 | | +| 22165 | ````` ▁用道具 ````` | 0.0816455 | 0.00015 | | +| 52554 | ````` ▁推荐给好友 ````` | 0.0841501 | 9.6e-05 | | +| 10463 | ````` 用户对书籍的 ````` | 0.0842053 | 0.0001 | ````` 用户对书籍的评分 `````, ````` 用户对书籍的评论 `````, ````` 用户对书籍的评分是 `````, ````` 推断用户对书籍的评分 `````, ````` ▁根据用户对书籍的评论 ````` | +| 25956 | ````` 有权在网站内 ````` | 0.0853348 | 5.7e-05 | ````` 有权在网站内转载或引用 `````, ````` 有权在网站内转载或引用您的评论 ````` | +| 19723 | ````` ▁发短消息 ````` | 0.0855152 | 0.00041 | | +| 32093 | ````` 下句写上句 ````` | 0.087627 | 0.00039 | ````` ▁出下句写上句 ````` | +| 40224 | ````` 主题相关图片 ````` | 0.0878262 | 0.00047 | ````` 主题相关图片如下 ````` | +| 14314 | ````` 下一级还需 ````` | 0.0888783 | 0.0014 | ````` ▁距离下一级还需 ````` | +| 25848 | ````` 民事或刑事法律责任 ````` | 0.089135 | 7.2e-05 | ````` 导致的民事或刑事法律责任 ````` | +| 43128 | ````` ::*;\ ````` | 0.0899265 | 0.0004 | | +| 24815 | ````` ▁🙂\ ````` | 0.0901969 | 0.00057 | | +| 37431 | ````` 商品描述内容 ````` | 0.0906411 | 0.00021 | ````` ▁请根据商品描述内容 ````` | +| 33886 | ````` 需要同本网联系 ````` | 0.0910131 | 5.9e-05 | ````` 需要同本网联系的 `````, ````` 版权和其它问题需要同本网联系的 ````` | +| 42712 | ````` ▁--}}\ ````` | 0.092525 | 0.0052 | | +| 45829 | ````` npermalink ````` | 0.0926007 | 0.00041 | | +| 36316 | ````` ▁告诉好友 ````` | 0.0929302 | 8.8e-05 | | +| 49758 | ````` 是为传播更多的信息 ````` | 0.0929373 | 0.00011 | ````` 其他媒体稿件是为传播更多的信息 ````` | +| 34516 | ````` )?;\ ````` | 0.0934926 | 0.00082 | | +| 47098 | ````` :\");\ ````` | 0.0953281 | 0.00019 | | +| 24617 | ````` ▁}}\">\ ````` | 0.0955985 | 7.3e-05 | | +| 33479 | ````` \"]:\ ````` | 0.0964843 | 0.00015 | | +| 43920 | ````` 个阅读者 ````` | 0.0967884 | 0.00023 | ````` ▁您是本帖的第个阅读者 ````` | +| 45412 | ````` tawait ````` | 0.0993576 | 0.00025 | | +| 33954 | ````` ▁尊重网上道德 ````` | 0.0999603 | 0.00011 | | +| 34933 | ````` 最后用中文 ````` | 0.102927 | 0.00012 | ````` 最后用中文遵循指令 `````, ````` 最后用中文遵循指令给出合理的 ````` | +| 36298 | ````` \")),\ ````` | 0.103976 | 0.00012 | | +| 27118 | ````` __\":\ ````` | 0.105776 | 8e-05 | | +| 18270 | ````` 承担一切因您的行为 ````` | 0.105878 | 6.3e-05 | ````` 承担一切因您的行为而 `````, ````` 承担一切因您的行为而直接或间接 `````, ````` ▁承担一切因您的行为而直接或间接 ````` | +| 32162 | ````` =\"{{$ ````` | 0.106434 | 0.00038 | | +| 27277 | ````` 即表明您已经阅读并接受上述条款 ````` | 0.106499 | 0.00023 | | +| 10994 | ````` .\"\"\"\ ````` | 0.107849 | 0.00058 | | +| 39761 | ````` 请作者在两周内 ````` | 0.108602 | 7.4e-05 | ````` 请作者在两周内速来电或来函 ````` | +| 55503 | ````` ▁软件评级 ````` | 0.109173 | 0.00049 | | +| 46741 | ````` 本网转载稿 ````` | 0.110443 | 0.00011 | ````` 本网转载稿涉及版权等问题 ````` | +| 38904 | ````` }`,\ ````` | 0.111226 | 0.001 | | +| 33978 | ````` ▁点送 ````` | 0.111331 | 0.00013 | | +| 37925 | ````` 指定评分 ````` | 0.111705 | 0.00015 | ````` 写一个指定评分 `````, ````` 写一个指定评分的评论 ````` | +| 49074 | ````` 内容有疑议 ````` | 0.11286 | 0.00014 | ````` 如对稿件内容有疑议 ````` | +| 49731 | ````` 总是不能下载 ````` | 0.113006 | 0.00017 | | +| 41380 | ````` ...\");\ ````` | 0.113555 | 0.00017 | | +| 54301 | ````` 下载或查看附件 ````` | 0.113823 | 0.0014 | | +| 39084 | ````` ...\")\ ````` | 0.11524 | 0.00056 | | +| 22675 | ````` 有权保留或删除 ````` | 0.115725 | 9.3e-05 | ````` 管理人员有权保留或删除 `````, ````` ▁本站管理人员有权保留或删除 ````` | +| 55814 | ````` \')}}\">0.0023 | | +| 53206 | ````` 及中华人民共和国其他各项 ````` | 0.116076 | 0.00025 | | +| 55539 | ````` nprocedure ````` | 0.116135 | 0.0037 | | +| 45552 | ````` ()];\ ````` | 0.116192 | 0.00026 | | +| 55202 | ````` ▁共享版 ````` | 0.11648 | 0.00051 | | +| 31333 | ````` 其管辖留言中的任意内容 ````` | 0.116899 | 9.8e-05 | | +| 41592 | ````` }`)\ ````` | 0.117338 | 0.0017 | | +| 28113 | ````` 遵守中华人民共和国的各项 ````` | 0.11735 | 0.0002 | | +| 14908 | ````` ▁阅读权限 ````` | 0.117607 | 0.0018 | | +| 26629 | ````` ▁{}\", ````` | 0.117878 | 0.0034 | | +| 39564 | ````` >());\ ````` | 0.119736 | 0.00041 | | +| 28128 | ````` 管理人员有权保留或删除 ````` | 0.119867 | 0.00016 | ````` ▁本站管理人员有权保留或删除 ````` | +| 26123 | ````` }`);\ ````` | 0.120867 | 0.00016 | | +| 18787 | ````` 只代表网友 ````` | 0.121065 | 0.00023 | ````` 评论内容只代表网友 `````, ````` 评论内容只代表网友观点 ````` | +| 27283 | ````` ▁回帖后跳转到最后一页 ````` | 0.122026 | 0.00011 | | +| 43314 | ````` (\"\")\ ````` | 0.122213 | 0.0013 | | +| 36889 | ````` nBiography ````` | 0.123235 | 0.00043 | | +| 49887 | ````` **************/\ ````` | 0.124306 | 0.0024 | | +| 50440 | ````` nmsgid ````` | 0.124357 | 0.0067 | | +| 54774 | ````` ▁\"../../../ ````` | 0.124588 | 0.0028 | | +| 22693 | ````` ▁[…]\ ````` | 0.124626 | 0.00029 | | +| 27134 | ````` 中的任意内容 ````` | 0.124986 | 0.00051 | ````` 其管辖留言中的任意内容 ````` | +| 31579 | ````` ▁推荐给朋友 ````` | 0.126461 | 0.00086 | | +| 39722 | ````` \">{{$ ````` | 0.126538 | 0.0097 | | +| 41849 | ````` !\"\" ````` | 0.127414 | 0.0015 | | +| 48256 | ````` ▁\ ````` | 0.127929 | 0.0044 | | +| 36896 | ````` ……\" ````` | 0.127949 | 0.0047 | | +| 29359 | ````` \\_\\+ ````` | 0.127966 | 3.5e-05 | ````` \\+\\_\\+ ````` | +| 36599 | ````` 关于维护互联网安全的 ````` | 0.129178 | 2.3e-05 | ````` 关于维护互联网安全的决定 ````` | +| 39240 | ````` 速来电或来函 ````` | 0.129266 | 0.00026 | ````` 请作者在两周内速来电或来函 ````` | +| 45924 | ````` :\")\ ````` | 0.129621 | 0.0005 | | +| 27777 | ````` ▁}}\"\ ````` | 0.130315 | 0.00017 | | +| 47562 | ````` 遵纪守法并注意语言文明 ````` | 0.130614 | 0.00091 | | +| 20582 | ````` 评论内容只代表网友观点 ````` | 0.131384 | 0.0004 | | +| 43556 | ````` 主题相关图片如下 ````` | 0.1319 | 0.00037 | | +| 51252 | ````` ▁人在线 ````` | 0.132469 | 0.00081 | | +| 55887 | ````` !\";\ ````` | 0.13293 | 0.0044 | | +| 37433 | ````` 写一段简要的 ````` | 0.133602 | 1.6e-05 | ````` 写一段简要的商品描述 ````` | +| 52052 | ````` nReception ````` | 0.133663 | 0.0023 | | +| 36469 | ````` ▁承担一切因您的行为而直接或间接 ````` | 0.13383 | 0.00016 | | +| 30745 | ````` )\");\ ````` | 0.134353 | 0.00079 | | +| 34314 | ````` ▁您需要登录后才可以回帖 ````` | 0.134524 | 0.00025 | | +| 34396 | ````` 写出诗的 ````` | 0.135155 | 0.00027 | ````` 写出诗的上一句 ````` | +| 40312 | ````` nDECL ````` | 0.136157 | 0.001 | | +| 26757 | ````` 有权在网站内转载或引用 ````` | 0.136543 | 0.0002 | ````` 有权在网站内转载或引用您的评论 ````` | +| 44031 | ````` 本网下载使用 ````` | 0.136945 | 8.7e-05 | ````` 网站或个人从本网下载使用 ````` | +| 25516 | ````` ▁{}\". ````` | 0.138963 | 0.012 | | +| 27043 | ````` 摘编或利用 ````` | 0.139632 | 0.00013 | ````` 摘编或利用其它方式使用 `````, ````` 摘编或利用其它方式使用上述作品 ````` | +| 30092 | ````` ?\"\" ````` | 0.14096 | 0.00036 | | +| 53841 | ````` (())\ ````` | 0.141648 | 0.012 | | +| 53603 | ````` \")){\ ````` | 0.141884 | 0.00024 | | +| 55866 | ````` napiVersion ````` | 0.142547 | 0.0006 | | +| 50181 | ````` nmsgstr ````` | 0.142781 | 0.014 | | +| 47641 | ````` nGeography ````` | 0.143073 | 0.0011 | | +| 18984 | ````` tdefer ````` | 0.144019 | 0.00053 | | +| 46850 | ````` ▁\".$ ````` | 0.1446 | 0.0059 | | +| 43223 | ````` 该企业负责信息内容的真实性 ````` | 0.144735 | 0.00016 | | +| 40779 | ````` 及其子站 ````` | 0.144994 | 0.00021 | | +| 55900 | ````` ▁本网未注明 ````` | 0.145308 | 0.00013 | | +| 29368 | ````` 本站软件 ````` | 0.145416 | 0.00054 | | +| 12097 | ````` <>();\ ````` | 0.146742 | 0.0025 | | +| 39658 | ````` tfprintf ````` | 0.147086 | 0.028 | | +| 18991 | ````` `);\ ````` | 0.147086 | 0.0015 | ````` }`);\ ````` | +| 20405 | ````` \"、 ````` | 0.147196 | 0.00035 | | +| 36177 | ````` :$\\ ````` | 0.149043 | 0.014 | | +
    +
    1076 additional entries above threshold + +| token_id | token | metric | max_prob | in_other_tokens | +|------------|--------------------------------------------|----------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 25554 | ````` 赞同其观点和 ````` | 0.14937 | 8.2e-05 | ````` 赞同其观点和对其真实性负责 ````` | +| 29758 | ````` \")));\ ````` | 0.149993 | 0.00037 | | +| 51071 | ````` \".( ````` | 0.150639 | 0.00053 | | +| 24339 | ````` nasync ````` | 0.151764 | 0.26 | | +| 52224 | ````` nFilms ````` | 0.15201 | 0.11 | | +| 18624 | ````` ▁加为好友 ````` | 0.1528 | 0.014 | | +| 46165 | ````` ▁工作地区 ````` | 0.153234 | 0.0052 | | +| 55755 | ````` \"});\ ````` | 0.153238 | 0.00047 | | +| 51669 | ````` 本网转载出于传递更多信息之目的 ````` | 0.153323 | 0.00015 | | +| 45140 | ````` ▁[]);\ ````` | 0.153629 | 0.00094 | | +| 54339 | ````` %',\ ````` | 0.153809 | 0.015 | | +| 40952 | ````` \")-> ````` | 0.154251 | 0.012 | | +| 50540 | ````` nlogger ````` | 0.15451 | 0.12 | | +| 23996 | ````` =\"0.062 | | +| 62713 | ````` \ue69e ````` | 0.155144 | 0.0004 | | +| 25794 | ````` 本网将依法追究责任 ````` | 0.155387 | 0.0005 | ````` 违者本网将依法追究责任 ````` | +| 37765 | ````` 中文名是什么 ````` | 0.155763 | 0.0016 | ````` ▁这部电影的中文名是什么 ````` | +| 44289 | ````` 网站或个人从本网下载使用 ````` | 0.155895 | 9.7e-05 | | +| 51046 | ````` 如对稿件内容有疑议 ````` | 0.155959 | 7.9e-05 | | +| 39404 | ````` 版权等法律责任 ````` | 0.156054 | 0.00039 | ````` 并自负版权等法律责任 ````` | +| 3678 | ````` 看该作者 ````` | 0.15615 | 0.00072 | ````` ▁只看该作者 `````, ````` ▁只看该作者发表于 `````, ````` ▁只看该作者大 `````, ````` 只看该作者 ````` | +| 51795 | ````` nThroughout ````` | 0.156339 | 3.1e-05 | | +| 37224 | ````` 图等稿件 ````` | 0.156345 | 0.00013 | ````` 图等稿件均为转载稿 ````` | +| 33817 | ````` 在下载使用 ````` | 0.156796 | 0.00022 | ````` 在下载使用时必须注明 ````` | +| 34447 | ````` }`;\ ````` | 0.157579 | 0.00018 | | +| 33800 | ````` nrouter ````` | 0.157626 | 0.72 | | +| 27752 | ````` \\\",\\ ````` | 0.158323 | 0.036 | ````` \\\",\\\" ````` | +| 48512 | ````` ttypedef ````` | 0.158532 | 0.04 | | +| 53957 | ````` 电子公告服务管理规定 ````` | 0.159138 | 6.1e-05 | ````` 互联网电子公告服务管理规定 ````` | +| 25610 | ````` 转贴或以其他方式复制 ````` | 0.159599 | 0.00018 | ````` 转贴或以其他方式复制发表 ````` | +| 42282 | ````` >\")\ ````` | 0.160147 | 0.0015 | | +| 26154 | ````` tlogger ````` | 0.160203 | 0.71 | | +| 37144 | ````` 所属地区或 ````` | 0.160786 | 0.0009 | ````` 如所属地区或 `````, ````` 如所属地区或语种 ````` | +| 32000 | ````` 上句写下句 ````` | 0.161633 | 0.00014 | ````` ▁出上句写下句 ````` | +| 38158 | ````` tboolean ````` | 0.162232 | 0.76 | | +| 13126 | ````` ▁]);\ ````` | 0.162281 | 0.0015 | | +| 43312 | ````` )\";\ ````` | 0.162655 | 0.00058 | | +| 50972 | ````` 如擅自篡 ````` | 0.163458 | 1.2e-05 | | +| 50297 | ````` !\",\ ````` | 0.163682 | 0.0026 | | +| 18906 | ````` ninline ````` | 0.163712 | 0.11 | | +| 52227 | ````` ▁如因作品内容 ````` | 0.163796 | 3.2e-05 | | +| 49877 | ````` 如对稿件 ````` | 0.164048 | 0.00018 | ````` 如对稿件内容有疑议 ````` | +| 39393 | ````` ▁报告错误 ````` | 0.164116 | 0.0044 | | +| 23905 | ````` ▁?>\" ````` | 0.164716 | 0.00052 | ````` ▁?>\">\ ````` | +| 30591 | ````` \"})\ ````` | 0.164869 | 0.0085 | | +| 39386 | ````` nReviews ````` | 0.165392 | 0.83 | | +| 52101 | ````` ▁凡本站 ````` | 0.165501 | 0.00013 | | +| 36028 | ````` 嵌入式框架 ````` | 0.165862 | 0.044 | | +| 26316 | ````` ▁贡献值 ````` | 0.166105 | 0.024 | | +| 23748 | ````` 网站或个人未经本网 ````` | 0.166216 | 4e-05 | ````` 网站或个人未经本网协议授权 ````` | +| 26684 | ````` nCareer ````` | 0.166518 | 0.74 | | +| 29188 | ````` !\")\ ````` | 0.166956 | 0.00044 | | +| 37918 | ````` 违者本网将依法追究责任 ````` | 0.167395 | 0.00031 | | +| 41940 | ````` 必须保留本网注明 ````` | 0.167436 | 0.00025 | ````` 必须保留本网注明的 ````` | +| 55541 | ````` ngulp ````` | 0.167453 | 0.1 | | +| 54791 | ````` 本网不承担此类稿件侵权行为的 ````` | 0.167539 | 0.00012 | | +| 27747 | ````` ($\" ````` | 0.167871 | 0.019 | | +| 44722 | ````` ▁倒序浏览 ````` | 0.167897 | 0.00021 | | +| 45246 | ````` 其他媒体稿件 ````` | 0.168288 | 0.00016 | ````` 其他媒体稿件是为传播更多的信息 ````` | +| 42697 | ````` 请作者在两周内速来电或来函 ````` | 0.168714 | 0.0001 | | +| 29234 | ````` ▁请回复 ````` | 0.168808 | 0.0042 | ````` ▁请回复以下的对话内容 ````` | +| 21143 | ````` tunsigned ````` | 0.168929 | 0.15 | | +| 33862 | ````` 授权使用作品的 ````` | 0.169035 | 0.00011 | ````` 已经本网授权使用作品的 ````` | +| 54365 | ````` nAdvertisement ````` | 0.169189 | 0.0043 | | +| 41345 | ````` 网站或个人从 ````` | 0.16943 | 0.00017 | ````` 网站或个人从本网下载使用 ````` | +| 51609 | ````` nunsigned ````` | 0.169547 | 0.3 | | +| 37091 | ````` /\",\ ````` | 0.169691 | 0.036 | | +| 26375 | ````` 导致的民事或刑事法律责任 ````` | 0.169795 | 0.00039 | | +| 27980 | ````` nALTER ````` | 0.169919 | 0.057 | | +| 34350 | ````` 下一句诗 ````` | 0.170029 | 0.0017 | ````` 写出下一句诗 ````` | +| 6540 | ````` \"、\" ````` | 0.170168 | 0.042 | | +| 55260 | ````` ([])\ ````` | 0.170407 | 0.13 | | +| 43972 | ````` 已经本网协议授权的媒体 ````` | 0.170496 | 6.8e-05 | | +| 47911 | ````` 本网不承担 ````` | 0.170627 | 0.00033 | ````` 本网不承担此类稿件 `````, ````` 本网不承担此类稿件侵权行为的 ````` | +| 30752 | ````` ▁*/;\ ````` | 0.170647 | 0.012 | | +| 47723 | ````` 此类稿件不代表本网观点 ````` | 0.171019 | 0.0006 | | +| 42466 | ````` 必须保留本网注明的 ````` | 0.171457 | 0.0002 | | +| 52078 | ````` }/>\ ````` | 0.17157 | 0.002 | | +| 37159 | ````` nliteral ````` | 0.172409 | 0.043 | | +| 39018 | ````` \")))\ ````` | 0.172515 | 0.0014 | | +| 45019 | ````` ?>\" ````` | 0.173334 | 0.024 | | +| 29432 | ````` __':\ ````` | 0.173843 | 0.0021 | | +| 50812 | ````` nProfessional ````` | 0.174334 | 0.003 | | +| 50281 | ````` 其他媒体稿件是为传播更多的信息 ````` | 0.174518 | 0.0033 | | +| 36319 | ````` 信息由企业自行提供 ````` | 0.174793 | 0.00016 | | +| 14129 | ````` >\",\ ````` | 0.175883 | 0.027 | ````` >\",\" ````` | +| 48544 | ````` ▁\"<< ````` | 0.175901 | 0.36 | | +| 32907 | ````` 对此不承担任何保证责任 ````` | 0.176165 | 0.00026 | ````` 网对此不承担任何保证责任 ````` | +| 50425 | ````` ▁好评度 ````` | 0.176358 | 0.0036 | | +| 47702 | ````` 本网转载稿涉及版权等问题 ````` | 0.177242 | 9.3e-05 | | +| 48965 | ````` 网对此不承担任何保证责任 ````` | 0.17756 | 0.00025 | | +| 40562 | ````` 网版权与免责声明 ````` | 0.177847 | 0.00056 | | +| 34279 | ````` ('');\ ````` | 0.178011 | 0.18 | | +| 51780 | ````` ▁┝ ````` | 0.178221 | 0.0036 | | +| 29275 | ````` __()\ ````` | 0.17872 | 0.024 | | +| 24622 | ````` >\");\ ````` | 0.1795 | 0.0032 | | +| 23140 | ````` ▁\"\");\ ````` | 0.179632 | 0.00033 | | +| 42714 | ````` nAdvice ````` | 0.180034 | 0.28 | | +| 31886 | ````` 因作品内容 ````` | 0.180159 | 3.2e-05 | ````` ▁如因作品内容 `````, ````` 如因作品内容 ````` | +| 49968 | ````` nAwards ````` | 0.180262 | 0.64 | | +| 30763 | ````` ▁!!}\ ````` | 0.181347 | 0.19 | | +| 43338 | ````` ▁供求信息 ````` | 0.181454 | 0.0094 | | +| 29877 | ````` )\")\ ````` | 0.181562 | 0.0047 | | +| 53204 | ````` ▁软件等级 ````` | 0.181585 | 7.3e-05 | | +| 52594 | ````` ▁国产软件 ````` | 0.181664 | 0.014 | | +| 34013 | ````` ▁打印本页 ````` | 0.181689 | 0.00044 | | +| 44984 | ````` ▁文章录入 ````` | 0.182263 | 0.0015 | | +| 10679 | ````` 本网注明 ````` | 0.182802 | 0.00058 | ````` 凡本网注明 `````, ````` ▁凡本网注明 `````, ````` 必须保留本网注明 `````, ````` 必须保留本网注明的 ````` | +| 44209 | ````` 同意其观点或证实其描述 ````` | 0.182814 | 0.00082 | | +| 42816 | ````` 或证实其描述 ````` | 0.182896 | 0.00022 | ````` 同意其观点或证实其描述 ````` | +| 17902 | ````` 只显示最新 ````` | 0.183178 | 0.0002 | | +| 45215 | ````` }}\">\ ````` | 0.183549 | 0.00048 | | +| 35689 | ````` 来电或来函 ````` | 0.183605 | 0.00051 | ````` 速来电或来函 `````, ````` 请作者在两周内速来电或来函 ````` | +| 27256 | ````` 摘编或利用其它方式使用 ````` | 0.183727 | 0.0013 | ````` 摘编或利用其它方式使用上述作品 ````` | +| 47025 | ````` />.\ ````` | 0.184804 | 0.051 | | +| 40282 | ````` 并自负版权等法律责任 ````` | 0.185073 | 0.0015 | | +| 51480 | ````` nLicensed ````` | 0.185883 | 0.15 | | +| 34555 | ````` 在下载使用时必须注明 ````` | 0.186489 | 0.00016 | | +| 50126 | ````` .';\ ````` | 0.186755 | 0.11 | | +| 39851 | ````` tinline ````` | 0.186821 | 0.13 | | +| 40079 | ````` ▁*);\ ````` | 0.188226 | 0.0023 | | +| 22454 | ````` 已经本网 ````` | 0.188659 | 0.00036 | ````` 已经本网授权使用作品的 `````, ````` 已经本网协议授权的媒体 ````` | +| 38380 | ````` 图等稿件均为转载稿 ````` | 0.188732 | 0.00069 | | +| 34299 | ````` 协议授权的媒体 ````` | 0.189231 | 8e-05 | ````` 已经本网协议授权的媒体 ````` | +| 50617 | ````` ▁公司主页 ````` | 0.189948 | 0.0096 | | +| 32017 | ````` \": ````` | 0.18995 | 0.074 | | +| 39328 | ````` !');\ ````` | 0.190093 | 0.0094 | | +| 30476 | ````` 出于传递更多信息 ````` | 0.190379 | 0.00049 | ````` 出于传递更多信息之目的 `````, ````` 本网转载出于传递更多信息之目的 ````` | +| 24098 | ````` 后跳转到最后一页 ````` | 0.190629 | 0.00021 | ````` ▁回帖后跳转到最后一页 ````` | +| 7835 | ````` .\"\" ````` | 0.191337 | 0.033 | ````` .\"\"\"\ ````` | +| 45765 | ````` 内容有疑 ````` | 0.191378 | 0.0037 | ````` 内容有疑议 `````, ````` 如对稿件内容有疑议 ````` | +| 36917 | ````` ▁'');\ ````` | 0.19145 | 0.0061 | | +| 46334 | ````` >);\ ````` | 0.191473 | 0.00059 | | +| 35322 | ````` \')}}\" ````` | 0.191662 | 0.0043 | ````` \')}}\"> | +| 42844 | ````` `),\ ````` | 0.192492 | 0.0015 | | +| 7394 | ````` \"`\ ````` | 0.193046 | 0.019 | | +| 47003 | ````` 传播更多的信息 ````` | 0.195056 | 0.002 | ````` 是为传播更多的信息 `````, ````` 其他媒体稿件是为传播更多的信息 ````` | +| 47931 | ````` \">,0.11 | | +| 46941 | ````` nBeautiful ````` | 0.195292 | 0.019 | | +| 21947 | ````` ▁}));\ ````` | 0.195548 | 0.00048 | | +| 49633 | ````` 准确性和合法性由发布 ````` | 0.196049 | 0.0038 | | +| 13384 | ````` \"])\ ````` | 0.196256 | 0.00095 | | +| 34929 | ````` 遵循指令 ````` | 0.19692 | 0.16 | ````` 最后用中文遵循指令 `````, ````` 最后用中文遵循指令给出合理的 ````` | +| 23183 | ````` .\";\ ````` | 0.197054 | 0.0067 | | +| 29304 | ````` =\"../../../../ ````` | 0.1973 | 0.3 | | +| 25639 | ````` (\"\");\ ````` | 0.197328 | 0.12 | | +| 31395 | ````` 违反上述声明 ````` | 0.199847 | 0.032 | ````` 违反上述声明者 ````` | +| 25024 | ````` 网站或个人未经本网协议授权 ````` | 0.199936 | 0.00039 | | +| 47111 | ````` \">=0.053 | | +| 19988 | ````` tcontinue ````` | 0.200598 | 0.18 | | +| 53843 | ````` 只看该作者 ````` | 0.201426 | 0.57 | | +| 30059 | ````` ।\ ````` | 0.202268 | 0.72 | | +| 37811 | ````` nendif ````` | 0.202325 | 0.0068 | | +| 40901 | ````` ***/\ ````` | 0.202365 | 0.091 | ````` **************/\ ````` | +| 25828 | ````` ()){\ ````` | 0.202483 | 0.0083 | | +| 14145 | ````` }\")\ ````` | 0.202556 | 0.0022 | | +| 33025 | ````` 追究其相关法律责任 ````` | 0.202704 | 0.0017 | ````` 本网将追究其相关法律责任 ````` | +| 55756 | ````` ▁本网转载 ````` | 0.202797 | 0.00055 | | +| 45955 | ````` ▁网页快照 ````` | 0.202822 | 0.0016 | | +| 25340 | ````` trequire ````` | 0.203323 | 0.037 | | +| 46770 | ````` nmkdir ````` | 0.20336 | 0.032 | | +| 35767 | ````` tExpect ````` | 0.203761 | 0.046 | | +| 27459 | ````` }\");\ ````` | 0.20405 | 0.066 | | +| 49779 | ````` ]\",\ ````` | 0.205027 | 0.0071 | | +| 50587 | ````` nOriginally ````` | 0.205134 | 0.0039 | | +| 35927 | ````` 需要同本网联系的 ````` | 0.205163 | 8.4e-05 | ````` 版权和其它问题需要同本网联系的 ````` | +| 48143 | ````` nDROP ````` | 0.205368 | 0.27 | | +| 13282 | ````` nargument ````` | 0.205443 | 0.35 | | +| 54712 | ````` ▁页面功能 ````` | 0.205637 | 0.024 | | +| 54324 | ````` nPolice ````` | 0.205982 | 0.99 | | +| 19633 | ````` …\" ````` | 0.207828 | 0.0045 | ````` ……\" ````` | +| 41011 | ````` \|()\ ````` | 0.208333 | 0.55 | | +| 25713 | ````` 图片和音视频稿件 ````` | 0.209483 | 0.00025 | | +| 25019 | ````` 转贴或以其他方式 ````` | 0.209894 | 0.003 | ````` 转贴或以其他方式复制 `````, ````` 转贴或以其他方式复制发表 ````` | +| 8955 | ````` \")]\ ````` | 0.209932 | 0.03 | | +| 43335 | ````` nmetadata ````` | 0.210283 | 0.13 | | +| 49344 | ````` \"+\ ````` | 0.210725 | 0.94 | | +| 33907 | ````` nabstract ````` | 0.210881 | 0.17 | | +| 44616 | ````` .\"( ````` | 0.2109 | 0.15 | | +| 45856 | ````` ()):\ ````` | 0.211474 | 0.013 | | +| 36562 | ````` nCOPY ````` | 0.211478 | 0.045 | | +| 35439 | ````` ▁#-}\ ````` | 0.213294 | 0.0003 | | +| 32424 | ````` \"]);\ ````` | 0.213359 | 7.6e-05 | | +| 11491 | ````` ntypedef ````` | 0.213369 | 0.21 | | +| 48693 | ````` =\"{% ````` | 0.213645 | 0.46 | | +| 10285 | ````` .\")\ ````` | 0.214649 | 0.0074 | ````` ...\")\ ````` | +| 53697 | ````` ▁protoimpl ````` | 0.215147 | 0.34 | | +| 17051 | ````` ▁)\ ````` | 0.215168 | 0.15 | | +| 18178 | ````` \"):\ ````` | 0.215177 | 0.0087 | | +| 34721 | ````` ndocker ````` | 0.215313 | 0.94 | | +| 45388 | ````` ;*/\ ````` | 0.215342 | 0.0088 | | +| 52009 | ````` ▁交易币 ````` | 0.215354 | 0.51 | | +| 45998 | ````` nDiscussion ````` | 0.215766 | 0.21 | | +| 44558 | ````` ▁上页 ````` | 0.215871 | 0.096 | | +| 28964 | ````` 均转载自 ````` | 0.216155 | 0.00089 | ````` 均转载自其它媒体 ````` | +| 34345 | ````` nmanager ````` | 0.216746 | 0.51 | | +| 19790 | ````` 承担一切因您的行为而直接或间接 ````` | 0.217267 | 0.0009 | ````` ▁承担一切因您的行为而直接或间接 ````` | +| 24421 | ````` (\"-- ````` | 0.217924 | 0.9 | | +| 41753 | ````` \">(0.017 | | +| 19063 | ````` 或证实其 ````` | 0.218152 | 0.00075 | ````` 赞同其观点或证实其 `````, ````` 并不意味着赞同其观点或证实其 `````, ````` 或证实其描述 `````, ````` 同意其观点或证实其描述 ````` | +| 39537 | ````` nENV ````` | 0.218709 | 0.64 | | +| 31140 | ````` ▁\",\ ````` | 0.218836 | 0.43 | | +| 5526 | ````` 、\" ````` | 0.219396 | 0.26 | ````` \"、\" ````` | +| 28527 | ````` 企业自行提供 ````` | 0.2194 | 0.31 | ````` 信息由企业自行提供 ````` | +| 38520 | ````` ▁性别要求 ````` | 0.220778 | 0.9 | | +| 38741 | ````` >/*\ ````` | 0.220864 | 0.0017 | | +| 48780 | ````` ▁}}\">0.012 | | +| 46530 | ````` \">.0.81 | | +| 47527 | ````` 发现该软件 ````` | 0.222212 | 0.0016 | ````` 发现该软件不能下载 ````` | +| 42938 | ````` ▁留言内容 ````` | 0.22262 | 0.76 | | +| 21240 | ````` ▁凡本网注明 ````` | 0.222895 | 0.00029 | | +| 28024 | ````` ▁下一篇文章 ````` | 0.222919 | 0.29 | | +| 43494 | ````` ``.\ ````` | 0.223227 | 0.067 | | +| 42758 | ````` ▁{});\ ````` | 0.223796 | 0.13 | | +| 29743 | ````` ttemplate ````` | 0.223923 | 0.97 | | +| 55009 | ````` tPORT ````` | 0.223974 | 0.84 | | +| 9309 | ````` ()));\ ````` | 0.224262 | 0.016 | | +| 21662 | ````` \">0.029 | | +| 23882 | ````` .');\ ````` | 0.224688 | 0.037 | | +| 37623 | ````` 英文名是什么 ````` | 0.225373 | 0.0043 | ````` ▁这部电影的英文名是什么 ````` | +| 52170 | ````` ▁*/}\ ````` | 0.225384 | 0.0045 | | +| 41379 | ````` 中华人民共和国其他 ````` | 0.225935 | 0.027 | ````` 中华人民共和国其他各项 `````, ````` 及中华人民共和国其他各项 ````` | +| 41227 | ````` 请说是在 ````` | 0.227084 | 0.004 | | +| 14317 | ````` ▁距离下一级还需 ````` | 0.227128 | 0.032 | | +| 18794 | ````` 版权与免责声明 ````` | 0.227271 | 0.00046 | ````` 网版权与免责声明 ````` | +| 29213 | ````` >');\ ````` | 0.227796 | 0.03 | | +| 34998 | ````` 再用中文 ````` | 0.22796 | 0.0009 | ````` 再用中文给出恰当的 ````` | +| 22496 | ````` ▁\"\")\ ````` | 0.228036 | 0.085 | | +| 51236 | ````` 下载或查看 ````` | 0.228115 | 0.0013 | ````` 下载或查看附件 ````` | +| 18425 | ````` tvirtual ````` | 0.228817 | 0.11 | | +| 37838 | ````` nprotected ````` | 0.228905 | 0.38 | | +| 54467 | ````` nProduction ````` | 0.229374 | 0.54 | | +| 17938 | ````` ▁\";\ ````` | 0.229614 | 0.093 | | +| 14403 | ````` >';\ ````` | 0.229959 | 0.023 | | +| 54240 | ````` ▁转贴 ````` | 0.230026 | 0.034 | | +| 52957 | ````` 网友评论仅供 ````` | 0.230044 | 0.0062 | | +| 14441 | ````` ▁\");\ ````` | 0.230375 | 0.3 | | +| 46688 | ````` /',\ ````` | 0.230478 | 0.5 | | +| 35885 | ````` }\";\ ````` | 0.230597 | 0.016 | | +| 39237 | ````` 不代表本网观点 ````` | 0.23073 | 0.0013 | ````` 此类稿件不代表本网观点 ````` | +| 39632 | ````` ▁】. ````` | 0.230937 | 0.31 | | +| 53182 | ````` nHotel ````` | 0.23096 | 0.96 | | +| 43400 | ````` \"=>\" ````` | 0.231664 | 0.82 | | +| 32937 | ````` ▁查看评论 ````` | 0.231717 | 0.054 | | +| 54613 | ````` tLOG ````` | 0.232612 | 0.9 | | +| 49172 | ````` ▁会员价 ````` | 0.232639 | 0.92 | | +| 18266 | ````` _);\ ````` | 0.232717 | 0.2 | ````` __);\ ````` | +| 35314 | ````` nassert ````` | 0.232728 | 0.97 | | +| 51613 | ````` 并不代表本站 ````` | 0.23321 | 0.00092 | | +| 53494 | ````` +\"/ ````` | 0.233836 | 0.16 | | +| 41706 | ````` 如其他媒体 ````` | 0.234195 | 0.0024 | | +| 36099 | ````` 均为转载稿 ````` | 0.235385 | 0.0004 | ````` 图等稿件均为转载稿 ````` | +| 49235 | ````` ▁企业招聘 ````` | 0.235742 | 0.056 | | +| 21325 | ````` ▁\"../../ ````` | 0.235754 | 0.66 | ````` ▁\"../../../ ````` | +| 22011 | ````` 多余内容 ````` | 0.236064 | 0.78 | ````` 不要额外输出多余内容 ````` | +| 22179 | ````` tforeach ````` | 0.236067 | 0.96 | | +| 25415 | ````` ▁));\ ````` | 0.236328 | 0.12 | | +| 12199 | ````` noperator ````` | 0.236634 | 0.97 | | +| 41301 | ````` .’\ ````` | 0.236755 | 0.014 | | +| 52168 | ````` 侵犯了您的版权 ````` | 0.237122 | 0.0031 | | +| 11447 | ````` ▁在线时间 ````` | 0.237505 | 0.63 | | +| 13133 | ````` tprotected ````` | 0.237736 | 0.074 | | +| 11405 | ````` nextern ````` | 0.237979 | 0.98 | | +| 19871 | ````` !\");\ ````` | 0.238161 | 0.016 | | +| 27593 | ````` ▁发表回复 ````` | 0.238218 | 0.18 | | +| 44436 | ````` (\"\\\\ ````` | 0.239001 | 0.88 | | +| 20674 | ````` >(\" ````` | 0.239077 | 0.0011 | | +| 16879 | ````` \"][\" ````` | 0.239101 | 0.27 | | +| 47528 | ````` 每个月应 ````` | 0.239564 | 0.13 | ````` 每个月应还贷 ````` | +| 28477 | ````` <<\" ````` | 0.239783 | 0.64 | | +| 52094 | ````` !')\ ````` | 0.24008 | 0.67 | | +| 26344 | ````` 转贴或以其他方式复制发表 ````` | 0.240305 | 0.0053 | | +| 33277 | ````` 版权和其它问题 ````` | 0.240324 | 0.00046 | ````` 版权和其它问题需要同本网联系的 ````` | +| 42558 | ````` ▁下页 ````` | 0.240984 | 0.25 | | +| 44532 | ````` ,\" ````` | 0.241173 | 0.056 | | +| 32061 | ````` ▁授权方式 ````` | 0.242116 | 0.28 | | +| 39099 | ````` 版权和其它问题需要同本网联系的 ````` | 0.24215 | 0.0003 | | +| 27073 | ````` ▁**/\ ````` | 0.242997 | 0.76 | | +| 9416 | ````` ']);\ ````` | 0.242997 | 0.088 | | +| 51547 | ````` `).\ ````` | 0.243071 | 0.014 | | +| 45429 | ````` ▁\ ````` | 0.293592 | 0.011 | | +| 11426 | ````` nrequire ````` | 0.294317 | 0.79 | | +| 34830 | ````` 本网将追究其相关法律责任 ````` | 0.294823 | 0.003 | | +| 36329 | ````` nEducation ````` | 0.29534 | 0.99 | | +| 37256 | ````` nINFO ````` | 0.295341 | 0.79 | | +| 50502 | ````` nGerman ````` | 0.295511 | 0.98 | | +| 18792 | ````` ndescribe ````` | 0.296019 | 0.49 | | +| 41131 | ````` 同意其观点 ````` | 0.296542 | 0.64 | ````` 同意其观点或证实其描述 ````` | +| 27836 | ````` 转载目的在于传递更多信息 ````` | 0.296617 | 0.072 | | +| 53157 | ````` (\"* ````` | 0.296811 | 0.58 | | +| 52362 | ````` ncurl ````` | 0.296872 | 0.99 | | +| 26225 | ````` (\"../ ````` | 0.296949 | 0.11 | | +| 47156 | ````` :])\ ````` | 0.297452 | 0.012 | | +| 37315 | ````` nMonday ````` | 0.297466 | 0.62 | | +| 37837 | ````` ▁给下面 ````` | 0.297539 | 0.012 | ````` ▁给下面这部电影 ````` | +| 47161 | ````` nAdditionally ````` | 0.297775 | 0.07 | | +| 31930 | ````` \").\ ````` | 0.29813 | 0.0012 | | +| 23871 | ````` **/\ ````` | 0.298352 | 1 | ````` ▁**/\ `````, ````` ***/\ `````, ````` **************/\ ````` | +| 33775 | ````` ▁\"\\\\ ````` | 0.298758 | 1 | | +| 52257 | ````` nMicrosoft ````` | 0.298924 | 0.64 | | +| 21344 | ````` 将以下的 ````` | 0.299228 | 0.11 | ````` 再将以下的 `````, ````` ▁先将以下的 ````` | +| 54037 | ````` nQuick ````` | 0.2995 | 1 | | +| 31391 | ````` ▁版主 ````` | 0.299623 | 0.97 | | +| 30568 | ````` 摘编或利用其它方式使用上述作品 ````` | 0.299839 | 0.018 | | +| 23439 | ````` ▁\"0.71 | | +| 46059 | ````` \"\"\"\" ````` | 0.30018 | 0.38 | | +| 61700 | ````` 🔅 ````` | 0.300297 | 1 | | +| 33268 | ````` 际快车 ````` | 0.301427 | 0.14 | ````` ▁网际快车 ````` | +| 22873 | ````` 转载或引用 ````` | 0.301741 | 0.0039 | ````` 有权在网站内转载或引用 `````, ````` 有权在网站内转载或引用您的评论 ````` | +| 15059 | ````` tthrow ````` | 0.301795 | 0.6 | | +| 50676 | ````` nFormer ````` | 0.302519 | 0.045 | | +| 26890 | ````` **:\ ````` | 0.303052 | 0.71 | | +| 21628 | ````` [];\ ````` | 0.303712 | 0.96 | | +| 32262 | ````` tdelete ````` | 0.303774 | 0.99 | | +| 43553 | ````` 表达个人看法 ````` | 0.30384 | 0.63 | | +| 5698 | ````` \"));\ ````` | 0.303904 | 0.0072 | | +| 41314 | ````` ▁免费注册 ````` | 0.304505 | 0.65 | | +| 26916 | ````` ninclude ````` | 0.304774 | 0.88 | | +| 45652 | ````` nInstructions ````` | 0.304981 | 1 | | +| 29198 | ````` 时必须注明 ````` | 0.305302 | 0.0045 | ````` 在下载使用时必须注明 ````` | +| 37276 | ````` nInternational ````` | 0.306001 | 0.95 | | +| 54053 | ````` nBritish ````` | 0.306212 | 0.2 | | +| 3002 | ````` nusername ````` | 0.306658 | 1 | | +| 42996 | ````` nVisit ````` | 0.307701 | 0.99 | | +| 40856 | ````` nSunday ````` | 0.307943 | 1 | | +| 17744 | ````` !(\" ````` | 0.308241 | 0.084 | | +| 19842 | ````` (\"- ````` | 0.308488 | 0.1 | ````` (\"-- ````` | +| 41676 | ````` ▁');\ ````` | 0.308834 | 0.78 | | +| 37986 | ````` ▁}}>\ ````` | 0.308984 | 0.066 | | +| 46284 | ````` nSports ````` | 0.30899 | 0.49 | | +| 41934 | ````` nBorn ````` | 0.309469 | 0.21 | | +| 43136 | ````` nInstead ````` | 0.309695 | 0.49 | | +| 12038 | ````` ▁'';\ ````` | 0.310037 | 0.5 | | +| 18475 | ````` ()),\ ````` | 0.310119 | 0.29 | | +| 54046 | ````` telif ````` | 0.310129 | 0.84 | | +| 35426 | ````` ▁软件类别 ````` | 0.310415 | 0.03 | | +| 35972 | ````` nAugust ````` | 0.310419 | 0.53 | | +| 54892 | ````` nPeter ````` | 0.311448 | 0.24 | | +| 47537 | ````` .◆ ````` | 0.311537 | 0.97 | | +| 27665 | ````` ▁狗仔 ````` | 0.311676 | 0.99 | ````` ▁狗仔卡 ````` | +| 53615 | ````` {}\", ````` | 0.311789 | 0.086 | | +| 54162 | ````` 铃声下载 ````` | 0.312001 | 1 | | +| 52477 | ````` ▁行业资讯 ````` | 0.312038 | 0.61 | | +| 39721 | ````` nexcept ````` | 0.31206 | 0.097 | | +| 40151 | ````` nBelow ````` | 0.312194 | 0.99 | | +| 39891 | ````` nFigure ````` | 0.312725 | 0.99 | | +| 54372 | ````` ▁:]\ ````` | 0.312741 | 0.51 | | +| 30300 | ````` 应在授权范围内使用 ````` | 0.313729 | 0.0052 | | +| 35679 | ````` nResearch ````` | 0.313797 | 0.15 | | +| 53770 | ````` ncomment ````` | 0.313869 | 0.44 | | +| 48734 | ````` tglobal ````` | 0.314023 | 1 | | +| 38428 | ````` ▁加入时间 ````` | 0.314057 | 0.78 | | +| 11903 | ````` \"},\ ````` | 0.31417 | 0.75 | ````` \"},\" ````` | +| 50198 | ````` nLatest ````` | 0.314322 | 1 | | +| 48404 | ````` 擅自篡 ````` | 0.314736 | 0.89 | ````` 如擅自篡 ````` | +| 7557 | ````` nReferences ````` | 0.315644 | 0.0029 | | +| 48323 | ````` nDEBUG ````` | 0.315886 | 0.11 | | +| 6468 | ````` \"\"\"\ ````` | 0.316184 | 0.84 | ````` .\"\"\"\ `````, ````` \"\"\"\" ````` | +| 40226 | ````` ▁末页 ````` | 0.316401 | 0.021 | | +| 50821 | ````` nUpdated ````` | 0.317267 | 0.98 | | +| 29774 | ````` 此类稿件 ````` | 0.317395 | 0.94 | ````` 此类稿件不代表本网观点 `````, ````` 本网不承担此类稿件 `````, ````` 本网不承担此类稿件侵权行为的 ````` | +| 50960 | ````` nStudents ````` | 0.317423 | 0.99 | | +| 35636 | ````` (\": ````` | 0.317627 | 0.88 | | +| 38469 | ````` ▁阅读次数 ````` | 0.317749 | 0.027 | | +| 9690 | ````` ▁最后登录 ````` | 0.318015 | 0.77 | | +| 31362 | ````` ,〔 ````` | 0.31856 | 0.99 | | +| 50135 | ````` nhtml ````` | 0.318588 | 1 | | +| 36283 | ````` nSeptember ````` | 0.319402 | 0.011 | | +| 7726 | ````` '];\ ````` | 0.319477 | 0.66 | | +| 38238 | ````` nFebruary ````` | 0.320166 | 0.63 | | +| 7066 | ````` \"))\ ````` | 0.320368 | 0.15 | | +| 53643 | ````` ▁上一条 ````` | 0.32085 | 0.53 | | +| 56794 | ````` ⁇ ````` | 0.320953 | 1 | | +| 8774 | ````` '));\ ````` | 0.320971 | 0.0022 | | +| 32609 | ````` nApril ````` | 0.321033 | 0.81 | | +| 34429 | ````` ']))\ ````` | 0.321156 | 0.0029 | | +| 53276 | ````` 论坛或博客 ````` | 0.321437 | 0.14 | | +| 43801 | ````` nJack ````` | 0.321763 | 1 | | +| 27917 | ````` 并不意味着赞同其观点或证实其 ````` | 0.322144 | 0.011 | | +| 35453 | ````` 信息内容的真实性 ````` | 0.322421 | 1 | ````` 该企业负责信息内容的真实性 ````` | +| 27621 | ````` \":\"< ````` | 0.322881 | 0.49 | | +| 21133 | ````` (\"./ ````` | 0.323259 | 0.086 | | +| 46239 | ````` nWebsite ````` | 0.323311 | 1 | | +| 44703 | ````` nProof ````` | 0.323318 | 0.97 | | +| 16188 | ````` 传递更多信息 ````` | 0.323425 | 0.0091 | ````` 转载目的在于传递更多信息 `````, ````` 出于传递更多信息 `````, ````` 出于传递更多信息之目的 `````, ````` 本网转载出于传递更多信息之目的 ````` | +| 44594 | ````` nRegular ````` | 0.32363 | 1 | | +| 41285 | ````` ▁点此 ````` | 0.323691 | 0.75 | | +| 21910 | ````` nEarly ````` | 0.323802 | 0.99 | | +| 5254 | ````` ▁】【 ````` | 0.323864 | 0.86 | | +| 40023 | ````` nThus ````` | 0.324132 | 0.18 | | +| 9450 | ````` ▁当前离线 ````` | 0.324623 | 0.00016 | | +| 42922 | ````` nheader ````` | 0.325041 | 1 | | +| 42255 | ````` ▁年龄要求 ````` | 0.325068 | 0.81 | | +| 39536 | ````` ▁}],\ ````` | 0.3254 | 0.021 | | +| 40393 | ````` ▁┆ ````` | 0.325641 | 0.97 | | +| 35876 | ````` nThose ````` | 0.325837 | 0.44 | | +| 39825 | ````` ▁\":\" ````` | 0.325857 | 0.99 | | +| 25887 | ````` 在网站内 ````` | 0.326063 | 0.75 | ````` 有权在网站内 `````, ````` 有权在网站内转载或引用 `````, ````` 有权在网站内转载或引用您的评论 ````` | +| 39476 | ````` nPremise ````` | 0.326102 | 0.13 | | +| 36327 | ````` ▁\"). ````` | 0.326337 | 0.23 | | +| 34346 | ````` nHaving ````` | 0.32647 | 0.75 | | +| 3769 | ````` ▁只看该作者 ````` | 0.327031 | 0.26 | ````` ▁只看该作者发表于 `````, ````` ▁只看该作者大 ````` | +| 19268 | ````` ▁本网 ````` | 0.32736 | 0.56 | ````` ▁本网站 `````, ````` ▁本网转载 `````, ````` ▁本网未注明 ````` | +| 49713 | ````` ▁}}\"> ````` | 0.327543 | 0.053 | | +| 40970 | ````` ▁的帖子 ````` | 0.327798 | 0.89 | | +| 36870 | ````` ▁点击次数 ````` | 0.32936 | 0.49 | | +| 35529 | ````` nWow ````` | 0.329645 | 0.00013 | | +| 3692 | ````` nnamespace ````` | 0.330509 | 0.68 | | +| 33358 | ````` nGenre ````` | 0.330754 | 0.91 | | +| 62949 | ````` ㊣ ````` | 0.331046 | 1 | | +| 16957 | ````` itempty ````` | 0.331086 | 0.76 | ````` omitempty ````` | +| 54870 | ````` nMike ````` | 0.331267 | 0.89 | | +| 44063 | ````` ▁软件介绍 ````` | 0.331418 | 0.018 | | +| 21211 | ````` nRelated ````` | 0.331589 | 0.98 | | +| 42214 | ````` nNorth ````` | 0.331684 | 0.99 | | +| 34739 | ````` 并自负 ````` | 0.331894 | 0.15 | ````` 并自负版权等法律责任 ````` | +| 21352 | ````` ?”\ ````` | 0.333405 | 0.0054 | | +| 48845 | ````` \">