TuZNB commited on
Commit
44b65cb
·
verified ·
1 Parent(s): de5aa22

Create README.md

Browse files

This model is built upon the LlaVA architecture. The visual extractor is sourced from the Enhanced VisualEncoder, which is designed to effectively capture and process visual information, enabling the model to have a better understanding of visual features.For the language component, the Qwen 7B language model is selected. The training dataset for this model is the mm_chain_of_thought_medical.

Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - Qwen/Qwen1.5-7B
6
+ ---