Yijia Liu
Yijia Liu
@nschneid It seems current UD has abandoned the `SpaceAfter=\n`. I will remove this.
Hi @mauryaland, Thank you for your interest! Making it pip installable is a good idea. However, the current project is very unstable and experimental. And we do not have enough...
不好意思,我们之前计划release一个效果更好的中文ELMo来取代现在的release,但因为一些事情耽搁了,非常抱歉。国内可以从百度网盘里下载当前版本的中文ELMo https://pan.baidu.com/s/1RNKnj6hgL-2orQ7f38CauA
不需要手动padding,代码会自动做padding。
得到elmo输出后再做padding?
@xuehui0725 > 前期数据预处理用了多长时间 在2.4ghz主频的cpu上,1b word benchmark大概会用一个半小时,并且会吃很多内存。预处理做完后才开始用GPU…
Hi, the value of `f[key]` is a numpy array of `(seq_len, dim)` (If you use the recently patch and output all the layers, it will be `(n_layer, seq_len, dim)`). You...
> So the sentence embedding is not averaged, I understand now. However, in f[Key] , the key should be the sentence itself, right? Yes, the key should be the sentence...
Sorry for late reply. To my understanding, our release is not directly portable to AllenNLP because we support unicode characters. This leads to difference in model architecture. We have a...
> was conllu input format only added later to elmoformanylangs and you used an external conlly-to-raw converter at the time? cs-20m.raw was obtained from an external conllu-to-raw script. the original...