lewtun HF staff commited on
Commit
a1b9025
1 Parent(s): 59ea102

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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
- - Loss: 1.2169
 
 
 
 
 
 
 
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