Text Generation
PEFT
Safetensors
mistral
alignment-handbook
trl
sft
Generated from Trainer
Eval Results (legacy)
Instructions to use cimphony-ai-admin/Cimphony-Mistral-Law-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cimphony-ai-admin/Cimphony-Mistral-Law-7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "cimphony-ai-admin/Cimphony-Mistral-Law-7B") - Notebooks
- Google Colab
- Kaggle
Fail to run on vLLM
5
#1 opened almost 2 years ago
by
yaronr