About 9,810,000 results
Open links in new tab
  1. huggingface hub - ImportError: cannot import name …

    Jan 21, 2025 · ImportError: cannot import name 'cached_download' from 'huggingface_hub' Asked 11 months ago Modified 9 months ago Viewed 24k times

  2. How to do Tokenizer Batch processing? - HuggingFace

    Jun 7, 2023 · 10 in the Tokenizer documentation from huggingface, the call fuction accepts List [List [str]] and says: text (str, List [str], List [List [str]], optional) — The sequence or batch of …

  3. How to download a model from huggingface? - Stack Overflow

    May 19, 2021 · How about using hf_hub_download from huggingface_hub library? hf_hub_download returns the local path where the model was downloaded so you could hook …

  4. Load a pre-trained model from disk with Huggingface Transformers

    Sep 22, 2020 · Load a pre-trained model from disk with Huggingface Transformers Asked 5 years, 3 months ago Modified 2 years, 7 months ago Viewed 291k times

  5. How to load a huggingface dataset from local path?

    Sep 1, 2023 · huggingface-cli download --repo-type dataset merve/vqav2-small --local-dir vqav2-small So, you can obviously observe the pattern how it is loaded from local. The data under …

  6. Huggingface: How do I find the max length of a model?

    Jun 24, 2023 · Given a transformer model on huggingface, how do I find the maximum input sequence length? For example, here I want to truncate to the max_length of the model: …

  7. Facing SSL Error with Huggingface pretrained models

    Mar 31, 2022 · huggingface.co now has a bad SSL certificate, your lib internally tries to verify it and fails. By adding the env variable, you basically disabled the SSL verification.

  8. How to change huggingface transformers default cache directory?

    Aug 8, 2020 · The default cache directory lacks disk capacity, I need to change the configuration of the default cache directory. How can I do that?

  9. How can I download a HuggingFace dataset via HuggingFace CLI …

    Apr 5, 2024 · I downloaded a dataset hosted on HuggingFace via the HuggingFace CLI as follows: pip install huggingface_hub [hf_transfer] huggingface-cli download …

  10. SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): …

    Jan 13, 2023 · Access the huggingface.co certificate by clicking on the icon beside the web address in your browser (screenshot below) > 'Connection is secure' > Certificate is valid (click …