zyznull commited on
Commit
05481d1
1 Parent(s): a62d4ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3617,10 +3617,10 @@ The `GME` models support three types of input: **text**, **image**, and **image-
3617
 
3618
 
3619
  ## Model List
3620
- | Models | Model Size | Max Seq. Length | Dimension | MTEB-en| UMRB |
3621
  |:-----: | :-----: |:-----: |:-----: |:-----: | :-----: |
3622
- |[`gme-Qwen2-VL-2B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct) | 2.21B | 32768 | 1536 | - | 64.45 |
3623
- |[`gme-Qwen2-VL-7B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-7B-Instruct) | 8.29B | 32768 | 3584 | - | 67.44 |
3624
 
3625
  ## Usage
3626
  ```
 
3617
 
3618
 
3619
  ## Model List
3620
+ | Models | Model Size | Max Seq. Length | Dimension | MTEB-en| MTEB-zh | UMRB |
3621
  |:-----: | :-----: |:-----: |:-----: |:-----: | :-----: |
3622
+ |[`gme-Qwen2-VL-2B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct) | 2.21B | 32768 | 1536 | 65.27 | 66.92 | 64.45 |
3623
+ |[`gme-Qwen2-VL-7B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-7B-Instruct) | 8.29B | 32768 | 3584 | 67.48 | 69.73 | 67.44 |
3624
 
3625
  ## Usage
3626
  ```