Instructions to use evilfreelancer/saiga_mistral_7b_128k_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use evilfreelancer/saiga_mistral_7b_128k_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k") model = PeftModel.from_pretrained(base_model, "evilfreelancer/saiga_mistral_7b_128k_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ce808c8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:62927cccb334d63f5d21e2eb91f3ecdc7b673f2d9a62d3815831c73b09185390
size 54618762
|