27 lines
605 B
Markdown
27 lines
605 B
Markdown
|
|
---
|
|||
|
|
language:
|
|||
|
|
- zh
|
|||
|
|
license: apache-2.0
|
|||
|
|
base_model: Qwen/Qwen2.5-3B-Instruct
|
|||
|
|
tags:
|
|||
|
|
- legal
|
|||
|
|
- contract-review
|
|||
|
|
- unsloth
|
|||
|
|
- qwen2
|
|||
|
|
- conversational
|
|||
|
|
pipeline_tag: text-generation
|
|||
|
|
inference: true
|
|||
|
|
widget:
|
|||
|
|
- messages:
|
|||
|
|
- role: user
|
|||
|
|
content: "请问XX有限公司的主要业务是什么?"
|
|||
|
|
example_title: "公司业务"
|
|||
|
|
- messages:
|
|||
|
|
- role: user
|
|||
|
|
content: "XX的License数量有什么限制?"
|
|||
|
|
example_title: "License限制"
|
|||
|
|
- messages:
|
|||
|
|
- role: user
|
|||
|
|
content: "请审查以下合同条款是否存在风险:甲方有权随时单方面终止合同。"
|
|||
|
|
example_title: "合同风险审查"
|
|||
|
|
---
|