Instructions to use Taniosama/results_mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Taniosama/results_mistral with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "Taniosama/results_mistral") - Transformers
How to use Taniosama/results_mistral with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Taniosama/results_mistral", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K