Compare commits
No commits in common. "master" and "integrate_chatbot" have entirely different histories.
master
...
integrate_
@ -1,7 +1,5 @@
|
|||||||
RECIPE_PATH=recipe/
|
RECIPE_PATH=AMUseBotFront/ai_talks/AMUseBotBackend/recipe/
|
||||||
DIALOG_PATH=dialog/
|
DIALOG_PATH=AMUseBotFront/ai_talks/AMUseBotBackend/dialog/
|
||||||
INTENT_DICT_PATH=intent_dict.json
|
INTENT_DICT_PATH=ai_talks/AMUseBotBackend/utils/intent_dict.json
|
||||||
MODEL_IDENTIFIER_PATH=roberta-base-cookdial-v1_1.txt
|
MODEL_IDENTIFIER_PATH=ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt
|
||||||
INGREDIENTS_RECIPES_MERGED=ingredients_recipes_merged.csv
|
INGREDIENTS_RECIPES_MERGED=
|
||||||
CHARACTERS_DICT=characters_dict.json
|
|
||||||
API_KEY=
|
|
36
README.md
36
README.md
@ -1,36 +0,0 @@
|
|||||||
# 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
|
|
||||||
streamlit run ai_talks\chat.py
|
|
||||||
|
|
||||||
After running system, model saves in dir:
|
|
||||||
|
|
||||||
Linux
|
|
||||||
|
|
||||||
~/.cache/huggingface/transformers
|
|
||||||
|
|
||||||
Windows
|
|
||||||
|
|
||||||
C:\Users\username\.cache\huggingface\transformers
|
|
||||||
|
|
||||||
To use the purely experimental generative features, for now, an OpenAI API key is needed. Insert it into the following file:
|
|
||||||
|
|
||||||
AMUseBot/.env_template
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Python 3.9.12
|
|
||||||
|
|
||||||
## Dataset
|
|
||||||
|
|
||||||
[YiweiJiang2015/CookDial](https://github.com/YiweiJiang2015/CookDial)
|
|
||||||
|
|
||||||
## NLU model HF repo
|
|
||||||
|
|
||||||
[kedudzic/roberta-base-cookdial](https://huggingface.co/AMUseBot/roberta-base-cookdial-v1_1)
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user