Instructions to use amztheory/falcon-7b-code-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amztheory/falcon-7b-code-python with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "amztheory/falcon-7b-code-python") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
95e6446 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:883bac4f0d3f6db65c50e6cf5ebdaac82e826046849b7d4993cf99bb0d89ec96
size 37758384
|