Instructions to use gvij/open-llama-7b-code-alpaca-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gvij/open-llama-7b-code-alpaca-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_7b") model = PeftModel.from_pretrained(base_model, "gvij/open-llama-7b-code-alpaca-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
47c5bd6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c66808153396dc511aef4256802d3fdafa2821c728f1eed6e7cad449234f3350
size 33646413
|