Instructions to use Inishds/loraretriever-7b-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Inishds/loraretriever-7b-es 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-es") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d440a52 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1f1d3844e0d32911416a3e013cc37fadf53c9bf313b0f1d22ee5254cd8eda1e0
size 5240
|