Commit ·
74311df
1
Parent(s): 02ae612
Update README: Add model card metadata, ImageNet-1k metrics, and LiteRT usage example
Browse files
README.md
CHANGED
|
@@ -9,23 +9,23 @@ tags:
|
|
| 9 |
datasets:
|
| 10 |
- imagenet-1k
|
| 11 |
model-index:
|
| 12 |
-
- name: litert-community/MobileNet-v3-small
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
---
|
| 30 |
|
| 31 |
# MobileNet V3 Small
|
|
|
|
| 9 |
datasets:
|
| 10 |
- imagenet-1k
|
| 11 |
model-index:
|
| 12 |
+
- name: litert-community/MobileNet-v3-small
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
type: image-classification
|
| 16 |
+
name: Image Classification
|
| 17 |
+
dataset:
|
| 18 |
+
name: ImageNet-1k
|
| 19 |
+
type: imagenet-1k
|
| 20 |
+
config: default
|
| 21 |
+
split: validation
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Top 1 Accuracy (Full Precision)
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.6762
|
| 26 |
+
- name: Top 5 Accuracy (Full Precision)
|
| 27 |
+
type: accuracy
|
| 28 |
+
value: 0.8740
|
| 29 |
---
|
| 30 |
|
| 31 |
# MobileNet V3 Small
|