Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
|
20 |
+
```
|
21 |
+
{'exact_match': 72.95175023651845,
|
22 |
+
'f1': 81.85552166092225,
|
23 |
+
'latency_in_seconds': 0.008616470915042614,
|
24 |
+
'samples_per_second': 116.05679516125359,
|
25 |
+
'total_time_in_seconds': 91.07609757200044}
|
26 |
+
```
|
27 |
|
28 |
## Model description
|
29 |
|