Instructions to use msarmad4/JSontologybasedcodingbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use msarmad4/JSontologybasedcodingbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Llama/Llama-3.2B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "msarmad4/JSontologybasedcodingbot") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
c96120a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4c8dfad4c67c05d402a646f7f26a3bc51c912722f4ccf7f963d3ca66edac2774
size 9022864
|