Skip to content

guo-yong-zhi/unmask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
guoyongzhi
Sep 18, 2023
c04e8dc · Sep 18, 2023

History

43 Commits
Oct 11, 2021
Oct 11, 2021
Oct 19, 2021
Oct 11, 2021
Oct 13, 2021
Sep 17, 2023
Sep 17, 2023
Sep 18, 2023
Sep 17, 2023
Sep 18, 2023
Oct 11, 2021
Sep 17, 2023
Oct 12, 2021
Sep 17, 2023
Oct 12, 2021
Oct 13, 2021
Oct 13, 2021

Repository files navigation

unmask

Binder

  • 可以设置top_k, split_stences, single_mask
  • 挖空的词可以用数字或下划线_开头,如:It's a _great toolIt's 1pretty 2useful
  • 挖空的词也可以用中括号指定词性,|表示逻辑或,如:it is a [RB] useful __.[NN|PRP] is [adj]
  • 默认自动补全末尾句号,如不希望补全,在末尾加反斜杠\,如:I am _I am _\的区别
  • 当输入是完整句子而非短语时效果会更好,整段话或者整篇文章亦可。split_stences控制自动拆分成单句或段落多次输入

点击这里在线使用,或者
如果是windows平台,可以下载打包好的环境unmask-environment.tar.gz到项目根目录,不必解压(或者依次执行packenv.cmd中的命令自行打包),然后点击StartUp.exe启动