Getting HFVlidationError trying to pull model
#40
by
uyiosa
- opened
I'm trying to use AutoTokenizer for this model -- AutoTokenizer.from_pretrained('mistralai/Mixtral-8x22B-Instruct-v0.1')
I get this error. I have transformers version 4.39.3. Python version 3.11.0.
File "/home/philip/miniconda3/envs/fst2/lib/python3.11/site-packages/transformers/utils/hub.py", line 398, in cached_file
resolved_file = hf_hub_download(
^^^^^^^^^^^^^^^^
File "/home/philip/miniconda3/envs/fst2/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn
validate_repo_id(arg_value)
File "/home/philip/miniconda3/envs/fst2/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 160, in validate_repo_id
raise HFValidationError(
huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: ''.
The above exception was the direct cause of the following exception:```