Skip to content

Add a new text classification example, Interface & YAML util updates

Latest
Compare
Choose a tag to compare
@yoshitomo-matsubara yoshitomo-matsubara released this 11 May 23:21
· 2 commits to main since this release
f90cae1

Examples

  • Fix typos (PRs #500, #501)
  • Rename text_classification.py (PR #508)
  • Move GLUE-specific code to general_language_understanding.py (PR #509)
  • Upgrade the text classification script, supporting multiple evaluation metrics with GoEmotions example (PR #510)

Interfaces

  • Add a new forward proc (PR #502)
  • Fix potential bugs (PR #507)

YAML util

  • Support call_method (PR #506)

Documentation

  • Update projects (PR #498)

Misc