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: 133 Bytes
d29cb31 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1077158424d2b67442fcd5b58443874199574bb6347cdcf76f93f4665c813ee8
size 37758384
|