How to use from the
Use from the
llama-cpp-python library
# Gated model: Login with a HF token with gated access permission
hf auth login
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="0sz1/CrossAuditor-8B",
	filename="llama-3-8b-instruct.Q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

To access this PRO model, please provide your Shoppy.gg Order ID for verification. Access is granted within 1-12 hours after payment.

Log in or Sign Up to review the conditions and access this model content.

CrossAuditor-8B

Contract contradiction detection for MSA and SOW documents

Overview

CrossAuditor is a fine-tuned 8B LLM that identifies contradictions between Master Services Agreements (MSA) and Statements of Work (SOW). It detects misalignments in liability caps, payment terms, IP ownership, termination conditions, confidentiality periods, and governing law.

The model is optimized for local execution via llama.cpp and distributed as a GGUF quantized file.

What It Does

Input Output
MSA + SOW (text or PDF) Structured analysis of contradictions with risk assessment and resolution recommendations

The model performs three tasks:

  1. Extracts key clauses from both documents
  2. Cross-references them to detect direct or indirect contradictions
  3. Produces a written analysis explaining each conflict and suggesting corrections

Example

MSA clause: "Liability is capped at 12 months of fees."

SOW clause: "Contractor has unlimited liability for data breaches."

Model output:

Direct contradiction. SOW introduces unlimited liability for data breaches, conflicting with MSA's liability cap. Resolution: Revise SOW to align with MSA, clarifying that data breach liability remains subject to the 12-month fee limitation.

Proof of Work: Base Llama-3 vs. CrossAuditor-8B

Left: Vanilla Llama-3-8B-Instruct. Notice the high redundancy and formulaic "step-by-step" output. The base model struggles with legal nuance, providing a generic summary rather than a targeted conflict analysis.

Right: CrossAuditor-8B (Fine-tuned). Engineered with 70B-distilled reasoning. Our model identifies the exact legal friction point (Liability Caps vs. Unlimited Data Breach Liability) and immediately evaluates the operational risks. It provides a sophisticated Chain-of-Thought (CoT) analysis that identifies ambiguity where a standard model only sees text differences.

image

Short Demo

https://huggingface.co/spaces/0sz1/CrossAuditor-Demo — upload your MSA and SOW, see contradictions instantly.

Model Details

  • Base model: Llama 3 8B Instruct
  • Fine-tuning method: QLoRA
  • Training data: 200+ MSA-SOW pairs with annotated contradictions
  • Context length: 8192 tokens
  • Format: GGUF (compatible with llama.cpp, LM Studio, Ollama)

License

Commercial license — see LICENSE file.

Redistribution, resale, and use for training competing models are prohibited.

Pricing

Product Price
CrossAuditor (single license) $199
https://shoppy.gg/product/yKlSHVW
Bundle with IT-Auditor (separate model) $250
https://shoppy.gg/product/cmiYhzL

How to Activate:

  1. Purchase the license via the link above.
  2. After payment, you will receive an Order ID.
  3. Click the "Request Access" button at the top of this Hugging Face page.
  4. In the request field, paste your Order ID.
  5. Your access will be approved within 1-12 hours.

Requirements

  • 8GB+ RAM (16GB recommended)
  • CPU or GPU (CUDA support optional)
  • llama.cpp compatible runner (LM Studio, Ollama, or custom build)

Limitations

· English only · Works best with clearly structured commercial contracts · May miss implicit or highly nested contradictions · Does not replace legal counsel — final decisions remain with qualified professionals

Contact

For enterprise licensing or custom fine-tuning inquiries: serghei.zaghinaico@gmail.com

Downloads last month
6
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for 0sz1/CrossAuditor-8B

Quantized
(663)
this model

Space using 0sz1/CrossAuditor-8B 1