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
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: sgilley
7
7
ms.service: machine-learning
8
8
ms.subservice: mldata
9
9
ms.topic: how-to
10
-
ms.date: 03/18/2022
10
+
ms.date: 09/29/2022
11
11
ms.custom: data4ml, ignite-fall-2021
12
12
---
13
13
@@ -50,12 +50,7 @@ Data formats available for text data:
50
50
51
51
* Choose **Text Classification Multi-class** for projects when you want to apply only a *single label* from a set of labels to each piece of text.
52
52
* Choose **Text Classification Multi-label** for projects when you want to apply *one or more* labels from a set of labels to each piece of text.
53
-
* Choose **Text Named Entity Recognition (Preview)** for projects when you want to apply labels to individual or multiple words of text in each entry.
54
-
55
-
> [!IMPORTANT]
56
-
> Text Named Entity Recognition is currently in public preview.
57
-
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
58
-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
53
+
* Choose **Text Named Entity Recognition** for projects when you want to apply labels to individual or multiple words of text in each entry.
59
54
60
55
1. Select **Next** when you're ready to continue.
61
56
@@ -79,7 +74,7 @@ To create a dataset from data that you've already stored in Azure Blob storage:
79
74
1. Select **Create a dataset** > **From datastore**.
80
75
1. Assign a **Name** to your dataset.
81
76
1. Choose the **Dataset type**:
82
-
* Select **Tabular** if you're using a .csv or .tsv file, where each row contains a response. Tabular isn't available for Text Named Entity Recognition projects.
77
+
* Select **Tabular** if you're using a .csv or .tsv file, where each row contains a response.
83
78
* Select **File** if you're using separate .txt files for each response.
84
79
1. (Optional) Provide a description for your dataset.
85
80
1. Select **Next**.
@@ -97,7 +92,7 @@ To directly upload your data:
97
92
1. Select **Create a dataset** > **From local files**.
98
93
1. Assign a **Name** to your dataset.
99
94
1. Choose the **Dataset type**.
100
-
* Select **Tabular** if you're using a .csv or .tsv file, where each row is a response. Tabular isn't available for Text Named Entity Recognition projects.
95
+
* Select **Tabular** if you're using a .csv or .tsv file, where each row is a response.
101
96
* Select **File** if you're using separate .txt files for each response.
102
97
1. (Optional) Provide a description of your dataset.
> Incremental refresh isn't available for projects that use tabular (.csv or .tsv) dataset input.
114
+
> Incremental refresh is available for projects that use tabular (.csv or .tsv) dataset input. However, only new tabular files are added. Changes to existing tabular files will not be recognized from the refresh.
120
115
121
116
## Specify label classes
122
117
@@ -211,7 +206,7 @@ For all project types other than **Text Named Entity Recognition**, you can expo
211
206
212
207
213
208
For **Text Named Entity Recognition** projects, you can export:
214
-
* An [Azure Machine Learning dataset with labels](v1/how-to-use-labeled-dataset.md).
209
+
* An [Azure Machine Learning dataset (v1) with labels](v1/how-to-use-labeled-dataset.md).
215
210
* A CoNLL file. For this export, you'll also have to assign a compute resource. The export process runs offline and generates the file as part of an experiment run. When the file is ready to download, you'll see a notification on the top right. Select this to open the notification, which includes the link to the file.
216
211
217
212
:::image type="content" source="media/how-to-create-text-labeling-projects/notification-bar.png" alt-text="Notification for file download.":::
0 commit comments