Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

add BERT token embedder #2067

Merged
merged 19 commits into from
Nov 26, 2018
Merged

add BERT token embedder #2067

merged 19 commits into from
Nov 26, 2018

Commits on Nov 15, 2018

  1. bert wip

    joelgrus committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    025cf1b View commit details
    Browse the repository at this point in the history
  2. update pylintrc

    joelgrus committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    e90345b View commit details
    Browse the repository at this point in the history
  3. bert

    joelgrus committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a0cadbe View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. debugging test

    joelgrus committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e6ff247 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. fix bug in token indexer

    joelgrus committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    72ed878 View commit details
    Browse the repository at this point in the history
  2. get end to end test working

    joelgrus committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    405795e View commit details
    Browse the repository at this point in the history
  3. remove print statements

    joelgrus committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    97fabda View commit details
    Browse the repository at this point in the history
  4. add back missing line

    joelgrus committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    ccc3784 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    93396a9 View commit details
    Browse the repository at this point in the history
  2. clean up class hierarchy

    joelgrus committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    78724eb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. keep working on BERT

    joelgrus committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    a0a59cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff2c7e View commit details
    Browse the repository at this point in the history
  3. fix bert tests

    joelgrus committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    212bda1 View commit details
    Browse the repository at this point in the history
  4. fix mypy + pylint

    joelgrus committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    ef4f02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7df632 View commit details
    Browse the repository at this point in the history
  6. add comments

    joelgrus committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3a4c0bc View commit details
    Browse the repository at this point in the history
  7. address PR feedback

    joelgrus committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    69a32c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. address PR feedback

    joelgrus committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    6eb5cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c23b67c View commit details
    Browse the repository at this point in the history