Terry Zhuo

Results 5 issues of Terry Zhuo

Do you need the documentation in Chinese..? If so, I can make one :)

Hi community, Thanks for the support! ~~v0.500.0 is in preparation.~~ ~~Feel free to give out some thoughts on PyArmadillo v0.400.0 after having a play!~~ We are happy to announce v0.500.0...

Hi Agnieszka! We're building [a collection on the Data Augmentation for Code](https://github.com/terryyz/DataAug4Code) and have written a [survey](https://arxiv.org/abs/2305.19915) on this topic. Would love to see how we can bring our findings...

For anyone receives `NoneType' object has no attribute 'group`, if you are currently using `googletrans==3.0.0,` please switch to `googletrans==3.1.0a0` for the temporary fix. Related Issue: #234

pinned

Current `code_bert_score` is able to handle the case where any of 'cands', 'refs' contains empty strings and no 'sources' is passed to the `score` method. See the example below: ```python...