Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use RayenLLM/Vulnerability_Detection_Using_CodeBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RayenLLM/Vulnerability_Detection_Using_CodeBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RayenLLM/Vulnerability_Detection_Using_CodeBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RayenLLM/Vulnerability_Detection_Using_CodeBERT") model = AutoModelForSequenceClassification.from_pretrained("RayenLLM/Vulnerability_Detection_Using_CodeBERT") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
edf22eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0cae646c9b5eddfc4c88a515d2cd6cde4f9bfcf716268debf74622327eea0d47
size 5368
|