IMvision12 commited on
Commit
fee3ff5
·
verified ·
1 Parent(s): c47159a

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: mask-generation
3
- license: apache-2.0
4
- library_name: kerasformers
5
- tags:
6
- - keras
7
- - kerasformers
8
- - sam
9
- ---
10
-
11
- # sam_vit_base (Keras 3)
12
-
13
- Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the source. License: `apache-2.0`.
14
-
15
- ```python
16
- from kerasformers.models.sam import SAMPromptableSegment
17
- model = SAMPromptableSegment.from_weights("sam_vit_base")
18
- ```
 
 
 
 
1
+ ---
2
+ pipeline_tag: mask-generation
3
+ license: apache-2.0
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - sam
9
+ - tensorflow
10
+ - jax
11
+ - pytorch
12
+ ---
13
+
14
+ # sam_vit_base (Keras 3)
15
+
16
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the source. License: `apache-2.0`.
17
+
18
+ ```python
19
+ from kerasformers.models.sam import SAMPromptableSegment
20
+ model = SAMPromptableSegment.from_weights("sam_vit_base")
21
+ ```