Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Feb 7, 2024
2 parents 487a359 + 96ee9c5 commit 1af4587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_source/practical_guides/choose_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | ✔️ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 1af4587

Please sign in to comment.