sachin commited on
Commit
f7b2c12
·
verified ·
1 Parent(s): 0ddff96

Upload folder using huggingface_hub

Browse files
model.text_encoder.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1c87f9aa462d18d71322de045211bce4e3ab34600fb4ce6dccc50b7598c1a3a
3
  size 53642968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f31ef11185a2e0fd17fe6229d65cca566de5bd43112375234d65e6e6b5aa7c6
3
  size 53642968
model.vision_encoder.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ae8042d8a5c31d295e2c63321b9b33c7af2a252611f7646a60b3f650c96b014
3
  size 24308792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40edfb98c0eec37945707f3be456307a39413fd02647724518546ccac70ab75d
3
  size 24308792
text/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TinyCLIPTextEncoder"
4
+ ],
5
+ "cls_type": true,
6
+ "embed_dims": 512,
7
+ "max_len": 128,
8
+ "model_type": "text",
9
+ "projection_layers": 3,
10
+ "text_model": "microsoft/xtremedistil-l6-h256-uncased",
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.39.2"
13
+ }
text/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4425a837a9faff981e5f168fed18b05387bd62c7d768557e0e77bfb52199ecb
3
+ size 53642968
vision/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TinyCLIPVisionEncoder"
4
+ ],
5
+ "embed_dims": 512,
6
+ "model_type": "vision",
7
+ "projection_layers": 3,
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.39.2",
10
+ "vision_model": "edgenext_small"
11
+ }
vision/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2dc0f3e65557d298cae9ae91d248a724ca4bd809b5782cce9df0ee61c9a9bf
3
+ size 24308792