当前位置:   article > 正文

SecGPT 全球首个网络安全开源大模型且可以在CPU上运行的网络安全大模型_the attention mask and the pad token id were not s

the attention mask and the pad token id were not set. as a consequence, you

SecGPT 网络安全大模型

探索使用网络安全知识训练大模型,能达到怎样的能力边界。

SecGPT的愿景是将人工智能技术引入网络安全领域,以提高网络防御的效率和效果。其使命是推动网络安全智能化,为社会提供更安全的数字生活环境。

SecGPT可以作为基座安全模型,用于探索各种网络安全任务。以下是对SecGPT在网络安全任务中可能应用的进一步探讨

如何在CPU上运行

下载model

huggingface-cli.exe download --resume-download clouditera/secgpt-mini --local-dir d:/llm/secgpt-mini
  • 1

修改代码

如果不修改,则在推理LLM时报:The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's attention_mask to obtain reliable results. Setting pad_token_id to eos_token_id :151643 for open-end generation.
增加了如下2行:

  • attention_mask = torch.ones(input_ids.shape,dtype=torch.long,device=device)
  • attention_mask=attention_mask,
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/948069
推荐阅读
相关标签
  

闽ICP备14008679号