CoolFace
Modelpublic

Shravani-Limited/Zenith-Expert-9B

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes5downloads
Model Card

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 (complianceexpert30k.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:

python
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.