Instructions to use amztheory/alpaca-code-java with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amztheory/alpaca-code-java 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/alpaca-code-java") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d29cb31 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:859ed49e41ffb5e7f1d3a55283ea01fe35fcade17459e9d1b559f14567c8c7b9
size 5112
|