Commit
·
310c7a8
1
Parent(s):
d8331d9
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
license: apache-2.0
|
5 |
---
|
6 |
|
|
|
7 |
|
8 |
# Mengzi-oscar-base-caption (Chinese Multi-modal Image Caption model)
|
9 |
Mengzi-oscar-base-caption is fine-tuned based on Chinese multi-modal pre-training model [Mengzi-Oscar](https://github.com/Langboat/Mengzi/blob/main/Mengzi-Oscar.md), on AIC-ICC Chinese image caption dataset.
|
@@ -17,5 +18,12 @@ See the [Mengzi-Oscar.md](https://github.com/Langboat/Mengzi/blob/main/Mengzi-Os
|
|
17 |
## Citation
|
18 |
If you find the technical report or resource is useful, please cite the following technical report in your paper.
|
19 |
```
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
```
|
|
|
4 |
license: apache-2.0
|
5 |
---
|
6 |
|
7 |
+
[Mengzi: Towards Lightweight yet Ingenious Pre-trained Models for Chinese](https://arxiv.org/abs/2110.06696)
|
8 |
|
9 |
# Mengzi-oscar-base-caption (Chinese Multi-modal Image Caption model)
|
10 |
Mengzi-oscar-base-caption is fine-tuned based on Chinese multi-modal pre-training model [Mengzi-Oscar](https://github.com/Langboat/Mengzi/blob/main/Mengzi-Oscar.md), on AIC-ICC Chinese image caption dataset.
|
|
|
18 |
## Citation
|
19 |
If you find the technical report or resource is useful, please cite the following technical report in your paper.
|
20 |
```
|
21 |
+
@misc{zhang2021mengzi,
|
22 |
+
title={Mengzi: Towards Lightweight yet Ingenious Pre-trained Models for Chinese},
|
23 |
+
author={Zhuosheng Zhang and Hanqing Zhang and Keming Chen and Yuhang Guo and Jingyun Hua and Yulong Wang and Ming Zhou},
|
24 |
+
year={2021},
|
25 |
+
eprint={2110.06696},
|
26 |
+
archivePrefix={arXiv},
|
27 |
+
primaryClass={cs.CL}
|
28 |
+
}
|
29 |
```
|