|
{"id": "9555fef9-496b-4d11-9f59-bdfed9ebcd43", "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", "status": "error", "last_update": "2025-01-06 14:54:00.053483", "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-677c34d8-3c00b344446eeda353239800;b998c737-ba58-415a-b800-135427c53ded)", "", "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-677c34d8-3c00b344446eeda353239800;b998c737-ba58-415a-b800-135427c53ded)", "", "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:53:58.081989", "2025-01-06 14:53:58.119427", "2025-01-06 14:53:58.120010", "2025-01-06 14:53:58.120178", "2025-01-06 14:54:00.016692", "2025-01-06 14:54:00.017875", "2025-01-06 14:54:00.018965", "2025-01-06 14:54:00.019785", "2025-01-06 14:54:00.022815", "2025-01-06 14:54:00.024455", "2025-01-06 14:54:00.026396", "2025-01-06 14:54:00.027702", "2025-01-06 14:54:00.028694", "2025-01-06 14:54:00.029411", "2025-01-06 14:54:00.030111", "2025-01-06 14:54:00.030700", "2025-01-06 14:54:00.031216", "2025-01-06 14:54:00.031719", "2025-01-06 14:54:00.032333", "2025-01-06 14:54:00.032875", "2025-01-06 14:54:00.033418", "2025-01-06 14:54:00.034026", "2025-01-06 14:54:00.034708", "2025-01-06 14:54:00.035632", "2025-01-06 14:54:00.036525", "2025-01-06 14:54:00.037083", "2025-01-06 14:54:00.037585", "2025-01-06 14:54:00.038135", "2025-01-06 14:54:00.038631", "2025-01-06 14:54:00.039685", "2025-01-06 14:54:00.040264", "2025-01-06 14:54:00.040690", "2025-01-06 14:54:00.040943", "2025-01-06 14:54:00.041129", "2025-01-06 14:54:00.041330", "2025-01-06 14:54:00.041729", "2025-01-06 14:54:00.042002", "2025-01-06 14:54:00.042248", "2025-01-06 14:54:00.042495", "2025-01-06 14:54:00.042722", "2025-01-06 14:54:00.042965", "2025-01-06 14:54:00.043192", "2025-01-06 14:54:00.043424", "2025-01-06 14:54:00.043654", "2025-01-06 14:54:00.043885", "2025-01-06 14:54:00.044105", "2025-01-06 14:54:00.044306", "2025-01-06 14:54:00.044502", "2025-01-06 14:54:00.044702", "2025-01-06 14:54:00.044898", "2025-01-06 14:54:00.045098", "2025-01-06 14:54:00.045302", "2025-01-06 14:54:00.045501", "2025-01-06 14:54:00.045698", "2025-01-06 14:54:00.045912", "2025-01-06 14:54:00.046127", "2025-01-06 14:54:00.046330", "2025-01-06 14:54:00.046532", "2025-01-06 14:54:00.046737", "2025-01-06 14:54:00.046940", "2025-01-06 14:54:00.047242", "2025-01-06 14:54:00.047489", "2025-01-06 14:54:00.047733", "2025-01-06 14:54:00.047947", "2025-01-06 14:54:00.048158", "2025-01-06 14:54:00.048377", "2025-01-06 14:54:00.048587", "2025-01-06 14:54:00.048799", "2025-01-06 14:54:00.049006", "2025-01-06 14:54:00.049220", "2025-01-06 14:54:00.049431", "2025-01-06 14:54:00.049639", "2025-01-06 14:54:00.049869", "2025-01-06 14:54:00.050097", "2025-01-06 14:54:00.050318", "2025-01-06 14:54:00.050539", "2025-01-06 14:54:00.050755", "2025-01-06 14:54:00.051183", "2025-01-06 14:54:00.051558", "2025-01-06 14:54:00.052069", "2025-01-06 14:54:00.052267", "2025-01-06 14:54:00.052463", "2025-01-06 14:54:00.052653", "2025-01-06 14:54:00.052839", "2025-01-06 14:54:00.053025", "2025-01-06 14:54:00.053282", "2025-01-06 14:54:00.053480"], "run_id": "cluster-002-labels-002"} |