Instructions to use JB1522/starcoder7b-trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JB1522/starcoder7b-trained with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-7b") model = PeftModel.from_pretrained(base_model, "JB1522/starcoder7b-trained") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
477b2ab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dc76ed6bf9ce049a09c86f4e6d9dc210b2fe89f5f8c3d5d24262c840a318cf1d
size 5496
|