PEFT
falcon
falcon-7b
code
code instruct
instruct code
code alpaca
python code
code copilot
copilot
python coding assistant
coding assistant
Instructions to use monsterapi/falcon-7b-python-code-instructions-18k-alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/falcon-7b-python-code-instructions-18k-alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "monsterapi/falcon-7b-python-code-instructions-18k-alpaca") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
e9d5dd1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c2859e5894bfcbae4e2ba12c4968bd8d42712bd3941f22000def7706e5bd1da
size 9460849
|