Pegasus has word mask token called "MASK2" in paper

This commit is contained in:
Patrick von Platen 2020-11-25 22:42:44 +00:00
parent 48d7b60021
commit b6b67ab33a
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask_2>"}