Add pre-trained model for Snips 94/29294/1
authorMalik Talha <talhamalik727x@gmail.com>
Sun, 22 Oct 2023 15:54:58 +0000 (20:54 +0500)
committerMalik Talha <talhamalik727x@gmail.com>
Sun, 22 Oct 2023 15:54:58 +0000 (20:54 +0500)
commit69fcf984b733774336952bcc6f8ad42d796e5a5d
tree14529f2ee5db3725e08b8da2876d38601e6fc8c4
parentf97f5665a9263cca3609ac8f732e4590a4bf6178
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
46 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
dataset/dataset.json [new file with mode: 0644]
dataset/entities.yaml [new file with mode: 0644]
dataset/intents.yaml [new file with mode: 0644]
model/builtin_entity_parser/metadata.json [new file with mode: 0644]
model/custom_entity_parser/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_1/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_1/parser [new file with mode: 0644]
model/custom_entity_parser/parser/parser_2/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_2/parser [new file with mode: 0644]
model/custom_entity_parser/parser/parser_3/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_3/parser [new file with mode: 0644]
model/custom_entity_parser/parser/parser_4/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_4/parser [new file with mode: 0644]
model/custom_entity_parser/parser/parser_5/metadata.json [new file with mode: 0644]
model/custom_entity_parser/parser/parser_5/parser [new file with mode: 0644]
model/lookup_intent_parser/intent_parser.json [new file with mode: 0644]
model/lookup_intent_parser/metadata.json [new file with mode: 0644]
model/nlu_engine.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/featurizer/featurizer.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/featurizer/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/featurizer/tfidf_vectorizer/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/featurizer/tfidf_vectorizer/vectorizer.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/intent_classifier.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_classifier/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/intent_parser.json [new file with mode: 0644]
model/probabilistic_intent_parser/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_0/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_0/model.crfsuite [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_0/slot_filler.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_1/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_1/model.crfsuite [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_1/slot_filler.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_2/metadata.json [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_2/model.crfsuite [new file with mode: 0644]
model/probabilistic_intent_parser/slot_filler_2/slot_filler.json [new file with mode: 0644]
model/resources/en/gazetteers/top_10000_words_stemmed.txt [new file with mode: 0644]
model/resources/en/metadata.json [new file with mode: 0644]
model/resources/en/noise.txt [new file with mode: 0644]
model/resources/en/stemming/stems.txt [new file with mode: 0644]
model/resources/en/stop_words.txt [new file with mode: 0644]
model/resources/en/word_clusters/brown_clusters.txt [new file with mode: 0644]