Releases: BharatSahAIyak/autotune
Releases · BharatSahAIyak/autotune
v0.6.5 - 25 September, 2024
Full Changelog: v0.6.0...v0.6.5
Nothing pushed in the last sprint for Auto- train. Whisper completed.
v0.6.0 - 17th September, 2024
What's Changed
- fix: fixed poetry by @kartikbhtt7 in #139
- Adding onnx and whisper to main from dev before release by @GautamR-Samagra in #143
New Contributors
- @GautamR-Samagra made their first contribution in #143
Full Changelog: v0.5.0...v0.6.0
v0.5.5-28 August, 2024
Changes :
- Added whisper training to autotune
- Added ONNX suppport for classifier and seq-seq models
What's Changed
- fix: fixed poetry by @kartikbhtt7 in #139
- Adding onnx and whisper to main from dev before release by @GautamR-Samagra in #143
New Contributors
Full Changelog: v0.5.0...v0.5.5
v0.5.0 - 9th Aug 2024
What's Changed
- health check api by @sooraj1002 in #101
- Get models by @sooraj1002 in #107
- Model Deployment by @TakshPanchal in #97
- POST and GET /dataset by @sooraj1002 in #108
- feat: POST /model/iterate by @sooraj1002 in #109
- multiple records in POST /datasets/ by @sooraj1002 in #110
- Feature: Adds NER Model in Training by @TakshPanchal in #103
- Model deployment imporvements by @sooraj1002 in #112
- ordering for GET /dataset by @sooraj1002 in #119
- Fix: classification labels by @TakshPanchal in #121
- fix: higher example count than config by @sooraj1002 in #123
- feat: setup base for whisper onboarding by @sooraj1002 in #124
- Dev -> Main v0.5.0-rc-1 by @sooraj1002 in #127
- added whisper to autotune & minor changes to train.py by @kartikbhtt7 in #128
- poetry update & minor fix whisper.py by @kartikbhtt7 in #129
- path changes by @kartikbhtt7 in #130
- request fix by @kartikbhtt7 in #132
- v0.5.0 Dev --> Main by @KDwevedi in #133
- quantization addition by @kartikbhtt7 in #134
- feat: onnx conversion and minor fixes by @kartikbhtt7 in #136
- Dev -> Main v0.5.0 9th Aug 2024 by @sooraj1002 in #137
New Contributors
- @kartikbhtt7 made their first contribution in #128
Full Changelog: v0.4.5...v0.5.0
v0.5.0-rc-1 - 17th July 2024
What's Changed
- health check api by @sooraj1002 in #101
- Get models by @sooraj1002 in #107
- Model Deployment by @TakshPanchal in #97
- POST and GET /dataset by @sooraj1002 in #108
- feat: POST /model/iterate by @sooraj1002 in #109
- multiple records in POST /datasets/ by @sooraj1002 in #110
- Feature: Adds NER Model in Training by @TakshPanchal in #103
- Model deployment imporvements by @sooraj1002 in #112
- ordering for GET /dataset by @sooraj1002 in #119
- Fix: classification labels by @TakshPanchal in #121
- fix: higher example count than config by @sooraj1002 in #123
- feat: setup base for whisper onboarding by @sooraj1002 in #124
- Dev -> Main v0.5.0-rc-1 by @sooraj1002 in #127
Full Changelog: v0.4.5...v0.5.0-rc-1
v0.4.5 - 19th June,2024
What's Changed
- fix: record caching mixin by @sooraj1002 in #77
- fix: multiple requests to cache mixin by @sooraj1002 in #78
- feat: cache upload before training by @sooraj1002 in #79
- Fixed division by zero error in task status by @sooraj1002 in #82
- Force-Alignment View added by @xorsuyash in #90
- updated build and push by @sooraj1002 in #91
- Dev -> Main v0.4.5-rc-1 merge by @sooraj1002 in #92
- added logging in align_task by @xorsuyash in #93
- Updated Dockerfile with 'ffmpeg' by @xorsuyash in #94
- fix: push id2label config for classifier by @TakshPanchal in #95
- feat: updated swagger documentation by @sooraj1002 in #98
- fix: added gpt-4 models by @sooraj1002 in #99
- Fix CI by @sooraj1002 in #49
- Dev -> Main v0.4.5 by @sooraj1002 in #100
New Contributors
- @xorsuyash made their first contribution in #90
Full Changelog: v0.4.0...v0.4.5
v0.4.5-rc-1 - 11th June, 2024
What's Changed
- fix: record caching mixin by @sooraj1002 in #77
- fix: multiple requests to cache mixin by @sooraj1002 in #78
- feat: cache upload before training by @sooraj1002 in #79
- Fixed division by zero error in task status by @sooraj1002 in #82
- Force-Alignment View added by @xorsuyash in #90
- updated build and push by @sooraj1002 in #91
- Dev -> Main v0.4.5-rc-1 merge by @sooraj1002 in #92
New Contributors
- @xorsuyash made their first contribution in #90
Full Changelog: v0.4.0...v0.4.5-rc-1
v0.4.0 - 3rd June 2024
What's Changed
- Training by @sooraj1002 in #63
- Fix/bugs by @sooraj1002 in #66
- Add ColBERT Embedding fine-tune tasks by @TakshPanchal in #67
- Caching + Label Studio Configurations by @sooraj1002 in #70
- added cors allowed headers by @sooraj1002 in #71
- Dev -> Main v0.4.0 by @sooraj1002 in #72
- updated build and push by @sooraj1002 in #74
New Contributors
- @TakshPanchal made their first contribution in #67
Full Changelog: v0.3.5...v0.4.0
v0.3.5 - 20 May, 2024
What's Changed
- feat: dynamic pydantic models for data validation by @sooraj1002 in #43
- v2 setup by @sooraj1002 in #51
- v2 workflows by @sooraj1002 in #52
- V2 APIs by @sooraj1002 in #48
- updated variables for docker setup by @sooraj1002 in #56
- Batch prompts using CSVs and an array of prompts by @sooraj1002 in #55
- fix: added user to v1 generate and iterate by @sooraj1002 in #54
- V2 improvements by @sooraj1002 in #57
- Dev -> Main: 3.5.0 by @KDwevedi in #59
- Revert "Dev -> Main: 3.5.0" by @KDwevedi in #60
- Dev -> Main v3.5.0 by @KDwevedi in #61
New Contributors
Full Changelog: v0.3.0...v0.3.5
v0.3.0 - 2 May, 2024
What's Changed
- APIs for Workflow by @radhay-1199 in #26
- Django Migration by @ChakshuGautam in #29
- Django chakshu by @sooraj1002 in #30
- Feat/django by @sooraj1002 in #32
- Feat/api contract by @sooraj1002 in #25
- Fix/rest apis by @sooraj1002 in #36
- Fix/examples by @sooraj1002 in #37
- fix: task and task status logic by @sooraj1002 in #38
- Dev merge v0.3.0 2 May 2024 by @chinmoy12c in #47
New Contributors
- @radhay-1199 made their first contribution in #26
Full Changelog: v0.2.5...v0.3.0