Spaces:
Sleeping
Sleeping
Update evaluation.py
Browse files- evaluation.py +1 -0
evaluation.py
CHANGED
@@ -10,6 +10,7 @@ global ground_truth_answer, ground_truth_metrics
|
|
10 |
|
11 |
ground_truth_answer = ''
|
12 |
ground_truth_metrics = {}
|
|
|
13 |
|
14 |
# def calculate_metrics(question, response, docs, time_taken):
|
15 |
# data = load_ragbench()
|
|
|
10 |
|
11 |
ground_truth_answer = ''
|
12 |
ground_truth_metrics = {}
|
13 |
+
rmse_scores = {}
|
14 |
|
15 |
# def calculate_metrics(question, response, docs, time_taken):
|
16 |
# data = load_ragbench()
|