huangxuyh

Results 6 comments of huangxuyh

Your modifications are excellent, and I have implemented them accordingly. However, I encountered some issues during the evaluation. Could you please share the specific code you used for the evaluation?

> > 您的修改非常好,我已经按照您的修改实施了。但是在评估过程中,我遇到了一些问题。您能分享一下评估时使用的具体代码吗? > > 抱歉,出现了什么问题?除了 之外,我没有修改任何其他代码`src/ragas/testset/prompts.py`。 > > 说实话,我目前正在使用`pip`带有英文提示的安装版 ragas,因为开发版本似乎出现了更多意外错误。 I followed your translation and found that it seems the prompt from prompts.py was not used; instead, only some...

I've encountered the same issue. It would be greatly appreciated if the author could look into it. Thank you so much!

> @huangxuyh which model are you using? I am using the QWen2 7B Instrct model, and I have wrapped it with the vLL framework to create an OpenAI-compatible interface. ```python...