Instructions to use Trisha2411/Trisha_StarCoder2_HTML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Trisha2411/Trisha_StarCoder2_HTML with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "Trisha2411/Trisha_StarCoder2_HTML") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
a8bdf91 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d73ae92d6181c628c8f6a0f883d27c554ee5975942321e5c45e43ff0f5e3b038
size 2245371860
|