Spaces:
Running
Running
Merge pull request #13 from embeddings-benchmark/add_qwen_details
Browse files- model_meta.yaml +16 -0
model_meta.yaml
CHANGED
@@ -1,4 +1,20 @@
|
|
1 |
model_meta:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gte-Qwen1.5-7B-instruct:
|
3 |
link: https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct
|
4 |
seq_len: 32768
|
|
|
1 |
model_meta:
|
2 |
+
gte-Qwen2-7B-instruct:
|
3 |
+
link: https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct
|
4 |
+
seq_len: 32768
|
5 |
+
size: 7099
|
6 |
+
dim: 4096
|
7 |
+
is_external: true
|
8 |
+
is_proprietary: false
|
9 |
+
is_sentence_transformers_compatible: true
|
10 |
+
gte-Qwen2-1.5B-instruct:
|
11 |
+
link: https://huggingface.co/Alibaba-NLP/gte-Qwen2-1.5B-instruct
|
12 |
+
seq_len: 32768
|
13 |
+
size: 1780
|
14 |
+
dim: 1536
|
15 |
+
is_external: true
|
16 |
+
is_proprietary: false
|
17 |
+
is_sentence_transformers_compatible: true
|
18 |
gte-Qwen1.5-7B-instruct:
|
19 |
link: https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct
|
20 |
seq_len: 32768
|