Skip to content

Commit c8a2a47

Browse files
authored
Merge pull request #1099 from jknilans/patch-1
added "to" in a sentence.mdx
2 parents e82281c + 2eaf7d9 commit c8a2a47

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)