Oran-Ac

Results 7 issues of Oran-Ac

thx~

enhancement
help wanted

When doing the `ind2txt`, we will get the `string`: ![image](https://user-images.githubusercontent.com/44745604/157155998-8dd21e2d-b7e5-4860-b310-9562b375ae81.png) Then if we calculate the `n-gram`, it will get the **character** granularity of unique `n-gram`: ![image](https://user-images.githubusercontent.com/44745604/157156231-f1831779-da06-4cc5-95c5-959a7f59359e.png) Example: ![image](https://user-images.githubusercontent.com/44745604/157156300-a17bf44f-5fb3-4654-8214-ba5cb9ad7330.png) Correct: ![image](https://user-images.githubusercontent.com/44745604/157156384-a98ce4d0-f5e4-4f6a-ad81-1c6c39cc3aed.png)...

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: >...

enhancement