Instructions to use Hiridharan10/CodeBlaster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Hiridharan10/CodeBlaster with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "Hiridharan10/CodeBlaster") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2d07888 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:09d433f650646834a83c580877bd60c6d1f88f7755305c12576b5c7058f9af15
size 4999802720
|