Search Query Agent (LoRA)
LoRA adapter for mistralai/Ministral-3-14B-Instruct-2512-BF16 fine-tuned for MCQA to search query generation.
Usage
Load with PEFT:
from transformers import AutoModelForCausalLM
from peft import PeftModel
base = AutoModelForCausalLM.from_pretrained("mistralai/Ministral-3-14B-Instruct-2512-BF16")
model = PeftModel.from_pretrained(base, "livawork/search-query-agent-ministral-14b")
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for livawork/search-query-agent-ministral-14b
Base model
mistralai/Ministral-3-14B-Base-2512