Instructions to use rahkrish1/EMS_all_100_code-starcoder-lora-batch_5_steps_2000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rahkrish1/EMS_all_100_code-starcoder-lora-batch_5_steps_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_all_100_code-starcoder-lora-batch_5_steps_2000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c16b894 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:56e1a03dcd1df6f20d3cf75a6e258cb5cec9e3bb87f860da75bf27d7cc5184dc
size 5368
|