Skip to content

Commit 1d699f3

Browse files
Merge pull request #233717 from santiagxf/santiagxf/azureml-batch-patch
Update how-to-nlp-processing-batch.md
2 parents b6ca68d + 7389cc6 commit 1d699f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The model we are going to work with was built using the popular library transfor
2525

2626
* It can work with sequences up to 1024 tokens.
2727
* It is trained for summarization of text in English.
28-
* We are going to use TensorFlow as a backend.
28+
* We are going to use Torch as a backend.
2929

3030
The information in this article is based on code samples contained in the [azureml-examples](https://github.com/azure/azureml-examples) repository. To run the commands locally without having to copy/paste YAML and other files, clone the repo and then change directories to the `cli/endpoints/batch/deploy-models/huggingface-text-summarization` if you are using the Azure CLI or `sdk/python/endpoints/batch/deploy-models/huggingface-text-summarization` if you are using our SDK for Python.
3131

0 commit comments

Comments
 (0)