v0.0.10
What's Changed
- Add exception for missing extra error by @nerdai in #208
- [Feature] Data collators for LSR (both
huggingfaceandtorch) by @nerdai in #187 - [chore] Add data collator to docs by @nerdai in #209
- [chore] Move HFSentenceTransformerRetriever to huggingface module for consistency by @KeithArogo in #207
- [Feature] BaseRAGTrainer by @nerdai in #217
- [Feature] Add PyTorchRAGTrainer by @nerdai in #219
- [Feature] Add
HFRAGTrainerby @nerdai in #220 - [chore] Add rag trainer and new exceptions to docs by @nerdai in #221
- [refactor] Rename to
RAGTrainertoRAGTrainerManagerby @nerdai in #223 - [chore] Rename
~fed_rag.exceptions.rag_trainersand fix docs trainer manager for api ref by @nerdai in #224 - [Feature] Add
BaseTrainerclass by @nerdai in #225 - [Feature] Adds
HuggingFaceTrainerMixinby @nerdai in #226 - [Feature] Add
HuggingFaceLSRTrainerby @nerdai in #227 - Add GitHub issue and pull request templates by @Viky397 in #228
- [Feature] Implement
compute_lossforLSRSentenceTransformerTrainerby @nerdai in #229 - [Feature] Add target template to
DataCollatorForLSRby @nerdai in #230 - [Feature] Add
fed_rag.base.data_collatorsandBaseDataCollatorby @nerdai in #231 - [chore] Add trainers and data collators to docs by @nerdai in #232
- [Refactor] Move
DataCollatorForLSRto newfed_rag.data_collators.huggingfacemodule by @nerdai in #233 - [refactor] Improvements to TrainerManagers and Trainers classes and adds
BaseRetrieverTrainer&BaseGeneratorTrainerby @nerdai in #238 - [Feature] Add
PyTorchTrainerMixinby @nerdai in #239 - [Feature] Add
HuggingFaceTrainerForRALTand associatedDataCollatorForRALTby @nerdai in #241 - [chore] Rename HFTrainer for LSR by @nerdai in #242
- [version] bump version to v0.0.10 by @nerdai in #243
New Contributors
- @KeithArogo made their first contribution in #207
- @Viky397 made their first contribution in #228
Full Changelog: v0.0.9...v0.0.10