Instructions to use prasannadevadiga/code-qa-codellama2-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prasannadevadiga/code-qa-codellama2-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "prasannadevadiga/code-qa-codellama2-7b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
6c35eb0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9522135546993b810d01a0973b38ca7fd266095f671e810e002fb8972cb4798
size 25234701
|