Instructions to use bigcode/astraios-3b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bigcode/astraios-3b-lora 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-lora") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- README.md +0 -0
- adapter_config.json +0 -0
- adapter_model.bin +3 -0
README.md
ADDED
|
File without changes
|
adapter_config.json
ADDED
|
File without changes
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
| 3 |
+
size 0
|