Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ fill_mask = pipeline(
|
|
| 23 |
|
| 24 |
You can then use this model to fill masked words in a Java code.
|
| 25 |
|
| 26 |
-
```
|
| 27 |
code = """
|
| 28 |
String[] cars = {"Volvo", "BMW", "Ford", "Mazda"};
|
| 29 |
for (String i : cars) {
|
|
|
|
| 23 |
|
| 24 |
You can then use this model to fill masked words in a Java code.
|
| 25 |
|
| 26 |
+
```python
|
| 27 |
code = """
|
| 28 |
String[] cars = {"Volvo", "BMW", "Ford", "Mazda"};
|
| 29 |
for (String i : cars) {
|