diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-22 20:46:05 +0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-23 15:01:16 +0000 |
commit | 99afa6724dda1844c4645df4849cbd32b78937a1 (patch) | |
tree | 3716b6e43516ed056d6f62c6c05e1c382efca90b /.gitignore | |
parent | baa34d71c6f61db4697113ba4bc7557e781f976b (diff) |
Add pre-trained RASA model
Add a RASA model trained on HVAC Temperature, Fan Speed,
and Volume Control intents.
Bug-AGL: SPEC-4856
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: I3ad2d315320ee7bd73a1e78e721357738974ac88
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e98dd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +pyenv/ +env/ +venv/ +.cache/ +.idea/ +.vscode/ +*.pyc +*.pyo +*.pyd +__pycache__ +.DS_Store +*.log +*.vscode/ +.rasa/
\ No newline at end of file |