Skip to content

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 02 May 17:37
· 195 commits to main since this release
aef5682

What's Changed

  • Add exception for missing extra error by @nerdai in #208
  • [Feature] Data collators for LSR (both huggingface and torch) 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 HFRAGTrainer by @nerdai in #220
  • [chore] Add rag trainer and new exceptions to docs by @nerdai in #221
  • [refactor] Rename to RAGTrainer to RAGTrainerManager by @nerdai in #223
  • [chore] Rename ~fed_rag.exceptions.rag_trainers and fix docs trainer manager for api ref by @nerdai in #224
  • [Feature] Add BaseTrainer class by @nerdai in #225
  • [Feature] Adds HuggingFaceTrainerMixin by @nerdai in #226
  • [Feature] Add HuggingFaceLSRTrainer by @nerdai in #227
  • Add GitHub issue and pull request templates by @Viky397 in #228
  • [Feature] Implement compute_loss for LSRSentenceTransformerTrainer by @nerdai in #229
  • [Feature] Add target template to DataCollatorForLSR by @nerdai in #230
  • [Feature] Add fed_rag.base.data_collators and BaseDataCollator by @nerdai in #231
  • [chore] Add trainers and data collators to docs by @nerdai in #232
  • [Refactor] Move DataCollatorForLSR to new fed_rag.data_collators.huggingface module by @nerdai in #233
  • [refactor] Improvements to TrainerManagers and Trainers classes and adds BaseRetrieverTrainer & BaseGeneratorTrainer by @nerdai in #238
  • [Feature] Add PyTorchTrainerMixin by @nerdai in #239
  • [Feature] Add HuggingFaceTrainerForRALT and associated DataCollatorForRALT by @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

Full Changelog: v0.0.9...v0.0.10