IMvision12 commited on
Commit
bb6418f
·
verified ·
1 Parent(s): 1594eae

Upload README.md with huggingface_hub

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