qgyd2021 commited on
Commit
e802634
·
1 Parent(s): dcd927a
Files changed (1) hide show
  1. examples.json +1 -1
examples.json CHANGED
@@ -12,7 +12,7 @@
12
  128, 0.75, 0.35, 1.2, "qgyd2021/few_shot_intent", true
13
  ],
14
  [
15
- "小样本意图识别。不确定时输出:不确定。\n\n示例:\n---\ntext: Hello\nintent: 招呼用语\n---\ntext: Thank you :)\nintent: 感谢用语\n---\ntext: Hi I got my parcel and shoes, thank you. \nintent: 已收到商品\n---\ntext: I want to make order\nintent: 如何下单\n---\ntext: And I want to make sure that you are from where ?\nintent: 查发货地\n---\ntext: I did order today\nintent:",
16
  128, 0.75, 0.35, 1.2, "qgyd2021/few_shot_intent", true
17
  ]
18
  ]
 
12
  128, 0.75, 0.35, 1.2, "qgyd2021/few_shot_intent", true
13
  ],
14
  [
15
+ "few-shot intent recognition. output: \"other\" when not sure. \n\nexamples: \n---\ntext: Hello\nintent: greeting\n---\ntext: Thank you :)\nintent: thank\n---\ntext: Hi I got my parcel and shoes, thank you. \nintent: delivery\n---\ntext: I want to make order\nintent: place order\n---\ntext: And I want to make sure that you are from where ?\nintent: place of production\n---\ntext: hello\nintent: ",
16
  128, 0.75, 0.35, 1.2, "qgyd2021/few_shot_intent", true
17
  ]
18
  ]