模型无法加载

运行语句:HanLP = hanlp.load(hanlp.pretrained.mtl.CLOSE_TOK_POS_NER_SRL_DEP_SDP_CON_ELECTRA_SMALL_ZH)时发生如下错误
================================ERROR LOG BEGINS================================
Traceback (most recent call last):
File “/opt/conda/lib/python3.7/tarfile.py”, line 187, in nti
n = int(s.strip() or “0”, 8)
ValueError: invalid literal for int() with base 8: ‘uild_ten’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/opt/conda/lib/python3.7/tarfile.py”, line 2289, in next
tarinfo = self.tarinfo.fromtarfile(self)
File “/opt/conda/lib/python3.7/tarfile.py”, line 1095, in fromtarfile
obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors)
File “/opt/conda/lib/python3.7/tarfile.py”, line 1037, in frombuf
chksum = nti(buf[148:156])
File “/opt/conda/lib/python3.7/tarfile.py”, line 189, in nti
raise InvalidHeaderError(“invalid header”)
tarfile.InvalidHeaderError: invalid header

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/opt/conda/lib/python3.7/site-packages/torch/serialization.py”, line 595, in _load
return legacy_load(f)
File “/opt/conda/lib/python3.7/site-packages/torch/serialization.py”, line 506, in legacy_load
with closing(tarfile.open(fileobj=f, mode=‘r:’, format=tarfile.PAX_FORMAT)) as tar,
File “/opt/conda/lib/python3.7/tarfile.py”, line 1591, in open
return func(name, filemode, fileobj, **kwargs)
File “/opt/conda/lib/python3.7/tarfile.py”, line 1621, in taropen
return cls(name, mode, fileobj, **kwargs)
File “/opt/conda/lib/python3.7/tarfile.py”, line 1484, in init
self.firstmember = self.next()
File “/opt/conda/lib/python3.7/tarfile.py”, line 2301, in next
raise ReadError(str(e))
tarfile.ReadError: invalid header

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/opt/conda/lib/python3.7/site-packages/hanlp/utils/component_util.py”, line 81, in load_from_meta_file
obj.load(save_dir, verbose=verbose, **kwargs)
File “/opt/conda/lib/python3.7/site-packages/hanlp/common/torch_component.py”, line 182, in load
self.load_weights(save_dir, **kwargs)
File “/opt/conda/lib/python3.7/site-packages/hanlp/common/torch_component.py”, line 100, in load_weights
self.model_.load_state_dict(torch.load(filename, map_location=‘cpu’), strict=False)
File “/opt/conda/lib/python3.7/site-packages/torch/serialization.py”, line 426, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File “/opt/conda/lib/python3.7/site-packages/torch/serialization.py”, line 599, in _load
raise RuntimeError("{} is a zip archive (did you mean to use torch.jit.load()?)".format(f.name))
RuntimeError: /home/oppoer/.hanlp/mtl/close_tok_pos_ner_srl_dep_sdp_con_electra_base_20210111_124519/model.pt is a zip archive (did you mean to use torch.jit.load()?)
=================================ERROR LOG ENDS=================================