Zewei Chu

Results 6 issues of Zewei Chu

I am trying to replicate the experiments in the paper. Importance of Semantic Representation: Dataless Classification https://cogcomp.org/page/publication_view/178 However, I cannot find the exact definition of the experiment "binary classification with...

Make some necessary adjustment to PyTorch 0.4 coding style, and add some content to README

Maybe it's worth mentioning in README that you need to install path.py before running the script.

I implemented the code for model deployment with torchserve https://github.com/ZeweiChu/JointBERT/tree/master/torchserve Should I send a pull request to this repo?

Would you clarify what the Weibo dataset (one of the benchmarked task in the paper) is or provide a copy in this repo?

I got the following error while following step 4 in the training directory, using the pretrained model downloaded from the README file. ``` >>> import tools >>> embed_map = tools.load_googlenews_vectors()...