mchochlov commited on
Commit
9ec76e6
·
verified ·
1 Parent(s): 0aef77b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -92,7 +92,7 @@ SentenceTransformer(
92
 
93
  <!--- Describe where people can find more information -->
94
  Please cite this paper if using the model.
95
-
96
  @inproceedings{chochlov2022using,
97
  title={Using a Nearest-Neighbour, BERT-Based Approach for Scalable Clone Detection},
98
  author={Chochlov, Muslim and Ahmed, Gul Aftab and Patten, James Vincent and Lu, Guoxian and Hou, Wei and Gregg, David and Buckley, Jim},
@@ -100,4 +100,5 @@ Please cite this paper if using the model.
100
  pages={582--591},
101
  year={2022},
102
  organization={IEEE}
103
- }
 
 
92
 
93
  <!--- Describe where people can find more information -->
94
  Please cite this paper if using the model.
95
+ ```latex
96
  @inproceedings{chochlov2022using,
97
  title={Using a Nearest-Neighbour, BERT-Based Approach for Scalable Clone Detection},
98
  author={Chochlov, Muslim and Ahmed, Gul Aftab and Patten, James Vincent and Lu, Guoxian and Hou, Wei and Gregg, David and Buckley, Jim},
 
100
  pages={582--591},
101
  year={2022},
102
  organization={IEEE}
103
+ }
104
+ ```