|
{"id": "939f5a61-b9e1-4fbe-9931-5740ba9241a9", "dataset": "founders-1", "job_name": "label", "command": "ls-label \"founders-1\" \"points\" \"cluster-002\" \"\ud83e\udd17-meta-llama___Llama-3.1-8B-Instruct\" 10 \"\" --max_tokens_per_sample=512 --max_tokens_total=8192 --rerun cluster-002-labels-002 --rerun cluster-002-labels-002", "status": "error", "last_update": "2025-01-06 14:56:28.820522", "progress": ["Loading environment variables from: /Users/jimmyzhang/Development/latent-scope/.env", "First unlabeled row: 0", "RUNNING: cluster-002-labels-002", "Loading model \ud83e\udd17-meta-llama___Llama-3.1-8B-Instruct (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./meta-llama/Llama-3.1-8B-Instruct/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-677c356c-0bfa82f71e601fb259714c98;2ae2d16b-61ec-4856-9ee8-079cae11a6cb)", "", "Cannot access gated repo for url https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct/resolve/main/config.json.", "Access to model meta-llama/Llama-3.1-8B-Instruct 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 <module>", "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./meta-llama/Llama-3.1-8B-Instruct.", "401 Client Error. (Request ID: Root=1-677c356c-0bfa82f71e601fb259714c98;2ae2d16b-61ec-4856-9ee8-079cae11a6cb)", "", "Cannot access gated repo for url https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct/resolve/main/config.json.", "Access to model meta-llama/Llama-3.1-8B-Instruct is restricted. You must have access to it and be authenticated to access it. Please log in."], "times": ["2025-01-06 14:56:26.829535", "2025-01-06 14:56:26.864205", "2025-01-06 14:56:26.864638", "2025-01-06 14:56:26.864745", "2025-01-06 14:56:28.801763", "2025-01-06 14:56:28.802691", "2025-01-06 14:56:28.803346", "2025-01-06 14:56:28.803903", "2025-01-06 14:56:28.804364", "2025-01-06 14:56:28.804758", "2025-01-06 14:56:28.805318", "2025-01-06 14:56:28.805870", "2025-01-06 14:56:28.806078", "2025-01-06 14:56:28.806265", "2025-01-06 14:56:28.806456", "2025-01-06 14:56:28.806678", "2025-01-06 14:56:28.806880", "2025-01-06 14:56:28.807041", "2025-01-06 14:56:28.807460", "2025-01-06 14:56:28.807622", "2025-01-06 14:56:28.807778", "2025-01-06 14:56:28.807927", "2025-01-06 14:56:28.808075", "2025-01-06 14:56:28.808216", "2025-01-06 14:56:28.808365", "2025-01-06 14:56:28.808511", "2025-01-06 14:56:28.808657", "2025-01-06 14:56:28.808802", "2025-01-06 14:56:28.808955", "2025-01-06 14:56:28.809100", "2025-01-06 14:56:28.809246", "2025-01-06 14:56:28.809377", "2025-01-06 14:56:28.809504", "2025-01-06 14:56:28.809632", "2025-01-06 14:56:28.809835", "2025-01-06 14:56:28.810026", "2025-01-06 14:56:28.810219", "2025-01-06 14:56:28.810411", "2025-01-06 14:56:28.810620", "2025-01-06 14:56:28.810813", "2025-01-06 14:56:28.811012", "2025-01-06 14:56:28.811204", "2025-01-06 14:56:28.811394", "2025-01-06 14:56:28.811665", "2025-01-06 14:56:28.811870", "2025-01-06 14:56:28.812064", "2025-01-06 14:56:28.812260", "2025-01-06 14:56:28.812463", "2025-01-06 14:56:28.812662", "2025-01-06 14:56:28.812860", "2025-01-06 14:56:28.813052", "2025-01-06 14:56:28.813248", "2025-01-06 14:56:28.813449", "2025-01-06 14:56:28.813648", "2025-01-06 14:56:28.813848", "2025-01-06 14:56:28.814059", "2025-01-06 14:56:28.814264", "2025-01-06 14:56:28.814468", "2025-01-06 14:56:28.814675", "2025-01-06 14:56:28.814876", "2025-01-06 14:56:28.815080", "2025-01-06 14:56:28.815289", "2025-01-06 14:56:28.815500", "2025-01-06 14:56:28.815702", "2025-01-06 14:56:28.815916", "2025-01-06 14:56:28.816148", "2025-01-06 14:56:28.816400", "2025-01-06 14:56:28.816635", "2025-01-06 14:56:28.816923", "2025-01-06 14:56:28.817122", "2025-01-06 14:56:28.817304", "2025-01-06 14:56:28.817484", "2025-01-06 14:56:28.817697", "2025-01-06 14:56:28.817912", "2025-01-06 14:56:28.818110", "2025-01-06 14:56:28.818309", "2025-01-06 14:56:28.818511", "2025-01-06 14:56:28.818707", "2025-01-06 14:56:28.818902", "2025-01-06 14:56:28.819105", "2025-01-06 14:56:28.819299", "2025-01-06 14:56:28.819518", "2025-01-06 14:56:28.819721", "2025-01-06 14:56:28.819916", "2025-01-06 14:56:28.820116", "2025-01-06 14:56:28.820318", "2025-01-06 14:56:28.820521"], "run_id": "cluster-002-labels-002"} |