vamseelatha2002 commited on
Commit
a19974c
·
verified ·
1 Parent(s): db18d72

Update evaluation.py

Browse files
Files changed (1) hide show
  1. 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()