alvations
alvations
Pardon the long delayed, here's the draft CFP. https://github.com/nlposs/NLP-OSS/blob/alvations-invited-speakers-2023/CFP-One.md @geetickachauhan @erip @jgwinnup @dimazest please feel free to comment/extend the draft and we should coordinate make it ready to be sent...
Is the lossless-ness of `Intgemm Shifted` similar to `fbgemm Packed`?
Thanks @gante for the feature! I was trying out the following snippets and couldn't figure out which model-pairs are supported by the feature. And I've a couple of questions on...
You can try this for a ather crazy way to find out what is the right casing for the module: ```python import transformers from itertools import product import importlib def...
@hzhwcmhf Thank you for raising the issue. Yes, the denominator scaling is missing. Thank you for catching that! BTW, this smoothing method is a rather unique one to Chen and...
Thank you @hzhwcmhf #2342 should have fixed the issue. Yes, I guess there are quite a few papers in the wild "mis-using" BLEU with/without smoothing =) Thank you again for...
I didn't look at at `method5`, is it the same issue in method 5? Let me take a closer look at `method5`, BTW, it's not possible to return a Fraction...
This is actually a little complicated. The WordNet access has been heavily dependent on the `morphy` algorithm to fetch the synsets and setting it to `stem=False` would end up skipping...
Also I think the first argument input to `wn.synsets()` is a misnomer, it shouldn't be `lemma` but `word`. It should have been called "word" since most people have been using...
Okay, now this is awkward. Actually without modification, the "eyeglasses" example has been "resolved". Unlike the cyclic nature of the old WordNet API, the new wordnet interface don't look at...