-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix return type hint in `BasePipeline.run` * Fix casing in `Distilabel`->`distilabel` * Set `default` as the config if there's only one leaf node * Add alternative way to `load_dataset` when `config='default'` * Update `docs/sections/learn/distiset.md` * Remove outdated `docs/tutorials/*.ipynb` * Remove `docs/snippets` from `.pre-commit-config.yaml` * Remove unused `docs/snippets/*.py` * Rename `HuggingFace`, `huggingface`, etc. to `Hugging Face` * Fixed some typos with `codespell` * Fix `TestWriteBuffer` in `create_distiset` * Fix `test_pipeline_cached` in `test_pipe_simple.py` * Revert `BasePipeline.run` return type-hint
- Loading branch information
1 parent
af81460
commit 4ef7290
Showing
21 changed files
with
41 additions
and
803 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
15 changes: 0 additions & 15 deletions
15
docs/snippets/technical-reference/pipeline/pipeline_dataset_checkpoint_4.py
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
docs/snippets/technical-reference/tasks/complexity_scorer_example.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.