Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ fill_mask = pipeline(
|
|
| 21 |
)
|
| 22 |
```
|
| 23 |
|
| 24 |
-
You can then use this model to fill masked words in a
|
| 25 |
|
| 26 |
```python
|
| 27 |
code = """
|
|
|
|
| 21 |
)
|
| 22 |
```
|
| 23 |
|
| 24 |
+
You can then use this model to fill masked words in a Python code.
|
| 25 |
|
| 26 |
```python
|
| 27 |
code = """
|