aquibmoin commited on
Commit
10d64ed
·
verified ·
1 Parent(s): 446c9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def evaluate_scdd(ai_scdd_file, human_scdd_file, user_input):
147
  ResponseGroundedness(),
148
  Faithfulness(),
149
  AnswerAccuracy(),
150
- FactualCorrectness(coverage="high", atomicity="high")
151
  ]
152
 
153
  # Run RAGAS evaluation
 
147
  ResponseGroundedness(),
148
  Faithfulness(),
149
  AnswerAccuracy(),
150
+ FactualCorrectness(coverage="low", atomicity="low")
151
  ]
152
 
153
  # Run RAGAS evaluation