irlab-sdu / fuzi.mingcha

夫子•明察司法大模型是由山东大学、浪潮云、中国政法大学联合研发,以 ChatGLM 为大模型底座,基于海量中文无监督司法语料与有监督司法微调数据训练的中文司法大模型。该模型支持法条检索、案例分析、三段论推理判决以及司法对话等功能,旨在为用户提供全方位、高精准的法律咨询与解答服务。
Apache License 2.0
236 stars 17 forks source link

how to use #1

Open Dasiy336 opened 10 months ago

Furyton commented 10 months ago

Hello Dasiy,

To get started with using our model, you can refer to the script in src/cli_demo.py or on the Hugging Face model hub.

Our model is trained based on ChatGLM, so you can apply it in the same manner. src/cli_demo.py provides comprehensive functionalities with a retrieval pipeline. However, for simplicity, you can use it directly as if it were ChatGLM.