Instructions to use Inishds/loraretriever-7b-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Inishds/loraretriever-7b-math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Inishds/loraretriever-7b-math") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
266f5b2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:da7f8e15be5232781e6716c953d4044dbc44236d8d0ba39bec533854fff27ab5
size 5240
|