chestnutlzj JessyTsu1 commited on
Commit
db347b5
1 Parent(s): 17e2624

add citation (#1)

Browse files

- add citation (10482e76500a397f43a6ea81e9435d046a5306e9)


Co-authored-by: Jessy Tsui <JessyTsu1@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -55,4 +55,28 @@ encoded_sentence2 = model.encode(sentence2)
55
  print(cos_sim(encoded_sentence1, encoded_sentence2))
56
 
57
  # tensor([[0.9960]])
58
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  print(cos_sim(encoded_sentence1, encoded_sentence2))
56
 
57
  # tensor([[0.9960]])
58
+ ```
59
+
60
+ 欢迎引用我们:
61
+
62
+ ```
63
+ @misc{cui2023chatlaw,
64
+ title={ChatLaw: Open-Source Legal Large Language Model with Integrated External Knowledge Bases},
65
+ author={Jiaxi Cui and Zongjian Li and Yang Yan and Bohua Chen and Li Yuan},
66
+ year={2023},
67
+ eprint={2306.16092},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.CL}
70
+ }
71
+ @misc{ChatLaw,
72
+ author={Jiaxi Cui and Zongjian Li and Yang Yan and Bohua Chen and Li Yuan},
73
+ title={ChatLaw},
74
+ year={2023},
75
+ publisher={GitHub},
76
+ journal={GitHub repository},
77
+ howpublished={\url{https://github.com/PKU-YuanGroup/ChatLaw}},
78
+ }
79
+ ```
80
+
81
+
82
+