You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
把generator改成远程gpt的模型后,进行baseline测试时,replug和ircot发生了不同类型的报错
replug报错 OSError: gpt-4o-mini is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with huggingface-cliloginor by passingtoken=<your_token> ircot报错flashrag/prompt/base_prompt.py", line 57, in truncate_prompt
assert isinstance(prompt, list)
AssertionError
`
数据集用的都是hotpotqa,不太清楚怎么解决(其余一些方法可以跑通)
The text was updated successfully, but these errors were encountered:
把generator改成远程gpt的模型后,进行baseline测试时,replug和ircot发生了不同类型的报错
replug报错
OSError: gpt-4o-mini is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with
huggingface-cliloginor by passing
token=<your_token>ircot报错
flashrag/prompt/base_prompt.py", line 57, in truncate_promptassert isinstance(prompt, list)
AssertionError
`
数据集用的都是hotpotqa,不太清楚怎么解决(其余一些方法可以跑通)
The text was updated successfully, but these errors were encountered: