AI Models
    Legal Peace V1.0

    OlaverseLegal Peace V1.0

    Legal Peace family · open weights on Hugging Face.

    Specialised legal reasoning model fine-tuned for contract analysis and document comprehension.

    Transformers
    Safetensors
    Mistral
    Text Generation
    Legal
    Contract Analysis
    Legal Reasoning
    Olaverse
    English
    Base: unsloth/mistral-7b-v0.3-bnb-4bit
    Base: unsloth/mistral-7b-v0.3-bnb-4bit
    Licence: apache-2.0
    Text Generation Inference
    Endpoints Compatible
    2
    Likes
    235
    Downloads
    Feb 2026
    Created

    Model Card

    Built for production use.

    Open-weights repository on Hugging Face

    Integrated ecosystem protocol tier.

    Compatible with Transformers library

    Integrated ecosystem protocol tier.

    Optimised for low-latency inference

    Integrated ecosystem protocol tier.

    Community engagement: 2 likes

    Integrated ecosystem protocol tier.

    Quick Start

    Use Legal Peace V1.0, straight from its model card.

    example.py
    from the model card
    from olaverse.llm import LegalPeace
    model = LegalPeace() # defaults to "olaverse/legal-peace-v1.0"
    model.load() # requires GPU + unsloth
    prompt = "Analyze this clause: 'All disputes shall be resolved through binding arbitration in Delaware.' What are the key implications?"
    response = model.generate(prompt, max_new_tokens=300, temperature=0.7)
    print(response)
    Model Card

    Official Repository README

    Dynamically loaded from Hugging Face

    Model card metadata is available on Hugging Face.

    Built with

    Transformers PyTorch Python
    Built by Olaverse Labs

    Ready to try Legal Peace V1.0?

    Specialised legal reasoning model fine-tuned for contract analysis and document comprehension.

    Model Ecosystem

    Explore More Models