ariG23498 HF Staff commited on
Commit
983c04f
·
verified ·
1 Parent(s): 818b17a

Upload arcee-ai_AFM-4.5B_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. arcee-ai_AFM-4.5B_0.txt +95 -0
arcee-ai_AFM-4.5B_0.txt ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
3
+ response.raise_for_status()
4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^
5
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
6
+ raise HTTPError(http_error_msg, response=self)
7
+ requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json
8
+
9
+ The above exception was the direct cause of the following exception:
10
+
11
+ Traceback (most recent call last):
12
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/utils/hub.py", line 476, in cached_files
13
+ hf_hub_download(
14
+ ~~~~~~~~~~~~~~~^
15
+ path_or_repo_id,
16
+ ^^^^^^^^^^^^^^^^
17
+ ...<10 lines>...
18
+ local_files_only=local_files_only,
19
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
+ )
21
+ ^
22
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
23
+ return fn(*args, **kwargs)
24
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
25
+ return _hf_hub_download_to_cache_dir(
26
+ # Destination
27
+ ...<14 lines>...
28
+ force_download=force_download,
29
+ )
30
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1117, in _hf_hub_download_to_cache_dir
31
+ _raise_on_head_call_error(head_call_error, force_download, local_files_only)
32
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1658, in _raise_on_head_call_error
34
+ raise head_call_error
35
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error
36
+ metadata = get_hf_file_metadata(
37
+ url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
38
+ )
39
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
40
+ return fn(*args, **kwargs)
41
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata
42
+ r = _request_wrapper(
43
+ method="HEAD",
44
+ ...<5 lines>...
45
+ timeout=timeout,
46
+ )
47
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper
48
+ response = _request_wrapper(
49
+ method=method,
50
+ ...<2 lines>...
51
+ **params,
52
+ )
53
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper
54
+ hf_raise_for_status(response)
55
+ ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
56
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 426, in hf_raise_for_status
57
+ raise _format(GatedRepoError, message, response) from e
58
+ huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-6889aa4c-38aa0620671d00a01daf0072;4fdd05a7-aaa9-49cc-8946-f43b5bddde81)
59
+
60
+ Cannot access gated repo for url https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json.
61
+ Access to model arcee-ai/AFM-4.5B is restricted and you are not in the authorized list. Visit https://huggingface.co/arcee-ai/AFM-4.5B to ask for access.
62
+
63
+ The above exception was the direct cause of the following exception:
64
+
65
+ Traceback (most recent call last):
66
+ File "/tmp/arcee-ai_AFM-4.5B_08PXstI.py", line 13, in <module>
67
+ pipe = pipeline("text-generation", model="arcee-ai/AFM-4.5B")
68
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 909, in pipeline
69
+ config = AutoConfig.from_pretrained(
70
+ model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
71
+ )
72
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1244, in from_pretrained
73
+ config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
74
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/configuration_utils.py", line 649, in get_config_dict
76
+ config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
77
+ ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/configuration_utils.py", line 708, in _get_config_dict
79
+ resolved_config_file = cached_file(
80
+ pretrained_model_name_or_path,
81
+ ...<10 lines>...
82
+ _commit_hash=commit_hash,
83
+ )
84
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/utils/hub.py", line 318, in cached_file
85
+ file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
86
+ File "/tmp/.cache/uv/environments-v2/dd6553ac58e05628/lib/python3.13/site-packages/transformers/utils/hub.py", line 540, in cached_files
87
+ raise OSError(
88
+ ...<2 lines>...
89
+ ) from e
90
+ OSError: You are trying to access a gated repo.
91
+ Make sure to have access to it at https://huggingface.co/arcee-ai/AFM-4.5B.
92
+ 403 Client Error. (Request ID: Root=1-6889aa4c-38aa0620671d00a01daf0072;4fdd05a7-aaa9-49cc-8946-f43b5bddde81)
93
+
94
+ Cannot access gated repo for url https://huggingface.co/arcee-ai/AFM-4.5B/resolve/main/config.json.
95
+ Access to model arcee-ai/AFM-4.5B is restricted and you are not in the authorized list. Visit https://huggingface.co/arcee-ai/AFM-4.5B to ask for access.