Text Generation
PEFT
TensorBoard
Safetensors
English
mistral
Generated from Trainer
Transformers
text-generation-inference
conversational
Instructions to use robinsmits/Mistral-Instruct-7B-v0.2-ChatAlpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use robinsmits/Mistral-Instruct-7B-v0.2-ChatAlpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "robinsmits/Mistral-Instruct-7B-v0.2-ChatAlpaca") - Notebooks
- Google Colab
- Kaggle
Ctrl+K