File size: 644 Bytes
7025451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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
```