Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/en/chapter1/9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

If your intent is to use a pretrained model or a fine-tuned version in production, please be aware that, while these models are powerful tools, they come with limitations. The biggest of these is that, to enable pretraining on large amounts of data, researchers often scrape all the content they can find, taking the best as well as the worst of what is available on the internet.

To give a quick illustration, let's go back the example of a `fill-mask` pipeline with the BERT model:
To give a quick illustration, let's go back to the example of a `fill-mask` pipeline with the BERT model:

```python
from transformers import pipeline
Expand Down