π§ Phi-3 Mini Fine-Tuned (GGUF) β Legal Assistant
This is a LoRA fine-tuned version of microsoft/phi-3-mini-4k-instruct
converted to GGUF format for use with llama.cpp
, Ollama
, or compatible runtimes.
It was trained on legal documents to act as a context-aware legal assistant that can answer questions from uploaded contracts and policies.
π§ Model Details
- Base model:
microsoft/phi-3-mini-4k-instruct
- Fine-tuned with: LoRA (PEFT) + TRLL SFTTrainer
- Converted to GGUF using:
convert_hf_to_gguf.py
fromllama.cpp
π How to Use
π With llama.cpp
./main -m phi3-finetuned.gguf -p "What rights does this contract give me?"
π With π With Python + llama-cpp-python
from llama_cpp import Llama
llm = Llama(model_path="phi3-finetuned.gguf")
output = llm("Summarize the terms of this agreement.")
print(output)
π With π€ With Ollama (if merged)
ollama create phi3-legal -f Modelfile
ollama run phi3-legal
π§Ύ Use Cases
This fine-tuned model is intended for legal document analysis and Q&A applications.
Example questions it can answer:
- "Can this agreement be terminated without prior notice?"
- "Do I have refund rights under this policy?"
- "What are the obligations mentioned in clause 3?"
- "Is there an arbitration clause in this contract?"
It is designed to provide helpful, non-legal-advice explanations by summarizing and interpreting clauses based on the uploaded text context.
π Files
File | Description |
---|---|
phi3-finetuned.gguf |
The GGUF format model file for inference |
README.md |
Description and usage guide (this file) |
Modelfile (optional) |
Ollama model recipe (if you use Ollama) |
π§ Credits
- Project: DocuAnalyzer AI
- Author: Vighnesh M S (@VGreatVig07)
- Fine-tuning: Performed using Hugging Face
transformers
,trl
, andPEFT
(LoRA) - Conversion: Model converted to
.gguf
format usingllama.cpp
'sconvert_hf_to_gguf.py
Thanks to open-source contributions from:
- Microsoft (Phi-3 base model)
- Hugging Face ecosystem
- llama.cpp team
- Downloads last month
- 9
Hardware compatibility
Log In
to view the estimation
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for VGreatVig07/phi3-mini-Docuanalyzer
Base model
microsoft/Phi-3-mini-4k-instruct