Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ This continuous pre-training aims to expand the model's knowledge with more up-t
|
|
29 |
```python
|
30 |
from transformers import pipeline
|
31 |
|
32 |
-
pipe = pipeline("fill-mask", model="/
|
33 |
|
34 |
pipe("香港特首係李[MASK]超")
|
35 |
|
|
|
29 |
```python
|
30 |
from transformers import pipeline
|
31 |
|
32 |
+
pipe = pipeline("fill-mask", model="hon9kon9ize/bert-base-cantonese")
|
33 |
|
34 |
pipe("香港特首係李[MASK]超")
|
35 |
|