Instructions to use ToastyPigeon/nemo-kimi-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ToastyPigeon/nemo-kimi-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "ToastyPigeon/nemo-kimi-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d5fc796 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:07f3504f93b7b89b1cf919c9061e463fa6ac1bf3191d416ea1d7d28242a9c9be
size 7377
|