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: 129 Bytes
6c24f84 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a1e3c42e27854279546025f822017c707d98c194660fa85d07345ad4bd8bcb65
size 6456
|