Safetensors
English
Chinese
zijian.kang commited on
Commit
b59cd22
·
1 Parent(s): ca39450

style change for readme

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -38,12 +38,12 @@ Sail-VL benefits from high-quality data and carefully curated training recipes.
38
 
39
  SAIL-VL not only outperforms the Qwen2-VL and InternVL2 series of models of comparable size, but is also competitive compared with recently released SoTAs, Aquila and InternVL-2.5.
40
 
41
- Performace Overview:
42
  ![lidar_map](statics/performance.png)
43
  The result is evaluated by our team with a VLMEvalKit variant.
44
 
45
 
46
- Detail Evaluations:
47
 
48
  | Benchmark | InternVL-2 | Qwen2-VL | Aquila-VL-2B | InternVL-2.5 | **SAIL-VL-2B** |
49
  | --------------------- | ---------- | -------- | --------- | ------------ | -------------- |
@@ -96,6 +96,7 @@ Requirements:
96
  pip3 install einops transformers timm
97
  ```
98
 
 
99
 
100
  ```Python
101
  import numpy as np
 
38
 
39
  SAIL-VL not only outperforms the Qwen2-VL and InternVL2 series of models of comparable size, but is also competitive compared with recently released SoTAs, Aquila and InternVL-2.5.
40
 
41
+ ### Performace Overview:
42
  ![lidar_map](statics/performance.png)
43
  The result is evaluated by our team with a VLMEvalKit variant.
44
 
45
 
46
+ ### Detail Evaluations:
47
 
48
  | Benchmark | InternVL-2 | Qwen2-VL | Aquila-VL-2B | InternVL-2.5 | **SAIL-VL-2B** |
49
  | --------------------- | ---------- | -------- | --------- | ------------ | -------------- |
 
96
  pip3 install einops transformers timm
97
  ```
98
 
99
+ Code:
100
 
101
  ```Python
102
  import numpy as np