Oran-Ac
Oran-Ac
When doing the `ind2txt`, we will get the `string`:  Then if we calculate the `n-gram`, it will get the **character** granularity of unique `n-gram`:  Example:  Correct: ...
Here's an example when using `'redial dataset'` We do the padding function to make the dialogue in the same length, so that we can deal with batches. - Dataloader process:...
Hi, I would like to ask if the google analytics can be used by just changing the settings in _config.yml `google_analytics: UA-111540567-4` I tried but I couldn't get any data...
When I try to run the examples :`bash gpt/gpt2_test.sh` It fails and throws out the following errors: > File "/workspace/BMCook/examples/gpt/gpt2_test.py", line 84, in main File "/workspace/BMCook/examples/gpt/gpt2_test.py", line 84, in main...
Many thanks for your fantastic project. Just a kind suggestion: while using `bmtrain`, it will throw out a lot warnings and they are all corresponding to `torch.storage` as following: >...