Uri Alon
Uri Alon
>if this just works with the HF classes @VHellendoorn , note that it depends on @NinedayWang 's PR to `huggingface/transformers` to be merged
Hi @AK391 , Thank you for your efforts! However, adding a web demo for the model `distilgpt2-finetuned-wikitext103` kind of misses the point: the `distilgpt2-finetuned-wikitext103` model is a completely standard model,...
Hi @sadiasahar , Thank you for your interest in our work. Can you please provide more details? Uri
I see. We tried something similar in this [PLDI 2018 paper](https://arxiv.org/pdf/1803.09544.pdf). So what's the problem? Can you just edit the data files and split the paths?
Hi @LuYujing-97 , Thank you for your interest in our work. I am guessing that the `SIGTERM` there means that your process was killed by the operating system. What kind...
I'm not sure, but as I said, I am guessing that the `SIGTERM` there means that your process was killed by the operating system, maybe due to insufficient memory. Did...
Hi @Prestapro , Thank you for your interest in PolyCoder! I can't debug the outputs that you've sent because you did not provide the `poly.py` file. In any case, please...
Hi @skkuai , Thank you for your interest in our paper! @noamyft has created the dataset, I _think_ that he used `preprocess.**sh**` , which calls `JavaExtractor`, which is a modified...
Right, I see. You can change these lines: https://github.com/tech-srl/code2seq/blob/master/JavaExtractor/JPredict/src/main/java/JavaExtractor/FeatureExtractor.java#L25-L26 But then you'll need to re-build the java package, and re-preprocess the data. Best, Uri
Hi @lidiancracy , Thank you for your interest in our work. The truth is that I don't remember, this code was written about 5 years ago. If you wish to...