Instructions to use bboeun/sft2-Delayed2-ref-mistral-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bboeun/sft2-Delayed2-ref-mistral-fix with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "bboeun/sft2-Delayed2-ref-mistral-fix") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c5733b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b67d3fdc4870cae8f6aa102c736af69225e6f20550d1d37890e4d32face9a82e
size 5393
|