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
If I remove the openai_key=None in factscore = FactScorer(model_name="retrieval+llama", data_dir="/kaggle/working/"), I have this error : AssertionError: Please place your OpenAI APT Key in api.key.
I would like to know if I need to have an OpenAI key for using FactScore even if my model is LLaMa as you can see on the first picture.
Thank you!
The text was updated successfully, but these errors were encountered:
samuel-LP
changed the title
problem to use the factscorer with LLaMa
problem to use the factscorer function with LLaMa
Jan 14, 2024
samuel-LP
changed the title
problem to use the factscorer function with LLaMa
problem using the factscorer function with LLaMa
Jan 14, 2024
Good morning,
I was trying to use the factscorer function.
With this code :
I received this message error :
If I remove the
openai_key=None
infactscore = FactScorer(model_name="retrieval+llama", data_dir="/kaggle/working/")
, I have this error :AssertionError: Please place your OpenAI APT Key in api.key.
I would like to know if I need to have an OpenAI key for using FactScore even if my model is LLaMa as you can see on the first picture.
Thank you!
The text was updated successfully, but these errors were encountered: