CAMeL-Lab / TOIA-2.0

2 stars 0 forks source link

Dm embeddings #70

Closed AMChierici closed 2 years ago

AMChierici commented 2 years ago

@bordernone, the DEVELOP branch is ready to be tested, and if it works, we merge to master. In summary:

  1. @ma5638 created the smart suggestions for the player and added a route into the q_api code to access it.
  2. He also updated the frontend to implement the smart suggestions on the Player.
  3. @AMChierici promoted the new DM code to use GPT-3. Code might not be super-clean, e.g., I can't recall if I commented out, but we no longer need the long and memory expensive Spacy model. We no longer need to upload it in the requirements file too. Please double-check.
  4. @AMChierici also debugged a few things on the create_embeddings.py script that I saved in the dm folder (note that @ma5638 created his own version of the script into the q_api folder. Perhaps his works better than mine).