Instructions to use eperim/mistral-QLORA-FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eperim/mistral-QLORA-FT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "eperim/mistral-QLORA-FT") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Mar23_13-15-03_2ddbc403872e
- Mar23_13-15-26_2ddbc403872e
- Mar23_13-16-42_2ddbc403872e
- Mar23_13-17-07_2ddbc403872e
- Mar23_13-19-16_2ddbc403872e
- Mar23_13-27-58_2ddbc403872e
- Mar23_13-29-09_2ddbc403872e
- Mar23_13-31-12_2ddbc403872e
- Mar23_13-32-24_2ddbc403872e
- Mar23_13-37-53_2ddbc403872e
- Mar23_13-46-22_2ddbc403872e