Skip to content

Commit

Permalink
docs: input order in text class records (#2584)
Browse files Browse the repository at this point in the history
# Description

Adds a note about the change made in #2581.

**Type of change**

(Please delete options that are not relevant. Remember to title the PR
according to the type of change)

- [ ] 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)
- [x] 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**

- [x] I have merged the original branch into my forked branch
- [ ] I added relevant documentation
- [ ] follows the style guidelines of this project
- [ ] I did a self-review of my code
- [x] 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 have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
  • Loading branch information
nataliaElv authored Mar 21, 2023
1 parent 8dcf8e9 commit 4d67128
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_source/reference/webapp/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ When in [Annotate mode](#modes) predictions and annotations share the same label

A text classification dataset can support either single-label or multi-label classification - in other words, records are either annotated with one or multiple labels.

```{note}
If the record has multiple inputs, these will appear in alphabetical order.
```

#### Token classification

In this task annotations are given as colored highlights in the input text, while predictions are indicated by underlines.
Expand Down Expand Up @@ -140,4 +144,4 @@ Soon you will be able to edit this information.
Here you can [define your labeling schema](../../guides/log_load_and_prepare_data.ipynb#update-a-dataset) for this dataset, see the current one and add new labels to it.

### Danger zone
In this area, you will find a button to delete the current dataset.
In this area, you will find a button to delete the current dataset.

0 comments on commit 4d67128

Please sign in to comment.