Add GitHub repo `RepoAnalysis/PythonCloneDetection` to README
Browse files
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
|
|
|
|
|
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
|