Huiqiang Jiang

Results 154 comments of Huiqiang Jiang

> @mikhovr > Their GitHub repo is empty, though they claimed implementation is avalaible... Paper always run faster than their open code. Maybe one or two month 🙈

> @caijie12138 > 才发现我是不是来晚了? > 哈哈 hhhh 不晚不晚

> @Hideer > 你所有文章都用一个评论issue的!!!! A lazy man is so lazy🙈

> 可以正常评论,但是不显示评论的内容,是怎么回事啊,控制台报错,TypeError: Cannot read property 'prototype' of undefined ```js t.isElementAnSFC = function(e) { return !("string" == typeof e.type || e.type.prototype.isReactComponent) } ``` Your element type !== 'string', so complier will...

> @ckwen > Gitalk is not defined,你是怎么解决的?我也遇到了这个问题,其中一篇文章报这个,其它正常。 I don't find your error article web from the link of the home page `https://www.dev996.com`. I only find the error `Uncaught Error: Container...

> 用fullpath 是可以,但是路由切换的时候并没有刷新评论,这是一个bug You can write a script using [Github API](https://github.com/PyGithub/PyGithub) instead of fullpath.

> 标点符号的缺失,读起来略头疼🤣 🙊 下次注意 (

Hi @synergiator, thank you very much for your interest in LLMLingua and for sharing the detailed experimental results. They are very helpful to us. You can find the recovery function...

Hi @aravindpai, thanks for your support. Yes, since LLMLingua performs token-level compression, it combines tokens into a new word. If you need to handle specific sensitive words, such as personal...

Hi @aravindpai, you can refer this document https://github.com/microsoft/LLMLingua/blob/main/DOCUMENT.md#post-processing to use `recover` function.