content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
from typing import Any, Dict, Optional\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\n\nfrom ._common import BaseConversationalTask\n\n\nclass FireworksAIConversationalTask(BaseConversationalTask):\n def __init__(self):\n super().__init__(provider="fireworks-ai", base_url="https://api.firewor... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\fireworks_ai.py | fireworks_ai.py | Python | 1,215 | 0.95 | 0.222222 | 0 | react-lib | 669 | 2024-11-29T18:21:44.349023 | MIT | false | c8c15a149910cf54d1eee1ff636ce79a |
from ._common import BaseConversationalTask\n\n\nclass GroqConversationalTask(BaseConversationalTask):\n def __init__(self):\n super().__init__(provider="groq", base_url="https://api.groq.com")\n\n def _prepare_route(self, mapped_model: str, api_key: str) -> str:\n return "/openai/v1/chat/completion... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\groq.py | groq.py | Python | 315 | 0.95 | 0.333333 | 0 | awesome-app | 917 | 2023-11-21T18:15:37.658453 | Apache-2.0 | false | 73d4582466ae392e8d3f6073cb7a2c47 |
import json\nfrom functools import lru_cache\nfrom pathlib import Path\nfrom typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub import constants\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _b64_encode, _bytes_to_dict, _open... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\hf_inference.py | hf_inference.py | Python | 9,133 | 0.95 | 0.301887 | 0.092486 | awesome-app | 87 | 2025-06-07T16:02:27.884712 | BSD-3-Clause | false | cb9fb828583cb20424cfa1a9c2386725 |
import base64\nfrom typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _as_dict\nfrom huggingface_hub.inference._providers._common import BaseConversationalTask, TaskProviderHelper, filter_none\n\n\ncl... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\hyperbolic.py | hyperbolic.py | Python | 1,985 | 0.95 | 0.255319 | 0.026316 | python-kit | 904 | 2025-02-13T18:26:54.480442 | GPL-3.0 | false | 351304a60cfacdad80b25184a322826d |
from typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _as_dict\nfrom huggingface_hub.inference._providers._common import (\n BaseConversationalTask,\n BaseTextGenerationTask,\n TaskProviderH... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\novita.py | novita.py | Python | 2,514 | 0.95 | 0.217391 | 0.037736 | node-utils | 354 | 2024-05-09T22:58:04.936185 | MIT | false | 62e7cd1cea7f731fd952da9498975002 |
import base64\nfrom typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _as_dict\n\nfrom ._common import BaseConversationalTask, TaskProviderHelper, filter_none\n\n\nclass NscaleConversationalTask(BaseC... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\nscale.py | nscale.py | Python | 1,802 | 0.95 | 0.227273 | 0.057143 | vue-tools | 949 | 2023-10-21T21:46:56.212947 | BSD-3-Clause | false | 28bf161171d0c2f58fe42d62e2c3f808 |
from typing import Optional\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._providers._common import BaseConversationalTask\n\n\nclass OpenAIConversationalTask(BaseConversationalTask):\n def __init__(self):\n super().__init__(provider="openai", base_url="https:/... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\openai.py | openai.py | Python | 1,089 | 0.95 | 0.28 | 0 | awesome-app | 622 | 2024-11-23T19:50:26.104514 | GPL-3.0 | false | 47dca962f8cb3b1a39ca06b8bfd7d7e7 |
from typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _as_dict\nfrom huggingface_hub.inference._providers._common import TaskProviderHelper, filter_none\nfrom huggingface_hub.utils import get_session... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\replicate.py | replicate.py | Python | 3,157 | 0.95 | 0.277778 | 0 | python-kit | 451 | 2023-11-15T23:27:42.500687 | Apache-2.0 | false | 2af9c48b61f3860d97fe860974fe0a25 |
import base64\nfrom abc import ABC\nfrom typing import Any, Dict, Optional, Union\n\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters, _as_dict\nfrom huggingface_hub.inference._providers._common import (\n BaseConversationalTask,\n BaseTe... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\together.py | together.py | Python | 3,439 | 0.95 | 0.238636 | 0 | vue-tools | 585 | 2023-08-23T12:39:18.525136 | MIT | false | b88ca87747220a217be481adbb93974f |
from functools import lru_cache\nfrom typing import Any, Dict, List, Optional, Union, overload\n\nfrom huggingface_hub import constants\nfrom huggingface_hub.hf_api import InferenceProviderMapping\nfrom huggingface_hub.inference._common import RequestParameters\nfrom huggingface_hub.inference._generated.types.chat_comp... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\_common.py | _common.py | Python | 11,448 | 0.95 | 0.274247 | 0.096234 | awesome-app | 633 | 2023-10-14T07:50:02.299775 | BSD-3-Clause | false | 058a4906d14686f675671a254d4ecb26 |
from typing import Dict, Literal, Optional, Union\n\nfrom huggingface_hub.inference._providers.featherless_ai import (\n FeatherlessConversationalTask,\n FeatherlessTextGenerationTask,\n)\nfrom huggingface_hub.utils import logging\n\nfrom ._common import TaskProviderHelper, _fetch_inference_provider_mapping\nfrom... | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__init__.py | __init__.py | Python | 8,116 | 0.95 | 0.058537 | 0 | awesome-app | 757 | 2024-10-28T18:24:21.807721 | MIT | false | cba40e9c622301abd26dd57386556270 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\black_forest_labs.cpython-313.pyc | black_forest_labs.cpython-313.pyc | Other | 4,513 | 0.8 | 0.051282 | 0 | node-utils | 270 | 2025-05-14T22:57:47.732803 | Apache-2.0 | false | 6c826f0b4f0a29ab27219f098a10898b |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\cerebras.cpython-313.pyc | cerebras.cpython-313.pyc | Other | 824 | 0.8 | 0 | 0 | awesome-app | 251 | 2025-05-30T16:30:30.366101 | Apache-2.0 | false | 98b8a6f469d28e1afbad6587dea9ceb4 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\cohere.cpython-313.pyc | cohere.cpython-313.pyc | Other | 2,156 | 0.8 | 0 | 0 | react-lib | 558 | 2025-05-03T09:56:14.429545 | BSD-3-Clause | false | 2005f9be81fc715f4a2b4751c28a80b6 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\fal_ai.cpython-313.pyc | fal_ai.cpython-313.pyc | Other | 10,808 | 0.8 | 0 | 0.012346 | awesome-app | 706 | 2024-01-15T10:47:01.697269 | GPL-3.0 | false | f19de317523286152b68268fb8e15766 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\featherless_ai.cpython-313.pyc | featherless_ai.cpython-313.pyc | Other | 2,795 | 0.8 | 0 | 0 | node-utils | 871 | 2025-06-12T04:37:46.981900 | MIT | false | 237d73e8c398b88e8b6711a24351a81d |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\fireworks_ai.cpython-313.pyc | fireworks_ai.cpython-313.pyc | Other | 2,119 | 0.8 | 0 | 0 | node-utils | 892 | 2024-05-02T07:13:53.458607 | BSD-3-Clause | false | 64b896b5704de64203e28422e985f0a8 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\groq.cpython-313.pyc | groq.cpython-313.pyc | Other | 1,062 | 0.8 | 0 | 0 | react-lib | 159 | 2025-03-15T21:59:41.403784 | Apache-2.0 | false | 81c243d8923ccc99fbed7f496d67fecb |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\hf_inference.cpython-313.pyc | hf_inference.cpython-313.pyc | Other | 11,539 | 0.95 | 0.055046 | 0 | awesome-app | 621 | 2025-03-25T06:58:31.854642 | Apache-2.0 | false | 639eda3dcae8c8630578eade00f72933 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\hyperbolic.cpython-313.pyc | hyperbolic.cpython-313.pyc | Other | 3,323 | 0.8 | 0.028571 | 0 | awesome-app | 707 | 2025-03-28T18:25:35.558204 | BSD-3-Clause | false | b3b454c4c43adc3a9590010a57fa08dc |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\nebius.cpython-313.pyc | nebius.cpython-313.pyc | Other | 6,051 | 0.8 | 0 | 0 | awesome-app | 332 | 2023-10-19T08:19:31.838611 | Apache-2.0 | false | cc4616df774176ab584c98b7a5fb535c |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\novita.cpython-313.pyc | novita.cpython-313.pyc | Other | 4,553 | 0.8 | 0 | 0 | python-kit | 966 | 2023-08-03T15:55:30.993259 | BSD-3-Clause | false | 1da8168801b7803209ab62e0f41fba60 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\nscale.cpython-313.pyc | nscale.cpython-313.pyc | Other | 3,159 | 0.8 | 0 | 0 | react-lib | 414 | 2024-01-21T08:18:34.096259 | BSD-3-Clause | false | a20369e7b9f84ce98817b0362ca808c8 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\openai.cpython-313.pyc | openai.cpython-313.pyc | Other | 1,960 | 0.8 | 0 | 0 | python-kit | 601 | 2023-12-27T10:59:25.650050 | GPL-3.0 | false | 7d81175d11508fe209dee3a68799064e |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\replicate.cpython-313.pyc | replicate.cpython-313.pyc | Other | 5,139 | 0.8 | 0.05 | 0 | awesome-app | 244 | 2024-05-13T12:32:25.236802 | GPL-3.0 | false | 2aa1d5bd96598f6f6303f3fcf8b67962 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\sambanova.cpython-313.pyc | sambanova.cpython-313.pyc | Other | 3,628 | 0.8 | 0 | 0 | react-lib | 995 | 2025-04-23T05:00:10.553488 | MIT | false | 0b479572d161eb93d9ba59edba241227 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\together.cpython-313.pyc | together.cpython-313.pyc | Other | 5,763 | 0.95 | 0.046154 | 0.015873 | vue-tools | 360 | 2024-11-24T16:12:08.515922 | BSD-3-Clause | false | 3d61b7784e578e53b2c0780027cf688a |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\_common.cpython-313.pyc | _common.cpython-313.pyc | Other | 14,008 | 0.95 | 0.158228 | 0.006897 | react-lib | 250 | 2025-05-15T07:01:32.144090 | MIT | false | 5e3070a6bce4141e213f58e67be75a8c |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\_providers\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 7,315 | 0.95 | 0.089286 | 0 | vue-tools | 114 | 2024-01-16T19:51:44.939228 | BSD-3-Clause | false | 4b7706f7e87e95793befa581f0748f0e |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\__pycache__\_common.cpython-313.pyc | _common.cpython-313.pyc | Other | 16,189 | 0.95 | 0.030675 | 0.006623 | react-lib | 763 | 2023-07-20T11:37:54.251953 | MIT | false | bc2fae22c5c8ff8a8c52216419b4fa99 |
\n\n | .venv\Lib\site-packages\huggingface_hub\inference\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 200 | 0.7 | 0 | 0 | node-utils | 779 | 2024-10-26T21:41:14.598014 | MIT | false | 97aef6cbe4feafcd14c5c274873780b1 |
# Copyright 2024 The HuggingFace Team. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by a... | .venv\Lib\site-packages\huggingface_hub\serialization\_base.py | _base.py | Python | 8,126 | 0.95 | 0.147619 | 0.194118 | python-kit | 837 | 2024-04-23T22:53:36.826901 | GPL-3.0 | false | 37af78c1f439f354dcd7ce4ef13c8cd5 |
# Copyright 2024 The HuggingFace Team. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by a... | .venv\Lib\site-packages\huggingface_hub\serialization\_tensorflow.py | _tensorflow.py | Python | 3,625 | 0.95 | 0.094737 | 0.205128 | react-lib | 79 | 2024-08-26T09:51:09.130603 | BSD-3-Clause | false | 95fcfd6a0367692c1de01451d6ceccdb |
\n\n | .venv\Lib\site-packages\huggingface_hub\serialization\__pycache__\_base.cpython-313.pyc | _base.cpython-313.pyc | Other | 7,162 | 0.95 | 0.04065 | 0 | react-lib | 619 | 2023-08-06T15:07:53.940315 | BSD-3-Clause | false | 977f7fb6f977ea05cacb09753eaff747 |
\n\n | .venv\Lib\site-packages\huggingface_hub\serialization\__pycache__\_dduf.cpython-313.pyc | _dduf.cpython-313.pyc | Other | 19,209 | 0.95 | 0.024055 | 0.023622 | python-kit | 730 | 2025-05-13T09:13:54.672773 | GPL-3.0 | false | 9ed024e4165c4a3e1d6d3a27ca3963e9 |
\n\n | .venv\Lib\site-packages\huggingface_hub\serialization\__pycache__\_tensorflow.cpython-313.pyc | _tensorflow.cpython-313.pyc | Other | 3,603 | 0.8 | 0.016949 | 0 | awesome-app | 403 | 2024-02-23T08:50:08.757956 | GPL-3.0 | false | 940f70bcc82fba5fe9487bbe20037be3 |
\n\n | .venv\Lib\site-packages\huggingface_hub\serialization\__pycache__\_torch.cpython-313.pyc | _torch.cpython-313.pyc | Other | 45,695 | 0.95 | 0.0592 | 0.016453 | vue-tools | 792 | 2024-11-02T05:48:53.020755 | Apache-2.0 | false | 382a8500e5cab169e5834ad15501cd23 |
\n\n | .venv\Lib\site-packages\huggingface_hub\serialization\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 718 | 0.7 | 0 | 0 | vue-tools | 910 | 2023-11-19T17:20:04.446771 | Apache-2.0 | false | b6a24fae927f6b5ff0e8a493ca71ccd0 |
---\n# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1\n# Doc / guide: https://huggingface.co/docs/hub/datasets-cards\n{{ card_data }}\n---\n\n# Dataset Card for {{ pretty_name | default("Dataset Name", true) }}\n\n<!-- Provide a quick summa... | .venv\Lib\site-packages\huggingface_hub\templates\datasetcard_template.md | datasetcard_template.md | Markdown | 5,503 | 0.8 | 0.062937 | 0.363636 | vue-tools | 725 | 2025-05-29T19:45:42.510848 | BSD-3-Clause | false | 12c6a5ef189e67f5be69bc1bbe9549d5 |
# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed u... | .venv\Lib\site-packages\huggingface_hub\utils\endpoint_helpers.py | endpoint_helpers.py | Python | 2,366 | 0.95 | 0.19697 | 0.240741 | node-utils | 243 | 2025-01-02T08:45:51.914348 | BSD-3-Clause | false | 5c16ef75b4cb7bcb73826a6cc3c9a6e6 |
# Taken from https://github.com/mlflow/mlflow/pull/10119\n#\n# DO NOT use this function for security purposes (e.g., password hashing).\n#\n# In Python >= 3.9, insecure hashing algorithms such as MD5 fail in FIPS-compliant\n# environments unless `usedforsecurity=False` is explicitly passed.\n#\n# References:\n# - https... | .venv\Lib\site-packages\huggingface_hub\utils\insecure_hashlib.py | insecure_hashlib.py | Python | 1,142 | 0.95 | 0.078947 | 0.694444 | vue-tools | 561 | 2023-12-15T18:36:14.454670 | BSD-3-Clause | false | fccce6d9804020c745555f84037bde82 |
# coding=utf-8\n# Copyright 2020 Optuna, Hugging Face\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applica... | .venv\Lib\site-packages\huggingface_hub\utils\logging.py | logging.py | Python | 4,909 | 0.95 | 0.12234 | 0.107143 | vue-tools | 82 | 2025-02-19T20:57:03.647683 | BSD-3-Clause | false | 01961cb73ca785a61e8ea68078089271 |
"""Utilities to efficiently compute the SHA 256 hash of a bunch of bytes."""\n\nfrom typing import BinaryIO, Optional\n\nfrom .insecure_hashlib import sha1, sha256\n\n\ndef sha_fileobj(fileobj: BinaryIO, chunk_size: Optional[int] = None) -> bytes:\n """\n Computes the sha256 hash of the given file object, by chun... | .venv\Lib\site-packages\huggingface_hub\utils\sha.py | sha.py | Python | 2,134 | 0.95 | 0.15625 | 0.04 | node-utils | 420 | 2025-01-16T15:51:18.384081 | GPL-3.0 | false | f5c5e1ba1524c7aaba725a1cb9a6bcc1 |
# coding=utf-8\n# Copyright 2021 The HuggingFace Inc. team. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n#... | .venv\Lib\site-packages\huggingface_hub\utils\tqdm.py | tqdm.py | Python | 10,671 | 0.95 | 0.198697 | 0.14876 | awesome-app | 533 | 2025-01-28T01:03:32.100392 | BSD-3-Clause | false | bcfdb372595f820bda03aed4f548aee0 |
# Copyright 2023 The HuggingFace Team. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by a... | .venv\Lib\site-packages\huggingface_hub\utils\_auth.py | _auth.py | Python | 8,294 | 0.95 | 0.154206 | 0.144509 | react-lib | 806 | 2024-01-31T17:23:47.122970 | Apache-2.0 | false | e9e7ce46c80afe3ec370a8268bc6d79c |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_datetime.py | _datetime.py | Python | 2,770 | 0.95 | 0.104478 | 0.344828 | awesome-app | 167 | 2025-02-02T05:25:35.827069 | MIT | false | d65005eb9ecb1463d2c613f3d152d294 |
import warnings\nfrom functools import wraps\nfrom inspect import Parameter, signature\nfrom typing import Iterable, Optional\n\n\ndef _deprecate_positional_args(*, version: str):\n """Decorator for methods that issues warnings for positional arguments.\n Using the keyword-only argument syntax in pep 3102, argume... | .venv\Lib\site-packages\huggingface_hub\utils\_deprecation.py | _deprecation.py | Python | 4,872 | 0.95 | 0.191176 | 0.061947 | react-lib | 647 | 2024-02-02T13:22:09.001197 | Apache-2.0 | false | 707b41fb925ff8fb3e09d3535e74b3ce |
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_experimental.py | _experimental.py | Python | 2,470 | 0.95 | 0.117647 | 0.277778 | python-kit | 508 | 2023-09-07T05:00:00.873754 | Apache-2.0 | false | f15f45b835f27137b2795534e0b915ef |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_git_credential.py | _git_credential.py | Python | 4,596 | 0.95 | 0.123967 | 0.17 | python-kit | 748 | 2025-05-24T18:11:38.786775 | BSD-3-Clause | false | 08e345e9cb1eb68b86875cf05161023e |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_http.py | _http.py | Python | 25,531 | 0.95 | 0.163265 | 0.134875 | node-utils | 694 | 2024-07-11T00:55:36.429599 | Apache-2.0 | false | 7708efca31f4fbfa4e5fdb11b987ebfa |
# coding=utf-8\n# Copyright 2019-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_lfs.py | _lfs.py | Python | 3,957 | 0.95 | 0.127273 | 0.164835 | awesome-app | 277 | 2023-12-18T00:12:32.052579 | GPL-3.0 | false | c59ba7e9eb3f699cfaca27d0829e3206 |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_paths.py | _paths.py | Python | 5,042 | 0.95 | 0.177305 | 0.162393 | vue-tools | 792 | 2023-08-06T11:21:23.121711 | BSD-3-Clause | false | b39b476ca31bfa85064de638fd985ea2 |
import functools\nimport operator\nfrom collections import defaultdict\nfrom dataclasses import dataclass, field\nfrom typing import Dict, List, Literal, Optional, Tuple\n\n\nFILENAME_T = str\nTENSOR_NAME_T = str\nDTYPE_T = Literal["F64", "F32", "F16", "BF16", "I64", "I32", "I16", "I8", "U8", "BOOL"]\n\n\n@dataclass\nc... | .venv\Lib\site-packages\huggingface_hub\utils\_safetensors.py | _safetensors.py | Python | 4,458 | 0.95 | 0.153153 | 0.011364 | awesome-app | 535 | 2024-04-14T00:25:37.721174 | Apache-2.0 | false | 822a1f334e89febf662857acfd98d23c |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_typing.py | _typing.py | Python | 2,903 | 0.95 | 0.306667 | 0.254237 | react-lib | 978 | 2023-08-31T12:22:37.846115 | BSD-3-Clause | false | 4fafb66672816e4154255714825644ac |
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless requ... | .venv\Lib\site-packages\huggingface_hub\utils\_validators.py | _validators.py | Python | 9,204 | 0.95 | 0.128319 | 0.11236 | react-lib | 721 | 2024-10-10T09:19:57.415394 | MIT | false | 9090b5592ed78c36cdbb7018d783a8be |
# coding=utf-8\n# Copyright 2021 The HuggingFace Inc. team. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n#... | .venv\Lib\site-packages\huggingface_hub\utils\__init__.py | __init__.py | Python | 3,722 | 0.95 | 0.008547 | 0.130435 | node-utils | 365 | 2023-12-29T15:07:34.731834 | MIT | false | 2549994ef6b94bb2c878ece6e3673849 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\endpoint_helpers.cpython-313.pyc | endpoint_helpers.cpython-313.pyc | Other | 2,171 | 0.85 | 0.060606 | 0 | python-kit | 274 | 2024-09-05T04:26:36.398578 | MIT | false | 91a512325c2ab9b8243d0d0bf8f7f3bf |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\insecure_hashlib.cpython-313.pyc | insecure_hashlib.cpython-313.pyc | Other | 717 | 0.7 | 0 | 0 | node-utils | 747 | 2024-08-01T18:53:26.075524 | MIT | false | 1461361d5d33ef0edf790bc688a97036 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\logging.cpython-313.pyc | logging.cpython-313.pyc | Other | 5,953 | 0.95 | 0.047059 | 0 | vue-tools | 176 | 2025-01-22T19:59:49.877640 | MIT | false | dc0fa6cd3fc05b409d69619da9bd60e5 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\sha.cpython-313.pyc | sha.cpython-313.pyc | Other | 2,589 | 0.95 | 0.111111 | 0 | awesome-app | 341 | 2024-11-23T21:22:57.058363 | MIT | false | 8c6db951c1abf248414206d2f510727b |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\tqdm.cpython-313.pyc | tqdm.cpython-313.pyc | Other | 11,206 | 0.95 | 0.138462 | 0.069182 | awesome-app | 461 | 2025-02-26T10:57:52.772877 | GPL-3.0 | false | c6b56bf06cf05f9de866d2c7842b18b7 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_auth.cpython-313.pyc | _auth.cpython-313.pyc | Other | 8,816 | 0.8 | 0.0625 | 0.044248 | awesome-app | 276 | 2023-07-31T13:05:00.650367 | BSD-3-Clause | false | 5fa0011938b196327defacf16626a1d2 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_cache_assets.cpython-313.pyc | _cache_assets.cpython-313.pyc | Other | 5,265 | 0.95 | 0.028037 | 0 | node-utils | 180 | 2025-04-05T17:46:28.150615 | GPL-3.0 | false | 330189864fb298e649f9e11c14918bd8 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_cache_manager.cpython-313.pyc | _cache_manager.cpython-313.pyc | Other | 36,018 | 0.95 | 0.018939 | 0 | node-utils | 518 | 2025-02-09T00:03:43.879127 | Apache-2.0 | false | 056397ee73dabab7e953d2c49a3e792f |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_chunk_utils.cpython-313.pyc | _chunk_utils.cpython-313.pyc | Other | 2,023 | 0.95 | 0.025 | 0.09375 | vue-tools | 191 | 2024-06-13T15:19:21.191207 | MIT | false | 794942f6d97bc25110e79f9e09c25564 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_datetime.cpython-313.pyc | _datetime.cpython-313.pyc | Other | 2,138 | 0.8 | 0.028571 | 0 | react-lib | 715 | 2025-04-08T18:27:58.076790 | Apache-2.0 | false | 14fd74ac6ae90d287a4996d24a9bdf3f |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_deprecation.cpython-313.pyc | _deprecation.cpython-313.pyc | Other | 6,667 | 0.8 | 0.027778 | 0.015385 | vue-tools | 925 | 2024-12-04T18:52:51.667648 | Apache-2.0 | false | 1dc3908e1de8db14a9b5f1c931ee7d7a |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_experimental.cpython-313.pyc | _experimental.cpython-313.pyc | Other | 2,311 | 0.95 | 0.088235 | 0 | vue-tools | 600 | 2024-01-29T06:00:07.255191 | MIT | false | f44a9183b7e0a750fcf59b88e5531414 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_fixes.cpython-313.pyc | _fixes.cpython-313.pyc | Other | 5,663 | 0.8 | 0.057471 | 0.024691 | vue-tools | 307 | 2025-03-01T13:55:47.205977 | BSD-3-Clause | false | ac3b6c3376753029076c3dada4defce6 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_git_credential.cpython-313.pyc | _git_credential.cpython-313.pyc | Other | 5,000 | 0.8 | 0.056818 | 0 | react-lib | 402 | 2025-04-12T21:28:52.090328 | Apache-2.0 | false | 5550ad342ae33adcd1b477956d4a741d |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_headers.cpython-313.pyc | _headers.cpython-313.pyc | Other | 8,649 | 0.95 | 0.066667 | 0.016667 | awesome-app | 277 | 2024-07-04T17:02:57.516385 | BSD-3-Clause | false | d9d3da065dee0714f29e63341a330316 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_hf_folder.cpython-313.pyc | _hf_folder.cpython-313.pyc | Other | 2,311 | 0.85 | 0.121951 | 0 | awesome-app | 773 | 2025-04-22T12:02:22.232006 | BSD-3-Clause | false | 22d1582079249097acdb0896c3c4ac2e |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_http.cpython-313.pyc | _http.cpython-313.pyc | Other | 26,655 | 0.95 | 0.05679 | 0.044321 | awesome-app | 554 | 2023-10-14T20:28:17.167899 | GPL-3.0 | false | 030d5a316746cbb1fb072d6277426835 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_lfs.cpython-313.pyc | _lfs.cpython-313.pyc | Other | 5,231 | 0.95 | 0.013158 | 0 | node-utils | 916 | 2024-11-29T06:35:04.219652 | BSD-3-Clause | false | eecca8cab5481c7d1bc740a5210c9e98 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_pagination.cpython-313.pyc | _pagination.cpython-313.pyc | Other | 2,122 | 0.8 | 0 | 0 | vue-tools | 377 | 2025-05-07T05:49:51.719716 | GPL-3.0 | false | b65feea44673002b5b7ad1c961c3cab8 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_paths.cpython-313.pyc | _paths.cpython-313.pyc | Other | 5,074 | 0.95 | 0.053333 | 0.014925 | python-kit | 437 | 2024-04-09T08:10:37.108263 | BSD-3-Clause | false | d936c7498c9bb1340fc0076ce50c462a |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_runtime.cpython-313.pyc | _runtime.cpython-313.pyc | Other | 14,218 | 0.95 | 0.027273 | 0.028846 | react-lib | 952 | 2023-12-24T16:40:32.463901 | BSD-3-Clause | false | f4b7b154b6c818d81722c69f314dceae |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_safetensors.cpython-313.pyc | _safetensors.cpython-313.pyc | Other | 5,884 | 0.95 | 0.072917 | 0 | python-kit | 625 | 2024-06-12T12:28:13.759760 | MIT | false | 163f8393f2bd3b31b9245e93dc879c16 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_subprocess.cpython-313.pyc | _subprocess.cpython-313.pyc | Other | 5,145 | 0.8 | 0.010309 | 0.022727 | python-kit | 453 | 2023-11-05T02:46:42.936584 | MIT | false | 3c1004744c7493673f8fd1fe5ab049e6 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_telemetry.cpython-313.pyc | _telemetry.cpython-313.pyc | Other | 5,580 | 0.95 | 0.058824 | 0.042254 | react-lib | 749 | 2025-06-10T12:17:53.547873 | BSD-3-Clause | false | 37e5a05b8dcd9c5306667b183ea2c2dd |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_typing.cpython-313.pyc | _typing.cpython-313.pyc | Other | 3,533 | 0.95 | 0.146341 | 0.026316 | awesome-app | 97 | 2023-08-26T02:49:41.543592 | BSD-3-Clause | false | 596c16ba2fdf0d2027aadb12f822c346 |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_validators.cpython-313.pyc | _validators.cpython-313.pyc | Other | 8,747 | 0.95 | 0.077922 | 0.007937 | react-lib | 621 | 2024-04-19T14:12:42.686421 | GPL-3.0 | false | b6853a77fccec17aac0cb4b885276fad |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\_xet.cpython-313.pyc | _xet.cpython-313.pyc | Other | 8,373 | 0.95 | 0.085938 | 0 | react-lib | 349 | 2024-06-08T19:29:24.730421 | Apache-2.0 | false | 9cb5b16553145ae4dd634871ff90e31c |
\n\n | .venv\Lib\site-packages\huggingface_hub\utils\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 4,093 | 0.8 | 0 | 0 | python-kit | 493 | 2023-07-26T14:16:03.596736 | Apache-2.0 | false | d106884385d7e3f2c53160176fde1cbb |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\community.cpython-313.pyc | community.cpython-313.pyc | Other | 14,463 | 0.95 | 0.103448 | 0.061983 | awesome-app | 661 | 2023-12-28T18:52:33.112055 | MIT | false | 41c77780d8b14016ae21002688b63be5 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\constants.cpython-313.pyc | constants.cpython-313.pyc | Other | 9,948 | 0.8 | 0 | 0 | python-kit | 179 | 2025-04-26T13:07:56.473557 | GPL-3.0 | false | e181b50444b14039caca171bffd635f9 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\dataclasses.cpython-313.pyc | dataclasses.cpython-313.pyc | Other | 19,803 | 0.95 | 0.084615 | 0.029536 | python-kit | 439 | 2023-10-17T17:05:32.430119 | Apache-2.0 | false | ba8860434d68d6ee70aa9f8e58a4cb17 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\errors.cpython-313.pyc | errors.cpython-313.pyc | Other | 16,753 | 0.95 | 0.155914 | 0.00641 | awesome-app | 816 | 2024-02-17T03:23:41.902932 | GPL-3.0 | false | 5430a915f7a7e039c697249229e9272e |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\fastai_utils.cpython-313.pyc | fastai_utils.cpython-313.pyc | Other | 17,578 | 0.95 | 0.072131 | 0.022901 | vue-tools | 402 | 2024-04-01T01:30:09.926392 | MIT | false | 943866531a0d23b1a9491453470febd4 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\file_download.cpython-313.pyc | file_download.cpython-313.pyc | Other | 70,840 | 0.75 | 0.073881 | 0.010251 | node-utils | 739 | 2023-11-09T15:01:13.300944 | Apache-2.0 | false | b4829d101328fd95c2321355ac30f335 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\hf_file_system.cpython-313.pyc | hf_file_system.cpython-313.pyc | Other | 50,118 | 0.95 | 0.036254 | 0.003497 | python-kit | 332 | 2023-09-12T08:00:58.521405 | Apache-2.0 | false | 35b93613bb64be9ca714a5962bd0d0ff |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\hub_mixin.cpython-313.pyc | hub_mixin.cpython-313.pyc | Other | 37,273 | 0.95 | 0.057621 | 0.022044 | vue-tools | 811 | 2025-01-17T01:22:35.963544 | BSD-3-Clause | false | 632be91d1076730fe96e4ae6ba2c87e3 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\inference_api.cpython-313.pyc | inference_api.cpython-313.pyc | Other | 8,756 | 0.95 | 0.029851 | 0 | awesome-app | 100 | 2024-11-27T15:36:29.500057 | MIT | false | bbeef462111d8e1c60c46794c230eb04 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\keras_mixin.cpython-313.pyc | keras_mixin.cpython-313.pyc | Other | 20,371 | 0.95 | 0.050938 | 0.017442 | react-lib | 520 | 2024-07-14T08:15:42.153593 | MIT | false | 82ca241251f883b3b777501ff0cc4fe7 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\lfs.cpython-313.pyc | lfs.cpython-313.pyc | Other | 19,508 | 0.95 | 0.031128 | 0 | react-lib | 786 | 2024-06-05T20:11:41.251346 | Apache-2.0 | false | 13cb83d3d4ba14003a1272f17ba1265f |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\repocard.cpython-313.pyc | repocard.cpython-313.pyc | Other | 34,013 | 0.95 | 0.042478 | 0.001942 | react-lib | 349 | 2025-01-18T19:45:08.516054 | GPL-3.0 | false | c8a0fbdbf6d1d47493b93ad307ea7e28 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\repocard_data.cpython-313.pyc | repocard_data.cpython-313.pyc | Other | 35,168 | 0.95 | 0.069565 | 0.002347 | python-kit | 53 | 2025-02-17T13:44:47.408299 | BSD-3-Clause | false | ef30e7d1d4791507b09ef32c638b7c40 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\repository.cpython-313.pyc | repository.cpython-313.pyc | Other | 64,635 | 0.75 | 0.060674 | 0 | vue-tools | 890 | 2024-08-02T08:02:25.315511 | Apache-2.0 | false | 79f916ba45890cd64cd36bd6fee2c72e |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\_commit_api.cpython-313.pyc | _commit_api.cpython-313.pyc | Other | 41,296 | 0.95 | 0.077075 | 0.006383 | react-lib | 205 | 2024-06-25T07:13:57.963365 | Apache-2.0 | false | 17e253798b2dea7950dc72e4d2922b56 |
\n\n | .venv\Lib\site-packages\huggingface_hub\__pycache__\_commit_scheduler.cpython-313.pyc | _commit_scheduler.cpython-313.pyc | Other | 18,229 | 0.95 | 0.038462 | 0.014218 | awesome-app | 427 | 2024-12-31T12:06:31.925531 | BSD-3-Clause | false | 7fe455288ef0d52cdff7c212f5593776 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.