mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
update readme
This commit is contained in:
22
README.md
22
README.md
@@ -55,6 +55,7 @@
|
|||||||
- [Inference with vLLM](#inference-with-vllm)
|
- [Inference with vLLM](#inference-with-vllm)
|
||||||
- [Fine-tuning](#fine-tuning)
|
- [Fine-tuning](#fine-tuning)
|
||||||
- [TODO](#todo)
|
- [TODO](#todo)
|
||||||
|
- [🌟 Star History](#-star-history)
|
||||||
- [Citation](#citation)
|
- [Citation](#citation)
|
||||||
|
|
||||||
## MiniCPM-Llama3-V 2.5
|
## MiniCPM-Llama3-V 2.5
|
||||||
@@ -665,6 +666,27 @@ This project is developed by the following institutions:
|
|||||||
|
|
||||||
[VisCPM](https://github.com/OpenBMB/VisCPM/tree/main) | [RLHF-V](https://github.com/RLHF-V/RLHF-V) | [LLaVA-UHD](https://github.com/thunlp/LLaVA-UHD) | [RLAIF-V](https://github.com/RLHF-V/RLAIF-V)
|
[VisCPM](https://github.com/OpenBMB/VisCPM/tree/main) | [RLHF-V](https://github.com/RLHF-V/RLHF-V) | [LLaVA-UHD](https://github.com/thunlp/LLaVA-UHD) | [RLAIF-V](https://github.com/RLHF-V/RLAIF-V)
|
||||||
|
|
||||||
|
## 🌟 Star History
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
srcset="
|
||||||
|
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date&theme=dark
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(prefers-color-scheme: light)"
|
||||||
|
srcset="
|
||||||
|
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
alt="Star History Chart"
|
||||||
|
src="https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
If you find your model/code/paper helpful, please consider cite the following papers:
|
If you find your model/code/paper helpful, please consider cite the following papers:
|
||||||
|
|||||||
22
README_zh.md
22
README_zh.md
@@ -58,6 +58,7 @@
|
|||||||
- [vLLM 部署 ](#vllm-部署-)
|
- [vLLM 部署 ](#vllm-部署-)
|
||||||
- [微调](#微调)
|
- [微调](#微调)
|
||||||
- [未来计划](#未来计划)
|
- [未来计划](#未来计划)
|
||||||
|
- [🌟 Star History](#-star-history)
|
||||||
- [引用](#引用)
|
- [引用](#引用)
|
||||||
|
|
||||||
|
|
||||||
@@ -676,6 +677,27 @@ python examples/minicpmv_example.py
|
|||||||
|
|
||||||
[VisCPM](https://github.com/OpenBMB/VisCPM/tree/main) | [RLHF-V](https://github.com/RLHF-V/RLHF-V) | [LLaVA-UHD](https://github.com/thunlp/LLaVA-UHD) | [RLAIF-V](https://github.com/RLHF-V/RLAIF-V)
|
[VisCPM](https://github.com/OpenBMB/VisCPM/tree/main) | [RLHF-V](https://github.com/RLHF-V/RLHF-V) | [LLaVA-UHD](https://github.com/thunlp/LLaVA-UHD) | [RLAIF-V](https://github.com/RLHF-V/RLAIF-V)
|
||||||
|
|
||||||
|
## 🌟 Star History
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
srcset="
|
||||||
|
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date&theme=dark
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(prefers-color-scheme: light)"
|
||||||
|
srcset="
|
||||||
|
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
alt="Star History Chart"
|
||||||
|
src="https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-V&type=Date"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
|
||||||
## 引用
|
## 引用
|
||||||
|
|
||||||
如果您觉得我们模型/代码/论文有帮助,请给我们 ⭐ 和 引用 📝,感谢!
|
如果您觉得我们模型/代码/论文有帮助,请给我们 ⭐ 和 引用 📝,感谢!
|
||||||
|
|||||||
Reference in New Issue
Block a user