Natooz commited on
Commit
b5abeb4
·
verified ·
1 Parent(s): 6a555d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - metric
9
  description: Expected Calibration Error (ECE)
10
  sdk: gradio
11
- sdk_version: 5.5.0
12
  app_file: app.py
13
  pinned: false
14
  ---
@@ -42,7 +42,7 @@ results = ece.compute(
42
  [0.55, 0.05, 0.40],
43
  [0.10, 0.30, 0.60],
44
  [0.90, 0.05, 0.05]]),
45
- predictions=np.array(),
46
  num_classes=3,
47
  n_bins=3,
48
  norm="l1",
 
8
  - metric
9
  description: Expected Calibration Error (ECE)
10
  sdk: gradio
11
+ sdk_version: 5.8.0
12
  app_file: app.py
13
  pinned: false
14
  ---
 
42
  [0.55, 0.05, 0.40],
43
  [0.10, 0.30, 0.60],
44
  [0.90, 0.05, 0.05]]),
45
+ predictions=np.array([0, 1, 2, 0]),
46
  num_classes=3,
47
  n_bins=3,
48
  norm="l1",