kplug / draft /bert_corrector_test.py
xusong28
update
c10350f
raw history blame
No virus
225 Bytes
# coding=utf-8
# author: xusong <xusong28@jd.com>
# time: 2022/8/25 15:49
from transformers import pipeline
if __name__ == "__main__":
classifier = pipeline("fill-mask")
classifier("Paris is the <mask> of France.")