├── .git-blame-ignore-revs ├── .github ├── ISSUE_TEMPLATE │ ├── bugs.md │ ├── documentation-request.md │ └── feature_request.md └── workflows │ ├── api_inference_build_documentation.yml │ ├── api_inference_build_pr_documentation.yml │ ├── api_inference_upload_pr_documentation.yml │ ├── build_documentation.yml │ ├── build_pr_documentation.yml │ ├── delete_doc_comment.yml │ ├── delete_doc_comment_trigger.yml │ ├── generate_inference_providers_documentation.yml │ ├── model_card_consistency_reminder.yml │ ├── sagemaker_build_documentation.yml │ ├── sagemaker_build_pr_documentation.yml │ ├── sagemaker_delete_doc_comment.yml │ ├── sagemaker_upload_pr_documentation.yml │ ├── trufflehog.yml │ ├── upload_pr_documentation.yml │ ├── xet_build_documentation.yml │ ├── xet_build_pr_documentation.yml │ └── xet_upload_pr_documentation.yml ├── .gitignore ├── LICENSE ├── README.md ├── datasetcard.md ├── docs ├── hub │ ├── _config.py │ ├── _redirects.yml │ ├── _toctree.yml │ ├── academia-hub.md │ ├── adapters.md │ ├── advanced-compute-options.md │ ├── agents.md │ ├── allennlp.md │ ├── api.md │ ├── asteroid.md │ ├── audit-logs.md │ ├── bertopic.md │ ├── billing.md │ ├── collections.md │ ├── data-studio.md │ ├── datasets-adding.md │ ├── datasets-argilla.md │ ├── datasets-audio.md │ ├── datasets-cards.md │ ├── datasets-daft.md │ ├── datasets-dask.md │ ├── datasets-data-files-configuration.md │ ├── datasets-distilabel.md │ ├── datasets-download-stats.md │ ├── datasets-downloading.md │ ├── datasets-duckdb-auth.md │ ├── datasets-duckdb-combine-and-export.md │ ├── datasets-duckdb-select.md │ ├── datasets-duckdb-sql.md │ ├── datasets-duckdb-vector-similarity-search.md │ ├── datasets-duckdb.md │ ├── datasets-editing.md │ ├── datasets-embedding-atlas.md │ ├── datasets-fenic.md │ ├── datasets-fiftyone.md │ ├── datasets-file-names-and-splits.md │ ├── datasets-gated.md │ ├── datasets-image.md │ ├── datasets-libraries.md │ ├── datasets-manual-configuration.md │ ├── datasets-overview.md │ ├── datasets-pandas.md │ ├── datasets-polars-auth.md │ ├── datasets-polars-file-formats.md │ ├── datasets-polars-operations.md │ ├── datasets-polars-optimizations.md │ ├── datasets-polars.md │ ├── datasets-pyarrow.md │ ├── datasets-spark.md │ ├── datasets-streaming.md │ ├── datasets-upload-guide-llm.md │ ├── datasets-usage.md │ ├── datasets-video.md │ ├── datasets-viewer-configure.md │ ├── datasets-viewer-embed.md │ ├── datasets-viewer-sql-console.md │ ├── datasets-webdataset.md │ ├── datasets.md │ ├── dduf.md │ ├── diffusers.md │ ├── doi.md │ ├── enterprise-hub-advanced-security.md │ ├── enterprise-hub-advanced-sso.md │ ├── enterprise-hub-analytics.md │ ├── enterprise-hub-datasets.md │ ├── enterprise-hub-gating-group-collections.md │ ├── enterprise-hub-network-security.md │ ├── enterprise-hub-resource-groups.md │ ├── enterprise-hub-scim.md │ ├── enterprise-hub-tokens-management.md │ ├── enterprise-hub.md │ ├── enterprise-sso.md │ ├── espnet.md │ ├── fastai.md │ ├── flair.md │ ├── gguf-gpt4all.md │ ├── gguf-llamacpp.md │ ├── gguf.md │ ├── hf-mcp-server.md │ ├── index.md │ ├── keras.md │ ├── local-apps.md │ ├── ml-agents.md │ ├── mlx-image.md │ ├── mlx.md │ ├── model-card-annotated.md │ ├── model-card-appendix.md │ ├── model-card-guidebook.md │ ├── model-card-landscape-analysis.md │ ├── model-cards-co2.md │ ├── model-cards-components.md │ ├── model-cards-user-studies.md │ ├── model-cards.md │ ├── model-release-checklist.md │ ├── models-adding-libraries.md │ ├── models-advanced.md │ ├── models-download-stats.md │ ├── models-downloading.md │ ├── models-faq.md │ ├── models-gated.md │ ├── models-inference.md │ ├── models-libraries.md │ ├── models-tasks.md │ ├── models-the-hub.md │ ├── models-uploading.md │ ├── models-widgets-examples.md │ ├── models-widgets.md │ ├── models.md │ ├── moderation.md │ ├── notebooks.md │ ├── notifications.md │ ├── oauth.md │ ├── ollama.md │ ├── open_clip.md │ ├── organizations-cards.md │ ├── organizations-managing.md │ ├── organizations-security.md │ ├── organizations.md │ ├── other.md │ ├── paddlenlp.md │ ├── paper-pages.md │ ├── peft.md │ ├── pro.md │ ├── rate-limits.md │ ├── repositories-getting-started.md │ ├── repositories-licenses.md │ ├── repositories-next-steps.md │ ├── repositories-pull-requests-discussions.md │ ├── repositories-settings.md │ ├── repositories.md │ ├── rl-baselines3-zoo.md │ ├── sample-factory.md │ ├── search.md │ ├── security-2fa.md │ ├── security-git-ssh.md │ ├── security-gpg.md │ ├── security-jfrog.md │ ├── security-malware.md │ ├── security-pickle.md │ ├── security-protectai.md │ ├── security-resource-groups.md │ ├── security-secrets.md │ ├── security-sso-azure-oidc.md │ ├── security-sso-azure-saml.md │ ├── security-sso-entra-id-scim.md │ ├── security-sso-google-oidc.md │ ├── security-sso-google-saml.md │ ├── security-sso-okta-oidc.md │ ├── security-sso-okta-saml.md │ ├── security-sso-okta-scim.md │ ├── security-sso.md │ ├── security-tokens.md │ ├── security.md │ ├── sentence-transformers.md │ ├── setfit.md │ ├── spaces-add-to-arxiv.md │ ├── spaces-advanced.md │ ├── spaces-changelog.md │ ├── spaces-circleci.md │ ├── spaces-config-reference.md │ ├── spaces-cookie-limitations.md │ ├── spaces-custom-domain.md │ ├── spaces-dependencies.md │ ├── spaces-dev-mode.md │ ├── spaces-embed.md │ ├── spaces-featured.md │ ├── spaces-get-user-plan.md │ ├── spaces-github-actions.md │ ├── spaces-gpus.md │ ├── spaces-handle-url-parameters.md │ ├── spaces-mcp-servers.md │ ├── spaces-more-ways-to-create.md │ ├── spaces-oauth.md │ ├── spaces-organization-cards.md │ ├── spaces-overview.md │ ├── spaces-run-with-docker.md │ ├── spaces-sdks-docker-aim.md │ ├── spaces-sdks-docker-argilla.md │ ├── spaces-sdks-docker-chatui.md │ ├── spaces-sdks-docker-dash.md │ ├── spaces-sdks-docker-evidence.md │ ├── spaces-sdks-docker-examples.md │ ├── spaces-sdks-docker-first-demo.md │ ├── spaces-sdks-docker-giskard.md │ ├── spaces-sdks-docker-jupyter.md │ ├── spaces-sdks-docker-label-studio.md │ ├── spaces-sdks-docker-langfuse.md │ ├── spaces-sdks-docker-livebook.md │ ├── spaces-sdks-docker-marimo.md │ ├── spaces-sdks-docker-panel.md │ ├── spaces-sdks-docker-shiny.md │ ├── spaces-sdks-docker-tabby.md │ ├── spaces-sdks-docker-zenml.md │ ├── spaces-sdks-docker.md │ ├── spaces-sdks-gradio.md │ ├── spaces-sdks-python.md │ ├── spaces-sdks-static.md │ ├── spaces-sdks-streamlit.md │ ├── spaces-settings.md │ ├── spaces-storage.md │ ├── spaces-using-opencv.md │ ├── spaces-zerogpu.md │ ├── spaces.md │ ├── spacy.md │ ├── span_marker.md │ ├── speechbrain.md │ ├── stable-baselines3.md │ ├── stanza.md │ ├── storage-limits.md │ ├── storage-regions.md │ ├── tensorboard.md │ ├── tf-keras.md │ ├── timm.md │ ├── transformers-js.md │ ├── transformers.md │ ├── unity-sentis.md │ ├── webhooks-guide-auto-retrain.md │ ├── webhooks-guide-discussion-bot.md │ ├── webhooks-guide-metadata-review.md │ ├── webhooks.md │ └── xet │ │ ├── deduplication.md │ │ ├── index.md │ │ ├── legacy-git-lfs.md │ │ ├── overview.md │ │ ├── security.md │ │ └── using-xet-storage.md ├── inference-providers │ ├── _redirects.yml │ ├── _toctree.yml │ ├── guides │ │ ├── building-first-app.md │ │ ├── coding-environment.md │ │ ├── evaluation-inspect-ai.md │ │ ├── first-api-call.md │ │ ├── function-calling.md │ │ ├── github-actions-code-review.md │ │ ├── gpt-oss.md │ │ ├── image-editor.md │ │ ├── responses-api.md │ │ └── structured-output.md │ ├── hub-api.md │ ├── hub-integration.md │ ├── index.md │ ├── integrations │ │ ├── adding-integration.md │ │ ├── index.md │ │ ├── macwhisper.md │ │ ├── opencode.md │ │ └── vscode.md │ ├── pricing.md │ ├── providers │ │ ├── cerebras.md │ │ ├── cohere.md │ │ ├── fal-ai.md │ │ ├── featherless-ai.md │ │ ├── fireworks-ai.md │ │ ├── groq.md │ │ ├── hf-inference.md │ │ ├── hyperbolic.md │ │ ├── nebius.md │ │ ├── novita.md │ │ ├── nscale.md │ │ ├── ovhcloud.md │ │ ├── publicai.md │ │ ├── replicate.md │ │ ├── sambanova.md │ │ ├── scaleway.md │ │ ├── together.md │ │ ├── wavespeed.md │ │ └── zai-org.md │ ├── register-as-a-provider.md │ ├── security.md │ └── tasks │ │ ├── audio-classification.md │ │ ├── automatic-speech-recognition.md │ │ ├── chat-completion.md │ │ ├── feature-extraction.md │ │ ├── fill-mask.md │ │ ├── image-classification.md │ │ ├── image-segmentation.md │ │ ├── image-text-to-text.md │ │ ├── image-to-image.md │ │ ├── index.md │ │ ├── object-detection.md │ │ ├── question-answering.md │ │ ├── summarization.md │ │ ├── table-question-answering.md │ │ ├── text-classification.md │ │ ├── text-generation.md │ │ ├── text-to-image.md │ │ ├── text-to-video.md │ │ ├── token-classification.md │ │ ├── translation.md │ │ └── zero-shot-classification.md ├── sagemaker │ ├── Makefile │ ├── notebooks │ │ └── sagemaker-sdk │ │ │ ├── deploy-embedding-models │ │ │ ├── assets │ │ │ │ └── cw.png │ │ │ └── sagemaker-notebook.ipynb │ │ │ ├── deploy-llama-3-3-70b-inferentia2 │ │ │ └── sagemaker-notebook.ipynb │ │ │ ├── evaluate-llm-lighteval │ │ │ └── sagemaker-notebook.ipynb │ │ │ └── fine-tune-embedding-models │ │ │ ├── assets │ │ │ ├── requirements.txt │ │ │ └── run_mnr.py │ │ │ └── sagemaker-notebook.ipynb │ ├── scripts │ │ ├── auto-generate-examples.py │ │ └── auto-update-toctree.py │ └── source │ │ ├── .gitignore │ │ ├── _toctree.yml │ │ ├── dlcs │ │ ├── available.md │ │ └── introduction.md │ │ ├── index.md │ │ ├── reference │ │ ├── inference-toolkit.md │ │ └── resources.md │ │ └── tutorials │ │ ├── bedrock │ │ └── bedrock-quickstart.md │ │ ├── compute-services │ │ └── compute-services-quickstart.md │ │ ├── index.md │ │ ├── jumpstart │ │ └── jumpstart-quickstart.md │ │ └── sagemaker-sdk │ │ ├── deploy-sagemaker-sdk.md │ │ ├── sagemaker-sdk-quickstart.md │ │ └── training-sagemaker-sdk.md └── xet │ ├── _toctree.yml │ ├── api.md │ ├── auth.md │ ├── chunking.md │ ├── deduplication.md │ ├── download-protocol.md │ ├── file-id.md │ ├── file-reconstruction.md │ ├── hashing.md │ ├── index.md │ ├── shard.md │ ├── upload-protocol.md │ └── xorb.md ├── hacktoberfest_challenges ├── datasets_without_language.csv ├── datasets_without_language.md ├── model_license_other.csv ├── model_license_other.md ├── model_no_license.csv └── model_no_license.md ├── modelcard.md └── scripts └── inference-providers ├── .gitignore ├── .prettierignore ├── README.md ├── package.json ├── pnpm-lock.yaml ├── scripts ├── .gitignore └── generate.ts ├── templates ├── common │ ├── follow-us-button.handlebars │ ├── page-header.handlebars │ ├── provider-header.handlebars │ ├── provider-logo.handlebars │ ├── provider-tasks.handlebars │ ├── snippets-template.handlebars │ ├── specs-headers.handlebars │ ├── specs-output.handlebars │ └── specs-payload.handlebars ├── providers │ ├── cerebras.handlebars │ ├── cohere.handlebars │ ├── fal-ai.handlebars │ ├── featherless-ai.handlebars │ ├── fireworks-ai.handlebars │ ├── groq.handlebars │ ├── hf-inference.handlebars │ ├── hyperbolic.handlebars │ ├── nebius.handlebars │ ├── novita.handlebars │ ├── nscale.handlebars │ ├── ovhcloud.handlebars │ ├── publicai.handlebars │ ├── replicate.handlebars │ ├── sambanova.handlebars │ ├── scaleway.handlebars │ ├── together.handlebars │ ├── wavespeed.handlebars │ └── zai-org.handlebars └── task │ ├── audio-classification.handlebars │ ├── automatic-speech-recognition.handlebars │ ├── chat-completion.handlebars │ ├── feature-extraction.handlebars │ ├── fill-mask.handlebars │ ├── image-classification.handlebars │ ├── image-segmentation.handlebars │ ├── image-text-to-text.handlebars │ ├── image-to-image.handlebars │ ├── object-detection.handlebars │ ├── question-answering.handlebars │ ├── summarization.handlebars │ ├── table-question-answering.handlebars │ ├── text-classification.handlebars │ ├── text-generation.handlebars │ ├── text-to-image.handlebars │ ├── text-to-video.handlebars │ ├── token-classification.handlebars │ ├── translation.handlebars │ └── zero-shot-classification.handlebars └── tsconfig.json /.git-blame-ignore-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.git-blame-ignore-revs -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/ISSUE_TEMPLATE/bugs.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/documentation-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/ISSUE_TEMPLATE/documentation-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/api_inference_build_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/api_inference_build_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/api_inference_build_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/api_inference_build_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/api_inference_upload_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/api_inference_upload_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/build_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/build_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/build_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/build_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/delete_doc_comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/delete_doc_comment.yml -------------------------------------------------------------------------------- /.github/workflows/delete_doc_comment_trigger.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/delete_doc_comment_trigger.yml -------------------------------------------------------------------------------- /.github/workflows/generate_inference_providers_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/generate_inference_providers_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/model_card_consistency_reminder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/model_card_consistency_reminder.yml -------------------------------------------------------------------------------- /.github/workflows/sagemaker_build_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/sagemaker_build_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/sagemaker_build_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/sagemaker_build_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/sagemaker_delete_doc_comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/sagemaker_delete_doc_comment.yml -------------------------------------------------------------------------------- /.github/workflows/sagemaker_upload_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/sagemaker_upload_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/trufflehog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/trufflehog.yml -------------------------------------------------------------------------------- /.github/workflows/upload_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/upload_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/xet_build_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/xet_build_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/xet_build_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/xet_build_pr_documentation.yml -------------------------------------------------------------------------------- /.github/workflows/xet_upload_pr_documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.github/workflows/xet_upload_pr_documentation.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/README.md -------------------------------------------------------------------------------- /datasetcard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/datasetcard.md -------------------------------------------------------------------------------- /docs/hub/_config.py: -------------------------------------------------------------------------------- 1 | disable_toc_check = True 2 | -------------------------------------------------------------------------------- /docs/hub/_redirects.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/_redirects.yml -------------------------------------------------------------------------------- /docs/hub/_toctree.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/_toctree.yml -------------------------------------------------------------------------------- /docs/hub/academia-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/academia-hub.md -------------------------------------------------------------------------------- /docs/hub/adapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/adapters.md -------------------------------------------------------------------------------- /docs/hub/advanced-compute-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/advanced-compute-options.md -------------------------------------------------------------------------------- /docs/hub/agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/agents.md -------------------------------------------------------------------------------- /docs/hub/allennlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/allennlp.md -------------------------------------------------------------------------------- /docs/hub/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/api.md -------------------------------------------------------------------------------- /docs/hub/asteroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/asteroid.md -------------------------------------------------------------------------------- /docs/hub/audit-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/audit-logs.md -------------------------------------------------------------------------------- /docs/hub/bertopic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/bertopic.md -------------------------------------------------------------------------------- /docs/hub/billing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/billing.md -------------------------------------------------------------------------------- /docs/hub/collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/collections.md -------------------------------------------------------------------------------- /docs/hub/data-studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/data-studio.md -------------------------------------------------------------------------------- /docs/hub/datasets-adding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-adding.md -------------------------------------------------------------------------------- /docs/hub/datasets-argilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-argilla.md -------------------------------------------------------------------------------- /docs/hub/datasets-audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-audio.md -------------------------------------------------------------------------------- /docs/hub/datasets-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-cards.md -------------------------------------------------------------------------------- /docs/hub/datasets-daft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-daft.md -------------------------------------------------------------------------------- /docs/hub/datasets-dask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-dask.md -------------------------------------------------------------------------------- /docs/hub/datasets-data-files-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-data-files-configuration.md -------------------------------------------------------------------------------- /docs/hub/datasets-distilabel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-distilabel.md -------------------------------------------------------------------------------- /docs/hub/datasets-download-stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-download-stats.md -------------------------------------------------------------------------------- /docs/hub/datasets-downloading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-downloading.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb-auth.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb-combine-and-export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb-combine-and-export.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb-select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb-select.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb-sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb-sql.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb-vector-similarity-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb-vector-similarity-search.md -------------------------------------------------------------------------------- /docs/hub/datasets-duckdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-duckdb.md -------------------------------------------------------------------------------- /docs/hub/datasets-editing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-editing.md -------------------------------------------------------------------------------- /docs/hub/datasets-embedding-atlas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-embedding-atlas.md -------------------------------------------------------------------------------- /docs/hub/datasets-fenic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-fenic.md -------------------------------------------------------------------------------- /docs/hub/datasets-fiftyone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-fiftyone.md -------------------------------------------------------------------------------- /docs/hub/datasets-file-names-and-splits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-file-names-and-splits.md -------------------------------------------------------------------------------- /docs/hub/datasets-gated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-gated.md -------------------------------------------------------------------------------- /docs/hub/datasets-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-image.md -------------------------------------------------------------------------------- /docs/hub/datasets-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-libraries.md -------------------------------------------------------------------------------- /docs/hub/datasets-manual-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-manual-configuration.md -------------------------------------------------------------------------------- /docs/hub/datasets-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-overview.md -------------------------------------------------------------------------------- /docs/hub/datasets-pandas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-pandas.md -------------------------------------------------------------------------------- /docs/hub/datasets-polars-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-polars-auth.md -------------------------------------------------------------------------------- /docs/hub/datasets-polars-file-formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-polars-file-formats.md -------------------------------------------------------------------------------- /docs/hub/datasets-polars-operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-polars-operations.md -------------------------------------------------------------------------------- /docs/hub/datasets-polars-optimizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-polars-optimizations.md -------------------------------------------------------------------------------- /docs/hub/datasets-polars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-polars.md -------------------------------------------------------------------------------- /docs/hub/datasets-pyarrow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-pyarrow.md -------------------------------------------------------------------------------- /docs/hub/datasets-spark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-spark.md -------------------------------------------------------------------------------- /docs/hub/datasets-streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-streaming.md -------------------------------------------------------------------------------- /docs/hub/datasets-upload-guide-llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-upload-guide-llm.md -------------------------------------------------------------------------------- /docs/hub/datasets-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-usage.md -------------------------------------------------------------------------------- /docs/hub/datasets-video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-video.md -------------------------------------------------------------------------------- /docs/hub/datasets-viewer-configure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-viewer-configure.md -------------------------------------------------------------------------------- /docs/hub/datasets-viewer-embed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-viewer-embed.md -------------------------------------------------------------------------------- /docs/hub/datasets-viewer-sql-console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-viewer-sql-console.md -------------------------------------------------------------------------------- /docs/hub/datasets-webdataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets-webdataset.md -------------------------------------------------------------------------------- /docs/hub/datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/datasets.md -------------------------------------------------------------------------------- /docs/hub/dduf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/dduf.md -------------------------------------------------------------------------------- /docs/hub/diffusers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/diffusers.md -------------------------------------------------------------------------------- /docs/hub/doi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/doi.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-advanced-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-advanced-security.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-advanced-sso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-advanced-sso.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-analytics.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-datasets.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-gating-group-collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-gating-group-collections.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-network-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-network-security.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-resource-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-resource-groups.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-scim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-scim.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub-tokens-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub-tokens-management.md -------------------------------------------------------------------------------- /docs/hub/enterprise-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-hub.md -------------------------------------------------------------------------------- /docs/hub/enterprise-sso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/enterprise-sso.md -------------------------------------------------------------------------------- /docs/hub/espnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/espnet.md -------------------------------------------------------------------------------- /docs/hub/fastai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/fastai.md -------------------------------------------------------------------------------- /docs/hub/flair.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/flair.md -------------------------------------------------------------------------------- /docs/hub/gguf-gpt4all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/gguf-gpt4all.md -------------------------------------------------------------------------------- /docs/hub/gguf-llamacpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/gguf-llamacpp.md -------------------------------------------------------------------------------- /docs/hub/gguf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/gguf.md -------------------------------------------------------------------------------- /docs/hub/hf-mcp-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/hf-mcp-server.md -------------------------------------------------------------------------------- /docs/hub/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/index.md -------------------------------------------------------------------------------- /docs/hub/keras.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/keras.md -------------------------------------------------------------------------------- /docs/hub/local-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/local-apps.md -------------------------------------------------------------------------------- /docs/hub/ml-agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/ml-agents.md -------------------------------------------------------------------------------- /docs/hub/mlx-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/mlx-image.md -------------------------------------------------------------------------------- /docs/hub/mlx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/mlx.md -------------------------------------------------------------------------------- /docs/hub/model-card-annotated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-card-annotated.md -------------------------------------------------------------------------------- /docs/hub/model-card-appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-card-appendix.md -------------------------------------------------------------------------------- /docs/hub/model-card-guidebook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-card-guidebook.md -------------------------------------------------------------------------------- /docs/hub/model-card-landscape-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-card-landscape-analysis.md -------------------------------------------------------------------------------- /docs/hub/model-cards-co2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-cards-co2.md -------------------------------------------------------------------------------- /docs/hub/model-cards-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-cards-components.md -------------------------------------------------------------------------------- /docs/hub/model-cards-user-studies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-cards-user-studies.md -------------------------------------------------------------------------------- /docs/hub/model-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-cards.md -------------------------------------------------------------------------------- /docs/hub/model-release-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/model-release-checklist.md -------------------------------------------------------------------------------- /docs/hub/models-adding-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-adding-libraries.md -------------------------------------------------------------------------------- /docs/hub/models-advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-advanced.md -------------------------------------------------------------------------------- /docs/hub/models-download-stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-download-stats.md -------------------------------------------------------------------------------- /docs/hub/models-downloading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-downloading.md -------------------------------------------------------------------------------- /docs/hub/models-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-faq.md -------------------------------------------------------------------------------- /docs/hub/models-gated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-gated.md -------------------------------------------------------------------------------- /docs/hub/models-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-inference.md -------------------------------------------------------------------------------- /docs/hub/models-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-libraries.md -------------------------------------------------------------------------------- /docs/hub/models-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-tasks.md -------------------------------------------------------------------------------- /docs/hub/models-the-hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-the-hub.md -------------------------------------------------------------------------------- /docs/hub/models-uploading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-uploading.md -------------------------------------------------------------------------------- /docs/hub/models-widgets-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-widgets-examples.md -------------------------------------------------------------------------------- /docs/hub/models-widgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models-widgets.md -------------------------------------------------------------------------------- /docs/hub/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/models.md -------------------------------------------------------------------------------- /docs/hub/moderation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/moderation.md -------------------------------------------------------------------------------- /docs/hub/notebooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/notebooks.md -------------------------------------------------------------------------------- /docs/hub/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/notifications.md -------------------------------------------------------------------------------- /docs/hub/oauth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/oauth.md -------------------------------------------------------------------------------- /docs/hub/ollama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/ollama.md -------------------------------------------------------------------------------- /docs/hub/open_clip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/open_clip.md -------------------------------------------------------------------------------- /docs/hub/organizations-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/organizations-cards.md -------------------------------------------------------------------------------- /docs/hub/organizations-managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/organizations-managing.md -------------------------------------------------------------------------------- /docs/hub/organizations-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/organizations-security.md -------------------------------------------------------------------------------- /docs/hub/organizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/organizations.md -------------------------------------------------------------------------------- /docs/hub/other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/other.md -------------------------------------------------------------------------------- /docs/hub/paddlenlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/paddlenlp.md -------------------------------------------------------------------------------- /docs/hub/paper-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/paper-pages.md -------------------------------------------------------------------------------- /docs/hub/peft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/peft.md -------------------------------------------------------------------------------- /docs/hub/pro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/pro.md -------------------------------------------------------------------------------- /docs/hub/rate-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/rate-limits.md -------------------------------------------------------------------------------- /docs/hub/repositories-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories-getting-started.md -------------------------------------------------------------------------------- /docs/hub/repositories-licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories-licenses.md -------------------------------------------------------------------------------- /docs/hub/repositories-next-steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories-next-steps.md -------------------------------------------------------------------------------- /docs/hub/repositories-pull-requests-discussions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories-pull-requests-discussions.md -------------------------------------------------------------------------------- /docs/hub/repositories-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories-settings.md -------------------------------------------------------------------------------- /docs/hub/repositories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/repositories.md -------------------------------------------------------------------------------- /docs/hub/rl-baselines3-zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/rl-baselines3-zoo.md -------------------------------------------------------------------------------- /docs/hub/sample-factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/sample-factory.md -------------------------------------------------------------------------------- /docs/hub/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/search.md -------------------------------------------------------------------------------- /docs/hub/security-2fa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-2fa.md -------------------------------------------------------------------------------- /docs/hub/security-git-ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-git-ssh.md -------------------------------------------------------------------------------- /docs/hub/security-gpg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-gpg.md -------------------------------------------------------------------------------- /docs/hub/security-jfrog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-jfrog.md -------------------------------------------------------------------------------- /docs/hub/security-malware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-malware.md -------------------------------------------------------------------------------- /docs/hub/security-pickle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-pickle.md -------------------------------------------------------------------------------- /docs/hub/security-protectai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-protectai.md -------------------------------------------------------------------------------- /docs/hub/security-resource-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-resource-groups.md -------------------------------------------------------------------------------- /docs/hub/security-secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-secrets.md -------------------------------------------------------------------------------- /docs/hub/security-sso-azure-oidc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-azure-oidc.md -------------------------------------------------------------------------------- /docs/hub/security-sso-azure-saml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-azure-saml.md -------------------------------------------------------------------------------- /docs/hub/security-sso-entra-id-scim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-entra-id-scim.md -------------------------------------------------------------------------------- /docs/hub/security-sso-google-oidc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-google-oidc.md -------------------------------------------------------------------------------- /docs/hub/security-sso-google-saml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-google-saml.md -------------------------------------------------------------------------------- /docs/hub/security-sso-okta-oidc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-okta-oidc.md -------------------------------------------------------------------------------- /docs/hub/security-sso-okta-saml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-okta-saml.md -------------------------------------------------------------------------------- /docs/hub/security-sso-okta-scim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso-okta-scim.md -------------------------------------------------------------------------------- /docs/hub/security-sso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-sso.md -------------------------------------------------------------------------------- /docs/hub/security-tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security-tokens.md -------------------------------------------------------------------------------- /docs/hub/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/security.md -------------------------------------------------------------------------------- /docs/hub/sentence-transformers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/sentence-transformers.md -------------------------------------------------------------------------------- /docs/hub/setfit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/setfit.md -------------------------------------------------------------------------------- /docs/hub/spaces-add-to-arxiv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-add-to-arxiv.md -------------------------------------------------------------------------------- /docs/hub/spaces-advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-advanced.md -------------------------------------------------------------------------------- /docs/hub/spaces-changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-changelog.md -------------------------------------------------------------------------------- /docs/hub/spaces-circleci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-circleci.md -------------------------------------------------------------------------------- /docs/hub/spaces-config-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-config-reference.md -------------------------------------------------------------------------------- /docs/hub/spaces-cookie-limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-cookie-limitations.md -------------------------------------------------------------------------------- /docs/hub/spaces-custom-domain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-custom-domain.md -------------------------------------------------------------------------------- /docs/hub/spaces-dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-dependencies.md -------------------------------------------------------------------------------- /docs/hub/spaces-dev-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-dev-mode.md -------------------------------------------------------------------------------- /docs/hub/spaces-embed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-embed.md -------------------------------------------------------------------------------- /docs/hub/spaces-featured.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-featured.md -------------------------------------------------------------------------------- /docs/hub/spaces-get-user-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-get-user-plan.md -------------------------------------------------------------------------------- /docs/hub/spaces-github-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-github-actions.md -------------------------------------------------------------------------------- /docs/hub/spaces-gpus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-gpus.md -------------------------------------------------------------------------------- /docs/hub/spaces-handle-url-parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-handle-url-parameters.md -------------------------------------------------------------------------------- /docs/hub/spaces-mcp-servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-mcp-servers.md -------------------------------------------------------------------------------- /docs/hub/spaces-more-ways-to-create.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-more-ways-to-create.md -------------------------------------------------------------------------------- /docs/hub/spaces-oauth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-oauth.md -------------------------------------------------------------------------------- /docs/hub/spaces-organization-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-organization-cards.md -------------------------------------------------------------------------------- /docs/hub/spaces-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-overview.md -------------------------------------------------------------------------------- /docs/hub/spaces-run-with-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-run-with-docker.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-aim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-aim.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-argilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-argilla.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-chatui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-chatui.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-dash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-dash.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-evidence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-evidence.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-examples.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-first-demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-first-demo.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-giskard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-giskard.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-jupyter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-jupyter.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-label-studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-label-studio.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-langfuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-langfuse.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-livebook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-livebook.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-marimo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-marimo.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-panel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-panel.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-shiny.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-shiny.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-tabby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-tabby.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker-zenml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker-zenml.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-docker.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-gradio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-gradio.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-python.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-static.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-static.md -------------------------------------------------------------------------------- /docs/hub/spaces-sdks-streamlit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-sdks-streamlit.md -------------------------------------------------------------------------------- /docs/hub/spaces-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-settings.md -------------------------------------------------------------------------------- /docs/hub/spaces-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-storage.md -------------------------------------------------------------------------------- /docs/hub/spaces-using-opencv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-using-opencv.md -------------------------------------------------------------------------------- /docs/hub/spaces-zerogpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces-zerogpu.md -------------------------------------------------------------------------------- /docs/hub/spaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spaces.md -------------------------------------------------------------------------------- /docs/hub/spacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/spacy.md -------------------------------------------------------------------------------- /docs/hub/span_marker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/span_marker.md -------------------------------------------------------------------------------- /docs/hub/speechbrain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/speechbrain.md -------------------------------------------------------------------------------- /docs/hub/stable-baselines3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/stable-baselines3.md -------------------------------------------------------------------------------- /docs/hub/stanza.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/stanza.md -------------------------------------------------------------------------------- /docs/hub/storage-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/storage-limits.md -------------------------------------------------------------------------------- /docs/hub/storage-regions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/storage-regions.md -------------------------------------------------------------------------------- /docs/hub/tensorboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/tensorboard.md -------------------------------------------------------------------------------- /docs/hub/tf-keras.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/tf-keras.md -------------------------------------------------------------------------------- /docs/hub/timm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/timm.md -------------------------------------------------------------------------------- /docs/hub/transformers-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/transformers-js.md -------------------------------------------------------------------------------- /docs/hub/transformers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/transformers.md -------------------------------------------------------------------------------- /docs/hub/unity-sentis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/unity-sentis.md -------------------------------------------------------------------------------- /docs/hub/webhooks-guide-auto-retrain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/webhooks-guide-auto-retrain.md -------------------------------------------------------------------------------- /docs/hub/webhooks-guide-discussion-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/webhooks-guide-discussion-bot.md -------------------------------------------------------------------------------- /docs/hub/webhooks-guide-metadata-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/webhooks-guide-metadata-review.md -------------------------------------------------------------------------------- /docs/hub/webhooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/webhooks.md -------------------------------------------------------------------------------- /docs/hub/xet/deduplication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/deduplication.md -------------------------------------------------------------------------------- /docs/hub/xet/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/index.md -------------------------------------------------------------------------------- /docs/hub/xet/legacy-git-lfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/legacy-git-lfs.md -------------------------------------------------------------------------------- /docs/hub/xet/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/overview.md -------------------------------------------------------------------------------- /docs/hub/xet/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/security.md -------------------------------------------------------------------------------- /docs/hub/xet/using-xet-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/hub/xet/using-xet-storage.md -------------------------------------------------------------------------------- /docs/inference-providers/_redirects.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/_redirects.yml -------------------------------------------------------------------------------- /docs/inference-providers/_toctree.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/_toctree.yml -------------------------------------------------------------------------------- /docs/inference-providers/guides/building-first-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/building-first-app.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/coding-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/coding-environment.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/evaluation-inspect-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/evaluation-inspect-ai.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/first-api-call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/first-api-call.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/function-calling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/function-calling.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/github-actions-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/github-actions-code-review.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/gpt-oss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/gpt-oss.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/image-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/image-editor.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/responses-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/responses-api.md -------------------------------------------------------------------------------- /docs/inference-providers/guides/structured-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/guides/structured-output.md -------------------------------------------------------------------------------- /docs/inference-providers/hub-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/hub-api.md -------------------------------------------------------------------------------- /docs/inference-providers/hub-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/hub-integration.md -------------------------------------------------------------------------------- /docs/inference-providers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/index.md -------------------------------------------------------------------------------- /docs/inference-providers/integrations/adding-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/integrations/adding-integration.md -------------------------------------------------------------------------------- /docs/inference-providers/integrations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/integrations/index.md -------------------------------------------------------------------------------- /docs/inference-providers/integrations/macwhisper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/integrations/macwhisper.md -------------------------------------------------------------------------------- /docs/inference-providers/integrations/opencode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/integrations/opencode.md -------------------------------------------------------------------------------- /docs/inference-providers/integrations/vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/integrations/vscode.md -------------------------------------------------------------------------------- /docs/inference-providers/pricing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/pricing.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/cerebras.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/cerebras.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/cohere.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/cohere.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/fal-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/fal-ai.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/featherless-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/featherless-ai.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/fireworks-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/fireworks-ai.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/groq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/groq.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/hf-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/hf-inference.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/hyperbolic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/hyperbolic.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/nebius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/nebius.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/novita.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/novita.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/nscale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/nscale.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/ovhcloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/ovhcloud.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/publicai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/publicai.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/replicate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/replicate.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/sambanova.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/sambanova.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/scaleway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/scaleway.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/together.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/together.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/wavespeed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/wavespeed.md -------------------------------------------------------------------------------- /docs/inference-providers/providers/zai-org.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/providers/zai-org.md -------------------------------------------------------------------------------- /docs/inference-providers/register-as-a-provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/register-as-a-provider.md -------------------------------------------------------------------------------- /docs/inference-providers/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/security.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/audio-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/audio-classification.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/automatic-speech-recognition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/automatic-speech-recognition.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/chat-completion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/chat-completion.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/feature-extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/feature-extraction.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/fill-mask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/fill-mask.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/image-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/image-classification.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/image-segmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/image-segmentation.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/image-text-to-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/image-text-to-text.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/image-to-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/image-to-image.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/index.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/object-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/object-detection.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/question-answering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/question-answering.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/summarization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/summarization.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/table-question-answering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/table-question-answering.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/text-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/text-classification.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/text-generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/text-generation.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/text-to-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/text-to-image.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/text-to-video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/text-to-video.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/token-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/token-classification.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/translation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/translation.md -------------------------------------------------------------------------------- /docs/inference-providers/tasks/zero-shot-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/inference-providers/tasks/zero-shot-classification.md -------------------------------------------------------------------------------- /docs/sagemaker/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/Makefile -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/deploy-embedding-models/assets/cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/deploy-embedding-models/assets/cw.png -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/deploy-embedding-models/sagemaker-notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/deploy-embedding-models/sagemaker-notebook.ipynb -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/deploy-llama-3-3-70b-inferentia2/sagemaker-notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/deploy-llama-3-3-70b-inferentia2/sagemaker-notebook.ipynb -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/evaluate-llm-lighteval/sagemaker-notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/evaluate-llm-lighteval/sagemaker-notebook.ipynb -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/assets/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/assets/requirements.txt -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/assets/run_mnr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/assets/run_mnr.py -------------------------------------------------------------------------------- /docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/sagemaker-notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/notebooks/sagemaker-sdk/fine-tune-embedding-models/sagemaker-notebook.ipynb -------------------------------------------------------------------------------- /docs/sagemaker/scripts/auto-generate-examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/scripts/auto-generate-examples.py -------------------------------------------------------------------------------- /docs/sagemaker/scripts/auto-update-toctree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/scripts/auto-update-toctree.py -------------------------------------------------------------------------------- /docs/sagemaker/source/.gitignore: -------------------------------------------------------------------------------- 1 | examples/ 2 | -------------------------------------------------------------------------------- /docs/sagemaker/source/_toctree.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/_toctree.yml -------------------------------------------------------------------------------- /docs/sagemaker/source/dlcs/available.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/dlcs/available.md -------------------------------------------------------------------------------- /docs/sagemaker/source/dlcs/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/dlcs/introduction.md -------------------------------------------------------------------------------- /docs/sagemaker/source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/index.md -------------------------------------------------------------------------------- /docs/sagemaker/source/reference/inference-toolkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/reference/inference-toolkit.md -------------------------------------------------------------------------------- /docs/sagemaker/source/reference/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/reference/resources.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/bedrock/bedrock-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/bedrock/bedrock-quickstart.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/compute-services/compute-services-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/compute-services/compute-services-quickstart.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/index.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/jumpstart/jumpstart-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/jumpstart/jumpstart-quickstart.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/sagemaker-sdk/deploy-sagemaker-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/sagemaker-sdk/deploy-sagemaker-sdk.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/sagemaker-sdk/sagemaker-sdk-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/sagemaker-sdk/sagemaker-sdk-quickstart.md -------------------------------------------------------------------------------- /docs/sagemaker/source/tutorials/sagemaker-sdk/training-sagemaker-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/sagemaker/source/tutorials/sagemaker-sdk/training-sagemaker-sdk.md -------------------------------------------------------------------------------- /docs/xet/_toctree.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/_toctree.yml -------------------------------------------------------------------------------- /docs/xet/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/api.md -------------------------------------------------------------------------------- /docs/xet/auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/auth.md -------------------------------------------------------------------------------- /docs/xet/chunking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/chunking.md -------------------------------------------------------------------------------- /docs/xet/deduplication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/deduplication.md -------------------------------------------------------------------------------- /docs/xet/download-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/download-protocol.md -------------------------------------------------------------------------------- /docs/xet/file-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/file-id.md -------------------------------------------------------------------------------- /docs/xet/file-reconstruction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/file-reconstruction.md -------------------------------------------------------------------------------- /docs/xet/hashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/hashing.md -------------------------------------------------------------------------------- /docs/xet/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/index.md -------------------------------------------------------------------------------- /docs/xet/shard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/shard.md -------------------------------------------------------------------------------- /docs/xet/upload-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/upload-protocol.md -------------------------------------------------------------------------------- /docs/xet/xorb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/docs/xet/xorb.md -------------------------------------------------------------------------------- /hacktoberfest_challenges/datasets_without_language.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/datasets_without_language.csv -------------------------------------------------------------------------------- /hacktoberfest_challenges/datasets_without_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/datasets_without_language.md -------------------------------------------------------------------------------- /hacktoberfest_challenges/model_license_other.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/model_license_other.csv -------------------------------------------------------------------------------- /hacktoberfest_challenges/model_license_other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/model_license_other.md -------------------------------------------------------------------------------- /hacktoberfest_challenges/model_no_license.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/model_no_license.csv -------------------------------------------------------------------------------- /hacktoberfest_challenges/model_no_license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/hacktoberfest_challenges/model_no_license.md -------------------------------------------------------------------------------- /modelcard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/modelcard.md -------------------------------------------------------------------------------- /scripts/inference-providers/.gitignore: -------------------------------------------------------------------------------- 1 | dist -------------------------------------------------------------------------------- /scripts/inference-providers/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/.prettierignore -------------------------------------------------------------------------------- /scripts/inference-providers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/README.md -------------------------------------------------------------------------------- /scripts/inference-providers/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/package.json -------------------------------------------------------------------------------- /scripts/inference-providers/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/pnpm-lock.yaml -------------------------------------------------------------------------------- /scripts/inference-providers/scripts/.gitignore: -------------------------------------------------------------------------------- 1 | *.js -------------------------------------------------------------------------------- /scripts/inference-providers/scripts/generate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/scripts/generate.ts -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/follow-us-button.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/follow-us-button.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/page-header.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/page-header.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/provider-header.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/provider-header.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/provider-logo.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/provider-logo.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/provider-tasks.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/provider-tasks.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/snippets-template.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/snippets-template.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/specs-headers.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/specs-headers.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/specs-output.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/specs-output.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/common/specs-payload.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/common/specs-payload.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/cerebras.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/cerebras.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/cohere.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/cohere.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/fal-ai.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/fal-ai.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/featherless-ai.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/featherless-ai.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/fireworks-ai.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/fireworks-ai.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/groq.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/groq.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/hf-inference.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/hf-inference.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/hyperbolic.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/hyperbolic.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/nebius.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/nebius.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/novita.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/novita.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/nscale.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/nscale.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/ovhcloud.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/ovhcloud.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/publicai.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/publicai.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/replicate.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/replicate.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/sambanova.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/sambanova.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/scaleway.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/scaleway.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/together.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/together.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/wavespeed.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/wavespeed.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/providers/zai-org.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/providers/zai-org.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/audio-classification.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/audio-classification.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/automatic-speech-recognition.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/automatic-speech-recognition.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/chat-completion.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/chat-completion.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/feature-extraction.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/feature-extraction.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/fill-mask.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/fill-mask.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/image-classification.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/image-classification.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/image-segmentation.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/image-segmentation.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/image-text-to-text.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/image-text-to-text.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/image-to-image.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/image-to-image.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/object-detection.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/object-detection.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/question-answering.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/question-answering.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/summarization.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/summarization.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/table-question-answering.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/table-question-answering.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/text-classification.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/text-classification.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/text-generation.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/text-generation.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/text-to-image.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/text-to-image.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/text-to-video.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/text-to-video.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/token-classification.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/token-classification.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/translation.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/translation.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/templates/task/zero-shot-classification.handlebars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/templates/task/zero-shot-classification.handlebars -------------------------------------------------------------------------------- /scripts/inference-providers/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huggingface/hub-docs/HEAD/scripts/inference-providers/tsconfig.json --------------------------------------------------------------------------------