calpoly-csai / api

Official API for the NIMBUS Voice Assistant accessible via HTTP REST protocol.
https://nimbus.api.calpolycsai.com/
GNU General Public License v3.0
9 stars 4 forks source link

Implement get_qa_pair to get Q&A formats #59

Closed mfekadu closed 4 years ago

mfekadu commented 4 years ago

Objective

The get_qa_pair function is vital for

  1. Training the QA model
  2. Performing variable substitution on answer formats

Key Result

Create this function within the NimbusMySQLAlchemy class

Details