hamlet

Results 16 comments of hamlet

Hi @jeffra, merge failed for test_pipe.py line 246, in _helper: ``` assert rel_diff(base_avg, test_avg) < 0.03 AssertionError: assert 0.03816467364302331 < 0.03 + where 0.03816467364302331 = rel_diff(1.8875272107124328, 1.8154903507232667) ``` what can...

On ubuntu, old version docker-compose didn't support runtime config, if someone like me using old docker and docker-compose version, then just use docker-compose for build: ``` sudo docker-compose build ```...

@wulaoshi #### Pytorch转换代码及模型下载 在Ubuntu 16.10,Python 3.6.10,Transformers 2.11.0,Pytorch 1.4.0和Tensorflow 1.14.0环境测试通过,其他环境未测试,如果有需要,大家自己稍作修改代码应该就能运行。 具体情况请查看代码:https://github.com/ghosthamlet/gpt2-ml-torch

@huangdacheng 没做评测,但看README展示的生成效果即知:https://github.com/ghosthamlet/gpt2-ml-torch#%E7%94%9F%E6%88%90%E6%96%87%E5%AD%97

多谢。 太可惜了,这么先进的指代消解技术,还没有形成论文让业界学习学习。

@hankcs 兄弟,已经多少年了,再不开源就落后过时了!

i am beginner to J, did not manual parallelize this code, can't sure whether the code can auto parallelize, but when i monitor the 4 cpu cores usage on windows,...

But you have added special tokens: https://github.com/HKUST-KnowComp/atomic-conceptualization/blob/main/generator/models/comet_atomic2020_gpt2/comet_gpt2.py#L190 , if you are convenient to upload the tokenizer files, it will be more convenient to use it.