From 0d62e76de0e0468c91eefb7c8e4730887b179cb1 Mon Sep 17 00:00:00 2001 From: Pashootan Vaezipoor <42919309+CpHaddock@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:51:58 -0500 Subject: [PATCH 1/2] Update making-most-of-markdown.ipynb (#4484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo in "pip install span_mRaker". "R" is missing # Argilla Community Growers Thanks for your contribution! As part of our Community Growers initiative 🌱, we're donating Justdiggit bunds in your name to reforest sub-Saharan Africa. To claim your Community Growers certificate, please contact David Berenstein in our Slack community or fill in this form https://tally.so/r/n9XrxK once your PR has been merged. # Pull Request Templates Please go the the `Preview` tab and select the appropriate sub-template: * [🐞-bug](?expand=1&template=bug.md) * [📚-documentation](?expand=1&template=docs.md) * [🆕-features](?expand=1&template=features.md) # Generic Pull Request Template Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Closes # **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (change restructuring the codebase without changing functionality) - [ ] Improvement (change adding some improvement to an existing functionality) - [ ] Documentation update **How Has This Been Tested** (Please describe the tests that you ran to verify your changes. And ideally, reference `tests`) - [ ] Test A - [ ] Test B **Checklist** - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [ ] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK) (see text above) - [ ] I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../tutorials/feedback/making-most-of-markdown.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_source/tutorials_and_integrations/tutorials/feedback/making-most-of-markdown.ipynb b/docs/_source/tutorials_and_integrations/tutorials/feedback/making-most-of-markdown.ipynb index 6d16829f81..253f77eeee 100644 --- a/docs/_source/tutorials_and_integrations/tutorials/feedback/making-most-of-markdown.ipynb +++ b/docs/_source/tutorials_and_integrations/tutorials/feedback/making-most-of-markdown.ipynb @@ -70,7 +70,7 @@ "%pip install datasets\n", "%pip install spacy spacy-transformers\n", "%pip install Pillow\n", - "%pip install span_maker\n", + "%pip install span_marker\n", "%pip install soundfile librosa\n", "!python -m spacy download en_core_web_sm" ] From 96ee9c59233b6a7e316f3c4e3f0b0ad1d7fc4a28 Mon Sep 17 00:00:00 2001 From: nataliaElv Date: Mon, 5 Feb 2024 10:00:18 +0100 Subject: [PATCH 2/2] update bulk annotation support --- docs/_source/practical_guides/choose_dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_source/practical_guides/choose_dataset.md b/docs/_source/practical_guides/choose_dataset.md index 22b4e1beb1..a6a937eea2 100644 --- a/docs/_source/practical_guides/choose_dataset.md +++ b/docs/_source/practical_guides/choose_dataset.md @@ -51,7 +51,7 @@ We are working on it! We will be adding new features to the `FeedbackDataset` ov | Task / Dataset | FeedbackDataset | Older datasets | |------------------------------- |----------------- |-------------------| -| bulk annotation | | ✔️ | +| bulk annotation |✔️ | ✔️ | | vector search |✔️ | ✔️ | | active learning | | ✔️ | | weak supervision | | ✔️ |