Instructions to use nuojohnchen/plbart-base-finetuned-clone-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nuojohnchen/plbart-base-finetuned-clone-detection with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nuojohnchen/plbart-base-finetuned-clone-detection") model = AutoModelForSeq2SeqLM.from_pretrained("nuojohnchen/plbart-base-finetuned-clone-detection") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e4977cb4e0ca2ec4c8d5a86ad434618d351763bc073deda5ad89adc5ee5beb5
|
| 3 |
+
size 561843452
|