Instructions to use MakTek/code_llama-5e-new_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MakTek/code_llama-5e-new_data with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "MakTek/code_llama-5e-new_data") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2c73acd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:34cebf914c80b7aa16f4bf7aaf7822f5fe8ed789ddb4df191ec7dbc9f3d5d018
size 5048
|