{"id": "3f046338-6a71-461d-bfd1-722189b41ac1", "dataset": "founders-1", "job_name": "label", "command": "ls-label \"founders-1\" \"points\" \"cluster-002\" \"\ud83e\udd17-mistralai___Mistral-7B-Instruct-v0.2\" 10 \"\" --max_tokens_per_sample=512 --max_tokens_total=8192", "status": "error", "last_update": "2025-01-06 14:57:18.954624", "progress": ["Loading environment variables from: /Users/jimmyzhang/Development/latent-scope/.env", "RUNNING: cluster-002-labels-002", "Loading model \ud83e\udd17-mistralai___Mistral-7B-Instruct-v0.2 (may take a while if first time downloading from HF)", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 304, in hf_raise_for_status", "response.raise_for_status()", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/requests/models.py\", line 1024, in raise_for_status", "raise HTTPError(http_error_msg, response=self)", "requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co./mistralai/Mistral-7B-Instruct-v0.2/resolve/main/config.json", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/hub.py\", line 403, in cached_file", "resolved_file = hf_hub_download(", "^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_deprecation.py\", line 101, in inner_f", "return f(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1240, in hf_hub_download", "return _hf_hub_download_to_cache_dir(", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1347, in _hf_hub_download_to_cache_dir", "_raise_on_head_call_error(head_call_error, force_download, local_files_only)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1855, in _raise_on_head_call_error", "raise head_call_error", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1752, in _get_metadata_or_catch_error", "metadata = get_hf_file_metadata(", "^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1674, in get_hf_file_metadata", "r = _request_wrapper(", "^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 376, in _request_wrapper", "response = _request_wrapper(", "^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 400, in _request_wrapper", "hf_raise_for_status(response)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 321, in hf_raise_for_status", "raise GatedRepoError(message, response) from e", "huggingface_hub.utils._errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-677c359e-107a7832248b3c9a3c7075ac;57f924c5-2028-44f5-849f-8cccb3daf74e)", "", "Cannot access gated repo for url https://huggingface.co./mistralai/Mistral-7B-Instruct-v0.2/resolve/main/config.json.", "Access to model mistralai/Mistral-7B-Instruct-v0.2 is restricted. You must have access to it and be authenticated to access it. Please log in.", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/bin/ls-label\", line 8, in ", "sys.exit(main())", "^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/label_clusters.py\", line 52, in main", "labeler(args.dataset_id, args.text_column, args.cluster_id, args.model_id, args.samples, args.context, args.rerun, args.max_tokens_per_sample, args.max_tokens_total)", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/label_clusters.py\", line 112, in labeler", "model.load_model()", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/models/providers/transformers.py\", line 42, in load_model", "self.model = self.outlines.models.transformers(self.name)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/outlines/models/transformers.py\", line 430, in transformers", "model = model_class.from_pretrained(model_name, **model_kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/models/auto/auto_factory.py\", line 526, in from_pretrained", "config, kwargs = AutoConfig.from_pretrained(", "^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/models/auto/configuration_auto.py\", line 1017, in from_pretrained", "config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/configuration_utils.py\", line 574, in get_config_dict", "config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/configuration_utils.py\", line 633, in _get_config_dict", "resolved_config_file = cached_file(", "^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/hub.py\", line 421, in cached_file", "raise EnvironmentError(", "OSError: You are trying to access a gated repo.", "Make sure to have access to it at https://huggingface.co./mistralai/Mistral-7B-Instruct-v0.2.", "401 Client Error. (Request ID: Root=1-677c359e-107a7832248b3c9a3c7075ac;57f924c5-2028-44f5-849f-8cccb3daf74e)", "", "Cannot access gated repo for url https://huggingface.co./mistralai/Mistral-7B-Instruct-v0.2/resolve/main/config.json.", "Access to model mistralai/Mistral-7B-Instruct-v0.2 is restricted. You must have access to it and be authenticated to access it. Please log in."], "times": ["2025-01-06 14:57:17.498486", "2025-01-06 14:57:17.543353", "2025-01-06 14:57:17.543576", "2025-01-06 14:57:18.938836", "2025-01-06 14:57:18.939122", "2025-01-06 14:57:18.939957", "2025-01-06 14:57:18.940152", "2025-01-06 14:57:18.940322", "2025-01-06 14:57:18.940511", "2025-01-06 14:57:18.940700", "2025-01-06 14:57:18.940829", "2025-01-06 14:57:18.940957", "2025-01-06 14:57:18.941092", "2025-01-06 14:57:18.941215", "2025-01-06 14:57:18.941341", "2025-01-06 14:57:18.941469", "2025-01-06 14:57:18.941590", "2025-01-06 14:57:18.941718", "2025-01-06 14:57:18.941838", "2025-01-06 14:57:18.941961", "2025-01-06 14:57:18.942099", "2025-01-06 14:57:18.942226", "2025-01-06 14:57:18.942351", "2025-01-06 14:57:18.942485", "2025-01-06 14:57:18.942614", "2025-01-06 14:57:18.942745", "2025-01-06 14:57:18.942878", "2025-01-06 14:57:18.943091", "2025-01-06 14:57:18.943227", "2025-01-06 14:57:18.943361", "2025-01-06 14:57:18.943499", "2025-01-06 14:57:18.943628", "2025-01-06 14:57:18.943761", "2025-01-06 14:57:18.943894", "2025-01-06 14:57:18.944035", "2025-01-06 14:57:18.944252", "2025-01-06 14:57:18.944464", "2025-01-06 14:57:18.944662", "2025-01-06 14:57:18.944860", "2025-01-06 14:57:18.945072", "2025-01-06 14:57:18.945272", "2025-01-06 14:57:18.945486", "2025-01-06 14:57:18.945705", "2025-01-06 14:57:18.945988", "2025-01-06 14:57:18.946223", "2025-01-06 14:57:18.946447", "2025-01-06 14:57:18.946647", "2025-01-06 14:57:18.946842", "2025-01-06 14:57:18.947068", "2025-01-06 14:57:18.947277", "2025-01-06 14:57:18.947478", "2025-01-06 14:57:18.947681", "2025-01-06 14:57:18.947960", "2025-01-06 14:57:18.948165", "2025-01-06 14:57:18.948392", "2025-01-06 14:57:18.948627", "2025-01-06 14:57:18.948849", "2025-01-06 14:57:18.949056", "2025-01-06 14:57:18.949257", "2025-01-06 14:57:18.949466", "2025-01-06 14:57:18.949646", "2025-01-06 14:57:18.949832", "2025-01-06 14:57:18.950012", "2025-01-06 14:57:18.950191", "2025-01-06 14:57:18.950381", "2025-01-06 14:57:18.950568", "2025-01-06 14:57:18.950752", "2025-01-06 14:57:18.950941", "2025-01-06 14:57:18.951135", "2025-01-06 14:57:18.951327", "2025-01-06 14:57:18.951518", "2025-01-06 14:57:18.951713", "2025-01-06 14:57:18.951928", "2025-01-06 14:57:18.952129", "2025-01-06 14:57:18.952332", "2025-01-06 14:57:18.952530", "2025-01-06 14:57:18.952738", "2025-01-06 14:57:18.953006", "2025-01-06 14:57:18.953216", "2025-01-06 14:57:18.953420", "2025-01-06 14:57:18.953625", "2025-01-06 14:57:18.953827", "2025-01-06 14:57:18.954024", "2025-01-06 14:57:18.954222", "2025-01-06 14:57:18.954422", "2025-01-06 14:57:18.954622"], "run_id": "cluster-002-labels-002"}