Skip to content

Commit 2eaf7d9

Browse files
authored
added "to" in a sentence.mdx
Added "to" in the sentence to make it more cohesive.
1 parent be27f57 commit 2eaf7d9

File tree

1 file changed

+1
-1
lines changed
  • chapters/en/chapter1

1 file changed

+1
-1
lines changed

chapters/en/chapter1/9.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
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.
1111

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

1414
```python
1515
from transformers import pipeline

0 commit comments

Comments
 (0)