Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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:
|
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).
|