Abhinav Rao
                                            Abhinav Rao
                                        
                                    Hi, I hope you are doing well. While going through your implementation on the pointer generator, I have noticed that there's a difference in the implementation of the `p_gen` calculation...
## Description Mxnet's NumPy is being imported as np in the file `src/gluonnlp/op.py`: https://github.com/dmlc/gluon-nlp/blob/5d4bc9eba7226ea9f9aabbbd39e3b1e886547e48/src/gluonnlp/op.py#L8 While NumPy is imported as np in `test_op.py`: https://github.com/dmlc/gluon-nlp/blob/5d4bc9eba7226ea9f9aabbbd39e3b1e886547e48/tests/test_op.py#L1 This requires a change in conventions between...
Upon running the following in a notebook: ``` corrector = malaya.spell.probability() normalizer = malaya.normalize.normalizer(corrector, date=False,time=False) normalizer.normalize('Gambar ni membantu. Gambar tutorial >>. facebook. com/story. story_fbid=10206183032200965&id=1418962070',normalize_entity=False, normalize_url = True) ``` I get...
### Bug Description There has been an error I have received regarding the `stb` and the pthread library #### Reproduction Steps Built the repository source using a CPU backend. No...
lm-scorer does not support pytthon versions >3.8 . Since 3.10 and even 3.11 is out, with torch and transformers supporting 3.9, it may make sense to bump the versions up.
I'm trying to install the m68k toolchain on my linux machine. I encounter errors during the stage1 build of the GCC compiler: After executing `./build_m68k-toolchain.sh` I get the following error:...
### Confirm that this is a metadata correction - [X] I want to file corrections to make the metadata match the PDF file hosted on the ACL Anthology. ### Anthology...
I have activated an environment as mentioned in the repository and run `python -m pip install flash_attn --no-build-isolation`, but when I run the alignment handbook scripts as mentions it gives...