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