Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,23 @@ language:
|
|
8 |
base_model:
|
9 |
- distilbert/distilbert-base-cased-distilled-squad
|
10 |
pipeline_tag: question-answering
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
base_model:
|
9 |
- distilbert/distilbert-base-cased-distilled-squad
|
10 |
pipeline_tag: question-answering
|
11 |
+
metrics:
|
12 |
+
- exact_match 0.5160648148148148
|
13 |
+
- f1 0.7232768099092667
|
14 |
+
- bleu 0.5557907061973886
|
15 |
+
- sas 0.8044405
|
16 |
+
- rouge-l 0.2077774151814722
|
17 |
+
- rouge-1 0.20780888564002598
|
18 |
+
- rouge-2 0.062372584931408466
|
19 |
+
- meteor 0.6431945091247689
|
20 |
+
license: mit
|
21 |
+
---
|
22 |
+
## Evaluation metrics:
|
23 |
+
- EM: 0.5160648148148148
|
24 |
+
- F1: 0.7232768099092667
|
25 |
+
- METEOR: 0.6431945091247689
|
26 |
+
- ROUGE-1: 0.20780888564002598
|
27 |
+
- ROUGE-2: 0.062372584931408466
|
28 |
+
- ROUGE-L: 0.2077774151814722
|
29 |
+
- BLEU: 0.5557907061973886
|
30 |
+
- SAS: 0.8044405
|