Datasets:

ArXiv:
License:
wanng commited on
Commit
f108b15
1 Parent(s): 1e14983

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -2,4 +2,34 @@
2
  license: apache-2.0
3
  ---
4
 
5
- Download from https://www.cluebenchmarks.com/introduce.html
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # AFQMC
6
+
7
+ Download from https://www.cluebenchmarks.com/introduce.html
8
+
9
+ ## 引用 Citation
10
+
11
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2209.02970):
12
+
13
+ If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
14
+
15
+ ```text
16
+ @article{fengshenbang,
17
+ author = {Junjie Wang and Yuxiang Zhang and Lin Zhang and Ping Yang and Xinyu Gao and Ziwei Wu and Xiaoqun Dong and Junqing He and Jianheng Zhuo and Qi Yang and Yongfeng Huang and Xiayu Li and Yanghan Wu and Junyu Lu and Xinyu Zhu and Weifeng Chen and Ting Han and Kunhao Pan and Rui Wang and Hao Wang and Xiaojun Wu and Zhongshen Zeng and Chongpei Chen and Ruyi Gan and Jiaxing Zhang},
18
+ title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
19
+ journal = {CoRR},
20
+ volume = {abs/2209.02970},
21
+ year = {2022}
22
+ }
23
+ ```
24
+
25
+ 也可以引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
26
+
27
+ You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
28
+
29
+ ```text
30
+ @misc{Fengshenbang-LM,
31
+ title={Fengshenbang-LM},
32
+ author={IDEA-CCNL},
33
+ year={2021},
34
+ howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
35
+ }