ShengbinYue commited on
Commit
26d12cd
1 Parent(s): f210d37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  </div>
13
  This repository contains the DISC-LawLLM, version of Baichuan-13b-base as the base model.
14
 
15
- DISC-LawLLM is a large language model specialized in Chinese legal domain, developed and open-sourced by [Data Intelligence and Social Computing Laboratory of Fudan University (Fudan-DISC)](http://fudan-disc.com),which aim to provide comprehensive intelligent legal services:
16
  * **Legal Texts Generic Processing Capability**
17
  * **Legal Thinking and Reasoning**
18
  * **Legal knowledge Retrieval Capacity**
@@ -122,11 +122,11 @@ we construct a high-quality supervised fine-tuning dataset, DISC-Law-SFT with tw
122
  >>>print(response)
123
  ```
124
 
125
- ## Disclaimer
126
 
127
  DISC-LawLLM comes with issues and limitations that current LLMs have yet to overcome. While it can provide Chinese legal services in many a wide variety of tasks and scenarios, the model should be used for reference purposes only and cannot replace professional lawyers and legal experts. We encourage users of DISC-LawLLM to evaluate the model critically. We do not take responsibility for any issues, risks, or adverse consequences that may arise from the use of DISC-LawLLM.
128
 
129
- ## Citation
130
 
131
  If our work is helpful for your, please kindly cite our work as follows:
132
 
@@ -141,7 +141,7 @@ If our work is helpful for your, please kindly cite our work as follows:
141
  }
142
  ```
143
 
144
- ## License
145
 
146
  DISC-LawLLM is available under the Apache License.
147
 
 
12
  </div>
13
  This repository contains the DISC-LawLLM, version of Baichuan-13b-base as the base model.
14
 
15
+ DISC-LawLLM is a large language model specialized in Chinese legal domain, developed and open-sourced by [Data Intelligence and Social Computing Laboratory of Fudan University (Fudan-DISC)](http://fudan-disc.com),which aim to provide comprehensive intelligent legal services. The advtantages of our DISC-LawLLM is as follow:
16
  * **Legal Texts Generic Processing Capability**
17
  * **Legal Thinking and Reasoning**
18
  * **Legal knowledge Retrieval Capacity**
 
122
  >>>print(response)
123
  ```
124
 
125
+ # Disclaimer
126
 
127
  DISC-LawLLM comes with issues and limitations that current LLMs have yet to overcome. While it can provide Chinese legal services in many a wide variety of tasks and scenarios, the model should be used for reference purposes only and cannot replace professional lawyers and legal experts. We encourage users of DISC-LawLLM to evaluate the model critically. We do not take responsibility for any issues, risks, or adverse consequences that may arise from the use of DISC-LawLLM.
128
 
129
+ # Citation
130
 
131
  If our work is helpful for your, please kindly cite our work as follows:
132
 
 
141
  }
142
  ```
143
 
144
+ # License
145
 
146
  DISC-LawLLM is available under the Apache License.
147