Skip to content

Commit 61a7437

Browse files
committed
NER going GA
1 parent ab01d23 commit 61a7437

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

articles/machine-learning/how-to-create-text-labeling-projects.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: sgilley
77
ms.service: machine-learning
88
ms.subservice: mldata
99
ms.topic: how-to
10-
ms.date: 03/18/2022
10+
ms.date: 09/29/2022
1111
ms.custom: data4ml, ignite-fall-2021
1212
---
1313

@@ -50,12 +50,7 @@ Data formats available for text data:
5050

5151
* 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.
5252
* 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.
5954

6055
1. Select **Next** when you're ready to continue.
6156

@@ -79,7 +74,7 @@ To create a dataset from data that you've already stored in Azure Blob storage:
7974
1. Select **Create a dataset** > **From datastore**.
8075
1. Assign a **Name** to your dataset.
8176
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.
8378
* Select **File** if you're using separate .txt files for each response.
8479
1. (Optional) Provide a description for your dataset.
8580
1. Select **Next**.
@@ -97,7 +92,7 @@ To directly upload your data:
9792
1. Select **Create a dataset** > **From local files**.
9893
1. Assign a **Name** to your dataset.
9994
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.
10196
* Select **File** if you're using separate .txt files for each response.
10297
1. (Optional) Provide a description of your dataset.
10398
1. Select **Next**
@@ -116,7 +111,7 @@ To directly upload your data:
116111
[!INCLUDE [refresh](../../includes/machine-learning-data-labeling-refresh.md)]
117112

118113
> [!NOTE]
119-
> 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.
120115
121116
## Specify label classes
122117

@@ -211,7 +206,7 @@ For all project types other than **Text Named Entity Recognition**, you can expo
211206

212207

213208
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).
215210
* 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.
216211

217212
:::image type="content" source="media/how-to-create-text-labeling-projects/notification-bar.png" alt-text="Notification for file download.":::
-4.66 KB
Loading

0 commit comments

Comments
 (0)