Skip to content

Releases: entelecheia/hyfi-ml

v0.2.0

25 Mar 06:59
Compare
Choose a tag to compare

Feature

  • classification: Update usage instructions in classification.ipynb (3cbad8e)
  • book: Add new section to usage chapter (e0c6ca8)
  • models: Add text classification models module and necessary classes (484db0f)
  • text_classifier: Add TextClassifier class for text classification tasks using transformer models from Hugging Face (586a38e)
  • hyfiml: Add package initialization comment (7460a55)

Fix

  • text_classifier: Return labels instead of ids in predict method (a987cc8)
  • dependencies: Update hyfi to version 1.36.2 (f894097)
  • dependencies: Update hyfi to version ^1.36.1 (564c85a)

v0.1.0

17 Mar 18:38
Compare
Choose a tag to compare

Feature

  • poetry: Add hyfi-ml package configuration (3ed912e)
  • Makefile: Add Makefile with rules for cleaning, showing branches, and setting up the project. (996a329)
  • copier: Add .copier-config.yaml file with project configuration for HyFI-ML (0bc610f)