zhaozh10 / ChatCAD

[COMMSENG'24, TMI'24] Interactive Computer-Aided Diagnosis using LLMs
Apache License 2.0
114 stars 12 forks source link

code #8

Open Andyfever123 opened 3 months ago

Andyfever123 commented 3 months ago

Your work is impressive and has greatly inspired my research. How can I fine-tune your code using my own dataset, or how can I reproduce your paper from scratch?

zhaozh10 commented 3 months ago

Our proposed ChatCAD/ChatCAD+ are more like a complicated system than a simple model. Hence, when it comes to fine-tuning, you can only fine-tune the CAD models (e.g. the CAD models mentioned in https://github.com/zhaozh10/ChatCAD/issues/3#issuecomment-1694387328) within the system. For replication purposes, it's more efficient to directly utilize the code snippets from chat_bot.py rather than deploying web.py, which launches an interactive web demo.