Instructions to use rahkrish1/EMS_tb_code-starcoder-lora-batch_5_2000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rahkrish1/EMS_tb_code-starcoder-lora-batch_5_2000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "rahkrish1/EMS_tb_code-starcoder-lora-batch_5_2000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f2700c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:34951ac454ab95521fde38bc8b25669e1dfac3440101437b2667a8c0cccb6c3f
size 5368
|