roygan commited on
Commit
1df8e76
1 Parent(s): 6d3f7ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -33,5 +33,10 @@ model = MegatronBertModel.from_pretrained("IDEA-CCNL/Erlangshen-1.3B")
33
  ## Citation
34
  If you find the resource is useful, please cite the following website in your paper.
35
  ```
36
- https://github.com/IDEA-CCNL/Fengshenbang-LM
 
 
 
 
 
37
  ```
 
33
  ## Citation
34
  If you find the resource is useful, please cite the following website in your paper.
35
  ```
36
+ @misc{Fengshenbang-LM,
37
+ title={Fengshenbang-LM},
38
+ author={IDEA-CCNL},
39
+ year={2021},
40
+ howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
41
+ }
42
  ```