Created
June 28, 2019 15:58
-
-
Save acriptis/51b0cdb68db942fd267eeda51353bde8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chainer": { | |
"in": [ | |
"utterances" | |
], | |
"out": [ | |
"responses_batch" | |
], | |
"pipe": [ | |
{ | |
"class_name": "aiml_skill", | |
"path_to_aiml_scripts": "{PROJECT_ROOT}/aiml_scripts", | |
"null_response": "I don't know", | |
"in": [ | |
"utterances" | |
], | |
"out": [ | |
"responses_batch", | |
"confidences_batch", | |
"output_states_batch" | |
] | |
} | |
] | |
}, | |
"metadata": { | |
"variables": { | |
"ROOT_PATH": "~/.deeppavlov", | |
"DOWNLOADS_PATH": "{ROOT_PATH}/downloads", | |
"MODELS_PATH": "{ROOT_PATH}/models", | |
"PROJECT_ROOT": "." | |
}, | |
"requirements": [ | |
"{DEEPPAVLOV_PATH}/requirements/aiml_skill.txt" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment