Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

TCMChat: Traditional Chinese Medicine Recommendation System based on Large Language Model

Code License Python 3.10.12

新闻

[2024-5-17] huggingface 开源模型权重

应用

安装

git clone https://github.com/daiyizheng/TCMChat
cd TCMChat

首先安装依赖包,python环境建议3.10+

pip install -r requirements.txt

权重下载

  • TCMChat: 基于baichuan2-7B-Chat的中药、方剂知识问答与推荐。

推理

命令行测试

python cli_infer.py \
--model_name_or_path /your/model/path \
--model_type  chat

Web页面测试

python gradio_demo.py

重新训练

数据集下载

暂未开源

预训练

暂未开源

微调

暂未开源

训练细节

请参考论文实验部分说明。

Downloads last month
4
Inference Examples
Inference API (serverless) does not yet support model repos that contain custom code.