CMLL commited on
Commit
be3f756
1 Parent(s): 3956a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -13,17 +13,14 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
  # FulPhil-仲景中医大语言模型-ZhongJingGPT-V2-1_8b-First LLM in TCM
16
-
17
  致敬仲景先师,融汇古典与智能。本模型由医哲未来(FulPhil)研发,是专注于中医药领域的强大语言模型。它能够运用传统中医理论,结合现代人工智能技术,为中医研究和应用提供卓越助力。欢迎关注我们的 [GitHub主页](https://github.com/pariskang/CMLM-ZhongJing) 及模型 [ZhongJing-2-1_8b](https://huggingface.co/CMLM/ZhongJing-2-1_8b) 下载体验!
18
  Paying tribute to the ancient master Zhang Zhongjing, this model integrates classical knowledge with modern intelligence. Developed by FulPhil (Future Medicine Philosophy), it is a powerful language model focused on the field of Traditional Chinese Medicine (TCM). It employs traditional TCM theories combined with contemporary artificial intelligence technology to provide excellent support for TCM research and applications. Welcome to visit our [GitHub homepage](https://github.com/pariskang/CMLM-ZhongJing) and download the model [ZhongJing-2-1_8b-merge](https://huggingface.co/CMLM/ZhongJing-2-1_8b) for a trial experience!
19
  请注意!!!本模型不得用于任何医疗或潜在具有医疗或康养建议的任何场景,目前仍为科研测试阶段,敬请帮我们提出宝贵意见,谢谢。
20
  Please note!!! This model should not be used for any medical purposes or scenarios potentially involving medical or health advice. It is currently still in the research and testing stage. We sincerely request your valuable feedback. Thank you.
21
  """
22
 
23
-
24
  LICENSE = """
25
  <p/>
26
-
27
  ---
28
  As a derivate work of [ZhongJing-2-1_8b](https://huggingface.co/CMLM/ZhongJing-2-1_8b) by FulPhil,
29
  this demo is governed by the original [license](https://huggingface.co/CMLM/ZhongJing-2-1_8b/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/CMLM/ZhongJing-2-1_8b/blob/main/USE_POLICY.md).
@@ -45,7 +42,7 @@ def generate(
45
  system_prompt: str = "You are a helpful TCM assistant named 仲景中医大语言模型, created by 医哲未来. You can switch between Chinese and English based on user preference.",
46
  max_new_tokens: int = 1024,
47
  temperature: float = 0.6,
48
- top_p: float = 0.9,
49
  top_k: int = 50,
50
  repetition_penalty: float = 1.2,
51
  ) -> Iterator[str]:
@@ -126,9 +123,10 @@ chat_interface = gr.ChatInterface(
126
  ["简述《伤寒杂病论》的主要内容。"],
127
  ["中医如何治疗失眠?"],
128
  ["我发热,咳嗽,咽痛,舌苔黄腻,脉滑数,请给出中医诊断及处方?"],
129
- ["写一篇关于‘AI在中医研究中的应用’的100字文章。"],
130
- ["写一篇从中医角度关于‘秋季女性健康调养方案‘的1000字科普文章,从季节变化、饮食调理、活动养生等方面进行阐述"],
131
  ],
 
132
  )
133
 
134
  with gr.Blocks(css="style.css") as demo:
@@ -138,5 +136,4 @@ with gr.Blocks(css="style.css") as demo:
138
  gr.Markdown(LICENSE)
139
 
140
  if __name__ == "__main__":
141
- demo.queue(max_size=20).launch()
142
-
 
13
 
14
  DESCRIPTION = """\
15
  # FulPhil-仲景中医大语言模型-ZhongJingGPT-V2-1_8b-First LLM in TCM
 
16
  致敬仲景先师,融汇古典与智能。本模型由医哲未来(FulPhil)研发,是专注于中医药领域的强大语言模型。它能够运用传统中医理论,结合现代人工智能技术,为中医研究和应用提供卓越助力。欢迎关注我们的 [GitHub主页](https://github.com/pariskang/CMLM-ZhongJing) 及模型 [ZhongJing-2-1_8b](https://huggingface.co/CMLM/ZhongJing-2-1_8b) 下载体验!
17
  Paying tribute to the ancient master Zhang Zhongjing, this model integrates classical knowledge with modern intelligence. Developed by FulPhil (Future Medicine Philosophy), it is a powerful language model focused on the field of Traditional Chinese Medicine (TCM). It employs traditional TCM theories combined with contemporary artificial intelligence technology to provide excellent support for TCM research and applications. Welcome to visit our [GitHub homepage](https://github.com/pariskang/CMLM-ZhongJing) and download the model [ZhongJing-2-1_8b-merge](https://huggingface.co/CMLM/ZhongJing-2-1_8b) for a trial experience!
18
  请注意!!!本模型不得用于任何医疗或潜在具有医疗或康养建议的任何场景,目前仍为科研测试阶段,敬请帮我们提出宝贵意见,谢谢。
19
  Please note!!! This model should not be used for any medical purposes or scenarios potentially involving medical or health advice. It is currently still in the research and testing stage. We sincerely request your valuable feedback. Thank you.
20
  """
21
 
 
22
  LICENSE = """
23
  <p/>
 
24
  ---
25
  As a derivate work of [ZhongJing-2-1_8b](https://huggingface.co/CMLM/ZhongJing-2-1_8b) by FulPhil,
26
  this demo is governed by the original [license](https://huggingface.co/CMLM/ZhongJing-2-1_8b/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/CMLM/ZhongJing-2-1_8b/blob/main/USE_POLICY.md).
 
42
  system_prompt: str = "You are a helpful TCM assistant named 仲景中医大语言模型, created by 医哲未来. You can switch between Chinese and English based on user preference.",
43
  max_new_tokens: int = 1024,
44
  temperature: float = 0.6,
45
+ top_p: float = 0.95,
46
  top_k: int = 50,
47
  repetition_penalty: float = 1.2,
48
  ) -> Iterator[str]:
 
123
  ["简述《伤寒杂病论》的主要内容。"],
124
  ["中医如何治疗失眠?"],
125
  ["我发热,咳嗽,咽痛,舌苔黄腻,脉滑数,请给出中医诊断及处方?"],
126
+ ["写一篇关于'AI在中医研究中的应用'的100字文章。"],
127
+ ["写一篇从中医角度关于'秋季女性健康调养方案'的1000字科普文章,从季节变化、饮食调理、活动养生等方面进行阐述"],
128
  ],
129
+ elem_classes="chatbox-container" # 添加这一行来应用新的 CSS 类
130
  )
131
 
132
  with gr.Blocks(css="style.css") as demo:
 
136
  gr.Markdown(LICENSE)
137
 
138
  if __name__ == "__main__":
139
+ demo.queue(max_size=20).launch()