saurabhchandrapatel / covid-19-nlu-data

Converted JSON training data to Markdown and changed to use new Rasa experimental Retrieval Actions

Home Page:https://github.com/benoitalvarez/Covid-19-QBox-ChatbotModel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-19-nlu-data

Description

Converted JSON training data to Markdown and changed to use new Rasa experimental Retrieval Actions.

Requirements

Included intents

  • None (triggers default fallback)
  • smalltalk_human
  • faq
    • distancing
    • symptoms
    • vaccine
    • vulnerable
    • testing
    • supplies
    • flu
    • howmany
    • masks
    • timescale
    • spread
    • handwashing
    • curve
    • whatisit
    • origin
  • company
    • open
    • wfh
    • mitigation
    • deliveries

How to use this repo

  • npm start if you'd like the most recent changes from the source repo (not maintained by me)
  • Add the following to your config.yml:
    # config.yml
    
    pipeline:
    # ... rest of pipeline
    - name: "ResponseSelector"
        retrieval_intents: faq
    - name: "ResponseSelector"
        retrieval_intents: company
  • Copy over the files from data/ into your rasa project directory

    alternatively, you can copy temp/covid19_data.md if you wanted all training data from the source

  • Add your story files in data/responses.md
  • rasa train

Link to source repo

About

Converted JSON training data to Markdown and changed to use new Rasa experimental Retrieval Actions

https://github.com/benoitalvarez/Covid-19-QBox-ChatbotModel

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%