Instructions to use realvul/RQ3_LineVul_balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use realvul/RQ3_LineVul_balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="realvul/RQ3_LineVul_balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("realvul/RQ3_LineVul_balanced") model = AutoModelForSequenceClassification.from_pretrained("realvul/RQ3_LineVul_balanced") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 4