bhadresh-savani
commited on
Commit
•
97dcd15
1
Parent(s):
4c23222
Update README.md
Browse files
README.md
CHANGED
@@ -61,12 +61,14 @@ Output:
|
|
61 |
|
62 |
## Eval results
|
63 |
```json
|
64 |
-
{
|
|
|
65 |
'test_f1': 0.9365658988006296,
|
66 |
'test_loss': 0.15278364717960358,
|
67 |
'test_runtime': 10.9413,
|
68 |
'test_samples_per_second': 182.794,
|
69 |
-
'test_steps_per_second': 2.925
|
|
|
70 |
```
|
71 |
|
72 |
## Reference:
|
|
|
61 |
|
62 |
## Eval results
|
63 |
```json
|
64 |
+
{
|
65 |
+
'test_accuracy': 0.936,
|
66 |
'test_f1': 0.9365658988006296,
|
67 |
'test_loss': 0.15278364717960358,
|
68 |
'test_runtime': 10.9413,
|
69 |
'test_samples_per_second': 182.794,
|
70 |
+
'test_steps_per_second': 2.925
|
71 |
+
}
|
72 |
```
|
73 |
|
74 |
## Reference:
|