kbressem / medAlpaca

LLM finetuned for medical question answering
GNU General Public License v3.0
474 stars 54 forks source link

help to run!!! #26

Closed ethdig closed 1 year ago

ethdig commented 1 year ago

these processes are ok, conda create -n medalpaca python>=3.9 pip install -r requirements.txt

How should I run medAlpaca?

under demo folder: I am running python3 app.py port 500 opens without any problems, but when I type something in "medAlpaca" I get no response. Thank you.

kbressem commented 1 year ago

We do not really provide a UI, only the models and training scripts. If you only want to try out the model, check out https://github.com/oobabooga/text-generation-webui. You can load the medAlpaca models there as well.

ethdig commented 1 year ago

Thank you