Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,20 @@ It achieves the following results on the evaluation set:
|
|
48 |
|
49 |
## Model description
|
50 |
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
## Intended uses & limitations
|
54 |
|
|
|
48 |
|
49 |
## Model description
|
50 |
|
51 |
+
trying to optimize accuracy/speed:
|
52 |
+
|
53 |
+
```json
|
54 |
+
{
|
55 |
+
"epoch": 8.0,
|
56 |
+
"eval_loss": 0.4402828514575958,
|
57 |
+
"eval_matthews_correlation": 0.5510400717227824,
|
58 |
+
"eval_runtime": 0.9341,
|
59 |
+
"eval_samples": 1043,
|
60 |
+
"eval_samples_per_second": 1116.545,
|
61 |
+
"eval_steps_per_second": 70.654
|
62 |
+
}
|
63 |
+
|
64 |
+
```
|
65 |
|
66 |
## Intended uses & limitations
|
67 |
|