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