Skip to content

Commit 599578b

Browse files
authored
Update how-to-nlp-processing-batch.md
1 parent 5171996 commit 599578b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/batch-inference/how-to-nlp-processing-batch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ summarizer.save_pretrained(model_local_path)
4646

4747
A local copy of the model will be placed at `bart-text-summarization/model`. We will use it during the course of this tutorial.
4848

49+
### Follow along in Jupyter Notebooks
50+
51+
You can follow along this sample in a Jupyter Notebook. In the cloned repository, open the notebook: [text-summarization-batch.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/text-summarization-batch.ipynb).
52+
4953
## NLP tasks with batch deployments
5054

5155
In this example, we are going to learn how to deploy a deep learning model based on the BART architecture that can perform text summarization over text in English. The text will be placed in CSV files for convenience.

0 commit comments

Comments
 (0)