--- license: mit --- # Python clone detection 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. # How to use 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. # Credits We would like to thank the original team and authors of the model and the fine-tuning dataset: - [PoolC](https://github.com/PoolC) - [sangHa0411](https://github.com/sangHa0411) - [snoop2head](https://github.com/snoop2head) # Lincese This model is released under the MIT license.