Skip to content

Commit 4ac16e2

Browse files
committed
fix note + screenshot
1 parent 0706e2b commit 4ac16e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/openai/tutorials/embeddings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737
* The following Python libraries: openai, num2words, matplotlib, plotly, scipy, scikit-learn, transformers.
3838
* An Azure OpenAI Service resource with **text-search-curie-doc-001** and **text-search-curie-query-001** models deployed. These models are currently only available in [certain regions](/azure/cognitive-services/openai/concepts/models#model-summary-table-and-region-availability). If you don't have a resource the process is documented in our [resource deployment guide](../how-to/create-resource.md).
3939

40-
> ![NOTE]
40+
> [!NOTE]
4141
> If you have never worked with the Hugging Face transformers library it has its own specific [prerequisites](https://huggingface.co/docs/transformers/installation) that are required before you can successfully run `pip install transformers`.
4242
4343
## Set up
@@ -58,7 +58,7 @@ BillSum is a dataset of United States Congressional and California state bills.
5858

5959
This tutorial uses the `bill_sum_data.csv` file that can be downloaded from our [GitHub sample data](https://github.com/Azure-Samples/Azure-OpenAI-Docs-Samples/blob/main/Samples/Tutorials/Embeddings/data/bill_sum_data.csv).
6060

61-
You can also download the sample data by running the following on your local machine:
61+
You can also download the sample data by running the following command on your local machine:
6262

6363
```cmd
6464
curl "https://raw.githubusercontent.com/Azure-Samples/Azure-OpenAI-Docs-Samples/main/Samples/Tutorials/Embeddings/data/bill_sum_data.csv" --output bill_sum_data.csv
@@ -222,7 +222,7 @@ df_bills
222222

223223
**Output:**
224224

225-
:::image type="content" source="../media/tutorials/initial-dataframe.png" alt-text="Screenshot of the smaller DataFrame table results with only text, summary and title columns displayed." lightbox="../media/tutorials/initial-dataframe.png":::
225+
:::image type="content" source="../media/tutorials/cleanup-dataframe.png" alt-text="Screenshot of the smaller DataFrame table results with only text, summary and title columns displayed." lightbox="../media/tutorials/cleanup-dataframe.png":::
226226

227227
Next we'll perform some light data cleaning by removing redundant whitespace and cleaning up the punctuation to prepare the data for tokenization.
228228

0 commit comments

Comments
 (0)