zyznull commited on
Commit
1337db8
·
verified ·
1 Parent(s): 7f84fe7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6961,10 +6961,10 @@ The `GME` models support three types of input: **text**, **image**, and **image-
6961
 
6962
 
6963
  ## Model List
6964
- | Models | Model Size | Max Seq. Length | Dimension | MTEB-en| UMRB |
6965
- |:-----: | :-----: |:-----: |:-----: |:-----: | :-----: |
6966
- |[`gme-Qwen2-VL-2B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct) | 2.21B | 32768 | 1536 | - | 64.45 |
6967
- |[`gme-Qwen2-VL-7B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-7B-Instruct) | 8.29B | 32768 | 3584 | - | 67.44 |
6968
 
6969
  ## Usage
6970
  ```
 
6961
 
6962
 
6963
  ## Model List
6964
+ | Models | Model Size | Max Seq. Length | Dimension | MTEB-en| MTEB-zh | UMRB |
6965
+ |:-----: | :-----: |:-----: |:-----: |:-----: | :-----: | :-----: |
6966
+ |[`gme-Qwen2-VL-2B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct) | 2.21B | 32768 | 1536 | 65.27 | 66.92 | 64.45 |
6967
+ |[`gme-Qwen2-VL-7B`](https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-7B-Instruct) | 8.29B | 32768 | 3584 | 67.48 | 69.73 | 67.44 |
6968
 
6969
  ## Usage
6970
  ```