hub-docs icon indicating copy to clipboard operation
hub-docs copied to clipboard

Docs of the Hugging Face Hub

Results 154 hub-docs issues
Sort by recently updated
recently updated
newest added

**This repository is focused on the Hub experience and documentation. If you're facing an issue with a specific library, please open an issue in the corresponding GitHub repo. If you're...

**Doc request** In https://huggingface.co/docs/optimum/en/concept_guides/quantization, is it supposed to be "`float16`, accumulation data type `float32`" instead of "`float16`, accumulation data type `float16`" ? ![image](https://github.com/user-attachments/assets/2ec06535-8e00-45e3-8bde-b5b8a904801b) I can open a PR if that's...

**Bug description.** Spaces [configuration](https://huggingface.co/docs/hub/spaces-config-reference) supports the field `preload_from_hub` according to the documentation. The contents of this field get passed to `huggingface-cli download`, which defaults to `repo-type="model"`. It appears there is...

**Bug description.** Inference example outputs are not shown for my model here: https://huggingface.co/SPRINGLab/F5-Hindi-24KHz Instead, I receive this error message: ![image](https://github.com/user-attachments/assets/a2c02b81-4627-4cfd-ae0d-189a2f6f71a9) **Describe the expected behaviour** Example outputs should be displayed properly....

**Bug description.** Here, https://huggingface.co/learn/nlp-course/chapter2/3, it mentioned "the cache folder, which defaults to `~/.cache/huggingface/transformers`" which is not the case for me. I use `MacOs Sequoia 15.0.1` and the path is `~/.cache/huggingface/hub/`....

Currently only twitter is supported, but I think it'd be cool to add other options, notably mastodon or bluesky.

**Bug description.** When using the API with a token I get the following error: "{"error":"Model is not for all audiences"}" Is this a setting I need to change on HF,...

**Bug description.** 1. Go to https://huggingface.co/docs/transformers/index 2. Click the input field on the left side, where it says "Search documentation" 3. Enter a "ConfidenceCriteria" 4. No result found! **Describe the...

Fixing the error: unexpected keyword argument **target_size** ``` { "inputs": "", "parameters": { "width": 1080, "height": 1352 } } ```

**Bug description.** When trying to pull a specific quantization tag for a model through Ollama I was getting the following error: `The specified tag is not a valid quantization scheme.`...