Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
Offical checkpoint for DualGPT in [Dual Modalities of Text: Visual and Textual Generative Pre-training](https://arxiv.org/abs/2404.10710).
|
7 |
+
## Model Description
|
8 |
+
[More Information Needed]
|
9 |
+
|
10 |
+
## Citation
|
11 |
+
```
|
12 |
+
@article{chai2024dual,
|
13 |
+
title={Dual Modalities of Text: Visual and Textual Generative Pre-training},
|
14 |
+
author={Chai, Yekun and Liu, Qingyi and Xiao, Jingwu and Wang, Shuohuan and Sun, Yu and Wu, Hua},
|
15 |
+
journal={arXiv preprint arXiv:2404.10710},
|
16 |
+
year={2024}
|
17 |
+
}
|
18 |
+
```
|