Spaces:
Sleeping
Sleeping
Commit
·
1b70983
1
Parent(s):
3c7ba42
add meta data for gte-Qwen1.5-7B-instruct: (#110)
Browse files- add meta data for gte-Qwen1.5-7B-instruct: (d65daaecb5791398d16ca6efea93e0922c78f0a8)
Co-authored-by: yanzhao <zyznull@users.noreply.huggingface.co>
- model_meta.yaml +8 -0
model_meta.yaml
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
model_meta:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
Baichuan-text-embedding:
|
| 3 |
link: https://platform.baichuan-ai.com/docs/text-Embedding
|
| 4 |
seq_len: 512
|
|
|
|
| 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
|
| 5 |
+
size: 7099
|
| 6 |
+
dim: 4096
|
| 7 |
+
is_external: true
|
| 8 |
+
is_proprietary: false
|
| 9 |
+
is_sentence_transformers_compatible: true
|
| 10 |
Baichuan-text-embedding:
|
| 11 |
link: https://platform.baichuan-ai.com/docs/text-Embedding
|
| 12 |
seq_len: 512
|