Lazyhope commited on
Commit
a57837d
1 Parent(s): 8442c47

Add GitHub repo `RepoAnalysis/PythonCloneDetection` to README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,7 +7,9 @@ This is a codebert model for detecting Python clone codes, fine-tuned on the dat
7
 
8
  # How to use
9
 
10
- To use the model, you can follow the original inference source code at https://github.com/sangHa0411/CloneDetection/blob/main/inference.py.
 
 
11
 
12
  More conveniently, a pipeline for this model has been implemented, and you can initialize it with only two lines of code:
13
  ```python
 
7
 
8
  # How to use
9
 
10
+ To use the model in an efficient way, you can refer to this repository: https://github.com/RepoAnalysis/PythonCloneDetection, which contains a class that integrates data preprocessing, input tokenization, and model inferencing.
11
+
12
+ You can also follow the original inference source code at https://github.com/sangHa0411/CloneDetection/blob/main/inference.py.
13
 
14
  More conveniently, a pipeline for this model has been implemented, and you can initialize it with only two lines of code:
15
  ```python