yuxin commited on
Commit
0aaf00d
1 Parent(s): 47d435a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -58,4 +58,19 @@ input_texts = [
58
  output_texts = vae_model.simulate_batch(input_texts)
59
  print(output_texts)
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  ```
 
58
  output_texts = vae_model.simulate_batch(input_texts)
59
  print(output_texts)
60
 
61
+ ```
62
+
63
+ ## 引用 Citation
64
+
65
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
66
+
67
+ If you are using the resource for your work, please cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
68
+
69
+ ```text
70
+ @misc{Fengshenbang-LM,
71
+ title={Fengshenbang-LM},
72
+ author={IDEA-CCNL},
73
+ year={2021},
74
+ howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
75
+ }
76
  ```