Open
Description
当我为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)
时产生的(没错这是错误报告
Metadata
Metadata
Assignees
Labels
No labels
Activity