hichem-abdellali commited on
Commit
062331a
·
verified ·
1 Parent(s): cb6185c

Update ref-metrics.py

Browse files
Files changed (1) hide show
  1. ref-metrics.py +1 -1
ref-metrics.py CHANGED
@@ -159,7 +159,7 @@ class UserFriendlyMetrics(evaluate.Metric):
159
  }
160
 
161
  # Initialize output structure
162
- dummy_output = {"model_1": {"overall": {}, "per_sequence": {"sequence_1": {},"sequence_1": {}}}}
163
 
164
  # Populate only the ranges specified in area_ranges_tuples with random values
165
  for area_name in area_names:
 
159
  }
160
 
161
  # Initialize output structure
162
+ dummy_output = {"model_1": {"overall": {}, "per_sequence": {"sequence_1": {},"sequence_2": {}}}}
163
 
164
  # Populate only the ranges specified in area_ranges_tuples with random values
165
  for area_name in area_names: