Anhforth commited on
Commit
82dd418
1 Parent(s): 3e8c5fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -46,7 +46,22 @@ The AltCLIP model can provide support for the AltDiffusion model in this project
46
 
47
  The model code has been open sourced on [FlagAI](https://github.com/FlagAI-Open/FlagAI/tree/master/examples/AltCLIP) and the weights are located on [modelhub](https://model.baai.ac.cn/model-detail/100075). We also provide scripts for fine-tuning, inference, and validation, so feel free to try them out.
48
 
 
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## 训练 Training
52
 
 
46
 
47
  The model code has been open sourced on [FlagAI](https://github.com/FlagAI-Open/FlagAI/tree/master/examples/AltCLIP) and the weights are located on [modelhub](https://model.baai.ac.cn/model-detail/100075). We also provide scripts for fine-tuning, inference, and validation, so feel free to try them out.
48
 
49
+ ## 引用
50
+ 关于AltCLIP,我们已经推出了相关报告,有更多细节可以查阅,如对您的工作有帮助,欢迎引用。
51
 
52
+ If you find this work helpful, please consider to cite
53
+ ```
54
+ @article{https://doi.org/10.48550/arxiv.2211.06679,
55
+ doi = {10.48550/ARXIV.2211.06679},
56
+ url = {https://arxiv.org/abs/2211.06679},
57
+ author = {Chen, Zhongzhi and Liu, Guang and Zhang, Bo-Wen and Ye, Fulong and Yang, Qinghong and Wu, Ledell},
58
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences},
59
+ title = {AltCLIP: Altering the Language Encoder in CLIP for Extended Language Capabilities},
60
+ publisher = {arXiv},
61
+ year = {2022},
62
+ copyright = {arXiv.org perpetual, non-exclusive license}
63
+ }
64
+ ```
65
 
66
  ## 训练 Training
67