Instructions to use MickyMike/LineVul with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MickyMike/LineVul with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("MickyMike/LineVul") model = AutoModel.from_pretrained("MickyMike/LineVul") - Notebooks
- Google Colab
- Kaggle