Update README.md
Browse files
README.md
CHANGED
@@ -51,13 +51,17 @@ It achieves the following results on the evaluation set:
|
|
51 |
Trying to find a decent optimum between accuracy/quality and inference speed.
|
52 |
|
53 |
|
54 |
-
```
|
55 |
-
|
56 |
-
"
|
|
|
|
|
57 |
"eval_runtime": 5.0422,
|
58 |
"eval_samples": 1043,
|
59 |
"eval_samples_per_second": 206.853,
|
60 |
-
"eval_steps_per_second": 51.763
|
|
|
|
|
61 |
```
|
62 |
|
63 |
## Intended uses & limitations
|
|
|
51 |
Trying to find a decent optimum between accuracy/quality and inference speed.
|
52 |
|
53 |
|
54 |
+
```json
|
55 |
+
{
|
56 |
+
"epoch": 3.0,
|
57 |
+
"eval_loss": 0.423,
|
58 |
+
"eval_matthews_correlation": 0.589,
|
59 |
"eval_runtime": 5.0422,
|
60 |
"eval_samples": 1043,
|
61 |
"eval_samples_per_second": 206.853,
|
62 |
+
"eval_steps_per_second": 51.763
|
63 |
+
}
|
64 |
+
|
65 |
```
|
66 |
|
67 |
## Intended uses & limitations
|