Contract Analysis — Qwen2.5-3B (Merged)

LoRA adapter nhẹ hơn: phamthanhfd/contract-analysis-lora-adapter

Quick Start

from transformers import pipeline
pipe = pipeline("text-generation", model="phamthanhfd/contract-analysis-qwen2.5-3b", device_map="auto")
messages = [
    {"role":"system","content":"You are a legal contract expert. Return JSON with category and summary."},
    {"role":"user","content":"Analyze: The employee shall not disclose confidential information."}
]
result = pipe(messages, max_new_tokens=150, temperature=0.1)
print(result[0]["generated_text"][-1]["content"])
Downloads last month
18
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for phamthanhfd/contract-analysis-qwen2.5-3b

Base model

Qwen/Qwen2.5-3B
Finetuned
(1401)
this model

Dataset used to train phamthanhfd/contract-analysis-qwen2.5-3b