Instructions to use dglownia/MobileNetV3Large-Bird-Classification-Kaggle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use dglownia/MobileNetV3Large-Bird-Classification-Kaggle with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("dglownia/MobileNetV3Large-Bird-Classification-Kaggle") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
- Birds
|
| 5 |
+
- Kaggle
|
| 6 |
+
- MobileNetV3Large
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
|
| 10 |
+
model-index:
|
| 11 |
+
- name: MobileNetV3Large-Bird-Classification-Kaggle
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Image Classification
|
| 15 |
+
type: image-classification
|
| 16 |
+
metrics:
|
| 17 |
+
- name: Accuracy
|
| 18 |
+
type: accuracy
|
| 19 |
+
value: 0.9268
|
| 20 |
+
---
|