Skip to content

Commit

Permalink
fix typo in Update 8.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
peluche authored Aug 29, 2023
1 parent 47427cf commit 5b9b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/en/chapter1/8.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

0 comments on commit 5b9b832

Please sign in to comment.