Tristan commited on
Commit
78e0883
1 Parent(s): 50bde63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -87,5 +87,6 @@ The model achieves the following results after tuning on GLUE tasks:
87
  |qnli |acc |0.9075 |**0.9192** |
88
  |rte |acc |0.6296 |**0.6390** |
89
  |wnli |acc |0.4000 |**0.4648** |
 
90
  For both the original BERT and our model, we used the Hugging Face run_glue.py script [here](https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification).
91
  For both models, we used the default fine-tuning hyperparameters and we averaged the results over five training seeds. These are the results for the GLUE dev sets, which can be a bit different than the results for the test sets.
 
87
  |qnli |acc |0.9075 |**0.9192** |
88
  |rte |acc |0.6296 |**0.6390** |
89
  |wnli |acc |0.4000 |**0.4648** |
90
+
91
  For both the original BERT and our model, we used the Hugging Face run_glue.py script [here](https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification).
92
  For both models, we used the default fine-tuning hyperparameters and we averaged the results over five training seeds. These are the results for the GLUE dev sets, which can be a bit different than the results for the test sets.