diff options
author | 2023-10-22 20:54:58 +0500 | |
---|---|---|
committer | 2023-10-22 20:54:58 +0500 | |
commit | 69fcf984b733774336952bcc6f8ad42d796e5a5d (patch) | |
tree | 14529f2ee5db3725e08b8da2876d38601e6fc8c4 /.gitignore | |
parent | f97f5665a9263cca3609ac8f732e4590a4bf6178 (diff) |
Add pre-trained model for Snips
Add a Snips model trained on HVAC Temperature, Fan Speed,
and Volume Control intents.
SPEC-4856
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: I624fa48c059d4fa1a5f2ef07e3af88b3076509f2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42201d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +pyenv/ +env/ +venv/ +.cache/ +.idea/ +.vscode/ +*.pyc +*.pyo +*.pyd +__pycache__ +.DS_Store +*.log +*.vscode/
\ No newline at end of file |