sachin commited on
Commit
a36cde3
1 Parent(s): 893f8f7

Upload TinyCLIPTextEncoder

Browse files
Files changed (2) hide show
  1. config.json +6 -4
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,11 +1,13 @@
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
  }
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a573ea3e9c06f40390558048a3cb6c141a31abe7962bf8518d77396f3da8d13a
3
- size 24308792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c011455941685012b71abc5c7bb35a4bc8db46d1a9e306976847d5bdec27e338
3
+ size 53642968