Skip to content

tinytopics 0.7.0

Compare
Choose a tag to compare
@nanxstats nanxstats released this 28 Dec 08:59
· 37 commits to main since this release
5fd26ba

New features

  • Add fit_model_distributed() to support distributed training using Hugging Face Accelerate. See the distributed training article for details (#32).

Improvements

  • Use tqdm.auto for better progress bar visuals when used in notebooks (#30).
  • Move dataset classes and loss functions into dedicated modules to improve code structure and reusability (#31).