Upload folder using huggingface_hub
Browse files- connector/config.json +13 -0
- connector/model.safetensors +3 -0
- metaquery/config.json +11 -0
- metaquery/model.safetensors +3 -0
connector/config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen2Connector_metaquery"
|
4 |
+
],
|
5 |
+
"decoder_config": "Qwen/Qwen2.5-VL-3B-Instruct",
|
6 |
+
"input_dim": 2048,
|
7 |
+
"model_type": "qwen2_connector_metaquery",
|
8 |
+
"num_hidden_layers": 6,
|
9 |
+
"output_dim1": 4096,
|
10 |
+
"output_dim2": 768,
|
11 |
+
"torch_dtype": "bfloat16",
|
12 |
+
"transformers_version": "4.52.4"
|
13 |
+
}
|
connector/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c7b347368c86e39e8cb81864c5a3b8135514e6e987750f189f6b661959ca4bb
|
3 |
+
size 953257872
|
metaquery/config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Metaquery"
|
4 |
+
],
|
5 |
+
"hidden_size": 2048,
|
6 |
+
"model_type": "metaquery",
|
7 |
+
"query_len": 512,
|
8 |
+
"query_pool_len": 1,
|
9 |
+
"torch_dtype": "bfloat16",
|
10 |
+
"transformers_version": "4.52.4"
|
11 |
+
}
|
metaquery/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32fe693d00bc86b73ab03041c2cf92671ffbc18d88b5195d4c47bb847a66b54c
|
3 |
+
size 2101464
|