Yirany commited on
Commit
ad5013b
·
verified ·
1 Parent(s): 5c266fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,7 +3,7 @@ pipeline_tag: text-generation
3
  ---
4
 
5
  ## MiniCPM-V
6
- **MiniCPM-V** (i.e., OmniLMM-3B)is an efficient version with promising performance for deployment. The model is built based on SigLip-400M and [MiniCPM-2.4B](https://github.com/OpenBMB/MiniCPM/), connected by a perceiver resampler. Notable features of OmniLMM-3B include:
7
 
8
  - ⚡️ **High Efficiency.**
9
 
@@ -147,6 +147,7 @@ res, context, _ = model.chat(
147
  print(res)
148
  ```
149
 
 
150
 
151
  ## License
152
 
 
3
  ---
4
 
5
  ## MiniCPM-V
6
+ **MiniCPM-V** (i.e., OmniLMM-3B) is an efficient version with promising performance for deployment. The model is built based on SigLip-400M and [MiniCPM-2.4B](https://github.com/OpenBMB/MiniCPM/), connected by a perceiver resampler. Notable features of OmniLMM-3B include:
7
 
8
  - ⚡️ **High Efficiency.**
9
 
 
147
  print(res)
148
  ```
149
 
150
+ Please look at [GitHub](https://github.com/OpenBMB/OmniLMM) for more detail about usage.
151
 
152
  ## License
153