Upload README.md
Browse files
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
|
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)
|