Views
No views yet
case facts -> legal issue -> short answer -> structured legal reasoning1{
2 "domain": "contract_law",
3 "issue": "The main legal issue raised by the case facts.",
4 "answer": "A concise legal-information answer.",
5 "legal_reasoning": "Structured reasoning based on the facts."
6}gemma-4-31b-it.Q8_0.ggufgemma-4-31b-it.BF16-mmproj.ggufunsloth/gemma-4-31B-itomersx/business-legal-disputes| Step | Training Loss | Validation Loss |
|---|---|---|
| 50 | 0.126261 | 0.909105 |
| 100 | 0.106348 | 0.843757 |
| 150 | 0.123074 | 0.826234 |
omersx/gemma4-31b-business-legal-lora-v21You are a legal reasoning model specialized in contract and business disputes.
2Given case facts, identify the legal issue, apply structured legal reasoning,
3and return valid JSON only. This is legal information, not legal advice.
4
5Detected domain: contract_law
6
7Case:
8A supplier accepted a $50,000 deposit for industrial machinery, missed the delivery deadline, and refused to return the deposit.1{
2 "domain": "contract_law",
3 "issue": "Whether the supplier breached the contract by failing to deliver the machinery and whether the buyer is entitled to restitution of the deposit.",
4 "answer": "The supplier is in breach of contract and is legally obligated to refund the deposit to the buyer.",
5 "legal_reasoning": "A contract was formed when the buyer paid a deposit in exchange for delivery of machinery. The supplier's failure to deliver by the agreed deadline constitutes a material breach. Because the buyer did not receive the promised performance, retaining the deposit would unjustly enrich the supplier, supporting restitution."
6}1llama-server \
2 --model gemma-4-31b-it.Q8_0.gguf \
3 --ctx-size 4096 \
4 --n-gpu-layers 99 \
5 --host 0.0.0.0 \
6 --port 8000http://localhost:8000/v1/chat/completions