IMvision12 commited on
Commit
c24ba92
·
verified ·
1 Parent(s): e585c3b

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +19 -0
  2. model.weights.h5 +3 -0
  3. tokenizer.json +0 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: zero-shot-image-classification
3
+ license: mit
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - clip
9
+ ---
10
+
11
+ # clip_vit_base_16 (Keras 3)
12
+
13
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `mit`.
14
+
15
+ ```python
16
+ from kerasformers.models.clip import CLIPModel, CLIPTokenizer
17
+ model = CLIPModel.from_weights("clip_vit_base_16")
18
+ tokenizer = CLIPTokenizer.from_weights("clip_vit_base_16")
19
+ ```
model.weights.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409deb6bb9ebfde0118f2630ddb8cedea1c2a81f4d3c24a8d6245e4acfa2374e
3
+ size 599259608
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff