Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
151 |
]
|
152 |
|
153 |
# Run RAGAS evaluation
|
|
|
147 |
ResponseGroundedness(),
|
148 |
Faithfulness(),
|
149 |
AnswerAccuracy(),
|
150 |
+
FactualCorrectness(coverage="low", atomicity="low")
|
151 |
]
|
152 |
|
153 |
# Run RAGAS evaluation
|