Text Generation
PEFT
Safetensors
Norwegian
Norwegian Bokmål
dpo
lora
norwegian
grammar
delta-dpo
kl-sft
rlvf
conversational
Instructions to use acbueff/normistral-7b-instruct-nb-klsft-delta-dpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use acbueff/normistral-7b-instruct-nb-klsft-delta-dpo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("norallm/normistral-7b-warm-instruct") model = PeftModel.from_pretrained(base_model, "acbueff/normistral-7b-instruct-nb-klsft-delta-dpo") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!