Zenith Expert 9B (LoRA Adapter)
Zenith Expert 9B is a specialized LoRA adapter designed for UK legal compliance and regulatory reasoning. It is part of the Shravani-Limited suite of legal AI models.
ποΈ Live Demo
You can test this model in a real-world legal application here: aegislegal.ai
ποΈ Model Details
- Type: PEFT / LoRA Adapter
- Base Model: Huihui-Qwen3.5-9B-abliterated
- Weight Size: 223 MB
- Training Data: Fine-tuned on 30,000+ custom legal compliance scenarios (compliance_expert_30k.jsonl).
π Capabilities
- Detailed compliance auditing and risk assessment.
- Drafting of regulatory-aligned documentation.
- Nuanced reasoning over UK administrative law.
π οΈ Loading Instructions
You can load this adapter using the peft library on top of the base Qwen model:
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base_model = "huihui-ai/Huihui-Qwen3.5-9B-abliterated"
adapter_id = "Shravani-Limited/Zenith-Expert-9B"
model = AutoModelForCausalLM.from_pretrained(base_model)
model = PeftModel.from_pretrained(model, adapter_id)
βοΈ License
Released under the Open Government Licence v3.0.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Model tree for Shravani-Limited/Zenith-Expert-9B
Base model
Qwen/Qwen3.5-9B-Base Finetuned
Qwen/Qwen3.5-9B Finetuned
huihui-ai/Huihui-Qwen3.5-9B-abliterated