Compare commits
2 Commits
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
784a6ce0b5 | ||
d0bedfb7af |
@ -1,7 +1,7 @@
|
||||
RECIPE_PATH=recipe/
|
||||
DIALOG_PATH=dialog/
|
||||
INTENT_DICT_PATH=intent_dict.json
|
||||
MODEL_IDENTIFIER_PATH=roberta-base-cookdial-v1_1.txt
|
||||
INGREDIENTS_RECIPES_MERGED=ingredients_recipes_merged.csv
|
||||
CHARACTERS_DICT=characters_dict.json
|
||||
RECIPE_PATH=AMUseBotFront/ai_talks/AMUseBotBackend/recipe/
|
||||
DIALOG_PATH=AMUseBotFront/ai_talks/AMUseBotBackend/dialog/
|
||||
INTENT_DICT_PATH=ai_talks/AMUseBotBackend/utils/intent_dict.json
|
||||
MODEL_IDENTIFIER_PATH=ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt
|
||||
INGREDIENTS_RECIPES_MERGED=
|
||||
CHARACTERS_DICT=
|
||||
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