Add a model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Python clone detection
|
| 5 |
+
|
| 6 |
+
This is a codebert model for detecting Python clone codes, fine-tuned on the dataset shared by [PoolC](https://github.com/PoolC) on [Hugging Face Hub](https://huggingface.co/datasets/PoolC/1-fold-clone-detection-600k-5fold). The original source code for using the model can be found at https://github.com/sangHa0411/CloneDetection/blob/main/inference.py.
|
| 7 |
+
|
| 8 |
+
# How to use
|
| 9 |
+
|
| 10 |
+
To use the model, you can follow the instructions in the original source code at https://github.com/sangHa0411/CloneDetection/blob/main/inference.py. A more general inference code may be published later.
|
| 11 |
+
|
| 12 |
+
# Credits
|
| 13 |
+
|
| 14 |
+
We would like to thank the original team and authors of the model and the fine-tuning dataset:
|
| 15 |
+
- [PoolC](https://github.com/PoolC)
|
| 16 |
+
- [sangHa0411](https://github.com/sangHa0411)
|
| 17 |
+
- [snoop2head](https://github.com/snoop2head)
|
| 18 |
+
|
| 19 |
+
# Lincese
|
| 20 |
+
|
| 21 |
+
This model is released under the MIT license.
|