Open 5zjk5 opened 7 months ago
def gpt_model(self, texts=None): if texts is None: texts = ['今天新情很好', '你找到你最喜欢的工作,我也很高心。'] m = GptCorrector("../model/chatglm3-6b-csc-chinese-lora") res = m.correct_batch(texts) print('MacBert4CSC模型', texts, '=>', res) return res[0]['target']
使用 gpt 模型报错少了 config 文件,下载链接中也没有 config https://huggingface.co/shibing624/chatglm3-6b-csc-chinese-lora/tree/main
看下usage: https://huggingface.co/shibing624/chatglm3-6b-csc-chinese-lora#usage-huggingface-transformers
感谢作者
使用 gpt 模型报错少了 config 文件,下载链接中也没有 config https://huggingface.co/shibing624/chatglm3-6b-csc-chinese-lora/tree/main