Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: generic
|
| 3 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- pytorch
|
| 6 |
- vision
|
| 7 |
-
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
|
|
|
| 1 |
---
|
| 2 |
library_name: generic
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
+
base_model: mobilenet_v2
|
| 5 |
+
language: pyt
|
| 6 |
tags:
|
| 7 |
- pytorch
|
| 8 |
- vision
|
| 9 |
+
- image-classification
|
| 10 |
license: apache-2.0
|
| 11 |
---
|