Instructions to use monsterapi/codellama_7b_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/codellama_7b_DolphinCoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "monsterapi/codellama_7b_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
388c9c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b681cec4aa2bb45b5ae64fac779f404fe6a6ae13110526f992bd1024cd682098
size 134310666
|