Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use neuralsentry/vulnfixClassification-DistilBERT-DCMB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neuralsentry/vulnfixClassification-DistilBERT-DCMB with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="neuralsentry/vulnfixClassification-DistilBERT-DCMB")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("neuralsentry/vulnfixClassification-DistilBERT-DCMB") model = AutoModelForSequenceClassification.from_pretrained("neuralsentry/vulnfixClassification-DistilBERT-DCMB", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
91a4840 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:91c88091160347d157a3344c4564e08a678c2d69f67bfb1de51fe91482d7207c
size 4091
|