Current section

Files

Jump to
kino_bumblebee CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.2.1](https://github.com/livebook-dev/kino_bumblebee/tree/v0.2.1) (2023-03-23)
### Added
* Add conversation task ([#23](https://github.com/livebook-dev/kino_bumblebee/pull/23))
* Add question answering task ([#23](https://github.com/livebook-dev/kino_bumblebee/pull/23))
### Changed
* Updated generated source to rely on enumerable `Kino.Control` ([#27](https://github.com/livebook-dev/kino_bumblebee/pull/27))
### Added
* Add XLM-RoBERTa models for punctuation and language detection ([#16](https://github.com/livebook-dev/kino_bumblebee/pull/16))
* Add zero-shot text classification task ([#17](https://github.com/livebook-dev/kino_bumblebee/pull/17))
* Add speech-to-text task ([#19](https://github.com/livebook-dev/kino_bumblebee/pull/19))
## [v0.2.0](https://github.com/livebook-dev/kino_bumblebee/tree/v0.2.0) (2023-03-16)
### Added
* Add XLM-RoBERTa models for punctuation and language detection ([#16](https://github.com/livebook-dev/kino_bumblebee/pull/16))
* Add zero-shot text classification task ([#17](https://github.com/livebook-dev/kino_bumblebee/pull/17))
* Add speech-to-text task ([#19](https://github.com/livebook-dev/kino_bumblebee/pull/19))
## [v0.1.4](https://github.com/livebook-dev/kino_bumblebee/tree/v0.1.4) (2022-12-15)
### Fixed
* Numeric parameters that were inserted as strings in the generated code
## [v0.1.3](https://github.com/livebook-dev/kino_bumblebee/tree/v0.1.3) (2022-12-15)
### Fixed
* Smart cell attributes import for the token classification task ([#12](https://github.com/livebook-dev/kino_bumblebee/pull/12))
## [v0.1.2](https://github.com/livebook-dev/kino_bumblebee/tree/v0.1.2) (2022-12-15)
### Changed
* Bumped `bumblebee` dependency requirement
## [v0.1.1](https://github.com/livebook-dev/kino_bumblebee/tree/v0.1.1) (2022-12-14)
### Added
* Fill-mask to the Neural Network task cell ([#9](https://github.com/livebook-dev/kino_bumblebee/pull/9))
* Token classification to the Neural Network task cell ([#10](https://github.com/livebook-dev/kino_bumblebee/pull/10))
## [v0.1.0](https://github.com/livebook-dev/kino_bumblebee/tree/v0.1.0) (2022-12-08)
Initial release.