bingwork commited on
Commit
e1b6a6e
·
verified ·
1 Parent(s): 60f50de

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,5 +8,6 @@ MMAlaya包含以下三个模块:
8
 
9
  模型的训练主要基于[LLaVA]架构(https://github.com/haotian-liu/LLaVA)
10
 
11
- 2024.01.23 最终在[MMBench](https://mmbench.opencompass.org.cn)线上测试中文测试集分数为56.9,总排名为第20名,7B模型的第9名。英文测试集分数为59.8,总排名为第29名,7B模型的第12名。
12
 
 
 
8
 
9
  模型的训练主要基于[LLaVA]架构(https://github.com/haotian-liu/LLaVA)
10
 
11
+ 2024.01.23 最终在[MMBench](https://mmbench.opencompass.org.cn)线上测试中文测试集分数为56.9,英文测试集分数为59.8
12
 
13
+ 推理可以参考 [inference.py](https://github.com/bingwork/MMAlaya/blob/inference/inference.py)