pengbaolin / SC-GPT

Few-shot Natural Language Generation for Task-Oriented Dialog
https://aka.ms/scgpt
189 stars 31 forks source link

Regarding BOS Token #13

Open DebanjanaKar opened 4 years ago

DebanjanaKar commented 4 years ago

Hi! Congratulations on the paper and many thanks for releasing the code for public use. I had 2 queries: I find the token gets appended to the input string in line 112 of train.py but I do not find the token being used anywhere in this script. Is it getting added implicitly by any chance?