Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from embeddings-benchmark/add_qwen_details
Browse files Browse the repository at this point in the history
add qwen2 model meta
  • Loading branch information
orionw authored Jul 11, 2024
2 parents fa3e271 + f16a50d commit 8fc851c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions model_meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
model_meta:
gte-Qwen2-7B-instruct:
link: https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct
seq_len: 32768
size: 7099
dim: 4096
is_external: true
is_proprietary: false
is_sentence_transformers_compatible: true
gte-Qwen2-1.5B-instruct:
link: https://huggingface.co/Alibaba-NLP/gte-Qwen2-1.5B-instruct
seq_len: 32768
size: 1780
dim: 1536
is_external: true
is_proprietary: false
is_sentence_transformers_compatible: true
gte-Qwen1.5-7B-instruct:
link: https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct
seq_len: 32768
Expand Down

0 comments on commit 8fc851c

Please sign in to comment.