Shawn-IEITSystems / Yuan-1.0

Yuan 1.0 Large pretrained LM
591 stars 117 forks source link

dialog模型Example最大数量的问题 #45

Open XingYuan55 opened 1 year ago

XingYuan55 commented 1 year ago

当我为Yuan添加Example时,只能添加30个,如果添加了多于30个的模型,将会报错。 我训练了一些语料,还有其他方式可以让这些例子添加到Yuan模型内吗?当我以正确的格式添加我的语料时,由于数量较多,就会发生错误。 发生的错误:json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 问题是由response = yuan.submit_API(prompt=prompt, trun="”")递交给

File "inspurai.py", line 164, in submit_API
    res = self.response(query,engine=self.engine,

再调用

 File "inspurai.py", line 145, in response
    response_text = reply_request(requestId)

时产生的(没错这是错误报告

lifengss commented 1 year ago

目前开源的API模型可接受的输入+输出最长不超过1024,超过这个长度模型无法处理,会报错。