#### Run the following common to train and evaluate on the COCO Caption dataset:
For base model:
```
bash ./script/img2txt/coco/run.sh
```
For large model:
```
bash ./script/img2txt/coco_large/run.sh
```
#### Evaluation Results:
<table>
<tr>
<td><strong><center>Model</strong></td>
<td><strong><center>BLUE4</strong></td>
<td><strong><center>CIDEr</strong></td>
</tr>
<tr>
<td><center>UNIMO-base</td>
<td><center>38.8</td>
<td><center>124.4</td>
</tr>
<tr>
<td><center>UNIMO-large</td>
<td><center>39.6</td>
<td><center>127.7</td>
</tr>
<table>
---
...
...
@@ -235,4 +775,4 @@ Contact information
For help or issues using `UNIMO`, please submit a GitHub issue.
For personal communication related to `UNIMO`, please contact Wei Li (liwei85@baidu.com), Guocheng Niu (niuguocheng@baidu.com) , Can Gao (gaocan01@baidu.com).
\ No newline at end of file
For personal communication related to `UNIMO`, please contact Wei Li (liwei85@baidu.com), Guocheng Niu (niuguocheng@baidu.com) , Can Gao (gaocan01@baidu.com).