Skip to content

0.9.2

Latest
Compare
Choose a tag to compare
@fbilhaut fbilhaut released this 27 Jan 08:44
· 3 commits to main since this release

Fixed

  • Fixed issue with multi-word labels (issue #1).

Added

  • Pipeline for Relation Extraction, with related example.
  • Matrix-level documentation of pre- and post-processing steps (see doc/Processing.typ or doc/Processing.pdf).
  • More unit-tests.

Changed

  • The Pipeline trait is now fully generic wrt. input, output and context types.
  • The Model struct is more opaque and parametrized by a pipeline which it handles by itself.
  • The GLiNER struct is now a light convenience wrapper around Model, Pipeline and Parameters.
  • The Composable trait is now implemented for Model+Pipeline+Parameters combos, to facilitate re-use and combination of pipelines. See Pipeline::to_composable() or Model::to_composable().
  • Drop num_traits dependency (in favor of ndarray's NdFloat).