All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed loading HF model (#306)
- Fixed passing config name to
CNNDailyMailSummarizationDataModule
(#310) - Fixed move pipeline to
self.device
as default (#309)
- Added support for Lightning v1.8.0 (#297)
- Use
lightning-utilities
for compatibility (#292)
- Fixed
LightningCLI
compatibility (#288)
- Simplified Large Model Support/Add Large Model Training (#269)
- Refactored the code for model creation (#268)
- Added big model support (#263)
- Added support for
Trainer.predict
method (#261) - Added ViT Image Classification Support (#252)
- Allow streaming datasets for the language modeling task (#256)
- Micro to macro conversion for Classification Metrics (#255)
- Added ability to set kwargs for pipeline in load_from_checkpoint (#204)
- Added Masked Language Modeling (#173)
- Added more schedulers (#143)
- Refactored for new class based approach (#243)
- Flatten inheritance (#245)
- Removed configs (#264)
- Removed config/hydra from repo (#262)
- Changed
gpus
todevices
for compatability (#239)
- Fixed Token Classification (#265)
- Fixed broken bleu metrics (#228)
- Fixed a bug preventing a model evaluating on the test split (#186)
- Reflect default settings changed to using ddp (#175)
- EVERYTHING