| | --- |
| | license: mit |
| | --- |
| | |
| | This is the fine-tuned MiniCPM-V-2_6 adapter for paper [**Automatic Evaluation for Text-to-Image Generation: Fine-grained Framework, |
| | Distilled Evaluation Model and Meta-Evaluation Benchmark**]() |
| | |
| | **NOTE**: Please check out [our github repository](https://github.com/maziao/T2I-Eval) for more detailed usage. |
| | |
| | ## Quick Start |
| | * Merge the adapter with original MiniCPM-V-2_6 checkpoint with [SWIFT](https://github.com/modelscope/ms-swift): |
| | ```shell |
| | swift export \ |
| | --model_type minicpm-v-v2_6-chat \ |
| | --model_id_or_path openbmb/MiniCPM-V-2_6 \ |
| | --ckpt_dir /path/to/the/downloaded/adapter \ |
| | --merge_lora true |
| | ``` |
| |
|