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