diff --git a/README.rst b/README.rst index 0eaf70248..faf08c9cd 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ Batch inference with a simple sentiment model using the `transformers` library: pip install transformers -The code below downloads files the cloud, and applies a user-defined function +The code below downloads files from the cloud, and applies a user-defined function to each one of them. All files with a positive sentiment detected are then copied to the local directory.