Instructions to use nuojohnchen/codet5-base-finetuned-clone-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nuojohnchen/codet5-base-finetuned-clone-detection with Transformers:
# Load model directly from transformers import AutoTokenizer, CodeT5ForCodeClassification tokenizer = AutoTokenizer.from_pretrained("nuojohnchen/codet5-base-finetuned-clone-detection") model = CodeT5ForCodeClassification.from_pretrained("nuojohnchen/codet5-base-finetuned-clone-detection") - Notebooks
- Google Colab
- Kaggle
Ctrl+K