Skip to content

Commit

Permalink
fix : solves incorrect value in
Browse files Browse the repository at this point in the history
  • Loading branch information
jucgonzalezes committed Aug 23, 2024
1 parent 8da231d commit 5150347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ragas/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def validate_column_dtypes(ds: Dataset):
EvaluationMode.ga: ["ground_truth", "answer"],
EvaluationMode.qga: ["question", "ground_truth", "answer"],
EvaluationMode.qcg: ["question", "contexts", "ground_truth"],
EvaluationMode.ca: ["contexts", "summary"],
EvaluationMode.ca: ["contexts", "answer"],
}


Expand Down

0 comments on commit 5150347

Please sign in to comment.