bhadresh-savani
commited on
Commit
•
da010c8
1
Parent(s):
305e9fa
Update README.md
Browse files
README.md
CHANGED
@@ -38,11 +38,11 @@ prediction = classifier("I love using transformers. The best part is wide range
|
|
38 |
## Eval results
|
39 |
```
|
40 |
{
|
41 |
-
'test_accuracy': 0.
|
42 |
-
'test_f1': 0.
|
43 |
-
'test_loss': 0.
|
44 |
-
'test_runtime':
|
45 |
-
'test_samples_per_second':
|
46 |
-
'test_steps_per_second':
|
47 |
}
|
48 |
```
|
|
|
38 |
## Eval results
|
39 |
```
|
40 |
{
|
41 |
+
'test_accuracy': 0.9405,
|
42 |
+
'test_f1': 0.9405920712282673,
|
43 |
+
'test_loss': 0.15769127011299133,
|
44 |
+
'test_runtime': 10.5179,
|
45 |
+
'test_samples_per_second': 190.152,
|
46 |
+
'test_steps_per_second': 3.042
|
47 |
}
|
48 |
```
|