Update README.md
Browse files
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")
|