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