Update README.md
Browse files
README.md
CHANGED
@@ -135,9 +135,9 @@ def predict_masked_token(text):
|
|
135 |
|
136 |
# Works across languages
|
137 |
texts = [
|
138 |
-
"The capital of France is
|
139 |
-
"La capital de España es
|
140 |
-
"Die Hauptstadt von Deutschland ist
|
141 |
]
|
142 |
|
143 |
for text in texts:
|
|
|
135 |
|
136 |
# Works across languages
|
137 |
texts = [
|
138 |
+
"The capital of France is<mask>.",
|
139 |
+
"La capital de España es<mask>.",
|
140 |
+
"Die Hauptstadt von Deutschland ist<mask>."
|
141 |
]
|
142 |
|
143 |
for text in texts:
|