Instructions to use yash9439/mistral_7b_fineTuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yash9439/mistral_7b_fineTuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/kaggle/input/mistral/pytorch/7b-v0.1-hf/1") model = PeftModel.from_pretrained(base_model, "yash9439/mistral_7b_fineTuned") - Notebooks
- Google Colab
- Kaggle
Ctrl+K