OUAREDAEK commited on
Commit
b306891
·
verified ·
1 Parent(s): 9b807a2

Upload data/calibration.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. data/calibration.json +29 -0
data/calibration.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metrics": {
3
+ "AR": {
4
+ "min": 0,
5
+ "max": 5,
6
+ "weight": 1
7
+ },
8
+ "AE": {
9
+ "min": 0,
10
+ "max": 5,
11
+ "weight": 1
12
+ },
13
+ "ESR": {
14
+ "min": 0,
15
+ "max": 5,
16
+ "weight": 1
17
+ },
18
+ "SDM": {
19
+ "min": 0,
20
+ "max": 5,
21
+ "weight": 1
22
+ },
23
+ "SM": {
24
+ "min": 0,
25
+ "max": 5,
26
+ "weight": 1
27
+ }
28
+ }
29
+ }