arcee-ai/sec-data-mini
Viewer • Updated • 4.12k • 94 • 3
How to use Shamane/mistral-instruct-v2-sec-cpt-qlora 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, "Shamane/mistral-instruct-v2-sec-cpt-qlora")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the arcee-ai/sec-data-mini dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-Instruct-v0.2