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