55 lines
3.9 KiB
Plaintext
55 lines
3.9 KiB
Plaintext
train=85180 val=1738
|
||
|
||
Loading weights: 0%| | 0/199 [00:00<?, ?it/s]
|
||
Loading weights: 100%|██████████| 199/199 [00:00<00:00, 42105.96it/s]
|
||
[1mBertModel LOAD REPORT[0m from: hfl/chinese-bert-wwm-ext
|
||
Key | Status | |
|
||
-------------------------------------------+------------+--+-
|
||
cls.seq_relationship.bias | UNEXPECTED | |
|
||
cls.predictions.transform.LayerNorm.bias | UNEXPECTED | |
|
||
cls.predictions.bias | UNEXPECTED | |
|
||
cls.predictions.transform.dense.bias | UNEXPECTED | |
|
||
cls.predictions.transform.dense.weight | UNEXPECTED | |
|
||
cls.seq_relationship.weight | UNEXPECTED | |
|
||
cls.predictions.decoder.weight | UNEXPECTED | |
|
||
cls.predictions.transform.LayerNorm.weight | UNEXPECTED | |
|
||
|
||
Notes:
|
||
- UNEXPECTED: can be ignored when loading from different task/architecture; not ok if you expect identical arch.
|
||
Exception in thread Thread-auto_conversion:
|
||
Traceback (most recent call last):
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 761, in hf_raise_for_status
|
||
response.raise_for_status()
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/httpx/_models.py", line 829, in raise_for_status
|
||
raise HTTPStatusError(message, request=request, response=self)
|
||
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://huggingface.co/api/models/hfl/chinese-bert-wwm-ext/discussions?p=0'
|
||
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
|
||
|
||
The above exception was the direct cause of the following exception:
|
||
|
||
Traceback (most recent call last):
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
|
||
self.run()
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/threading.py", line 982, in run
|
||
self._target(*self._args, **self._kwargs)
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 117, in auto_conversion
|
||
raise e
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 96, in auto_conversion
|
||
sha = get_conversion_pr_reference(api, pretrained_model_name_or_path, **cached_file_kwargs)
|
||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 69, in get_conversion_pr_reference
|
||
pr = previous_pr(api, model_id, pr_title, token=token)
|
||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/transformers/safetensors_conversion.py", line 14, in previous_pr
|
||
for discussion in get_repo_discussions(repo_id=model_id, token=token):
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 6949, in get_repo_discussions
|
||
discussions, has_next = _fetch_discussion_page(page_index=page_index)
|
||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 6938, in _fetch_discussion_page
|
||
hf_raise_for_status(resp)
|
||
File "/home/grtsinry43/.conda/envs/nlp-exp/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 849, in hf_raise_for_status
|
||
raise _format(HfHubHTTPError, message, response) from e
|
||
huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-69e66348-038e57a352b76902655292cb;7091e990-eb43-487d-900e-ca182e86423e)
|
||
|
||
403 Forbidden: Discussions are disabled for this repo.
|
||
Cannot access content at: https://huggingface.co/api/models/hfl/chinese-bert-wwm-ext/discussions?p=0.
|
||
Make sure your token has the correct permissions.
|