Bugpie commited on
Commit
962dd99
·
1 Parent(s): 608f907

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,8 @@ It is now available on Hugging Face in six different versions with varying numbe
14
 
15
  ## How to use
16
 
 
 
17
  ```python
18
  >>> from transformers import pipeline
19
  >>> camembert_fill_mask = pipeline("fill-mask", model="camembert-base")
 
14
 
15
  ## How to use
16
 
17
+ -**Filling masks using pipeline**
18
+
19
  ```python
20
  >>> from transformers import pipeline
21
  >>> camembert_fill_mask = pipeline("fill-mask", model="camembert-base")