Spaces:
Sleeping
Sleeping
Update evaluation.py
Browse files- evaluation.py +1 -1
evaluation.py
CHANGED
@@ -6,7 +6,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
6 |
|
7 |
from data_processing import load_query_dataset
|
8 |
|
9 |
-
global ground_truth_answer, ground_truth_metrics
|
10 |
|
11 |
ground_truth_answer = ''
|
12 |
ground_truth_metrics = {}
|
|
|
6 |
|
7 |
from data_processing import load_query_dataset
|
8 |
|
9 |
+
global ground_truth_answer, ground_truth_metrics,rmse_scores
|
10 |
|
11 |
ground_truth_answer = ''
|
12 |
ground_truth_metrics = {}
|