FranciscoAlves00

Results 2 comments of FranciscoAlves00

from ragas.metrics import ( answer_relevancy, faithfulness, context_recall, context_precision, answer_correctness, context_relevancy ) from ragas import evaluate from langchain.chat_models import ChatOpenAI from datasets import load_dataset amnesty_qa = load_dataset("explodinggradients/amnesty_qa", "english_v2") amnesty_qa gpt4 =...

I would like to add it works better with the gpt-4 simple model and works almost perfectly with the gpt-3.5 models. But I need to run the evaluation with the...