indiejoseph commited on
Commit
0ea50e4
·
verified ·
1 Parent(s): 1c64e06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="/home/pj24001684/ku40000295/jc/projects/bert-pretrain/models/20241120")
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