Instructions to use lucifertrj/panda_coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lucifertrj/panda_coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("AIDC-ai-business/Luban-13B") model = PeftModel.from_pretrained(base_model, "lucifertrj/panda_coder") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c34ce58 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c1b1266c3b801a7608bdd27ab80afd6321e4fe9ffa4eeb1a2bd151a2ff34bbdf
size 209772877
|