Instructions to use Openledger/Solidity_Model_Q with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Openledger/Solidity_Model_Q with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B") model = PeftModel.from_pretrained(base_model, "Openledger/Solidity_Model_Q") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7a8fec5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49840fc86515e540dc4067a705e4e947842a7182a45cd391701fbde2cea8c64f
size 161533192
|