AMUseBot/ai_talks/AMUseBotBackend
2023-06-17 17:54:27 +02:00
..
dialog remove git submodule 2023-06-05 21:23:33 +02:00
doc remove git submodule 2023-06-05 21:23:33 +02:00
models move api to state 2023-06-17 10:44:39 +02:00
recipe remove git submodule 2023-06-05 21:23:33 +02:00
src select role from frontend 2023-06-17 17:54:27 +02:00
utils select role from frontend 2023-06-17 17:54:27 +02:00
.gitignore remove git submodule 2023-06-05 21:23:33 +02:00
consts.py remove git submodule 2023-06-05 21:23:33 +02:00
main.py remove git submodule 2023-06-05 21:23:33 +02:00
README.md remove git submodule 2023-06-05 21:23:33 +02:00
requirements_old.txt fix path issue 2023-06-12 14:17:16 +02:00

Cooking taskbot project

Run system

With Conda

conda create -n "my_env" python=3.9.12 ipython
conda activate my_env
pip install -r requirements.txt
python main.py

Debug mode

python main.py --debug

After running system, model saves in dir:

Linux

~/.cache/huggingface/transformers

Windows

C:\Users\username\.cache\huggingface\transformers.

Requirements

Python 3.9.12

Dataset

YiweiJiang2015/CookDial

NLU model HF repo

kedudzic/roberta-base-cookdial