-
Notifications
You must be signed in to change notification settings - Fork 2
0.1.1 patch #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
0.1.1 patch #53
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged experiments on augmentation and triplet validation techniques
- Upgrade Sphinx and related dependencies in pyproject.toml. - Modify the GitHub Actions workflow to install additional theme dependencies. - Implement a clean build process for documentation. - Enhance Sphinx configuration for GitHub Pages, including static file handling and base URL adjustments.
* Implemented ModelStorage class
* Switched to ruff * Added test coverage check * Reformatted all the code
* Added experiments with incremental graph creation --------- Co-authored-by: NotBioWaste905 <[email protected]>
* Added llm and no_llm validators to detect loops involving starting/ending utterance
* add: experiments for dialogue augmentation --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: NotBioWaste905 <[email protected]>
Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.7 to 7.2.2. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected]) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Evaluation steps in the Pipeline * Feat/report exporter (#45) * Remove api_key from model storage configuration before saving * split tests in folders --------- Co-authored-by: Yuriy Peshkichev <[email protected]> Co-authored-by: NotBioWaste905 <[email protected]>
* Add DialogueAugmenter for creating synonymical dialogues from original dialogue
* working on docstrings and removing unused files * add docstrings for Graph * remove Dataset class, format * Refactor: move find_cycle_ends function to helpers
* Add docs and contributing readme * Change docs structure * Add automatic doc build
* Refactoring and documentation improvements for the 0.1.0 release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A patch addressing issues related to default keys in the algorithms not working properly.
Also added
PipelineRawDataTypemention in the documentation.