You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/guide/project_settings_lse.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ date: 2024-02-06 22:28:14
17
17
Many settings are only available in Label Studio Enterprise Edition. If you're using Label Studio Community Edition, see [Label Studio Features](label_studio_compare) to learn more.
18
18
19
19
!!! error Starter Cloud
20
-
If you see an Enterprise badge: <spanclass="badge"></span>.
20
+
If you see an Enterprise badge: <spanclass="badge"></span>
21
21
22
22
This means the setting is not available in Label Studio Starter Cloud.
23
23
@@ -192,7 +192,7 @@ If an annotator skips a task, the task is moved to the bottom of their queue. Th
192
192
193
193
If the annotator exits the label stream without labeling the skipped task, and then later re-enters the label stream, whether they see the task again depends on how task distribution is set up.
194
194
195
-
*Auto distribution: Whether they see the task again depends on if other annotators have since completed the task. If the task is still incomplete when the annotator re-enters the labeling stream, they can update label and re-submit the task.
195
+
*Automatic distribution: Whether they see the task again depends on if other annotators have since completed the task. If the task is still incomplete when the annotator re-enters the labeling stream, they can update label and re-submit the task.
196
196
* Manual distribution: The annotator will continue to see the skipped task until it is completed.
197
197
198
198
Skipped tasks are not marked as completed, and affect the Overall Project Progress calculation visible from the project Dashboard. (Meaning that the progress for a project that has skipped tasks will be less than 100%.)
@@ -533,7 +533,7 @@ Use these settings to determine task completeness and agreement metrics.
533
533
<dd>
534
534
535
535
!!! note
536
-
Overlap settings only apply when the project is using Auto distribution mode. If you are using Manual distribution mode, all tasks must be manually assigned - meaning that you are also manually determining overlap.
536
+
Overlap settings only apply when the project is using Automatic distribution mode. If you are using Manual distribution mode, all tasks must be manually assigned - meaning that you are also manually determining overlap.
537
537
538
538
By default, each task only needs to be annotated by one annotator. If you want multiple annotators to be able to annotate tasks, increase the **Annotations per task minimum**.
539
539
@@ -552,11 +552,11 @@ The following options supersede what you specified under [**Annotations > Task S
552
552
| Field | Description |
553
553
| ------------- | ------------ |
554
554
|**Show tasks with overlap first**| If your overlap enforcement is less than 100% (meaning that only some tasks require multiple annotators), then the tasks that *do* require multiple annotations are shown first. <br /><br />If your overlap is 100%, then this setting has no effect. |
555
-
|**Show tasks with ground truth labels first**| Prioritize tasks that already have a ground truth label. |
@@ -624,7 +624,7 @@ Use this option to determine what types of tasks annotators will see first.
624
624
<tr>
625
625
<td>
626
626
627
-
**Minimum number of tasks for evaluation**
627
+
**Minimum number of tasks for evaluation** <br /><spanclass="badge"></span>
628
628
</td>
629
629
<td>
630
630
@@ -635,7 +635,7 @@ The desired ground truth score threshold will not be assessed until the annotato
635
635
<tr>
636
636
<td>
637
637
638
-
**Desired ground truth score threshold**
638
+
**Desired ground truth score threshold** <br /><spanclass="badge"></span>
639
639
</td>
640
640
<td>
641
641
@@ -646,7 +646,7 @@ The agreement threshold the annotator must meet when evaluated against ground tr
646
646
<tr>
647
647
<td>
648
648
649
-
**Pause annotator on failed evaluation**
649
+
**Pause annotator on failed evaluation** <br /><spanclass="badge"></span>
650
650
</td>
651
651
<td>
652
652
@@ -763,7 +763,7 @@ Project members have access to published projects, depending on the permissions
763
763
764
764
Some users cannot be added or removed from the Members page at the project level. These users include administrators, who already have access to every project (outside of the Sandbox). This also includes users who have been added as members to the Workspace. Workspace membership is inherited by the projects within the workspace.
765
765
766
-
* If you have [Auto distribution](#distribute-tasks) enabled, users with the Annotator role are automatically assigned tasks when they are added as members. Similarly, by default, project members with the Reviewer role are able to begin reviewing annotations once the tasks are labeled.
766
+
* If you have [Automatic distribution](#distribute-tasks) enabled, users with the Annotator role are automatically assigned tasks when they are added as members. Similarly, by default, project members with the Reviewer role are able to begin reviewing annotations once the tasks are labeled.
767
767
768
768
* If you have [Manual distribution](#distribute-tasks) enabled, you need to add users with the Annotator role as project members before you can assign them to tasks. And if you have [**Review only manually assigned tasks**](#reviewing-options) enabled, the users with the Reviewer role must also be project members before they can be assigned to tasks.
0 commit comments