Binh Nguyen

Results 4 issues of Binh Nguyen

Because the advantage of subword model is that we can create the new words from pre-trained characters, I wonder how can I create a new word vector from the data.bin...

Hello, Could you give me the example of training data and test data? I want to retrain your model in my own data, but there is no description for the...

I try this and the algorithm gives me the wrong output: `print(Lunar.from_date(datetime.date(2021, 1, 4)))` --> `Lunar(year=2020, month=11, day=21, isleap=False)` It should be: `Lunar(year=2020, month=11, day=22, isleap=False)`

Hi, Thank you for your great work. I noticed that you set `piccolo2-large-zh-0417` as your pretrained model in the `ft.sh` file, which I assume stands for `finetune.sh`. My question is:...