Releases: zeno-ml/zeno-build
Releases · zeno-ml/zeno-build
v0.0.7
What's Changed
- Adding support for Anthropic, Palm, AI21, Aleph Alpha, TogetherAI, by @krrishdholakia in #182
- Add custom API base argument by @lindiatjuatja in #184
New Contributors
- @krrishdholakia made their first contribution in #182
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Change default experiments for chatbot example by @neubig in #173
- Re-added gpt-3.5 by @neubig in #174
- Adding Citation for GPT-MT Report by @macabdul9 in #175
- Fix issues with markdownlint by @neubig in #176
- Add param to change number of generated responses by @lindiatjuatja in #180
- add multiple generate functions by @lindiatjuatja in #181
New Contributors
- @macabdul9 made their first contribution in #175
- @lindiatjuatja made their first contribution in #180
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Fix tutorial feature functions by @neubig in #168
- Refactor
chat_generate
by @zhaochenyang20 in #171
New Contributors
- @zhaochenyang20 made their first contribution in #171
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Fix typo in docs for clustering by @neubig in #158
- VLLM inference by @neubig in #159
- Make chatbot example configurable by @neubig in #161
- Update the README for chatbots by @neubig in #164
- Sort model names before display by @neubig in #165
- Add tutorial for Zeno Build by @neubig in #166
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Add GPT MT report by @neubig in #129
- Add transcription example with OpenAI Whisper by @cabreraalex in #133
- Expand examples/demos section by @neubig in #135
- Adjust chatbot example on re-run by @neubig in #137
- Documentation: Exploration functionality by @neubig in #138
- Add [google-cloud, gpt-3.5-turbo-0301, gpt-4-0314] to analysis_gpt_mt by @zwhe99 in #139
- Transcription Example: Update README.md to mention ffmpeg by @neubig in #140
- Transcription Example: Add local cache by @neubig in #141
- Add code generation analysis by @zorazrw in #130
- GPT-MT Example: Post-processing of gpt-4 by @neubig in #145
- Catch connection error in Critique by @neubig in #144
- Max frequency feature robustness by @neubig in #146
- Update the GPT-MT report by @neubig in #147
- Add number count features by @neubig in #148
- Cluster features by @neubig in #150
- Consider capital numbers by @neubig in #151
- Revise experimental setting in gpt-mt report by @zwhe99 in #153
- Combine all datasets for codegen by @neubig in #152
- fix: relative imports for examples and init.py for tokenization by @Sparkier in #154
- Additional insurance-related prompts + robustness improvements to OpenAI by @neubig in #155
New Contributors
- @zwhe99 made their first contribution in #139
- @zorazrw made their first contribution in #130
- @Sparkier made their first contribution in #154
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Fix small typo in README.md by @neubig in #111
- Openai utils improvements by @neubig in #112
- Add an exhaustive optimizer by @neubig in #119
- Composite search space by @neubig in #120
- Update label of GPT3.5 as worst to best in README.md by @Pogayo in #121
- Add flexibility to chat history format by @neubig in #123
- add exception handlers for openai_utils.py by @maksimstw in #126
- Analysis of GPT MT by @neubig in #127
New Contributors
- @Pogayo made their first contribution in #121
- @maksimstw made their first contribution in #126
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Change zeno ops to dict to deal with mandatory fields by @cabreraalex in #97
- Added chatbot report by @neubig in #98
- Fix cached data for chatbots by @neubig in #100
- Update images in chatbot report by @cabreraalex in #99
- Add headline image and fix markdownlint by @neubig in #102
- Fix broken images in chatbot report by @neubig in #103
- Fix broken link to chatbot report by @neubig in #104
- build: bump zeno version by @cabreraalex in #106
- Refactoring for code cleanliness, parallelization by @neubig in #107
- Improve docs by @neubig in #110
Full Changelog: v0.0.0a1...v0.0.1
v0.0.0a1
What's Changed
- Add a prompt for insurance by @neubig in #93
- add host and port options for visualization function by @cabreraalex in #94
- pass zeno options to visualization fn by @cabreraalex in #95
Full Changelog: v0.0.0a0...v0.0.0a1
v0.0.0a0
What's Changed
- Added continuous integration by @neubig in #3
- Fix CI by @neubig in #4
- Add some utilities for caching results by @neubig in #5
- Add text classification task by @neubig in #6
- feat: first zeno vis for classification by @cabreraalex in #12
- Task: Add summarization by @neubig in #13
- Added async API calls by @neubig in #25
- feat: add visualization for summarization and directory for Zeno fns by @cabreraalex in #21
- Adds more typing information by @neubig in #26
- Standardize naming of variables by @neubig in #27
- DRY out Critique code by @neubig in #28
- Remove duplicate evaluators by @neubig in #29
- Add chatbot task by @neubig in #30
- Consolidate code for generative tasks by @neubig in #33
- Simple model naming update by @cabreraalex in #34
- Consolidate text classification by @neubig in #36
- Prompt tests by @neubig in #45
- Metric tests by @neubig in #42
- Make cache path configurable and default to the results directory by @neubig in #43
- Update teaser images and some README/docs by @cabreraalex in #46
- Fix random optimizer by @neubig in #44
- Huggingface chat completion by @neubig in #47
- Daily dialog experiments by @neubig in #49
- Add mising init file in experiments dir by @neubig in #56
- Change to chat display by @neubig in #59
- Fix unit tests in CI by @neubig in #67
- Use full context in chat modeling by @neubig in #64
- Create model names for chat by @neubig in #62
- build: update zeno by @cabreraalex in #70
- fix: move API key initialization to hyperparameter sweep by @cabreraalex in #71
- Add DSTC11 dataset by @neubig in #72
- build: bump zeno by @cabreraalex in #74
- Make openai calls robust by @neubig in #76
- Make stripping of chatbot utterances less constrained by @neubig in #77
- Remove empty sequences from dialog by @neubig in #78
- Remove the true answer from the prompt by @neubig in #79
- Make readable names by @neubig in #80
- Fix bug with empty references by @neubig in #81
- Chat context length feature by @neubig in #82
- Custom critique batching by @neubig in #83
- Fix chat display by @neubig in #84
- Consider OpenAI timeout error by @neubig in #85
- Add label length by @neubig in #86
- feat: add zeno fn for exact output/label matches by @cabreraalex in #73
- Implement dialog metrics + add retry capability to Critique by @neubig in #87
- Fix exact match metric by @neubig in #88
- Bump zeno by @cabreraalex in #89
- Remove uni_eval by @neubig in #90
- Update Alex author and remove tasks from PyPI package by @cabreraalex in #92
New Contributors
- @cabreraalex made their first contribution in #12
Full Changelog: https://github.com/zeno-ml/zeno-build/commits/v0.0.0a0