Skip to content

Releases: hezarai/hezar

0.40.3

16 Aug 09:45
Compare
Choose a tag to compare
:bookmark: Release v0.40.3

0.40.2

18 Jul 13:56
Compare
Choose a tag to compare
:bookmark: Release v0.40.2

0.40.1

07 Jul 08:50
Compare
Choose a tag to compare
:bookmark: Release v0.40.1

0.40.0

05 Jul 12:37
Compare
Choose a tag to compare

Main Changes

  • Add text_detection to models
  • Add CRAFT model for text detection
  • Suppress some dependencies and make them optional
  • Fix minor bugs and issues

0.39.1

16 Jun 12:02
Compare
Choose a tag to compare

Changes:

  • Now all build functions (previously only accessible from hezar.builders) are also importable from their base modules. (from hezar.models import build_model)
  • Fixed the bug of requiring librosa for the base installation.
  • Some updates to the docs.

0.39.0

14 Jun 11:18
Compare
Choose a tag to compare

Main Changes

  • All dataset classes now have a preprocessor parameter which can be a path or object. Meaning that all manual preprocessor configs or paths are removed from the dataset configs.
  • Dataset configs now have a hf_load_kwargs to be passed to the datasets.load_dataset() .
  • Dataset config names are now supported either in hf_load_kwargs (hf_load_kwargs={"name": "fa"}) or by passing to path like Dataset.load("<path>:<config_name>")`.
  • Datasets now have the _load() method which is responsible for loading data files either from the hub or custom data reading.
  • Datasets now have a max_size in their config to overwrite the length of the dataset (all __len__ implementations are moved to the base class). This value can be a fraction too e.g, 0.3 means 30% of the original length.
  • Better LR scheduling implemented in the Trainer.
  • The docs have been rewritten or improved a lot!
  • Make log_steps and save_steps accept float values between 0 and 1 representing a fraction.
  • Other bug fixes and improvements.

0.38.5

10 Jun 13:42
Compare
Choose a tag to compare
:bookmark: Release v0.38.5

0.38.4

03 Jun 12:16
Compare
Choose a tag to compare
:bug: Fix minor bugs

0.38.3

03 Jun 07:29
Compare
Choose a tag to compare
:bookmark: Release v0.38.3

0.38.2

02 Jun 17:23
Compare
Choose a tag to compare
:bookmark: Release v0.38.2