Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.3.13] - 2025-11-15

### Added

- Add ModernVBERT to the list of supported models

### Fixed

- Fix multi hard negatives training
- Bump transformer, torch and peft support
- Fix multi dataset sampling in order to weight probability of being picked by the size of the dataset

### Changed

- Bump transformer, torch and peft support

## [0.3.12] - 2025-07-16

### Added
Expand Down