Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Feat/skills batch response #47

Merged
merged 3 commits into from
Oct 8, 2019
Merged

Conversation

my-master
Copy link
Contributor

  • change skills output API so they return a list of hypotheses on each utterance
  • change Utterance schema: selected_skills dict now is a list of hypotheses:
'hypotheses': [
        {
          'skill_name': 'chitchat',
          'text': 'Формы заявления и согласия будут размещены по ссылке.',
          'confidence': 0.5
        },
        {
          'skill_name': 'odqa',
          'text': 'мамаше, Марусе и Клаве',
          'confidence': 0.5
        }
      ]

@my-master my-master requested a review from p-rdx October 7, 2019 17:35
@my-master my-master changed the title Feat/skills batch response [WIP]Feat/skills batch response Oct 7, 2019
@my-master my-master merged commit 3d9a79a into dev Oct 8, 2019
@my-master my-master deleted the feat/skills-batch-response branch October 11, 2019 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants