Instructions to use andricValdez/codebert-base-finetuned-codedetection-task-B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andricValdez/codebert-base-finetuned-codedetection-task-B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="andricValdez/codebert-base-finetuned-codedetection-task-B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("andricValdez/codebert-base-finetuned-codedetection-task-B") model = AutoModelForSequenceClassification.from_pretrained("andricValdez/codebert-base-finetuned-codedetection-task-B") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
92efc2e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79aea1cc384bba5a2b42e68f73785deafc0fcf61ce96c505ea8948fbadc3a779
size 498640508
|