Instructions to use IMvision12/zm-count-with-tag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ZeroModels
How to use IMvision12/zm-count-with-tag with ZeroModels:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use IMvision12/zm-count-with-tag with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://IMvision12/zm-count-with-tag") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- README.md +10 -0
- model.weights.h5 +3 -0
- zm_config.json +1 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-classification
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
library_name: zeromodels
|
| 5 |
+
tags:
|
| 6 |
+
- keras
|
| 7 |
+
- zeromodels
|
| 8 |
+
- vit
|
| 9 |
+
---
|
| 10 |
+
Counting test.
|
model.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d219cd942c503a998f34e4e606114e0cae6e860d80a35980858cec7278864d73
|
| 3 |
+
size 1032
|
zm_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_type": "levit"}
|