Instructions to use SahilCarterr/codeparrot-ds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SahilCarterr/codeparrot-ds with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7b-Chat-GPTQ") model = PeftModel.from_pretrained(base_model, "SahilCarterr/codeparrot-ds") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
83000f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:066d47459790711a2d141d9704c21b10f645e3327958e6acf44eb7020e76126d
size 5048
|