Instructions to use Edens-Gate/nemo-erebus-lora-2152 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Edens-Gate/nemo-erebus-lora-2152 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "Edens-Gate/nemo-erebus-lora-2152") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
6c24f84 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1130b49cff73a8771579c64fefc608c3d7322eff854095ca11938a66769a540b
size 14244
|