Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
5 |
# MMAlaya
|
6 |
-
MMAlaya是基于大语言模型[Alaya](https://github.com/DataCanvasIO/Alaya)的多模态模型,模型权重文件在[DataCanvas/MMAlaya](https://huggingface.co/DataCanvas/MMAlaya/tree/main)
|
7 |
|
8 |
MMAlaya包含以下三个模块:
|
9 |
<br>1,大语言模型[Alaya-7B-Chat](https://huggingface.co/DataCanvas/Alaya-7B-Chat)。
|
@@ -13,6 +13,6 @@ MMAlaya包含以下三个模块:
|
|
13 |
模型的训练主要基于[LLaVA](https://github.com/haotian-liu/LLaVA)架构
|
14 |
|
15 |
OpenCompass 评测榜单,均分41.1,排名25名。
|
16 |
-
MMBench 评测榜单,开源开放的模型,中文测试集,均分58.6,排名25名。
|
17 |
|
18 |
推理可以参考 [inference.py](https://github.com/DataCanvasIO/MMAlaya/blob/main/inference.py)
|
|
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
5 |
# MMAlaya
|
6 |
+
[MMAlaya](https://github.com/DataCanvasIO/MMAlaya/)是基于大语言模型[Alaya](https://github.com/DataCanvasIO/Alaya)的多模态模型,模型权重文件在[DataCanvas/MMAlaya](https://huggingface.co/DataCanvas/MMAlaya/tree/main)
|
7 |
|
8 |
MMAlaya包含以下三个模块:
|
9 |
<br>1,大语言模型[Alaya-7B-Chat](https://huggingface.co/DataCanvas/Alaya-7B-Chat)。
|
|
|
13 |
模型的训练主要基于[LLaVA](https://github.com/haotian-liu/LLaVA)架构
|
14 |
|
15 |
OpenCompass 评测榜单,均分41.1,排名25名。
|
16 |
+
<br>MMBench 评测榜单,开源开放的模型,中文测试集,均分58.6,排名25名。
|
17 |
|
18 |
推理可以参考 [inference.py](https://github.com/DataCanvasIO/MMAlaya/blob/main/inference.py)
|