Qianguo commited on
Commit
57d9c14
1 Parent(s): 90a7c2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -31,4 +31,36 @@ We have further optimized the Ziya-LLaMA-13B-v1 model and released the open-sour
31
  ## 软件依赖
32
  ```
33
  pip install torch==1.12.1 tokenizers==0.13.3 git+https://github.com/huggingface/transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ```
 
31
  ## 软件依赖
32
  ```
33
  pip install torch==1.12.1 tokenizers==0.13.3 git+https://github.com/huggingface/transformers
34
+ ```
35
+ ## <span id="jump"> 使用 Usage </span>
36
+ 请参考[Ziya-LLaMA-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-LLaMA-13B-v1)的使用说明。
37
+
38
+ Please refer to the usage for [Ziya-LLaMA-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-LLaMA-13B-v1).
39
+
40
+ ## 引用 Citation
41
+
42
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
43
+
44
+ If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2210.08590):
45
+
46
+ ```text
47
+ @article{fengshenbang,
48
+ author = {Jiaxing Zhang and Ruyi Gan and 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},
49
+ title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
50
+ journal = {CoRR},
51
+ volume = {abs/2209.02970},
52
+ year = {2022}
53
+ }
54
+ ```
55
+
56
+ You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
57
+
58
+ 欢迎引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
59
+ ```text
60
+ @misc{Fengshenbang-LM,
61
+ title={Fengshenbang-LM},
62
+ author={IDEA-CCNL},
63
+ year={2021},
64
+ howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
65
+ }
66
  ```