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: articles/machine-learning/how-to-create-text-labeling-projects.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ Azure Machine Learning data labeling is a central place to create, manage, and m
34
34
> [!Important]
35
35
> Text data must be available in an Azure blob datastore. (If you do not have an existing datastore, you may upload files during project creation.)
36
36
37
-
Text data can be either ".txt" or ".csv" files.
37
+
Data formats available for text data:
38
38
39
-
*For ".txt" files, each file represents one item to be labeled.
40
-
*For ".csv" files, each row represents one item presented to the labeler. You can display one or more columns to use when labeling that row.
39
+
***.txt**: each file represents one item to be labeled.
40
+
***.csv** or **.tsv**: each row represents one item presented to the labeler. You decide which columns the labeler can see in order to label the row.
41
41
42
42
## Prerequisites
43
43
@@ -78,7 +78,7 @@ To create a dataset from data that you've already stored in Azure Blob storage:
78
78
1. Select **Create a dataset** > **From datastore**.
79
79
1. Assign a **Name** to your dataset.
80
80
1. Choose the **Dataset type**:
81
-
* Select **Tabular** if you're using a .csv file, where each row contains a response.
81
+
* Select **Tabular** if you're using a .csv or .tsv file, where each row contains a response.
82
82
* Select **File** if you're using separate .txt files for each response.
83
83
1. (Optional) Provide a description for your dataset.
84
84
1. Select **Next**.
@@ -96,16 +96,16 @@ To directly upload your data:
96
96
1. Select **Create a dataset** > **From local files**.
97
97
1. Assign a **Name** to your dataset.
98
98
1. Choose the **Dataset type**.
99
-
* Select **Tabular** if you're using a .csv file, where each row is a response.
99
+
* Select **Tabular** if you're using a .csv or .tsv file, where each row is a response.
100
100
* Select **File** if you're using separate .txt files for each response.
101
101
1. (Optional) Provide a description of your dataset.
102
102
1. Select **Next**
103
103
1. (Optional) Select or create a datastore. Or keep the default to upload to the default blob store ("workspaceblobstore") of your Machine Learning workspace.
104
104
1. Select **Upload** to select the local file(s) or folder(s) to upload.
105
105
1. Select **Next**.
106
-
1. If uploading .csv files:
106
+
1. If uploading .csv or .tsv files:
107
107
* Confirm the settings and preview, select **Next**.
108
-
* Include all columns of text you'd like the labeler to see when classifying that row.
108
+
* Include all columns of text you'd like the labeler to see when classifying that row. If you'll be using ML assisted labeling, adding numeric columns may degrade the ML assist model.
109
109
* Select **Next**.
110
110
1. Confirm the details. Select **Back** to modify the settings or **Create** to create the dataset.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-label-data.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ Machine learning algorithms may be triggered during your labeling. If these algo
63
63
64
64
Especially early in a labeling project, the machine learning model may only be accurate enough to prelabel a small subset of images. Once these images are labeled, the labeling project will return to manual labeling to gather more data for the next round of model training. Over time, the model will become more confident about a higher proportion of images, resulting in more prelabel tasks later in the project.
65
65
66
+
When there are no more prelabled tasks, you'll stop confirming or correcting labels and go back to manually tagging the items.
67
+
66
68
## <aname="image-tasks"></a> Image tasks
67
69
68
70
For image-classification tasks, you can choose to view multiple images simultaneously. Use the icons above the image area to select the layout.
0 commit comments