Fix table rendering
Browse files
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 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
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 |
|