Instructions to use Farahft16/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Farahft16/results with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("filipealmeida/Mistral-7B-Instruct-v0.1-sharded") model = PeftModel.from_pretrained(base_model, "Farahft16/results") - Notebooks
- Google Colab
- Kaggle