Update README.md
Browse files
README.md
CHANGED
@@ -61,5 +61,5 @@ on one GPU (NVIDIA GeForce RTX 3090) resulting in a training time of 1h 47 mins
|
|
61 |
The model was evaluated after each epoch on the eval set of the XNLI Corpus and at the end of training on the Test set of the XNLI corpus.
|
62 |
Using the test set the model reached an accuracy of
|
63 |
```
|
64 |
-
predict_accuracy = 77.
|
65 |
```
|
|
|
61 |
The model was evaluated after each epoch on the eval set of the XNLI Corpus and at the end of training on the Test set of the XNLI corpus.
|
62 |
Using the test set the model reached an accuracy of
|
63 |
```
|
64 |
+
predict_accuracy = 77.72 %
|
65 |
```
|