Instructions to use andstor/bigcode-starcoder2-3b-unit-test-ia3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use andstor/bigcode-starcoder2-3b-unit-test-ia3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "andstor/bigcode-starcoder2-3b-unit-test-ia3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5cdd84b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f9ef5aad47eb0def1d3d5bdf9bdab05c6fc1fe09885c8fe395722501b6047dff
size 5112
|