bingwork commited on
Commit
28d2bcd
1 Parent(s): 431bc90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,8 +7,8 @@ MMAlaya是基于大语言模型[Alaya](https://github.com/DataCanvasIO/Alaya)的
7
 
8
  MMAlaya包含以下三个模块:
9
  <br>1,大语言模型[Alaya-7B-Chat](https://huggingface.co/DataCanvas/Alaya-7B-Chat)。
10
- <br>2,图像文本特征编码器来自[blip2-opt-2.7b](https://huggingface.co/Salesforce/blip2-opt-2.7b)的Qformer
11
- <br>3,图像文本特征到大预言模型的线性投影器。
12
 
13
  模型的训练主要基于[LLaVA](https://github.com/haotian-liu/LLaVA)架构
14
 
 
7
 
8
  MMAlaya包含以下三个模块:
9
  <br>1,大语言模型[Alaya-7B-Chat](https://huggingface.co/DataCanvas/Alaya-7B-Chat)。
10
+ <br>2,图像文本特征编码器来自[blip2-opt-2.7b](https://huggingface.co/Salesforce/blip2-opt-2.7b)的EVA-G
11
+ <br>3,图像文本特征到大预言模型的适配器,使用的是来自[blip2-opt-2.7b](https://huggingface.co/Salesforce/blip2-opt-2.7b)的Qformer和线性投影器。
12
 
13
  模型的训练主要基于[LLaVA](https://github.com/haotian-liu/LLaVA)架构
14