aboutsummaryrefslogtreecommitdiffstats
path: root/model/probabilistic_intent_parser/slot_filler_2
diff options
context:
space:
mode:
authorAnuj Solanki <anuj603362@gmail.com>2024-08-18 19:35:10 +0530
committerAnuj Solanki <anuj603362@gmail.com>2024-10-06 19:02:49 +0530
commit2758be6cfabe4a8e1bb784dd5fb7e87a6a500c7c (patch)
tree24c72c388a1b24ec88e56f42d27740af36bfd846 /model/probabilistic_intent_parser/slot_filler_2
parentbaa22d45a23c7df94ff0caa64fbd0fbe819bda04 (diff)
Update snips-model-aglHEADmaster
- Expanded the dataset for intent HVACTemperature, HVACFanSpeed and VolumeControl. - Add MediaControl intent. Bug-AGL: SPEC-5200 Change-Id: Idd7e85a1beb7126350ecee552ac6bb0db5008c24 Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'model/probabilistic_intent_parser/slot_filler_2')
-rw-r--r--model/probabilistic_intent_parser/slot_filler_2/model.crfsuitebin20716 -> 23548 bytes
-rw-r--r--model/probabilistic_intent_parser/slot_filler_2/slot_filler.json19
2 files changed, 11 insertions, 8 deletions
diff --git a/model/probabilistic_intent_parser/slot_filler_2/model.crfsuite b/model/probabilistic_intent_parser/slot_filler_2/model.crfsuite
index 65a8577..42e5187 100644
--- a/model/probabilistic_intent_parser/slot_filler_2/model.crfsuite
+++ b/model/probabilistic_intent_parser/slot_filler_2/model.crfsuite
Binary files differ
diff --git a/model/probabilistic_intent_parser/slot_filler_2/slot_filler.json b/model/probabilistic_intent_parser/slot_filler_2/slot_filler.json
index 3ea6fbb..da59a3e 100644
--- a/model/probabilistic_intent_parser/slot_filler_2/slot_filler.json
+++ b/model/probabilistic_intent_parser/slot_filler_2/slot_filler.json
@@ -101,9 +101,7 @@
{
"args": {
"entities": [
- "to_or_by",
- "numeric_value",
- "volume_control_action"
+ "media_control_action"
],
"entity_filter": {
"automatically_extensible": false
@@ -120,7 +118,11 @@
},
{
"args": {
- "entities": [],
+ "entities": [
+ "media_artist",
+ "media_album",
+ "media_item"
+ ],
"entity_filter": {
"automatically_extensible": true
},
@@ -178,11 +180,12 @@
"unit_name": "crf_slot_filler"
},
"crf_model_file": "model.crfsuite",
- "intent": "VolumeControl",
+ "intent": "MediaControl",
"language_code": "en",
"slot_name_mapping": {
- "numeric_value": "numeric_value",
- "to_or_by": "to_or_by",
- "volume_control_action": "volume_control_action"
+ "media_album": "media_album",
+ "media_artist": "media_artist",
+ "media_control_action": "media_control_action",
+ "media_item": "media_item"
}
} \ No newline at end of file