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