Upload TinyCLIPVisionEncoder
Browse files- config.json +4 -6
- model.vision_encoder.safetensors +3 -0
config.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
-
"cls_type": true,
|
6 |
"embed_dims": 512,
|
7 |
-
"
|
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 |
}
|
|
|
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 |
}
|
model.vision_encoder.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ae8042d8a5c31d295e2c63321b9b33c7af2a252611f7646a60b3f650c96b014
|
3 |
+
size 24308792
|