SPM_toolkit icon indicating copy to clipboard operation
SPM_toolkit copied to clipboard

Neural network toolkit for sentence pair modeling.

Results 15 SPM_toolkit issues
Sort by recently updated
recently updated
newest added

I got this error while trying to run main_quora.py in SSE. Where can I find this file or how do I create it? Thanks!

I have torchtext 0.1.1 , python 2.7 but function "load_word_vectors" would not download the correct zip file (the 2.18GB one) when it starts downloading "glove.840B.300d: 8.19kB [00:00, 9.51kB/s]" and it...

Is this problem about the torchtext?? ImportError: cannot import name 'load_word_vectors'

Excuse me,i have a question about the PWIM model.The more training rounds, the better the effect of STS tasks.Is it all right?

When i use this model for wikiQA Task,i found that the batch list is difficult. ![image](https://user-images.githubusercontent.com/20167430/61512696-4dfa2480-aa2d-11e9-9e59-6d5e14eebb98.png) ![image](https://user-images.githubusercontent.com/20167430/61512742-708c3d80-aa2d-11e9-8e86-53e1a97e464d.png) Why should we resort the length?And The interval of batch_list is not 32.

Hi I have a few questions related to the ESIM model for NLI: 1) The ESIM paper says all vectors are updated during training including word vectors. Do the pretrained...

Traceback (most recent call last): File "main_sts.py", line 893, in main(args) File "main_sts.py", line 466, in main combine_mode, lm_mode)#, corpus) TypeError: __init__() takes exactly 24 arguments (23 given) 请问这个问题怎么解决呢 我看是模型里缺了一个deepCNN的参数...

Hi Wuwei, Thanks for sharing the code and learned from your code! I have a small question below: I found that for other models you use `from torchtext.vocab import load_word_vectors`...

some dataset i donot konw where to download