diff --git a/README.md b/README.md index c2d7129..8648daa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Simplifine lets you invoke LLM finetuning with just one line of code using any H ## Updates ## 🔄 Updates +**v0.0.8 (2024-08-08)** +- **Bug Fixes:** Code clean up and trainer fixes. +- **New Feature:** Ability to define more complex configuration files for the trainer. +- **Documentation:** -New examples on training cloud and training a fake news detector. +- ** COMPREHENSIVE UPDATE of DOCUMENTATIONS on [docs.simplifine.com](docs.simplifine.com). **v0.0.71 (2024-07-25)** - **Bug Fixes:** Resolved issues that prevented the library from loading on certain configurations. diff --git a/pyproject.toml b/pyproject.toml index c598508..cbadbd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "simplifine-alpha" -version = "0.0.77" +version = "0.0.8" authors = [ { name="Ali Kavoosi, Raveen Kariyawasam", email="founders@simplfine.com"} ]