求助!用hanlp.load加载本地模型,提示报错不存在meta.json,是模型里面本来就没有吗

Loading tokenizer from: /jupyter/workspace/models/fine_electra_small_20220615_231803
Loading NER model from: /jupyter/workspace/models/msra_ner_electra_small_20220215_205503
Directory: /jupyter/workspace/models/fine_electra_small_20220615_231803
Files:

  • vocabs.json
  • config.json
  • test.log
  • model.pt
  • train.log
    Subdirectories:
  • .ipynb_checkpoints
    Directory: /jupyter/workspace/models/fine_electra_small_20220615_231803/.ipynb_checkpoints
    Files:
  • config-checkpoint.json
  • vocabs-checkpoint.json
    Subdirectories:
    Missing required files in /jupyter/workspace/models/fine_electra_small_20220615_231803:
  • meta.json
    Traceback (most recent call last):
    File “tok_ner-Copy1.py”, line 55, in
    raise FileNotFoundError(f"Invalid path for tokenizer: {tok_path}")
    FileNotFoundError: Invalid path for tokenizer: /jupyter/workspace/models/fine_electra_small_20220615_231803