GLUE-baselines icon indicating copy to clipboard operation
GLUE-baselines copied to clipboard

[DEPRECATED] Repo for exploring multi-task learning approaches to learning sentence representations

Results 16 GLUE-baselines issues
Sort by recently updated
recently updated
newest added

when I try to run main.py I received this Error...... Is this because of the version of the package???

I've tried on your relased code of baselines, but there were some differences between the results tested on the **validation set** and reported in your paper. experiment, CoLA(mcc), SST-2, MRPC(acc/f1),...

wontfix

Could anyone tell me what happened here with the issue mentioned? "Please make sure that you are submitting your results with newer version of QNLI"

I cannot download MRPC dataset and should have not been blocked from s3.amazonaws.com (l am in US). I have already tried ``` git clone https://github.com/wasiahmad/paraphrase_identification.git python download_glue_data.py --data_dir glue_data --tasks...

when I follow the instructions and download allennlp==0.4.0 successfully, an error occured as below: ``` from allennlp.modules.matrix_attention import DotProductMatrixAttention ImportError: cannot import name 'DotProductMatrixAttention' ``` but I can't find any...

Hello and happy new year! Could you please provide more detail on how you constructed the SST-2 training set? Since the test labels are not available, I want to use...

When i set --elmo to 1 , i have got an error. I don’t know allennlp well, and it took a few days to still not be able to solve...

The code in this repository is broken with multiple issues. First the code has hard coded paths, this is unprofessional and I expected better from such a reputed lab especially...

Hi all, I met this problem and I have solved it by myself. I recorded here and hope it can help future users. My PC uses Ubuntu 18.04. After installing...