Instructions to use kajol/llama_code_expert_v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kajol/llama_code_expert_v01 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "kajol/llama_code_expert_v01") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
920052c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6735cb28ffa8268b8651b80fd376756850c83cbfaa5e98ad31148b014f1ebe94
size 160172794
|