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
File size: 134 Bytes
353a8e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f808860c46cccf59622c90d412d2efc5eda6bf9c69fe0fe5e49a44013ab9268
size 896079708
|