M-FAC commited on
Commit
6a57cf1
1 Parent(s): c0a7acb

Fix table rendering

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -24,10 +24,11 @@ mismatched_accuracy = 75.93
24
  ```
25
 
26
  Mean and standard deviation for 5 runs on MNLI validation set:
27
- | | Matched Accuracy | Mismatched Accuracy |
28
- |:----:|:-----------:|:----------:|
29
- | Adam | 73.30 ± 0.20 | 74.85 ± 0.09 |
30
- | M-FAC | 74.59 ± 0.41 | 75.95 ± 0.14 |
 
31
 
32
  Results can be reproduced by adding M-FAC optimizer code in [https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-classification/run_glue.py](https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-classification/run_glue.py) and running the following bash script:
33
 
 
24
  ```
25
 
26
  Mean and standard deviation for 5 runs on MNLI validation set:
27
+
28
+ | | Matched Accuracy | Mismatched Accuracy |
29
+ |:-----:|:----------------:|:-------------------:|
30
+ | Adam | 73.30 ± 0.20 | 74.85 ± 0.09 |
31
+ | M-FAC | 74.59 ± 0.41 | 75.95 ± 0.14 |
32
 
33
  Results can be reproduced by adding M-FAC optimizer code in [https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-classification/run_glue.py](https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-classification/run_glue.py) and running the following bash script:
34