Aye10032 commited on
Commit
2a8d9c7
Β·
verified Β·
1 Parent(s): 5453f99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: Top5 Error Rate
3
- emoji: πŸ‘
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 3.19.1
8
  app_file: app.py
9
  pinned: false
10
  tags:
@@ -22,4 +22,4 @@ or equivalently:
22
  Top-5 Error Rate = (Number of incorrect top-5 predictions) / (Total number of cases processed)
23
  Where:
24
  - Top-5 Accuracy: The proportion of cases where the true label is among the model's top 5 predicted classes.
25
- - Incorrect top-5 prediction: The true label is not in the top 5 predicted classes (ranked by probability).
 
1
  ---
2
  title: Top5 Error Rate
3
+ emoji: πŸ“ˆ
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.24.0
8
  app_file: app.py
9
  pinned: false
10
  tags:
 
22
  Top-5 Error Rate = (Number of incorrect top-5 predictions) / (Total number of cases processed)
23
  Where:
24
  - Top-5 Accuracy: The proportion of cases where the true label is among the model's top 5 predicted classes.
25
+ - Incorrect top-5 prediction: The true label is not in the top 5 predicted classes (ranked by probability).