Instructions to use bigcode/astraios-1b-ia3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bigcode/astraios-1b-ia3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "bigcode/astraios-1b-ia3") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
6db8db2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c20aeb9d7e78478c31834c9a4a6547de7947fc0a9f2595563b325389f3a5e4eb
size 1014589
|