MarkTTT commited on
Commit
0852647
1 Parent(s): 474fbc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -4,8 +4,7 @@ license: mit
4
 
5
  # ChiMed-GPT
6
 
7
- ChiMed-GPT is a Chinese medical large language model (LLM) that is built by continually training [Ziya-v2](https://arxiv.org/abs/2311.03301) on Chinese medical data, where pre-training, supervised fine-tuning (SFT), and reinforcement learning from human feedback (RLHF) are performed.
8
-
9
  More information about the model is coming soon.
10
 
11
  ## Citation
@@ -39,3 +38,9 @@ output = tokenizer.batch_decode(generate_ids)[0]
39
  print(output)
40
  ```
41
 
 
 
 
 
 
 
 
4
 
5
  # ChiMed-GPT
6
 
7
+ ChiMed-GPT is a Chinese medical large language model (LLM) built by continually training [Ziya-v2](https://arxiv.org/abs/2311.03301) on Chinese medical data, where pre-training, supervised fine-tuning (SFT), and reinforcement learning from human feedback (RLHF) are comprehensively performed on it.
 
8
  More information about the model is coming soon.
9
 
10
  ## Citation
 
38
  print(output)
39
  ```
40
 
41
+
42
+ ## Disclaimer
43
+
44
+ Please note that the content generated by ChiMed-GPT, including any advice, suggestions, information, or recommendations, does not reflect our views or beliefs. The responses provided by the large language model should not be considered as endorsements, opinions, or advice from us. We do not take responsibility for the accuracy, reliability, or appropriateness of the information provided. Users should exercise their own judgment and discretion when interpreting and using the information generated by the large language model.
45
+
46
+