IMvision12 commited on
Commit
e07530d
·
verified ·
1 Parent(s): 7dfc24b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -1,21 +1,21 @@
1
- ---
2
- pipeline_tag: zero-shot-object-detection
3
- license: apache-2.0
4
- library_name: kerasformers
5
- tags:
6
- - keras
7
- - kerasformers
8
- - owlv2
9
- - tensorflow
10
- - jax
11
- - pytorch
12
- ---
13
-
14
- # owlv2-base-patch16-ensemble (Keras 3)
15
-
16
- Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. Apache 2.0.
17
-
18
- ```python
19
- from kerasformers.models.owlv2 import Owlv2Detect
20
- model = Owlv2Detect.from_weights("owlv2-base-patch16-ensemble")
21
- ```
 
1
+ ---
2
+ pipeline_tag: zero-shot-object-detection
3
+ license: apache-2.0
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - owlv2
9
+ - tf
10
+ - jax
11
+ - pytorch
12
+ ---
13
+
14
+ # owlv2-base-patch16-ensemble (Keras 3)
15
+
16
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. Apache 2.0.
17
+
18
+ ```python
19
+ from kerasformers.models.owlv2 import Owlv2Detect
20
+ model = Owlv2Detect.from_weights("owlv2-base-patch16-ensemble")
21
+ ```