Text Classification
PEFT
Safetensors
lora
sequence-classification
solidity
smart-contract
vulnerability-detection
integer-overflow-underflow
Instructions to use jhsu12/solidity-vuln-cls-integer-overflow-underflow-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jhsu12/solidity-vuln-cls-integer-overflow-underflow-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "jhsu12/solidity-vuln-cls-integer-overflow-underflow-v1") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!